/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/plugins/tf-youtube/assets/css/../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#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}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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}.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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}.fel-ytWrap {
  background-color: #fff;
  position: relative;
  padding-bottom: 30px;
}

.fel-ytWrap__detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  padding: 0 15px;
}

.fel-ytWrap__detail p {
  width: 100%;
  margin-top: 30px;
  white-space: pre-wrap;
}

.fel-ytWrap__detail .fel-ytWrap__info h3 {
  margin: 0;
}

.fel-ytWrap__detail .fel-ytWrap__info h3 a {
  font-size: 25px;
}

.fel-ytWrap__subscribe {
  position: absolute;
  top: 15px;
  right: 0;
}

.fel-ytWrap__logo {
  margin-right: 15px;
}

.fel-ytWrap__stats {
  color: #616161;
  font-size: 18px;
}

.fel-ytWrap__content {
  display: flex;
  margin: 0 -7.5px;
  flex-wrap: wrap;
}

.fel-ytWrap__content.owl-carousel {
  margin: 0;
}

.fel-ytWrap__content--masory {
  display: block;
  flex-wrap: inherit;
}

.fel-ytWrap__content:after {
  content: '';
  display: block;
  clear: both;
}

.fel-ytWrap__content--masory .fel-ytWrap__item {
  padding: 0 7.5px;
  width: 33.33%;
}

.fel-ytWrap__content--col1.fel-ytWrap__content--masory .fel-ytWrap__item {
  width: 100%;
}

.fel-ytWrap__content--col2.fel-ytWrap__content--masory .fel-ytWrap__item {
  width: 50%;
}

.ver-videos.fel-ytWrap__content--col2.fel-ytWrap__content--masory .fel-ytWrap__item {
  width: 48%;
}

.fel-ytWrap__content--col4.fel-ytWrap__content--masory .fel-ytWrap__item {
  width: 25%;
}

.fel-ytWrap__content--col5.fel-ytWrap__content--masory .fel-ytWrap__item {
  width: 20%;
}

.fel-ytWrap__content--col6.fel-ytWrap__content--masory .fel-ytWrap__item {
  width: 16.667%;
}

.fel-ytWrap__meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  color: #777;
  margin-bottom: 15px;
}

.fel-ytWrap__avarta {
  width: 65%;
}

.fel-ytWrap__meta .fel-ytWrap__avarta {
  display: flex;
  align-items: center;
}

.owl-carousel .fel-ytWrap__meta .fel-ytWrap__avarta > img,
.fel-ytWrap__avarta > img {
  width: 24px;
  margin-right: 2%;
}

.fel-ytWrap__avarta * {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}

.fel-ytWrap__avarta span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
}

.fel-ytWrap__video {
  overflow: hidden;
}

.fel-ytWrap__video a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.fel-ytWrap__video img {
  width: 100%;
}

.fel-ytWrap__time {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  line-height: 2;
  padding: 0 5px;
  font-size: 12px;
}

.fel-ytWrap__icon {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fel-ytWrap__content .fel-ytWrap__item__info .fel-ytTitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  max-height: 50px;
  display: -webkit-box;
  margin-bottom: 8px;
}

.fel-ytWrap__item__info a {
  color: #333;
}

.fel-ytWrap__item__info p {
  font-size: 15px;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 5;
  max-height: 150px;
  display: -webkit-box;
}

.fel-ytWrap__item {
  margin-bottom: 30px;
}

.fel-ytWrap__date {
  width: 65px;
  text-align: right;
}

.fel-ytEvent {
  margin-top: 30px;
  text-align: center;
}

.fel-ytLoadMore {
  color: #fff;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 50px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #f9633e;
  display: inline-block;
  cursor: pointer;
}

.fel-ytLoadMore:hover {
  background-color: #000;
  color: #fff;
}

/*
.fel-ytEvent:before,
.fel-ytEvent:after {
  clear: both;
  display: table;
  content: '';
}

.fel-ytPrevpage {
  float: left;
}

.fel-ytNextpage {
  float: right;
}*/

.fel-ytNextpage {
  display: none;
}

.fel-ytEvent--pagi .fel-ytNextpage {
  display: inline-block;
}

.fel-ytWrap__details {
  display: flex;
  font-size: 12px;
  color: #666666;
}

.fel-ytWrap__details > span {
  display: inline-block;
  margin-right: 10px;
}

/* preloader */
.fel-ytLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fel-ytLoader.is-active {
  opacity: 1;
  visibility: visible;
}

.fel-ytLoader > [class*="fel-ytLoader"] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fel-ytLoader1 {
  width: 30px;
  height: 30px;
  background-color: skyblue;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .5), 0 4px 10px 0 rgba(0, 0, 0, .5);
  overflow: hidden;
}

.fel-ytLoader1:before, .fel-ytLoader1:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
}

.fel-ytLoader1:before {
  border-radius: 45%;
  background: rgba(255, 255, 255, .7);
  animation: loader1 5s linear infinite;
}

.fel-ytLoader1:after {
  border-radius: 35%;
  background: rgba(255, 255, 255, .3);
  animation: loader1 5s linear infinite;
}

@keyframes loader1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fel-ytLoader2 {
  width: 80px;
  height: 50px;
  position: relative;
}

.fel-ytLoader2 span {
  background-color: #5389a6;
  border-radius: 50px;
  display: block;
  height: 16px;
  width: 16px;
  bottom: 0;
  position: absolute;
  transform: translateX(64px);
  animation: loading2 3.5s ease both infinite;
}

.fel-ytLoader2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a6dcee;
  border-radius: inherit;
  animation: loading3 3.5s ease both infinite;
}

@keyframes loading2 {
  0% {
    width: 16px;
    transform: translateX(0px);
  }
  40% {
    width: 100%;
    transform: translateX(0px);
  }
  80% {
    width: 16px;
    transform: translateX(64px);
  }
  90% {
    width: 100%;
    transform: translateX(0px);
  }
  100% {
    width: 16px;
    transform: translateX(0px);
  }
}

@keyframes loading3 {
  0% {
    transform: translateX(0px);
    width: 16px;
  }
  40% {
    transform: translateX(0%);
    width: 80%;
  }
  80% {
    width: 100%;
    transform: translateX(0px);
  }
  90% {
    width: 80%;
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
    width: 16px;
  }
}

.fel-ytLoader3 {
  display: flex;
  animation-delay: 1s;
}

.fel-ytLoader3 .dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border-radius: 50%;
}

.fel-ytLoader3 .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: loading4 2s ease-out infinite;
}

.fel-ytLoader3 .dot:nth-child(1) {
  background: #7ef9ff;
}

.fel-ytLoader3 .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}

.fel-ytLoader3 .dot:nth-child(2) {
  background: #89cff0;
}

.fel-ytLoader3 .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}

.fel-ytLoader3 .dot:nth-child(3) {
  background: #4682b4;
}

.fel-ytLoader3 .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}

.fel-ytLoader3 .dot:nth-child(4) {
  background: #0f52ba;
}

.fel-ytLoader3 .dot:nth-child(4)::before {
  animation-delay: 0.8s;
}

.fel-ytLoader3 .dot:nth-child(5) {
  background: #000080;
}

.fel-ytLoader3 .dot:nth-child(5)::before {
  animation-delay: 1s;
}

@keyframes loading4 {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}

.fel-ytLoader4 {
  width: 200px;
  height: 30px;
  position: relative;
}

.fel-ytLoader4 .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #b6b6b6;
  left: 15%;
  transform-origin: 50%;
  animation: loading5 .5s alternate infinite ease;
}

@keyframes loading5 {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 15px 15px 5px 5px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}

.fel-ytLoader4 .circle:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}

.fel-ytLoader4 .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.fel-ytLoader4 .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 30px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: loading6 .5s alternate infinite ease;
}

@keyframes loading6 {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: .7;
  }
  100% {
    transform: scaleX(.2);
    opacity: .4;
  }
}

.fel-ytLoader4 .shadow:nth-child(4) {
  left: 45%;
  animation-delay: .2s
}

.fel-ytLoader4 .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.fel-ytLoader5 {
  height: 15px;
  overflow: hidden;
  text-align: center;
  width: 30%;
  position: relative;
}

.fel-ytLoader5:before {
  animation: loading7 3s alternate infinite linear;
  background-image: linear-gradient(to right, transparent, red, transparent);
  content: "";
  height: 5vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.fel-ytLoader5:after {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 1vw, transparent 1vw, transparent 10vw);
  content: "";
  height: 5vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes loading7 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.fel-ytLoader6 {
  --size: 16px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.fel-ytLoader6 .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}

.fel-ytLoader6 .box:nth-child(1) {
  transform: translate(100%, 0);
  animation: box1 var(--duration) linear infinite;
}

.fel-ytLoader6 .box:nth-child(2) {
  transform: translate(0, 100%);
  animation: box2 var(--duration) linear infinite;
}

.fel-ytLoader6 .box:nth-child(3) {
  transform: translate(100%, 100%);
  animation: box3 var(--duration) linear infinite;
}

.fel-ytLoader6 .box:nth-child(4) {
  transform: translate(200%, 0);
  animation: box4 var(--duration) linear infinite;
}

.fel-ytLoader6 .box > div {
  --background: #5c8df6;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.fel-ytLoader6 .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}

.fel-ytLoader6 .box > div:nth-child(2) {
  --background: #145af2;
  --right: 0;
  --rotateY: 90deg;
}

.fel-ytLoader6 .box > div:nth-child(3) {
  --background: #447cf5;
  --rotateX: -90deg;
}

.fel-ytLoader6 .box > div:nth-child(4) {
  --background: #dbe3f4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}

@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}

@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}

.fel-ytLoader7 {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 104px;
  flex-flow: wrap;
}

.fel-ytLoader7 .loading-flag--flag {
  width: 24px;
  height: 50px;
  display: inline-block;
  margin-right: 2px;
  opacity: 0;
  -webkit-animation: fade-in 0.3s ease-in forwards;
  animation: fade-in 0.3s ease-in forwards;
}

.fel-ytLoader7 .loading-flag--flag:first-child .stripe {
  background-color: #f35326;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(2) .stripe {
  background-color: #81bb07;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(3) .stripe {
  background-color: #00a6f0;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(odd) .stripe:nth-child(8) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(1) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(3) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(5) {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(6) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(7) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.fel-ytLoader7 .loading-flag--flag:nth-child(even) .stripe:nth-child(8) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

.fel-ytLoader7 .loading-flag--flag .stripe {
  width: 3px;
  height: 50px;
  background: #ffba0b;
  display: inline-block;
  -webkit-animation: slide 0.8s ease-in-out infinite alternate;
  animation: slide 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes slide {
  to {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}

@keyframes slide {
  to {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

.fel-ytLoader8 {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-top: 3px solid hotpink;
  border-radius: 50%;
  position: relative;
  animation: ytLoader8 2s ease-in-out infinite;
  --direction: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fel-ytLoader8::before,
.fel-ytLoader8::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  top: -2px;
}

.fel-ytLoader8::before {
  border-top: 3px solid dodgerblue;
  transform: rotate(120deg);
}

.fel-ytLoader8::after {
  border-top: 3px solid gold;
  transform: rotate(240deg);
}

@keyframes ytLoader8 {
  50% {
    transform: rotate(calc(180deg * var(--direction)));
  }

  100% {
    transform: rotate(calc(360deg * var(--direction)));
  }
}

.fel-ytLoader9 {
  width: 50%;
  height: 15px;
  position: relative;
  filter: blur(10px) contrast(20);
}

.fel-ytLoader9 .blob-1, .fel-ytLoader9 .blob-2 {
  width: 15px;
  height: 15px;
  position: absolute;
  background: blue;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fel-ytLoader9 .blob-1 {
  left: 20%;
  animation: osc-l 2.5s ease infinite;
}

.fel-ytLoader9 .blob-2 {
  left: 80%;
  animation: osc-r 2.5s ease infinite;
  background: #0ff;
}

@keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}

.fel-ytLoader10 {
  display: flex;
}

.fel-ytLoader10 .dash {
  margin: 0 15px;
  width: 35px;
  height: 5px;
  border-radius: 8px;
  background: #FF2CBD;
  box-shadow: 0 0 10px 0 #FECDFF;
}

.fel-ytLoader10 .uno {
  margin-right: -18px;
  transform-origin: center left;
  animation: spin 3s linear infinite;
}

.fel-ytLoader10 .dos {
  transform-origin: center right;
  animation: spin2 3s linear infinite;
  animation-delay: .2s;
}

.fel-ytLoader10 .tres {
  transform-origin: center right;
  animation: spin3 3s linear infinite;
  animation-delay: .3s;
}

.fel-ytLoader10 .cuatro {
  transform-origin: center right;
  animation: spin4 3s linear infinite;
  animation-delay: .4s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  30% {
    transform: rotate(370deg);
  }
  35% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-180deg);
  }
  35% {
    transform: rotate(-190deg);
  }
  40% {
    transform: rotate(-180deg);
  }
  78% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-360deg);
  }
  98% {
    transform: rotate(-370deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  45% {
    transform: rotate(190deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(370deg);
  }
  85% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-360deg);
  }
  65% {
    transform: rotate(-370deg);
  }
  75% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.fel-ytLoader11 {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation-delay: 1s;
}

.fel-ytLoader11 .item-1 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

.fel-ytLoader11 .item-1:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.fel-ytLoader11 .item-2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

.fel-ytLoader11 .item-2:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.fel-ytLoader11 .item-3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

.fel-ytLoader11 .item-3:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.fel-ytLoader11 .item-4 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

.fel-ytLoader11 .item-4:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.fel-ytLoader11 .item-5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

.fel-ytLoader11 .item-5:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.fel-ytLoader12 {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  overflow: hidden;
}

.fel-ytLoader12 ul {
  display: flex;
  margin: 0;
}

.fel-ytLoader12 ul li {
  width: 20px;
  height: 20px;
  margin: 10px;
  list-style-type: none;
  transition: 0.5s all ease;
}

.fel-ytLoader12 ul li:nth-child(1) {
  animation: right-1 1s infinite alternate;
  background-color: #DDD8B8;
  animation-delay: 100ms;
}

@keyframes right-1 {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(60px);
  }
}

.fel-ytLoader12 ul li:nth-child(2) {
  animation: right-2 1s infinite alternate;
  background-color: #B3CBB9;
  animation-delay: 200ms;
}

@keyframes right-2 {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(70px);
  }
}

.fel-ytLoader12 ul li:nth-child(3) {
  animation: right-3 1s infinite alternate;
  background-color: #84A9C0;
  animation-delay: 300ms;
}

@keyframes right-3 {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(80px);
  }
}

.fel-ytLoader12 ul li:nth-child(4) {
  animation: right-4 1s infinite alternate;
  background-color: #6A66A3;
  animation-delay: 400ms;
}

@keyframes right-4 {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(90px);
  }
}

.fel-ytLoader12 ul li:nth-child(5) {
  animation: right-5 1s infinite alternate;
  background-color: #58548E;
  animation-delay: 500ms;
}

@keyframes right-5 {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100px);
  }
}

.fel-ytLoader13 {
  position: relative;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 30px;
  height: 30px;
}

.fel-ytLoader13 > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: tomato;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}

.fel-ytLoader13 > div:nth-of-type(1), .fel-ytLoader13 > div:nth-of-type(5), .fel-ytLoader13 > div:nth-of-type(9) {
  animation-delay: 0.4s;
}

.fel-ytLoader13 > div:nth-of-type(4), .fel-ytLoader13 > div:nth-of-type(8) {
  animation-delay: 0.2s;
}

.fel-ytLoader13 > div:nth-of-type(2), .fel-ytLoader13 > div:nth-of-type(6) {
  animation-delay: 0.6s;
}

.fel-ytLoader13 > div:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.fel-ytLoader14 {
  width: 50px;
  height: 50px;
  position: relative;
}

.fel-ytLoader14 .item {
  width: 25px;
  height: 25px;
  position: absolute;
}

.fel-ytLoader14 .item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite;
}

.fel-ytLoader14 .item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite;
}

.fel-ytLoader14 .item-3 {
  background-color: #1B91F7;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite;
}

.fel-ytLoader14 .item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite;
}

@keyframes item-1_move {
  0%, 100% {
    transform: translate(0, 0)
  }
  25% {
    transform: translate(0, 25px)
  }
  50% {
    transform: translate(25px, 25px)
  }
  75% {
    transform: translate(25px, 0)
  }
}

@keyframes item-2_move {
  0%, 100% {
    transform: translate(0, 0)
  }
  25% {
    transform: translate(-25px, 0)
  }
  50% {
    transform: translate(-25px, 25px)
  }
  75% {
    transform: translate(0, 25px)
  }
}

@keyframes item-3_move {
  0%, 100% {
    transform: translate(0, 0)
  }
  25% {
    transform: translate(0, -25px)
  }
  50% {
    transform: translate(-25px, -25px)
  }
  75% {
    transform: translate(-25px, 0)
  }
}

@keyframes item-4_move {
  0%, 100% {
    transform: translate(0, 0)
  }
  25% {
    transform: translate(25px, 0)
  }
  50% {
    transform: translate(25px, -25px)
  }
  75% {
    transform: translate(0, -25px)
  }
}

.fel-ytLoader15 {
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  border-radius: 500%;
  position: relative;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fel-ytLoader15 .inner {
  width: 10px;
  height: 0px;
  background: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 -130px 0 -75px #222;
  -webkit-animation: switch 8s ease-in-out infinite;
  animation: switch 8s ease-in-out infinite;
}

@-webkit-keyframes switch {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    box-shadow: 0 -30px 0 -15px #222;
  }
  25% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    box-shadow: 0 -30px 0 -15px #222;
  }
  50% {
    top: calc(100% - 35px);
    width: 10px;
    height: 10px;
    box-shadow: 0 -130px 0 75px #222;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  75% {
    top: calc(100% - 35px);
    width: 10px;
    height: 10px;
    box-shadow: 0 -130px 0 75px #222;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    box-shadow: 0 -30px 0 -15px #222;
  }
}

@keyframes switch {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    height: 200px;
    box-shadow: 0 -130px 0 -75px #222;
  }
  25% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    height: 200px;
    box-shadow: 0 -130px 0 -75px #222;
  }
  50% {
    top: calc(100% - 55px);
    width: 50px;
    height: 50px;
    box-shadow: 0 -130px 0 75px #222;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  75% {
    top: calc(100% - 55px);
    width: 50px;
    height: 50px;
    box-shadow: 0 -130px 0 75px #222;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    height: 200px;
    box-shadow: 0 -130px 0 -75px #222;
  }
}


.fel-ytLoader16 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.fel-ytLoader16 #box {
  width: 50px;
  height: 50px;
  background: #141adf;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
}
.fel-ytLoader16 #shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}

.fel-ytOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.fel-ytOverlay.is-active {
  opacity: 1;
  visibility: visible;
}

.fel-ytPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80vh;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.fel-ytPopup.is-active {
  opacity: 1;
  visibility: visible;
}

.fel-ytClose {
  position: absolute;
  top: -25px;
  right: -25px;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
}

.fel-ytPopup__content .fluid-width-video-wrapper {
  padding-top: 50% !important;
}

.fel-ytShowPopup {
  position: relative;
  cursor: pointer;
}

.owl-carousel.fel-ytWrap__content .owl-nav,
.fel-ytWrap__content .owl-dots {
  display: none;
}

.owl-carousel.fel-ytWrap__content.owl-nav-show .owl-nav,
.fel-ytWrap__content.owl-dots-show .owl-dots {
  display: block;
}

.fel-ytWrap__content.fel-ytWrap__tabContent .owl-carousel .owl-nav .owl-prev,
.fel-ytWrap__content.fel-ytWrap__tabContent .owl-carousel .owl-nav .owl-next,
.owl-carousel.fel-ytWrap__content .owl-nav .owl-prev,
.owl-carousel.fel-ytWrap__content .owl-nav .owl-next {
  border: 0px solid transparent;
  outline: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fel-ytWrap__content.fel-ytWrap__tabContent .owl-carousel .owl-nav .owl-prev i,
.fel-ytWrap__content.fel-ytWrap__tabContent .owl-carousel .owl-nav .owl-next i,
.owl-carousel.fel-ytWrap__content .owl-nav .owl-prev i,
.owl-carousel.fel-ytWrap__content .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.owl-carousel.fel-ytWrap__content.space_out .owl-nav .owl-prev,
.fel-ytWrap__tabContent.fel-ytWrap__content.space_out .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
}

.owl-carousel.fel-ytWrap__content.space_out .owl-nav .owl-next,
.fel-ytWrap__tabContent.fel-ytWrap__content.space_out .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}

.owl-carousel.fel-ytWrap__content.space_out .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.space_out .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel.fel-ytWrap__content.left_top .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.left_top .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.owl-carousel.fel-ytWrap__content.left_center .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.left_center .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel.fel-ytWrap__content.left_bottom .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.left_bottom .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.owl-carousel.fel-ytWrap__content.right_top .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.right_top .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.owl-carousel.fel-ytWrap__content.right_center .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.right_center .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.owl-carousel.fel-ytWrap__content.right_bottom .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.right_bottom .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.owl-carousel.fel-ytWrap__content.top_center .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.top_center .owl-nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.fel-ytWrap__content.bottom_center .owl-nav,
.fel-ytWrap__tabContent.fel-ytWrap__content.bottom_center .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.fel-ytWrap__content {
  position: relative;
}

.fel-ytWrap__content.owl-nav-show .owl-carousel .owl-nav {
  display: flex;
}

.fel-ytWrap__content.owl-dots-show .owl-carousel .owl-dots {
  display: block;
}

.owl-carousel.fel-ytWrap__content .owl-dot,
.fel-ytWrap__tabContent.fel-ytWrap__content .owl-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel.fel-ytWrap__content .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
}

.owl-carousel.fel-ytWrap__content.dbottom_center .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content.dbottom_center .owl-dots {
  bottom: 0;
  text-align: center;
}

.owl-carousel.fel-ytWrap__content.dleft_bottom .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content.dleft_bottom .owl-dots {
  bottom: 0;
  text-align: left;
}

.owl-carousel.fel-ytWrap__content.dleft_top .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content.dleft_top .owl-dots {
  top: 0;
  text-align: left;
}

.owl-carousel.fel-ytWrap__content.dright_top .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content.dright_top .owl-dots {
  top: 0;
  left: auto;
  right: 0;
  text-align: left;
}

.owl-carousel.fel-ytWrap__content.dright_bottom .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content.dright_bottom .owl-dots {
  bottom: 0;
  left: auto;
  right: 0;
  text-align: right;
}

.owl-carousel.fel-ytWrap__content.dtop_center .owl-dots,
.fel-ytWrap__tabContent.fel-ytWrap__content.dtop_center .owl-dots {
  top: 0;
  text-align: center;
}

.owl-carousel.fel-ytWrap__content .owl-dot,
.fel-ytWrap__tabContent.fel-ytWrap__content .owl-dot {
  margin: 0 5px;
}

.fel-ytWrap__tabContent > div {
  display: none;
}

.fel-ytWrap__tabContent > div.active {
  display: block;
}

.fel-ytWrap__tabContent .fluid-width-video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}

.owl-carousel.fel-ytWrap__content .fel-ytWrap__video,
.fel-ytWrap__content.fel-ytWrap__tabContent .fel-ytWrap__video {
  position: relative;
}

.owl-carousel.fel-ytWrap__content .fel-ytWrap__video iframe,
.fel-ytWrap__content.fel-ytWrap__tabContent .fel-ytWrap__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.fel-ytWrap__content.fel-ytWrap__tabContent {
  display: block;
  margin: 0;
  flex-wrap: inherit;
}

.fel-ytWrap__headTab {
  display: flex;
}

.fel-ytWrap__headTab span {
  border: 1px solid #333;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 5px;
  padding: 0 10px;
  border-bottom: 0;
}

@media only screen and (max-width: 1100px) {
  .fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 50%;
  }

  .fel-ytWrap__content--col1.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .fel-ytWrap__content--col2.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 50%;
  }

  .ver-videos.fel-ytWrap__content--col2.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 48%;
  }

  .fel-ytWrap__content--col4.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 50%;
  }

  .fel-ytWrap__content--col5.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 50%;
  }

  .fel-ytWrap__content--col6.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .fel-ytWrap__content--col1.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .fel-ytWrap__content--col2.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .ver-videos.fel-ytWrap__content--col2.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .fel-ytWrap__content--col4.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .fel-ytWrap__content--col5.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }

  .fel-ytWrap__content--col6.fel-ytWrap__content--masory .fel-ytWrap__item {
    width: 100%;
  }
}@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.media-content-files .botton-download-file {
	background-color: #03c;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 3px;
}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*-----------------------------------------------------------------------------
- esg Portfolio -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/****************************************
			COMMON STYLES
*****************************************/
.esg-line-height-0 {
	line-height: 0;
}

.esg-text-left {
	text-align: left;
}
.esg-text-right {
	text-align: right;
}
.esg-text-center {
	text-align: center;
}

.esg-font-normal {
	font-style: normal;
}
.esg-font-italic {
	font-style: italic;
}

.esg-display-none {
	display: none;
}
.esg-display-block {
	display: block;
}
.esg-display-inline-block {
	display: inline-block;
}
.esg-display-inline {
	display: inline;
}
.esg-display-none-i {
	display: none !important;
}
.esg-display-block-i {
	display: block !important;
}
.esg-display-inline-block-i {
	display: inline-block !important;
}
.esg-display-inline-i {
	display: inline !important;
}

.esg-hidden {
	visibility: hidden;
}
.esg-visible {
	visibility: visible;
}

.esg-p-absolute {
	position: absolute;
}
.esg-p-relative {
	position: relative;
}

.esg-margin-0 {
	margin: 0;
}
.esg-margin-t-0 {
	margin-top: 0;
}
.esg-margin-b-0 {
	margin-bottom: 0;
}
.esg-margin-l-0 {
	margin-left: 0;
}
.esg-margin-r-0 {
	margin-right: 0;
}

.esg-margin-5 {
	margin: 5px;
}
.esg-margin-t-5 {
	margin-top: 5px;
}
.esg-margin-b-5 {
	margin-bottom: 5px;
}
.esg-margin-l-5 {
	margin-left: 5px;
}
.esg-margin-r-5 {
	margin-right: 5px;
}

.esg-margin-10 {
	margin: 10px;
}
.esg-margin-t-10 {
	margin-top: 10px;
}
.esg-margin-b-10 {
	margin-bottom: 10px;
}
.esg-margin-l-10 {
	margin-left: 10px;
}
.esg-margin-r-10 {
	margin-right: 10px;
}

.esg-margin-15 {
	margin: 15px;
}
.esg-margin-t-15 {
	margin-top: 15px;
}
.esg-margin-b-15 {
	margin-bottom: 15px;
}
.esg-margin-l-15 {
	margin-left: 15px;
}
.esg-margin-r-15 {
	margin-right: 15px;
}

.esg-padding-0 {
	padding: 0;
}
.esg-padding-t-0 {
	padding-top: 0;
}
.esg-padding-b-0 {
	padding-bottom: 0;
}
.esg-padding-l-0 {
	padding-left: 0;
}
.esg-padding-r-0 {
	padding-right: 0;
}

.esg-padding-15 {
	padding: 15px;
}
.esg-padding-t-15 {
	padding-top: 15px;
}
.esg-padding-b-15 {
	padding-bottom: 15px;
}
.esg-padding-l-15 {
	padding-left: 15px;
}
.esg-padding-r-15 {
	padding-right: 15px;
}

.esg-f-left {
	float: left !important;
}
.esg-f-right {
	float: right !important;
}
.esg-f-none {
	float: none !important;
}

.esg-color-black {
	color: #000000;
}
.esg-color-white {
	color: #ffffff;
}
.esg-color-red {
	color: red;
}
.esg-color-green {
	color: green;
}
.esg-color-blue {
	color: blue;
}


.esg-w100-hauto {
	width: 100%;
	height: auto;
}

.esg-fullscreen-forcer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.esg-iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
}

.esg-clearfix:before,
.esg-clearfix:after {
	content: " ";
	display: table;
}
.esg-clearfix:after {
	clear: both;
}

/****************************************
		BASIC SETTINGS FOR PORTFOLIO
*****************************************/
.esg-starring {
	line-height: 25px;
	display: inline-block
}

.esg-starring .star-rating {
	float: none;
}

.esg-starring .star-rating {
	color: #FFC321 !important;
}

.esg-starring .star-rating, .esg-starring-page .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
}

.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.esg-starring star-rating span,
.esg-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.esg-starring .star-rating {
	color: #FFC321 !important;
}

.lazyloadcover {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.esg-lazyblur {
	background-repeat: no-repeat;
	filter: blur(25px);
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.esg-media-poster {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center center;
	z-index: 10;
	opacity: 0;
}

.esg-video-active .esg-media-poster {
	z-index: 0
}

.esg-vimeo-frame {
	background: black
}

/* 2.2 */
.esg-grid .no-filter-message {
	/* no need to edit below */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
}
.esg-grid .esg-loadmore-wrapper + .no-filter-message {
	position: relative;
	display: block;
	text-align: center;
}

/* fades the message in and out */
.esg-grid.show-message .no-filter-message {
	transition-duration: 1s;
	visibility: visible;
	opacity: 1;

}

/* 2.1.6 */
.esg-hover-image {
	display: none
}

.esg-media-poster .esg-hover-image {
	display: block;
	width: inherit;
	height: inherit;
	background-size: inherit;
	background-position: inherit;
	visibility: hidden;
	opacity: 0
}

.esg-starring .star-rating, .esg-starring-page .star-rating {
	line-height: 1em;
	font-size: 1em;
	font-family: star;
}

.esg-grid {
	width: 100%;
	max-width: 100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px)
}

@-moz-document url-prefix() {
	.esg-grid {
		transform: none !important
	}
}

.esg-grid .mainul,
.esg-grid .mainul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	transform-style: flat !important;
}


.esg-grid * {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* 2.2.5 */
.esg-grid ul,
.esg-grid li {
	list-style: none;
	margin: 0;
	padding: 0;
	transform-style: flat !important;

}

.esg-overflowtrick {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	z-index: 1;
}

.esg-overflowtrick + .esg-filters:not(.esg-navbutton-solo-left):not(.esg-navbutton-solo-right) {
	z-index: 0 !important;
}

.esg-container {
	position: relative;
	width: 100%;
	height: auto;

}

.esg-container > ul,
.esg-overflowtrick > ul {
	width: 100%;
	max-width: 100%;
	height: 0px;
	position: relative;
	overflow: visible;
}

.esg-grid li {
	border: 0px solid transparent;
	outline: 0px solid transparent;
	visibility: hidden;
	display: none;
}

.esg-grid a {
	border: none;
	text-decoration: none
}

.esg-grid a:hover,
.esg-grid a:focus {
	text-decoration: none;
	border: none;
}

.esg-clear {
	clear: both;
	height: 5px !important;
	background: none !important;
}
.esg-clear-no-height,
.eg-clearfix {
	clear: both;
	height: 0px !important;
	background: none !important;
}
.esg-line-break {
	height: 5px;
	visibility: hidden;
}


.esg-divide-5 {
	width: 100%;
	height: 5px
}

.esg-divide-15 {
	width: 100%;
	height: 15px
}

.esg-divide-20 {
	width: 100%;
	height: 20px
}

.esg-divide-22 {
	width: 100%;
	height: 22px
}

.esg-divide-30 {
	width: 100%;
	height: 30px
}

.esg-click-to-play-video {
	cursor: pointer
}

.esg-entry-media iframe {
	-webkit-transform-style: flat;
	-webkit-transform: translateZ(1000px);
	border: 0;
}


/******************************
	-	THE ESG ITEMS	-
********************************/

.esg-container .tp-esg-item {
	position: absolute;
	top: 0px;
	left: 0px;
}


.esg-container .tp-esg-item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.esg-container .tp-esg-item .blackoverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
}


.tp-esg-item {
	z-index: 5
}

.tp-esg-item.itemonotherpage {
	z-index: 0;
	display: none;
}


/******************************
	-	ESG ITEM POSITIONS	-
********************************/

.esg-entry-cover {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border: 0px solid transparent;
	outline: 0px solid transparent;
}

.eec {
	display: block;
	width: auto;
	height: auto;
	position: absolute !important;
	font-size: 20px;
	text-align: center
}
.esg-entry-cover > .eec {
	z-index: 2;
	pointer-events: none;
}
.esg-entry-cover > .eec > * {
	pointer-events: all;
}

/* 2.2.6 */
/* CONTAINERS */
.esg-tc {
	top: 0px;
	left: 0px;
	width: 100%;
}

.esg-lc {
	top: 0px;
	left: 0px;
	height: 100%;
}

.esg-cc {
	top: 0px;
	left: 0px;
	width: 100%;
	vertical-align: middle;
}

.esg-rc {
	top: 0px;
	right: 0px;
	height: 100%;
}

.esg-bc {
	bottom: 0px;
	left: 0px;
	width: 100%;
}


/* TOP CONTAINERS */

.esg-tc .ess-tb-cell {
	text-align: center;
	vertical-align: top;
}


/* CENTER CONTAINERS */
.esg-lc .ess-tb-cell {
	text-align: left;
	vertical-align: middle;
}

.esg-cc .ess-tb-cell {
}

.esg-rc .ess-tb-cell {
	text-align: right;
	vertical-align: middle;
}

/* RIGHT CONTAINERS */
.esg-blc .ess-tb-cell {
	text-align: left;
	vertical-align: bottom;
}

.esg-bc .ess-tb-cell {
	text-align: center;
	vertical-align: bottom;
}

.esg-brc .ess-tb-cell {
	text-align: right;
	vertical-align: bottom;
}

.esg-bc .leftalign {
	text-align: left;
}


/******************************
	-	ESG MEDIA	-
********************************/

.esg-entry-media {
	position: relative;
	border: 0px solid transparent;
	outline: 0px solid transparent;
	overflow: hidden;
}

.esg-entry-media {
	width: 100%;
}

.esg-entry-media img {
	width: 100%;
	height: auto;
	max-width: none !important;
	min-width: none !important
}

.esg-layout-masonry .esg-entry-media img {
	line-height: 0px;
	vertical-align: bottom;
	display: inline-block;
}

.esg-layout-even .esg-entry-media img {
	display: none
}

.esg-media-cover-wrapper {
	position: relative;
	width: 100%;
	backface-visibility: hidden
}

.esg-layout-even .esg-media-cover-wrapper {
	height: 100%;
}

.esg-entry-media-wrapper {
	z-index: 0;
}
.esg-entry-media-wrapper-even {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.esg-entry-media-wrapper-not-even {
	overflow: hidden;
	position: relative;
}
.esg-entry-media-wrapper .esg-video-frame {
	background: #000;
}
.esg-entry-media-wrapper-item-layout {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

/**********************************
	-	ESG COVER CONTAINER	-
**********************************/

.esg-entry-cover .esg-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	outline: 0px solid transparent;
}

/******************************
	-	ESG CONTNER PART	-
********************************/
.esg-layout-even .esg-entry-content {
	display: none;
}

.esg-entry-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}

/******************************
	-	NAVIGATION SKINS	-
********************************/

.navigationbuttons,
.esg-pagination,
.esg-filters {
	position: relative;
	z-index: 50;
	-webkit-backface-visibility: hidden;
}

.esg-grid .esg-pagination {
	z-index: 100;
	-webkit-backface-visibility: hidden;
}


/* 2.3.7 */
.esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-nav-by-shortcode .esg-sortbutton-order .tp-desc,
.esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-sortbutton-order .tp-desc {
	text-align: center
}

/* 2.3.7 */
.esg-nav-by-shortcode {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center
}

.esg-nav-by-shortcode .esg-navbutton-solo-right,
.esg-nav-by-shortcode .esg-navbutton-solo-left {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto
}

.esg-nav-by-shortcode .esg-filter-wrapper {
	visibility: visible;
}

/******************************
	-	FILTER BUTTONS 	-
	-	NAVIGATION BUTTONS	-
********************************/

.esg-singlefilters .esg-filter-checked {
	display: none;
	-webkit-backface-visibility: hidden;
}

.esg-filter-wrapper {
	display: inline-block;
}

.esg-sortbutton-wrapper {
	display: inline-block;
}

.esg-cartbutton-wrapper {
	display: inline-block
}

/* DROP DOWN STYLE FOR ESSENTIAL GRID */
.esg-filter-wrapper.dropdownstyle {
	min-width: 100px;
	cursor: pointer;
	position: relative;
	z-index: 1500;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(1px);
	transform: translateZ(1px)
}
.esg-filter-wrapper.dropdownstyle.esg-skin-preview {
	z-index: 1570;
	visibility: visible;
}

.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
}

.esg-filter-wrapper.dropdownstyle .esg-filter-checked {
	margin-right: 5px;
	margin-left: 0px;
}

.esg-dropdown-wrapper {
	display: none;
	position: absolute;
	padding: 20px;
	top: 100%;
	backface-visibility: hidden;
	transform: translateZ(10px);
}

.esg-selected-filterbutton {
	color: #999;
	margin-right: 5px;
	cursor: pointer;
	padding: 0px 15px 0px 10px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	background: rgba(0, 0, 0, 0);
	margin-bottom: 5px;
	width: 100%;
}

.esg-selected-filterbutton.hovered {
	color: #444;
}

.esg-selected-filterbutton .eg-icon-down-open {
	display: inline-block;
	vertical-align: top;
	width: 29px;
	line-height: inherit;
	font-size: 9px;
	font-weight: 700;
	color: #999;
	background: rgba(0, 0, 0, 0);
	text-align: center;
}

/** SAME SETTINGS FOR ALL SKIN **/
.esg-sortbutton-order.tp-desc {
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.esg-sorting-select {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-webkit-appearance: menulist-button;
}

.esg-filters.esg-navbutton-solo-left {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 800
}

.esg-filters.esg-navbutton-solo-right {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 800;
}

.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left {
	margin-left: 0px !important;
	margin-right: 0px !important;
	-webkit-transform-style: flat;
	-webkit-transform: translateZ(5000px)
}

/*************************************************
	-	LET / RIGHT WIDGET AREA CONTAINERS	-
**************************************************/

.eg-leftright-container {
	float: left;
	width: 310px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.eg-leftright-container.dark {
	background: #1e1e1e
}

.eg-leftright-container .pagination {
	position: absolute;
	bottom: 0px;
}

.eg-leftright-container .esg-filters {
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.eg-leftright-container .esg-filterbutton {
	display: block;
	margin: 0px 0px 5px 0px
}

.eg-leftright-container .esg-filter-wrapper {
	display: block;
	margin-right: 0px;
}

/***********************************
	-	AJAX TARGET CONTAINER	-
************************************/
.eg-ajaxtarget-container {
	position: relative;
	width: 100%;
	height: auto;
}
.eg-ajaxanimwrapper {
	position: relative;
	overflow: hidden;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-esg-item .add_to_cart_button.loading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(/wp-content/plugins/essential-grid/public/assets/css/../images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}

.esg-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
}

.infinityscollavailable.esg-loader {
	position: relative;
	top: auto;
	left: 50%;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.esg-loader.spinner0 {
	width: 40px;
	height: 40px;
	background: url(/wp-content/plugins/essential-grid/public/assets/css/../images/loader.gif) no-repeat center center;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);

	margin-left: -20px;
	-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
	animation: esg-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.esg-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);

	margin-left: -20px;
	-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
	animation: esg-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.esg-loader.spinner5 {
	background: url(/wp-content/plugins/essential-grid/public/assets/css/../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

@-webkit-keyframes esg-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes esg-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.esg-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	-webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
	animation: esg-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes esg-scaleout {
	0% {
		-webkit-transform: scale(0.0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes esg-scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

.esg-loader.spinner3 {
	margin: -9px 0px 0px -35px;
	width: 70px;
	text-align: center;
}

.eg-search-wrapper .esg-loader.spinner3 {
	margin-top: -30px !important
}

.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3 {
	margin-top: -25px !important
}

.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3 {
	margin-top: -22px !important
}

.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
	animation: esg-bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.esg-loader.spinner3 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.esg-loader.spinner3 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes esg-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes esg-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.esg-loader.spinner4 {
	margin: 0px 0px 0px -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-animation: esg-rotate 2.0s infinite linear;
	animation: esg-rotate 2.0s infinite linear;
}

.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: esg-bounce 2.0s infinite ease-in-out;
	animation: esg-bounce 2.0s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.esg-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes esg-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

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

@-webkit-keyframes esg-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes esg-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/****************************
* Font Icons
****************************/

[class^="eg-icon-"]:before,
[class*=" eg-icon-"]:before {
	font-family: "eg-font";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="fa-icon-"]:before, [class*=" fa-icon-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
}

.esg-grid [class^="pe-7s-"]:before,
.esg-grid [class*=" pe-7s-"]:before {
	font-family: 'Pe-icon-7-stroke';
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
}


/* GENERAL STYLE MODS ADDED IN 1.1.0 */
.esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton {
	margin-right: 0 !important;
}

.esg-singlefilters .esg-filter-checked {
	display: none !important
}

/*****************************************
	-	AJAX LOADED CONTENT STYLING	-
*****************************************/
.eg-ajaxclicklistener {
	cursor: pointer
}

.eg-ajax-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.eg-ajax-video-container.widevideo {
	padding-bottom: 50%;
}

.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.forcenotvisible {
	visibility: hidden !important
}

.forcenotdisplay {
	display: none !important
}

/******************************
	-	SEARCH FUNCTION	-
********************************/
input.eg-search-input[type="text"],
.eg-search-input {
	display: inline-block
}

.eg-search-submit,
.eg-search-clean {
	display: inline-block;
	width: auto;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	text-align: center;
	vertical-align: top
}

.eg-search-submit,
.eg-search-clean {
	cursor: pointer
}

.eg-search-wrapper {
	vertical-align: top;
	line-height: 40px;
}

input.eg-search-input[type="text"] {
	font-family: "Open Sans", sans-serif;
	outline: none !important;
	margin: 0px 0px 5px !important;
	padding: 8px 15px;
	vertical-align: top;
	box-sizing: border-box
}

/*****************************************
	-	AJAX NAVIGATION BUTTON STYLING	-
*****************************************/
.eg-ajax-closer-wrapper {
	display: block;
	z-index: 51000;
	position: relative
}

.eg-ajax-navbt {
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
}

.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt {
	margin-right: 0px
}


.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl {
	text-align: left;
}

.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br {
	text-align: right;
}

.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b {
	text-align: center;
}

.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl {
	margin-bottom: 5px;
}

.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b {
	margin-top: 5px;
}

.eg-acp-inner {
	display: block;
	position: absolute;
	z-index: 50;
	margin: 5px;
}

.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t {
	top: 0px;
}

.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b {
	bottom: 0px;
}

.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl {
	left: 0px;
}

.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br {
	right: 0px;
}

.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.eg-ajax-navbt {
	line-height: 21px;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: uppercase;
	padding: 1px 1px 0px 0px;
	font-size: 11px;
	font-weight: 400;
}

.eg-ajax-closer.eg-ajax-navbt {
	padding: 1px 5px 1px 3px;
	vertical-align: top;
}

.eg-acp-light .eg-ajax-navbt {
	background: #e5e5e5;
	color: #000;
}

.eg-ajax-closer.eg-ajax-navbt i {
	font-size: 13px;
}

.eg-ajax-navbt i {
	font-size: 16px;
}

.eg-ajax-closer-wrapper.eg-acp-type1 {
	margin: 0;
}

.eg-acp-type1 .eg-ajax-navbt {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px;
	margin: 0px;
}

.eg-acp-type1 .eg-ajax-navbt i {
	font-size: 20px;
}

.eg-acp-type1 .eg-ajax-navbt {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: medium !important;
	line-height: 40px;
	padding: 0px;
}

.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt {
	vertical-align: top;
	font-size: 24px;
	font-weight: 300;
	font-family: sans-serif;
	height: auto;
	line-height: 28px;
	padding: 8px 0px 4px;
}

span.eg-el-amount:before {
	content: "("
}

span.eg-el-amount:after {
	content: ")"
}

span.eg-el-amount {
	margin-left: 10px;
}
.esg-dropdown-wrapper span.eg-el-amount {
	margin-left: 5px;
}


/****************************************
	-	2.1.6 SPLIT CONTENT FEATURE  -
*****************************************/
.esg-split-content .esg-entry-media-wrapper, .esg-split-content .esg-entry-cover {
	width: 50% !important
}

.esg-split-content .esg-media-cover-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.esg-split-right .esg-entry-media-wrapper, .esg-split-right .esg-entry-cover {
	float: right
}

.esg-split-left .esg-entry-media-wrapper, .esg-split-left .esg-entry-cover {
	float: left
}

.esg-split-content .esg-entry-media {
	height: 100% !important
}

.esg-split-content .esg-entry-cover {
	position: relative !important
}

.esg-split-content .esg-entry-content {
	clear: both
}

/*
2.1.6
Blur and Grayscale filters
*/
.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

/* 2.1.6.2 */
/* 2.2.5 */
.esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {
	overflow: visible !important
}

.esg-revealed .esg-itm-anime .tp-esg-item {
	-webkit-mask-image: none !important
}

.esg-revealed .esg-itm-anime .tp-esg-item:hover {
	z-index: 9999 !important;
	transform: none !important
}

.esg-revealed .esg-anime-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

/* 2.2 */
.eg-invisiblebutton {
	box-shadow: none !important;
	height: inherit !important;
	display: block !important;
}
.esg-media-cover-wrapper > .eg-invisiblebutton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.esg-entry-cover > .eg-invisiblebutton {
	position: relative;
	z-index: 1;
}

.esg-lb-dummy {
	max-width: none !important;
	box-shadow: none !important;
	position: absolute;
	display: none
}

/* post content layout */
@media screen and (max-width: 736px) {
	.eg-lightbox-post-content-inner > div {
		width: 100% !important;
		float: none !important;
	}

	.eg-lightbox-post-content-inner .esg-post-featured-img {
		padding: 30px 0 !important;
	}
}

.esgbox-stage .esgbox-slide > *:not(.esgbox-share) {
	margin: 0;
	padding: 0
}

.esgbox-stage .esgbox-slide > .esgbox-loading {
	margin-top: -30px;
	margin-left: -30px
}

.esgbox-toolbar .esgbox-button {
	transition: background 0.2s ease-out
}

.esgbox-toolbar .esgbox-button:focus,
.esgbox-toolbar .esgbox-button:active,
.esgbox-toolbar .esgbox-button:visited {
	background: rgba(30, 30, 30, .6)
}

.esgbox-toolbar .esgbox-button:hover {
	background: #000
}

.esgbox-navigation .esgbox-button:before {
	transition: background 0.2s ease-out
}

.esgbox-navigation .esgbox-button:focus:before,
.esgbox-navigation .esgbox-button:active:before,
.esgbox-navigation .esgbox-button:visited:before,
.esgbox-navigation .esgbox-button[disabled]:hover:before,
.esgbox-toolbar .esgbox-button[disabled]:hover {
	background: rgba(0, 0, 0, .6)
}

.esgbox-navigation .esgbox-button:hover:before {
	background: rgba(0, 0, 0, .6)
}

.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right {
	display: none !important
}

.esgbox-single .esgbox-button--arrow_left,
.esgbox-single .esgbox-button--arrow_right {
	display: none !important
}

.esgbox-slide--video iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
}

.esg-four-by-three .esgbox-slide--video iframe {
	width: 800px;
	height: 600px;
}

.esgbox-container .esgbox-button--arrow_right:hover,
.esgbox-container .esgbox-button--arrow_right:focus,
.esgbox-container .esgbox-button--arrow_left:hover,
.esgbox-container .esgbox-button--arrow_left:focus {
	background: rgba(0, 0, 0, .6)
}

/* 2.2.5 */
.esg-filter-wrapper {
	visibility: hidden
}

#eg-elements-container-grid-wrap.eg-startheight {
	height: 351px;
}

.esg-mobile-filter-button {
	display: none
}
.esg-filter-wrapper.dropdownstyle .esg-mobile-filter-button {
	display: inline-block;
}

.esg-mobile-filter-wrap {
	visibility: visible
}

.esg-mobile-filter-wrap .esg-dropdown-wrapper {
	display: none !important;
	visibility: hidden !important
}

/* 2.2.3 */
.eg-esgblankskin-wrapper * {
	visibility: hidden !important
}

/* 2.2.6 */
.eg-item-in-focus {
	z-index: 999 !important
}

/* 2.2.6 */
.esg-cover-overflow {
	overflow: hidden
}

/* collapses */
.esg-transition[data-transition^='esg-collapse'] {
	overflow: hidden
}

.esg-transition[data-transition^='esg-collapse']:before,
.esg-transition[data-transition^='esg-collapse']:after {
	position: absolute;
	content: ""
}

.esg-transition[data-transition^='esg-collapsevertical']:before,
.esg-transition[data-transition^='esg-collapsevertical']:after {
	width: 100%;
	height: 0%;
	left: 0
}

.esg-transition[data-transition^='esg-collapsevertical']:before {
	top: 0
}

.esg-transition[data-transition^='esg-collapsevertical']:after {
	bottom: 0
}

.esg-transition[data-transition='esg-collapseverticalout']:before,
.esg-transition[data-transition='esg-collapseverticalout']:after {
	height: 50%
}

.esg-transition[data-transition^='esg-collapsehorizontal']:before,
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
	width: 0%;
	height: 100%;
	top: 0
}

.esg-transition[data-transition^='esg-collapsehorizontal']:before {
	left: 0
}

.esg-transition[data-transition^='esg-collapsehorizontal']:after {
	right: 0
}

.esg-transition[data-transition='esg-collapsehorizontalout']:before {
	width: 50%
}

.esg-transition[data-transition='esg-collapsehorizontalout']:after {
	width: 50%
}

.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:after {
	height: 50%
}

.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:after {
	height: 0
}

.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:after {
	width: 50%
}

.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:after {
	width: 0
}

/* lines */
.esg-transition[data-transition^="esg-line"]:after {
	content: "";
	position: absolute;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.esg-transition[data-transition="esg-linediagonal"]:after,
.esg-transition[data-transition="esg-linehorizontal"]:after,
.esg-transition[data-transition="esg-linevertical"]:after {
	transform: scale(0)
}

.esg-hovered .esg-transition[data-transition^="esg-line"]:after {
	transform: scale(1)
}

.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:after {
	transform: scale(0)
}

/* spiral */
.esg-transition[data-transition^="esg-spiral"]:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(0deg) scale(0);
}

.esg-transition[data-transition="esg-spiralzoomout"]:after {
	transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}

.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:after {
	transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}

.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:after {
	transform: translate(-50%, -50%) rotate(0deg) scale(0)
}

/* circle */
.esg-transition[data-transition^="esg-circlezoom"]:before,
.esg-transition[data-transition^="esg-circlezoom"]:after {
	content: "";
	position: absolute;
	width: 150%;
	height: 150%;
	padding-bottom: 150%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	border-radius: 50%;
	box-sizing: border-box;
}

.esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-transition[data-transition="esg-circlezoomout"]:after {
	transform: translate(-50%, -50%) scale(1, 1)
}

.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:after {
	transform: translate(-50%, -50%) scale(1, 1)
}

.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:after {
	transform: translate(-50%, -50%) scale(0, 0)
}

.esg-transition[data-transition^="esg-line"]:before,
.esg-transition[data-transition^="esg-spiral"]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	opacity: 0;
}

.esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-transition[data-transition="esg-spiralzoomout"]:before {
	opacity: 1
}

.esg-hovered .esg-transition[data-transition^="esg-line"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:before {
	opacity: 1
}

.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:before {
	opacity: 0
}

/* new blend modes */
.esg-overlay.esg-cover-blend-multiply {
	mix-blend-mode: multiply
}

.esg-overlay.esg-cover-blend-screen {
	mix-blend-mode: screen
}

.esg-overlay.esg-cover-blend-overlay {
	mix-blend-mode: overlay
}

.esg-overlay.esg-cover-blend-darken {
	mix-blend-mode: darken
}

.esg-overlay.esg-cover-blend-lighten {
	mix-blend-mode: lighten
}

.esg-overlay.esg-cover-blend-color-dodge {
	mix-blend-mode: color-dodge
}

.esg-overlay.esg-cover-blend-color-burn {
	mix-blend-mode: color-burn
}

.esg-overlay.esg-cover-blend-hard-light {
	mix-blend-mode: hard-light
}

.esg-overlay.esg-cover-blend-soft-light {
	mix-blend-mode: soft-light
}

.esg-overlay.esg-cover-blend-difference {
	mix-blend-mode: difference
}

.esg-overlay.esg-cover-blend-exclusion {
	mix-blend-mode: exclusion
}

.esg-overlay.esg-cover-blend-hue {
	mix-blend-mode: hue
}

.esg-overlay.esg-cover-blend-saturation {
	mix-blend-mode: saturation
}

.esg-overlay.esg-cover-blend-color {
	mix-blend-mode: color
}

.esg-overlay.esg-cover-blend-luminosity {
	mix-blend-mode: luminosity
}

/* No Filters and Search in Streams */
.source_type_stream .esg-filter-wrapper {
	display: none !important;
}

/* PE7 Font for Backend Popup */
[class*=" pe-7s-"]:before {
	font-family: 'Pe-icon-7-stroke'
}


/****************************************
			GLOBAL SEARCH STYLES
*****************************************/

/* LIGHT */
#esg_search_wrapper {
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20000;
}
#esg_search_wrapper .esg-filter-wrapper, #esg_search_wrapper .esg-pagination {
	margin-left: 0 !important;
}
#esg_big_search_wrapper {
	padding-top: 0;
	position: relative;
}
#esg_big_search_wrapper .bigsearchfield {
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
	border:none !important;
	border-bottom:2px solid #333 !important;
	color: #333 !important;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 40px !important;
	padding: 0 !important;
	position: relative;
	width: 100%;
	z-index: 10;
	height:50px !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
}

#esg_big_search_wrapper::-ms-clear { display: none; }
#esg_big_search_wrapper .bigsearchfield::-ms-clear { display: none; }

#esg_big_search_fake_txt {
	background: none repeat scroll 0 0 rgba(255, 255,255, 0) !important;
	border: medium none !important;
	color: #333 !important;
	font-size: 40px !important;
	font-weight: 700;
	line-height: 40px !important;
	padding: 0 !important;
	position: absolute !important;
	top: 7px !important;
	width: 100%;
	z-index: 5;
	height:50px !important;
}
.esg_big_search_close {
	color: #333;
	cursor: pointer;
	font-size: 40px;
	font-weight: 400;
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 20;
}
.esg_searchresult_title {
	color: #333;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 30px;
	text-transform: uppercase;
}
#esg_search_bg {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 19999;
}
.esg_searchcontainer {
	box-sizing: border-box;
	padding: 40px;
	position: relative;
	width: 100%;
}
.esg_searchresult {
	color: #333;
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
}

/* DARK */
#esg_big_search_wrapper.dark .bigsearchfield {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border-bottom:2px solid #fff !important;
	color: #fff !important;
}

.dark #esg_big_search_fake_txt {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #fff !important;
}
.dark .esg_big_search_close {
	color: #fff;
}
.dark .esg_searchresult_title {
	color: #fff;
}
#esg_search_bg.dark {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}
.dark .esg_searchresult {
	color: #fff;
}
/****************************
* Fontello Icons
****************************/
@font-face {
 font-family: 'eg-font';
  src: url(/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.eot?85610117);
  src: url(/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),
       url(/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.woff?85610117) format('woff'),
       url(/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.ttf?85610117) format('truetype'),
       url(/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.svg?85610117#egfont) format('svg');
  font-weight: normal;
  font-style: normal;

}

.eg-icon-soundcloud:before { content: '\e8ca'; } /* '' */
.eg-icon-music:before { content: '\e858'; } /* '' */
.eg-icon-color-adjust:before { content: '\e862'; } /* '' */
.eg-icon-mail:before { content: '\e868'; } /* '' */
.eg-icon-mail-alt:before { content: '\e869'; } /* '' */
.eg-icon-heart:before { content: '\e86a'; } /* '' */
.eg-icon-heart-empty:before { content: '\e86b'; } /* '' */
.eg-icon-star:before { content: '\e86c'; } /* '' */
.eg-icon-star-empty:before { content: '\e86d'; } /* '' */
.eg-icon-user:before { content: '\e879'; } /* '' */
.eg-icon-male:before { content: '\e87a'; } /* '' */
.eg-icon-female:before { content: '\e87b'; } /* '' */
.eg-icon-video:before { content: '\e805'; } /* '' */
.eg-icon-videocam:before { content: '\e859'; } /* '' */
.eg-icon-picture-1:before { content: '\e803'; } /* '' */
.eg-icon-camera:before { content: '\e85a'; } /* '' */
.eg-icon-camera-alt:before { content: '\e85b'; } /* '' */
.eg-icon-th-large:before { content: '\e83c'; } /* '' */
.eg-icon-th:before { content: '\e83d'; } /* '' */
.eg-icon-ok:before { content: '\e80d'; } /* '' */
.eg-icon-ok-circled2:before { content: '\e877'; } /* '' */
.eg-icon-ok-squared:before { content: '\e878'; } /* '' */
.eg-icon-cancel:before { content: '\e80a'; } /* '' */
.eg-icon-plus:before { content: '\e86e'; } /* '' */
.eg-icon-plus-circled:before { content: '\e876'; } /* '' */
.eg-icon-plus-squared:before { content: '\e875'; } /* '' */
.eg-icon-minus:before { content: '\e86f'; } /* '' */
.eg-icon-minus-circled:before { content: '\e870'; } /* '' */
.eg-icon-minus-squared:before { content: '\e871'; } /* '' */
.eg-icon-minus-squared-alt:before { content: '\e872'; } /* '' */
.eg-icon-info-circled:before { content: '\e80f'; } /* '' */
.eg-icon-info:before { content: '\e844'; } /* '' */
.eg-icon-home:before { content: '\e843'; } /* '' */
.eg-icon-link:before { content: '\e80e'; } /* '' */
.eg-icon-unlink:before { content: '\e83f'; } /* '' */
.eg-icon-link-ext:before { content: '\e840'; } /* '' */
.eg-icon-lock:before { content: '\e856'; } /* '' */
.eg-icon-lock-open:before { content: '\e857'; } /* '' */
.eg-icon-eye:before { content: '\e841'; } /* '' */
.eg-icon-eye-off:before { content: '\e842'; } /* '' */
.eg-icon-tag:before { content: '\e85c'; } /* '' */
.eg-icon-thumbs-up:before { content: '\e887'; } /* '' */
.eg-icon-thumbs-up-alt:before { content: '\e888'; } /* '' */
.eg-icon-download:before { content: '\e88a'; } /* '' */
.eg-icon-upload:before { content: '\e889'; } /* '' */
.eg-icon-reply:before { content: '\e8a6'; } /* '' */
.eg-icon-forward:before { content: '\e874'; } /* '' */
.eg-icon-export-1:before { content: '\e873'; } /* '' */
.eg-icon-print:before { content: '\e886'; } /* '' */
.eg-icon-gamepad:before { content: '\e837'; } /* '' */
.eg-icon-trash:before { content: '\e801'; } /* '' */
.eg-icon-doc-text:before { content: '\e885'; } /* '' */
.eg-icon-doc-inv:before { content: '\e884'; } /* '' */
.eg-icon-folder-1:before { content: '\e83e'; } /* '' */
.eg-icon-folder-open:before { content: '\e883'; } /* '' */
.eg-icon-folder-open-empty:before { content: '\e882'; } /* '' */
.eg-icon-rss:before { content: '\e880'; } /* '' */
.eg-icon-rss-squared:before { content: '\e881'; } /* '' */
.eg-icon-phone:before { content: '\e87f'; } /* '' */
.eg-icon-menu:before { content: '\e830'; } /* '' */
.eg-icon-cog-alt:before { content: '\e847'; } /* '' */
.eg-icon-wrench:before { content: '\e848'; } /* '' */
.eg-icon-basket-1:before { content: '\e87c'; } /* '' */
.eg-icon-calendar:before { content: '\e87d'; } /* '' */
.eg-icon-calendar-empty:before { content: '\e87e'; } /* '' */
.eg-icon-lightbulb:before { content: '\e88b'; } /* '' */
.eg-icon-resize-full-alt:before { content: '\e845'; } /* '' */
.eg-icon-move:before { content: '\e846'; } /* '' */
.eg-icon-down-dir:before { content: '\e838'; } /* '' */
.eg-icon-up-dir:before { content: '\e839'; } /* '' */
.eg-icon-left-dir:before { content: '\e817'; } /* '' */
.eg-icon-right-dir:before { content: '\e818'; } /* '' */
.eg-icon-down-open:before { content: '\e83b'; } /* '' */
.eg-icon-left-open:before { content: '\e819'; } /* '' */
.eg-icon-right-open:before { content: '\e81a'; } /* '' */
.eg-icon-angle-left:before { content: '\e820'; } /* '' */
.eg-icon-angle-right:before { content: '\e81d'; } /* '' */
.eg-icon-angle-double-left:before { content: '\e892'; } /* '' */
.eg-icon-angle-double-right:before { content: '\e893'; } /* '' */
.eg-icon-left-big:before { content: '\e81f'; } /* '' */
.eg-icon-right-big:before { content: '\e81e'; } /* '' */
.eg-icon-up-hand:before { content: '\e835'; } /* '' */
.eg-icon-ccw-1:before { content: '\e891'; } /* '' */
.eg-icon-shuffle-1:before { content: '\e849'; } /* '' */
.eg-icon-play:before { content: '\e88c'; } /* '' */
.eg-icon-play-circled:before { content: '\e88e'; } /* '' */
.eg-icon-stop:before { content: '\e88f'; } /* '' */
.eg-icon-pause:before { content: '\e88d'; } /* '' */
.eg-icon-fast-fw:before { content: '\e890'; } /* '' */
.eg-icon-desktop:before { content: '\e85d'; } /* '' */
.eg-icon-laptop:before { content: '\e85e'; } /* '' */
.eg-icon-tablet:before { content: '\e85f'; } /* '' */
.eg-icon-mobile:before { content: '\e860'; } /* '' */
.eg-icon-flight:before { content: '\e894'; } /* '' */
.eg-icon-font:before { content: '\e851'; } /* '' */
.eg-icon-bold:before { content: '\e852'; } /* '' */
.eg-icon-italic:before { content: '\e855'; } /* '' */
.eg-icon-text-height:before { content: '\e84f'; } /* '' */
.eg-icon-text-width:before { content: '\e850'; } /* '' */
.eg-icon-align-left:before { content: '\e84c'; } /* '' */
.eg-icon-align-center:before { content: '\e84d'; } /* '' */
.eg-icon-align-right:before { content: '\e84e'; } /* '' */
.eg-icon-search:before { content: '\e802'; } /* '' */
.eg-icon-indent-left:before { content: '\e866'; } /* '' */
.eg-icon-indent-right:before { content: '\e867'; } /* '' */
.eg-icon-ajust:before { content: '\e84a'; } /* '' */
.eg-icon-tint:before { content: '\e84b'; } /* '' */
.eg-icon-chart-bar:before { content: '\e853'; } /* '' */
.eg-icon-magic:before { content: '\e807'; } /* '' */
.eg-icon-sort:before { content: '\e895'; } /* '' */
.eg-icon-sort-alt-up:before { content: '\e863'; } /* '' */
.eg-icon-sort-alt-down:before { content: '\e864'; } /* '' */
.eg-icon-sort-name-up:before { content: '\e854'; } /* '' */
.eg-icon-sort-name-down:before { content: '\e865'; } /* '' */
.eg-icon-coffee:before { content: '\e896'; } /* '' */
.eg-icon-food:before { content: '\e897'; } /* '' */
.eg-icon-medkit:before { content: '\e898'; } /* '' */
.eg-icon-puzzle:before { content: '\e899'; } /* '' */
.eg-icon-apple:before { content: '\e89a'; } /* '' */
.eg-icon-facebook:before { content: '\e89b'; } /* '' */
.eg-icon-gplus:before { content: '\e89c'; } /* '' */
.eg-icon-tumblr:before { content: '\e8a0'; } /* '' */
.eg-icon-twitter-squared:before { content: '\e8a2'; } /* '' */
.eg-icon-twitter:before { content: '\e8a1'; } /* '' */
.eg-icon-vimeo-squared:before { content: '\e89d'; } /* '' */
.eg-icon-youtube:before { content: '\e89f'; } /* '' */
.eg-icon-youtube-squared:before { content: '\e89e'; } /* '' */
.eg-icon-picture:before { content: '\e800'; } /* '' */
.eg-icon-check:before { content: '\e810'; } /* '' */
.eg-icon-back:before { content: '\e8a5'; } /* '' */
.eg-icon-thumbs-up-1:before { content: '\e8a9'; } /* '' */
.eg-icon-thumbs-down:before { content: '\e8aa'; } /* '' */
.eg-icon-download-1:before { content: '\e8ab'; } /* '' */
.eg-icon-upload-1:before { content: '\e8ac'; } /* '' */
.eg-icon-reply-1:before { content: '\e8a8'; } /* '' */
.eg-icon-forward-1:before { content: '\e8a7'; } /* '' */
.eg-icon-export:before { content: '\e80b'; } /* '' */
.eg-icon-folder:before { content: '\e813'; } /* '' */
.eg-icon-rss-1:before { content: '\e8c8'; } /* '' */
.eg-icon-cog:before { content: '\e832'; } /* '' */
.eg-icon-tools:before { content: '\e815'; } /* '' */
.eg-icon-basket:before { content: '\e812'; } /* '' */
.eg-icon-login:before { content: '\e833'; } /* '' */
.eg-icon-logout:before { content: '\e834'; } /* '' */
.eg-icon-resize-full:before { content: '\e816'; } /* '' */
.eg-icon-popup:before { content: '\e828'; } /* '' */
.eg-icon-arrow-combo:before { content: '\e827'; } /* '' */
.eg-icon-left-open-1:before { content: '\e82a'; } /* '' */
.eg-icon-right-open-1:before { content: '\e82b'; } /* '' */
.eg-icon-left-open-mini:before { content: '\e822'; } /* '' */
.eg-icon-right-open-mini:before { content: '\e823'; } /* '' */
.eg-icon-left-open-big:before { content: '\e824'; } /* '' */
.eg-icon-right-open-big:before { content: '\e825'; } /* '' */
.eg-icon-left:before { content: '\e836'; } /* '' */
.eg-icon-right:before { content: '\e826'; } /* '' */
.eg-icon-ccw:before { content: '\e808'; } /* '' */
.eg-icon-cw:before { content: '\e8c9'; } /* '' */
.eg-icon-arrows-ccw:before { content: '\e806'; } /* '' */
.eg-icon-level-down:before { content: '\e8a3'; } /* '' */
.eg-icon-level-up:before { content: '\e8a4'; } /* '' */
.eg-icon-shuffle:before { content: '\e814'; } /* '' */
.eg-icon-palette:before { content: '\e829'; } /* '' */
.eg-icon-list-add:before { content: '\e80c'; } /* '' */
.eg-icon-back-in-time:before { content: '\e821'; } /* '' */
.eg-icon-monitor:before { content: '\e81b'; } /* '' */
.eg-icon-paper-plane:before { content: '\e8ad'; } /* '' */
.eg-icon-brush:before { content: '\e8ae'; } /* '' */
.eg-icon-droplet:before { content: '\e81c'; } /* '' */
.eg-icon-clipboard:before { content: '\e8b0'; } /* '' */
.eg-icon-megaphone:before { content: '\e8b1'; } /* '' */
.eg-icon-key:before { content: '\e8af'; } /* '' */
.eg-icon-github:before { content: '\e8b3'; } /* '' */
.eg-icon-github-circled:before { content: '\e8b4'; } /* '' */
.eg-icon-flickr:before { content: '\e8b2'; } /* '' */
.eg-icon-flickr-circled:before { content: '\e8b5'; } /* '' */
.eg-icon-vimeo:before { content: '\e8b6'; } /* '' */
.eg-icon-vimeo-circled:before { content: '\e8b7'; } /* '' */
.eg-icon-twitter-1:before { content: '\e8b8'; } /* '' */
.eg-icon-twitter-circled:before { content: '\e8b9'; } /* '' */
.eg-icon-facebook-1:before { content: '\e8ba'; } /* '' */
.eg-icon-facebook-circled:before { content: '\e8bb'; } /* '' */
.eg-icon-facebook-squared:before { content: '\e8bc'; } /* '' */
.eg-icon-gplus-1:before { content: '\e8bd'; } /* '' */
.eg-icon-gplus-circled:before { content: '\e8be'; } /* '' */
.eg-icon-pinterest:before { content: '\e8bf'; } /* '' */
.eg-icon-pinterest-circled:before { content: '\e8c0'; } /* '' */
.eg-icon-tumblr-1:before { content: '\e8c1'; } /* '' */
.eg-icon-tumblr-circled:before { content: '\e8c2'; } /* '' */
.eg-icon-linkedin:before { content: '\e8c3'; } /* '' */
.eg-icon-linkedin-circled:before { content: '\e8c4'; } /* '' */
.eg-icon-dribbble:before { content: '\e8c5'; } /* '' */
.eg-icon-dribbble-circled:before { content: '\e8c6'; } /* '' */
.eg-icon-picasa:before { content: '\e8c7'; } /* '' */
.eg-icon-ok-1:before { content: '\e811'; } /* '' */
.eg-icon-doc:before { content: '\e809'; } /* '' */
.eg-icon-left-open-outline:before { content: '\e82e'; } /* '' */
.eg-icon-left-open-2:before { content: '\e82c'; } /* '' */
.eg-icon-right-open-outline:before { content: '\e82f'; } /* '' */
.eg-icon-right-open-2:before { content: '\e82d'; } /* '' */
.eg-icon-equalizer:before { content: '\e83a'; } /* '' */
.eg-icon-layers-alt:before { content: '\e804'; } /* '' */
.eg-icon-pencil-1:before { content: '\e831'; } /* '' */
.eg-icon-align-justify:before { content: '\e861'; } /* '' */
.eg-icon-wistia:before { content: '\e89f'; } /* 'î¢Ÿ' */
.eg-icon-wistia-squared:before { content: '\e89e'; } /* 'î¢ž' */@font-face {
  font-family: 'trx_addons_icons';
  src: url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.eot?59264814);
  src: url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.eot?59264814#iefix) format('embedded-opentype'),
       url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.woff2?59264814) format('woff2'),
       url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.woff?59264814) format('woff'),
       url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.ttf?59264814) format('truetype'),
       url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.svg?59264814#trx_addons_icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'trx_addons_icons';
    src: url(/wp-content/plugins/trx_addons/css/font-icons/css/../font/trx_addons_icons.svg?59264814#trx_addons_icons) format('svg');
  }
}
*/
 
 [class^="trx_addons_icon-"]:before, [class*=" trx_addons_icon-"]:before {
  font-family: "trx_addons_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.trx_addons_icon-spin3:before { content: '\e800'; } /* '' */
.trx_addons_icon-spin5:before { content: '\e801'; } /* '' */
.trx_addons_icon-share:before { content: '\e802'; } /* '' */
.trx_addons_icon-adn:before { content: '\e803'; } /* '' */
.trx_addons_icon-android:before { content: '\e804'; } /* '' */
.trx_addons_icon-angellist:before { content: '\e805'; } /* '' */
.trx_addons_icon-apple:before { content: '\e806'; } /* '' */
.trx_addons_icon-behance:before { content: '\e807'; } /* '' */
.trx_addons_icon-bitbucket:before { content: '\e808'; } /* '' */
.trx_addons_icon-buysellads:before { content: '\e809'; } /* '' */
.trx_addons_icon-cc:before { content: '\e80a'; } /* '' */
.trx_addons_icon-codeopen:before { content: '\e80b'; } /* '' */
.trx_addons_icon-connectdevelop:before { content: '\e80c'; } /* '' */
.trx_addons_icon-css3:before { content: '\e80d'; } /* '' */
.trx_addons_icon-dashcube:before { content: '\e80e'; } /* '' */
.trx_addons_icon-delicious:before { content: '\e80f'; } /* '' */
.trx_addons_icon-deviantart:before { content: '\e810'; } /* '' */
.trx_addons_icon-digg:before { content: '\e811'; } /* '' */
.trx_addons_icon-dribbble:before { content: '\e812'; } /* '' */
.trx_addons_icon-dropbox:before { content: '\e813'; } /* '' */
.trx_addons_icon-drupal:before { content: '\e814'; } /* '' */
.trx_addons_icon-facebook:before { content: '\e815'; } /* '' */
.trx_addons_icon-flickr:before { content: '\e816'; } /* '' */
.trx_addons_icon-forumbee:before { content: '\e817'; } /* '' */
.trx_addons_icon-foursquare:before { content: '\e818'; } /* '' */
.trx_addons_icon-git:before { content: '\e819'; } /* '' */
.trx_addons_icon-github:before { content: '\e81a'; } /* '' */
.trx_addons_icon-google:before { content: '\e81b'; } /* '' */
.trx_addons_icon-gplus:before { content: '\e81c'; } /* '' */
.trx_addons_icon-gwallet:before { content: '\e81d'; } /* '' */
.trx_addons_icon-hacker-news:before { content: '\e81e'; } /* '' */
.trx_addons_icon-html5:before { content: '\e81f'; } /* '' */
.trx_addons_icon-instagram:before { content: '\e820'; } /* '' */
.trx_addons_icon-ioxhost:before { content: '\e821'; } /* '' */
.trx_addons_icon-joomla:before { content: '\e822'; } /* '' */
.trx_addons_icon-jsfiddle:before { content: '\e823'; } /* '' */
.trx_addons_icon-lastfm:before { content: '\e824'; } /* '' */
.trx_addons_icon-leanpub:before { content: '\e825'; } /* '' */
.trx_addons_icon-linkedin:before { content: '\e826'; } /* '' */
.trx_addons_icon-linux:before { content: '\e827'; } /* '' */
.trx_addons_icon-maxcdn:before { content: '\e828'; } /* '' */
.trx_addons_icon-meanpath:before { content: '\e829'; } /* '' */
.trx_addons_icon-openid:before { content: '\e82a'; } /* '' */
.trx_addons_icon-pagelines:before { content: '\e82b'; } /* '' */
.trx_addons_icon-paypal:before { content: '\e82c'; } /* '' */
.trx_addons_icon-pied-piper-alt:before { content: '\e82d'; } /* '' */
.trx_addons_icon-pinterest:before { content: '\e82e'; } /* '' */
.trx_addons_icon-qq:before { content: '\e82f'; } /* '' */
.trx_addons_icon-reddit:before { content: '\e830'; } /* '' */
.trx_addons_icon-renren:before { content: '\e831'; } /* '' */
.trx_addons_icon-sellsy:before { content: '\e832'; } /* '' */
.trx_addons_icon-shirtsinbulk:before { content: '\e833'; } /* '' */
.trx_addons_icon-simplybuilt:before { content: '\e834'; } /* '' */
.trx_addons_icon-skyatlas:before { content: '\e835'; } /* '' */
.trx_addons_icon-skype:before { content: '\e836'; } /* '' */
.trx_addons_icon-slack:before { content: '\e837'; } /* '' */
.trx_addons_icon-slideshare:before { content: '\e838'; } /* '' */
.trx_addons_icon-stackoverflow:before { content: '\e839'; } /* '' */
.trx_addons_icon-steam:before { content: '\e83a'; } /* '' */
.trx_addons_icon-stumbleupon:before { content: '\e83b'; } /* '' */
.trx_addons_icon-tencent-weibo:before { content: '\e83c'; } /* '' */
.trx_addons_icon-trello:before { content: '\e83d'; } /* '' */
.trx_addons_icon-tumblr:before { content: '\e83e'; } /* '' */
.trx_addons_icon-twitch:before { content: '\e83f'; } /* '' */
.trx_addons_icon-twitter:before { content: '\e840'; } /* '' */
.trx_addons_icon-vine:before { content: '\e841'; } /* '' */
.trx_addons_icon-vkontakte:before { content: '\e842'; } /* '' */
.trx_addons_icon-wechat:before { content: '\e843'; } /* '' */
.trx_addons_icon-whatsapp:before { content: '\e844'; } /* '' */
.trx_addons_icon-weibo:before { content: '\e845'; } /* '' */
.trx_addons_icon-windows:before { content: '\e846'; } /* '' */
.trx_addons_icon-wordpress:before { content: '\e847'; } /* '' */
.trx_addons_icon-xing:before { content: '\e848'; } /* '' */
.trx_addons_icon-yelp:before { content: '\e849'; } /* '' */
.trx_addons_icon-youtube:before { content: '\e84a'; } /* '' */
.trx_addons_icon-yahoo:before { content: '\e84b'; } /* '' */
.trx_addons_icon-circle:before { content: '\e84c'; } /* '' */
.trx_addons_icon-lemon:before { content: '\e84d'; } /* '' */
.trx_addons_icon-soundcloud:before { content: '\e84e'; } /* '' */
.trx_addons_icon-google-circles:before { content: '\e84f'; } /* '' */
.trx_addons_icon-logo-db:before { content: '\e850'; } /* '' */
.trx_addons_icon-sweden:before { content: '\e851'; } /* '' */
.trx_addons_icon-evernote:before { content: '\e852'; } /* '' */
.trx_addons_icon-heart:before { content: '\e853'; } /* '' */
.trx_addons_icon-heart-empty:before { content: '\e854'; } /* '' */
.trx_addons_icon-eye:before { content: '\e855'; } /* '' */
.trx_addons_icon-comment-empty:before { content: '\e856'; } /* '' */
.trx_addons_icon-down:before { content: '\e857'; } /* '' */
.trx_addons_icon-left:before { content: '\e858'; } /* '' */
.trx_addons_icon-right:before { content: '\e859'; } /* '' */
.trx_addons_icon-up:before { content: '\e85a'; } /* '' */
.trx_addons_icon-pencil:before { content: '\e85b'; } /* '' */
.trx_addons_icon-shareable:before { content: '\e85c'; } /* '' */
.trx_addons_icon-tools:before { content: '\e85d'; } /* '' */
.trx_addons_icon-basket:before { content: '\e85e'; } /* '' */
.trx_addons_icon-reply:before { content: '\e85f'; } /* '' */
.trx_addons_icon-reply-all:before { content: '\e860'; } /* '' */
.trx_addons_icon-forward:before { content: '\e861'; } /* '' */
.trx_addons_icon-edit:before { content: '\e862'; } /* '' */
.trx_addons_icon-feather3:before { content: '\e863'; } /* '' */
.trx_addons_icon-code:before { content: '\e864'; } /* '' */
.trx_addons_icon-attach:before { content: '\e865'; } /* '' */
.trx_addons_icon-lock:before { content: '\e866'; } /* '' */
.trx_addons_icon-lock-open:before { content: '\e867'; } /* '' */
.trx_addons_icon-pin:before { content: '\e868'; } /* '' */
.trx_addons_icon-home:before { content: '\e869'; } /* '' */
.trx_addons_icon-link:before { content: '\e86a'; } /* '' */
.trx_addons_icon-unlink:before { content: '\e86b'; } /* '' */
.trx_addons_icon-download:before { content: '\e86c'; } /* '' */
.trx_addons_icon-mail:before { content: '\e86d'; } /* '' */
.trx_addons_icon-star:before { content: '\e86e'; } /* '' */
.trx_addons_icon-star-empty:before { content: '\e86f'; } /* '' */
.trx_addons_icon-user-alt:before { content: '\e870'; } /* '' */
.trx_addons_icon-user-plus:before { content: '\e871'; } /* '' */
.trx_addons_icon-user-times:before { content: '\e872'; } /* '' */
.trx_addons_icon-users-group:before { content: '\e873'; } /* '' */
.trx_addons_icon-ok:before { content: '\e874'; } /* '' */
.trx_addons_icon-delete:before { content: '\e875'; } /* '' */
.trx_addons_icon-plus:before { content: '\e876'; } /* '' */
.trx_addons_icon-minus:before { content: '\e877'; } /* '' */
.trx_addons_icon-ok-circled:before { content: '\e878'; } /* '' */
.trx_addons_icon-delete-circled:before { content: '\e879'; } /* '' */
.trx_addons_icon-plus-circled:before { content: '\e87a'; } /* '' */
.trx_addons_icon-minus-circled:before { content: '\e87b'; } /* '' */
.trx_addons_icon-help:before { content: '\e87c'; } /* '' */
.trx_addons_icon-help-circled:before { content: '\e87d'; } /* '' */
.trx_addons_icon-info-circled:before { content: '\e87e'; } /* '' */
.trx_addons_icon-info:before { content: '\e87f'; } /* '' */
.trx_addons_icon-attention:before { content: '\e880'; } /* '' */
.trx_addons_icon-attention-circled:before { content: '\e881'; } /* '' */
.trx_addons_icon-down-mini:before { content: '\e882'; } /* '' */
.trx_addons_icon-left-mini:before { content: '\e883'; } /* '' */
.trx_addons_icon-right-mini:before { content: '\e884'; } /* '' */
.trx_addons_icon-up-mini:before { content: '\e885'; } /* '' */
.trx_addons_icon-rss:before { content: '\e886'; } /* '' */
.trx_addons_icon-slider-left:before { content: '\e887'; } /* '' */
.trx_addons_icon-slider-right:before { content: '\e888'; } /* '' */
.trx_addons_icon-cog:before { content: '\e889'; } /* '' */
.trx_addons_icon-gps:before { content: '\e88a'; } /* '' */
.trx_addons_icon-monitor:before { content: '\e88b'; } /* '' */
.trx_addons_icon-mouse:before { content: '\e88c'; } /* '' */
.trx_addons_icon-feather:before { content: '\e88d'; } /* '' */
.trx_addons_icon-cogs:before { content: '\e88e'; } /* '' */
.trx_addons_icon-sliders:before { content: '\e88f'; } /* '' */
.trx_addons_icon-camera:before { content: '\e890'; } /* '' */
.trx_addons_icon-lamp:before { content: '\e891'; } /* '' */
.trx_addons_icon-down-dir:before { content: '\e892'; } /* '' */
.trx_addons_icon-telephone:before { content: '\e893'; } /* '' */
.trx_addons_icon-print:before { content: '\e894'; } /* '' */
.trx_addons_icon-export:before { content: '\e895'; } /* '' */
.trx_addons_icon-mute:before { content: '\e896'; } /* '' */
.trx_addons_icon-volume:before { content: '\e897'; } /* '' */
.trx_addons_icon-search:before { content: '\e898'; } /* '' */
.trx_addons_icon-print2:before { content: '\e899'; } /* '' */
.trx_addons_icon-youtube2:before { content: '\e89a'; } /* '' */
.trx_addons_icon-asterisk:before { content: '\e89b'; } /* '' */
.trx_addons_icon-checkbox:before { content: '\e89c'; } /* '' */
.trx_addons_icon-circle-thin:before { content: '\e89d'; } /* '' */
.trx_addons_icon-ellipsis:before { content: '\e89e'; } /* '' */
.trx_addons_icon-ellipsis-vert:before { content: '\e89f'; } /* '' */
.trx_addons_icon-off:before { content: '\e8a0'; } /* '' */
.trx_addons_icon-scissors:before { content: '\e8a1'; } /* '' */
.trx_addons_icon-paste:before { content: '\e8a2'; } /* '' */
.trx_addons_icon-floppy:before { content: '\e8a3'; } /* '' */
.trx_addons_icon-book:before { content: '\e8a4'; } /* '' */
.trx_addons_icon-toggle-off:before { content: '\e8a5'; } /* '' */
.trx_addons_icon-toggle-on:before { content: '\e8a6'; } /* '' */
.trx_addons_icon-columns:before { content: '\e8a7'; } /* '' */
.trx_addons_icon-table:before { content: '\e8a8'; } /* '' */
.trx_addons_icon-circle-dot:before { content: '\e8a9'; } /* '' */
.trx_addons_icon-chart-bar:before { content: '\e8aa'; } /* '' */
.trx_addons_icon-chart-area:before { content: '\e8ab'; } /* '' */
.trx_addons_icon-chart-pie:before { content: '\e8ac'; } /* '' */
.trx_addons_icon-chart-line:before { content: '\e8ad'; } /* '' */
.trx_addons_icon-certificate:before { content: '\e8ae'; } /* '' */
.trx_addons_icon-signal:before { content: '\e8af'; } /* '' */
.trx_addons_icon-checkbox-empty:before { content: '\e8b0'; } /* '' */
.trx_addons_icon-gift:before { content: '\e8b1'; } /* '' */
.trx_addons_icon-desktop:before { content: '\e8b2'; } /* '' */
.trx_addons_icon-laptop:before { content: '\e8b3'; } /* '' */
.trx_addons_icon-tablet:before { content: '\e8b4'; } /* '' */
.trx_addons_icon-mobile:before { content: '\e8b5'; } /* '' */
.trx_addons_icon-dot:before { content: '\e8b6'; } /* '' */
.trx_addons_icon-record:before { content: '\e8b7'; } /* '' */
.trx_addons_icon-quote-right:before { content: '\e8b8'; } /* '' */
.trx_addons_icon-quote-left:before { content: '\e8b9'; } /* '' */
.trx_addons_icon-feather2:before { content: '\e8ba'; } /* '' */
.trx_addons_icon-location-outline:before { content: '\e8bb'; } /* '' */
.trx_addons_icon-menu:before { content: '\e8bc'; } /* '' */
.trx_addons_icon-check:before { content: '\e8bd'; } /* '' */
.trx_addons_icon-cancel:before { content: '\e8be'; } /* '' */
.trx_addons_icon-fire:before { content: '\e8bf'; } /* '' */
.trx_addons_icon-fire-light:before { content: '\e8c0'; } /* '' */
.trx_addons_icon-food-light:before { content: '\e8c1'; } /* '' */
.trx_addons_icon-phone-2:before { content: '\e8c2'; } /* '' */
.trx_addons_icon-map:before { content: '\e8c3'; } /* '' */
.trx_addons_icon-up-dir:before { content: '\e8c4'; } /* '' */
.trx_addons_icon-left-dir:before { content: '\e8c5'; } /* '' */
.trx_addons_icon-right-dir:before { content: '\e8c6'; } /* '' */
.trx_addons_icon-calendar:before { content: '\e8c7'; } /* '' */
.trx_addons_icon-credit-card:before { content: '\e8c8'; } /* '' */
.trx_addons_icon-dot2:before { content: '\e8c9'; } /* '' */
.trx_addons_icon-dot3:before { content: '\e8ca'; } /* '' */
.trx_addons_icon-resize-small:before { content: '\e8cb'; } /* '' */
.trx_addons_icon-resize-vertical:before { content: '\e8cc'; } /* '' */
.trx_addons_icon-resize-horizontal:before { content: '\e8cd'; } /* '' */
.trx_addons_icon-water:before { content: '\e8ce'; } /* '' */
.trx_addons_icon-droplet:before { content: '\e8cf'; } /* '' */
.trx_addons_icon-air:before { content: '\e8d0'; } /* '' */
.trx_addons_icon-address:before { content: '\e8d1'; } /* '' */
.trx_addons_icon-location:before { content: '\e8d2'; } /* '' */
.trx_addons_icon-map-2:before { content: '\e8d3'; } /* '' */
.trx_addons_icon-direction:before { content: '\e8d4'; } /* '' */
.trx_addons_icon-compass:before { content: '\e8d5'; } /* '' */
.trx_addons_icon-globe:before { content: '\e8d6'; } /* '' */
.trx_addons_icon-flow-tree:before { content: '\e8d7'; } /* '' */
.trx_addons_icon-key:before { content: '\e8d8'; } /* '' */
.trx_addons_icon-flow-cross:before { content: '\e8d9'; } /* '' */
.trx_addons_icon-fuel:before { content: '\e8da'; } /* '' */
.trx_addons_icon-lodging:before { content: '\e8db'; } /* '' */
.trx_addons_icon-toilet:before { content: '\e8dc'; } /* '' */
.trx_addons_icon-wrench:before { content: '\e8dd'; } /* '' */
.trx_addons_icon-cogs-1:before { content: '\e8de'; } /* '' */
.trx_addons_icon-gauge-1:before { content: '\e8df'; } /* '' */
.trx_addons_icon-road:before { content: '\e8e0'; } /* '' */
.trx_addons_icon-volume-off:before { content: '\e8e1'; } /* '' */
.trx_addons_icon-volume-down:before { content: '\e8e2'; } /* '' */
.trx_addons_icon-volume-up:before { content: '\e8e3'; } /* '' */
.trx_addons_icon-play:before { content: '\e8e4'; } /* '' */
.trx_addons_icon-pause:before { content: '\e8e5'; } /* '' */
.trx_addons_icon-stop:before { content: '\e8e6'; } /* '' */
.trx_addons_icon-align-left:before { content: '\e8e7'; } /* '' */
.trx_addons_icon-align-center:before { content: '\e8e8'; } /* '' */
.trx_addons_icon-align-right:before { content: '\e8e9'; } /* '' */
.trx_addons_icon-align-justify:before { content: '\e8ea'; } /* '' */
.trx_addons_icon-list:before { content: '\e8eb'; } /* '' */
.trx_addons_icon-film:before { content: '\e8ec'; } /* '' */
.trx_addons_icon-video:before { content: '\e8ed'; } /* '' */
.trx_addons_icon-video-light:before { content: '\e8ee'; } /* '' */
.trx_addons_icon-comment:before { content: '\e8ef'; } /* '' */
.trx_addons_icon-chat:before { content: '\e8f0'; } /* '' */
.trx_addons_icon-thumbs-up:before { content: '\e8f1'; } /* '' */
.trx_addons_icon-thumbs-down:before { content: '\e8f2'; } /* '' */
.trx_addons_icon-arrow-down:before { content: '\e90f'; } /* '' */
.trx_addons_icon-arrow-left:before { content: '\e910'; } /* '' */
.trx_addons_icon-arrow-right:before { content: '\e911'; } /* '' */
.trx_addons_icon-arrow-up:before { content: '\e912'; } /* '' */
.trx_addons_icon-resize-full:before { content: '\e918'; } /* '' */
.trx_addons_icon-move:before { content: '\f047'; } /* '' */
.trx_addons_icon-filter:before { content: '\f0b0'; } /* '' */
.trx_addons_icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.trx_addons_icon-list-bullet:before { content: '\f0ca'; } /* '' */
.trx_addons_icon-list-numbered:before { content: '\f0cb'; } /* '' */
.trx_addons_icon-sort:before { content: '\f0dc'; } /* '' */
.trx_addons_icon-sort-down:before { content: '\f0dd'; } /* '' */
.trx_addons_icon-sort-up:before { content: '\f0de'; } /* '' */
.trx_addons_icon-gauge:before { content: '\f0e4'; } /* '' */
.trx_addons_icon-chat-empty:before { content: '\f0e6'; } /* '' */
.trx_addons_icon-sitemap:before { content: '\f0e8'; } /* '' */
.trx_addons_icon-food:before { content: '\f0f5'; } /* '' */
.trx_addons_icon-building:before { content: '\f0f7'; } /* '' */
.trx_addons_icon-mic:before { content: '\f130'; } /* '' */
.trx_addons_icon-mute-1:before { content: '\f131'; } /* '' */
.trx_addons_icon-calendar-empty:before { content: '\f133'; } /* '' */
.trx_addons_icon-extinguisher:before { content: '\f134'; } /* '' */
.trx_addons_icon-sort-name-up:before { content: '\f15d'; } /* '' */
.trx_addons_icon-sort-name-down:before { content: '\f15e'; } /* '' */
.trx_addons_icon-sort-alt-up:before { content: '\f160'; } /* '' */
.trx_addons_icon-sort-alt-down:before { content: '\f161'; } /* '' */
.trx_addons_icon-sort-number-up:before { content: '\f162'; } /* '' */
.trx_addons_icon-sort-number-down:before { content: '\f163'; } /* '' */
.trx_addons_icon-car:before { content: '\f1b9'; } /* '' */
.trx_addons_icon-cc-visa:before { content: '\f1f0'; } /* '' */
.trx_addons_icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.trx_addons_icon-bed:before { content: '\f236'; } /* '' */
.trx_addons_icon-balance-scale:before { content: '\f24e'; } /* '' */
.trx_addons_icon-hourglass:before { content: '\f250'; } /* '' */
.trx_addons_icon-wpforms:before { content: '\f298'; } /* '' *//**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
/* Preloader
-----------------------------------------------------------------*/
#page_preloader {
  background-color: #f0f0f0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.8;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.preloader_wrap {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader_wrap > div {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #efa758;
}

/* Circle */
.preloader_wrap > div[class*=preloader_circ] {
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: preloader-circle 0.7s infinite ease-in-out;
  animation: preloader-circle 0.7s infinite ease-in-out;
}

.preloader_wrap > div.preloader_circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader_wrap > div.preloader_circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader_wrap > div.preloader_circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.preloader_wrap > div.preloader_circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes preloader-circle {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes preloader-circle {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
/* Square */
.preloader_wrap.preloader_square {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.preloader_wrap > div.preloader_square1,
.preloader_wrap > div.preloader_square2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-animation: preloader-square 1.8s infinite ease-in-out;
  animation: preloader-square 1.8s infinite ease-in-out;
}

.preloader_wrap > div.preloader_square2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes preloader-square {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes preloader-square {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* Dots */
.preloader_wrap .preloader_dot {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.preloader_wrap .preloader_dot + .preloader_dot {
  margin-left: 20px;
}

.preloader_wrap #preloader_dot_one {
  -webkit-animation: preloader_dot_one 1.5s infinite;
  animation: preloader_dot_one 1.5s infinite;
}

.preloader_wrap #preloader_dot_two {
  -webkit-animation: preloader_dot_two 1.5s infinite;
  animation: preloader_dot_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.preloader_wrap #preloader_dot_three {
  -webkit-animation: preloader_dot_three 1.5s infinite;
  animation: preloader_dot_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes preloader_dot_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes preloader_dot_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes preloader_dot_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes preloader_dot_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes preloader_dot_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes preloader_dot_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/* Loading in the tabs */
.trx_addons_loading {
  background-image: url(/wp-content/plugins/trx_addons/css/images/preloader.gif) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Scroll to top
--------------------------------------------------------------- */
.trx_addons_scroll_to_top {
  display: block;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  z-index: 100001;
  bottom: -4em;
  right: 2em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trx_addons_scroll_to_top:before {
  margin: 0 !important;
}

.trx_addons_scroll_to_top.show {
  opacity: 1;
  bottom: 2em;
}

/* Scroll progress
--------------------------------------------------------------- */
.scroll_progress_wrap {
  position: fixed;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 999999;
  overflow: hidden;
}

.scroll_progress_bottom {
  bottom: 0;
  height: 8px;
}

.scroll_progress_top {
  top: 0;
}

.admin-bar .scroll_progress_top {
  top: 32px;
}

.scroll_progress_wrap .scroll_progress_status {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #efa758;
  opacity: 0.8;
}

.rtl .scroll_progress_wrap .scroll_progress_status {
  left: unset;
  right: 0;
}

/* Media elements
-------------------------------------- */
.me-plugin {
  position: absolute;
  width: 0;
  height: 0;
}

.mejs-controls .mejs-button > button {
  background: none !important;
  padding: 0 !important;
  text-align: center;
  font-size: 1.5em;
  line-height: 20px;
}

.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
  content: "\e8e4";
  font-family: "trx_addons_icons";
}

.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
  content: "\e8e5";
  font-family: "trx_addons_icons";
}

.mejs-controls .mejs-volume-button.mejs-mute > button:before {
  content: "\e8e3";
  font-family: "trx_addons_icons";
}

.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
  content: "\e8e1";
  font-family: "trx_addons_icons";
}

.mejs-controls .mejs-button.mejs-fullscreen-button > button:before {
  content: "\f0b2";
  font-family: "trx_addons_icons";
}

.mejs-controls .mejs-button.mejs-unfullscreen > button:before {
  content: "\e8cb";
  font-family: "trx_addons_icons";
}

.trx_addons_audio_player.with_cover .mejs-controls {
  background: none !important;
}

.wp-playlist .mejs-container .mejs-controls {
  background: rgba(0, 0, 0, 0.7);
}

.mejs-controls .mejs-time {
  margin-top: -1px;
  padding-left: 0;
  padding-right: 0;
}

/* Internal ColorPicker
------------------------------------------------------------- */
.iColorPickerTable table.colorPickerTable td {
  padding: 0 2px;
}

.iColorPickerTable .iColorPicker_moreColors {
  background-image: url(/wp-content/plugins/trx_addons/css/images/colorpicker_morecolors.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

/* jQuery UI widgets reset
-------------------------------------------------------------- */
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Tabs
------------------------------------------------------ */
.trx_addons_tabs .trx_addons_tabs_content + .trx_addons_tabs_content {
  display: none;
}

.trx_addons_tabs .trx_addons_tabs_titles li:before {
  display: none;
}

.trx_addons_tabs .trx_addons_tabs_titles li {
  display: inline-block;
  font-size: 0.8462em;
  line-height: 1.7273em;
  font-weight: 700;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
}

.trx_addons_tabs .trx_addons_tabs_titles li + li {
  margin-left: 1em;
}

.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #000;
}

.trx_addons_tabs .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
  padding: 0;
  float: none;
}

.trx_addons_tabs .trx_addons_tabs_content {
  padding: 0;
  border: none;
  overflow: hidden;
}

.trx_addons_tabs_with_titles .trx_addons_tabs_content {
  padding-top: 1.5em;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  background: none;
}

/* Range Slider
------------------------------------------------------ */
.trx_addons_range_slider {
  position: relative;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.trx_addons_range_slider_label {
  font-size: 0.75em;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  bottom: -1.5em;
  left: 0;
}

.trx_addons_range_slider_label_min {
  color: #aaa;
}

.trx_addons_range_slider_label_max {
  left: auto;
  right: 0;
  color: #aaa;
}

.trx_addons_range_slider_label_cur {
  bottom: auto;
  top: -1.5em;
  background-color: inherit;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.trx_addons_range_slider_label_cur + .trx_addons_range_slider_label_cur {
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%);
}

div.ui-slider {
  position: relative;
  text-align: left;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
}

div.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #e7e7e7;
  border: 1px solid #ddd;
  border-radius: 2px;
}

div.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #f0f0f0;
}

div.ui-slider.ui-state-disabled .ui-slider-handle,
div.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

div.ui-slider-horizontal {
  height: 0.8em;
}

div.ui-slider-horizontal .ui-slider-handle {
  top: -0.15em;
  margin-left: -0.5em;
}

div.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

div.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

div.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

div.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

div.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

div.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

div.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

div.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Select 2
--------------------------------------------------------------- */
.select2-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: auto !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1051;
  top: 0;
  left: -100000px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  background-color: #fff;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  display: inline-block;
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  z-index: 1;
  top: 50% !important;
  right: 1px;
  width: 20px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  cursor: text;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0073aa;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa;
}

div.select2-container .select2-choice {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #32373c;
  outline: 0 none;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
  -webkit-transition: border-color 50ms ease-in-out 0s;
  -o-transition: border-color 50ms ease-in-out 0s;
  transition: border-color 50ms ease-in-out 0s;
}

div.select2-drop {
  border: 1px solid #ddd;
  border-radius: 0;
}

/* Contact form on the CPT single page
--------------------------------------------------------------- */
.page_contact_form {
  margin-top: 6em;
  padding-top: 6em;
  border-top: 1px solid #ddd;
}

/* Popup forms
--------------------------------------------------------------- */
a.trx_addons_popup_link:before {
  display: inline-block;
  line-height: inherit;
  margin-right: 0.4em;
}

.trx_addons_popup {
  position: relative;
  margin: 0 auto;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  width: 460px;
  background-color: #f7f7f7;
  background-image: none;
  color: #888;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.trx_addons_popup button.mfp-close {
  background-color: transparent;
  color: #292929;
  border-bottom: 1px solid #ccc;
  font-size: 28px;
  width: 44px;
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.trx_addons_popup .trx_addons_tabs_titles {
  margin-right: 44px;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title {
  width: 50%;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  background-color: #ddd;
  background-image: none;
  float: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a > i {
  display: inline-block;
  line-height: inherit;
  margin-right: 0.3em;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a > i {
  color: #a0a0a0;
  cursor: not-allowed;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active {
  background-color: #f7f7f7;
  border-bottom-color: transparent;
  padding: 0;
  margin: 0;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active:after {
  bottom: auto;
  top: -1px;
  left: -1px;
  height: 2px;
}

.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content {
  padding: 2em 1.5em;
  position: relative;
}

.trx_addons_left_side,
.trx_addons_right_side {
  display: block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.trx_addons_left_side {
  padding-right: 1em;
}

.trx_addons_right_side {
  padding-left: 1em;
}

.trx_addons_popup_form_wrap form {
  position: static;
}

.trx_addons_popup_form_field .sc_form_field {
  margin-bottom: 0.8667em;
}

.trx_addons_popup_form_field_remember,
.trx_addons_popup_form_field_agree,
.trx_addons_popup_form_field_pwd_description {
  font-size: 0.8667em;
  letter-spacing: 0;
  margin: 0;
}

.trx_addons_popup_form_field_agree input[type=checkbox] + label {
  cursor: pointer;
}

.trx_addons_popup_form_field_agree input[type=checkbox] + label:before {
  top: 2px;
}

.trx_addons_popup_form_field_forgot_password {
  margin-right: 1em;
}

.trx_addons_popup_form_field_submit {
  clear: both;
  padding-top: 1.5em;
}

.trx_addons_popup_form_field_submit .submit_button {
  padding: 1em 2em;
}

.trx_addons_popup .wp-social-login-provider-list {
  padding: 12px 0;
}

.trx_addons_popup .wp-social-login-provider-list a {
  margin: 0 2px 2px 0;
}

/* Message box
--------------------------------------------------------------- */
.trx_addons_message_box {
  display: none;
  max-width: 80%;
  padding: 2em;
  line-height: 1.2em;
  border: 1px solid #07759C;
  background-color: #B6DDF3;
  color: #07759C;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
  -ms-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
}

form .trx_addons_message_box {
  min-width: 60%;
}

.trx_addons_message_box_error {
  border: 1px solid #A00000;
  background-color: #FDCDCD;
  color: #A00000;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
  box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
}

.trx_addons_message_box_success {
  border: 1px solid #00A000;
  background-color: #CDFDCD;
  color: #00A000;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
  -ms-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
  box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
}

.trx_addons_message_box_title {
  margin: 0 0 0.3em;
}

.trx_addons_message_box_error .trx_addons_message_box_title {
  color: #A00000;
}

.trx_addons_message_box_success .trx_addons_message_box_title {
  color: #00A000;
}

.trx_addons_message_box p {
  margin: 0;
  line-height: 1.2em;
}

.trx_addons_message_box p + p {
  margin-top: 0.2em;
}

/* Magnific popup
----------------------------------------------------------------*/
html {
  overflow-y: scroll !important;
}

.mfp-bg {
  background: #fff;
}

.mfp-wrap .mfp-close {
  color: #888;
  margin: -44px -14px 0 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #888;
  margin: 0;
}

.mfp-figure figcaption {
  margin-bottom: 40px !important;
  height: 40px;
  padding: 0 16px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}

.mfp-figure figcaption .mfp-bottom-bar {
  left: 16px;
  right: 16px;
  top: auto;
  bottom: 0;
  width: auto;
  height: 40px;
}

.mfp-figure figcaption .mfp-bottom-bar .mfp-title,
.mfp-figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mfp-figure figcaption .mfp-bottom-bar .mfp-counter {
  left: auto;
  right: 0;
}

.mfp-title, .mfp-counter {
  color: #888;
}

.wp-caption a[class*=magnific],
.wp-caption a[class*=prettyPhoto] {
  display: block;
}

.wp-caption a[class*=magnific] img,
.wp-caption a[class*=prettyPhoto] img {
  vertical-align: top;
}

/* Breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs {
  font-size: 13px;
  line-height: 19px;
}

.breadcrumbs .breadcrumbs_item {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs .breadcrumbs_delimiter {
  display: inline-block;
  position: relative;
  margin: 0 0.45em;
  vertical-align: top;
  text-align: center;
}

.breadcrumbs .breadcrumbs_delimiter:before {
  content: "/";
}

/* Post's counters
-----------------------------------------------------------------*/
[class^=trx_addons_icon-]:before,
[class*=" trx_addons_icon-"]:before {
  margin: 0;
  width: auto;
  font-size: inherit;
  line-height: inherit !important;
  font-weight: inherit;
}

.post_counters_likes.disabled,
.comment_counters_likes.disabled {
  color: #e05100;
}

.post_counters_item,
.comment_counters_item {
  margin-left: 0.5em;
  white-space: nowrap;
}

.post_counters_item:before {
  vertical-align: top;
  line-height: inherit;
  margin: 0 0.2em 0 0;
}

.post_counters_item .post_counters_number,
.comment_counters .comment_counters_number {
  margin: 0 0.25em;
}

/* Emotions
-----------------------------------------------------------------*/
.trx_addons_emotions {
  display: block;
  margin-top: 2em;
}

.trx_addons_emotions_item {
  display: inline-block;
  margin: 0 1em 1em 0;
  padding: 1em;
  width: 5em;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.trx_addons_emotions_item:hover {
  color: #333;
  border-color: #aaa;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.trx_addons_emotions_active {
  color: #333;
  border-color: #aaa;
  background-color: #f0f0f0;
}

.trx_addons_emotions .trx_addons_emotions_item:before {
  display: block;
  font-size: 2em;
  line-height: 1em;
}

.trx_addons_emotions_item.sc_icon_type_svg svg {
  width: 2em;
  height: 2em;
}

.trx_addons_emotions_item_number {
  font-weight: bold;
  display: block;
  margin-top: 0.5em;
  color: #666;
}

.trx_addons_emotions_item_label {
  display: block;
}

/* Social icons
-----------------------------------------------------------------*/
/* Socials share */
.socials_share {
  position: relative;
  vertical-align: top;
}

.socials_share.socials_wrap {
  margin: 0;
}

.socials_share .socials_caption {
  display: inline-block;
  margin-right: 1em;
}

.socials_share .socials_caption:before {
  content: "\e802";
  font-family: "trx_addons_icons";
  margin-right: 0.4em;
}

.socials_share.socials_type_drop .socials_caption {
  margin-right: 0;
}

.socials_share.socials_type_drop .social_items {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 3em;
  right: 0;
  border: 1px solid #eee;
  background-color: #ffffff;
  padding: 1em 1.5em;
  max-width: 10em;
  line-height: 2em;
  text-align: left;
}

.socials_share.socials_type_drop .social_items:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  right: 20%;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.socials_share.socials_type_drop .social_item {
  display: block;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}

.socials_share.socials_type_drop .social_item + .social_item {
  margin-left: 0;
}

.socials_share.socials_type_drop .social_item .social_icon {
  width: auto;
  height: auto;
  line-height: inherit;
  background-color: transparent !important;
  text-align: left;
}

.socials_share.socials_type_drop .social_item .social_icon span {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.75em;
  width: 1em;
  line-height: 1em;
}

/* No posts section
-----------------------------------------------------------------*/
.trx_addons_no_posts .trx_addons_no_posts_title {
  margin-top: 0;
}

/* Widgets decoration
-----------------------------------------------------------------*/
/* Widgets with posts */
.widget_area .post_item,
aside .post_item {
  overflow: hidden;
  text-align: left;
  margin-bottom: 0;
  background-color: transparent !important;
  position: relative;
}

aside .post_item + .post_item {
  margin-top: 1.6em;
}

.widget_area .post_item .post_content,
aside .post_item .post_content {
  overflow: hidden;
}

.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
  float: left;
  width: 5em;
  height: 5em;
  margin: 0 1em 4px 0;
  overflow: hidden;
}

.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
  width: 100%;
}

.widget_area .post_item .post_title,
aside .post_item .post_title {
  margin: -2px 0 4px 0;
  text-align: left;
  line-height: 1.25em;
  font-weight: 400;
}

.widget_area .post_item .post_info,
aside .post_item .post_info {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.widget_area .post_item .post_info .post_info_item + .post_info_item:before,
aside .post_item .post_info .post_info_item + .post_info_item:before {
  content: "";
  margin: 0 0 0 5px;
}

.widget_area .post_item .post_categories,
aside .post_item .post_categories {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  margin-top: -2px;
  margin-bottom: 0.7em;
  position: relative;
  padding-right: 3em;
  text-transform: uppercase;
}

.widget_area .post_item .post_categories .post_info_counters,
aside .post_item .post_categories .post_info_counters {
  position: absolute;
  right: 0;
  top: 0;
}

.widget_area .post_item .post_categories .post_info_counters .post_counters_label,
aside .post_item .post_categories .post_info_counters .post_counters_label {
  display: none;
}

/* Widgets with tabs */
.widget .trx_addons_tabs .trx_addons_tabs_titles {
  padding-left: 0;
  margin-bottom: 2em;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li:after {
  display: none !important;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
  margin-left: 0.5em;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
  padding: 0.3em 0.5em;
}

/* Widgets with bg image */
aside.widget_fullwidth {
  padding: 0 !important;
}

aside.widget_bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 2em 1.5em !important; /* to override .columns_wrap > .column rules */
}

aside.widget_bg_image:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

aside.widget_bg_image * {
  color: #aaa !important;
}

aside.widget_bg_image .widget_content a {
  color: #ddd !important;
}

aside.widget_bg_image .widget_title,
aside.widget_bg_image li,
aside.widget_bg_image li a,
aside.widget_bg_image .widget_content a:hover {
  color: #fff !important;
}

aside.widget_bg_image .widget_title,
aside.widget_bg_image .widget_content {
  position: relative;
  z-index: 2;
}

/* Common styles
-------------------------------------------------------------- */
.trx_addons_stretch_height {
  min-height: 100vh;
}

.trx_addons_hidden {
  display: none;
}

/* Columns grid
-------------------------------------------------------------- */
.trx_addons_columns_wrap {
  margin-left: 0px;
  margin-right: -50px;
}

.trx_addons_columns_wrap > [class*=trx_addons_column-] {
  /* Old way: floating columns */
  /* float: left;*/
  /* New way: inline blocks */
  /* Warning: remove spaces between column's tags:
  	Right:																						Wrong:
  	<div class="trx_addons_columns_wrap"><div class="trx_addons_column-1_2">				<div class="columns_wrap">
  																									<div class="trx_addons_column-1_2">
  		...																								...
  	</div><div class="trx_addons_column-1_2">														</div>
  																									<div class="trx_addons_column-1_2">
  		...																								...
  	</div></div>																					</div>
  																								</div>
  */
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.trx_addons_columns_wrap.columns_padding_left {
  margin-left: -50px;
  margin-right: 0;
}

.trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left {
  padding-left: 50px;
  padding-right: 0;
}

.trx_addons_columns_wrap.columns_padding_right {
  margin-left: 0;
  margin-right: -50px;
}

.trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right {
  padding-left: 0;
  padding-right: 50px;
}

.trx_addons_columns_wrap.columns_padding_center {
  margin-left: -25px;
  margin-right: -25px;
}

.trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center {
  padding-left: 25px;
  padding-right: 25px;
}

.trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
  padding-bottom: 50px;
}

.trx_addons_columns_wrap.no_margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.trx_addons_columns_wrap.no_margin > [class*=trx_addons_column-] {
  padding: 0 !important;
}

/* Columns, push, pull and offset sizes */
.trx_addons_column-1,
.trx_addons_column-1_1 {
  width: 100%;
}

.trx_addons_column-1_2 {
  width: 50%;
}

.trx_addons_column-1_3 {
  width: 33.3333333333%;
}

.trx_addons_column-1_4 {
  width: 25%;
}

.trx_addons_column-1_5 {
  width: 20%;
}

.trx_addons_column-1_6 {
  width: 16.6666666667%;
}

.trx_addons_column-1_7 {
  width: 14.2857142857%;
}

.trx_addons_column-1_8 {
  width: 12.5%;
}

.trx_addons_column-1_9 {
  width: 11.1111111111%;
}

.trx_addons_column-1_10 {
  width: 10%;
}

.trx_addons_column-1_11 {
  width: 9.0909090909%;
}

.trx_addons_column-1_12 {
  width: 8.3333333333%;
}

.trx_addons_column-2_2 {
  width: 100%;
}

.trx_addons_column-2_3 {
  width: 66.6666666667%;
}

.trx_addons_column-2_4 {
  width: 50%;
}

.trx_addons_column-2_5 {
  width: 40%;
}

.trx_addons_column-2_6 {
  width: 33.3333333333%;
}

.trx_addons_column-2_7 {
  width: 28.5714285714%;
}

.trx_addons_column-2_8 {
  width: 25%;
}

.trx_addons_column-2_9 {
  width: 22.2222222222%;
}

.trx_addons_column-2_10 {
  width: 20%;
}

.trx_addons_column-2_11 {
  width: 18.1818181818%;
}

.trx_addons_column-2_12 {
  width: 16.6666666667%;
}

.trx_addons_column-3_3 {
  width: 100%;
}

.trx_addons_column-3_4 {
  width: 75%;
}

.trx_addons_column-3_5 {
  width: 60%;
}

.trx_addons_column-3_6 {
  width: 50%;
}

.trx_addons_column-3_7 {
  width: 42.8571428571%;
}

.trx_addons_column-3_8 {
  width: 37.5%;
}

.trx_addons_column-3_9 {
  width: 33.3333333333%;
}

.trx_addons_column-3_10 {
  width: 30%;
}

.trx_addons_column-3_11 {
  width: 27.2727272727%;
}

.trx_addons_column-3_12 {
  width: 25%;
}

.trx_addons_column-4_4 {
  width: 100%;
}

.trx_addons_column-4_5 {
  width: 80%;
}

.trx_addons_column-4_6 {
  width: 66.6666666667%;
}

.trx_addons_column-4_7 {
  width: 57.1428571429%;
}

.trx_addons_column-4_8 {
  width: 50%;
}

.trx_addons_column-4_9 {
  width: 44.4444444444%;
}

.trx_addons_column-4_10 {
  width: 40%;
}

.trx_addons_column-4_11 {
  width: 36.3636363636%;
}

.trx_addons_column-4_12 {
  width: 33.3333333333%;
}

.trx_addons_column-5_5 {
  width: 100%;
}

.trx_addons_column-5_6 {
  width: 83.3333333333%;
}

.trx_addons_column-5_7 {
  width: 71.4285714286%;
}

.trx_addons_column-5_8 {
  width: 62.5%;
}

.trx_addons_column-5_9 {
  width: 55.5555555556%;
}

.trx_addons_column-5_10 {
  width: 50%;
}

.trx_addons_column-5_11 {
  width: 45.4545454545%;
}

.trx_addons_column-5_12 {
  width: 41.6666666667%;
}

.trx_addons_column-6_6 {
  width: 100%;
}

.trx_addons_column-6_7 {
  width: 85.7142857143%;
}

.trx_addons_column-6_8 {
  width: 75%;
}

.trx_addons_column-6_9 {
  width: 66.6666666667%;
}

.trx_addons_column-6_10 {
  width: 60%;
}

.trx_addons_column-6_11 {
  width: 54.5454545455%;
}

.trx_addons_column-6_12 {
  width: 50%;
}

.trx_addons_column-7_7 {
  width: 100%;
}

.trx_addons_column-7_8 {
  width: 87.5%;
}

.trx_addons_column-7_9 {
  width: 77.7777777778%;
}

.trx_addons_column-7_10 {
  width: 70%;
}

.trx_addons_column-7_11 {
  width: 63.6363636364%;
}

.trx_addons_column-7_12 {
  width: 58.3333333333%;
}

.trx_addons_column-8_8 {
  width: 100%;
}

.trx_addons_column-8_9 {
  width: 88.8888888889%;
}

.trx_addons_column-8_10 {
  width: 80%;
}

.trx_addons_column-8_11 {
  width: 72.7272727273%;
}

.trx_addons_column-8_12 {
  width: 66.6666666667%;
}

.trx_addons_column-9_9 {
  width: 100%;
}

.trx_addons_column-9_10 {
  width: 90%;
}

.trx_addons_column-9_11 {
  width: 81.8181818182%;
}

.trx_addons_column-9_12 {
  width: 75%;
}

.trx_addons_column-10_10 {
  width: 100%;
}

.trx_addons_column-10_11 {
  width: 90.9090909091%;
}

.trx_addons_column-10_12 {
  width: 83.3333333333%;
}

.trx_addons_column-11_11 {
  width: 100%;
}

.trx_addons_column-11_12 {
  width: 91.6666666667%;
}

.trx_addons_column-12_12 {
  width: 100%;
}

.clearfix:after,
.trx_addons_columns_wrap:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

/* Hover effects
-----------------------------------------------------------------*/
/* Common styles */
.trx_addons_hover {
  position: relative;
  overflow: hidden;
}

.trx_addons_hover img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.trx_addons_hover_mask {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(239, 167, 88, 0.8);
  -webkit-transition: all 0.3s 0.1s ease-out;
  -o-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}

.trx_addons_hover:hover .trx_addons_hover_mask {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.trx_addons_hover_content {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.trx_addons_hover_content .trx_addons_hover_title {
  color: #fff;
  margin: 0;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trx_addons_hover:hover .trx_addons_hover_title {
  -webkit-transition: all 0.2s 0.1s linear;
  -o-transition: all 0.2s 0.1s linear;
  transition: all 0.2s 0.1s linear;
}

.trx_addons_hover_content .trx_addons_hover_title > a {
  color: #fff;
}

.trx_addons_hover_content .trx_addons_hover_title > a:hover {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.trx_addons_hover_content .trx_addons_hover_text {
  font-style: italic;
  line-height: 1.3em;
  position: relative;
  color: #fff;
  padding: 0.2em 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.trx_addons_hover_content .trx_addons_hover_info {
  color: #fff;
  padding: 0.2em 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.trx_addons_hover:hover .trx_addons_hover_text,
.trx_addons_hover:hover .trx_addons_hover_info {
  -webkit-transition: all 0.3s 0.1s ease-out;
  -o-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}

.trx_addons_hover_content .trx_addons_hover_link,
.trx_addons_hover_content .trx_addons_hover_links a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.7692em;
  line-height: 1.5em;
  font-weight: bold;
  padding: 0.4em 0.8em;
  margin-top: 1em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.trx_addons_hover_content .trx_addons_hover_links a + a {
  margin-left: 0.7em;
}

.trx_addons_hover:hover .trx_addons_hover_link,
.trx_addons_hover:hover .trx_addons_hover_links a {
  -webkit-transition: all 0.3s 0.1s ease-out;
  -o-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}

.trx_addons_hover_link:hover,
.trx_addons_hover_links a:hover {
  color: #fff !important;
  background-color: #000;
}

.trx_addons_hover_content .trx_addons_hover_icon {
  display: inline-block;
  text-decoration: none;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  border-radius: 50%;
  margin-top: 1em;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trx_addons_hover:hover .trx_addons_hover_icon {
  -webkit-transition: all 0.2s 0.2s linear;
  -o-transition: all 0.2s 0.2s linear;
  transition: all 0.2s 0.2s linear;
}

.trx_addons_hover_content .trx_addons_hover_icon + .trx_addons_hover_icon {
  margin-left: 0.5em;
}

.trx_addons_hover_content .trx_addons_hover_icon:hover {
  color: #fff !important;
  background-color: #000;
}

.trx_addons_hover_content .trx_addons_hover_icon_link:before {
  content: "\e86a";
  font-family: "trx_addons_icons";
}

.trx_addons_hover_content .trx_addons_hover_icon_zoom:before {
  content: "\e898";
  font-family: "trx_addons_icons";
}

/* Style 'Info' - title, subtitle, button 'Read more' 
-------------------------------------------------- */
/* Initial state */
.trx_addons_hover_style_info img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trx_addons_hover_style_info .trx_addons_hover_title {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.trx_addons_hover_style_info .trx_addons_hover_text {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.trx_addons_hover_style_info .trx_addons_hover_link {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.trx_addons_hover_style_info .trx_addons_hover_info {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

/* Hover state */
.trx_addons_hover_style_info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.trx_addons_hover_style_info:hover .trx_addons_hover_mask {
  opacity: 1;
}

.trx_addons_hover_style_info:hover .trx_addons_hover_title,
.trx_addons_hover_style_info:hover .trx_addons_hover_text,
.trx_addons_hover_style_info:hover .trx_addons_hover_link,
.trx_addons_hover_style_info:hover .trx_addons_hover_info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Style 'Links' - title, subtitle, buttons 'Read more' and "Buy now"
-------------------------------------------------- */
/* Initial state */
.trx_addons_hover_style_links .trx_addons_hover_mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.trx_addons_hover_style_links .trx_addons_hover_title {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
}

.trx_addons_hover_style_links .trx_addons_hover_text {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.trx_addons_hover_style_links .trx_addons_hover_link {
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
}

.trx_addons_hover_style_links .trx_addons_hover_link2 {
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}

/* Hover state */
.trx_addons_hover_style_links:hover .trx_addons_hover_mask {
  opacity: 1;
}

.trx_addons_hover_style_links:hover .trx_addons_hover_title,
.trx_addons_hover_style_links:hover .trx_addons_hover_text,
.trx_addons_hover_style_links:hover .trx_addons_hover_link,
.trx_addons_hover_style_links:hover .trx_addons_hover_link2 {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* Style 'Plain' - title, subtitle, button 'Read more' with transparent image
----------------------------------------------------------------------------- */
/* Initial state */
.trx_addons_hover_style_plain img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trx_addons_hover_style_plain .trx_addons_hover_title {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.trx_addons_hover_style_plain .trx_addons_hover_text {
  color: #8b8b8b;
  padding: 1em 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.trx_addons_hover_style_plain .trx_addons_hover_link {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

/* Hover state */
.trx_addons_hover_style_plain:hover img {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.2s 0.1s linear;
  -o-transition: all 0.2s 0.1s linear;
  transition: all 0.2s 0.1s linear;
}

.trx_addons_hover_style_plain:hover .trx_addons_hover_title,
.trx_addons_hover_style_plain:hover .trx_addons_hover_link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.trx_addons_hover_style_plain:hover .trx_addons_hover_text {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* Style 'Wide' - subtitle and icons 'Link' & 'Zoom'
-------------------------------------------------- */
/* Initial state */
.trx_addons_hover_style_wide .trx_addons_hover_mask {
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}

.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title {
  -webkit-transform: translate(50px, 50px);
  -ms-transform: translate(50px, 50px);
  transform: translate(50px, 50px);
  /*	border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
  background-color: transparent;
  margin: 0;
}

.trx_addons_hover_style_wide .trx_addons_hover_icon {
  -webkit-transform: translateX(30px) scale(0.3, 0.3);
  -ms-transform: translateX(30px) scale(0.3, 0.3);
  transform: translateX(30px) scale(0.3, 0.3);
}

.trx_addons_hover_style_wide .trx_addons_hover_icon_zoom {
  -webkit-transform: translateX(-30px) scale(0.3, 0.3);
  -ms-transform: translateX(-30px) scale(0.3, 0.3);
  transform: translateX(-30px) scale(0.3, 0.3);
}

/* Hover state */
.trx_addons_hover_style_wide:hover .trx_addons_hover_mask {
  opacity: 1;
  -webkit-transform: translate(-25%, -25%) rotate(45deg);
  -ms-transform: translate(-25%, -25%) rotate(45deg);
  transform: translate(-25%, -25%) rotate(45deg);
}

.trx_addons_hover_style_wide:hover .trx_addons_hover_title {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.trx_addons_hover_style_wide:hover .trx_addons_hover_icon {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1, 1);
  -ms-transform: translateX(0px) scale(1, 1);
  transform: translateX(0px) scale(1, 1);
}

/* Style 'ZoomIn' - subtitle and icons 'Link' & 'Zoom'
-------------------------------------------------- */
/* Initial state */
.trx_addons_hover_style_zoomin .trx_addons_hover_mask {
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
  -webkit-transform: translateY(30px) scale(0.1, 0.1);
  -ms-transform: translateY(30px) scale(0.1, 0.1);
  transform: translateY(30px) scale(0.1, 0.1);
  /*	border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
  background-color: transparent;
  margin: 0;
  display: none;
}

.trx_addons_hover_style_zoomin .trx_addons_hover_icon {
  -webkit-transform: translate(-30px, -30px) scale(0.1, 0.1);
  -ms-transform: translate(-30px, -30px) scale(0.1, 0.1);
  transform: translate(-30px, -30px) scale(0.1, 0.1);
}

.trx_addons_hover_style_zoomin .trx_addons_hover_icon_link {
  -webkit-transform: translate(30px, -30px) scale(0.1, 0.1);
  -ms-transform: translate(30px, -30px) scale(0.1, 0.1);
  transform: translate(30px, -30px) scale(0.1, 0.1);
}

/* Hover state */
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.trx_addons_hover_style_zoomin:hover .trx_addons_hover_title {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}

.trx_addons_hover_style_zoomin:hover .trx_addons_hover_icon {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}

/* Animations
------------------------------------------------------------------------------------ */
@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes squat {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes squat {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* WP Editor styles
-----------------------------------------------------------------*/
/* Accent */
.trx_addons_accent {
  color: #efa758;
}

.trx_addons_accent_bg {
  color: #fff;
  background-color: #efa758;
  padding: 0 0.4em;
  display: inline-block;
}

.trx_addons_hover {
  color: #b88144;
}

/* Inverse */
.trx_addons_inverse {
  color: #fff;
  background-color: #000;
  padding: 0 0.4em;
  display: inline-block;
}

/* Dark text */
.trx_addons_dark {
  color: #000;
}

/* Tiny text */
.trx_addons_tiny_text {
  font-size: 11px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Dropcap */
.trx_addons_dropcap {
  float: left;
  display: block;
  font-size: 2.21437em;
  padding: 0;
  margin: 0.25em 0.5em 0 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}

.trx_addons_dropcap {
  border-radius: 50%;
}

.trx_addons_dropcap_style_2 {
  background-color: #efa758;
}

/* Tooltip */
.trx_addons_tooltip {
  color: #efa758;
  border-bottom: 1px solid #efa758;
  position: relative;
  cursor: default;
}

.trx_addons_tooltip:before {
  content: attr(data-tooltip-text);
  pointer-events: none;
  display: inline-block;
  padding: 0.6em 1em;
  background-color: #efa758;
  color: #fff;
  opacity: 0;
  border: none;
  max-width: 15em;
  font-size: 1em;
  line-height: 1.3em;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 15px;
  border-radius: 0 !important;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.trx_addons_tooltip:after {
  content: " ";
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 150%;
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #efa758;
  opacity: 0;
  margin: 0 0 -7px -2px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.trx_addons_tooltip:hover:before,
.trx_addons_tooltip:hover:after {
  bottom: 115%;
  opacity: 1;
}

/* Strike */
del {
  color: #ddd;
  text-decoration: line-through;
}

/* No margin */
.trx_addons_no_margin {
  margin: 0;
}

/* List styles */
ul[class*=trx_addons_list] {
  list-style-type: none;
  padding-left: 1.2em;
}

ul[class*=trx_addons_list] > li {
  position: relative;
}

ul[class*=trx_addons_list] > li:before {
  font-family: "trx_addons_icons";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1em;
  line-height: inherit;
}

ul.trx_addons_list_success,
ul.trx_addons_list_error,
ul.trx_addons_list_plus,
ul.trx_addons_list_minus {
  padding-left: 1.5em;
}

ul.trx_addons_list_success > li:before,
ul.trx_addons_list_error > li:before,
ul.trx_addons_list_plus > li:before,
ul.trx_addons_list_minus > li:before {
  left: -1.3em;
}

ul[class*=trx_addons_list_dot] > li:before {
  content: "\e8b6";
}

ul[class*=trx_addons_list_custom] > li:before {
  content: "\e884";
}

ul[class*=trx_addons_list_success] > li:before {
  content: "\e874";
}

ul[class*=trx_addons_list_error] > li:before {
  content: "\e875";
}

ul[class*=trx_addons_list_info] > li:before {
  content: "\e87f";
}

ul[class*=trx_addons_list_plus] > li:before {
  content: "\e876";
}

ul[class*=trx_addons_list_minus] > li:before {
  content: "\e877";
}

ul[class*=trx_addons_list_help] > li:before {
  content: "\e87c";
}

ul[class*=trx_addons_list_attention] > li:before {
  content: "\e880";
}

ul[class*=trx_addons_list][class*=_circled] {
  padding-left: 1.8em;
}

ul[class*=trx_addons_list][class*=_circled] > li:before {
  display: inline-block;
  color: #fff;
  background-color: #efa758;
  font-size: 10px;
  left: -2.4em;
  top: 0.4em;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  border-radius: 50%;
}

ul.trx_addons_list_parameters {
  padding-left: 0 !important;
}

ul.trx_addons_list_parameters > li:before {
  display: none;
}

ul.trx_addons_list_parameters > li + li {
  padding-top: 0.2em;
  margin-top: 0.2em;
  border-top: 1px solid #ddd;
}

.trx_addons_list_parameters > li {
  white-space: nowrap;
}

.trx_addons_list_parameters > li > strong {
  display: inline-block;
  width: 75%;
  text-align: left;
  font-family: inherit;
  font-weight: inherit;
  white-space: normal;
  vertical-align: top;
  color: inherit;
}

.trx_addons_list_parameters > li > em {
  display: inline-block;
  width: 25%;
  text-align: left;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  white-space: normal;
  vertical-align: top;
  color: inherit;
}

/* Extended Taxonomy component */
.trx_addons_extended_taxonomy_bg {
  padding: 0.15em 0.7em;
  border-radius: 0.5em;
  overflow: hidden;
}

.trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_icon {
  display: inline-block;
  vertical-align: baseline;
  line-height: inherit;
  margin-right: 0.5em;
  color: inherit !important;
}

.trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_img {
  max-height: 1.15em;
  width: auto !important;
  margin-right: 0.3em;
  display: inline-block !important;
  vertical-align: middle;
}

.sc_reviews .rating_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.sc_reviews .rating_item .rating_title {
  margin-bottom: 0;
}

.sc_reviews .rating_item .mark_wrap {
  position: relative;
  height: 1em;
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.sc_reviews .rating_style_bar .mark_wrap {
  width: 10em;
}

.sc_reviews .rating_item.allow_voting .mark_wrap {
  cursor: pointer;
}

.sc_reviews .rating_item .rating_title + .mark_wrap {
  margin-top: 1em;
}

.sc_reviews .mark_default {
  opacity: 0.3;
}

.sc_reviews .mark_default,
.sc_reviews .mark_hover {
  white-space: nowrap;
  color: #ffe200;
}

.sc_reviews .mark_hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  overflow: hidden;
}

.sc_reviews .rating_item .star_review {
  display: inline-block;
  width: 1em;
}

.rating_item .mark_hover .mark {
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.rating_item .mark_hover .mark.right {
  right: auto;
  left: 100%;
  margin-left: 5px;
}

.rating_item[data-level="100"] .mark_hover .mark:after {
  content: "%";
}

.sc_reviews .rat_bubble {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  z-index: 3;
  top: -40px;
  left: 100%;
  font-size: 12px;
  margin: 0 0 0 -26px;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}

.sc_reviews .rat_bubble.loading {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
}

.sc_reviews .rat_bubble:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background: #fff;
  margin-top: -5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 20px;
}

.sc_reviews .rating_item[data-level="100"] .rat_bubble .value:after {
  content: "%";
}

.sc_reviews .rat_bubble .loader:before {
  content: "\e801";
  font-family: trx_addons_icons;
  display: none;
}

.sc_reviews .rat_bubble.loading .loader:before {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.sc_reviews .rating_item .mark_wrap + .rating_text {
  margin-top: 0.25em;
  color: #333;
}

/* Message */
.message_error,
.message_success {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  border-radius: 3px;
  margin-top: 5px;
  padding: 5px 10px;
  color: #fff;
  background-color: #ff8787;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.message_error:before,
.message_success:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 10px;
  border: 5px solid;
  border-color: transparent transparent #ff8787;
}

.message_success {
  background-color: #39a743;
}

.message_success:before {
  border-color: transparent transparent #39a743;
}

/* Style Bar */
.rating_item.rating_style_bar .mark_default {
  width: 100%;
  height: 100%;
  background-color: #ffe200;
}

.rating_item.rating_style_bar .mark_hover {
  height: 100%;
  overflow: visible;
  background-color: #ffe200;
  color: #23282d;
}

/* Comments */
.sc_reviews.comment_rating .rating_item .mark_wrap {
  margin-top: 5px;
  font-size: 1.25em;
}

.sc_reviews.comment_rating .rat_bubble {
  top: auto;
  bottom: -40px;
}

.sc_reviews.comment_rating .rat_bubble:before {
  top: 0;
  margin-top: -6px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Widget */
.widget .sc_reviews {
  line-height: 0;
  margin: 3px 0 6px;
}

.widget .sc_reviews .rating_item .mark_wrap {
  font-size: 1em;
  line-height: 1em;
  z-index: 1;
}

/* Single post */
.sc_reviews.single_post_rating {
  margin: 1em 0 0;
}

.sc_reviews.single_post_rating .rating_item .rating_title,
.sc_reviews.single_post_rating .rating_item .mark_wrap {
  margin-top: 0;
}

/* Common styles
--------------------------------------------------------- */
.sc_float_left {
  float: left;
}

.sc_float_right {
  float: right;
}

.sc_float_center {
  margin-left: auto;
  margin-right: auto;
}

.sc_align_left {
  text-align: left;
}

.sc_align_right {
  text-align: right;
}

.sc_align_center {
  text-align: center;
}

.sc_align_justify {
  text-align: justify;
}

.sc_padding_tiny {
  padding: 1em 6%;
}

.sc_padding_small {
  padding: 2em 8%;
}

.sc_padding_medium {
  padding: 3em 10%;
}

.sc_padding_large {
  padding: 4em 12%;
}

.sc_margin_tiny {
  margin: 1em 6%;
}

.sc_margin_small {
  margin: 2em 8%;
}

.sc_margin_medium {
  margin: 3em 10%;
}

.sc_margin_large {
  margin: 4em 12%;
}

/* Push block along X- and/or Y-axis */
.sc_push_x_tiny {
  margin-left: 2em !important;
}

.sc_push_x_tiny_negative {
  margin-left: -2em !important;
}

.sc_push_x_small {
  margin-left: 4em !important;
}

.sc_push_x_small_negative {
  margin-left: -4em !important;
}

.sc_push_x_medium {
  margin-left: 6em !important;
}

.sc_push_x_medium_negative {
  margin-left: -6em !important;
}

.sc_push_x_large {
  margin-left: 8em !important;
}

.sc_push_x_large_negative {
  margin-left: -8em !important;
}

.sc_push_tiny,
.sc_push_y_tiny {
  margin-top: 2em !important;
}

.sc_push_tiny_negative,
.sc_push_y_tiny_negative {
  margin-top: -2em !important;
}

.sc_push_small,
.sc_push_y_small {
  margin-top: 4em !important;
}

.sc_push_small_negative,
.sc_push_y_small_negative {
  margin-top: -4em !important;
}

.sc_push_medium,
.sc_push_y_medium {
  margin-top: 6em !important;
}

.sc_push_medium_negative,
.sc_push_y_medium_negative {
  margin-top: -6em !important;
}

.sc_push_large,
.sc_push_y_large {
  margin-top: 8em !important;
}

.sc_push_large_negative,
.sc_push_y_large_negative {
  margin-top: -8em !important;
}

/* Hack push elements with WooCommerce products in the IE11 */
[class*=sc_push_] .woocommerce .products:after {
  display: none;
  clear: none;
}

[class*=sc_push_] .woocommerce .products {
  overflow: hidden;
}

/* Pull next block along X- and/or Y-axis */
.sc_pull_x_tiny {
  margin-right: 2em !important;
}

.sc_pull_x_tiny_negative {
  margin-right: -2em !important;
}

.sc_pull_x_small {
  margin-right: 4em !important;
}

.sc_pull_x_small_negative {
  margin-right: -4em !important;
}

.sc_pull_x_medium {
  margin-right: 6em !important;
}

.sc_pull_x_medium_negative {
  margin-right: -6em !important;
}

.sc_pull_x_large {
  margin-right: 8em !important;
}

.sc_pull_x_large_negative {
  margin-right: -8em !important;
}

.sc_pull_tiny,
.sc_pull_y_tiny {
  margin-bottom: 2em !important;
}

.sc_pull_tiny_negative,
.sc_pull_y_tiny_negative {
  margin-bottom: -2em !important;
}

.sc_pull_small,
.sc_pull_y_small {
  margin-bottom: 4em !important;
}

.sc_pull_small_negative,
.sc_pull_y_small_negative {
  margin-bottom: -4em !important;
}

.sc_pull_medium,
.sc_pull_y_medium {
  margin-bottom: 6em !important;
}

.sc_pull_medium_negative,
.sc_pull_y_medium_negative {
  margin-bottom: -6em !important;
}

.sc_pull_large,
.sc_pull_y_large {
  margin-bottom: 8em !important;
}

.sc_pull_large_negative,
.sc_pull_y_large_negative {
  margin-bottom: -8em !important;
}

/* Shift block along X- and/or Y-axis */
[class*=sc_shift_] {
  position: relative;
  z-index: 0;
}

.sc_shift_x_tiny {
  left: 2em !important;
}

.sc_shift_x_tiny_negative {
  left: -2em !important;
}

.sc_shift_x_small {
  left: 4em !important;
}

.sc_shift_x_small_negative {
  left: -4em !important;
}

.sc_shift_x_medium {
  left: 6em !important;
}

.sc_shift_x_medium_negative {
  left: -6em !important;
}

.sc_shift_x_large {
  left: 8em !important;
}

.sc_shift_x_large_negative {
  left: -8em !important;
}

.sc_shift_y_tiny {
  top: 2em !important;
}

.sc_shift_y_tiny_negative {
  top: -2em !important;
}

.sc_shift_y_small {
  top: 4em !important;
}

.sc_shift_y_small_negative {
  top: -4em !important;
}

.sc_shift_y_medium {
  top: 6em !important;
}

.sc_shift_y_medium_negative {
  top: -6em !important;
}

.sc_shift_y_large {
  top: 8em !important;
}

.sc_shift_y_large_negative {
  top: -8em !important;
}

/* Parallax */
.sc_parallax_text_block {
  display: inline-block;
  vertical-align: top;
}

.sc_parallax_block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}

.sc_parallax_block_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
}

.sc_parallax_block_type_scroll:not(.is-mac) .sc_parallax_block_image {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  -webkit-transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
  transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
  transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
}

/* Parts of shortcodes */
.sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
  margin: 0;
}

.sc_item_title {
  line-height: 1.2em;
}

.sc_item_title > small,
.sc_item_title > big {
  display: inline-block;
  margin-bottom: 0.9em;
}

.sc_item_title_inner {
  display: inline-block;
}

.sc_item_subtitle {
  font-size: 1.15rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  display: block;
}

.sc_item_subtitle_above {
  margin-bottom: 0.5em;
}

.sc_item_subtitle_below {
  margin-top: 0.5em;
}

.sc_item_button {
  line-height: 0;
}

/* Style 'Shadow' */
.sc_item_subtitle.sc_item_title_style_shadow {
  font-size: 8rem;
  line-height: 1.2em;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f0f0f0;
  opacity: 0.1;
}

.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
  padding: 2.5rem 0;
  margin: 0;
}

/* Style 'Accent' */
.sc_item_title.sc_item_title_style_accent {
  position: relative;
}

.sc_item_title.sc_item_title_style_accent b {
  font-size: 6em;
  line-height: 0.8em;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  z-index: 0;
  bottom: -100%;
  left: 0;
  color: rgba(200, 200, 200, 0.1);
  letter-spacing: 0;
}

.sc_item_title.sc_item_title_style_accent i {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  padding: 1.2em 0.5em;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -5.25em;
  right: 0;
  width: 5em;
  height: 5em;
  line-height: 1.25em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  letter-spacing: 0;
}

.sc_item_title.sc_item_title_style_accent.sc_align_center b {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_item_title.sc_item_title_style_accent.sc_align_right b {
  left: auto;
  right: 0;
}

.sc_item_title.sc_item_title_style_accent.sc_align_right i {
  left: 0;
  right: auto;
}

.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
  margin-top: 1em;
}

.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
  margin-top: 2em;
}

.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_content {
  margin-top: 3em;
}

h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_content {
  margin-top: 2em;
}

h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
  margin-top: 1.8em;
}

h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
  margin-top: 1.6em;
}

h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_content {
  margin-top: 1.4em;
}

h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_content {
  margin-top: 1.2em;
}

h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_content {
  margin-top: 1em;
}

.sc_item_descr {
  margin-bottom: 2em;
  max-width: 85%;
}

.sc_item_descr.sc_align_center {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.sc_item_descr:last-child {
  margin-bottom: 0;
}

.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
  max-width: none;
}

nav.sc_item_pagination {
  margin-top: 1em;
}

nav.sc_item_pagination .nav-links {
  margin-top: 0;
  display: inline-block;
}

nav.sc_item_pagination_advanced_pages {
  text-align: left;
}

nav.sc_item_pagination_advanced_pages .nav-links {
  max-width: 82%;
}

nav.sc_item_pagination a {
  cursor: pointer;
}

nav.sc_item_pagination .page-count {
  width: auto;
  float: right;
  line-height: 4em;
  margin-top: 0.6667em;
  max-width: 18%;
}

.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image,
.sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image {
  margin-top: 2em;
}

.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple,
.sc_item_pagination + .sc_item_button_simple {
  margin-top: 1.5em;
}

.sc_item_button_image img {
  max-height: 8em;
  width: auto;
}

a .sc_icon_as_image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .sc_icon_as_image {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

/* Popup with post's details
------------------------------------------ */
#trx_addons_post_details_popup_overlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

#trx_addons_post_details_popup {
  position: fixed;
  z-index: 100001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  display: none;
}

.trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
  position: absolute;
  z-index: 1;
  top: -2em;
  right: -2em;
  color: #fff;
  font-size: 1.5em;
  padding: 6px;
  cursor: pointer;
}

.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trx_addons_post_details_popup_prev {
  left: -2em;
  right: auto;
}

#trx_addons_post_details_popup .trx_addons_post_details_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

#trx_addons_post_details_popup .post_details_page_title {
  background-color: #f0f0f0;
  margin: 0;
  padding: 0.2em 3em 0.2em 0.5em;
  position: relative;
}

#trx_addons_post_details_popup .post_details_page_price {
  position: absolute;
  z-index: 1;
  top: 0.2em;
  right: 0.5em;
}

#trx_addons_post_details_popup .post_details_page_header {
  margin-bottom: 0;
}

#trx_addons_post_details_popup .post_details_page_content {
  padding: 2em;
}

#trx_addons_post_details_popup .post_details_page_details {
  padding: 0 2em;
}

#trx_addons_post_details_popup .post_details_page_button {
  padding: 1em 2em 2em;
}

/* Text with gradient bg */
.trx_addons_text_gradient {
  display: inline-block;
}

.trx_addons_text_gradient,
.trx_addons_text_gradient * {
  -moz-background-clip: text !important;
  -o-background-clip: text !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -moz-text-fill-color: transparent !important;
  -o-text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  background: #efa758;
  background: -o-linear-gradient(315deg, #efa758, #ef58a7);
  background: linear-gradient(135deg, #efa758, #ef58a7);
}

/* Elementor's Grid */
.elementor-editor-active .hide_on_wide,
.elementor-editor-active .sc_layouts_hide_on_wide,
.elementor-editor-active .hide_on_desktop,
.elementor-editor-active .sc_layouts_hide_on_desktop,
.elementor-editor-active .hide_on_notebook,
.elementor-editor-active .sc_layouts_hide_on_notebook,
.elementor-editor-active .hide_on_tablet,
.elementor-editor-active .sc_layouts_hide_on_tablet,
.elementor-editor-active .hide_on_mobile,
.elementor-editor-active .sc_layouts_hide_on_mobile {
  display: block !important;
}

.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_wide,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_desktop,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_notebook,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_tablet,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_mobile,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
  display: inline-block !important;
}

.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-desktop,
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-tablet,
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-phone {
  display: inline-block !important;
}

.elementor-editor-active .elementor-inner {
  margin-top: 0 !important;
}

.elementor-container:not(.elementor-column-gap-no) > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

/* Controls */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-element > .elementor-element-overlay {
  z-index: 100000 !important; /* To bring up over all absolute elements */
}

.elementor-editor-active.single-cpt_layouts .elementor.elementor-edit-mode .elementor-element.elementor-widget-empty.sc_layouts_item .elementor-widget-empty-icon {
  padding: 10px;
}

/* Shortcode is not available */
.trx_addons_sc_not_exists {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  border: 3px solid #b7084e;
  background-image: -o-linear-gradient(top, #f3f3f3, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background-image: linear-gradient(180deg, #f3f3f3, #fff);
}

.trx_addons_sc_not_exists_title {
  margin-top: 0;
}

.trx_addons_sc_not_exists_description p:last-child {
  margin-bottom: 0;
}

.sc_layouts_featured_title_preview {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Display Parallax into editor */
.elementor-editor-active .sc_parallax {
  overflow: visible !important;
}

/* Fly elements */
[class*=sc_fly_]:not(.sc_fly_static) {
  position: absolute !important;
}

.sc_fly_tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_fly_tc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_fly_tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.sc_fly_ml {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_fly_mc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc_fly_mr {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_fly_bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.sc_fly_bc {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_fly_br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

/* Row type: Narrow */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container > .elementor-row {
  min-height: 40px;
}

.elementor-editor-active .sc_layouts_row_type_narrow .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap {
  min-height: 30px;
}

/* Make rows relative to enable using absolute position in columns */
.elementor-section {
  position: relative;
}

.elementor-column.sc_column_fixed {
  -webkit-align-self: flex-start;
  -ms-align-self: start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sc_column_fixed_placeholder {
  min-height: 1px;
}

/* Widget Text Editor */
.elementor-widget-text-editor :last-child,
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* Widget Spacer: Alternative height variants */
.elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
  height: 1rem !important;
}

.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
  height: 2rem !important;
}

.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
  height: 3.3333rem !important;
}

.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
  height: 6.6667rem !important;
}

.elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
  height: 8.6667rem !important;
}

/* Widget Divider: Alternative gap variants */
.elementor-widget-divider.sc_height_tiny .elementor-divider {
  padding: 1rem 0 !important;
}

.elementor-widget-divider.sc_height_small .elementor-divider {
  padding: 2rem 0 !important;
}

.elementor-widget-divider.sc_height_medium .elementor-divider {
  padding: 3.3333rem 0 !important;
}

.elementor-widget-divider.sc_height_large .elementor-divider,
.elementor-widget-divider.sc_height_big .elementor-divider {
  padding: 6.6667rem 0 !important;
}

.elementor-widget-divider.sc_height_huge .elementor-divider {
  padding: 8.6667rem 0 !important;
}

/* Extra bg for rows, columns and widgets "Text Editor" */
.elementor-section[class*=sc_extra_bg_],
.elementor-section[class*=sc_bg_mask_],
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap,
.elementor-widget-text-editor[class*=sc_extra_bg_],
.elementor-widget-text-editor[class*=sc_bg_mask_] {
  position: relative;
  z-index: 0;
}

.elementor-widget-text-editor[class*=sc_bg_mask_] > .wpb_wrapper {
  position: relative;
  z-index: 2;
}

.elementor-section[class*=sc_extra_bg_]:after,
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap:after,
.elementor-widget-text-editor[class*=sc_extra_bg_]:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  background: inherit;
}

.elementor-section[class*=sc_bg_mask_]:before,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor[class*=sc_bg_mask_]:before {
  content: " ";
  display: block !important;
  background-color: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elementor-section.vc_parallax[class*=sc_bg_mask_]:before {
  z-index: 1;
}

.elementor-section.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_tiny:after,
.elementor-column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
  position: absolute;
  top: -2em;
  right: -2em;
  bottom: -2em;
  left: -2em;
}

.elementor-section.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_small:after,
.elementor-column.sc_extra_bg_small[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_small:after {
  position: absolute;
  top: -4em;
  right: -4em;
  bottom: -4em;
  left: -4em;
}

.elementor-section.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_medium:after,
.elementor-column.sc_extra_bg_medium[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
  position: absolute;
  top: -6em;
  right: -6em;
  bottom: -6em;
  left: -6em;
}

.elementor-section.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_large:after,
.elementor-column.sc_extra_bg_large[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_large:after {
  position: absolute;
  top: -8em;
  right: -8em;
  bottom: -8em;
  left: -8em;
}

.elementor-section.sc_bg_mask_bg_color:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_bg_color:before {
  background-color: inherit;
}

.elementor-section.sc_bg_mask_1:before,
.elementor-column.sc_bg_mask_1 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_1:before {
  opacity: 0.1;
}

.elementor-section.sc_bg_mask_2:before,
.elementor-column.sc_bg_mask_2 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_2:before {
  opacity: 0.2;
}

.elementor-section.sc_bg_mask_3:before,
.elementor-column.sc_bg_mask_3 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_3:before {
  opacity: 0.3;
}

.elementor-section.sc_bg_mask_4:before,
.elementor-column.sc_bg_mask_4 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_4:before {
  opacity: 0.4;
}

.elementor-section.sc_bg_mask_5:before,
.elementor-column.sc_bg_mask_5 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_5:before {
  opacity: 0.5;
}

.elementor-section.sc_bg_mask_6:before,
.elementor-column.sc_bg_mask_6 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_6:before {
  opacity: 0.6;
}

.elementor-section.sc_bg_mask_7:before,
.elementor-column.sc_bg_mask_7 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_7:before {
  opacity: 0.7;
}

.elementor-section.sc_bg_mask_8:before,
.elementor-column.sc_bg_mask_8 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_8:before {
  opacity: 0.8;
}

.elementor-section.sc_bg_mask_9:before,
.elementor-column.sc_bg_mask_9 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_9:before {
  opacity: 0.9;
}

/* Google map */
.elementor-widget-trx_sc_googlemap .sc_googlemap_marker[data-icon]:before {
  display: none;
}

/* Disable hover and click inside Layouts in Edit mode
------------------------------------------------------- */
.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger {
  position: relative;
}

.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts:after,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger:after {
  content: " ";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Fix for Elementor 3.5.0+: paddings are moved from the .elementor-column-wrap to the .elementor-widget-wrap
----------------------------------------------------------- */
.elementor-container[class*=elementor-column-gap-] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

/* Gutenberg */
.wp-block-columns.has-2-columns .wp-block-column {
  width: 50%;
}

.wp-block-columns.has-3-columns .wp-block-column {
  width: 33.3333333333%;
}

.wp-block-columns.has-4-columns .wp-block-column {
  width: 25%;
}

.wp-block-columns.has-5-columns .wp-block-column {
  width: 20%;
}

.wp-block-columns.has-6-columns .wp-block-column {
  width: 16.6666666667%;
}

.wp-block-columns.has-7-columns .wp-block-column {
  width: 14.2857142857%;
}

.wp-block-columns.has-8-columns .wp-block-column {
  width: 12.5%;
}

.wp-block-columns.has-9-columns .wp-block-column {
  width: 11.1111111111%;
}

.wp-block-columns.has-10-columns .wp-block-column {
  width: 10%;
}

.wp-block-columns.has-11-columns .wp-block-column {
  width: 9.0909090909%;
}

.wp-block-columns.has-12-columns .wp-block-column {
  width: 8.3333333333%;
}

/*
 * Custom layouts.
 *
 */
.sc_layouts_row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_layouts_row_on_top {
  z-index: 999999;
}

[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_item {
  max-width: 100%;
}

[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
}

[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):last-child,
.wp-block-column > .sc_layouts_item:last-child,
.sc_layouts_column .sc_layouts_item:last-child,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):last-child {
  margin-right: 0 !important;
}

.sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  margin-left: 1.5em;
  margin-right: 0;
}

.sc_layouts_column_align_right .sc_layouts_item:first-child {
  margin-left: 0 !important;
}

.sc_layouts_row .vc_separator,
.sc_layouts_row .vc_empty_space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sc_layouts_row .sc_layouts_item + div.vc_separator:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  margin: 0 !important;
}

.sc_layouts_column .vc_empty_space {
  width: 100%;
}

.sc_layouts_column_align_left,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column.sc_layouts_column_align_left .widgettitle {
  text-align: left;
}

.sc_layouts_column_align_center,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column.sc_layouts_column_align_center .widgettitle {
  text-align: center;
}

.sc_layouts_column_align_right,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column.sc_layouts_column_align_right .widgettitle {
  text-align: right;
}

.sc_layouts_row_delimiter {
  border-bottom: 1px solid #ddd;
}

/* Hide on XXX
------------------------------------------------- */
body.frontpage:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.home-page:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.error404:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.single:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body.page:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body:not(.single):not(.page):not(.elementor-editor-active) .sc_layouts_hide_on_other {
  display: none !important;
}

/* Common rules
------------------------------------------------- */
/* Text with icons */
.sc_layouts_iconed_text {
  white-space: nowrap;
}

.sc_layouts_item_link {
  display: block;
}

.sc_layouts_item_icon {
  font-size: 2.25em;
  line-height: 1.1em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_layouts_item_icon.sc_icon_type_svg svg,
.sc_layouts_item_icon.sc_icon_type_svg object {
  width: 1em;
  height: 1em;
}

.sc_layouts_item_details {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.sc_layouts_item_icon + .sc_layouts_item_details {
  margin-left: 0.5em;
}

.sc_layouts_column_icons_position_left .sc_layouts_item_details {
  text-align: left;
}

.sc_layouts_column_icons_position_right .sc_layouts_item_details {
  text-align: right;
}

.sc_align_center .sc_layouts_item_details {
  text-align: center;
}

.sc_layouts_item_details_line1,
.sc_layouts_item_details_line2 {
  display: block;
}

.sc_layouts_item_details_line1 {
  font-size: 0.8667em;
  line-height: 1.2308em;
  font-weight: 300;
}

.sc_layouts_item_details_line2 {
  font-size: 1.0667em;
  line-height: 1.3125em;
  font-weight: 600;
}

.sc_layouts_column_icons_position_right .sc_layouts_item:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.sc_layouts_column_icons_position_right .sc_layouts_item_icon {
  float: right;
  margin-left: 0.4em;
  margin-right: 0;
}

.sc_layouts_column_icons_position_right .sc_layouts_item_details {
  float: right;
}

/* Login link */
.sc_layouts_login_menu .menu-item:not(.menu-item-has-children) .trx_addons_login_link {
  padding: 1em 0em;
}

/* Button */
.sc_layouts_row .sc_button {
  background-color: #efa758;
  color: #fff;
  vertical-align: top;
  text-align: center;
}

/* Row type: Narrow
-------------------------------------------------- */
.sc_layouts_row_type_narrow {
  font-size: 13px;
  line-height: 18px;
  padding: 6px 0;
}

/* Text with icons */
.sc_layouts_row_type_narrow .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item input[type=text] {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
  margin-left: 0.5em;
}

/* Social icons */
.sc_layouts_row_type_narrow .socials_wrap {
  margin: 0;
}

.sc_layouts_row_type_narrow .socials_wrap .social_item {
  margin: 0 8px 0 0;
}

.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon {
  font-size: 15px;
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: 0;
}

.sc_layouts_row_type_narrow .socials_wrap .social_item_style_bg .social_icon {
  width: 1.2em;
  height: 1.2em;
}

.sc_layouts_row_type_narrow .socials_wrap .social_icon svg,
.sc_layouts_row_type_narrow .socials_wrap .social_icon object {
  width: 1em;
  height: 1em;
}

/* Button */
.sc_layouts_row_type_narrow .sc_button {
  background-color: transparent;
  border: 1px solid #efa758;
  color: #efa758;
}

/* Row type: Compact
-------------------------------------------------- */
.sc_layouts_row_type_compact {
  padding: 0.75em 0;
}

.sc_layouts_row_type_compact .sc_layouts_item,
.sc_layouts_row_type_normal .sc_layouts_item {
  letter-spacing: 0;
}

/* Text with icons */
.sc_layouts_row_type_compact .sc_layouts_item_icon {
  font-size: 1.25em;
  font-weight: 400;
}

.sc_layouts_row_type_compact .sc_layouts_item input[type=text] {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
  margin-left: 0.5em;
}

/* Social icons */
.sc_layouts_row_type_compact .socials_wrap {
  margin: 0;
}

.sc_layouts_row_type_compact .socials_wrap .social_item {
  margin: 0 10px 0 0;
}

.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
  font-size: 15px;
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: 0;
}

.sc_layouts_row_type_compact .socials_wrap .social_item_style_bg .social_icon {
  width: 1.2em;
  height: 1.2em;
}

/* Row type: Normal
-------------------------------------------------- */
.sc_layouts_row_type_normal {
  padding: 2em 0;
}

/* Fixed rows
--------------------------------------------- */
.sc_layouts_row_fixed_placeholder {
  display: none;
}

.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder {
  display: block;
}

.sc_layouts_row_fixed_on {
  position: fixed;
  z-index: 100002;
  top: 0;
  right: -15px;
  bottom: auto;
  left: -15px;
  position: fixed !important;
  margin: 0 !important;
  background-color: #fff;
}

.sc_layouts_row_fixed_on.elementor-section:not(.elementor-section-justified) {
  left: 0;
  right: 0;
}

.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
  z-index: 100001;
}

.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
  z-index: 100000;
}

/* Hide unfixed row */
.sc_layouts_row_hide_unfixed {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.sc_layouts_row_type_compact.sc_layouts_row_hide_unfixed {
  padding: 0;
}

.elementor-editor-active .sc_layouts_row_hide_unfixed,
.sc_layouts_row_fixed_on.sc_layouts_row_hide_unfixed {
  height: unset;
  padding: unset;
  overflow: unset;
}

/* Flex columns with equal height
--------------------------------------------- */
.sc_layouts_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_layouts_flex > .sc_layouts_column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sc_layouts_flex > .sc_layouts_column > .sc_layouts_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sc_layouts_flex.sc_layouts_columns_stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.sc_layouts_flex.sc_layouts_columns_top {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.sc_layouts_flex.sc_layouts_columns_bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.sc_layouts_flex.sc_layouts_columns_middle {
  -ms-flex-line-pack: center;
  align-content: center;
}

.sc_layouts_flex.sc_layouts_content_top > .sc_layouts_column > .sc_layouts_item {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.sc_layouts_flex.sc_layouts_content_top:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.sc_layouts_flex.sc_layouts_content_bottom > .sc_layouts_column > .sc_layouts_item {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.sc_layouts_flex.sc_layouts_content_bottom:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.sc_layouts_flex.sc_layouts_content_middle > .sc_layouts_column > .sc_layouts_item {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.sc_layouts_flex.sc_layouts_content_middle:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.sc_layouts_flex.sc_layouts_columns_bottom:after,
.sc_layouts_flex.sc_layouts_columns_middle:after,
.sc_layouts_flex.sc_layouts_columns_top:after {
  content: "";
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

/* Layouts in the popup & panel
------------------------------------------ */
.sc_layouts_popup {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.sc_layouts_popup > p {
  margin: 0;
}

.mfp-content .sc_layouts_popup {
  display: block;
}

.mfp-inline-holder div.mfp-content,
.mfp-ajax-holder div.mfp-content {
  width: auto;
  min-width: 60%;
  max-width: 85%;
  min-height: 40%;
  max-height: 80%;
}

/* Panels */
.sc_layouts_panel_hide_content {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: background-color 0.8s ease;
  -o-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}

.sc_layouts_panel_hide_content.sc_layouts_panel_opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.5);
}

.sc_layouts_panel {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 3em;
}

.sc_layouts_panel_left {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}

.sc_layouts_panel_right {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
}

.sc_layouts_panel_top {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  max-height: 100%;
  width: 100%;
}

.sc_layouts_panel_bottom {
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  position: fixed;
  z-index: 100001;
  bottom: 0;
  left: 0;
  max-height: 100%;
  width: 100%;
}

.sc_layouts_panel > p {
  margin: 0;
}

.sc_layouts_panel.sc_layouts_panel_opened {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_layouts_panel_close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.sc_layouts_panel_close:before {
  content: "\e875";
  font-family: "trx_addons_icons";
  display: block;
  padding: 1em;
  font-size: 1.25em;
  line-height: 1.25em;
}

/* Elementor container settings
----------------------------------------- */
body[class*=cpt_layouts-template] {
  background-image: url(/wp-content/plugins/trx_addons/css/images/transparent.jpg);
  background-repeat: repeat;
}

body[class*=cpt_layouts-template] .trx-addons-layout--edit-mode .trx-addons-layout__inner {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

body[class*=cpt_layouts-template] #elementor.elementor-edit-mode .elementor-inner {
  margin-left: auto;
  margin-right: auto;
}

.sc_team_columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc_team_slider .sc_team_item,
.sc_team_columns_wrap .sc_team_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_team_slider .sc_team_item {
  margin-bottom: 0 !important;
}

.sc_team {
  position: relative;
}

/* Style 'Default' */
.sc_team_default .sc_team_item {
  background-color: #fafafa;
  margin-bottom: 2em;
}

.sc_team_default.slider_swiper .sc_team_item,
.sc_team_default .columns_padding_bottom .sc_team_item {
  margin-bottom: 0;
}

.sc_team_default .sc_team_item_thumb {
  margin-bottom: 0;
}

.sc_team_default .sc_team_item_thumb img {
  width: 100%;
}

.sc_team_default .sc_team_item_info {
  padding: 2.6em 3em;
  text-align: center;
}

.sc_team_default .sc_team_item_title,
.sc_team_short .sc_team_item_title,
.sc_team_featured .sc_team_item_title {
  margin: 0;
}

.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 1px;
}

.sc_team_default .sc_team_item_content {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.sc_team_default .sc_team_item_content p {
  margin: 0;
}

.sc_team_default .sc_team_item_socials {
  margin: 0 -0.5em 0 0;
}

.sc_team_default .sc_team_item_socials .social_item {
  display: inline-block;
  margin: 0 3px 3px 0;
}

.sc_team_default .sc_team_item_socials .social_item .social_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
}

.sc_team_default .sc_team_item_button {
  margin: 1.6em 0 0;
}

.sc_team_default .sc_team_item_socials + .sc_team_item_button {
  display: none;
}

.sc_team_default .trx_addons_hover_content .trx_addons_hover_title {
  font-size: 1.3333em;
}

/* Style 'Short' & 'Featured' */
.sc_team_short .sc_team_slider.slider_outer_pagination_pos_bottom {
  padding-bottom: 3em;
}

.sc_team .sc_team_item_thumb .sc_team_item_title a,
.sc_team .sc_team_item_thumb .sc_team_item_subtitle a,
.sc_team .sc_team_item_thumb .sc_team_item_content a {
  color: #fff;
}

.sc_team .sc_team_item_thumb .sc_team_item_content {
  font-style: normal;
}

.sc_team .sc_team_item_thumb .sc_team_item_socials {
  margin: 0;
}

.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item {
  margin: 0.25em 0.5em 0.25em 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.sc_team .sc_team_item_thumb .sc_team_item_content + .sc_team_item_socials {
  margin-top: 1em;
}

.sc_team .sc_team_item_thumb .sc_team_item_content + .sc_team_item_socials .social_item {
  margin-bottom: 0;
}

.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon span:before {
  margin-top: -1px;
}

.sc_team_short .sc_team_item_thumb {
  border-bottom: 5px solid #efa758;
}

/* Single team member */
.team_member_page .team_member_header {
  overflow: hidden;
}

.team_member_page .team_member_featured {
  float: left;
  width: 35%;
  padding: 0 3em 0 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.team_member_description {
  overflow: hidden;
}

.team_member_page .team_member_title {
  margin: 0;
}

.team_member_page .team_member_position {
  margin: 0;
}

.team_member_page .team_member_details {
  margin-top: 2em;
}

.team_member_page .team_member_brief_info {
  margin-top: 2em;
}

.team_member_page .team_member_brief_info_title {
  margin: 0;
  display: none;
}

.team_member_page .team_member_brief_info_text {
  letter-spacing: 0;
}

.team_member_page .team_member_socials {
  margin: 1em 0 0 0;
}

.team_member_page .team_member_socials .social_item {
  display: inline-block;
  margin: 0 3px 3px 0;
}

.team_member_page .team_member_socials .social_item .social_icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
}

.team_member_page .team_member_content {
  margin-top: 4em;
}

.sc_blogger .sc_blogger_slider.slider_outer_pagination_pos_bottom {
  padding-bottom: 3em;
}

.sc_blogger {
  position: relative;
  padding-top: 0.0001px;
}

.sc_blogger .sc_blogger_item .sc_blogger_item_title {
  margin: 0;
}

.sc_blogger .sc_blogger_item .sc_blogger_item_featured {
  margin-bottom: 0;
}

.sc_blogger .sc_blogger_item .sc_blogger_item_featured img {
  width: 100%;
  height: auto;
}

.sc_blogger .sc_blogger_item .sc_blogger_post_meta {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
}

.sc_blogger_columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc_blogger_slider .sc_blogger_item,
.sc_blogger_columns_wrap .sc_blogger_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_blogger_slider .sc_blogger_item {
  margin-bottom: 0 !important;
}

.sc_blogger .sc_blogger_item blockquote {
  margin: 1em 0;
}

.sc_blogger .sc_blogger_item blockquote p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: inherit;
}

.sc_blogger .sc_blogger_item_button {
  margin-top: 1.5em;
}

.sc_blogger .trx_addons_loading {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

/* Style Default */
.sc_blogger_default .sc_blogger_item {
  background-color: #f7f7f7;
  text-align: center;
}

.sc_blogger_default .sc_blogger_item_content {
  padding: 3em;
}

.sc_blogger_default .sc_blogger_post_meta {
  margin-top: 0.4em;
  font-size: 0.9286em;
}

.sc_blogger_default .sc_blogger_item_excerpt {
  margin-top: 1.5em;
}

.sc_blogger_default .sc_blogger_item_excerpt_text {
  max-height: 8em;
  line-height: 1.6em;
  overflow: hidden;
}

.sc_blogger_default .sc_blogger_item_excerpt_text p {
  margin: 0;
}

.sc_blogger_default .sc_blogger_item.post_format_quote .sc_blogger_item_excerpt_text {
  max-height: none;
}

.sc_blogger_default .sc_blogger_item_excerpt_text + p,
.sc_blogger_default .sc_blogger_item_excerpt_text + a {
  margin: 2em 0 0;
}

.sc_blogger_default .sc_blogger_item .more-link {
  background-color: transparent;
}

/* Style Modern */
.sc_blogger_modern .sc_blogger_item {
  background-color: #f7f7f7;
  padding: 2em;
  overflow: hidden;
  position: relative;
}

.sc_blogger_modern .sc_blogger_item + .sc_blogger_item {
  margin-top: 2em;
}

.sc_blogger_modern.slider_swiper .sc_blogger_item + .sc_blogger_item {
  margin-top: 0;
}

.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
  width: 40%;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 45%;
  width: 55%;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_blogger_modern .sc_blogger_item .sc_blogger_post_meta {
  margin-top: 0.6em;
  font-size: 0.9286em;
}

.sc_blogger_modern .sc_blogger_item .sc_blogger_item_excerpt {
  margin-top: 1em;
}

.sc_blogger_modern .sc_blogger_columns_wrap .sc_blogger_item .sc_blogger_item_excerpt,
.sc_blogger_modern .sc_blogger_slider .sc_blogger_item .sc_blogger_item_excerpt {
  display: none;
}

.sc_blogger_modern .sc_blogger_item .sc_blogger_button {
  text-align: center;
}

/* Style Plain */
.sc_blogger_plain .sc_blogger_item {
  background-color: #f7f7f7;
  text-align: center;
  padding: 1em;
  margin-bottom: 2px;
}

.sc_blogger_plain .sc_blogger_post_meta {
  margin: 0;
}

.sc_blogger_plain .sc_blogger_item .sc_blogger_post_meta + .sc_blogger_item_excerpt {
  margin-top: 1em;
}

.sc_blogger_plain .sc_blogger_item .sc_blogger_item_title {
  margin: 0.4em 0 0.6em;
}

/* Filters */
.sc_blogger_filters {
  margin: 2em 0;
}

.sc_blogger_filters .sc_blogger_filters_titles {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  list-style-type: none;
}

.sc_blogger_filters .sc_blogger_filters_titles li {
  display: inline-block;
  padding: 0 0.7em;
}

.sc_blogger_filters .sc_blogger_filters_titles a.active {
  border-bottom: 1px solid #e5e5e5;
}

.sc_button_wrap:not([class*=sc_align_]) {
  display: inline-block;
}

/* Normal button */
.sc_button {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1.5em 3em;
  background-position: center center;
  background-repeat: repeat;
  overflow: hidden;
  background-color: #efa758;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_button:hover {
  background-color: #007fc5;
}

.sc_button + .sc_button {
  margin-left: 1em;
}

.sc_button_subtitle {
  font-size: 0.85em;
  line-height: 1.25em;
  text-transform: none;
  display: block;
}

.sc_button_icon,
.sc_button_text {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-decoration: inherit; /* Need to apply decoration from the parent tag 'a' */
}

.sc_button_icon {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  font-style: normal;
}

.sc_button .sc_button_icon svg {
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_button .sc_button_icon svg,
.sc_button .sc_button_icon object {
  width: 1em;
  height: 1em;
}

.sc_button_icon img {
  max-height: 2.5em;
  width: auto;
}

.sc_button_icon_left .sc_button_icon {
  margin-right: 0.8em;
}

.sc_button_icon_right .sc_button_icon {
  float: right;
  margin-left: 0.8em;
}

.sc_button_icon_top .sc_button_icon {
  display: block;
  margin-bottom: 0.25em;
  text-align: center;
}

/* Sizes */
.sc_button.sc_button_size_small {
  padding: 1em 2.5em;
}

.sc_button.sc_button_size_small .sc_button_icon img {
  max-height: 1.6em;
  width: auto;
}

.sc_button.sc_button_size_large {
  font-size: 1.25em;
}

.sc_button.sc_button_size_large .sc_button_icon img {
  max-height: 4em;
  width: auto;
}

/* Button with image */
.sc_button_bg_image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_button.sc_button_bg_image,
.sc_button.sc_button_bg_image:hover {
  color: #fff !important;
}

.sc_button_bg_image .sc_button_text {
  position: relative;
  z-index: 2;
}

.sc_button_bg_image:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 !important;
}

.sc_button_bg_image:hover:before {
  background-color: rgba(0, 0, 0, 0.75);
}

/* Bordered button */
.sc_button_bordered {
  background: none !important;
  border: 2px solid #efa758;
  color: #efa758;
}

.sc_button_bordered:hover {
  border-color: #007fc5;
  color: #007fc5;
}

/* Simple button (link with arrow) */
.sc_button_simple {
  display: inline-block;
  background-color: transparent;
  color: #efa758;
  position: relative;
  padding: 0 1.8em 0 0;
}

.sc_button_simple:hover {
  color: #000;
  background-color: transparent;
}

.sc_button.sc_button_simple:before,
.sc_button.sc_button_simple:after {
  content: "\e911";
  font-family: "trx_addons_icons";
  margin: 0;
  line-height: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_button_with_icon.sc_button_simple:before,
.sc_button_with_icon.sc_button_simple:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}

.sc_button.sc_button_simple:before {
  right: 20px;
  opacity: 0;
}

.sc_button.sc_button_simple:hover:before {
  opacity: 1;
  right: 0;
}

.sc_button.sc_button_simple:hover:after {
  opacity: 0;
  right: -20px;
}

.sc_button_simple.sc_button_icon_left {
  padding-left: 1px;
}

.sc_button_simple.sc_button_icon_left .sc_button_icon {
  margin-right: 0.4em;
}

.sc_button_simple.sc_button_icon_right {
  padding-right: 1px;
}

.sc_button_simple.sc_button_icon_right .sc_button_icon {
  margin-left: 0.4em;
}

.sc_content {
  position: relative;
}

.sc_content:not([class*=sc_padding_]) {
  padding-top: 0.0001px;
}

[class*=sc_content_width_] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=sc_content_width_]:not([class*=sc_margin_]) {
  margin-left: auto;
  margin-right: auto;
}

.sc_content_width_1_1 {
  width: 1270px;
}

.sc_content_width_1_2 {
  width: 635px;
}

.sc_content_width_1_3 {
  width: 423.3333333333px;
}

.sc_content_width_2_3 {
  width: 846.6666666667px;
}

.sc_content_width_1_4 {
  width: 317.5px;
}

.sc_content_width_3_4 {
  width: 952.5px;
}

.sc_content_width_100p {
  width: 100%;
}

.sc_content_width_90p {
  width: 90%;
}

.sc_content_width_80p {
  width: 80%;
}

.sc_content_width_75p {
  width: 75%;
}

.sc_content_width_70p {
  width: 70%;
}

.sc_content_width_60p {
  width: 60%;
}

.sc_content_width_50p {
  width: 50%;
}

.sc_content_width_45p {
  width: 45%;
}

.sc_content_width_40p {
  width: 40%;
}

.sc_content_width_30p {
  width: 30%;
}

.sc_content_width_25p {
  width: 25%;
}

.sc_content_width_20p {
  width: 20%;
}

.sc_content_width_15p {
  width: 15%;
}

.sc_content_width_10p {
  width: 10%;
}

.sc_content_container.with_number {
  position: relative;
}

.sc_content_number {
  position: absolute;
  z-index: 0;
  color: #f0f0f0;
  letter-spacing: -10px;
  font-size: 10em;
  line-height: 1em;
  font-weight: 900;
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

.sc_content_number_tl {
  left: 0;
  top: 0;
}

.sc_content_number_tc {
  left: 50%;
  top: 0;
}

.sc_content_number_tr {
  left: 100%;
  top: 0;
}

.sc_content_number_ml {
  left: 0;
  top: 50%;
}

.sc_content_number_mc {
  left: 50%;
  top: 50%;
}

.sc_content_number_mr {
  left: 100%;
  top: 50%;
}

.sc_content_number_bl {
  left: 0;
  top: 100%;
}

.sc_content_number_bc {
  left: 50%;
  top: 100%;
}

.sc_content_number_br {
  left: 100%;
  top: 100%;
}

.sc_countdown {
  position: relative;
  overflow: hidden;
}

.sc_countdown.alignleft .sc_countdown_content {
  text-align: left;
}

.sc_countdown.aligncenter .sc_countdown_content {
  text-align: center;
}

.sc_countdown.alignright .sc_countdown_content {
  text-align: right;
}

.sc_countdown .sc_countdown_inner {
  display: inline-block;
}

.sc_countdown .sc_countdown_item {
  display: block;
  float: left;
  text-align: center;
}

.sc_countdown .sc_countdown_digits {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 12px;
}

.sc_countdown .sc_countdown_digits span {
  display: inline-block;
}

.sc_countdown .sc_countdown_separator {
  display: block;
  float: left;
  margin: 0 8px;
  font-weight: 400;
}

.sc_countdown .sc_countdown_label {
  font-weight: 400;
}

/* Style Default */
.sc_countdown_default .sc_countdown_digits,
.sc_countdown_default .sc_countdown_separator {
  font-size: 3em;
  line-height: 1.3333em;
  height: 1.3333em;
}

.sc_countdown_default .sc_countdown_digits span {
  display: inline-block;
  text-align: center;
  width: 1.1333em;
  background-color: #f0f0f0;
}

.sc_countdown_default .sc_countdown_digits span + span {
  margin-left: 2px;
}

/* Style Circle */
.sc_countdown_circle .sc_countdown_digits,
.sc_countdown_circle .sc_countdown_separator {
  font-size: 2.4em;
  line-height: 2.5em;
  height: 2.5em;
  margin-bottom: 6px;
}

.sc_countdown_circle .sc_countdown_item {
  position: relative;
}

.sc_countdown_circle .sc_countdown_digits {
  width: 2.5em;
  border-width: 6px;
  border-style: solid;
  background-color: #f0f0f0;
  border-radius: 50%;
}

.sc_countdown_circle canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sc_googlemap_wrap {
  position: relative;
}

.sc_googlemap {
  position: relative;
  padding-top: 0.0001px;
}

.sc_googlemap img {
  max-width: none;
}

.sc_googlemap > iframe {
  width: 100%;
  height: 100%;
}

.sc_googlemap_prevent_scroll {
  pointer-events: none;
}

.sc_googlemap_title + .sc_googlemap,
.sc_googlemap_title + .sc_googlemap_content_wrap,
.sc_googlemap_subtitle + .sc_googlemap,
.sc_googlemap_subtitle + .sc_googlemap_content_wrap {
  margin-top: 4.2em;
}

.sc_googlemap_descr + .sc_googlemap {
  margin-top: 1em;
}

.sc_googlemap_content_wrap {
  position: relative;
}

.sc_googlemap_content {
  pointer-events: none;
}

.sc_googlemap_content form {
  pointer-events: initial;
}

.sc_googlemap_content_default {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: auto;
  width: 30%;
  padding: 1.5em;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_googlemap_content_detailed {
  position: relative;
  padding: 2em 2em 2em 5em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_googlemap_content_detailed:before {
  content: "\e8bb";
  font-family: "trx_addons_icons";
  font-size: 2em;
  line-height: 1.3em;
  position: absolute;
  top: 1em;
  left: 1em;
}

.sc_googlemap_content_detailed p {
  margin-bottom: 1em;
}

.sc_googlemap_info_window {
  max-width: 30em;
}

.sc_googlemap_info_window h1,
.sc_googlemap_info_window h2,
.sc_googlemap_info_window h3,
.sc_googlemap_info_window h4,
.sc_googlemap_info_window h5,
.sc_googlemap_info_window h6 {
  margin: 0 0 0.3em;
}

.sc_googlemap_info_window p {
  margin: 0;
}

.sc_googlemap_info_window p + p {
  margin-top: 0.3em;
}

/* Icons */
.sc_icons {
  position: relative;
  padding-top: 0.0001px;
}

.sc_icons_columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc_icons_slider .sc_icons_item,
.sc_icons_columns_wrap .sc_icons_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_icons_slider .sc_icons_item {
  margin-bottom: 0 !important;
}

.sc_icons .sc_icons_item {
  position: relative;
}

.sc_icons.sc_align_left .sc_icons_item {
  text-align: left;
}

.sc_icons.sc_align_center .sc_icons_item {
  text-align: center;
}

.sc_icons.sc_align_right .sc_icons_item {
  text-align: right;
}

.sc_icons .sc_icons_item > * {
  margin: 0;
}

.sc_icons .sc_icons_image img {
  max-width: 75%;
}

.sc_icons .sc_icons_icon {
  color: #efa758;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: auto;
}

.sc_icons_icon.sc_icons_char:before,
.sc_icons_icon.sc_icons_char > span:before {
  content: attr(data-char);
  font-weight: 700;
}

.sc_icon_type_svg.sc_icon_animation {
  visibility: hidden;
}

.sc_icon_type_svg svg {
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_icon_type_svg.sc_icon_animation svg {
  fill: none !important;
}

.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon > span:before {
  font-size: 6em;
  line-height: 1.1em !important;
}

.sc_icon_type_svg svg,
.sc_icon_type_svg object {
  width: 6em;
  height: 6em;
  display: inline-block;
  overflow: visible;
  margin-bottom: -0.1em;
}

.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
  font-size: 4em;
  line-height: 1.1em !important;
}

.sc_icons_size_small .sc_icon_type_svg svg,
.sc_icons_size_small .sc_icon_type_svg object {
  width: 4em;
  height: 4em;
}

.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon > span:before {
  font-size: 8em;
  line-height: 1.1em !important;
}

.sc_icons_size_large .sc_icon_type_svg svg,
.sc_icons_size_large .sc_icon_type_svg object {
  width: 8em;
  height: 8em;
}

.sc_icons .sc_icons_icon > span {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
}

.sc_icons .sc_icons_icon,
.sc_icons .sc_icons_item_title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_icons .sc_icons_item_title span,
.sc_icons .sc_icons_item_description span {
  display: block;
}

.sc_icons_item_title {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.sc_icons_item_description {
  font-size: 1em;
  line-height: 1.6em;
}

.sc_icons_item_title + .sc_icons_item_description {
  margin-top: 0.5em;
}

.sc_icons .sc_icons_item_link {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style Default */
.sc_icons_default .sc_icons_icon + .sc_icons_item_details,
.sc_icons_default .sc_icons_image + .sc_icons_item_details {
  margin-top: 1em;
}

/* Style Modern */
.sc_icons_modern {
  position: relative;
}

.sc_icons_modern .sc_icons_icon,
.sc_icons_modern .sc_icons_image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_icons_modern.sc_align_right .sc_icons_icon,
.sc_icons_modern.sc_align_right .sc_icons_image {
  left: auto;
  right: 0;
}

.sc_icons_modern .sc_icons_item_details {
  min-height: 6em;
  padding-left: 8em;
}

.sc_icons_modern.sc_align_right .sc_icons_item_details {
  padding-left: 0;
  padding-right: 8em;
}

.sc_icons_modern.sc_icons_size_small .sc_icons_item_details {
  min-height: 4em;
  padding-left: 6em;
}

.sc_icons_modern.sc_icons_size_small.sc_align_right .sc_icons_item_details {
  padding-left: 0;
  padding-right: 6em;
}

.sc_icons_modern.sc_icons_size_large .sc_icons_item_details {
  min-height: 8em;
  padding-left: 10em;
}

.sc_icons_modern.sc_icons_size_large.sc_align_right .sc_icons_item_details {
  padding-left: 0;
  padding-right: 10em;
}

/* Hover effects */
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
  -webkit-animation: icons-zoom 0.25s ease-out;
  animation: icons-zoom 0.25s ease-out;
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > svg {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image img {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@-webkit-keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75, 1.75);
    -ms-transform: scale(1.75, 1.75);
    transform: scale(1.75, 1.75);
  }
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75, 1.75);
    -ms-transform: scale(1.75, 1.75);
    transform: scale(1.75, 1.75);
  }
}
.sc_price .sc_price_slider.slider_outer_pagination_pos_bottom {
  padding-bottom: 3em;
}

.sc_price_columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc_price_slider .sc_price_item,
.sc_price_columns_wrap .sc_price_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_price_slider .sc_price_item {
  margin-bottom: 0 !important;
}

.sc_price {
  position: relative;
  padding-top: 0.0001px;
}

.sc_price_item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.sc_price_item_inner {
  position: relative;
  z-index: 2;
}

.sc_price_item.with_image .sc_price_item_inner {
  padding: 2em;
}

.sc_price_item_info {
  padding: 2em;
}

.sc_price_item_inner .sc_price_item_info {
  padding-bottom: 0;
}

.sc_price_slider .sc_price_item_inner .sc_price_item_info {
  padding-bottom: 2em;
}

.sc_price_item_icon {
  margin-top: 2em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_price_item_inner .sc_price_item_icon {
  margin-top: 0;
}

.sc_price_item .sc_price_item_icon:before {
  display: none;
}

.sc_price_item_icon > span {
  font-size: 5.5em;
  line-height: 1em;
}

.sc_price_item_icon .sc_icon_type_svg svg,
.sc_price_item_icon .sc_icon_type_svg object {
  width: 1em;
  height: 1em;
}

.sc_price_item_label {
  position: absolute;
  z-index: 2;
  top: 2em;
  left: -3em;
  width: 12em;
  height: 2em;
  line-height: 2em;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #efa758;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_price_item_subtitle {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0.5em;
  color: #efa758;
}

.sc_price_item_title {
  font-size: 2.4em;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_price_item_subtitle + .sc_price_item_title {
  margin-top: 0.2em;
}

.sc_price_item_description,
.sc_price_item_details {
  font-size: 1.0667em;
  line-height: 1.25em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  margin: 0.65em 0;
  color: #000;
}

.sc_price_item_details {
  margin-top: 0.9em;
}

.sc_price_item_subtitle + .sc_price_item_description,
.sc_price_item_title + .sc_price_item_description {
  margin: 0.5em 0;
}

.sc_price_item_description > span {
  display: block;
}

.sc_price_item_description > span + span {
  margin-top: 0.3em;
}

.sc_price_item_description ul,
.sc_price_item_details ul {
  list-style-type: circle;
}

.sc_price_item_description ul li:before,
.sc_price_item_details ul li:before {
  display: none;
}

.sc_price_item_details p,
.sc_price_item_details ul,
.sc_price_item_details ol {
  margin-bottom: 0;
}

.sc_price_item_details p + p,
.sc_price_item_details ul.trx_addons_list > li + li {
  margin-top: 0.2em;
}

.sc_price_item_price {
  color: red;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 1px;
}

.sc_price_item_price_decimals {
  font-size: 0.4em;
  line-height: 1.8em;
  margin-left: 0.2em;
  text-decoration: none;
  vertical-align: top;
}

.sc_price_item_subtitle + .sc_price_item_price,
.sc_price_item_title + .sc_price_item_price {
  margin-top: 0.5em;
}

.sc_price_item_link {
  display: inline-block;
  margin-top: 2em;
  padding: 0.5em 2em;
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}

.sc_price_item_link:hover {
  background-color: #ff0000;
  color: #fff;
}

.sc_price_item_link:after {
  display: none;
}

.sc_price_item_subtitle + .sc_price_item_link,
.sc_price_item_title + .sc_price_item_link,
.sc_price_item_description + .sc_price_item_link,
.sc_price_item_details + .sc_price_item_link {
  margin-top: 2em;
}

.sc_price_item_link_over {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: none !important;
  display: block !important;
  background: none !important;
}

.sc_price_item.with_image {
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_price_item.with_image .sc_price_item_mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.sc_price_item.with_image:hover .sc_price_item_mask {
  opacity: 1;
}

/* Style 'Default' */
.sc_price_item_default.with_image:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sc_price_item_default.with_bg_color:after {
  display: none;
}

.sc_price_item_default.with_image .sc_price_item_icon,
.sc_price_item_default.with_image .sc_price_item_title {
  color: #fff;
}

.sc_price_item_default.with_image .sc_price_item_description,
.sc_price_item_default.with_image .sc_price_item_details {
  color: #ccc;
}

.sc_skills {
  position: relative;
  padding-top: 0.0001px;
}

.sc_skills .sc_skills_item_title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Pie chart */
.sc_skills_pie.sc_skills_compact_off .sc_skills_item {
  position: relative;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 3.3333em;
  line-height: 1.25em;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
  font-size: 1.0667em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0.2em;
  text-transform: none;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_icon {
  margin-right: 0.5em;
}

.sc_skills_pie.sc_skills_compact_off .sc_icon_type_svg svg,
.sc_skills_pie.sc_skills_compact_off .sc_icon_type_svg object {
  width: 1.5em;
  height: 1.5em;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_icon img {
  width: 1.5em;
}

.sc_skills_pie.sc_skills_compact_on {
  overflow: hidden;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_legend {
  width: 45%;
  float: right;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_item {
  line-height: 1.7em;
  overflow: hidden;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_marker {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0.1em 1em;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_title {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_value {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
  width: 50%;
  float: left;
}

/* Counter */
.sc_skills_counter .sc_skills_item_wrap {
  max-width: none;
}

.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
  padding: 3.4em 0 0 4em;
}

.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}

.sc_skills_counter .sc_skills_icon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 4.2em;
  line-height: 1.15em;
  color: #efa758;
}

.sc_skills_counter .sc_icon_type_svg svg,
.sc_skills_counter .sc_icon_type_svg object {
  width: 1em;
  height: 1em;
}

.sc_skills_counter .sc_skills_total {
  display: block;
  text-align: center;
  font-size: 3.3333em;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0;
}

.sc_skills_counter .sc_skills_icon + .sc_skills_total {
  margin-top: 0.2em;
}

.sc_skills_counter .sc_skills_item_title {
  text-align: center;
  font-size: 1.0667em;
  line-height: 1.25em;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

.sc_supertitle .sc_supertitle_columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.sc_supertitle .sc_icon_type_icons {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}

.sc_supertitle_media_block {
  height: 100%;
}

.sc_supertitle_icon + .sc_supertitle_media,
.sc_supertitle_media + .sc_supertitle_icon {
  margin-top: 1em;
}

.sc_supertitle_no_icon {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #efa753;
}

.sc_supertitle .trx_addons_columns_wrap:after {
  width: 0;
}

.sc_supertitle_right_column {
  text-align: right;
}

.sc_supertitle_columns_wrap [class*=trx_addons_column-] > :first-child {
  margin-top: 0;
}
.sc_supertitle_columns_wrap [class*=trx_addons_column-] > :last-child {
  margin-bottom: 0;
}

.sc_supertitle_position_left {
  text-align: left;
}

.sc_supertitle_position_center {
  text-align: center;
}

.sc_supertitle_position_right {
  text-align: right;
}

.sc_supertitle_display_inline {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.3em;
}

.sc_supertitle_display_inline:last-child {
  margin-right: 0;
}

/* Social Icons - styles moved into trx_addons.front to share them with theme */
.sc_socials {
  position: relative;
  padding-top: 0.0001px;
}

.socials_wrap {
  display: block;
  vertical-align: middle;
  white-space: nowrap;
  margin: -8px 0 0 0;
}

.socials_wrap .social_item {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  text-align: center;
  margin: 8px 8px 0 0;
}

.socials_wrap .social_item:last-child {
  margin-right: 0 !important;
}

.socials_wrap .social_item_style_bg {
  overflow: hidden;
}

.socials_wrap .social_item .social_icon {
  position: relative;
  display: block;
  background-size: 100%;
  background-position: top center;
  overflow: hidden;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
}

.socials_wrap .social_item .social_icon,
.socials_wrap .social_item .social_name {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
}

.socials_wrap .social_item_type_icons_names .social_icon {
  margin: 0 auto;
}

.socials_wrap .social_item .social_name {
  font-family: inherit;
}

.socials_wrap .social_item .social_name:before {
  display: none;
}

.socials_wrap .sc_icon_type_svg svg,
.socials_wrap .sc_icon_type_svg object {
  width: 1.25em;
  height: 1.25em;
  margin-bottom: -0.2em;
}

.socials_wrap .social_item .social_icon + .social_name {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.5em;
}

.socials_wrap .social_item .social_icon .social_hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: 100%;
  background-position: bottom center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.socials_wrap .social_item .social_icon:hover .social_hover {
  opacity: 1;
}

.sc_table {
  position: relative;
  padding-top: 0.0001px;
  max-width: 100%;
  overflow-x: auto;
}

.sc_table table {
  width: 100%;
}

.sc_table table th,
.sc_table table td {
  padding: 1.8em 1em;
}

.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
  font-weight: bold;
}

.sc_title {
  position: relative;
}

/* Widget: About me */
.widget_aboutme .aboutme_avatar {
  overflow: hidden;
  text-align: center;
}

.widget_aboutme .aboutme_avatar img {
  width: 100%;
  height: auto;
}

.widget_aboutme .aboutme_username {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}

.widget_aboutme .aboutme_avatar + .aboutme_username {
  margin-top: 1em;
}

.widget_aboutme .aboutme_description {
  margin-top: 1em;
  text-align: left;
  line-height: 1.6em;
}

.widget_aboutme .aboutme_avatar + .aboutme_description,
.widget_aboutme .aboutme_username + .aboutme_description {
  margin-top: 0.75em;
}

/* Audio player's styles */
.trx_addons_audio_wrap {
  position: relative;
}

.trx_addons_audio_list {
  position: relative;
}

.trx_addons_audio_wrap.list .trx_addons_audio_player:not(:first-child) {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.trx_addons_audio_wrap.resized.list .trx_addons_audio_player {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.trx_addons_audio_wrap.resized.list .trx_addons_audio_player.current {
  opacity: 1;
  z-index: 2;
}

.trx_addons_audio_wrap.resized.list .trx_addons_audio_player_wrap {
  position: relative;
  height: 100%;
}

.trx_addons_audio_wrap.resized.list .audio_frame {
  bottom: 0;
  position: absolute;
}

.trx_addons_audio_player {
  padding: 1em;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.trx_addons_audio_player.with_cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trx_addons_audio_player.with_cover:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.trx_addons_audio_player.without_cover {
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}

.trx_addons_audio_player .audio_info {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.trx_addons_audio_player .audio_description {
  color: #fff;
}

.trx_addons_audio_player .audio_author,
.trx_addons_audio_player .audio_caption {
  margin: 0.5em 0 1em;
}

.trx_addons_audio_player .audio_author + .audio_caption {
  margin-top: -0.5em;
}

.trx_addons_audio_player .audio_frame {
  width: 100%;
  position: relative;
  z-index: 2;
}

.trx_addons_audio_player .audio_info + .audio_embed,
.trx_addons_audio_player .audio_info + .audio_frame {
  margin-top: 1em;
}

.widget_subtitle + .trx_addons_audio_wrap {
  margin-top: 2em;
}

.trx_addons_audio_player .audio_now_playing {
  margin-top: 1em;
  margin-bottom: 1em;
}

.trx_addons_audio_wrap .trx_addons_audio_navigation,
.trx_addons_audio_player .audio_now_playing {
  font-size: 0.9em;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  color: #fff;
}

.trx_addons_audio_wrap .trx_addons_audio_navigation {
  position: absolute;
  z-index: 2;
  top: 2.55em;
  right: 2.5em;
  bottom: auto;
  left: auto;
}

.trx_addons_audio_wrap .trx_addons_audio_navigation > span {
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
  vertical-align: top;
}

.trx_addons_audio_wrap .trx_addons_audio_navigation > span:hover {
  opacity: 1;
}

.trx_addons_audio_wrap .trx_addons_audio_navigation > span span {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 400;
  vertical-align: top;
}

.trx_addons_audio_wrap.hide_time .mejs-time {
  display: none !important;
}

.trx_addons_audio_wrap.hide_scroll .mejs-time-rail {
  display: none !important;
}

.trx_addons_audio_wrap.hide_volume .mejs-horizontal-volume-slider {
  display: none !important;
}

.hide_scroll .mejs-controls .mejs-duration-container {
  margin-left: 10px;
}

.trx_addons_audio_player .mejs-container {
  min-height: 40px;
}

@media (max-width: 1439px) {
  .audio_now_playing {
    margin-top: 0;
  }
  .trx_addons_audio_navigation {
    position: absolute;
    z-index: 2;
    top: 2em;
    right: 2em;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 1279px) {
  .trx_addons_audio_navigation {
    position: absolute;
    z-index: 2;
    top: 2em;
    right: 1.6em;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .trx_addons_audio_wrap.list .trx_addons_audio_player {
    padding-top: 5em;
  }
  .trx_addons_audio_wrap .mejs-horizontal-volume-slider {
    display: none !important;
  }
  .trx_addons_audio_navigation {
    position: absolute;
    z-index: 2;
    top: 2.55em;
    right: auto;
    bottom: auto;
    left: 1.2em;
  }
}
/* Widget: Banner */
.widget_banner .image_wrap {
  overflow: hidden;
  display: block;
  margin-bottom: 1em;
}

.widget_banner .image_wrap img {
  width: 100%;
  height: auto;
}

.widget_banner.widget_fullwidth .image_wrap {
  margin-bottom: 0;
}

/* Widget: Categories list*/
.widget_categories_list .categories_list_columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_categories_list .categories_list_columns .categories_list_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_categories_list .categories_list_item {
  text-align: center;
  position: relative;
}

.widget_categories_list .categories_list_count {
  display: inline-block;
  margin-left: 0.5em;
}

.widget_categories_list .categories_list_link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget_categories_list .categories_list_style_1 .categories_list_title {
  margin: 0.5em 0 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title {
  color: #efa758;
}

.widget_categories_list .categories_list_style_1 .categories_list_image {
  vertical-align: top;
}

.widget_categories_list .categories_list_style_1 .categories_list_image img {
  width: auto;
  max-height: 7em;
}

.widget_categories_list .categories_list_style_2 .categories_list_image img {
  width: 100%;
}

.widget_categories_list .categories_list_style_2 .categories_list_count {
  display: block;
  margin-left: 0;
}

.widget_categories_list .categories_list_style_2 .categories_list_image:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_image:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.widget_categories_list .categories_list_style_2 .categories_list_title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  font-weight: 300;
  margin: 0;
  padding: 1.5em 1em;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title {
  color: #000000;
  background-color: #fff;
}

.widget_categories_list .categories_list_style_3 .categories_list_item {
  overflow: hidden;
  background-color: #fafafa;
  position: relative;
}

.widget_categories_list .categories_list_style_3 .categories_list_icon,
.widget_categories_list .categories_list_style_3 .categories_list_image {
  float: left;
  width: 50%;
  height: 14em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.widget_categories_list .categories_list_style_3 .categories_list_icon img {
  max-height: 4.4em;
}

.widget_categories_list .categories_list_style_3 .categories_list_icon .wrap_in {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.widget_categories_list .categories_list_style_3 .categories_list_count {
  display: block;
  margin-left: 0;
}

.widget_categories_list .categories_list_style_3 .categories_list_icon {
  position: relative;
}

.widget_categories_list .categories_list_style_3 .categories_list_title {
  font-weight: 300;
  margin: 0.3em 0;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title {
  color: #efa758;
}

/* Widget: Contacts */
.widget_contacts p {
  margin: 0;
}

.widget_contacts p + p {
  margin-top: 1em;
}

.widget_contacts .contacts_logo + .contacts_description,
.widget_contacts .contacts_logo + .contacts_content {
  margin-top: 2em;
}

.widget_contacts .contacts_description + .contacts_content,
.widget_contacts .contacts_socials + .contacts_content {
  margin-top: 1.5em;
}

.widget_contacts .contacts_content .wpb_single_image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.widget_contacts .contacts_content aside,
.widget_contacts .contacts_content widget,
.widget_contacts .contacts_content .sc_layouts_item {
  margin: 0;
}

.widget_contacts .contacts_logo + .contacts_map_top,
.widget_contacts .contacts_description + .contacts_map_top {
  margin-top: 2.5em;
}

.widget_contacts .contacts_map_left,
.widget_contacts .contacts_map_right {
  overflow: hidden;
  margin: 2em 0;
}

.widget_contacts .contacts_map_left .contacts_info .contacts_left,
.widget_contacts .contacts_map_left .contacts_info .contacts_right,
.widget_contacts .contacts_map_right .contacts_info .contacts_left,
.widget_contacts .contacts_map_right .contacts_info .contacts_right,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_right {
  margin-left: 0 !important;
  text-align: left;
}

.widget_contacts .contacts_map_left .contacts_info .contacts_left span,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span {
  padding-left: 2em;
  padding-right: 0;
}

.widget_contacts .contacts_map_left .contacts_info .contacts_left span:before,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span:before,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span:before {
  left: 0;
  right: auto;
  text-align: left;
}

.widget_contacts .contacts_map_left .contacts_map,
.widget_contacts .contacts_map_left .contacts_info {
  float: left;
  width: 47%;
}

.widget_contacts .contacts_map_left .contacts_info {
  margin-left: 6%;
}

.widget_contacts .contacts_map_right .contacts_map,
.widget_contacts .contacts_map_right .contacts_info {
  float: right;
  width: 47%;
}

.widget_contacts .contacts_map_right .contacts_info {
  margin-right: 6%;
}

.widget_contacts .contacts_logo + .contacts_info,
.widget_contacts .contacts_map_top .contacts_map + .contacts_info,
.widget_contacts .contacts_description + .contacts_info {
  margin-top: 2em;
}

.widget_contacts .contacts_info {
  line-height: 2.2em;
}

.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info {
  line-height: inherit;
}

.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info span {
  margin-bottom: 1em;
}

.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_contacts .contacts_info .contacts_left {
  text-align: right;
  padding-right: 1.5em;
}

.widget_contacts .contacts_info .contacts_right {
  padding-left: 1.5em;
}

.widget_contacts .contacts_info span,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
  position: relative;
  display: block;
  padding-left: 2em;
}

.widget_contacts .contacts_info .contacts_left > * {
  padding-left: 0;
  padding-right: 2em;
}

.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
  display: block;
  font-family: "trx_addons_icons";
  font-size: 1.2em;
  line-height: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 2em;
  text-align: left;
}

.widget_contacts .contacts_info .contacts_left > :before {
  left: auto;
  right: 0;
  text-align: right;
}

.widget_contacts .contacts_info span.contacts_email:before {
  content: "\e86d";
}

.widget_contacts .contacts_info span.contacts_phone:before,
.widget_contacts .contacts_info a.contacts_phone:before {
  content: "\e8c2";
}

.widget_contacts .contacts_info span.contacts_address:before {
  content: "\e8c3";
}

.widget_contacts .contacts_logo + .contacts_socials,
.widget_contacts .contacts_info + .contacts_socials,
.widget_contacts .contacts_map_top + .contacts_socials,
.widget_contacts .contacts_description + .contacts_socials {
  margin-top: 1em;
}

/* Widget: Recent News + Shortcode Recent News */
.sc_recent_news_columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc_recent_news_columns_wrap .post_item.post_accented_on {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_recent_news_header {
  padding-bottom: 1em;
  border-bottom: 3px solid #000;
  margin-bottom: 2em;
}

.sc_recent_news_header_captions,
.sc_recent_news_header_categories {
  display: inline-block;
  vertical-align: bottom;
}

.sc_recent_news_header_split .sc_recent_news_header_captions,
.sc_recent_news_header_split .sc_recent_news_header_categories {
  width: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_recent_news_header_split .sc_recent_news_header_captions {
  padding-right: 2em;
}

.sc_recent_news_title {
  margin: 0;
  text-transform: uppercase;
}

.sc_recent_news_subtitle {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.sc_recent_news_header_split .sc_recent_news_header_categories {
  line-height: 1.5em;
  text-align: right;
}

.sc_recent_news_header_split .sc_recent_news_header_categories > * {
  display: inline-block;
  margin-left: 1em;
  text-transform: uppercase;
  font-size: 0.9333em;
}

.sc_recent_news_header_category_item_more {
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.sc_recent_news_header_category_item_more:after {
  content: "\e882";
  font-family: "trx_addons_icons";
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_recent_news_header_category_item_more.opened:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sc_recent_news_header_more_categories {
  display: none;
  position: absolute;
  z-index: 1;
  top: 2em;
  right: 0;
  border: 1px solid #eee;
  text-align: left;
  padding: 0.5em 1px;
}

.sc_recent_news_header_more_categories > a {
  display: block;
  white-space: nowrap;
  line-height: 2em;
  padding: 0 1.5em;
}

.sc_recent_news .post_item {
  background-color: transparent;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.sc_recent_news .post_item.post_accented_on {
  margin-bottom: 2em;
}

.sc_recent_news .post_item.post_accented_off {
  margin-bottom: 1em;
}

.sc_recent_news_style_news-magazine .post_accented_border {
  /*	border-bottom: 1px solid #eee;*/
  padding-bottom: 2em;
}

.sc_recent_news .post_item .post_featured {
  margin-bottom: 0;
}

.sc_recent_news .post_item .post_featured img {
  width: 100%;
}

.sc_recent_news .post_accented_on .post_featured {
  margin-bottom: 1.5em;
}

.sc_recent_news_with_accented .post_accented_off .post_featured {
  float: left;
  margin-bottom: 0;
  width: 35%;
}

.sc_recent_news .post_accented_off .post_featured.with_thumb .post_video_hover {
  font-size: 1.2em;
}

.sc_recent_news_with_accented .post_accented_off .post_header {
  float: left;
  width: 65%;
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_recent_news_without_accented .post_accented_off .post_featured {
  margin-bottom: 1em;
}

.sc_recent_news .post_accented_off .slider_controls_wrap {
  display: none;
}

.sc_recent_news .post_accented_off .slider_pagination_wrap {
  bottom: 0;
}

.sc_recent_news .post_accented_off .slider_pagination_wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin-right: 3px;
}

.sc_recent_news .post_item .post_featured_bg {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sc_recent_news .post_item .post_featured_bg .post_thumb {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_recent_news .post_item .post_featured .post_info {
  display: block;
  position: absolute;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  padding: 0 0.8em;
  font-size: inherit;
  line-height: inherit;
}

.sc_recent_news .post_item .post_featured:hover .post_info,
.sc_recent_news .post_item .post_featured .post_info {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  text-align: left;
}

.sc_recent_news .post_item .post_featured .post_info .post_categories {
  display: inline-block;
  padding: 0 0.6em;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0.6em;
  background-color: #000000;
  text-transform: uppercase;
}

.sc_recent_news .post_item .post_featured .post_info *,
.sc_recent_news .post_item .post_featured .post_info *:hover {
  color: #ffffff;
}

.sc_recent_news .post_item .post_header {
  text-align: left;
  margin-bottom: 0;
}

.sc_recent_news .post_item .post_title {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.1em;
  font-weight: 400;
}

.sc_recent_news .post_item .post_meta {
  margin: 0.2em 0 1em !important;
}

.sc_recent_news .post_item .post_author,
.sc_recent_news .post_item .post_date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
}

.sc_recent_news .post_item .post_date:before {
  content: "|";
  display: inline-block;
  margin: 0 0.6em;
  font-size: 0.8462em;
  position: relative;
  top: -1px;
}

.sc_recent_news .post_counters .post_counters_edit a {
  background-color: transparent !important;
}

.sc_recent_news .post_item .post_content {
  margin-top: 0.8em;
}

.sc_recent_news .post_item .post_footer {
  margin-top: 1em;
}

.sc_recent_news .post_item .post_footer .post_counters {
  text-align: left;
  float: none;
  width: 100%;
}

.sc_recent_news .post_item .post_footer .post_counters .post_counters_item {
  padding: 0 1em;
  font-size: 12px;
  margin-left: 0 !important;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  float: left;
}

.sc_recent_news .post_delimiter {
  margin-top: 2em;
  margin-bottom: 2em;
}

.sc_recent_news .post_delimiter:before {
  content: " ";
  display: block;
  height: 0;
  border-top: 1px solid #eee;
}

/* Style Excerpt */
.sc_recent_news_style_news-excerpt {
  overflow: hidden;
}

.sc_recent_news_style_news-excerpt .post_item + .post_item {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #eee;
}

.sc_recent_news_style_news-excerpt .post_featured {
  float: left;
  width: 40%;
  margin-bottom: 0;
}

.sc_recent_news_style_news-excerpt .post_body {
  overflow: hidden;
  float: left;
  width: 60%;
  padding-left: 2em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Style Portfolio & Announce */
.sc_recent_news_style_news-portfolio .columns_wrap {
  margin-right: -0.5em !important;
}

.sc_recent_news_style_news-portfolio [class*=column] {
  padding: 0 0.5em 0.5em 0 !important;
}

.sc_recent_news_style_news-portfolio .post_item,
.sc_recent_news_style_news-portfolio .post_featured,
.sc_recent_news_style_news-announce .post_item,
.sc_recent_news_style_news-announce .post_featured {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.sc_recent_news_style_news-portfolio .post_item .post_featured:after,
.sc_recent_news_style_news-announce .post_item .post_featured:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.sc_recent_news_style_news-announce .post_item .post_featured:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
}

.sc_recent_news_style_news-announce {
  overflow: hidden;
}

.sc_recent_news_style_news-announce .post_item {
  float: left;
}

.sc_recent_news_style_news-announce .post_size_full {
  width: 100%;
  height: 432px;
}

.sc_recent_news_style_news-announce .post_size_big {
  width: 50%;
  height: 216px;
}

.sc_recent_news_style_news-announce .post_size_medium {
  width: 50%;
  height: 108px;
}

.sc_recent_news_style_news-announce .post_size_small {
  width: 25%;
  height: 108px;
}

/* Common slider's styles
--------------------------------------- */
.slider_container {
  display: none;
  position: relative;
  overflow: hidden;
}

.slider_container.slider_overflow_visible,
.slider_container.slider_elastistack,
.slider_container.swiper-container-coverflow,
.slider_container.swiper-container-cube,
.slider_container.swiper-container-flip {
  overflow: visible;
}

.slider_outer {
  position: relative;
}

.slider_container .slider-slide {
  position: relative;
  max-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_container:not(.slider_height_fixed) .slider-slide {
  height: auto; /* Added to align height of the items with multiple columns */
}

.slider_container:not(.slider_multi):not(.slider_type_images),
.slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
  min-height: 180px;
}

.slider_container.slider_type_images .slider-slide {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.slider_container.slider_type_images .slider-slide > img {
  max-width: 100%;
  height: auto;
}

.slider_container .slider-slide > .slide_link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Info blocks in slides */
.slider_container .slide_info {
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 0 3em;
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.slider_container .slide_info.slide_info_large {
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.6);
}

.slider_container .slide_overlay,
.slider_container .slide_info.slide_info_large,
.slider_container .slide_info a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider_container .slide_info.slide_info_large .slide_title,
.slider_container .slide_info.slide_info_large .slide_title a,
.slider_container .slide_info.slide_info_large:hover .slide_date,
.slider_container .slide_info.slide_info_large:hover .slide_cats,
.slider_container .slide_info.slide_info_large:hover .slide_cats a {
  color: #ffffff;
}

.slider_container .slide_info.slide_info_large:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider_container .slide_info.slide_info_large .slide_cats {
  color: transparent !important;
}

.slider_container .slide_info.slide_info_large .slide_cats a {
  font-size: 0.8667em;
  line-height: 1.7333em;
  font-weight: 500;
  text-transform: uppercase;
}

.slider_container .slide_info.slide_info_large .slide_title {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0.5em 0;
}

.slider_container .slide_info.slide_info_large .slide_date {
  font-size: 0.9333em;
  font-style: italic;
}

.slider_container.slider_titles_center .slide_info {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}

.slider_container.slider_titles_center .slide_info_large {
  width: 50%;
  padding: 3em 2em;
}

.slider_container.slider_titles_bottom .slide_info_small {
  left: 0;
  right: 0;
  bottom: 2em;
}

.slider_container.slider_titles_bottom .slide_info_large {
  left: 0;
  right: 0;
  bottom: 0;
}

.slider_container.slider_titles_lb .slide_info_small {
  text-align: left;
  left: 0;
  bottom: 2em;
}

.slider_container.slider_titles_lb .slide_info_large {
  width: 50%;
  left: 0;
  bottom: 0;
}

.slider_container.slider_titles_rb .slide_info_small {
  text-align: right;
  right: 0;
  bottom: 2em;
}

.slider_container.slider_titles_rb .slide_info_large {
  width: 50%;
  right: 0;
  bottom: 0;
}

.slider_container .slide_info .slide_title {
  margin-top: 0.4em;
}

.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
  font-style: italic;
  letter-spacing: 0;
}

.slider_container .slide_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.slider_container .slide_overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider_container.slider_multi .slide_info_small,
.slider_container .slide_info_small {
  text-shadow: 1px 1px #000;
}

.slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction:not(.slider_titles_center) .slide_info:not(.slide_info_large) {
  bottom: 3.5em;
}

.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_custom:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_bullets:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction:not(.slider_titles_center) .slide_info:not(.slide_info_large) {
  bottom: 2em;
}

.slider_container.slider_multi .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title {
  font-size: 1.5385em;
  margin: 0.2em 0;
}

.slider_container.slider_multi .slide_title,
.slider_container.slider_multi .slide_title a,
.slider_container .slide_info:not(.slide_info_large) .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title a {
  color: #f0f0f0;
}

.slider_container.slider_multi .slide_title a:hover,
.slider_container .slide_info:not(.slide_info_large) .slide_title a:hover,
.slider_container.slider_multi .slide_cats a:hover,
.slider_container .slide_info:not(.slide_info_large) .slide_cats a:hover {
  color: #ffffff;
}

.slider_container.slider_multi .slide_date,
.slider_container.slider_multi .slide_cats,
.slider_container.slider_multi .slide_cats a,
.slider_container .slide_info:not(.slide_info_large) .slide_date,
.slider_container .slide_info:not(.slide_info_large) .slide_cats,
.slider_container .slide_info:not(.slide_info_large) .slide_cats a {
  color: #ccc;
}

/* Titles outside */
.slider_outer.slider_outer_titles_outside {
  padding-bottom: 5rem;
}

.slider_titles_outside_wrap {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 4em;
  text-align: center;
}

.slider_titles_outside_wrap .slide_info {
  display: none;
}

.slider_titles_outside_wrap .slide_title {
  margin: 0;
}

/* Slider pagination */
.slider_container .swiper-pagination,
.slider_outer .swiper-pagination {
  display: block;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.slider_outer_pagination_pos_bottom_outside .swiper-pagination {
  position: static;
  display: block;
  text-align: center;
  margin-top: 1em;
  bottom: auto;
  left: auto;
}

/* Pagination: Custom */
.swiper-pagination-custom .swiper-pagination-button {
  width: 3em;
  height: 3em;
  border: 2px solid #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7f7f7;
  opacity: 0.8;
  vertical-align: bottom;
  margin: 0 4px;
  display: inline-block;
  border-radius: 4px;
}

.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active {
  opacity: 1;
  border-color: #efa758;
}

.slider_outer.slider_outer_pagination_pos_bottom.slider_outer_pagination_custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside.slider_outer_pagination_custom {
  padding-bottom: 4em;
}

.slider_container.slider_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
  left: 0;
  top: auto;
  bottom: 1em;
  width: 100%;
  height: 3em;
  line-height: 3em;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
  left: auto;
  bottom: auto;
  position: static;
  margin-top: 1em;
}

.slider_container.slider_pagination_pos_left .swiper-pagination-custom,
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
  left: 1em;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
  right: 1em;
  left: auto;
}

.slider_container.slider_pagination_pos_left .swiper-pagination-button,
.slider_container.slider_pagination_pos_right .swiper-pagination-button {
  display: block;
  margin: 4px 0;
  width: 2em;
  height: 2em;
}

/* Pagination: Bullets */
.slider_container .swiper-pagination-bullet,
.slider_outer .swiper-pagination-bullet {
  opacity: 0.8;
  vertical-align: bottom;
  border: 2px solid #f0f0f0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_container .swiper-pagination-bullet-active,
.slider_outer .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  left: 0;
  top: auto;
  bottom: 1em;
  width: 100%;
  height: 1.5em;
  line-height: 1.5em;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  left: auto;
  bottom: auto;
  position: static;
  margin-top: 1em;
}

.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 8px 0 0;
}

.slider_container.slider_pagination_pos_left .swiper-pagination-bullets,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
  left: 1em;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
  right: 1em;
  left: auto;
}

.slider_container.slider_pagination_pos_left .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 8px 0 0 0;
}

/* Pagination: Fraction */
.slider_container .swiper-pagination-fraction,
.slider_outer .swiper-pagination-fraction {
  font-size: 0.8667em;
  left: 0;
  top: auto;
  bottom: 1.5em;
  width: 100%;
  height: 1.7em;
  line-height: 1.7em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.slider_container.slider_pagination_pos_left .swiper-pagination-fraction {
  text-align: left;
  padding-left: 1em;
}

.slider_container.slider_pagination_pos_right .swiper-pagination-fraction {
  text-align: right;
  padding-right: 1em;
}

.slider_outer.slider_outer_pagination_pos_left > .swiper-pagination-fraction,
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
  width: 7rem;
  bottom: 5rem;
}

.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
  left: auto;
  right: 0;
}

.slider_container .swiper-pagination-fraction > *,
.slider_outer .swiper-pagination-fraction > * {
  line-height: inherit;
  vertical-align: middle;
}

.slider_container .swiper-pagination-fraction > .swiper-pagination-current,
.slider_outer .swiper-pagination-fraction > .swiper-pagination-current {
  font-size: 2em;
  line-height: 1.2em;
}

/* Pagination: Progress */
.slider_container.slider_direction_horizontal .swiper-pagination-progress,
.slider_outer.slider_outer_direction_horizontal .swiper-pagination-progress {
  height: 6px;
  top: auto;
  bottom: 0;
}

.slider_container.slider_pagination_pos_right .swiper-pagination-progress,
.slider_outer.slider_outer_pagination_pos_right .swiper-pagination-progress {
  left: auto;
  right: 0;
}

/* Pagination in shortcodes */
.sc_item_slider.slider_outer_pagination_pos_bottom {
  padding-bottom: 2em;
}

.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
  bottom: 0em;
}

.sc_item_slider.slider_outer_pagination .swiper-pagination-bullet {
  border-color: #ddd;
}

/* Slider controls */
.sc_slider_controls .slider_prev, .sc_slider_controls .slider_next,
.slider_container .slider_prev, .slider_container .slider_next,
.slider_outer .slider_prev, .slider_outer_controls .slider_next {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
  width: 4.2em;
  height: 2.8em;
  line-height: 2.8em;
  border-radius: 0;
}

.sc_slider_controls .slider_prev:before, .sc_slider_controls .slider_next:before,
.slider_container .slider_prev:before, .slider_container .slider_next:before,
.slider_outer .slider_prev:before, .slider_outer .slider_next:before {
  margin: 0;
  font-family: "trx_addons_icons";
}

.sc_slider_controls .slider_prev:before,
.slider_container .slider_prev:before,
.slider_outer .slider_prev:before {
  content: "\e858";
}

.sc_slider_controls .slider_next:before,
.slider_container .slider_next:before,
.slider_outer .slider_next:before {
  content: "\e859";
}

.sc_slider_controls .slider_prev.with_title,
.sc_slider_controls .slider_next.with_title {
  width: auto;
  padding: 0 1.5em;
}

.sc_slider_controls .slider_prev.with_title:before,
.sc_slider_controls .slider_next.with_title:before {
  display: none;
}

.sc_slider_controls.sc_slider_controls_left {
  text-align: left;
}

.sc_slider_controls.sc_slider_controls_center {
  text-align: center;
}

.sc_slider_controls.sc_slider_controls_right {
  text-align: right;
}

.sc_slider_controls .slider_prev,
.sc_slider_controls .slider_next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.sc_slider_controls .slider_prev + .slider_next {
  margin-left: 0.5em;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_prev {
  padding-left: 4.5em;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_next {
  padding-right: 4.5em;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_prev {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_next {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_pagination_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  height: 2.8em;
}

/* Images */
.sc_slider_controls .slider_pagination_button_wrap {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.sc_slider_controls .slider_pagination_button {
  display: block;
  height: 100%;
  margin-left: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}

.sc_slider_controls .slider_pagination_button_wrap:first-child .slider_pagination_button {
  margin-left: 0;
}

.sc_slider_controls .slider_pagination_button:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.sc_slider_controls .slider_pagination_button:hover:before,
.sc_slider_controls .slider_pagination_button_active:before {
  opacity: 0.2;
}

/* Progress */
.sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap .slider_pagination_wrap {
  background-color: #f0f0f0;
  cursor: pointer;
}

.sc_slider_controls .slider_progress_bar {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ddd;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/* Bullets */
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #f0f0f0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet + .slider_pagination_bullet {
  margin-left: 4px;
  cursor: pointer;
}

/* Fraction */
.sc_slider_controls.slider_pagination_style_fraction .slider_pagination_wrap > * {
  font-size: 0.8667em;
  line-height: 1.7em;
}

.sc_slider_controls.slider_pagination_style_fraction .slider_pagination_wrap > .swiper-pagination-current {
  font-size: 2em;
  line-height: 1.2em;
}

.slider_container.slider_controls_bottom .slider_controls_wrap,
.slider_outer .slider_controls_bottom .slider_controls_wrap {
  text-align: center;
  margin-top: 3em;
}

.slider_container.slider_controls_bottom .slider_prev, .slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_prev, .slider_outer .slider_controls_bottom .slider_next {
  position: static;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.slider_container.slider_controls_bottom .slider_prev:hover, .slider_container.slider_controls_bottom .slider_next:hover,
.slider_outer .slider_controls_bottom .slider_prev:hover, .slider_outer .slider_controls_bottom .slider_next:hover {
  background-color: #000;
  color: #fff;
}

.slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_next {
  margin-left: 1em;
}

.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
  opacity: 0;
  margin-left: -6em;
  left: 0;
}

.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
  opacity: 0;
  margin-right: -6em;
  right: 0;
}

.slider_container.slider_controls_side:hover .slider_controls_wrap > a,
.slider_outer_controls_side:hover .slider_controls_wrap > a {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}

.slider_container.slider_controls_outside + .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
  -o-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
}

.slider_container.slider_controls_outside + .slider_controls_wrap > .slider_prev,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev {
  opacity: 0;
  margin-left: -6em;
  left: -6em;
}

.slider_container.slider_controls_outside + .slider_next,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next {
  opacity: 0;
  margin-right: -6em;
  right: -6em;
}

.slider_container.slider_controls_outside:hover + .slider_controls_wrap > a,
.slider_container.slider_controls_outside + .slider_controls_wrap:hover > a,
.slider_container.slider_controls_outside + .slider_controls_wrap > a:hover,
.slider_outer_controls_outside:hover .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap:hover > a,
.slider_outer_controls_outside .slider_controls_wrap > a:hover {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}

/* Controls top and bottom */
.slider_outer_controls_top > .slider_controls_wrap {
  position: absolute;
  z-index: 11;
  top: -3.3em;
  right: 0;
  width: auto;
  height: 3em;
}

.sc_item_slider.slider_outer_controls_top > .slider_controls_wrap {
  top: -5em;
}

.slider_outer_controls_bottom > .slider_controls_wrap {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 0.4em;
}

.slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside > .slider_controls_wrap {
  display: inline-block;
  width: 50%;
  text-align: right;
}

.slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside > .swiper-pagination {
  display: inline-block;
  width: 50%;
  text-align: left;
}

.slider_outer_controls_top > .slider_controls_wrap > a,
.slider_outer_controls_bottom > .slider_controls_wrap > a {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.slider_outer_controls_top > .slider_controls_wrap > a + a,
.slider_outer_controls_bottom > .slider_controls_wrap > a + a {
  margin-left: 0.5em;
}

/* Video in the slider */
.slider_container .trx_addons_video_player.with_cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Style 'Modern' */
.slider_style_modern {
  padding: 0 7rem;
}

.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  width: 7rem;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  background-color: #333;
  color: #fff;
  border-radius: 0;
}

.slider_style_modern.slider_outer_controls_side.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
  bottom: 6rem;
}

.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside .slider_controls_wrap > a {
  bottom: 8rem;
}

.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
  bottom: 11rem;
}

.slider_style_modern .slider_controls_label,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
  display: block;
  text-align: center;
  max-width: 80%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
  top: 58%;
}

.slider_style_modern .slider_controls_label > span {
  display: block;
}

.slider_style_modern .slider_controls_label span:first-child {
  font-style: italic;
  letter-spacing: 0;
}

.sc_slider_controller .slider_outer.slider_outer_controls_side .slider_controls_wrap > a,
.slider_style_modern .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
  opacity: 1;
}

.slider_style_modern.slider_outer_titles_outside > .slider_pagination_wrap {
  display: none;
}

/* Slider Controller */
.sc_slider_controller .slider-slide {
  cursor: pointer;
  min-height: 50px;
}

.sc_slider_controller_horizontal[data-controls="1"] {
  padding-left: 4em;
  padding-right: 4em;
}

.sc_slider_controller_vertical[data-controls="1"] {
  padding-top: 3em;
  padding-bottom: 3em;
}

.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a {
  top: 0;
  bottom: 0;
  width: 4em;
  height: auto;
}

.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > a {
  left: 0;
  right: 0;
  width: auto;
  height: 3em;
}

.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a:before {
  display: block;
  width: auto;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
  border-radius: 0;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
  left: -4em;
  right: auto;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_next {
  right: -4em;
  left: auto;
}

.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
  top: -3em;
  bottom: auto;
}

.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next {
  bottom: -3em;
  top: auto;
}

.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev:before {
  content: "\e85a";
  font-family: "trx_addons_icons";
}

.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next:before {
  content: "\e857";
  font-family: "trx_addons_icons";
}

.sc_slider_controller_info {
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-size: 1.3333em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}

.sc_slider_controller_info_number {
  display: inline-block;
  color: #eee;
  margin-right: 0.4em;
}

.sc_slider_controller_info_title {
  display: inline-block;
  color: #fff;
}

.sc_slider_controller_thumbs .slider-slide:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.sc_slider_controller_thumbs .slider-slide.swiper-slide-active:before {
  background-color: transparent;
}

.sc_slider_controller_thumbs.sc_slider_controller_horizontal {
  padding-top: 3px;
}

.sc_slider_controller_thumbs.sc_slider_controller_horizontal .slider-slide {
  margin-top: 3px;
}

.sc_slider_controller_thumbs.sc_slider_controller_horizontal .slider-slide.swiper-slide-active {
  margin-top: 0;
  border-top: 3px solid #efa758;
}

.sc_slider_controller_thumbs .sc_slider_controller_info {
  font-size: 1.2em;
  line-height: 1.2em;
  display: none;
}

.sc_slider_controller_thumbs .sc_slider_controller_info_number {
  color: #ccc;
}

.sc_slider_controller_thumbs .sc_slider_controller_info_title {
  color: #fff;
}

.sc_slider_controller_titles .sc_slider_controller_info {
  text-transform: uppercase;
}

.sc_slider_controller_titles.sc_slider_controller_horizontal {
  padding-top: 3px;
}

.sc_slider_controller_titles.sc_slider_controller_horizontal .slider-slide {
  margin-top: 3px;
}

.sc_slider_controller_titles .slider-slide {
  background-color: #f0f0f0;
}

.sc_slider_controller_titles .slider-slide:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 1px;
  background-color: #ddd;
}

.sc_slider_controller_titles .slider-slide.swiper-slide-active {
  margin-top: 0;
  padding-top: 0px;
  background-color: #fff;
}

.sc_slider_controller_titles.sc_slider_controller_horizontal .slider-slide.swiper-slide-active {
  border-top: 3px solid #efa758;
}

.sc_slider_controller_titles .slider-slide.swiper-slide-active:after {
  display: none;
}

.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap > a {
  top: 3px;
}

/* Slider ElastiStack
------------------------------------------------------------ */
/*
.slider_elastistack {
	@include transition(transform 0.1s cubic-bezier(0.6, 0, 0.5, 1));
}
*/
.slider_elastistack ul[class*=stack__] {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.slider_elastistack ul[class*=stack__] li {
  position: absolute;
  width: 100%;
  opacity: 0;
  padding: 0;
}

.slider_elastistack ul[class*=stack__] li:before {
  display: none;
}

.slider_elastistack ul.stack__images {
  width: 100%;
  z-index: 10;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% -50%;
  -ms-perspective-origin: 50% -50%;
  perspective-origin: 50% -50%;
}

.slider_elastistack .stack__images li {
  top: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, -180px);
  -ms-transform: translate3d(0, 0, -180px);
  transform: translate3d(0, 0, -180px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider_elastistack .stack__images li img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.slider_elastistack .stack__images li:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider_elastistack .stack__images li.animate {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider_elastistack .stack__images li.move-back {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
}

/* Titles outside in ElastiStack */
.slider_elastistack_outer.slider_outer_controls {
  padding-bottom: 4em;
}

.slider_elastistack_outer.slider_outer_titles_outside.slider_outer_controls {
  padding-bottom: 13em;
}

.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider_elastistack.slider_controls > .slider_controls_wrap {
  bottom: -4em;
}

.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_prev {
  display: none;
}

.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next {
  position: static;
  margin: 0;
  left: auto;
  right: auto;
  opacity: 1;
}

.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next:before {
  content: "\e857";
}

/* Widget: Socials */
.widget_socials .socials_description + .socials_wrap,
.widget_socials .socials_description + .share_wrap {
  margin-top: 1.5em;
}

/* Video player's styles */
.trx_addons_video_player.with_cover {
  position: relative;
  overflow: hidden;
}

.trx_addons_video_player.with_cover .video_embed {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trx_addons_video_player.with_cover img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.trx_addons_video_player.with_cover .video_mask {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.trx_addons_video_player.with_cover:hover .video_mask {
  opacity: 1;
}

.trx_addons_video_player.with_cover .video_hover {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 3em;
  cursor: pointer;
  overflow: hidden;
  margin-top: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
}

.trx_addons_video_player.with_cover .video_hover:before {
  content: "\e888";
  font-family: "trx_addons_icons";
  margin: 0;
}

.trx_addons_video_player.with_cover .video_hover:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.trx_addons_video_player.with_cover:hover .video_hover {
  opacity: 1;
  margin-top: 0;
}

/* 'Play' state */
.trx_addons_video_player.video_play .video_mask {
  opacity: 1;
  background-color: #000;
}

.trx_addons_video_player.video_play .video_embed {
  opacity: 1;
  z-index: 10;
}

.trx_addons_video_player.video_play .video_hover {
  display: none;
}

/* Elementor specific rules */
.elementor-element-edit-mode .sc_layouts_blog_item > div {
  min-width: 60px;
  min-height: 16px;
}

.elementor-element-edit-mode .sc_layouts_blog_item_featured img {
  max-width: none;
  width: 100%;
}

.elementor-element .elementor-widget-container .sc_layouts_blog_item {
  -webkit-transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

/* Gutenberg specific rules */
.editor-block-list__layout .editor-block-list__block[data-type="trx-addons/layouts-blog-item"][class*=sc_layouts_blog_item_position_]:not(.sc_layouts_blog_item_position_static) .editor-block-list__block-edit {
  margin-top: 0;
  margin-bottom: 0;
}

/* Common rules */
.sc_layouts_blog_item .hide_overflow {
  max-height: 1.35em;
  overflow: hidden;
}

.sc_layouts_blog_item_featured {
  overflow: hidden;
}

.sc_layouts_blog_item_featured .post_featured {
  margin-bottom: 0;
}

.sc_layouts_blog_item_featured_mask .post_featured:after {
  content: " ";
  background-color: #000;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  -o-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sc_layouts_blog_item_featured_mask:hover .post_featured:after {
  opacity: 0.1;
}

.sc_layouts_blog_item_title .post_title {
  margin: 0;
  line-height: 1.15em;
}

.sc_layouts_blog_item .post_title > a,
.sc_layouts_blog_item .post_meta > a,
.sc_layouts_blog_item .post_meta > span,
.sc_layouts_blog_item .post_button a,
.sc_layouts_blog_item .post_excerpt > *,
.sc_layouts_blog_item .post_custom > * {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.sc_layouts_blog_item .post_button {
  white-space: nowrap;
}

.sc_layouts_blog_item .post_button .sc_button:not(.sc_button_simple) {
  padding: 1em 2em;
}

.sc_layouts_blog_item .post_button a,
.sc_layouts_blog_item .post_meta > a,
.sc_layouts_blog_item .post_meta > span {
  display: inline-block;
  vertical-align: top;
}

[class*=sc_layouts_blog_item_position_]:not(.sc_layouts_blog_item_position_static) .post_meta {
  margin: 0;
}

.sc_layouts_blog_item_position_tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_layouts_blog_item_position_tc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_layouts_blog_item_position_tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.sc_layouts_blog_item_position_ml {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_layouts_blog_item_position_mc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 75% !important;
}

.sc_layouts_blog_item_position_mr {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_layouts_blog_item_position_bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.sc_layouts_blog_item_position_bc {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_layouts_blog_item_position_br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

[class*=sc_layouts_blog_item_position_]:not(.sc_layouts_blog_item_position_static) {
  position: absolute;
  z-index: 12;
  max-width: 90%;
  min-width: 10px;
}

.sc_layouts_blog_item_position_tl,
.sc_layouts_blog_item_position_ml,
.sc_layouts_blog_item_position_bl {
  text-align: left;
}

.sc_layouts_blog_item_position_tc,
.sc_layouts_blog_item_position_mc,
.sc_layouts_blog_item_position_bc {
  text-align: center;
}

.sc_layouts_blog_item_position_tr,
.sc_layouts_blog_item_position_mr,
.sc_layouts_blog_item_position_br {
  text-align: right;
}

.sc_layouts_featured.with_content {
  position: relative;
  min-height: 0em;
}

.sc_layouts_featured .sc_layouts_featured_content {
  position: static;
}

.sc_layouts_featured.with_image.without_content {
  min-height: 40rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_layouts_featured.with_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_layouts_featured.with_image.with_content:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Important! z-index: 1+ place this block over cart and over popups! */
}

/* WPML Language selector */
.sc_layouts_language li.menu-item > a > img,
.sc_layouts_language li.menu-item > a > span {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}

.sc_layouts_language li.menu-item > a > img + span {
  margin-left: 0.3em;
}

.custom-logo-link img,
.sc_layouts_logo img {
  max-height: 6em;
  width: auto;
}

.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
  max-height: 4.5em;
}

.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
  max-height: 3em;
}

.sc_layouts_logo .logo_text {
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_layouts_logo .logo_slogan {
  display: block;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* Menu mobile button */
.sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
  display: none !important;
}

.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
  font-size: 2em;
}

.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
  line-height: 1.2em;
}

.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
  display: inline-block !important;
}

/* Menu: common rules
----------------------------------------- */
.sc_layouts_menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
  max-height: 3em;
}

.sc_layouts_menu.inited,
.sc_layouts_menu > nav {
  overflow: visible;
  visibility: visible;
  max-height: none;
}

.sc_layouts_menu_nav, .sc_layouts_menu_nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

.sc_layouts_menu_nav:after, .sc_layouts_menu_nav ul:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.sc_layouts_menu_nav li {
  margin: 0;
  position: relative;
}

.sc_layouts_menu_nav li > a {
  display: block;
  position: relative;
}

/* 1st level */
.sc_layouts_menu_nav {
  text-align: left;
  vertical-align: middle;
  padding-left: 0 !important;
}

.sc_layouts_menu_nav > li {
  position: relative;
  float: left;
  z-index: 20;
}

.sc_layouts_menu_nav > li + li {
  z-index: 19;
}

.sc_layouts_menu_nav > li + li + li {
  z-index: 18;
}

.sc_layouts_menu_nav > li + li + li + li {
  z-index: 17;
}

.sc_layouts_menu_nav > li + li + li + li + li {
  z-index: 16;
}

.sc_layouts_menu_nav > li + li + li + li + li + li {
  z-index: 15;
}

.sc_layouts_menu_nav > li + li + li + li + li + li + li {
  z-index: 14;
}

.sc_layouts_menu_nav > li + li + li + li + li + li + li + li {
  z-index: 13;
}

.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li {
  z-index: 12;
}

.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li + li {
  z-index: 11;
}

.sc_layouts_menu_nav > li > a {
  padding: 1em;
  position: relative;
  color: #333;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
}

.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.sfHover > a,
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
  color: #efa758;
}

.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
  font-weight: 600 !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children > a {
  padding-right: 2em;
}

.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  content: "\e882";
  font-family: "trx_addons_icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
  content: "\e884";
  font-family: "trx_addons_icons";
  font-weight: normal;
  position: absolute;
  z-index: 1;
  top: 0.65em;
  right: 0.75em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  top: 1.2em;
}

.sc_layouts_menu_nav li[class*=icon-]:before {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_layouts_menu_nav > li[class*=icon-] > a {
  padding-left: 2em;
}

.sc_layouts_menu_nav > li[class*=icon-]:before {
  display: inline-block;
  padding: 1em 0;
  width: 1em;
  line-height: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.5em;
}

.sc_layouts_menu_nav > li[class*=columns-][class*=icon-]:before {
  position: static;
  margin: 0 0 0 0.5em;
  float: left;
}

.sc_layouts_menu_nav > li[class*=columns-][class*=icon-] > a {
  float: left;
  margin-left: -1.5em;
}

.sc_layouts_menu_nav li[class*=image-] > a {
  background-position: 1em center;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 2.3em;
}

/* Submenu */
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
  position: absolute;
  display: none;
  z-index: 10000;
  width: 13em;
  padding: 1.4em 0;
  text-align: left;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.sc_layouts_menu_popup .sc_layouts_menu_nav {
  display: block;
}

.widget_nav_menu li.menu-delimiter,
.sc_layouts_menu_nav > li li.menu-delimiter {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  height: 0;
  overflow: hidden;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
  padding: 0.6em 1.5em;
  color: #333;
}

.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li.sfHover > a,
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
  color: #efa758;
}

.sc_layouts_menu_nav > li li[class*=icon-] > a > span {
  display: inline-block;
  padding-left: 1.5em;
}

.sc_layouts_menu_nav > li li[class*=icon-]:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}

.sc_layouts_menu_nav > li li[class*=icon-]:hover:before,
.sc_layouts_menu_nav > li li[class*=icon-].shHover:before,
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
  color: #efa758;
}

.sc_layouts_menu_nav > li li[class*=image-] > a {
  background-position: 1.6667em center;
  padding-left: 3em;
}

.sc_layouts_menu_nav > li > ul {
  top: 4.2em;
  /* To align submenu center */
  /*
  left:50%;
  margin-left:-6.5em;	// Don't use translate, because translate is used in the show effects
  */
  /* To align submenu left */
  left: 0;
}

.sc_layouts_menu_nav > li:last-child > ul,
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
  left: auto;
  right: 0;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
  left: 13em;
  top: -1.4em;
  margin: 0 0 0 2px;
  background-color: #f0f0f0;
}

.sc_layouts_menu_nav > li > ul ul.submenu_left {
  left: -13em;
  margin: 0 0 0 -2px;
}

.sc_layouts_menu_nav > li > ul ul.sc_layouts_submenu.submenu_left {
  left: auto;
  right: 13.1428em;
  margin: 0;
}

/* Multi-columns submenu */
.sc_layouts_menu_nav > li[class*=columns-] {
  position: static;
}

.sc_layouts_menu_nav > li[class*=columns-] > ul {
  left: 0;
  right: 0;
  width: 100%;
  margin-left: 0;
}

.sc_layouts_menu_nav ul li.columns-2 > ul {
  width: 26em;
}

.sc_layouts_menu_nav ul li.columns-2 > ul.submenu_left {
  left: -26em;
}

.sc_layouts_menu_nav ul li.columns-3 > ul {
  width: 39em;
}

.sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left {
  left: -39em;
}

.sc_layouts_menu_nav ul li.columns-4 > ul {
  width: 52em;
}

.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left {
  left: -52em;
}

.sc_layouts_menu_nav ul li.columns-5 > ul {
  width: 65em;
}

.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
  left: -65em;
}

.sc_layouts_menu_nav li[class*=columns-] > ul > li {
  display: inline-block;
  vertical-align: top;
}

.sc_layouts_menu_nav li.columns-2 > ul > li {
  width: 50%;
}

.sc_layouts_menu_nav li.columns-3 > ul > li {
  width: 33.3333%;
}

.sc_layouts_menu_nav li.columns-4 > ul > li {
  width: 25%;
}

.sc_layouts_menu_nav li.columns-5 > ul > li {
  width: 20%;
}

.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a {
  font-weight: 600 !important;
  font-size: 1.0667em !important;
}

.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a:after {
  display: none;
}

.sc_layouts_menu_nav li[class*=columns-] > ul ul {
  position: static !important;
  display: block !important;
  margin-left: 0; /* Specify positive value if you want to shift submenu items */
  padding: 0;
  left: auto;
  top: auto;
  width: auto;
  vertical-align: top;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

/* Layouts as the menu */
.sc_layouts_submenu_prepare {
  visibility: hidden !important;
  cursor: wait;
}

.menu_mobile_nav li > ul.sc_layouts_submenu,
.sc_layouts_menu li > ul.sc_layouts_submenu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 75em;
  padding: 1.4em;
}

.menu_mobile_nav li > ul.sc_layouts_submenu ul,
.sc_layouts_menu li > ul.sc_layouts_submenu ul {
  display: block !important;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: auto;
}

.sc_layouts_menu li > ul.sc_layouts_submenu ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.sc_layouts_menu li > ul.sc_layouts_submenu ul li + li {
  margin-top: 1em;
}

.menu_mobile_nav li > ul.sc_layouts_submenu ul li > a,
.sc_layouts_menu li > ul.sc_layouts_submenu ul li > a {
  position: static;
  padding: 0.3em 0;
  background-color: transparent;
}

.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row {
  overflow: hidden;
}

.menu_mobile_nav li > ul.sc_layouts_submenu .sc_layouts_item,
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item {
  margin: 0 !important;
  display: block !important;
  vertical-align: top;
}

.widget_nav_menu [class*=sc_content_width_] {
  width: auto !important;
}

.widget_nav_menu ul.sc_layouts_submenu {
  padding-left: 0;
  margin-top: 1em;
}

.widget_nav_menu ul.sc_layouts_submenu .wpb_column {
  width: 100% !important;
  float: none;
}

.widget_nav_menu ul.sc_layouts_submenu .wpb_column + .wpb_column {
  margin-top: 1.5em;
}

.widget_nav_menu .post_item .post_thumb {
  float: none;
  display: block;
  margin: 0 0 1em;
}

.widget_nav_menu .post_item .post_thumb img {
  border-radius: 0;
}

.widget_nav_menu .post_item .post_title {
  font-size: 1em;
}

/* Vertical menu */
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
  display: block;
}

.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li {
  display: block;
  float: none;
  width: 100%;
}

.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:before {
  display: none;
}

.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > a {
  padding: 0.25em 0;
}

.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  content: "\e884";
}

.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul {
  left: 100%;
  top: -1.4em;
  margin: 0 0 0 2px;
}

/* Description in the menu items 
-------------------------------------------------- */
.sc_layouts_menu_item_description {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  line-height: 12px;
}

.sc_layouts_menu_nav > li > a .sc_layouts_menu_item_description {
  margin-top: 0;
  position: absolute;
  z-index: 1;
  top: 4.8em;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 0 1em 0 2em;
}

/* Dropdown */
.sc_layouts_dropdown > li > ul {
  top: 2.6em;
  left: -1.5em;
}

.sc_layouts_column_align_right .sc_layouts_dropdown > li > ul {
  left: auto;
  right: -1.5em;
}

.sc_layouts_dropdown li.menu-item.menu-item-has-children > a {
  padding: 0;
}

.sc_layouts_dropdown li.menu-item.menu-item-has-children > a:after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* Menu popup
----------------------------------------------------- */
.sc_layouts_menu_mobile_button_burger {
  position: relative;
}

.sc_layouts_menu_popup {
  position: absolute;
  z-index: 1000;
  top: 2.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav {
  position: relative;
  left: 0;
  top: 0;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav > li {
  display: block;
  float: none;
}

/* Menu collapse
----------------------------------------------------- */
.sc_layouts_menu_nav .menu-collapse {
  display: none;
}

.sc_layouts_menu_nav .menu-collapse > a {
  position: relative;
  text-align: center;
}

.sc_layouts_menu_nav .menu-collapse > a:before {
  position: relative;
  z-index: 2;
  top: 1px;
  left: 0;
}

.sc_layouts_menu_nav .menu-collapse > a:after {
  content: " ";
  display: block;
  background-color: #f7f7f7;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

/* Menu hovers
----------------------------------------------------- */
/* Slide Line and Slide Box */
.menu_hover_slide_line > ul > li#blob,
.menu_hover_slide_box > ul > li#blob {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.menu_hover_slide_line > ul > li#blob {
  height: 1px;
  margin-top: 3em;
}

/* Zoom Line */
.menu_hover_zoom_line > ul > li > a {
  position: relative;
}

.menu_hover_zoom_line > ul > li > a:before {
  content: "";
  margin-left: 0.25em;
  position: absolute;
  z-index: 1;
  top: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.menu_hover_zoom_line > ul > li > a:hover:before,
.menu_hover_zoom_line > ul > li.sfHover > a:before,
.menu_hover_zoom_line > ul > li.current-menu-item > a:before,
.menu_hover_zoom_line > ul > li.current-menu-parent > a:before,
.menu_hover_zoom_line > ul > li.current-menu-ancestor > a:before {
  width: 80%;
}

/* Path Line */
.menu_hover_path_line > ul > li > a {
  position: relative;
}

.menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after,
.menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after {
  content: " " !important;
  position: absolute;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  -o-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
     transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */
.menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after {
  top: 0.5em;
  bottom: 0.5em;
  width: 1px;
  /*height: 100%;*/
  -webkit-transform: scale3d(1, 0, 1);
  -ms-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

/* left line */
.menu_hover_path_line > ul > li:before {
  left: 0.2em;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* right line */
.menu_hover_path_line > ul > li:after {
  right: 0.2em;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* top and bottom line */
.menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
  left: 0.2em;
  right: 0.2em;
  /*width: 100%;*/
  height: 1px;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

/* top line */
.menu_hover_path_line > ul > li > a:before {
  top: 0.5em;
  bottom: auto;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* bottom line */
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
  top: auto;
  bottom: 0.5em;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */
/* These rules can be simplified, but let's keep it for better readability */
/* bottom line */
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_path_line > ul > li.sfHover.menu-item-has-children > a:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* left line */
.menu_hover_path_line > ul > li:before {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:before {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

/* top line */
.menu_hover_path_line > ul > li > a:before {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

/* right line */
.menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

.menu_hover_path_line > ul > li.sfHover:before,
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before,
.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Roll Down */
.menu_hover_roll_down > ul > li > a:before {
  content: " ";
  position: absolute;
  top: 3.3em;
  right: 1.5em;
  bottom: auto;
  left: 1.5em;
  height: 1px;
  opacity: 0;
  -webkit-transform: translate3d(0, -3em, 0);
  -ms-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.3s;
  transition: opacity 0.2s, -webkit-transform 0s 0.3s;
  -o-transition: transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s, -webkit-transform 0s 0.3s;
}

.menu_hover_roll_down > ul > li > a:hover:before,
.menu_hover_roll_down > ul > li.sfHover > a:before,
.menu_hover_roll_down > ul > li.current-menu-item > a:before,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a:before,
.menu_hover_roll_down > ul > li.current-menu-parent > a:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_hover_roll_down > ul > li > a > span {
  display: block;
  pointer-events: none;
}

.menu_hover_roll_down > ul > li.sfHover > a > span,
.menu_hover_roll_down > ul > li > a:hover > span,
.menu_hover_roll_down > ul > li.current-menu-item > a > span,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a > span,
.menu_hover_roll_down > ul > li.current-menu-parent > a > span {
  -webkit-animation: anim-roll-down 0.3s forwards;
  animation: anim-roll-down 0.3s forwards;
}

@-webkit-keyframes anim-roll-down {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-roll-down {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Color Line */
.menu_hover_color_line > ul > li > a:hover:before,
.menu_hover_color_line > ul > li > a:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.menu_hover_color_line > ul > li > a:before,
.menu_hover_color_line > ul > li > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:after {
  content: " " !important;
  position: absolute;
  top: 3.3em;
  right: 1.5em !important;
  bottom: auto;
  left: 1.5em;
  margin: 0;
  height: 1px;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu_hover_color_line > ul > li > a:hover,
.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li > a:before {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > a:hover:before,
.menu_hover_color_line > ul > li.current-menu-item > a:after,
.menu_hover_color_line > ul > li.current-menu-item > a:before,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:after,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:before,
.menu_hover_color_line > ul > li.current-menu-parent > a:after,
.menu_hover_color_line > ul > li.current-menu-parent > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > a:hover:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.sc_layouts_meta.post_meta {
  margin-top: 0;
}

.search_wrap,
.search_wrap .search_form {
  position: relative;
}

.search_wrap .search_field {
  width: 6em;
  padding: 0 0 0 1.25em !important;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_layouts_column_icons_position_right .search_wrap .search_field {
  padding: 0 1.25em 0 0 !important;
}

.search_wrap .search_submit {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.search_wrap .search_submit:before {
  margin: 0;
}

.sc_layouts_row_type_narrow .search_wrap .search_field,
.sc_layouts_row_type_compact .search_wrap .search_field {
  border: none !important;
  background-color: transparent !important;
}

.sc_layouts_row_type_compact .search_wrap .search_submit {
  font-size: 1.25em;
  font-weight: 400;
}

.sc_layouts_column_icons_position_right .search_wrap .search_submit {
  left: auto;
  right: 0;
}

.sc_layouts_row_type_normal .search_wrap .search_field {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 1.5em 0 3em !important;
  width: 15em;
  height: 4.7727em;
  line-height: 4.7727em;
  border-radius: 3em;
}

.sc_layouts_row_type_normal .search_wrap .search_submit {
  display: block;
  font-size: 11px;
  text-align: center;
  width: 1em;
  height: 4.7727em;
  line-height: 4.7727em;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 1em;
}

.sc_layouts_row_type_normal .search_wrap .search_submit:before {
  font-size: 13px;
}

.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit {
  left: auto;
  right: 1em;
}

.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
  padding: 1em 3em 1em 1.5em !important;
}

/* Search style 'Expand' */
.search_wrap.search_style_expand .search_field {
  width: 0;
  visibility: hidden;
}

.search_style_expand.search_opened .search_field {
  width: 6em;
  padding-left: 1.75em !important;
  visibility: visible;
}

.sc_layouts_column_icons_position_right .search_style_expand.search_opened .search_field {
  padding-left: 0 !important;
  padding-right: 1.75em !important;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field {
  height: 4.7727em;
  line-height: 4.7727em;
  padding-top: 0;
  padding-bottom: 0;
  visibility: visible;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field {
  padding: 0 2.3em !important;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field {
  width: 15em;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit {
  width: 4.7727em;
  left: 0;
  right: auto;
}

/* Search style 'Fullscreen' */
.search_style_fullscreen .search_form {
  display: inline-block;
}

.search_style_fullscreen.search_opened .search_form {
  display: block;
}

.search_style_fullscreen .search_field {
  width: 0;
  visibility: hidden;
}

.search_style_fullscreen .search_field,
.search_style_fullscreen .search_submit,
.search_style_fullscreen .search_submit:before {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit,
.search_style_fullscreen.search_opened .search_submit:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
  width: 0;
  height: 4.7727em;
  line-height: 4.7727em;
  padding-top: 0;
  padding-bottom: 0;
  visibility: visible;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
  padding: 0 2.3em 0 2.3em !important;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
  width: 4.7727em;
  left: 0;
  right: auto;
}

.search_style_fullscreen .search_close {
  display: none;
}

.search_style_fullscreen .search_close:before {
  margin: 0;
}

.search_style_fullscreen.search_opened .search_close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_style_fullscreen.search_opened .search_form_wrap {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.search_style_fullscreen.search_opened .search_form {
  position: relative;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #fff;
  font-size: 1em;
}

.search_style_fullscreen.search_opened .search_results {
  top: 0;
  display: none !important;
}

.search_style_fullscreen.search_opened .search_submit:before {
  font-size: inherit;
}

.search_style_fullscreen.search_opened .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
  position: absolute;
  left: 0 !important;
  right: auto !important;
  top: 50%;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
  font-size: 2rem !important;
  font-weight: 400 !important;
  width: 100%;
  height: 3em;
  line-height: 3em !important;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 0 2em !important;
  border: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  resize: none;
  overflow: hidden;
  display: block;
  visibility: visible;
}

.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_field:hover,
.search_style_fullscreen.search_opened .search_field:focus {
  background-color: transparent !important;
}

.search_style_fullscreen.search_opened .search_field::-ms-clear {
  display: none;
}

/* Search results */
.search_wrap .search_results {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 3.5em;
  left: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 22em;
  padding: 2em 1.5em;
  text-align: left;
}

.search_wrap .search_results:after {
  content: " ";
  position: absolute;
  top: -6px;
  left: 3em;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search_results.widget_area .post_item + .post_item {
  border-top: 1px solid #e5e5e5;
  margin-top: 1.6em;
  padding-top: 1.6em;
}

.sc_layouts_column_align_right .search_wrap .search_results {
  left: auto;
  right: 1em;
}

.sc_layouts_column_align_right .search_wrap .search_results:after {
  left: auto;
  right: 3em;
}

.search_wrap .search_results .search_results_close {
  display: block;
  overflow: hidden;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

.search_wrap .post_more {
  display: block;
  text-align: center;
}

.search_wrap .post_meta {
  font-style: normal;
}

.sc_layouts_title_caption {
  margin: 0 auto;
}

.sc_layouts_row_type_compact .sc_layouts_title_caption {
  font-size: 2em;
}

.sc_layouts_title_title > .sc_layouts_title_caption {
  float: none;
}

.sc_layouts_title_caption img {
  display: inline-block;
  max-height: 1.25em;
  vertical-align: middle;
  width: auto;
  margin: -0.1em 0.2em 0 0;
}

.sc_layouts_title_link {
  display: inline-block;
  margin: 0.5em 0 2em;
}

.sc_layouts_row_fixed_on .sc_layouts_title_link {
  display: none;
}

.sc_layouts_title_meta .post_edit:before {
  margin-right: 0.5em;
}

.sc_layouts_title_description {
  font-size: 13px;
  line-height: 19px;
  margin: 4px auto 1em;
  max-width: 75%;
}

.sc_layouts_title_description p {
  margin: 0;
}

.sc_layouts_title_breadcrumbs {
  margin-top: 0.5em;
}

.sc_layouts_title.with_content {
  position: relative;
  min-height: 0em;
}

.sc_layouts_title.with_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_layouts_title.fixed_height {
  min-height: 20rem;
}

.sc_layouts_title.with_tint.with_content:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sc_layouts_title .sc_layouts_title_content {
  position: static;
}

.sc_layouts_title.fixed_height .sc_layouts_title_content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}@charset "UTF-8";
/*!
https://daneden.github.io/animate.css/
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

[data-animation^="animated"],
[data-hover-animation^="animated"] {
	visibility:hidden;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	visibility:visible;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.fast {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}




@-webkit-keyframes elastic {
  0%, 100% {
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
            transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }
}

@keyframes elastic {
  0%, 100% {
    -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
        -ms-transform: scale3d(1, 1.2, 1);
            transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
        -ms-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
        -ms-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }
}
@-webkit-keyframes elastic-inner { 
	0% {
		-webkit-transform: translate3d(0,-25px,0);
		opacity:0;
	}
	25% {
		-webkit-transform: translate3d(0,10px,0);
	}
	50% {
		-webkit-transform: translate3d(0,-6px,0);
	}
	75% {
		-webkit-transform: translate3d(0,2px,0);
	}
	100% {
		-webkit-transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes elastic-inner { 
	0% {
		opacity:0;
		-webkit-transform: translate3d(0,-25px,0);
		    -ms-transform: translate3d(0,-25px,0);
		        transform: translate3d(0,-25px,0);
	}
	25% {
		-webkit-transform: translate3d(0,10px,0);
		    -ms-transform: translate3d(0,10px,0);
		        transform: translate3d(0,10px,0);
	}
	50% {
		-webkit-transform: translate3d(0,-6px,0);
		    -ms-transform: translate3d(0,-6px,0);
		        transform: translate3d(0,-6px,0);
	}
	75% {
		-webkit-transform: translate3d(0,2px,0);
		    -ms-transform: translate3d(0,2px,0);
		        transform: translate3d(0,2px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		    -ms-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
	}
}


.elastic {
    -webkit-animation-name: elastic;
            animation-name: elastic;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
        -ms-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
}
.elastic > * {
	-webkit-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	    -ms-transition: none;
	        transition: none;
	-webkit-animation: elastic-inner 0.5s ease-out;
	    -ms-animation: elastic-inner 0.5s ease-out;
	        animation: elastic-inner 0.5s ease-out;
}




@-webkit-keyframes wipeInLeftTop {
  0% {
    -webkit-transform: scale(0,0);
            transform: scale(0,0);
  }
  100% {
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
  }
}

@keyframes wipeInLeftTop {
  0% {
	-webkit-transform: scale(0,0);
	    -ms-transform: scale(0,0);
	        transform: scale(0,0);
  }
  100% {
    -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
            transform: scale(1,1);
  }
}
@-webkit-keyframes wipeInLeftTop-inner { 
	0% {
		opacity:0;
		-webkit-transform: translate3d(0,-10px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
	}
}

@keyframes wipeInLeftTop-inner { 
	0% {
		opacity:0;
		-webkit-transform: translate3d(0,-10px,0);
		    -ms-transform: translate3d(0,-10px,0);
		        transform: translate3d(0,-10px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		    -ms-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
	}
}

.wipeInLeftTop {
    -webkit-animation-name: wipeInLeftTop;
            animation-name: wipeInLeftTop;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}
.wipeInLeftTop > * {
	opacity: 0;
	-webkit-animation: wipeInLeftTop-inner 0.35s ease-out forwards;
	    -ms-animation: wipeInLeftTop-inner 0.35s ease-out forwards;
	        animation: wipeInLeftTop-inner 0.35s ease-out forwards;
}
.wipeInLeftTop > *:first-child {	-webkit-animation-delay: 0.05s;	-ms-animation-delay: 0.05s;	animation-delay: 0.05s; }
.wipeInLeftTop > *:nth-child(2) {	-webkit-animation-delay: 0.10s;	-ms-animation-delay: 0.10s;	animation-delay: 0.10s; }
.wipeInLeftTop > *:nth-child(3) {	-webkit-animation-delay: 0.15s;	-ms-animation-delay: 0.15s;	animation-delay: 0.15s; }
.wipeInLeftTop > *:nth-child(4) {	-webkit-animation-delay: 0.20s;	-ms-animation-delay: 0.20s;	animation-delay: 0.20s; }
.wipeInLeftTop > *:nth-child(5) {	-webkit-animation-delay: 0.25s;	-ms-animation-delay: 0.25s;	animation-delay: 0.25s; }
.wipeInLeftTop > *:nth-child(6) {	-webkit-animation-delay: 0.30s;	-ms-animation-delay: 0.30s;	animation-delay: 0.30s; }
.wipeInLeftTop > *:nth-child(7) {	-webkit-animation-delay: 0.35s;	-ms-animation-delay: 0.35s;	animation-delay: 0.35s; }
.wipeInLeftTop > *:nth-child(8) {	-webkit-animation-delay: 0.40s;	-ms-animation-delay: 0.40s;	animation-delay: 0.40s; }
.wipeInLeftTop > *:nth-child(9) {	-webkit-animation-delay: 0.45s;	-ms-animation-delay: 0.45s;	animation-delay: 0.45s; }
.wipeInLeftTop > *:nth-child(10){	-webkit-animation-delay: 0.50s;	-ms-animation-delay: 0.50s;	animation-delay: 0.50s; }
.wipeInLeftTop > *:nth-child(11){	-webkit-animation-delay: 0.55s;	-ms-animation-delay: 0.55s;	animation-delay: 0.55s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.60s;	-ms-animation-delay: 0.60s;	animation-delay: 0.60s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.65s;	-ms-animation-delay: 0.65s;	animation-delay: 0.65s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.70s;	-ms-animation-delay: 0.70s;	animation-delay: 0.70s; }


@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
    opacity: 1;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}

@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}

.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
          animation-name: fadeOutDownSmall;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
    opacity: 0;
  }

  100% {
  	opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  	opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}



.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  50% {
  	opacity: 1;
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  50% {
  	opacity: 1;
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  50% {
  	opacity: 1;
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  50% {
  	opacity: 1;
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*! elementor-icons - v5.32.0 - 10-10-2024 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.32.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.32.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.32.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.32.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.32.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.32.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzage:before{content:"\e9cc"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}/*! elementor - v3.25.0 - 13-11-2024 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal.dialog-type-lightbox{background-color:transparent;display:flex;pointer-events:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;inset-inline-end:20px;margin-top:0;opacity:1;pointer-events:all;top:20px;z-index:9999}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;border-radius:0;box-shadow:none;max-height:100%;max-width:100%;overflow:visible;pointer-events:all;width:auto}.elementor-popup-modal .dialog-message{display:flex;max-height:100vh;max-width:100vw;overflow:auto;padding:0;width:640px}.elementor-popup-modal .elementor{width:100%}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: 0.5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}

div.sharedaddy h3.sd-title::before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2c3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
	box-sizing: border-box;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}


.jetpack-likes-widget-unloaded .likes-widget-placeholder,
.jetpack-likes-widget-loading .likes-widget-placeholder,
.jetpack-likes-widget-loaded iframe {
	display: block;
}

.jetpack-likes-widget-loaded .likes-widget-placeholder,
.jetpack-likes-widget-unloaded iframe,
.jetpack-likes-widget-loading iframe {
	display: none;
}

.entry-content .post-likes-widget,
.post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2ea2cc;
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	/* stylelint-disable-next-line function-url-quotes -- quotes are required here. Bug report: https://github.com/stylelint/stylelint/issues/8544 */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4e4e4e;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: remove inline style so !important is not needed */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {

	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}@font-face {
  font-family: 'fontello';
  src: url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.eot?95677367);
  src: url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.eot?95677367#iefix) format('embedded-opentype'),
       url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.woff2?95677367) format('woff2'),
       url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.woff?95677367) format('woff'),
       url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.ttf?95677367) format('truetype'),
       url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.svg?95677367#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(/wp-content/themes/maxify/css/font-icons/css/../font/fontello.svg?95677367#fontello) format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-vcard:before { content: '\e800'; } /* '' */
.icon-pin:before { content: '\e801'; } /* '' */
.icon-reply:before { content: '\e802'; } /* '' */
.icon-reply-all:before { content: '\e803'; } /* '' */
.icon-forward:before { content: '\e804'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-keyboard:before { content: '\e806'; } /* '' */
.icon-slider-left:before { content: '\e807'; } /* '' */
.icon-clock-empty:before { content: '\e808'; } /* '' */
.icon-hourglass:before { content: '\e809'; } /* '' */
.icon-login:before { content: '\e80a'; } /* '' */
.icon-logout:before { content: '\e80b'; } /* '' */
.icon-picture:before { content: '\e80c'; } /* '' */
.icon-brush:before { content: '\e80d'; } /* '' */
.icon-ccw:before { content: '\e80e'; } /* '' */
.icon-cw:before { content: '\e80f'; } /* '' */
.icon-refresh:before { content: '\e810'; } /* '' */
.icon-clock:before { content: '\e811'; } /* '' */
.icon-circle-empty:before { content: '\e812'; } /* '' */
.icon-circle-dot:before { content: '\e813'; } /* '' */
.icon-circle:before { content: '\e814'; } /* '' */
.icon-checkbox:before { content: '\e815'; } /* '' */
.icon-checkbox-empty:before { content: '\e816'; } /* '' */
.icon-book:before { content: '\e817'; } /* '' */
.icon-mail-empty:before { content: '\e818'; } /* '' */
.icon-mail:before { content: '\e819'; } /* '' */
.icon-phone:before { content: '\e81a'; } /* '' */
.icon-book-open:before { content: '\e81b'; } /* '' */
.icon-users-group:before { content: '\e81c'; } /* '' */
.icon-male:before { content: '\e81d'; } /* '' */
.icon-female:before { content: '\e81e'; } /* '' */
.icon-child:before { content: '\e81f'; } /* '' */
.icon-star:before { content: '\e820'; } /* '' */
.icon-globe:before { content: '\e821'; } /* '' */
.icon-mobile:before { content: '\e822'; } /* '' */
.icon-tablet-1:before { content: '\e823'; } /* '' */
.icon-laptop:before { content: '\e824'; } /* '' */
.icon-desktop:before { content: '\e825'; } /* '' */
.icon-cog:before { content: '\e826'; } /* '' */
.icon-cogs:before { content: '\e827'; } /* '' */
.icon-down:before { content: '\e828'; } /* '' */
.icon-wrench:before { content: '\e829'; } /* '' */
.icon-sliders:before { content: '\e82a'; } /* '' */
.icon-lock:before { content: '\e82b'; } /* '' */
.icon-trophy:before { content: '\e82c'; } /* '' */
.icon-spin3:before { content: '\e82d'; } /* '' */
.icon-spin1:before { content: '\e82e'; } /* '' */
.icon-spin2:before { content: '\e82f'; } /* '' */
.icon-spin4:before { content: '\e830'; } /* '' */
.icon-spin5:before { content: '\e831'; } /* '' */
.icon-spin6:before { content: '\e832'; } /* '' */
.icon-location:before { content: '\e833'; } /* '' */
.icon-address:before { content: '\e834'; } /* '' */
.icon-up:before { content: '\e835'; } /* '' */
.icon-right:before { content: '\e836'; } /* '' */
.icon-left:before { content: '\e837'; } /* '' */
.icon-music-light:before { content: '\e838'; } /* '' */
.icon-search-light:before { content: '\e839'; } /* '' */
.icon-mail-light:before { content: '\e83a'; } /* '' */
.icon-heart-light:before { content: '\e83b'; } /* '' */
.icon-dot:before { content: '\e83c'; } /* '' */
.icon-user-light:before { content: '\e83d'; } /* '' */
.icon-video-light:before { content: '\e83e'; } /* '' */
.icon-camera-light:before { content: '\e83f'; } /* '' */
.icon-photo-light:before { content: '\e840'; } /* '' */
.icon-attach-light:before { content: '\e841'; } /* '' */
.icon-lock-light:before { content: '\e842'; } /* '' */
.icon-eye-light:before { content: '\e843'; } /* '' */
.icon-tag-light:before { content: '\e844'; } /* '' */
.icon-thumbs-up-light:before { content: '\e845'; } /* '' */
.icon-pencil-light:before { content: '\e846'; } /* '' */
.icon-comment-light:before { content: '\e847'; } /* '' */
.icon-location-light:before { content: '\e848'; } /* '' */
.icon-cup-light:before { content: '\e849'; } /* '' */
.icon-trash-light:before { content: '\e84a'; } /* '' */
.icon-doc-light:before { content: '\e84b'; } /* '' */
.icon-key-light:before { content: '\e84c'; } /* '' */
.icon-database-light:before { content: '\e84d'; } /* '' */
.icon-megaphone-light:before { content: '\e84e'; } /* '' */
.icon-graduation-light:before { content: '\e84f'; } /* '' */
.icon-fire-light:before { content: '\e850'; } /* '' */
.icon-paper-plane-light:before { content: '\e851'; } /* '' */
.icon-cloud-light:before { content: '\e852'; } /* '' */
.icon-globe-light:before { content: '\e853'; } /* '' */
.icon-inbox-light:before { content: '\e854'; } /* '' */
.icon-cart:before { content: '\e855'; } /* '' */
.icon-resize-small:before { content: '\e856'; } /* '' */
.icon-desktop-light:before { content: '\e857'; } /* '' */
.icon-tv-light:before { content: '\e858'; } /* '' */
.icon-wallet-light:before { content: '\e859'; } /* '' */
.icon-t-shirt-light:before { content: '\e85a'; } /* '' */
.icon-lightbulb-light:before { content: '\e85b'; } /* '' */
.icon-clock-light:before { content: '\e85c'; } /* '' */
.icon-diamond-light:before { content: '\e85d'; } /* '' */
.icon-shop-light:before { content: '\e85e'; } /* '' */
.icon-sound-light:before { content: '\e85f'; } /* '' */
.icon-calendar-light:before { content: '\e860'; } /* '' */
.icon-food-light:before { content: '\e861'; } /* '' */
.icon-money-light:before { content: '\e862'; } /* '' */
.icon-params-light:before { content: '\e863'; } /* '' */
.icon-cog-light:before { content: '\e864'; } /* '' */
.icon-beaker-light:before { content: '\e865'; } /* '' */
.icon-note-light:before { content: '\e866'; } /* '' */
.icon-truck-light:before { content: '\e867'; } /* '' */
.icon-behance:before { content: '\e868'; } /* '' */
.icon-bitbucket:before { content: '\e869'; } /* '' */
.icon-cc:before { content: '\e86a'; } /* '' */
.icon-codeopen:before { content: '\e86b'; } /* '' */
.icon-css3:before { content: '\e86c'; } /* '' */
.icon-delicious:before { content: '\e86d'; } /* '' */
.icon-digg:before { content: '\e86e'; } /* '' */
.icon-dribbble:before { content: '\e86f'; } /* '' */
.icon-deviantart:before { content: '\e870'; } /* '' */
.icon-dropbox:before { content: '\e871'; } /* '' */
.icon-drupal:before { content: '\e872'; } /* '' */
.icon-facebook:before { content: '\e873'; } /* '' */
.icon-flickr:before { content: '\e874'; } /* '' */
.icon-foursquare:before { content: '\e875'; } /* '' */
.icon-git:before { content: '\e876'; } /* '' */
.icon-github:before { content: '\e877'; } /* '' */
.icon-gittip:before { content: '\e878'; } /* '' */
.icon-google:before { content: '\e879'; } /* '' */
.icon-gplus:before { content: '\e87a'; } /* '' */
.icon-gwallet:before { content: '\e87b'; } /* '' */
.icon-hacker-news:before { content: '\e87c'; } /* '' */
.icon-html5:before { content: '\e87d'; } /* '' */
.icon-instagramm:before { content: '\e87e'; } /* '' */
.icon-ioxhost:before { content: '\e87f'; } /* '' */
.icon-joomla:before { content: '\e880'; } /* '' */
.icon-jsfiddle:before { content: '\e881'; } /* '' */
.icon-lastfm:before { content: '\e882'; } /* '' */
.icon-linux:before { content: '\e883'; } /* '' */
.icon-linkedin:before { content: '\e884'; } /* '' */
.icon-maxcdn:before { content: '\e885'; } /* '' */
.icon-meanpath:before { content: '\e886'; } /* '' */
.icon-openid:before { content: '\e887'; } /* '' */
.icon-pagelines:before { content: '\e888'; } /* '' */
.icon-paypal:before { content: '\e889'; } /* '' */
.icon-qq:before { content: '\e88a'; } /* '' */
.icon-reddit:before { content: '\e88b'; } /* '' */
.icon-renren:before { content: '\e88c'; } /* '' */
.icon-skype:before { content: '\e88d'; } /* '' */
.icon-slack:before { content: '\e88e'; } /* '' */
.icon-slideshare:before { content: '\e88f'; } /* '' */
.icon-soundcloud:before { content: '\e890'; } /* '' */
.icon-spotify:before { content: '\e891'; } /* '' */
.icon-stackexchange:before { content: '\e892'; } /* '' */
.icon-stackoverflow:before { content: '\e893'; } /* '' */
.icon-steam:before { content: '\e894'; } /* '' */
.icon-stumbleupon:before { content: '\e895'; } /* '' */
.icon-tencent-weibo:before { content: '\e896'; } /* '' */
.icon-trello:before { content: '\e897'; } /* '' */
.icon-tumblr:before { content: '\e898'; } /* '' */
.icon-twitch:before { content: '\e899'; } /* '' */
.icon-twitter:before { content: '\e89a'; } /* '' */
.icon-vine:before { content: '\e89b'; } /* '' */
.icon-vkontakte:before { content: '\e89c'; } /* '' */
.icon-wechat:before { content: '\e89d'; } /* '' */
.icon-weibo:before { content: '\e89e'; } /* '' */
.icon-windows:before { content: '\e89f'; } /* '' */
.icon-wordpress:before { content: '\e8a0'; } /* '' */
.icon-xing:before { content: '\e8a1'; } /* '' */
.icon-yelp:before { content: '\e8a2'; } /* '' */
.icon-youtube:before { content: '\e8a3'; } /* '' */
.icon-yahoo:before { content: '\e8a4'; } /* '' */
.icon-lemon:before { content: '\e8a5'; } /* '' */
.icon-blank:before { content: '\e8a6'; } /* '' */
.icon-pinterest-circled:before { content: '\e8a7'; } /* '' */
.icon-heart-empty:before { content: '\e8a8'; } /* '' */
.icon-lock-open:before { content: '\e8a9'; } /* '' */
.icon-heart:before { content: '\e8aa'; } /* '' */
.icon-check:before { content: '\e8ab'; } /* '' */
.icon-cancel:before { content: '\e8ac'; } /* '' */
.icon-plus:before { content: '\e8ad'; } /* '' */
.icon-minus:before { content: '\e8ae'; } /* '' */
.icon-double-left:before { content: '\e8af'; } /* '' */
.icon-double-right:before { content: '\e8b0'; } /* '' */
.icon-double-up:before { content: '\e8b1'; } /* '' */
.icon-double-down:before { content: '\e8b2'; } /* '' */
.icon-help:before { content: '\e8b3'; } /* '' */
.icon-info:before { content: '\e8b4'; } /* '' */
.icon-link:before { content: '\e8b5'; } /* '' */
.icon-quote:before { content: '\e8b6'; } /* '' */
.icon-attach:before { content: '\e8b7'; } /* '' */
.icon-eye:before { content: '\e8b8'; } /* '' */
.icon-tag:before { content: '\e8b9'; } /* '' */
.icon-menu:before { content: '\e8ba'; } /* '' */
.icon-pencil:before { content: '\e8bb'; } /* '' */
.icon-feather:before { content: '\e8bc'; } /* '' */
.icon-code:before { content: '\e8bd'; } /* '' */
.icon-home:before { content: '\e8be'; } /* '' */
.icon-camera:before { content: '\e8bf'; } /* '' */
.icon-pictures:before { content: '\e8c0'; } /* '' */
.icon-video:before { content: '\e8c1'; } /* '' */
.icon-users:before { content: '\e8c2'; } /* '' */
.icon-user:before { content: '\e8c3'; } /* '' */
.icon-user-add:before { content: '\e8c4'; } /* '' */
.icon-comment-empty:before { content: '\e8c5'; } /* '' */
.icon-chat-empty:before { content: '\e8c6'; } /* '' */
.icon-bell:before { content: '\e8c7'; } /* '' */
.icon-star-empty:before { content: '\e8c8'; } /* '' */
.icon-dot2:before { content: '\e8c9'; } /* '' */
.icon-dot3:before { content: '\e8ca'; } /* '' */
.icon-note:before { content: '\e8cb'; } /* '' */
.icon-basket:before { content: '\e8cc'; } /* '' */
.icon-note2:before { content: '\e8cd'; } /* '' */
.icon-share:before { content: '\e8ce'; } /* '' */
.icon-doc:before { content: '\e8cf'; } /* '' */
.icon-doc-text:before { content: '\e8d0'; } /* '' */
.icon-file-pdf:before { content: '\e8d1'; } /* '' */
.icon-file-word:before { content: '\e8d2'; } /* '' */
.icon-file-excel:before { content: '\e8d3'; } /* '' */
.icon-file-powerpoint:before { content: '\e8d4'; } /* '' */
.icon-file-image:before { content: '\e8d5'; } /* '' */
.icon-file-archive:before { content: '\e8d6'; } /* '' */
.icon-file-audio:before { content: '\e8d7'; } /* '' */
.icon-file-video:before { content: '\e8d8'; } /* '' */
.icon-file-code:before { content: '\e8d9'; } /* '' */
.icon-trash-empty:before { content: '\e8da'; } /* '' */
.icon-trash:before { content: '\e8db'; } /* '' */
.icon-th-large:before { content: '\e8dc'; } /* '' */
.icon-th:before { content: '\e8dd'; } /* '' */
.icon-th-list:before { content: '\e8de'; } /* '' */
.icon-flag:before { content: '\e8df'; } /* '' */
.icon-attention:before { content: '\e8e0'; } /* '' */
.icon-play:before { content: '\e8e1'; } /* '' */
.icon-stop:before { content: '\e8e2'; } /* '' */
.icon-pause:before { content: '\e8e3'; } /* '' */
.icon-record:before { content: '\e8e4'; } /* '' */
.icon-to-end:before { content: '\e8e5'; } /* '' */
.icon-tools:before { content: '\e8e6'; } /* '' */
.icon-retweet:before { content: '\e8e7'; } /* '' */
.icon-to-start:before { content: '\e8e8'; } /* '' */
.icon-fast-forward:before { content: '\e8e9'; } /* '' */
.icon-fast-backward:before { content: '\e8ea'; } /* '' */
.icon-search:before { content: '\e8eb'; } /* '' */
.icon-slider-right:before { content: '\e8ec'; } /* '' */
.icon-rss:before { content: '\e8ed'; } /* '' */
.icon-down-big-1:before { content: '\e8ee'; } /* '' */
.icon-left-big-1:before { content: '\e8ef'; } /* '' */
.icon-right-big-1:before { content: '\e8f0'; } /* '' */
.icon-up-big-1:before { content: '\e8f1'; } /* '' */
.icon-comment-2:before { content: '\e8f2'; } /* '' */
.icon-comment:before { content: '\e8f3'; } /* '' */
.icon-eye-2:before { content: '\e8f4'; } /* '' */
.icon-tablet:before { content: '\e8f5'; } /* '' */
.icon-bathtub:before { content: '\e8f6'; } /* '' */
.icon-comb:before { content: '\e8f7'; } /* '' */
.icon-calendar:before { content: '\e8f8'; } /* '' */
.icon-search-alt:before { content: '\e8f9'; } /* '' */
.icon-white:before { content: '\e8fa'; } /* '' */
.icon-home-alt:before { content: '\e8fb'; } /* '' */
.icon-timer:before { content: '\e8fc'; } /* '' */
.icon-locator:before { content: '\e8fd'; } /* '' */
.icon-cup:before { content: '\e8fe'; } /* '' */
.icon-currency:before { content: '\e8ff'; } /* '' */
.icon-box:before { content: '\e900'; } /* '' */
.icon-quote-left:before { content: '\e901'; } /* '' */
.icon-quote-right:before { content: '\e902'; } /* '' */
.icon-volume-up:before { content: '\e903'; } /* '' */
.icon-volume-off:before { content: '\e904'; } /* '' */
.icon-volume:before { content: '\e905'; } /* '' */
.icon-volume-down:before { content: '\e906'; } /* '' */
.icon-arrow-left-alt:before { content: '\e907'; } /* '' */
.icon-arrow-right-alt:before { content: '\e908'; } /* '' */
.icon-thumbs-up:before { content: '\e909'; } /* '' */
.icon-thumbs-down:before { content: '\e90a'; } /* '' */
.icon-speech:before { content: '\e90b'; } /* '' */
.icon-sphere:before { content: '\e90c'; } /* '' */
.icon-light:before { content: '\e90d'; } /* '' */
.icon-apple-mouse:before { content: '\e90e'; } /* '' */
.icon-arrow-down:before { content: '\e90f'; } /* '' */
.icon-arrow-left:before { content: '\e910'; } /* '' */
.icon-arrow-right:before { content: '\e911'; } /* '' */
.icon-arrow-up:before { content: '\e912'; } /* '' */
.icon-search-2:before { content: '\e913'; } /* '' */
.icon-cd-light:before { content: '\e914'; } /* '' */
.icon-mobile-light:before { content: '\e915'; } /* '' */
.icon-clear-button:before { content: '\e916'; } /* '' */
.icon-binoculars:before { content: '\e917'; } /* '' */
.icon-resize-full:before { content: '\e918'; } /* '' */
.icon-truck:before { content: '\e919'; } /* '' */
.icon-clipboard:before { content: '\e91a'; } /* '' */
.icon-email:before { content: '\e91b'; } /* '' */
.icon-modem:before { content: '\e91c'; } /* '' */
.icon-parking:before { content: '\e91d'; } /* '' */
.icon-swimming-pool:before { content: '\e91e'; } /* '' */
.icon-user-alt:before { content: '\e91f'; } /* '' */
.icon-user-plus:before { content: '\e920'; } /* '' */
.icon-user-times:before { content: '\e921'; } /* '' */
.icon-ellipsis:before { content: '\e922'; } /* '' */
.icon-summer:before { content: '\e923'; } /* '' */
.icon-wireless-antenna:before { content: '\e924'; } /* '' */
.icon-floor:before { content: '\e925'; } /* '' */
.icon-home-2:before { content: '\e926'; } /* '' */
.icon-wireless:before { content: '\e927'; } /* '' */
.icon-ironing:before { content: '\e928'; } /* '' */
.icon-down-big:before { content: '\e929'; } /* '' */
.icon-left-big:before { content: '\e92a'; } /* '' */
.icon-right-big:before { content: '\e92b'; } /* '' */
.icon-up-big:before { content: '\e92c'; } /* '' */
.icon-laundry:before { content: '\e92d'; } /* '' */
.icon-fax-2:before { content: '\e92e'; } /* '' */
.icon-phone-2:before { content: '\e92f'; } /* '' */
.icon-tools-2:before { content: '\e930'; } /* '' */
.icon-checkbox-2:before { content: '\e931'; } /* '' */
.icon-map:before { content: '\e932'; } /* '' */
.icon-newspaper:before { content: '\e933'; } /* '' */
.icon-note-2:before { content: '\e934'; } /* '' */
.icon-picture-2:before { content: '\e935'; } /* '' */
.icon-radio-tower:before { content: '\e936'; } /* '' */
.icon-video-2:before { content: '\e937'; } /* '' */
.icon-down-arrow:before { content: '\e938'; } /* '' */
.icon-left-arrow:before { content: '\e939'; } /* '' */
.icon-right-arrow:before { content: '\e93a'; } /* '' */
.icon-up-arrow:before { content: '\e93b'; } /* '' */
.icon-menu-2:before { content: '\e93c'; } /* '' */
.icon-cart-2:before { content: '\e93d'; } /* '' */
.icon-ellipsis-vert:before { content: '\e93e'; } /* '' */
.icon-left-mini:before { content: '\e93f'; } /* '' */
.icon-right-mini:before { content: '\e940'; } /* '' */
.icon-up-mini:before { content: '\e941'; } /* '' */
.icon-down-mini:before { content: '\e942'; } /* '' */
.icon-arrow-combo:before { content: '\e943'; } /* '' */
.icon-signal:before { content: '\e944'; } /* '' */
.icon-air:before { content: '\e945'; } /* '' */
.icon-water:before { content: '\e946'; } /* '' */
.icon-shareable:before { content: '\e947'; } /* '' */
.icon-resize-full-1:before { content: '\e948'; } /* '' */
.icon-resize-small-1:before { content: '\e949'; } /* '' */
.icon-down-thin:before { content: '\e94a'; } /* '' */
.icon-left-thin:before { content: '\e94b'; } /* '' */
.icon-right-thin:before { content: '\e94c'; } /* '' */
.icon-up-thin:before { content: '\e94d'; } /* '' */
.icon-level-down:before { content: '\e94e'; } /* '' */
.icon-level-up:before { content: '\e94f'; } /* '' */
.icon-shuffle:before { content: '\e950'; } /* '' */
.icon-loop:before { content: '\e951'; } /* '' */
.icon-switch:before { content: '\e952'; } /* '' */
.icon-resize-vertical:before { content: '\e953'; } /* '' */
.icon-resize-horizontal:before { content: '\e954'; } /* '' */
.icon-block:before { content: '\e955'; } /* '' */
.icon-04-g:before { content: '\e956'; } /* '' */
.icon-04-fb:before { content: '\e957'; } /* '' */
.icon-01-quote:before { content: '\e958'; } /* '' */
.icon-arrow-small_2-left:before { content: '\e959'; } /* '' */
.icon-3d:before { content: '\e95a'; } /* '' */
.icon-arrow-small-right:before { content: '\e95b'; } /* '' */
.icon-03-map-pin:before { content: '\e95c'; } /* '' */
.icon-arrow-down-1:before { content: '\e95d'; } /* '' */
.icon-04-tw:before { content: '\e95e'; } /* '' */
.icon-02-audio:before { content: '\e95f'; } /* '' */
.icon-arrow-right-1:before { content: '\e960'; } /* '' */
.icon-reactions_sad:before { content: '\e961'; } /* '' */
.icon-reactions_smile:before { content: '\e962'; } /* '' */
.icon-reactions_lol:before { content: '\e963'; } /* '' */
.icon-elemental-tip:before { content: '\e964'; } /* '' */
.icon-arrow-small-left:before { content: '\e965'; } /* '' */
.icon-reactions_angry:before { content: '\e966'; } /* '' */
.icon-idea:before { content: '\e967'; } /* '' */
.icon-checked:before { content: '\e968'; } /* '' */
.icon-arrow-small-down:before { content: '\e969'; } /* '' */
.icon-arrow-up-1:before { content: '\e96a'; } /* '' */
.icon-04-in:before { content: '\e96b'; } /* '' */
.icon-compass:before { content: '\e96c'; } /* '' */
.icon-arrow-left-1:before { content: '\e96d'; } /* '' */
.icon-briefcase:before { content: '\e96e'; } /* '' */
.icon-arrow-small_2-right:before { content: '\e96f'; } /* '' */
.icon-arrow-small-up:before { content: '\e970'; } /* '' */
.icon-quality:before { content: '\e971'; } /* '' */
.icon-reactions_wow:before { content: '\e972'; } /* '' */
.icon-search-1:before { content: '\e973'; } /* '' */
.icon-reactions_wtf:before { content: '\e974'; } /* '' */
.icon-socials-fb:before { content: '\e975'; } /* '' */
.icon-socials-li:before { content: '\e976'; } /* '' */
.icon-pencil-1:before { content: '\e977'; } /* '' */
.icon-fire:before { content: '\e978'; } /* '' */
.icon-reactions_inlove1:before { content: '\e979'; } /* '' */
.icon-play-button:before { content: '\e97a'; } /* '' */
.icon-sketching:before { content: '\e97b'; } /* '' */
.icon-socials-go:before { content: '\e97c'; } /* '' */
.icon-target:before { content: '\e97d'; } /* '' */
.icon-socials-pi:before { content: '\e97e'; } /* '' */
.icon-socials-tw:before { content: '\e97f'; } /* '' */
.icon-dribbble-1:before { content: '\e980'; } /* '' */
.icon-cancel-1:before { content: '\e981'; } /* '' */
.icon-speech-bubble-oval-shape-with-text-lines:before { content: '\e982'; } /* '' */
.icon-04-g-1:before { content: '\e983'; } /* '' */
.icon-pinterest:before { content: '\e984'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-pound:before { content: '\f154'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-car:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' *//*
Theme Name: Maxify
Theme URI: https://maxify.themerex.net/
Description: Maxify is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: maxify
*/
/* TABLE OF CONTENTS:

1. Reset tags
2. Default tag's settings
3. Form fields settings
4. WP styles and Screen readers
5. Theme grid
6. Page layouts
7. Section's decorations
   7.1 Header: Logo and Menu
   7.2 Sliders
   7.3 Post info (page/post title, category or tag name, author, meta, etc.)
   7.4 Post Formats
   7.5 Paginations
8. Single page parts
   8.1 Post header
   8.2 Post footer
   8.3 Post author
   8.4 Related posts
   8.5 Comments
   8.6 Page 404
   8.7 Page 'No search results' and 'No archive results'
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third part plugins
14. Predefined classes for users

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: 0;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/
controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll !important;
  overflow-x: hidden;
  height: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* 2. Default tag's settings
-------------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Next rule make text bolder in Mozilla on MacOS */
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.ua_gecko h1, .ua_gecko h2, .ua_gecko h3, .ua_gecko h4, .ua_gecko h5, .ua_gecko h6 {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.ua_ie h1, .ua_ie h2, .ua_ie h3, .ua_ie h4, .ua_ie h5, .ua_ie h6 {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.ua_safari h1, .ua_safari h2, .ua_safari h3, .ua_safari h4, .ua_safari h5, .ua_safari h6 {
  word-break: normal;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

li > ol, li > ul, dl > dd {
  margin-bottom: 0;
}

li > p {
  margin-bottom: 0;
}

li > p + p {
  margin-top: 0.5em;
}

ol, ul {
  padding-left: 1.5em;
}

ul.trx_addons_list_dot {
  padding-left: 15px;
}
ul.trx_addons_list_dot li {
  list-style-type: none;
  position: relative;
}
ul.trx_addons_list_dot li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -12px;
  width: 3px;
  height: 3px;
  background-color: #1e1e1e;
  border-radius: 50%;
}

/* Links */
a,
.wp-block-calendar a {
  text-decoration: none;
  background: transparent;
}

a,
a:hover,
a:focus,
a:active {
  outline: 0;
}

a img {
  border: none;
}

a em,
a b {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover em,
a:hover b {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
button,
input[type=button],
input[type=submit] {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: block;
}

:active, :focus {
  outline: 0;
}

a[href="javascript:void(0)"] {
  cursor: default;
}

/* Tables */
table {
  border-collapse: collapse;
}

table > p {
  margin: 0 !important;
}

table td, table th {
  padding: 1.8em 1em;
}

table th {
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.sc_table table th {
  padding: 0.75em 0.5em 0.75em 0.7em;
}

.sc_table table td {
  padding: 1.2em 0.5em 1.2em 0.7em;
}

caption {
  font-weight: 700;
  text-align: center;
}

.sc_table table tr:first-child th {
  font-weight: normal;
  font-size: 1.5rem;
}

.sc_table table tr:first-child td {
  font-weight: normal;
}

/* Blockquotes*/
blockquote,
.wp-block-quote.is-style-large:not(.is-style-plain) {
  position: relative;
  text-align: left;
  padding: 1.9em 2.2em 1.8em 2.8em;
  font-size: 2.25rem;
  line-height: 1em;
  text-transform: uppercase;
}
.post_layout_classic blockquote,
.post_layout_classic .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 1.3em;
}

.wp-block-columns .wp-block-column blockquote {
  padding: 0.9em 1.2em 0.8em 1.8em;
}
.wp-block-columns .wp-block-column blockquote:before {
  left: 0.4em;
}

figure.wp-block-pullquote {
  padding: 0;
}
figure.wp-block-pullquote blockquote {
  margin: 0.5em 0 !important;
}

blockquote:before {
  content: "\e958";
  font-family: "fontello";
  font-size: 3.8rem;
  line-height: 1em;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0.6em;
  left: 1em;
}

blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
blockquote p {
  margin: 0;
  font-size: 2.125rem;
  line-height: 1em;
  font-weight: 400;
}

.wp-block-quote.is-style-large cite,
blockquote > cite,
blockquote > p > cite {
  display: block;
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  margin-top: 1.5em;
  letter-spacing: 0.01em;
  text-align: left;
}
.wp-block-quote.is-style-large cite span,
blockquote > cite span,
blockquote > p > cite span {
  font-weight: normal;
}

.wp-block-quote.has-text-align-right cite {
  text-align: right;
}

.blog_mode_post blockquote,
.blog_mode_page blockquote {
  margin: 0.8em 0 1.5em 0;
  margin-bottom: 0.8em !important;
}

.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
  margin: 1.5em 0;
}

/* Other tags */
dd {
  margin-left: 1.5em;
}

dt, b, strong {
  font-weight: bold;
}

dfn, em, i {
  font-style: italic;
}

pre, code, kbd, tt, var, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: 0;
}

pre {
  overflow: auto;
  max-width: 100%;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #888;
  background-color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

pre > code {
  display: block;
  vertical-align: top;
  padding: 1em;
}

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

mark, ins {
  background-color: transparent;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 80%;
}

big {
  font-size: 120%;
}

[hidden], template {
  display: none;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #eee;
  margin: 6.7857em 0;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: margin-bottom 0.3s ease;
  -o-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
  margin-bottom: 0;
  text-align: center;
  padding: 13px 10px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-height: 60%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure:hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
  margin-bottom: -6em;
}

figure figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
  margin-bottom: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Audio and Video */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, video, embed {
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

/* Fontello icons */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-size: inherit;
  line-height: inherit !important;
  font-weight: inherit;
  font-style: inherit;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}

/* 3. Form fields settings
-------------------------------------------------------------- */
/* Common rules */
form {
  margin-bottom: 0;
}

button, input, optgroup, select, textarea, textarea.wp-editor-area {
  font-family: inherit;
  font-size: 1em; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button {
  overflow: visible;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]::-webkit-input-placeholder, textarea[placeholder]::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]::-moz-placeholder, textarea[placeholder]::-moz-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]:-ms-input-placeholder, textarea[placeholder]:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]::-ms-input-placeholder, textarea[placeholder]::-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

input[placeholder],
textarea[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

textarea, textarea.wp-editor-area,
select, option,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=checkbox],
input[type=radio] {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=number]::-webkit-outer-spin-button {
  height: 50%;
}

input[type=number],
input[type=search] {
  -webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

button[disabled],
html input[disabled] {
  cursor: default !important;
}

button:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
  outline: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area {
  -webkit-appearance: none;
  outline: none;
  resize: none;
}

.wpcf7-form .gdpr_wrap .ajax-loader {
  display: none;
}
.wpcf7-form .gdpr_wrap .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

div.wpcf7-response-output {
  margin: 3.5em 0 1em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #dd5679;
}

span.wpcf7-not-valid-tip {
  color: #dd5679;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #dd5679;
  margin-left: 0;
  margin-right: 0;
}

div.wpcf7-validation-sucsses,
div.wpcf7-mail-sent-ok {
  color: #b4b9bb;
}

.def_input_color div.wpcf7-validation-sucsses,
.def_input_color div.wpcf7-mail-sent-ok {
  color: #1e1e1e;
}

.trx_addons_message_box_error {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #dd5679;
}

form .error_field {
  color: #dd5679 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Required fields */
label.required:after {
  content: "*";
  display: none;
  vertical-align: text-top;
  font-size: 80%;
  color: #da6f5b;
}

/* Field set */
fieldset {
  padding: 1em 1.5em;
  margin: 1.5em 0.2em;
  border: 1px solid #ddd;
  position: relative;
}

fieldset legend {
  position: absolute;
  z-index: 1;
  top: -0.6em;
  left: 1.5em;
  background-color: #fff;
  font-weight: 400;
  font-style: italic;
  padding: 0 0.2em;
  letter-spacing: 0;
}

/* Buttons */
form button,
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type=submit],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type=submit],
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1.3em 2em;
  letter-spacing: 0;
  height: auto;
  border-width: 0 !important;
}

.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
  padding: 0.8em 1.6em;
}

/* Bordered button */
.sc_button.sc_button_bordered {
  border-width: 2px !important;
  padding: 1.3em 2.8em;
}

.sc_layouts_row_type_narrow .sc_button.sc_button_bordered {
  padding: 0.8em 1.8em;
}

.sc_button.sc_button_bordered.sc_button_size_small {
  padding: 0.6em 1.4em;
}

/* Simple button */
.sc_button_simple {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  border: none;
  padding: 0 1.8em 0 0;
}

.sc_button_simple:before,
.sc_button_simple:after {
  content: "\e96f";
  font-family: "fontello";
  font-style: normal;
}

.sc_button.sc_button_default.sc_button_with_icon {
  padding: 1.3em 2em 1.3em 3.6em;
  position: relative;
}
.sc_button.sc_button_default.sc_button_with_icon .sc_button_icon {
  position: absolute;
  top: 50%;
  left: 2.7em;
  font-size: 10px;
  line-height: 2.35em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding-top: 5px;
}
.sc_button.sc_button_default.sc_button_with_icon.sc_button_icon_right {
  padding: 1.3em 3.6em 1.3em 2em;
}
.sc_button.sc_button_default.sc_button_with_icon.sc_button_icon_right .sc_button_icon {
  position: absolute;
  top: 50%;
  left: auto;
  right: 2.7em;
  font-size: 10px;
  line-height: 2.35em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
}

/* Elementor Buttons */
.elementor-button.elementor-size-xs, .elementor-button.elementor-size-sm, .elementor-button.elementor-size-md, .elementor-button.elementor-size-lg, .elementor-button.elementor-size-xl {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 0;
}
.elementor-button.elementor-size-lg {
  padding: 1.3em 2em;
}
.elementor-button.elementor-size-lg .elementor-button-icon .fa {
  font-size: 10px;
}
.elementor-button .elementor-button-content-wrapper {
  line-height: 1.55em;
}

/* Text fields */
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.tourmaster-form-field input[type=text],
.tourmaster-form-field input[type=email],
.tourmaster-form-field input[type=password],
.tourmaster-form-field textarea,
.tourmaster-form-field select,
.tourmaster-form-field.tourmaster-with-border input[type=text],
.tourmaster-form-field.tourmaster-with-border input[type=email],
.tourmaster-form-field.tourmaster-with-border input[type=password],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  padding: 1.15em 1.9em;
  border: 2px solid #ddd;
}

textarea,
textarea.wp-editor-area {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  max-height: 8.75rem;
}

/* Text fields in widgets */
.widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=url],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=search],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
  padding: 1em 1.2em;
}

/* Radio buttons and checkboxes */
input[type=radio],
.mc4wp-form input[type=checkbox],
input[type=checkbox],
.edd_price_options ul > li > label > input[type=radio],
.edd_price_options ul > li > label > input[type=checkbox],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}

label > input[type=radio],
label > input[type=checkbox],
input[type=checkbox].wpcf7-acceptance {
  display: inline-block;
  vertical-align: baseline;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer;
}

.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
  display: inline-block;
  vertical-align: baseline;
}

.comment-form .wpgdprc-checkbox label,
input[type=radio] + label,
.mc4wp-form input[type=checkbox] + span,
input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

.wpcf7-list-item-label.wpcf7-list-item-right {
  position: relative;
  padding-right: 1.4em;
}

input[type=radio] + label:before,
.mc4wp-form input[type=checkbox] + span:before,
input[type=checkbox] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio] + span:before,
.edd_price_options ul > li > label > input[type=checkbox] + span:before {
  content: " ";
  font-family: "fontello";
  font-size: 1em;
  display: block;
  text-align: center;
  border: 1px solid #eee;
  width: 1.05em;
  height: 1.05em;
  line-height: 0.9em;
  position: absolute;
  z-index: 1;
  top: 0.15em;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-list-item-label.wpcf7-list-item-right:before {
  left: auto;
  right: 0;
}

.wpgdprc-checkbox label {
  padding-left: 1.3rem;
  position: relative;
  padding-bottom: 0 !important;
  font-size: 14px;
}
.wpgdprc-checkbox label input:before {
  content: "";
  font-family: "fontello";
  font-size: 14px;
  display: block;
  text-align: center;
  border: 1px solid;
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wpgdprc-checkbox label input:checked:before {
  content: "\e8ab";
}
.wpgdprc-checkbox label input[type=checkbox] {
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ua_edge .wpgdprc-checkbox label,
.ua_ie .wpgdprc-checkbox label {
  padding-left: 0;
}
.ua_edge .wpgdprc-checkbox input[type=checkbox],
.ua_ie .wpgdprc-checkbox input[type=checkbox] {
  width: auto;
}
.ua_edge .wpgdprc-checkbox input[type=checkbox]:before,
.ua_ie .wpgdprc-checkbox input[type=checkbox]:before {
  display: none;
}

input[type=radio] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio] + span:before {
  border-radius: 50%;
}

.mc4wp-form input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=checkbox]:checked + span:before {
  content: "\e8ab";
}

input[type=radio]:checked + label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio]:checked + span:before {
  content: "\e83c";
}

/* Select container (dropdown) */
select {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

select::-ms-expand {
  display: none;
}

/* Hide all select fields while page loading */
select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
  visibility: hidden;
}

/* Show all select fields when they inside an our wrapper */
.select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
  visibility: visible;
}

/* Our wrapper to decorate select fields */
.select_container {
  width: 100%;
  position: relative;
}

.select_container,
.select_container:after,
.select_container select {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select_container:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: auto;
  width: 3em;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.select_container:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sc_input_hover_accent .select_container::before {
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 0;
}

.select_container:after {
  content: "\e828";
  font-family: "fontello";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  margin-top: -0.5em;
  pointer-events: none;
  cursor: pointer;
}

.select_container select {
  background: none !important;
  border-color: transparent !important;
  width: 100% !important;
  max-width: none !important;
  padding-right: 3em !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget .select_container select {
  padding-right: 2em !important;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.widget .select_container:before {
  width: 2em;
}

.widget .select_container:after {
  right: 0.5em;
}

/* Select2 - Advanced select with search */
.select2-container {
  width: 100% !important;
}

.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
  height: auto;
  border: 2px solid #ddd;
  padding: 0.5em 0 0.5em 1.4em;
  border-radius: 0;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
  line-height: 2.86em;
}

.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-drop-active {
  border: none;
}

.select2-dropdown {
  border: 1px solid #ddd;
}

.select2-search {
  padding: 4px 0;
}

/* 4. WP styles and Screen readers
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  font-size: 0.8em;
  line-height: normal;
  padding: 1em 1.5em;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  text-decoration: none;
  /* Above WP toolbar */
  z-index: 100000;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.alignleft {
  display: inline-block;
  float: left;
  margin-right: 2em;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.alignright {
  display: inline-block;
  float: right;
  margin-left: 2em;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

figure.alignleft,
figure.alignright {
  margin-top: 0.5em;
}

figure.alignnone,
figure.aligncenter {
  margin-bottom: 1em;
}

/* Sticky posts */
.sticky_wrap {
  margin-bottom: 5em;
}

.sticky {
  position: relative;
  border: 2px solid #ddd;
  padding: 2em;
}

.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
  text-align: center;
}

.sticky .label_sticky {
  display: block;
  position: absolute;
  z-index: 1;
  top: -14px;
  right: -14px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #ddd;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sticky_wrap .sticky .post_featured {
  display: inline-block;
}

.sticky_wrap .sticky .post_categories {
  margin-top: 1em;
}

.sticky_wrap .sticky .post_title {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Gallery */
.gallery {
  margin: 0 -5px 20px -5px;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

figure.wp-block-gallery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.wp-block-gallery:not(.has-nested-images).alignleft.extraclass {
  margin-right: 20px;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111% !important;
}

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

.gallery-columns-7 .gallery-item {
  width: 14.2857142857% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667% !important;
}

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

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

.gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}

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

.gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.gallery-item a {
  display: block;
}

.gallery-item a img {
  border: none !important;
  display: block;
  width: 100%;
}

.gallery-item .gallery-icon {
  margin: 5px;
}

.gallery-item .gallery-caption {
  height: auto;
  max-height: 40%;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.gallery-columns-9 .gallery-caption {
  font-size: 0.625em;
}

.gallery-columns-8 .gallery-caption {
  font-size: 0.6875em;
}

.gallery-columns-7 .gallery-caption {
  font-size: 0.75em;
}

.gallery-columns-6 .gallery-caption {
  font-size: 0.8125em;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -17px;
}

/* Post with password */
.post-password-form label {
  display: inline-block;
  vertical-align: top;
}

.post-password-form input[type=submit] {
  display: inline-block;
  margin-left: 0.2em;
}

/* 5. Theme grid
-------------------------------------------------------------- */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row, .columns_wrap {
  margin-left: 0px;
  margin-right: -50px;
}

.row > [class*=column-],
.columns_wrap > [class*=column-] {
  /* Old way: floating columns */
  /* New way: inline blocks */
  /* Warning: remove spaces between column's tags:
  	Right:															Wrong:
  	<div class="columns_wrap"><div class="column-1_2">				<div class="columns_wrap">
  																		<div class="column-1_2">
  		...																	...
  	</div><div class="column-1_2">										</div
  																		<div class="column-1_2">
  		...																	...
  	</div></div>														</div>
  																	</div>
  */
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row.columns_padding_left, .columns_wrap.columns_padding_left, .vc_row.columns_padding_left {
  margin-left: -50px;
  margin-right: 0;
}

.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*=column-], .columns_wrap.columns_padding_left > [class*=column-],
.row > [class*=column-].columns_padding_left, .columns_wrap > [class*=column-].columns_padding_left {
  padding-left: 50px;
  padding-right: 0;
}

.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
  margin-left: 0;
  margin-right: -50px;
}

.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*=column-], .columns_wrap.columns_padding_right > [class*=column-],
.row > [class*=column-].columns_padding_right, .columns_wrap > [class*=column-].columns_padding_right {
  padding-left: 0;
  padding-right: 50px;
}

.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
  margin-left: -25px;
  margin-right: -25px;
}

.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*=column-], .columns_wrap.columns_padding_center > [class*=column-],
.row > [class*=column-].columns_padding_center, .columns_wrap > [class*=column-].columns_padding_center {
  padding-left: 25px;
  padding-right: 25px;
}

.row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-],
.row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
  padding-bottom: 50px;
}

.sc_blogger.no_margin .row, .sc_blogger.no_margin .columns_wrap,
.row.no_margin, .columns_wrap.no_margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sc_blogger.no_margin .row > [class*=column-], .sc_blogger.no_margin .columns_wrap > [class*=column-],
.row.no_margin > [class*=column-], .columns_wrap.no_margin > [class*=column-] {
  padding: 0 !important;
}

/* Columns, push, pull and offset sizes */
.column-1,
.column-1_1 {
  width: 100%;
}

.column-1_2 {
  width: 50%;
}

.push-1_2 {
  left: 50%;
}

.pull-1_2 {
  right: 50%;
}

.offset-1_2 {
  margin-left: 50%;
}

.column-1_3 {
  width: 33.3333333333%;
}

.push-1_3 {
  left: 33.3333333333%;
}

.pull-1_3 {
  right: 33.3333333333%;
}

.offset-1_3 {
  margin-left: 33.3333333333%;
}

.column-1_4 {
  width: 25%;
}

.push-1_4 {
  left: 25%;
}

.pull-1_4 {
  right: 25%;
}

.offset-1_4 {
  margin-left: 25%;
}

.column-1_5 {
  width: 20%;
}

.push-1_5 {
  left: 20%;
}

.pull-1_5 {
  right: 20%;
}

.offset-1_5 {
  margin-left: 20%;
}

.column-1_6 {
  width: 16.6666666667%;
}

.push-1_6 {
  left: 16.6666666667%;
}

.pull-1_6 {
  right: 16.6666666667%;
}

.offset-1_6 {
  margin-left: 16.6666666667%;
}

.column-1_7 {
  width: 14.2857142857%;
}

.push-1_7 {
  left: 14.2857142857%;
}

.pull-1_7 {
  right: 14.2857142857%;
}

.offset-1_7 {
  margin-left: 14.2857142857%;
}

.column-1_8 {
  width: 12.5%;
}

.push-1_8 {
  left: 12.5%;
}

.pull-1_8 {
  right: 12.5%;
}

.offset-1_8 {
  margin-left: 12.5%;
}

.column-1_9 {
  width: 11.1111111111%;
}

.push-1_9 {
  left: 11.1111111111%;
}

.pull-1_9 {
  right: 11.1111111111%;
}

.offset-1_9 {
  margin-left: 11.1111111111%;
}

.column-1_10 {
  width: 10%;
}

.push-1_10 {
  left: 10%;
}

.pull-1_10 {
  right: 10%;
}

.offset-1_10 {
  margin-left: 10%;
}

.column-1_11 {
  width: 9.0909090909%;
}

.push-1_11 {
  left: 9.0909090909%;
}

.pull-1_11 {
  right: 9.0909090909%;
}

.offset-1_11 {
  margin-left: 9.0909090909%;
}

.column-1_12 {
  width: 8.3333333333%;
}

.push-1_12 {
  left: 8.3333333333%;
}

.pull-1_12 {
  right: 8.3333333333%;
}

.offset-1_12 {
  margin-left: 8.3333333333%;
}

.column-2_2 {
  width: 100%;
}

.column-2_3 {
  width: 66.6666666667%;
}

.push-2_3 {
  left: 66.6666666667%;
}

.pull-2_3 {
  right: 66.6666666667%;
}

.offset-2_3 {
  margin-left: 66.6666666667%;
}

.column-2_4 {
  width: 50%;
}

.push-2_4 {
  left: 50%;
}

.pull-2_4 {
  right: 50%;
}

.offset-2_4 {
  margin-left: 50%;
}

.column-2_5 {
  width: 40%;
}

.push-2_5 {
  left: 40%;
}

.pull-2_5 {
  right: 40%;
}

.offset-2_5 {
  margin-left: 40%;
}

.column-2_6 {
  width: 33.3333333333%;
}

.push-2_6 {
  left: 33.3333333333%;
}

.pull-2_6 {
  right: 33.3333333333%;
}

.offset-2_6 {
  margin-left: 33.3333333333%;
}

.column-2_7 {
  width: 28.5714285714%;
}

.push-2_7 {
  left: 28.5714285714%;
}

.pull-2_7 {
  right: 28.5714285714%;
}

.offset-2_7 {
  margin-left: 28.5714285714%;
}

.column-2_8 {
  width: 25%;
}

.push-2_8 {
  left: 25%;
}

.pull-2_8 {
  right: 25%;
}

.offset-2_8 {
  margin-left: 25%;
}

.column-2_9 {
  width: 22.2222222222%;
}

.push-2_9 {
  left: 22.2222222222%;
}

.pull-2_9 {
  right: 22.2222222222%;
}

.offset-2_9 {
  margin-left: 22.2222222222%;
}

.column-2_10 {
  width: 20%;
}

.push-2_10 {
  left: 20%;
}

.pull-2_10 {
  right: 20%;
}

.offset-2_10 {
  margin-left: 20%;
}

.column-2_11 {
  width: 18.1818181818%;
}

.push-2_11 {
  left: 18.1818181818%;
}

.pull-2_11 {
  right: 18.1818181818%;
}

.offset-2_11 {
  margin-left: 18.1818181818%;
}

.column-2_12 {
  width: 16.6666666667%;
}

.push-2_12 {
  left: 16.6666666667%;
}

.pull-2_12 {
  right: 16.6666666667%;
}

.offset-2_12 {
  margin-left: 16.6666666667%;
}

.column-3_3 {
  width: 100%;
}

.column-3_4 {
  width: 75%;
}

.push-3_4 {
  left: 75%;
}

.pull-3_4 {
  right: 75%;
}

.offset-3_4 {
  margin-left: 75%;
}

.column-3_5 {
  width: 60%;
}

.push-3_5 {
  left: 60%;
}

.pull-3_5 {
  right: 60%;
}

.offset-3_5 {
  margin-left: 60%;
}

.column-3_6 {
  width: 50%;
}

.push-3_6 {
  left: 50%;
}

.pull-3_6 {
  right: 50%;
}

.offset-3_6 {
  margin-left: 50%;
}

.column-3_7 {
  width: 42.8571428571%;
}

.push-3_7 {
  left: 42.8571428571%;
}

.pull-3_7 {
  right: 42.8571428571%;
}

.offset-3_7 {
  margin-left: 42.8571428571%;
}

.column-3_8 {
  width: 37.5%;
}

.push-3_8 {
  left: 37.5%;
}

.pull-3_8 {
  right: 37.5%;
}

.offset-3_8 {
  margin-left: 37.5%;
}

.column-3_9 {
  width: 33.3333333333%;
}

.push-3_9 {
  left: 33.3333333333%;
}

.pull-3_9 {
  right: 33.3333333333%;
}

.offset-3_9 {
  margin-left: 33.3333333333%;
}

.column-3_10 {
  width: 30%;
}

.push-3_10 {
  left: 30%;
}

.pull-3_10 {
  right: 30%;
}

.offset-3_10 {
  margin-left: 30%;
}

.column-3_11 {
  width: 27.2727272727%;
}

.push-3_11 {
  left: 27.2727272727%;
}

.pull-3_11 {
  right: 27.2727272727%;
}

.offset-3_11 {
  margin-left: 27.2727272727%;
}

.column-3_12 {
  width: 25%;
}

.push-3_12 {
  left: 25%;
}

.pull-3_12 {
  right: 25%;
}

.offset-3_12 {
  margin-left: 25%;
}

.column-4_4 {
  width: 100%;
}

.column-4_5 {
  width: 80%;
}

.push-4_5 {
  left: 80%;
}

.pull-4_5 {
  right: 80%;
}

.offset-4_5 {
  margin-left: 80%;
}

.column-4_6 {
  width: 66.6666666667%;
}

.push-4_6 {
  left: 66.6666666667%;
}

.pull-4_6 {
  right: 66.6666666667%;
}

.offset-4_6 {
  margin-left: 66.6666666667%;
}

.column-4_7 {
  width: 57.1428571429%;
}

.push-4_7 {
  left: 57.1428571429%;
}

.pull-4_7 {
  right: 57.1428571429%;
}

.offset-4_7 {
  margin-left: 57.1428571429%;
}

.column-4_8 {
  width: 50%;
}

.push-4_8 {
  left: 50%;
}

.pull-4_8 {
  right: 50%;
}

.offset-4_8 {
  margin-left: 50%;
}

.column-4_9 {
  width: 44.4444444444%;
}

.push-4_9 {
  left: 44.4444444444%;
}

.pull-4_9 {
  right: 44.4444444444%;
}

.offset-4_9 {
  margin-left: 44.4444444444%;
}

.column-4_10 {
  width: 40%;
}

.push-4_10 {
  left: 40%;
}

.pull-4_10 {
  right: 40%;
}

.offset-4_10 {
  margin-left: 40%;
}

.column-4_11 {
  width: 36.3636363636%;
}

.push-4_11 {
  left: 36.3636363636%;
}

.pull-4_11 {
  right: 36.3636363636%;
}

.offset-4_11 {
  margin-left: 36.3636363636%;
}

.column-4_12 {
  width: 33.3333333333%;
}

.push-4_12 {
  left: 33.3333333333%;
}

.pull-4_12 {
  right: 33.3333333333%;
}

.offset-4_12 {
  margin-left: 33.3333333333%;
}

.column-5_5 {
  width: 100%;
}

.column-5_6 {
  width: 83.3333333333%;
}

.push-5_6 {
  left: 83.3333333333%;
}

.pull-5_6 {
  right: 83.3333333333%;
}

.offset-5_6 {
  margin-left: 83.3333333333%;
}

.column-5_7 {
  width: 71.4285714286%;
}

.push-5_7 {
  left: 71.4285714286%;
}

.pull-5_7 {
  right: 71.4285714286%;
}

.offset-5_7 {
  margin-left: 71.4285714286%;
}

.column-5_8 {
  width: 62.5%;
}

.push-5_8 {
  left: 62.5%;
}

.pull-5_8 {
  right: 62.5%;
}

.offset-5_8 {
  margin-left: 62.5%;
}

.column-5_9 {
  width: 55.5555555556%;
}

.push-5_9 {
  left: 55.5555555556%;
}

.pull-5_9 {
  right: 55.5555555556%;
}

.offset-5_9 {
  margin-left: 55.5555555556%;
}

.column-5_10 {
  width: 50%;
}

.push-5_10 {
  left: 50%;
}

.pull-5_10 {
  right: 50%;
}

.offset-5_10 {
  margin-left: 50%;
}

.column-5_11 {
  width: 45.4545454545%;
}

.push-5_11 {
  left: 45.4545454545%;
}

.pull-5_11 {
  right: 45.4545454545%;
}

.offset-5_11 {
  margin-left: 45.4545454545%;
}

.column-5_12 {
  width: 41.6666666667%;
}

.push-5_12 {
  left: 41.6666666667%;
}

.pull-5_12 {
  right: 41.6666666667%;
}

.offset-5_12 {
  margin-left: 41.6666666667%;
}

.column-6_6 {
  width: 100%;
}

.column-6_7 {
  width: 85.7142857143%;
}

.push-6_7 {
  left: 85.7142857143%;
}

.pull-6_7 {
  right: 85.7142857143%;
}

.offset-6_7 {
  margin-left: 85.7142857143%;
}

.column-6_8 {
  width: 75%;
}

.push-6_8 {
  left: 75%;
}

.pull-6_8 {
  right: 75%;
}

.offset-6_8 {
  margin-left: 75%;
}

.column-6_9 {
  width: 66.6666666667%;
}

.push-6_9 {
  left: 66.6666666667%;
}

.pull-6_9 {
  right: 66.6666666667%;
}

.offset-6_9 {
  margin-left: 66.6666666667%;
}

.column-6_10 {
  width: 60%;
}

.push-6_10 {
  left: 60%;
}

.pull-6_10 {
  right: 60%;
}

.offset-6_10 {
  margin-left: 60%;
}

.column-6_11 {
  width: 54.5454545455%;
}

.push-6_11 {
  left: 54.5454545455%;
}

.pull-6_11 {
  right: 54.5454545455%;
}

.offset-6_11 {
  margin-left: 54.5454545455%;
}

.column-6_12 {
  width: 50%;
}

.push-6_12 {
  left: 50%;
}

.pull-6_12 {
  right: 50%;
}

.offset-6_12 {
  margin-left: 50%;
}

.column-7_7 {
  width: 100%;
}

.column-7_8 {
  width: 87.5%;
}

.push-7_8 {
  left: 87.5%;
}

.pull-7_8 {
  right: 87.5%;
}

.offset-7_8 {
  margin-left: 87.5%;
}

.column-7_9 {
  width: 77.7777777778%;
}

.push-7_9 {
  left: 77.7777777778%;
}

.pull-7_9 {
  right: 77.7777777778%;
}

.offset-7_9 {
  margin-left: 77.7777777778%;
}

.column-7_10 {
  width: 70%;
}

.push-7_10 {
  left: 70%;
}

.pull-7_10 {
  right: 70%;
}

.offset-7_10 {
  margin-left: 70%;
}

.column-7_11 {
  width: 63.6363636364%;
}

.push-7_11 {
  left: 63.6363636364%;
}

.pull-7_11 {
  right: 63.6363636364%;
}

.offset-7_11 {
  margin-left: 63.6363636364%;
}

.column-7_12 {
  width: 58.3333333333%;
}

.push-7_12 {
  left: 58.3333333333%;
}

.pull-7_12 {
  right: 58.3333333333%;
}

.offset-7_12 {
  margin-left: 58.3333333333%;
}

.column-8_8 {
  width: 100%;
}

.column-8_9 {
  width: 88.8888888889%;
}

.push-8_9 {
  left: 88.8888888889%;
}

.pull-8_9 {
  right: 88.8888888889%;
}

.offset-8_9 {
  margin-left: 88.8888888889%;
}

.column-8_10 {
  width: 80%;
}

.push-8_10 {
  left: 80%;
}

.pull-8_10 {
  right: 80%;
}

.offset-8_10 {
  margin-left: 80%;
}

.column-8_11 {
  width: 72.7272727273%;
}

.push-8_11 {
  left: 72.7272727273%;
}

.pull-8_11 {
  right: 72.7272727273%;
}

.offset-8_11 {
  margin-left: 72.7272727273%;
}

.column-8_12 {
  width: 66.6666666667%;
}

.push-8_12 {
  left: 66.6666666667%;
}

.pull-8_12 {
  right: 66.6666666667%;
}

.offset-8_12 {
  margin-left: 66.6666666667%;
}

.column-9_9 {
  width: 100%;
}

.column-9_10 {
  width: 90%;
}

.push-9_10 {
  left: 90%;
}

.pull-9_10 {
  right: 90%;
}

.offset-9_10 {
  margin-left: 90%;
}

.column-9_11 {
  width: 81.8181818182%;
}

.push-9_11 {
  left: 81.8181818182%;
}

.pull-9_11 {
  right: 81.8181818182%;
}

.offset-9_11 {
  margin-left: 81.8181818182%;
}

.column-9_12 {
  width: 75%;
}

.push-9_12 {
  left: 75%;
}

.pull-9_12 {
  right: 75%;
}

.offset-9_12 {
  margin-left: 75%;
}

.column-10_10 {
  width: 100%;
}

.column-10_11 {
  width: 90.9090909091%;
}

.push-10_11 {
  left: 90.9090909091%;
}

.pull-10_11 {
  right: 90.9090909091%;
}

.offset-10_11 {
  margin-left: 90.9090909091%;
}

.column-10_12 {
  width: 83.3333333333%;
}

.push-10_12 {
  left: 83.3333333333%;
}

.pull-10_12 {
  right: 83.3333333333%;
}

.offset-10_12 {
  margin-left: 83.3333333333%;
}

.column-11_11 {
  width: 100%;
}

.column-11_12 {
  width: 91.6666666667%;
}

.push-11_12 {
  left: 91.6666666667%;
}

.pull-11_12 {
  right: 91.6666666667%;
}

.offset-11_12 {
  margin-left: 91.6666666667%;
}

.column-12_12 {
  width: 100%;
}

/* Utils */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.vertical-centered {
  overflow: hidden;
}

.vertical-centered:before {
  content: " ";
  width: 0;
  height: 100%;
  margin-left: -0.3em;
}

.vertical-centered:before,
.vertical-centered > * {
  display: inline-block;
  vertical-align: middle;
}

.maxify_loading {
  background-image: url(/wp-content/themes/maxify/images/preloader.gif) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* 6. Page layouts
-------------------------------------------------------------- */
.page_wrap {
  min-height: 100vh;
  overflow: hidden;
}

.page_wrap,
.content_wrap {
  margin: 0 auto;
}

.body_style_boxed {
  background-color: #f0f0f0;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.body_style_boxed .page_wrap {
  width: 1390px;
}

.page_content_wrap {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.remove_margins .page_content_wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.content_wrap,
.content_container {
  width: 1270px;
  margin: 0 auto;
}

.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
  width: 100%;
}

.content_wrap:after,
.content_container:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.body_style_fullwide .content_wrap {
  max-width: 1920px;
  margin: 0 auto;
  width: 100% !important;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content, .sidebar, .sidebar_inner {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar_fixed_placeholder {
  min-height: 1px;
}

.page_content_wrap .content_wrap {
  position: relative;
}

.custom_margin_section {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* Content and Sidebar */
body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content,
body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
  width: 800px;
}

[class*=content_wrap] > .sidebar {
  width: 390px;
}

.sidebar_hide [class*=content_wrap] > .content {
  margin-left: auto;
  margin-right: auto;
}

.sidebar_right [class*=content_wrap] > .content {
  float: left;
}

.sidebar_right [class*=content_wrap] > .sidebar {
  float: right;
}

.sidebar_left [class*=content_wrap] > .content {
  float: right;
}

.sidebar_left [class*=content_wrap] > .sidebar {
  float: left;
}

/* Fullwide or Fullscreen with sidebar */
.body_style_fullwide [class*=content_wrap] > .content,
.body_style_fullscreen [class*=content_wrap] > .content {
  width: 100%;
}

.body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
  padding-right: 470px;
}

.body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
  margin-left: -390px;
}

.body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
  padding-left: 470px;
}

.body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
  margin-right: -390px;
}

.body_style_fullscreen .page_content_wrap {
  overflow: hidden;
  padding: 0;
  position: relative; /* Need to correct 'sticky' sidebar position */
}

/* Boxed style for articles and sidebar */
.body_style_fullscreen [class*=content_wrap] > .content > article.page {
  padding: 0;
}

/* Sidebar control to show/hide sidebar on mobile devices */
.sidebar_control {
  display: none;
}

/* 7. Section's decorations
=============================================================== */
/* 7.1 Header
-------------------------------------------------------------- */
/* Top panel */
.top_panel {
  position: relative;
  z-index: 8000;
  padding: 0.01px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_panel .row > [class*=column-],
.top_panel .columns_wrap > [class*=column-] {
  vertical-align: middle;
}

.top_panel.with_bg_image:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* Background video in the header */
#background_video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  z-index: -1 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

div#background_video {
  position: absolute !important;
}

div#background_video:after {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

div#background_video iframe,
div#background_video video {
  position: absolute;
  z-index: 1;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 50%) !important;
  -ms-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
  max-width: none;
}

#tubular-container {
  display: none;
}

.top_panel.with_bg_video {
  background: #000;
}

/* Header positions */
.header_position_over .page_wrap {
  position: relative;
}

.header_position_over .top_panel {
  position: absolute;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100%;
  background: none !important;
}

.header_position_over .top_panel .sc_layouts_row[class*=scheme_]:not(.sc_layouts_row_fixed_on) {
  background-color: transparent;
}

.header_position_under .top_panel {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.header_position_under .top_panel_mask {
  display: none;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header_position_under .page_content_wrap {
  position: relative;
  z-index: 4;
}

.header_position_under .footer_wrap {
  position: relative;
  z-index: 3;
}

/* Default header layouts
---------------------------------------------- */
/* Add transition to the default header */
.top_panel_default .top_panel_title {
  border-bottom: 1px solid #ddd;
}

.top_panel_default .sc_layouts_row_fixed_on {
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.top_panel_default .sc_layouts_row .custom-logo-link img,
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

/* Main menu in the default header */
.top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  content: "\e828";
  font-family: "fontello";
}

.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
  content: "\e836";
  font-family: "fontello";
}

.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
  content: "\e8ba";
  font-family: "fontello";
}

.sc_layouts_menu_nav li ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sc_layouts_menu_nav > li > a {
  padding: 0.7em 1.125em;
}
.sc_layouts_menu_nav > li.current-menu-item > a, .sc_layouts_menu_nav > li.current-menu-parent > a, .sc_layouts_menu_nav > li.current-menu-ancestor > a {
  font-weight: normal !important;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
  padding-right: 1.125em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  display: none;
}
.sc_layouts_menu_nav > li.menu-item-has-children li.menu-item-has-children > a {
  position: relative;
}
.sc_layouts_menu_nav > li.menu-item-has-children li.menu-item-has-children > a:after {
  content: "\e95b";
  font-family: "fontello";
  font-size: 8px;
  right: auto;
  left: 2.45em;
  top: 5px;
}
.sc_layouts_menu_nav > li li > a {
  position: relative;
  padding: 0.2em 1.56em 0.2em 2.56em;
}
.sc_layouts_menu_nav > li li > a:after {
  position: absolute;
  content: "\e95b";
  font-family: "fontello";
  font-size: 8px;
  font-weight: normal;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: auto;
  left: 2.45em;
  top: 5px;
}
.sc_layouts_menu_nav > li > ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sc_layouts_menu_nav > li > ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid #eff2f3;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.sc_layouts_menu_nav > li > ul ul {
  margin: 0;
  top: -0.9em;
}
.sc_layouts_menu_nav > li.menu-collapse > ul {
  left: auto !important;
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sc_layouts_menu_nav > li.menu-collapse > ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: auto;
  right: 5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid #eff2f3;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a {
  padding: 0.2em 1.56em 0.2em 2.56em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
  content: "\e95b";
  font-family: "fontello";
  font-size: 10px;
  right: auto;
  left: 2.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_panel .sc_layouts_menu_nav > li.menu-item-has-children li.menu-item-has-children > a:after,
.top_panel .sc_layouts_menu_nav > li li > a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Vertical menus */
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.2em;
}

/* Side menu
----------------------------------------------------------- */
body.menu_style_side {
  width: auto;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

body.menu_style_left {
  margin-left: 6rem;
}

body.menu_style_right {
  margin-right: 6rem;
}

.menu_style_side .body_wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.menu_style_side .menu_side_wrap {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 6rem;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.menu_style_right .menu_side_wrap {
  left: auto;
  right: 0;
}

.admin-bar .menu_side_wrap {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .menu_side_wrap {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .menu_side_wrap {
    top: 0;
  }
}
.menu_side_wrap .menu_side_inner {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_style_side .menu_side_wrap .sc_layouts_logo {
  display: block;
  padding: 25% 10%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.menu_style_side .menu_side_wrap .logo_text {
  font-size: 1em;
  letter-spacing: 0;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu_style_side .menu_side_wrap .logo_slogan {
  display: none;
}

.menu_side_wrap .menu_mobile_button {
  display: block;
  position: relative;
  left: 0;
  right: auto;
  top: 0;
}

.menu_side_wrap .menu_side_button {
  display: none;
  font-size: 16px;
  margin-top: -1.5em;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -1.5em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.menu_style_right .menu_side_wrap .menu_side_button {
  text-align: left;
  padding-left: 10px;
  border-radius: 50% 0 0 50%;
}

.menu_style_left .menu_side_wrap .menu_side_button {
  left: auto;
  right: -1.5em;
  text-align: right;
  padding-right: 10px;
  border-radius: 0 50% 50% 0;
}

.menu_style_right .menu_side_wrap .menu_side_button:before {
  content: "\e92a";
}

.menu_style_right .menu_side_wrap.opened .menu_side_button:before {
  content: "\e92b";
}

.menu_style_left .menu_side_wrap .menu_side_button:before {
  content: "\e92b";
}

.menu_style_left .menu_side_wrap.opened .menu_side_button:before {
  content: "\e92a";
}

#toc_menu {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: -50% 0 0 -50%;
}

.toc_menu_item {
  position: relative;
  z-index: 1;
}

.toc_menu_item .toc_menu_icon {
  display: block;
  position: relative;
  color: #888;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

.toc_menu_item .toc_menu_icon:before {
  display: inline-block;
  line-height: inherit;
  color: inherit;
}

.toc_menu_item .toc_menu_icon_default:before {
  content: " ";
  margin-top: 0.75em;
  width: 0.5em;
  height: 1px;
  background-color: #888;
}

.toc_menu_item:hover .toc_menu_icon,
.toc_menu_item_active .toc_menu_icon {
  color: #292929;
}

.toc_menu_item:hover .toc_menu_icon_default:before,
.toc_menu_item_active .toc_menu_icon_default:before {
  background-color: #292929;
}

.toc_menu_item_active .toc_menu_icon_default:before {
  width: 1.5em;
}

.toc_menu_item .toc_menu_description {
  position: absolute;
  top: 0;
  right: -20em;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.toc_menu_item:hover .toc_menu_description {
  right: 100%;
  margin-right: 1.5em;
  opacity: 1;
}

.menu_side_inner #toc_menu {
  display: block;
  position: relative;
  z-index: 0;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.menu_side_icons #toc_menu {
  left: 0;
  top: 0;
  margin: 0;
}

.menu_side_icons .toc_menu_item .toc_menu_description {
  height: 6rem;
  font-size: 1.0667em;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  top: 0;
}

.menu_side_icons .toc_menu_item:hover .toc_menu_description {
  margin-right: 0;
}

.menu_side_icons .toc_menu_item .toc_menu_description span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3em;
  letter-spacing: 1px;
}

.menu_side_icons .toc_menu_item .toc_menu_icon {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid #ddd;
}

.menu_side_icons .toc_menu_item .toc_menu_icon:before {
  font-size: 2rem;
  line-height: inherit;
  font-weight: normal;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
  text-align: center;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
  content: " ";
  width: 5px;
  height: 5px;
  line-height: inherit;
  border-radius: 50%;
}

.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
}

.menu_style_left .toc_menu_item .toc_menu_description {
  left: -20em;
  right: auto;
}

.menu_style_left .toc_menu_item:hover .toc_menu_description {
  left: 100%;
  right: auto;
}

/* Mobile header
---------------------------------------- */
.top_panel_mobile_info p {
  margin: 0;
}

/* Mobile menu
---------------------------------------- */
body.mobile_layout.menu_style_left {
  margin-left: 0;
}

body.mobile_layout.menu_style_right {
  margin-right: 0;
}

body.mobile_layout.menu_style_right .menu_side_wrap {
  right: -6rem;
}

body.mobile_layout.menu_style_left .menu_side_wrap {
  left: -6rem;
}

body.mobile_layout.menu_style_right .menu_side_wrap.opened {
  right: 0;
}

body.mobile_layout.menu_style_left .menu_side_wrap.opened {
  left: 0;
}

body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button {
  display: block;
}

body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover {
  right: -2em;
}

body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover {
  left: -2em;
}

.menu_mobile_close {
  display: block;
  cursor: pointer;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.menu_mobile_close:before,
.menu_mobile_close:after {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 38%;
  width: 25%;
  height: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  border-top: 2px solid #fff;
}

.menu_mobile_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_mobile_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_mobile_overlay {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}

.menu_mobile {
  position: fixed;
  z-index: 100002;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.menu_mobile.opened {
  height: 100%;
}

.menu_mobile_inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
}

.menu_mobile a {
  display: block;
}

.menu_mobile [class*=sc_fly_]:not(.sc_fly_static) {
  position: static !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

.menu_mobile .sc_layouts_logo {
  text-align: center;
  margin: 4.4rem 0 0;
  font-size: 1em !important; /* Remove this rule if you want to zoom this logo too */
}

.menu_mobile .menu_mobile_nav_area {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 49%;
  padding-right: 20px; /* Hide scrollbar */
  overflow-y: scroll;
}

.menu_mobile .menu_mobile_nav_area ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: auto;
}

.menu_mobile .menu_mobile_nav_area ul ul {
  margin: 0;
  display: none;
}

.menu_mobile .menu_mobile_nav_area li {
  margin-bottom: 0;
  width: auto;
}

.menu_mobile .menu_mobile_nav_area li > a {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 1px 2.5em 1px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  width: 28rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_mobile .menu_mobile_nav_area > ul > li > a {
  font-size: 2em;
  line-height: 1.5em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li > a {
  padding-left: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.menu_mobile .menu_mobile_nav_area > ul > li ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li ul li ul {
  padding-bottom: 0;
}

.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
  padding-left: 2em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
  padding-left: 3em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter {
  margin-top: 0 !important;
  padding-top: 0 !important;
  text-align: center;
  overflow: hidden;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
  overflow: hidden;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.5em;
}

.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a > span {
  display: block;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  height: 0;
}

.menu_mobile .menu_mobile_nav_area .open_child_menu {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  padding: 0.25em;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
}

.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
  background-color: transparent;
  padding: 0.25em 0.7em;
}

.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
  background-color: rgba(255, 255, 255, 0.2);
}

.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
  font-family: "fontello";
  content: "\e828";
}

.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
  content: "\e835";
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
  display: none;
  width: 26rem;
  text-align: left;
  padding: 1em;
  margin: 0 auto;
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
  width: 100% !important;
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) {
  width: 100%;
  float: none;
}

.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) + .wpb_column:not([class*=vc_col-xs-]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) + .elementor-column:not([class*=elementor-xs-]) {
  margin-top: 2em;
}

.menu_mobile .search_mobile {
  position: absolute;
  z-index: 1;
  bottom: 8rem;
  left: 50%;
  width: 28rem;
  margin-left: -14rem;
}

.menu_mobile .search_mobile form {
  position: relative;
}

.menu_mobile .search_mobile .search_field {
  width: 100%;
  padding: 1.5em 3em 1.5em 1.5em !important;
}

.menu_mobile .search_mobile .search_submit {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 0.8667em;
  padding: 2em 1.8em;
  background-color: transparent;
}

.menu_mobile .socials_mobile {
  position: absolute;
  z-index: 1;
  bottom: 4rem;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
}

.menu_mobile .social_item {
  display: inline-block;
  margin: 1em 1em 0 0;
}
.menu_mobile .social_item:last-child {
  margin-right: 0;
}

.menu_mobile .social_item .social_icon {
  display: block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}

/* Menu mobile 'Narrow' */
.menu_mobile_narrow {
  margin-top: 0;
  margin-left: -320px;
  width: 320px;
  height: 100%;
  -webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  -o-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

.menu_mobile_narrow.opened {
  margin-left: 0;
}

.menu_style_right .menu_mobile_narrow {
  margin-right: -320px;
  margin-left: 0;
  left: auto;
  right: 0;
}

.menu_style_right .menu_mobile_narrow.opened {
  margin-right: 0;
}

.menu_mobile_narrow .menu_mobile_nav_area li > a {
  font-size: 1em;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: 0px;
  width: 18rem;
}

.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a {
  font-size: 1.25em;
  line-height: 1.5em;
}

.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
  font-size: 1em;
  line-height: inherit;
}

.menu_mobile_narrow .menu_mobile_nav_area li li .open_child_menu {
  padding: 0.4em;
}

.menu_mobile_narrow .search_mobile {
  width: 18rem;
  margin-left: -9rem;
}

/* Menu mobile in mobile layout */
.mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
  position: relative;
  top: auto;
  max-height: none;
  margin: 4em 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
  position: relative;
  bottom: auto;
  left: 0;
  margin: 3em auto 0;
}

.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
  position: relative;
  bottom: auto;
  margin: 1em 0 0;
}

/* Widgets in the Header
------------------------------------------------------------- */
.header_widgets_wrap {
  position: relative;
  z-index: 2;
}

.header_widgets_wrap.header_fullwidth {
  overflow: hidden;
}

.header_widgets_wrap.header_fullwidth .widget {
  margin-bottom: 0;
}

/* 7.2 Sliders
-------------------------------------------------------------- */
/* Revolution slider */
.slider_wrap rs-module_wrapper {
  z-index: 0;
}

/* 7.3 Post info (page/post title, category or tag name, author, meta, etc.)
-------------------------------------------------------------- */
/* Common styles */
.blog_archive {
  padding-bottom: 4em;
}

.post_item p {
  margin-bottom: 0;
}

.post_item > .post_title {
  margin-top: 0;
}

.post_item .more-link,
.gallery_preview_show .post_readmore {
  margin-top: 2.5em;
}

/* Tabs (internal and Essential Grid) */
.mptt-navigation-tabs,
div.maxify_tabs .maxify_tabs_titles {
  list-style-type: none;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  margin: -0.85em 0 3.2em;
}

div.esg-filter-wrapper {
  margin-bottom: 2.4rem !important;
}

.esg-overflowtrick + .esg-filters.esg-singlefilters {
  margin-top: 2.4rem !important;
}

div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.maxify_tabs .maxify_tabs_titles li {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  border: none;
  border-radius: 0;
}

div.esg-filter-wrapper .esg-filterbutton:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.maxify_tabs .maxify_tabs_titles li + li {
  margin-left: 10px;
}

div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.maxify_tabs .maxify_tabs_titles li a,
div.maxify_tabs .maxify_tabs_titles li a.ui-tabs-anchor {
  display: block;
  float: none;
  padding: 9px 17px;
  font-size: 14px !important;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
  font-weight: normal !important;
}

div.maxify_tabs .maxify_tabs_content {
  padding: 0;
}

div.maxify_tabs .maxify_tab_content_remove {
  opacity: 0;
}

div.maxify_tabs .nav-links {
  margin-top: 1em;
}

.esgbox-close-small:after {
  color: #ffffff !important;
  border: none;
}
.esgbox-close-small:hover:after {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none;
}

.esgbox-share a {
  color: #ffffff !important;
}

.esg-container ul li:before {
  display: none !important;
}

.esgbox-container .esgbox-toolbar .esgbox-button--fullscreen {
  display: none;
}
.esgbox-container.esgbox-can-drag .esgbox-toolbar .esgbox-button--thumbs + .esgbox-button--share {
  display: none;
}
.esgbox-container .esgbox-share {
  border-radius: 0;
}

/* Post's header and featured elements
----------------------------------------------------------------- */
.header_content_wrap {
  margin-bottom: 3em;
}
.header_content_wrap .content_wrap .post_featured + .post_header {
  margin-top: 3.5rem;
}

.thumbnail_type_fullwidth .content_wrap {
  margin-top: 3.5rem;
}

.thumbnail_type_fullwidth.post_header_position_default .page_content_wrap > .header_content_wrap,
.post_header_position_on_thumb .page_content_wrap > .header_content_wrap {
  margin-bottom: 7.1rem;
}

.header_content_wrap + .content_wrap {
  padding-top: 0;
}

.header_content_wrap .post_header {
  margin-bottom: 0;
}

.header_content_wrap .post_header .post_title {
  margin-top: 0;
  margin-bottom: 0;
}

.header_content_wrap .post_header .post_title + .post_meta {
  margin-top: 0.5em;
}

.header_content_wrap .post_featured {
  margin: 0;
  overflow: visible;
}

.thumbnail_type_fullwidth .header_content_wrap .post_header {
  margin-left: auto;
  margin-right: auto;
}

.thumbnail_type_fullwidth .header_content_wrap .post_featured img {
  max-width: none;
  width: 100%;
}

.thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
  height: 40rem;
  overflow: visible;
}

.thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg:before {
  display: none;
}

.thumbnail_type_fullwidth:not(.post_header_position_above) .page_content_wrap {
  padding-top: 0;
}

.single-post {
  /* Emotions */
}
.single-post .post_item_single .header_content_wrap {
  margin-bottom: 1.5em;
}
.single-post .post_item_single .header_content_wrap .post_header .post_meta {
  margin-top: 0;
}
.single-post .post_item_single.post_format_quote .header_content_wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .post_item_single.post_format_quote .post_content blockquote {
  margin-top: 0;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_tags {
  float: none;
  display: block;
  width: 100%;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_tags .post_meta_label {
  display: block;
  margin-bottom: 0.9rem;
  margin-top: 0.8em;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_tags a {
  display: inline-block;
  padding: 9px 15px;
  font-size: 14px;
  margin: 0 7px 10px 0;
}
.single-post .post_item_single .post_meta_single .post_meta_item.post_share {
  float: none;
  display: block;
  width: 100%;
}
.single-post .trx_addons_emotions {
  margin-top: 1.5em;
}
.single-post .trx_addons_emotions .trx_addons_emotions_title {
  margin-top: 0;
  margin-bottom: 0.7em;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item {
  position: relative;
  padding: 16px 12px 13px 51px;
  margin: 0 10px 10px 0;
  text-align: left;
  width: auto;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item:last-child {
  margin-right: 0;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item .trx_addons_emotions_item_number {
  font-weight: normal;
  margin-top: 0;
  z-index: 2;
  line-height: 1em;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item .trx_addons_emotions_item_label {
  z-index: 1;
  line-height: 1em;
  margin-top: 1px;
  text-transform: lowercase;
}
.single-post .trx_addons_emotions .trx_addons_emotions_item:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 1.9rem;
}
.single-post.extra_footer_single .extra_footer_single_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 5.6em;
}
.single-post.extra_footer_single .extra_footer_single_wrap > * {
  padding-left: 25px;
  padding-right: 25px;
}
.single-post.extra_footer_single .extra_footer_single_wrap .author_wrap {
  width: 50%;
}
.single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info {
  margin-top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_avatar {
  width: 19rem;
  padding-right: 30px;
}
.single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_description {
  padding-left: 0;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap {
  width: 50%;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .post_meta {
  margin-top: 0;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .post_meta .post_meta_item {
  display: block;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .post_meta .post_meta_label {
  display: block;
  margin-top: -3px;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .trx_addons_emotions {
  margin-top: 1.6em;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .trx_addons_emotions .trx_addons_emotions_item {
  padding: 16px 9px 13px 50px;
}
.single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .trx_addons_emotions .trx_addons_emotions_item:before {
  left: 12px;
}
.single-post.extra_footer_single .related_wrap {
  margin-top: 2.7em;
  padding-top: 2.6em;
}
.single-post.extra_footer_single .related_wrap .related_wrap_title {
  text-align: center;
  margin-bottom: 0.9em;
}
.single-post.extra_footer_single .comments_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 3em;
}
.single-post.extra_footer_single .comments_wrap > * {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
  padding-top: 0;
}
.single-post.extra_footer_single .comments_wrap .comments_list_wrap {
  width: 50%;
}
.single-post.extra_footer_single .comments_wrap .comments_list_wrap + .comments_form_wrap {
  width: 50%;
}
.single-post.extra_footer_single .comments_wrap .comments_form_wrap {
  width: 100%;
}

.post_header_position_above .header_content_wrap .post_header {
  margin-bottom: 3em;
}

.post_header_position_default .header_content_wrap .post_featured + .post_header {
  margin-top: 2.5em;
}

.post_header_position_on_thumb .header_content_wrap {
  position: relative;
}

.post_header_position_on_thumb .header_content_wrap .post_header {
  display: block;
  max-width: 50%;
  padding: 2em;
  margin: 0 auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tl .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_ml .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_bl .post_header {
  text-align: left;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tr .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_mr .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_br .post_header {
  text-align: right;
}

.post_header_position_on_thumb .header_content_wrap .post_featured + .post_header {
  display: inline-block;
  background-color: #fff;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tl .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 3em;
  left: 3em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_tc .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_tr .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 3em;
  right: 3em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_ml .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 3em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_mc .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_mr .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_bl .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  bottom: 3em;
  left: 3em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_bc .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  bottom: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post_header_position_on_thumb .header_content_wrap.header_align_br .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  bottom: 3em;
  right: 3em;
}

.post_header_position_on_thumb .header_align_ts,
.post_header_position_on_thumb .header_align_ts > .content_wrap {
  padding-top: 0.1px;
}

.post_header_position_on_thumb .header_content_wrap.header_align_ts .post_featured {
  margin-top: 6em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_ts .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
}

.post_header_position_on_thumb .header_align_bs,
.post_header_position_on_thumb .header_align_bs > .content_wrap {
  padding-bottom: 0.1px;
}

.post_header_position_on_thumb .page_content_wrap > .header_align_bs {
  margin-bottom: 4em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_bs .post_featured {
  margin-bottom: 5em;
}

.post_header_position_on_thumb .header_content_wrap.header_align_bs .post_featured + .post_header {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
}

.post_header_position_on_thumb.thumbnail_type_default .post_item_single .header_content_wrap .post_featured + .post_content {
  padding-top: 2.8rem;
}

.post_header_position_on_thumb .header_content_wrap .post_featured.with_header {
  position: relative;
}

.post_header .post_meta_categories {
  margin-bottom: 0.5em;
}

.post_header_position_default .header_content_wrap .post_header .post_meta_categories {
  margin-bottom: 1.5em;
}

.header_content_wrap .post_header .post_meta_other {
  margin-top: 1em;
}

.header_content_wrap .post_header .post_subtitle {
  margin-top: 0.1em;
}

.header_content_wrap .post_header.align_center,
.post_item_single .header_content_wrap .post_header.align_center {
  text-align: center;
}

.header_content_wrap .post_header.align_left,
.post_item_single .header_content_wrap .post_header.align_left {
  text-align: left;
}

.header_content_wrap .post_header.align_right,
.post_item_single .header_content_wrap .post_header.align_right {
  text-align: right;
}

/* Post's banners */
.page_content_wrap {
  position: relative;
}

[class*=_banner_wrap] {
  position: relative;
  text-align: center;
}

[class*=_banner_wrap] .banner_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner_with_image:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.banner_with_image:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.banner_with_image > * {
  position: relative;
  z-index: 2;
  color: #fff !important;
}

.page_banner_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.custom-background .page_content_wrap {
  background-color: transparent !important;
}

.custom-background .content_wrap > .content,
.page_banner_wrap ~ .content_wrap > .content {
  padding: 4rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.header_banner_wrap,
.sidebar_banner_wrap,
.footer_banner_wrap {
  padding: 30px;
  background-position: center;
  background-size: cover;
}

.sidebar_banner_wrap {
  margin-bottom: 30px;
}

/* Post featured block */
.post_featured {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.8em;
}

.post_featured_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post_featured_bg:before {
  content: " ";
  width: 0;
  height: 0;
  padding-top: 56.25%;
  display: inline-block;
  vertical-align: top;
  margin-left: -0.3em;
}

.post_featured_right {
  float: right;
  width: 50%;
  margin-left: 4.3478%;
}

.post_featured_left {
  float: left;
  width: 50%;
  margin-right: 4.3478%;
}

/* Post info block */
.post_meta .post_meta_item,
.post_meta .vc_inline-link {
  font-size: inherit;
  margin-left: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.post_meta .post_meta_item,
.post_meta .post_meta_item.post_edit,
.post_meta .vc_inline-link {
  margin-right: 25px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.post_meta .post_meta_item.post_date,
.post_meta .post_meta_item.post_edit.post_date,
.post_meta .vc_inline-link.post_date {
  margin-right: 0;
}
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
  content: "";
  height: 8px;
  width: 1px;
  background-color: #1d1d1d;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
}
.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
  display: none;
}
.post_meta .post_meta_item.post_counters_emotions, .post_meta .post_meta_item.post_categories, .post_meta .post_meta_item.post_counters_comments,
.post_meta .post_meta_item.post_edit.post_counters_emotions,
.post_meta .post_meta_item.post_edit.post_categories,
.post_meta .post_meta_item.post_edit.post_counters_comments,
.post_meta .vc_inline-link.post_counters_emotions,
.post_meta .vc_inline-link.post_categories,
.post_meta .vc_inline-link.post_counters_comments {
  margin-right: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post_meta .post_meta_item.post_counters_emotions:after, .post_meta .post_meta_item.post_categories:after, .post_meta .post_meta_item.post_counters_comments:after,
.post_meta .post_meta_item.post_edit.post_counters_emotions:after,
.post_meta .post_meta_item.post_edit.post_categories:after,
.post_meta .post_meta_item.post_edit.post_counters_comments:after,
.post_meta .vc_inline-link.post_counters_emotions:after,
.post_meta .vc_inline-link.post_categories:after,
.post_meta .vc_inline-link.post_counters_comments:after {
  display: none;
}
.post_meta .post_meta_item.post_counters_emotions:hover, .post_meta .post_meta_item.post_categories:hover, .post_meta .post_meta_item.post_counters_comments:hover,
.post_meta .post_meta_item.post_edit.post_counters_emotions:hover,
.post_meta .post_meta_item.post_edit.post_categories:hover,
.post_meta .post_meta_item.post_edit.post_counters_comments:hover,
.post_meta .vc_inline-link.post_counters_emotions:hover,
.post_meta .vc_inline-link.post_categories:hover,
.post_meta .vc_inline-link.post_counters_comments:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post_meta .post_meta_item.post_counters_comments:before,
.post_meta .post_meta_item.post_edit.post_counters_comments:before,
.post_meta .vc_inline-link.post_counters_comments:before {
  content: "\e982";
  font-family: "fontello";
}

.post_meta .post_meta_item.post_categories a {
  padding: 11px 14px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.post_meta .post_meta_item.post_categories a .trx_addons_extended_taxonomy_bg {
  padding: 11px 0;
  border-radius: 0;
  background-color: transparent;
}
.post_meta .post_meta_item.post_categories a .trx_addons_extended_taxonomy_bg .trx_addons_extended_taxonomy_icon {
  display: none;
}
.post_meta .post_meta_item.post_categories a:last-child {
  margin-right: 0;
}
.post_meta .post_meta_item.post_counters_emotions {
  padding: 11px 14px;
}
.post_meta .post_meta_item.post_counters_emotions:before {
  content: "\e978";
  font-family: "fontello";
}
.post_meta .post_meta_item.post_counters_emotions .post_counters_label {
  display: none;
}
.post_meta .post_meta_item.post_counters_comments {
  padding: 11px 14px;
}
.post_meta .post_meta_item.post_counters_comments .post_counters_label {
  display: none;
}
.post_meta .post_meta_item.post_author {
  margin-left: 0;
}

.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
  display: none;
}

.post_meta a.post_meta_item:before,
.post_meta .vc_inline-link:before,
.post_meta a.post_meta_item > .post_counters_number {
  margin-right: 0.2em;
}

.post_meta .vc_inline-link:before {
  content: "\e8bb";
  font-family: "fontello";
}

.post_meta .post_meta_item .post_author_avatar {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  margin-right: 0.15em;
}

.post_meta .post_meta_item .post_author_avatar > img {
  border-radius: 50%;
  width: 1.65em;
  height: 1.65em;
}

/* Socials share in the post meta */
.post_share .social_items {
  font-size: 1em;
}

.socials_share.socials_type_drop .social_items {
  padding: 0.8em 1em;
}

.post_share .social_items .social_item .social_icon i {
  font-style: normal;
  text-transform: capitalize;
}

.post_meta .socials_share {
  display: inline;
  vertical-align: baseline;
}

.post_meta_item .socials_share .social_items {
  bottom: auto;
  top: 2.5em;
}

.post_meta_item .socials_share .social_items:before {
  bottom: auto;
  top: -5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* 7.4 Post Formats
-------------------------------------------------------------- */
.post_featured .mask {
  background-color: rgba(0, 0, 0, 0.5);
}

/* WordPress Playlist */
.wp-playlist .wp-playlist-current-item img {
  background-color: #fff;
}

/* Audio */
.format-audio .post_featured {
  position: relative;
  max-height: 16em;
}

.single .format-audio .post_featured {
  max-height: none;
}

.format-audio .post_featured img {
  position: relative;
}

.format-audio .post_featured.with_thumb .mask {
  background-color: transparent;
}

.format-audio .post_featured .mask {
  opacity: 1;
}

.format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.format-audio .post_featured .post_audio.with_iframe .post_audio_title {
  display: none;
}

.format-audio .post_featured .post_audio_author,
.trx_addons_audio_player .audio_author {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  letter-spacing: -0.02em;
  margin-bottom: 0.4em;
}

.trx_addons_audio_player .audio_author {
  margin-left: 0;
  margin-right: 0;
  text-transform: none;
}

.format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption {
  font-size: 1.5em;
  line-height: 1.35em;
  font-weight: 400;
  text-transform: uppercase;
}

.format-audio .post_featured .post_audio_title {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.search-results .format-audio .post_featured .post_audio_title {
  margin-bottom: 0em;
}

.vc_row .trx_addons_audio_player .audio_caption {
  font-size: 1.5em;
  line-height: 1.35em;
  text-transform: uppercase;
}

.trx_addons_audio_player .audio_author + .audio_caption {
  margin: 0 0 0.25em;
}

.trx_addons_audio_player.with_cover:after {
  background-color: transparent;
}

.format-audio .post_featured.with_thumb .post_audio {
  position: absolute;
  z-index: 1000;
  top: auto;
  right: 7%;
  bottom: 2em;
  left: 7%;
  text-align: left;
}

.search-results .format-audio .post_featured.with_thumb .post_audio {
  bottom: 0.5em;
}

.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 2em 2.5em;
  border: 1px solid #ddd;
}

/* Shortcode "Audio" */
.trx_addons_audio_player {
  padding: 2.2em 2.5em 2.1em 2.8em;
}

.trx_addons_audio_player.without_cover {
  border: 1px solid #ddd;
}

.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured > div > .mejs-container,
.post_featured > div > .mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
  background: none;
}

.trx_addons_audio_player.with_cover .mejs-controls {
  padding: 0 !important;
}

.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
  display: none;
}

.mejs-button > button {
  border-radius: 0;
}

.mejs-controls .mejs-button > button {
  font-size: 1.8em;
  background-color: transparent !important;
}
.mejs-controls .mejs-button.mejs-replay > button, .mejs-controls .mejs-button.mejs-pause > button, .mejs-controls .mejs-button.mejs-play > button {
  margin-left: 0;
}
.has-post-thumbnail .mejs-controls {
  padding: 0;
}
.mejs-controls .mejs-time {
  font-size: 1rem;
  padding: 14px 6px 0;
}
.mejs-controls .mejs-time-rail {
  max-width: 16rem;
}
.mejs-controls .mejs-time-rail .mejs-time-handle-content {
  height: 7px;
}
.post_format_audio .mejs-controls .mejs-time-rail {
  max-width: none;
}
.mejs-controls .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-buffering,
.mejs-controls .mejs-time-current,
.mejs-controls .mejs-time-hovered,
.mejs-controls .mejs-time-loaded,
.mejs-controls .mejs-time-marker,
.mejs-controls .mejs-time-total {
  height: 7px;
}
.mejs-controls .mejs-time-float-corner {
  border-color: #000 transparent transparent;
}
.mejs-controls .mejs-time-float {
  height: 12px;
}
.mejs-controls .mejs-time-float-current {
  height: 10px;
  margin: 0 2px;
}
.mejs-controls .mejs-time-total {
  margin: 6px 0 0;
}
.mejs-controls .mejs-volume-button {
  padding-left: 20px;
  min-width: 55px;
}
.mejs-controls .mejs-horizontal-volume-total {
  top: 16px;
}

.related_item_style_2 .mejs-controls .mejs-time {
  font-size: 0.8rem;
  padding: 16px 2px 0;
}
.related_item_style_2 .mejs-controls .mejs-volume-button {
  padding-left: 5px;
  min-width: 40px;
}

/* Video */
.format-video .post_featured.without_thumb {
  display: block;
}

.format-video .post_featured.with_thumb {
  position: relative;
}

.format-video .post_featured.with_thumb .post_video {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}

.format-video .post_featured.with_thumb .post_video:before {
  content: " ";
  display: inline-block;
  padding-top: 55%;
  width: 0;
  height: 0;
}

.format-video .post_featured.with_thumb img {
  position: relative;
  z-index: 2;
}

.format-video .post_featured.with_thumb .mask {
  z-index: 3;
  opacity: 0;
}

.format-video .post_featured.with_thumb:hover .mask {
  opacity: 0.5;
}

.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 2em 0 0 -1em;
  font-size: 2em;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
  border: none;
}

.trx_addons_video_player.with_cover:hover .video_hover,
.format-video .post_featured.with_thumb:hover .post_video_hover {
  opacity: 1;
  margin-top: -1em;
}

.trx_addons_video_player.with_cover .video_hover,
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
  font-size: 3.8em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.widget_video .trx_addons_video_player.with_cover .video_hover {
  font-size: 3.8em;
  z-index: 5;
}

.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
  font-size: 1.8em;
}

.trx_addons_video_player.with_cover .video_mask {
  background: inherit;
}

.trx_addons_video_player.with_cover .video_hover:before,
.format-video .post_featured.with_thumb .post_video_hover:before {
  content: "\e97a";
  font-family: "fontello";
}

.format-video .post_featured.post_video_play .post_video {
  opacity: 1;
  z-index: 10;
}

.format-video .post_featured.post_video_play .mask {
  opacity: 1;
  background-color: #000;
}

.format-video .post_featured.post_video_play .post_video_hover {
  display: none;
}

.elementor-widget-video .eicon-play {
  font-size: 4rem;
  opacity: 1 !important;
  text-shadow: none;
}
.elementor-widget-video .eicon-play:before {
  content: "\e97a";
  font-family: "fontello";
  font-size: 4rem;
}
.elementor-widget-video .elementor-custom-embed-image-overlay:hover .eicon-play {
  opacity: 0.5 !important;
}

/* Gallery */
.format-gallery .post_featured.with_thumb .slider_outer {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

/* Aside, Link, Status, Quote */
.format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
  padding: 0;
  text-align: left;
}

.format-aside .post_content_inner, .post_item_single.format-aside .post_content > p,
.format-link .post_content_inner, .post_item_single.format-link .post_content > p,
.format-status .post_content_inner, .post_item_single.format-status .post_content > p {
  font-size: 1.6667rem;
  line-height: 1.4em;
}

.format-aside .post_content_inner {
  padding: 1em 1.3158em;
}

.format-quote .post_content p,
.format-aside .post_content p,
.format-link .post_content p,
.format-status .post_content p {
  margin-bottom: 0;
}

.format-aside .post_content p + p,
.format-link .post_content p + p,
.format-status .post_content p + p {
  margin-top: 1em;
}

.format-aside .post_content_inner:after {
  display: none;
}

.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
  margin-top: 1.6em;
}

/* Chat */
.format-chat p {
  margin-bottom: 0;
}

.format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
  display: inline-block;
  margin-top: 1.7em;
}

.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
  margin-top: 0;
}

/* 7.5 Paginations
-------------------------------------------------------------- */
/* Blog pagination: Load more and Infinite */
.nav-links-more {
  text-align: center;
  margin-top: 2em;
}

[class*=blog_style_classic] .nav-links-more,
[class*=blog_style_masonry] .nav-links-more {
  margin-top: 0;
}

.nav-links-more.nav-links-infinite {
  display: none;
}

.nav-links-more a {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
}

.nav-links-more a:after {
  position: relative;
  content: "\e969";
  font-family: "fontello";
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
}

.nav-links-more.loading a:after {
  content: "\e82f";
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.nav-links-infinite a span {
  opacity: 0;
}

.nav-links-infinite.loading {
  display: block;
}

/* Blog pagination: Prev/Next links */
.nav-links-old {
  overflow: hidden;
  font-size: 0.9333em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3em;
}

body[class*=blog_style_portfolio] .nav-links-old,
body[class*=blog_style_classic] .nav-links-old {
  margin-top: 1.3em;
}

.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
  font-family: "fontello";
  font-weight: normal;
  display: inline;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.nav-links-old .nav-prev {
  float: left;
  position: relative;
  padding-left: 2em;
}

.nav-links-old .nav-prev a:before {
  content: "\e959";
}

.nav-links-old .nav-next {
  float: right;
  position: relative;
  padding-right: 2em;
}

.nav-links-old .nav-next a:after {
  content: "\e96f";
  left: auto;
  right: 0;
}

.nav-links-old a {
  border-bottom: 1px dotted transparent;
}

/* Blog pagination: Page numbers */
div.esg-filters,
.comments_pagination,
.nav-links,
.page_links {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 2.5em;
  text-align: left;
  border: none;
  list-style-type: none;
  clear: both;
}

.page_links {
  margin-top: 0;
  padding-top: 2.5em;
}

.page_links .page_links_title {
  display: inline-block;
  vertical-align: top;
  margin: 1.75em 1em 0 0;
}

.esg-filters div.esg-navigationbutton,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  font-weight: normal;
  margin: 0.6667em 0.6667em 0 0;
  padding: 0;
  border: none;
  width: 3.7em;
  height: 3.7em;
  line-height: 3.7em;
  text-align: center;
  border-radius: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
}

.esg-filters .esg-navigationbutton i[class*=eg-icon-] {
  color: inherit;
}

.esg-filters .esg-navigationbutton i.eg-icon-left-open:before {
  content: "\e959";
  font-family: "fontello";
}

.esg-filters .esg-navigationbutton i.eg-icon-right-open:before {
  content: "\e96f";
  font-family: "fontello";
}

.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next {
  text-indent: 200px;
  overflow: hidden;
  position: relative;
}

.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.prev:before,
.comments_pagination .page-numbers.next:before {
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 10px;
}

.nav-links .page-numbers.prev:before,
.comments_pagination .page-numbers.prev:before {
  content: "\e959";
}

.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.next:before {
  content: "\e96f";
}

/* Single page Prev/Next navigation */
.nav-links-single {
  margin-top: 2.7em;
  padding-top: 3em;
}

.nav-links-single .nav-links {
  font-size: 0.8667em;
  text-align: left;
  overflow: hidden;
  text-transform: none;
  margin-top: 0;
}

.nav-links-single h2.screen-reader-text {
  display: block;
  clip: unset;
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: visible;
  margin: 0 0 0.8em !important;
  text-align: left;
  font-size: 2.25rem;
  line-height: 1.1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: initial;
}

.nav-links-single.nav-links-fixed h2.screen-reader-text {
  display: none;
}

.nav-links-single .nav-links a {
  display: block;
  position: relative;
  min-height: 5em;
  z-index: 1;
}

.nav-links-single .nav-links a .nav-arrow {
  width: 5em;
  height: 4.6em;
  line-height: 4.6em;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-links-single .nav-links a .nav-arrow:before {
  content: " ";
  display: block;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-links-single .nav-links a:hover .nav-arrow:before {
  opacity: 0.5;
}

.nav-links-single .nav-links a .nav-arrow:after {
  content: "\e959";
  font-family: "fontello";
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 3em;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-links-single .nav-links a:hover .nav-arrow:after {
  top: 0;
  opacity: 1;
}

.nav-links-single .nav-links .nav-next a .nav-arrow {
  right: 0;
  left: auto;
}

.nav-links-single .nav-links .nav-next a .nav-arrow:after {
  content: "\e96f";
}

.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: 25px;
}

.nav-links-single .nav-links .nav-previous .post-title {
  text-align: left;
}

.nav-links-single .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-left: 25px;
}

.nav-links-single .nav-links .nav-next .post-title {
  text-align: left;
}

.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;
  -o-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: 0.7em 0 0.3em;
}

.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
  font-size: 0.9286em;
  font-weight: normal;
}

.nav-links-single.nav-links-fixed {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  left: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nav-links-single.nav-links-fixed.nav-links-visible {
  opacity: 1;
}

.nav-links-single.nav-links-fixed .nav-links {
  padding: 0;
  margin: 0;
  border-width: 0;
}

.nav-links-single.nav-links-fixed .nav-links .nav-previous,
.nav-links-single.nav-links-fixed .nav-links .nav-next {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 220px;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.nav-links-single.nav-links-fixed .nav-links .nav-previous {
  left: -300px;
}

.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-previous {
  left: 0;
}

.nav-links-single.nav-links-fixed .nav-links .nav-next {
  left: auto;
  right: -300px;
}

.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-next {
  right: 0;
}

.nav-links-single .post-navigation .nav-links .nav-next a,
.nav-links-single .post-navigation .nav-links .nav-previous a {
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap {
  padding: 1.7rem 2rem 1.5rem 2.2rem;
  position: relative;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap:before,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: -1;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  line-height: 1em;
  border: none;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow:before,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .nav-arrow:before {
  display: none;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow:after,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .nav-arrow:after {
  top: 0;
  opacity: 1;
  font-size: 10px;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .screen-reader-text,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .screen-reader-text {
  position: relative !important;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  line-height: 1.7em;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .screen-reader-text:hover,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .screen-reader-text:hover {
  display: inline-block;
  background-color: transparent !important;
  color: inherit;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap:hover .screen-reader-text,
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap:hover .screen-reader-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap {
  padding-left: 11px;
}
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .nav-arrow {
  right: 0;
}
.nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap .arrow_wrap .screen-reader-text {
  padding-left: 10px !important;
}
.nav-links-single .post-navigation .nav-links .nav-next {
  text-align: left;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap {
  padding-right: 11px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .nav-arrow {
  right: 0;
  left: auto;
}
.nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap .arrow_wrap .screen-reader-text {
  padding-right: 10px !important;
}

/* Attachments navigation */
.image-navigation .nav-previous,
.image-navigation .nav-next {
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-navigation .nav-next {
  left: auto;
  right: 1.5em;
  text-align: right;
}

.image-navigation .nav-previous a,
.image-navigation .nav-next a {
  display: block;
  padding: 1.1em 1em;
  width: 0;
  max-width: 20em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  border-radius: 50%;
}

.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
  width: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 2em;
}

.image-navigation .nav-previous a:hover {
  padding-left: 3.5em;
}

.image-navigation .nav-next a:hover {
  padding-right: 3.5em;
}

.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
  content: "\e8ef";
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #333;
  color: #fff;
}

.image-navigation .nav-next a:after {
  content: "\e8f0";
  left: auto;
  right: 0;
}

.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
  border-color: transparent;
  background-color: transparent;
}

/* 8. Single page parts
-------------------------------------------------------------- */
.structured_data_snippets {
  display: none;
}

.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;
}

.section_title {
  margin: 0 0 0.8em;
  text-align: left;
}

/* 8.1 Post header
------------------------------------------------------ */
.post_item_single > .post_featured {
  margin-bottom: 2.8em;
  text-align: center;
}

.post_item_single > .post_featured > img {
  width: auto;
  max-height: 80vh;
}

.post_featured.post_attachment {
  margin-bottom: 0.5em;
}

.entry-caption {
  text-align: center;
  font-style: italic;
}

.post_item_single .post_featured + .post_header_single {
  margin-top: 2.5em;
}
.post_item_single .post_header_single {
  margin-bottom: 1.5em;
}

.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 > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
  margin-top: -0.2em;
}

.post_item_single .post_header_single .post_title {
  margin-bottom: 0;
}

/* 8.2 Post footer
------------------------------------------------------ */
.post_item_single .post_content > .post_meta_single {
  font-size: 14px;
  line-height: 1.375em;
  margin-top: 1em;
  letter-spacing: 0;
  overflow: hidden;
  clear: both;
}

.post_item_single .post_content > .post_meta_single .post_tags {
  float: left;
  display: block;
  max-width: 55%;
}

.post_item_single .post_content > .post_meta_single .post_tags:after {
  display: none;
}

/* Social share in the single post/page */
.post_item_single .post_content > .post_meta_single .post_share {
  float: right;
  display: block;
  max-width: 42%;
}

.post_item_single .post_content > .post_meta_single .post_share:before {
  display: none;
}

.post_item_single .post_content > .post_meta_single .post_share .social_item {
  margin: 0 0.5em 0.5em 0;
}

.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
  display: block;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  text-align: center;
}

/* 8.3 Post author
------------------------------------------------------ */
.author_info {
  margin-top: 5.6em;
  padding: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author_info .author_description .socials_wrap .social_item {
  margin: 6px 15px 0 0;
}
.author_info .author_description .socials_wrap .social_item .social_icon {
  background-color: transparent !important;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
}
.author_info .author_description .socials_wrap .social_item:hover .social_icon {
  background-color: transparent !important;
}

.author_avatar {
  width: 11em;
  padding-right: 30px;
}

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

.author_description {
  padding-left: 0;
}

.author_title {
  margin-top: 0;
  margin-bottom: 0.6em;
}

.author_bio p {
  margin: 0;
}

.author_bio p + p {
  margin-top: 0.6em;
}

.author_bio .author_link {
  display: block;
  margin-top: 0.8em;
  font-style: italic;
  letter-spacing: 0;
}

.author_bio .socials_wrap {
  margin-top: 1em;
}

/* 8.4 Related posts
------------------------------------------------------ */
.related_wrap {
  margin-top: 3em;
  padding-top: 3em;
}

.related_wrap .related_item {
  text-align: center;
}

.related_wrap .post_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.related_wrap .post_categories li {
  display: inline-block;
  margin: 0;
}

.related_wrap .post_categories li + li {
  margin-left: 0.5em;
}

.related_wrap .post_categories li:nth-child(n+3) {
  display: none;
}

.related_wrap .post_title {
  margin: 0.2em 0 0.1em;
}

/* Style 1 */
.related_wrap .related_item_style_1 .post_featured .post_header {
  display: block;
  max-width: 70%;
  padding: 3em 2em;
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.related_wrap .related_item_style_1.format-video .post_featured.with_thumb .post_video_hover {
  top: 90%;
}

.related_wrap .related_item_style_1 .post_title {
  margin: 0.8em 0;
  letter-spacing: 1px;
  line-height: 1.5em;
}

/* Style 2 */
.related_wrap .related_item_style_2 .post_featured img {
  width: 100%;
}

.related_item_style_2 {
  position: relative;
}
.related_item_style_2 .post_featured {
  position: relative;
  margin-bottom: 0;
}
.related_item_style_2 .post_featured + .top_wrap_meta {
  position: absolute;
  top: 1.8em;
  left: 2em;
  z-index: 6;
  padding: 0;
}
.related_item_style_2 .post_featured + .top_wrap_meta .post_meta {
  margin-top: 0;
}
.related_item_style_2.post_format_quote .post_header .inner_content_wrap {
  padding: 1.5em 2em 1em 2em;
}
.related_item_style_2.post_format_audio .post_featured + .top_wrap_meta {
  position: absolute;
  top: 1.8em;
  left: 1.7em;
  z-index: 6;
  padding: 0;
}
.related_item_style_2.post_format_audio .post_featured + .top_wrap_meta .post_meta {
  margin-top: 0;
}
.related_item_style_2 .post_header .inner_content_wrap {
  text-align: left;
  padding: 1.4em 2em 1em 2em;
}
.related_item_style_2 .post_header .inner_content_wrap .top_wrap_meta {
  margin-bottom: 0.8rem;
}
.related_item_style_2 .post_header .inner_content_wrap .post_content .post_meta {
  margin-top: 1.2rem;
}
.related_item_style_2 .post_header .inner_content_wrap .post_content .post_meta .post_author {
  margin-left: 0;
}
.related_item_style_2 .post_header .inner_content_wrap .post_content {
  margin-top: 1em;
}
.related_item_style_2.post_format_quote .inner_content_wrap .post_content {
  margin-top: 0;
}
.related_item_style_2.post_format_quote .inner_content_wrap .post_content .post_content_inner blockquote {
  padding: 1.5em;
}

/* Style 3 */
.related_wrap .related_item_style_3.related_item {
  text-align: left;
  border-bottom: 1px solid #c1c1c1;
}

.related_wrap .related_wrap_slider .related_item_style_3.related_item {
  border-bottom: none;
}

.related_wrap .related_item_style_3 .post_date {
  font-size: 1em;
  line-height: inherit;
  vertical-align: baseline;
}

.related_wrap .related_item_style_3 .post_date [class^=icon-] {
  font-size: 1.2em;
  line-height: inherit;
  margin-right: 0.3em;
  margin-left: 0;
  vertical-align: baseline;
}

.related_wrap .columns_wrap .column-1_4:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(3) .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(4) .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:nth-last-child(3) .related_item_style_3,
.related_wrap .columns_wrap .column-1_2:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_2:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_1:last-child .related_item_style_3 {
  border-bottom: none;
}

/* 8.5 Comments
-------------------------------------------------------- */
.body_style_fullscreen .comments_wrap {
  margin-bottom: 3em;
}

.related_wrap + .comments_wrap .comments_list_wrap {
  margin-top: 0;
  padding-top: 3em;
}

.extra_footer_single .related_wrap + .comments_wrap .comments_list_wrap {
  margin-top: 0;
  padding-top: 0;
}

/* Comment list */
.comments_list_wrap {
  margin-top: 3em;
  padding-top: 3em;
  overflow: hidden;
}

.comments_list_wrap .comments_closed {
  margin-top: 2em;
  color: #1d1d1d;
}

.comments_list_wrap > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comments_list_wrap ul li + li,
.comments_list_wrap li > ul > li {
  padding-top: 1.5em;
}

.comments_list_wrap ul > li {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 6em;
}

.comments_list_wrap ul > li:before {
  display: none;
}

.comments_list_wrap ul ul {
  margin-left: 1.8em;
  padding-left: 0;
}

.comments_list_wrap ul ul ul ul ul {
  margin-left: 0;
}

.comments_list_wrap li + li,
.comments_list_wrap li ul {
  margin-top: 1.2em;
}

.comments_list_wrap .comment_author_avatar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 3.8em;
  height: 3.8em;
  line-height: 3.8em;
  text-align: center;
  overflow: hidden;
}

.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
  top: 1.4em;
}

.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
  content: " ";
  display: block;
  border: 12px solid transparent;
  border-top-color: #ddd;
  position: absolute;
  z-index: 1;
  top: -14px;
  right: -14px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.comments_list_wrap .comment_author_avatar img {
  width: 100%;
}

.comments_list_wrap .comment_content {
  padding-left: 5.4em;
  overflow: hidden;
}

.comments_list_wrap .comment_info {
  margin: 0 0 0.4em;
  position: relative;
  line-height: 1.2em;
}
.comments_list_wrap .comment_info > *:after {
  content: "|";
  position: relative;
  padding-left: 5px;
  margin-right: 5px;
}
.comments_list_wrap .comment_info > *:last-child:after {
  display: none;
}

.comments_list_wrap .comment_author {
  margin: 0 0.5em 0 0;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
.comments_list_wrap .comment_author a {
  display: inline-block;
}

.comments_list_wrap .comment_posted {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: inherit;
  font-style: normal;
}

.comments_list_wrap .comment_posted_label {
  display: none;
}

.comments_list_wrap .comment_counters,
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
  display: inline-block;
  vertical-align: baseline;
}

.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
  margin-right: 0.3em;
}

.comments_list_wrap .comment_time {
  display: none;
}

.comments_list_wrap .comment_not_approved {
  padding: 0.2em 0 0.5em 0;
  font-style: italic;
}

.comments_list_wrap .comment_text {
  margin-bottom: 0.5em;
}

.comments_list_wrap .comment_text p {
  margin: 0;
}

.comments_list_wrap .comment_text p + p {
  margin-top: 0.6em;
}

.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.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 ol {
  list-style: decimal outside;
}

.comments_list_wrap .comment_text ol ol {
  list-style-type: lower-alpha;
}

.comments_list_wrap .comment_text ol ol ol {
  list-style-type: upper-roman;
}

.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_reply {
  font-size: 14px;
  line-height: 1.2em;
  font-style: normal;
  display: inline-block;
}

.comments_list_wrap .comment_reply a:before {
  content: "\e802";
  font-family: "fontello";
  margin-right: 0.2em;
  display: none;
}

/* Trackbacks and pingbacks */
.comments_list > li.trackback,
.comments_list > li.pingback {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 4em;
  padding-top: 1em;
  min-height: 0;
  position: relative;
}

.comments_list > li.trackback + li,
.comments_list > li.pingback + li {
  margin-top: 1em;
}

.comments_list > li.trackback p,
.comments_list > li.pingback p {
  font-style: italic;
  padding-bottom: 0.8em;
}

.comments_list > li.trackback p a,
.comments_list > li.pingback p a {
  font-style: normal;
}

.comments_list > li.trackback .edit-link,
.comments_list > li.pingback .edit-link {
  position: absolute;
  z-index: 1;
  top: 1em;
  right: 0;
}

/* Comments form */
.comments_form_wrap {
  margin-top: 3em;
  padding-top: 3em;
  overflow: hidden;
}

.comments_list_wrap + .comments_form_wrap {
  margin-top: 1.8em;
  padding-top: 1.7em;
}

.comments_form_wrap form {
  position: relative;
}

.comments_wrap .comments_list_wrap .comments_form_title {
  margin-top: 1.5em;
  position: relative;
  padding-right: 1.2em;
}

.comments_wrap .comment-respond {
  margin-bottom: 2em;
}

.comments_wrap #cancel-comment-reply-link {
  font-size: 0;
}

.comments_wrap #cancel-comment-reply-link:before {
  content: "\e916";
  font-family: "fontello";
  font-size: 18px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.comments_wrap .comments_notes {
  font-size: 0.8667em;
}

.comments_wrap .comments_field {
  margin-bottom: 1.25em;
}

.comments_wrap .comments_author,
.comments_wrap .comments_email {
  width: 48.7%;
  float: left;
}

.comments_wrap .comments_email {
  float: right;
}

.comments_wrap .comments_url {
  clear: both;
}

.comments_wrap .comments_comment:before {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.comments_wrap .comments_field label {
  display: none;
}

.comments_wrap .comments_field input[type=checkbox] + label,
.comments_wrap .comments_field input[type=radio] + label {
  display: block;
}

.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
  width: 100%;
  padding: 1.15em 2em;
}

.comments_wrap .comments_field textarea {
  min-height: 9.15rem;
}

/* Submit button */
.comments_wrap .form-submit {
  margin: 2em 0 0;
}

.comments_wrap .form-submit:before {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.comments_wrap .form-submit input[type=submit] {
  display: inline-block;
}

form .error_field {
  border-color: #CC6868 !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
  -ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
}

/* Social login in the comment form */
.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;
}

/* MailChimp form */
form.mc4wp-form {
  padding-right: 11em !important;
  padding-bottom: 2.3rem;
}
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  max-width: 12em !important;
  padding: 1.2rem 1.8rem !important;
}
form.mc4wp-form .label_wrap {
  position: absolute !important;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  bottom: 0;
}
.sc_layouts_column_align_center form.mc4wp-form .label_wrap {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

/* 8.6 Page 404
-------------------------------------------------------------- */
.post_item_404 .post_content {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.post_item_404 .page_title {
  width: auto;
  font-size: 25rem;
  line-height: 0.7em;
  margin: 0;
  margin-top: 0 !important;
  letter-spacing: 0;
  text-align: center;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.post_item_404 .page_info {
  width: 100%;
  text-align: center;
  padding: 3.8rem 0 0 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_item_404 .page_subtitle {
  margin: 0;
}

.post_item_404 .page_description {
  font-size: 1rem;
  margin-top: 1.2em;
  margin-bottom: 2.4em;
  text-transform: none;
}

.post_item_404 .go_home:after {
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  margin-left: 0.5em;
  line-height: inherit;
}

/* 8.7 Page 'No search results' and 'No archive results'
-------------------------------------------------------- */
.post_item_none_search .post_content {
  padding: 1.5em 0;
}

.post_item_none_search .page_title,
.post_item_none_archive .page_title {
  font-size: 7em;
  line-height: 0.7em;
}

/* 9. Sidebars
-------------------------------------------------------------- */
/* Inherit rules */
.sidebar.widget_area .sidebar_inner .widget {
  padding: 3.4rem 3.4rem 3.4rem 3.6rem;
}
.sidebar.widget_area .sidebar_inner .widget + .widget {
  margin-top: 3.2rem;
}
.sidebar.widget_area .sidebar_inner .widget.widget_tag_cloud .tagcloud {
  padding-top: 7px;
}

.elementor-widget-sidebar .widget {
  padding: 3.45rem 3.4rem 3.45rem 3.6rem;
  margin-bottom: 50px;
}
.elementor-widget-sidebar .widget:last-child {
  margin-bottom: 0;
}
.elementor-widget-sidebar .widget.widget_tag_cloud {
  padding: 3.45rem 3.4rem 3.6rem 3.6rem;
}
.elementor-widget-sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 10px;
}
.elementor-widget-sidebar aside {
  width: 100%;
}

/* Common rules */
.sidebar[class*=scheme_] .sidebar_inner {
  padding: 4rem 0;
}

.sidebar[class*=scheme_] .widget {
  padding: 0 4rem;
}

.sidebar[class*=scheme_] .widget .widget {
  padding: 0;
}

.sidebar[class*=scheme_] .widget + .widget {
  padding-top: 4rem;
}

.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*=scheme_] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar[class*=scheme_] .widget + .widget.widget_fullwidth {
  border-top: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*=scheme_] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar[class*=scheme_] .widget.widget_fullwidth + .widget {
  border-top: none;
  margin-top: 0;
}

.widget p {
  margin: 0;
}

.widget p + p,
.widget p + div,
.widget p + form {
  margin-top: 1em;
}

.widget .widgettitle {
  font-size: 1.4286em;
  line-height: 1.35em;
}

.widget .widget_title,
.widget .widgettitle {
  margin-top: 0;
  margin-bottom: 0.75em;
}

.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
  text-align: center;
}

ul.wp-block-page-list,
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ul.wp-block-categories__list,
.widget ul {
  position: relative;
  margin: 0;
  padding-left: 0.9em;
  list-style-type: none;
}
ul.wp-block-page-list ul,
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul,
ul.wp-block-categories__list ul,
.widget ul ul {
  margin-top: 6px;
}

.widget ul ul ul ul { /* Remove padding for the levels 4+ */
  padding-left: 0.5em;
}

ul.wp-block-page-list li,
ul.wp-block-archives-list li,
ul.wp-block-categories-list li,
ul.wp-block-categories__list li,
.widget li {
  position: relative;
  list-style: none;
}
ul.wp-block-page-list li + li,
ul.wp-block-archives-list li + li,
ul.wp-block-categories-list li + li,
ul.wp-block-categories__list li + li,
.widget li + li {
  margin-top: 6px;
}
ul.wp-block-page-list.wp-widget-nav_menu li,
ul.wp-block-archives-list.wp-widget-nav_menu li,
ul.wp-block-categories-list.wp-widget-nav_menu li,
ul.wp-block-categories__list.wp-widget-nav_menu li,
.widget.wp-widget-nav_menu li {
  position: relative;
  line-height: 1.4em;
}

ul.wp-block-page-list li:before,
ul.wp-block-archives-list li:before,
ul.wp-block-categories-list li:before,
ul.wp-block-categories__list li:before {
  content: "\e95b";
  font-family: "fontello";
  font-size: 7px;
  position: absolute;
  z-index: 1;
  top: 48%;
  left: -2.1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget.wp-widget-nav_menu ul > li a:before, .widget.widget_recent_entries ul > li a:before, .widget.widget_archive ul > li a:before, .widget.widget_categories ul > li a:before, .widget.widget_pages ul > li a:before, .widget.widget_nav_menu ul > li a:before, .widget.widget_meta ul > li a:before {
  content: "\e95b";
  font-family: "fontello";
  font-size: 7px;
  position: absolute;
  z-index: 1;
  top: 48%;
  left: -2.1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.widget.widget_recent_comments ul {
  padding-left: 0;
}
.widget.widget_recent_comments ul > li a:before {
  display: none;
}
.widget.widget_recent_comments ul li + li {
  margin-top: 15px;
}
.widget.widget_categories ul > li a:before, .widget.widget_pages ul > li a:before, .widget.widget_nav_menu ul > li a:before {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.widget.widget_banner a {
  position: relative;
}
.widget.widget_banner a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget.widget_banner a:hover:before {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget li a img {
  vertical-align: baseline;
}

.elementor-widget-image a {
  position: relative;
}
.elementor-widget-image a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-widget-image a:hover:before {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget.widget_recent_comments li {
  margin-bottom: 1.55em;
}

ul.wp-block-social-links,
ul.wp-block-social-links li.wp-social-link,
.widget.widget_recent_comments ul,
ol.wp-block-latest-comments,
.single-post .post_item_single .post_content .wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}

ul.wp-block-rss li:before,
.widget_rss li:before,
.wp-block-latest-comments li:before,
.wp-block-latest-posts__list li:before, .wp-block-latest-posts__list li a:before,
.widget.widget_recent_comments li:before,
ul.wp-block-social-links li.wp-social-link:before {
  display: none !important;
}

ul.wp-block-latest-posts__list > li {
  list-style-type: none !important;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
  margin-top: 0;
}

/* Widgets above and below the page (content and sidebar) */
.widgets_above_page_wrap,
.widgets_above_content_wrap {
  font-size: 1em;
  margin-bottom: 5em;
}

.widgets_below_content_wrap,
.widgets_below_page_wrap {
  font-size: 1em;
  margin-top: 5em;
}

.widgets_below_page_wrap {
  clear: both;
}

/* Widget: Calendar */
.wp-block-calendar table,
.widget_calendar table {
  width: 100%;
  position: relative;
}

.wp-block-calendar caption,
.widget_calendar caption {
  padding-bottom: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: left;
}

.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
  background-color: transparent !important;
}

.wp-block-calendar th,
.widget_calendar th,
.wp-block-calendar td,
.widget_calendar td {
  font-size: 13px !important;
  line-height: 2.6em;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 2px;
  border: none !important;
  background-color: transparent;
  width: 12%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-block-calendar th,
.widget_calendar th {
  border-right: 8px solid #fff !important;
  padding: 0;
  position: relative;
  z-index: 2;
}
.wp-block-calendar th:last-child,
.widget_calendar th:last-child {
  border: none !important;
}
.content .wp-block-calendar th,
.content .widget_calendar th {
  border: none;
}
.wp-block-calendar th:before,
.widget_calendar th:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  text-align: center;
  will-change: transform;
}

.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
  display: block;
  position: relative;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 48%;
  width: 3px;
  height: 3px;
  line-height: 3px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.wp-block-calendar td#today,
.widget_calendar td#today {
  position: relative;
  z-index: 2;
}

.wp-block-calendar td#today:before,
.widget_calendar td#today:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  text-align: center;
  will-change: transform;
}

.wp-block-calendar tfoot,
.widget_calendar tfoot {
  position: relative;
  top: 0.6em;
}

.wp-block-calendar tfoot td,
.widget_calendar tfoot td {
  text-transform: none !important;
  padding-top: 1rem;
}

.wp-calendar-nav-prev {
  text-align: left;
  overflow: hidden;
}

.wp-calendar-nav-next {
  text-align: right;
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
  position: relative;
  font-size: 1rem;
  line-height: 1em;
}

.wp-calendar-nav-prev a {
  padding-left: 0.6rem;
}

.wp-calendar-nav-next a {
  padding-right: 0.6rem;
}

.wp-calendar-nav-prev a:before,
.wp-calendar-nav-next a:before {
  position: absolute;
  left: 5px;
  top: 60%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 1.8em;
  height: 1.3em;
  line-height: 1.3em;
  display: inline-block;
  font-size: 7px;
}

.wp-calendar-nav-prev a:before {
  content: "\e965";
  font-family: "fontello";
}

.wp-calendar-nav-next a:before {
  content: "\e95b";
  font-family: "fontello";
  left: auto;
  right: 5px;
}

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-calendar-nav a {
  text-decoration: none;
}

.wp-block-calendar table {
  border-spacing: 1em;
  border-collapse: separate;
}

.wp-block-calendar table * {
  border-width: 0 !important;
}

.wp-block-calendar table caption {
  padding-bottom: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* Widget: Recent Posts */
.widget_recent_entries .post-date {
  display: inline-block;
  margin-left: 0.5em;
}

/* Widgets: WP Search, bbPress Forums Search */
.widget_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.widget_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
  content: "\e8eb";
  font-family: "fontello";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 1.2em;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget_search .search-field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
  width: 100%;
  padding: 1.25em 1.5em;
  padding-right: 3em !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_search input.search-submit,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
  display: block;
  text-indent: -1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 4em;
  height: 100%;
  padding: 0;
  border: none !important;
  background: none !important;
  cursor: pointer;
}

.wp-block-search:after {
  display: none !important;
}
.wp-block-search label {
  display: block;
  margin-bottom: 5px;
}
.wp-block-search .wp-block-search__button {
  padding: 0.4em 1.5em;
  position: relative;
}
.wp-block-search .wp-block-search__button.has-icon {
  width: 56px;
  padding: 0.4em;
}
.wp-block-search .wp-block-search__button.has-icon:before {
  content: "\e8eb";
  font-family: "fontello";
  font-weight: 300;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button svg {
  display: none;
}
.wp-block-search .wp-block-search__input {
  padding: 1em 1.2em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0.8em 1.2em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.4em 1.5em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  width: 49px;
}

/* Widget: RSS */
.widget_rss .widget_title a {
  display: inline-block;
  margin-right: 6px;
}

.widget_rss .widget_title a:first-child:before {
  content: "\e8ed";
  font-family: "fontello";
  display: inline-block;
  font-size: 0.9em;
}

.widget_rss .widget_title img {
  display: none;
}

.widget_rss ul,
.widget_rss li {
  padding-left: 0;
}

.widget_rss li:before {
  display: none;
}

.widget_rss li + li {
  margin-top: 2em;
}

/* Widgets: WP Tag Cloud */
.widget_product_tag_cloud,
.widget_tag_cloud {
  overflow: hidden;
}

.widget_product_tag_cloud .widget_title,
.widget_tag_cloud .widget_title {
  margin-bottom: 1em;
}

.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.wp-block-tag-cloud a,
.widget_tag_cloud a {
  display: block;
  float: left;
  padding: 11px 15px;
  margin: 0 9px 9px 0;
  font-size: 13px !important;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* Widget: Custom Feeds for Instagram */
#sb_instagram .sbi_header_text {
  padding-top: 0 !important;
  margin-top: -2px;
}

#sb_instagram .sb_instagram_header {
  padding: 0 !important;
  margin-bottom: 0.5em !important;
}

.footer_fullwidth #sb_instagram .sb_instagram_header {
  float: none;
  text-align: center;
  overflow: hidden;
}

.footer_fullwidth #sb_instagram .sb_instagram_header > a {
  float: none;
  display: inline-block;
  overflow: hidden;
}

#sb_instagram .sb_instagram_header h3 {
  font-size: 1.2308em;
  line-height: 1.5em;
}

#sb_instagram .sb_instagram_header p {
  font-size: 1em;
  line-height: 1.5em;
}

#sb_instagram #sbi_load {
  margin-top: 0.5em;
}

/* Widget: Instagram */
ul.instagram-pics {
  margin-right: -5px;
}

ul.instagram-pics li {
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
  overflow: hidden;
  width: 33.3333%;
  height: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column-1_3 ul.instagram-pics li {
  width: 25%;
}

.column-1_2 ul.instagram-pics li {
  width: 20%;
}

.column-1_1 ul.instagram-pics li {
  width: 16.6666%;
}

ul.instagram-pics li:before {
  display: none;
}

/* 10. Footer areas
-------------------------------------------------------------- */
.footer_wrap.footer_default {
  padding-top: 3rem;
}

/* Footer widgets */
.footer_wrap .widget[class*=column-] {
  margin: 1.5em 0;
}

.footer_wrap.footer_default .sc_layouts_row .widget[class*=column-] {
  margin-bottom: 3rem !important;
}

.footer_wrap .vc_col-sm-4 .widget li {
  display: inline-block;
  width: 45%;
  margin-right: 3%;
  vertical-align: top;
}

.footer_wrap .vc_col-sm-4 .widget li li {
  display: block;
  width: 100%;
  margin-right: 0%;
}

.footer_wrap .footer_fullwidth {
  overflow: hidden;
}

.footer_wrap .widget_title,
.footer_wrap .widgettitle {
  text-align: left;
}

.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
  text-align: center;
  margin-bottom: 1.5em;
}

/* Footer logo */
.footer_logo_inner {
  padding: 4em 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
  border-top-width: 1px;
  border-top-style: solid;
}

.footer_logo_inner:after {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 3em;
}

.trx_addons_absent .footer_logo_inner {
  padding: 1em 0;
}

.trx_addons_absent .footer_logo_inner:after {
  display: none;
}

.footer_logo_inner img {
  max-width: 25%;
}

.logo_footer_text {
  font-size: 3.3333em;
  line-height: 1em;
  letter-spacing: 6px;
  margin: 0;
}

.logo_footer_image + .logo_footer_text {
  margin: 0.63em 0 2em;
}

/* Socials in the default footer */
.footer_socials_inner {
  padding: 2em 0 3em;
  text-align: center;
}

/* Menu in the default footer */
.footer_menu_inner {
  padding: 2em 0;
  text-align: center;
}

.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  z-index: auto !important;
}

.menu_footer_nav_area > ul > li + li:before,
.footer_wrap .sc_layouts_menu > ul > li + li:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0.8em;
  margin: 0;
  vertical-align: baseline;
  border-left: 1px dotted #ddd;
}

.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
  padding: 0.5em 2.5em;
  display: inline-block;
}

.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
  padding: 0.5em 1em;
}

.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
  padding-right: 3.5em;
}

.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
  padding-right: 2em;
}

.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
  content: "\e828";
  font-family: "fontello";
  right: 2em;
}

.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
  right: 0.5em;
}

.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
  content: "\e836";
  font-family: "fontello";
}

.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
  top: auto;
  bottom: 3em;
  border: 1px solid #ddd;
}

.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
  top: auto;
  bottom: -1.4em;
  margin-left: 2px;
}

.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
  margin-left: -2px;
}

.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
  font-size: 12px;
}

.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
  display: block;
}

/* Copyright area in the default footer */
.footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
  border-top-width: 0;
  border-top-style: solid;
}

.footer_copyright_inner {
  font-size: 0.9333em;
  padding: 2em 0;
  overflow: hidden;
  text-align: center;
}

.footer_copyright_wrap p {
  margin: 0;
}

/* 11. Utils
-------------------------------------------------------------- */
/* Customizer message */
.maxify_customizer_message {
  padding: 2em;
  margin: 0 auto;
  max-width: 60%;
  background-color: #f3e6ce;
  color: #996600;
  border-left: 3px solid #666600;
}

.maxify_customizer_message b {
  color: #333300;
}

/* Debug window */
#debug_log {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.admin-bar #debug_log {
  top: 32px;
}

#debug_log_close {
  position: absolute;
  z-index: 1;
  top: -6px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

#debug_log_content {
  font-size: 12px;
  line-height: 15px;
  max-height: 66px;
  padding: 16px 16px 6px;
  overflow: auto;
  word-wrap: normal;
  white-space: pre-line;
}

/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
  position: absolute;
  z-index: 1;
  top: 3.3333em;
  right: 0;
  width: 37.5em;
  padding: 3em 2.5em 2em;
  display: none;
}

.popup_registration {
  right: -5.5em;
}

.popup_wrap .popup_close {
  display: block;
  font-size: 1.25em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 0.5em 0.5em 0 0;
  color: #cccccc;
  border: 2px solid #ebebeb;
  background-color: #f4f7f9;
}

.popup_wrap .popup_close:hover {
  color: #909090;
  border: 2px solid #cccccc;
  background-color: #ffffff;
}

.popup_wrap .popup_close:before {
  content: "\e8ac";
  font-family: "fontello";
  line-height: 1em;
  padding: 0 !important;
  margin: 0 !important;
}

.popup_wrap .form_wrap {
  position: relative;
  overflow: hidden;
}

.popup_wrap .form_left {
  float: left;
  padding-right: 2.5em;
  width: 54%;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_wrap .form_right {
  float: right;
  padding-left: 2.5em;
  width: 45%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_wrap.popup_registration .form_left {
  width: 50%;
  padding-right: 5px;
  border-right: none;
}

.popup_wrap.popup_registration .form_right {
  width: 50%;
  padding-left: 5px;
}

.popup_wrap .popup_form_field {
  margin-bottom: 0.625em;
}

.popup_wrap input[type=text],
.popup_wrap input[type=email],
.popup_wrap input[type=url],
.popup_wrap input[type=password] {
  width: 100%;
  border: 2px solid #ebebeb;
  background-color: #fafafa;
}

.popup_wrap input:not([type=submit]):focus {
  background-color: #ffffff;
}

.popup_wrap .popup_form_field.iconed_field {
  position: relative;
}

.popup_wrap .popup_form_field.iconed_field:before {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 8px;
  margin-right: 0;
  color: #c9c9c9;
  width: 1em;
}

.popup_wrap .popup_form_field.iconed_field input {
  padding-right: 30px;
}

.popup_wrap .popup_form_field .forgot_password {
  float: right;
  line-height: 1.5em;
}

.popup_wrap .popup_form_field.submit_field {
  padding: 1em 0 4px 4px;
}

.popup_wrap .popup_form_field .submit_button {
  width: 100%;
}

.popup_wrap .login_socials_title {
  color: #222222;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

.popup_wrap .login_socials_problem {
  line-height: 1.3em;
}

.popup_wrap .popup_form_field.remember_field {
  margin-top: 1.2em;
}

/* 13. Third part plugins
------------------------------------------------------------------------------------ */
/* WPBakery PageBuilder */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0 !important;
}

.sc_gap .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.sc_gap .vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
  padding-bottom: 0 !important;
}

.top_panel > .vc_row > .wpb_column {
  z-index: 10;
}

.top_panel > .vc_row:nth-child(2) > .wpb_column {
  z-index: 9;
}

.top_panel > .vc_row:nth-child(3) > .wpb_column {
  z-index: 8;
}

.top_panel > .vc_row:nth-child(4) > .wpb_column {
  z-index: 7;
}

.top_panel > .vc_row:nth-child(5) > .wpb_column {
  z-index: 6;
}

.top_panel > .vc_row:nth-child(6) > .wpb_column {
  z-index: 5;
}

.top_panel > .vc_row:nth-child(7) > .wpb_column {
  z-index: 4;
}

.top_panel > .vc_row:nth-child(8) > .wpb_column {
  z-index: 3;
}

.top_panel > .vc_row:nth-child(9) > .wpb_column {
  z-index: 2;
}

.top_panel > .vc_row:nth-child(10) > .wpb_column {
  z-index: 1;
}

.post_item_single .post_edit .vc_inline-link {
  display: none;
}

/* Google conversion */
iframe[name=google_conversion_frame] {
  height: 1px;
  min-height: 0px;
  display: none;
}

/* Magnific popup */
.mfp-bg {
  z-index: 200001;
}

.mfp-wrap {
  z-index: 200002;
}

.mfp-arrow {
  background-color: transparent !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -20px;
  padding: 0;
  width: 44px;
  text-align: center;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  background: none !important;
}

/* The GDPR Framework */
.gdpr-terms-container {
  clear: both;
  margin: 1em 0 !important;
}

/* WP GDPR Compliance */
table.wpgdprc-table {
  margin-bottom: 2em;
}

div.wpgdprc .wpgdprc-checkbox {
  display: inline;
}

/* 14. Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  border-radius: 0;
}

.rounded_tiny {
  border-radius: 4px;
}

.rounded_small {
  border-radius: 6px;
}

.rounded_medium {
  border-radius: 10px;
}

.rounded_large {
  border-radius: 15px;
}

.rounded {
  border-radius: 50%;
}

/* Scroll button on the slider */
.theme_scroll_down {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px !important;
  line-height: 15px !important;
  letter-spacing: 2px;
}

.theme_scroll_down:after {
  content: "\e938"; /*'\e929';*/
  font-family: "fontello";
  font-size: 16px !important;
  line-height: 30px !important;
  display: block;
  text-align: center;
}

.theme_scroll_down:hover {
  -webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
  animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}

/* Makeup image */
#makeup {
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.5;
}

.admin-bar #makeup {
  top: 32px;
}

#makeup {
  margin-left: 0px;
  margin-top: 0px;
}

/* Slider revolution */
rs-module_wrapper rs-module .custom_rev_slide {
  white-space: normal !important;
}
rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li {
  font-size: 16px;
}
rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a {
  padding: 12px 18px;
  margin-right: 10px;
  font-size: 14px !important;
}
rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments {
  padding: 12px 18px 12px 35px;
  margin-right: 10px;
  position: relative;
  font-size: 14px !important;
}
rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments:before {
  content: "\e978";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px !important;
  line-height: 1em;
  color: #dd5679;
}
rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar {
  height: auto;
  width: auto;
  line-height: 25px;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 14px !important;
}
rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar img {
  border-radius: 50%;
  line-height: 25px;
}
rs-module_wrapper rs-module rs-loop-wrap {
  font-size: 16px;
}
rs-module_wrapper rs-module rs-loop-wrap .rs-layer .category a {
  padding: 12px 18px;
  margin-right: 10px;
  font-size: 14px !important;
}
rs-module_wrapper rs-module rs-loop-wrap .rs-layer .comments {
  padding: 12px 18px 12px 35px;
  margin-right: 10px;
  position: relative;
  font-size: 14px !important;
}
rs-module_wrapper rs-module rs-loop-wrap .rs-layer .comments:before {
  content: "\e978";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 1em;
  color: #dd5679;
}
rs-module_wrapper rs-module rs-loop-wrap .rs-layer .author {
  font-size: 14px !important;
}
rs-module_wrapper rs-module rs-loop-wrap .rs-layer .post_author_avatar {
  height: auto;
  width: auto;
  line-height: 25px;
  padding-right: 5px;
  margin-left: 10px;
}
rs-module_wrapper rs-module rs-loop-wrap .rs-layer .post_author_avatar img {
  border-radius: 50%;
  line-height: 25px;
}
rs-module_wrapper rs-module .alter_link_1.sc_button_default,
rs-module_wrapper rs-module .alter_link_2.sc_button_default {
  font-size: 14px !important;
  line-height: 1.9em !important;
}
rs-module_wrapper rs-module .alter_link_1.sc_button_default:after,
rs-module_wrapper rs-module .alter_link_2.sc_button_default:after {
  position: relative;
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  line-height: 1em;
  padding-left: 10px;
}

.custom-1.tparrows.tp-leftarrow:before {
  content: "\e96d" !important;
  font-family: "fontello";
}

.custom-1.tparrows.tp-rightarrow:before {
  content: "\e960" !important;
  font-family: "fontello";
}

.custom-1-2.tparrows.tp-leftarrow:before {
  content: "\e96d" !important;
  font-family: "fontello";
}

.custom-1-2.tparrows.tp-rightarrow:before {
  content: "\e960" !important;
  font-family: "fontello";
}

/* Slider revolution */
rs-module .custom_rev_slide {
  white-space: normal !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li {
  font-size: 16px;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a {
  padding: 12px 18px;
  margin-right: 10px;
  font-size: 14px !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments {
  padding: 12px 18px 12px 35px;
  margin-right: 10px;
  position: relative;
  font-size: 14px !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments:before {
  content: "\e978";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px !important;
  line-height: 1em;
  color: #dd5679;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar {
  height: auto;
  width: auto;
  line-height: 25px;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 14px !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar img {
  border-radius: 50%;
  line-height: 25px;
}
rs-module rs-loop-wrap {
  font-size: 16px;
}
rs-module rs-loop-wrap .rs-layer .category a {
  padding: 12px 18px;
  margin-right: 10px;
  font-size: 14px !important;
}
rs-module rs-loop-wrap .rs-layer .comments {
  padding: 12px 18px 12px 35px;
  margin-right: 10px;
  position: relative;
  font-size: 14px !important;
}
rs-module rs-loop-wrap .rs-layer .comments:before {
  content: "\e978";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 1em;
  color: #dd5679;
}
rs-module rs-loop-wrap .rs-layer .author {
  font-size: 14px !important;
}
rs-module rs-loop-wrap .rs-layer .post_author_avatar {
  height: auto;
  width: auto;
  line-height: 25px;
  padding-right: 5px;
  margin-left: 10px;
}
rs-module rs-loop-wrap .rs-layer .post_author_avatar img {
  border-radius: 50%;
  line-height: 25px;
}
rs-module .alter_link_1.sc_button_default,
rs-module .alter_link_2.sc_button_default {
  font-size: 14px !important;
  line-height: 1.9em !important;
}
rs-module .alter_link_1.sc_button_default:after,
rs-module .alter_link_2.sc_button_default:after {
  position: relative;
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  line-height: 1em;
  padding-left: 10px;
}

/* Slider revolution 6.6.11+ */
rs-module .custom_rev_slide {
  white-space: normal !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li {
  font-size: 16px;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a {
  padding: 12px 18px;
  margin-right: 10px;
  font-size: 14px !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments {
  padding: 12px 18px 12px 35px;
  margin-right: 10px;
  position: relative;
  font-size: 14px !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments:before {
  content: "\e978";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px !important;
  line-height: 1em;
  color: #dd5679;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar {
  height: auto;
  width: auto;
  line-height: 25px;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 14px !important;
}
rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar img {
  border-radius: 50%;
  line-height: 25px;
}
rs-module .rs-layer {
  font-size: 16px;
}
rs-module .rs-layer .category a {
  padding: 12px 18px;
  margin-right: 10px;
  font-size: 14px !important;
}
rs-module .rs-layer .comments {
  padding: 12px 18px 12px 35px;
  margin-right: 10px;
  position: relative;
  font-size: 14px !important;
}
rs-module .rs-layer .comments:before {
  content: "\e978";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 1em;
  color: #dd5679;
}
rs-module .rs-layer .author {
  font-size: 14px !important;
}
rs-module .rs-layer .post_author_avatar {
  height: auto;
  width: auto;
  line-height: 25px;
  padding-right: 5px;
  margin-left: 10px;
}
rs-module .rs-layer .post_author_avatar img {
  border-radius: 50%;
  line-height: 25px;
}
rs-module .alter_link_1.sc_button_default,
rs-module .alter_link_2.sc_button_default {
  font-size: 14px !important;
  line-height: 1.9em !important;
}
rs-module .alter_link_1.sc_button_default:after,
rs-module .alter_link_2.sc_button_default:after {
  position: relative;
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  line-height: 1em;
  padding-left: 10px;
}

/* social pug */
.dpsp-share-text {
  font-size: 1.5rem;
  margin-top: 2rem;
}

#dpsp-floating-sidebar,
#dpsp-content-bottom {
  margin-top: 1rem;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li {
  width: auto;
  margin: 0 10px 10px 0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn {
  font-weight: 600;
  margin: 0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-icon,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-icon {
  font-size: 14px;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-icon .dpsp-network-icon-inner,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-icon .dpsp-network-icon-inner {
  display: none;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-label,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-label {
  padding-left: 0;
  padding-right: 1em;
  font-weight: 400;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook {
  background-color: #a4bbf2;
  border-color: #a4bbf2;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook .dpsp-network-icon,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook .dpsp-network-icon {
  background-color: #a4bbf2;
  border-color: #a4bbf2;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook .dpsp-network-icon:before,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook .dpsp-network-icon:before {
  content: "\e975";
  font-family: "fontello";
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter {
  background-color: #b4daf7;
  border-color: #b4daf7;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter .dpsp-network-icon,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter .dpsp-network-icon {
  background-color: #b4daf7;
  border-color: #b4daf7;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:before,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:before {
  content: "\e97f";
  font-family: "fontello";
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon:before,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon:before {
  content: "\e97e";
  font-family: "fontello";
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon:before,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon:before {
  content: "\e97c";
  font-family: "fontello";
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon:before,
#dpsp-content-bottom ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon:before {
  content: "\e976";
  font-family: "fontello";
}

#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li {
  width: auto;
  margin: 0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn {
  font-weight: 600;
  margin: 0;
  width: 60px;
  height: 60px;
  max-width: unset;
  max-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-icon {
  top: unset;
  left: unset;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  height: auto;
  position: initial;
  -ms-flex-item-align: unset;
      align-self: unset;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-count {
  padding: 0;
  position: unset;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook {
  background-color: #a4bbf2;
  border-color: #a4bbf2;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-facebook .dpsp-network-icon {
  background-color: #a4bbf2;
  border-color: #a4bbf2;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter {
  background-color: #b4daf7;
  border-color: #b4daf7;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-twitter .dpsp-network-icon {
  background-color: #b4daf7;
  border-color: #b4daf7;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-google-plus .dpsp-network-icon {
  background-color: #f09da0;
  border-color: #f09da0;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin {
  background-color: #a6d8f2;
  border-color: #a6d8f2;
}
#dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon {
  background-color: #a6d8f2;
  border-color: #a6d8f2;
}

.widget_popular_posts [class*=extended_taxonomy_custom_].trx_addons_extended_taxonomy_bg,
.sc_recent_news [class*=extended_taxonomy_custom_].trx_addons_extended_taxonomy_bg {
  background-color: transparent !important;
}
.widget_popular_posts [class*=extended_taxonomy_custom_].trx_addons_extended_taxonomy_bg .trx_addons_extended_taxonomy_icon,
.sc_recent_news [class*=extended_taxonomy_custom_].trx_addons_extended_taxonomy_bg .trx_addons_extended_taxonomy_icon {
  background-color: transparent !important;
}

/* Custom classes */
.margin_void .sc_layouts_column .sc_layouts_item {
  margin-right: 0;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .copyright_extra.elementor-section .elementor-widget-trx_sc_socials,
  .copyright_extra.elementor-section .elementor-widget-text-editor,
  .copyright_extra.elementor-section .widget_contacts {
    font-size: 15px;
  }
  .copyright_extra.elementor-section .elementor-widget-trx_sc_socials .contacts_wrap .contacts_description h5,
  .copyright_extra.elementor-section .elementor-widget-text-editor .contacts_wrap .contacts_description h5,
  .copyright_extra.elementor-section .widget_contacts .contacts_wrap .contacts_description h5 {
    font-size: 1.625rem;
  }
}
article.post_format_gallery.post_layout_masonry_3 .without_thumb + .top_wrap_meta {
  position: relative;
  margin-bottom: 0.8rem;
}

article.post_format_gallery.post_layout_masonry_3 .without_thumb + .top_wrap_meta a {
  background-color: #eff2f3 !important;
}

article.post_format_audio.post_layout_masonry_3 .mejs-controls .mejs-time {
  padding: 14px 0 0;
}

.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon.social_icon_socials-pi > span:before {
  content: "\e984";
  font-family: "fontello";
}

body rs-module .rs-layer .category a span,
body rs-module rs-loop-wrap .rs-layer .category a span {
  background: transparent !important;
}

/*Gutenberg */
body.sidebar_hide .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}

body.sidebar_hide .alignwide {
  position: relative;
  left: calc(-44vw + 50%);
  width: 88vw;
  max-width: none;
}

.alignfull > img,
.alignwide > img {
  max-width: none;
  width: 100%;
}

/*----------UT-New---------*/
body.sidebar_hide .has-background-dim.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.has-large-font-size {
  line-height: 1.4em;
}

.has-large-font-size + p {
  line-height: 1.7857em;
}

figure figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
  margin-bottom: 0;
}

.wp-block-embed figcaption {
  margin-bottom: 0;
}

article.tag-gallery > .post_content > figure.wp-block-audio .mejs-container .mejs-time-rail {
  max-width: 100%;
}

figure.wp-block-audio:hover figcaption, figure.wp-block-video:hover figcaption, figure.wp-block-embed:hover figcaption {
  margin: 0.5em 0 0;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper:before,
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
  content: "";
  display: block;
  width: 0;
}

.wp-block-embed.alignfull .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-2-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-3-4 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-18 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-21 .wp-block-embed__wrapper iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

figure figcaption, .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  opacity: 1;
  max-height: 50%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
figure figcaption:hover, .wp-block-image figcaption:hover,
.wp-block-gallery .blocks-gallery-image figcaption:hover,
.wp-block-gallery .blocks-gallery-item figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
  opacity: 1 !important;
}

figure:hover > figcaption:not(.editor-rich-text__tinymce),
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
  margin-bottom: 0;
  opacity: 0;
}

figure figcaption:hover,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
  margin-bottom: 0 !important;
}

figure.wp-block-audio {
  overflow: visible;
}

figure.wp-block-audio figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
  position: static;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0.5em 0 0;
  opacity: 1 !important;
}

figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
  margin: 0.5em 0 0;
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wp-block-separator:not([class*=is-style]) {
  width: 15%;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px 10px 9px;
  width: auto;
  max-height: 70% !important;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color > blockquote {
  background-color: transparent;
}

.sidebar .gallery-item .gallery-caption {
  font-size: 0.8em;
  padding-top: 2px;
  max-height: 2em;
}

.post_item_single::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.comments_wrap > .comments_list_wrap > .comments_list > .comment > .comment_body > .comment_content > .comment_text_wrap > .comment_text > ol li,
.comments_wrap > .comments_list_wrap > .comments_list > .comment > .comment_body > .comment_content > .comment_text_wrap > .comment_text > ol ol li {
  list-style-type: decimal !important;
}

#trx_addons_login_popup input[type=text],
#trx_addons_login_popup input[type=password] {
  width: 100% !important;
}

#trx_addons_login_popup span > i.sc_form_field_icon {
  margin-right: 0.2em;
}

#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field + .trx_addons_popup_form_field {
  padding-top: 1.5em;
}
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field input[type=password],
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field input[type=text] {
  margin-bottom: 0.5em;
}
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field_remember * {
  line-height: inherit;
}
#trx_addons_login_popup .trx_addons_popup_form .trx_addons_popup_form_field_remember input[type=checkbox] + label:before {
  top: 0.2em;
}

.elementor-widget-divider .elementor-divider {
  font-size: 0;
}

.wp-block-button.is-style-squared > a {
  border-radius: 0;
}

.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-latest-comments {
  padding-left: 0;
}

.post_content .has-drop-cap + * {
  clear: both;
  padding-top: 1em;
}

.wp-block-tag-cloud + * {
  clear: both;
  padding-top: 1em;
}

figure[class*=wp-block-embed] figcaption,
figure.wp-block-video figcaption,
figure.wp-block-gallery > figcaption.blocks-gallery-caption {
  position: initial;
  opacity: 1 !important;
  width: 100%;
  margin: 0 0 1em !important;
}

figure.wp-block-gallery:hover .blocks-gallery-item figure figcaption.blocks-gallery-item__caption {
  opacity: 1;
}

figure.wp-block-gallery .blocks-gallery-item figure:hover figcaption.blocks-gallery-item__caption {
  opacity: 0;
}

.wp-block-group.has-background {
  padding: 1em;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container {
  margin: 0;
  padding: 0;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container > * {
  padding-bottom: 1em;
  margin-bottom: 0;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

.post_content .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.post_content div.wp-block-cover .wp-block-cover__inner-container > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

.post_content div.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.wp-block-gallery[class*=align] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

body .wpgdprc {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.wp-block-cover-image .wp-block-cover-text, .wp-block-cover .wp-block-cover-text {
  max-width: 90%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget .wp-block-social-links li + li {
  margin-top: 0;
}

.wpcf7-form p{
  margin-bottom: 0;
}

.wpcf7-acceptance, .elementor-widget-text-editor .wpcf7-list-item{
  margin-bottom: 1em;
  display: inline-block;
}

.post_content_single .wp-block-audio + .wp-block-cover{
  margin-top: 1em;
}

.wp-block-audio .mejs-controls .mejs-time-rail{
  max-width: unset;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
  border: 1px solid;
}

.wp-block-search{
  max-width: 100%;
}

.widget_search{
  overflow: hidden;
}

.wp-block-search.alignleft,
.wp-block-search.alignright{
  float: none;
  margin: 0;
}

/* Styles of the supported plugins and other site modules
   Attention! Must be at the end of the main stylesheet
------------------------------------------------------- */
/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0;
}
.post_layout_excerpt .post_featured {
  margin-bottom: 0;
}
.post_layout_excerpt .inner_post_wrap_list {
  padding: 1.9rem 2rem 1.6rem 2rem;
}
.post_layout_excerpt .inner_post_wrap_list .more-link {
  margin-top: 1em;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list {
  padding: 0;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list blockquote {
  margin: 0;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list .post_meta {
  padding: 1.2rem 2rem 1.6rem 2rem;
  margin-top: 0.9rem;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list .post_meta .post_categories a {
  margin-bottom: 0;
}
.post_layout_excerpt.post_format_quote .inner_post_wrap_list .more-link {
  margin: 0 2rem 2.2rem 2rem;
}
.post_layout_excerpt.post_format_gallery .slider_pagination_wrap {
  display: none;
}

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 0;
}

.post_layout_excerpt.sticky + .post_layout_excerpt.sticky {
  margin-top: 3.125rem;
}

.post_layout_excerpt + .post_layout_excerpt {
  padding-top: 3.125rem;
}

.post_layout_excerpt.sticky {
  padding: 1.5em;
}

.post_layout_excerpt .post_featured {
  display: inline-table;
}

.ua_ie_11 .post_layout_excerpt .post_featured {
  display: block;
}

.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
  display: block;
}

.post_layout_excerpt .post_header {
  margin: 0;
  position: relative;
}

.post_layout_excerpt .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.post_layout_excerpt .post_title {
  margin: 0;
}

.post_layout_excerpt .post_meta {
  margin-top: 1.95rem;
}

.post_layout_excerpt .post_header + .post_content {
  margin-top: 1.15rem;
}

body[class*=blog_style_classic] .post_layout_excerpt,
body[class*=blog_style_masonry] .post_layout_excerpt {
  margin-bottom: 3em;
}

/* Blog layout: Classic 
------------------------- */
.posts_container.columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts_container.columns_wrap .post_layout_classic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_classic {
  position: relative;
}
.post_layout_classic .post_featured {
  position: relative;
  margin-bottom: 0;
}
.post_layout_classic .post_featured + .top_wrap_meta {
  position: absolute;
  top: 1.8em;
  left: 2em;
  z-index: 6;
  padding: 0;
}
.post_layout_classic .post_featured + .top_wrap_meta .post_meta {
  margin-top: 0;
}
.post_layout_classic .inner_content_wrap {
  text-align: left;
  padding: 1.9em 2em 2em 2em;
}
.post_layout_classic .inner_content_wrap .top_wrap_meta {
  margin-bottom: 0.8rem;
}
.post_layout_classic .inner_content_wrap .post_content .post_meta {
  margin-top: 1.2rem;
}
.post_layout_classic .inner_content_wrap .post_content .post_meta .post_author {
  margin-left: 0;
}

.search-results .post_layout_classic .inner_content_wrap {
  padding: 1.4em 2em 1.5em 2em;
}

.post_layout_classic .post_featured img {
  width: 100%;
}

.post_layout_classic .post_header {
  padding-top: 0.01px;
}

.post_layout_classic .post_title {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0;
}

.post_layout_classic .post_title + .post_meta {
  margin-top: 0.5em;
}

.post_layout_classic blockquote {
  margin: 0 0 1.4em;
}

.post_layout_classic .post_header + .post_content {
  padding-top: 1.3em;
}

.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
  margin-top: 1em;
}

.post_layout_classic.post_format_audio .post_featured.with_thumb {
  min-height: 170px;
}
.post_layout_classic.post_format_audio .post_featured.with_thumb img {
  min-height: 170px;
}

/* Blog layout: Simple
------------------------- */
.posts_container.columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts_container.columns_wrap .post_layout_simple {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_simple .post_featured {
  position: relative;
  margin-bottom: 0;
}
.post_layout_simple .post_featured img {
  width: 100%;
}
.post_layout_simple .inner_content_wrap {
  text-align: left;
  padding: 1.9em 2em 1.4em 2em;
}
.post_layout_simple .inner_content_wrap .post_content .post_meta {
  margin-top: 1.7rem;
}
.post_layout_simple .inner_content_wrap .post_content .post_meta .post_author {
  margin-left: 0;
}
.masonry_item-1_4 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_counters_comments,
.masonry_item-1_4 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_date, .masonry_item-1_3 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_counters_comments,
.masonry_item-1_3 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_date {
  display: none;
}
.masonry_item-1_4 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_author:after, .masonry_item-1_3 .post_layout_simple .inner_content_wrap .post_content .post_meta .post_author:after {
  display: none;
}

.post_layout_simple .post_featured img {
  width: 100%;
}

.post_layout_simple .post_header {
  padding-top: 0.01px;
}

.post_layout_simple .post_title {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0;
}

.post_layout_simple .post_title + .post_meta {
  margin-top: 0.5em;
}

.post_layout_simple blockquote {
  margin: 0 0 1.4em;
}

.post_layout_simple .post_header + .post_content {
  padding-top: 1.3em;
}

.post_layout_simple.format-aside .post_content_inner + .post_meta,
.post_layout_simple.format-link .post_content_inner + .post_meta,
.post_layout_simple.format-status .post_content_inner + .post_meta {
  margin-top: 1em;
}

/* Blog layout: Masonry
------------------------- */
.masonry_wrap {
  position: relative;
  margin-right: -50px;
}

.masonry_wrap .masonry_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 50px 50px 0;
  margin-bottom: 0;
  width: 50%;
  border-width: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.masonry_wrap .masonry_item-1_3 {
  width: 33.3333%;
}

.masonry_wrap .masonry_item-1_4 {
  width: 25%;
}

/* Blog layout: Portfolio
------------------------- */
.post_layout_portfolio .post_title {
  margin: 1em 0 0.4em;
}

.post_layout_portfolio .post_featured {
  margin-bottom: 0;
}

.post_layout_portfolio .post_featured img {
  width: 100%;
}

.post_layout_portfolio .label_sticky {
  top: -12px;
  left: -12px;
  right: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Blog layout: Portfolio Gallery (use Portfolio styles too)
------------------------------------------------------------- */
.post_layout_gallery * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_gallery .post_details {
  display: none;
}

.gallery_item_current {
  opacity: 0 !important;
}

.gallery_preview {
  position: fixed;
  z-index: 200000;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

.gallery_preview:before {
  content: " ";
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.gallery_preview_show {
  pointer-events: auto;
}

.gallery_preview_show:before {
  opacity: 1;
}

.gallery_preview_image_clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
}

.gallery_preview_image_original {
  position: relative;
  z-index: 120;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
}

.gallery_preview_show .gallery_preview_image_animate { /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
  transition: opacity 0.2s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}

.gallery_preview_image_animate { /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.gallery_preview_description {
  position: absolute;
  z-index: 140;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  padding: 0 3em;
  opacity: 0;
}

.gallery_preview_show .gallery_preview_description {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gallery_preview_show .post_title {
  margin: 0 0 0.5em;
}

.gallery_preview_show .post_meta {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 2em;
}

.gallery_preview_show .post_description_content {
  max-width: 100%;
  font-size: 1.1429em;
  line-height: 2em;
}

.gallery_preview_close {
  font-size: 2em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background: none;
  padding: 1em;
  opacity: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.gallery_preview_image_loaded .gallery_preview_close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Blog layout: Chess
------------------------- */
.chess_wrap {
  overflow: hidden;
}

.post_layout_chess {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.post_layout_chess.sticky {
  padding: 0;
  border-width: 0;
}

.post_layout_chess .label_sticky {
  top: -12px;
  left: -12px;
  right: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.post_layout_chess .post_featured {
  margin-bottom: 0;
  width: 50%;
  float: right;
  max-height: none !important;
}

.post_layout_chess .post_featured_bg:before {
  padding-top: 100%; /* 112.5% - 16:9 */
}

.post_layout_chess .post_inner {
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_layout_chess blockquote {
  margin: 0;
}

.post_layout_chess_1 .post_inner_content {
  padding: 0 14%;
}

.post_layout_chess_2 .post_inner_content {
  padding: 0 12%;
}

.post_layout_chess_3 .post_inner_content {
  padding: 0 10%;
}

.post_layout_chess .post_header {
  padding-top: 0.01px;
}

.post_layout_chess .post_title {
  margin: 0;
}

.post_layout_chess .post_meta {
  margin-top: 1em;
  margin-bottom: 0 !important;
}

.post_layout_chess .post_header + .post_content {
  margin-top: 1em;
}

.post_layout_chess .post_content_inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 1em;
}

.post_layout_chess:not(.post_format_aside) .post_content_inner {
  padding-top: 0;
}

.post_layout_chess .post_content_inner:after {
  content: " ";
  width: 100%;
  height: 1em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
  margin-top: 1rem;
}

.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
  margin-top: 3rem;
}

.post_layout_chess_1 .post_header + .post_content {
  margin-top: 3.8rem;
}

.post_layout_chess.post_layout_chess_1 .more-link {
  margin-top: 3rem;
}

.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
  display: none;
}

.post_layout_chess_2 .post_title {
  font-size: 1.6rem;
}

.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
  font-size: 1em;
  line-height: 1.5em;
  max-height: 15.4em;
}

.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}

.post_layout_chess_2.post_format_aside .post_meta {
  margin-top: 1.3333rem;
}

.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
  letter-spacing: 0;
}

.post_layout_chess_2.format-chat p > em, .post_layout_chess_2.format-chat p > b, .post_layout_chess_2.format-chat p > strong {
  margin-top: 0.8em;
}

.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
  padding: 1.1667em 2.3333em;
  letter-spacing: 2px;
  margin-top: 0.5rem;
}

.post_layout_chess_3 .post_title {
  font-size: 1.3333rem;
  line-height: 1.2em;
}

.post_layout_chess_3 .post_content_inner {
  max-height: 6.2rem;
}

.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
  display: none;
}

.body_style_boxed .post_layout_chess_2 .post_content_inner,
.body_style_boxed .post_layout_chess_2 .post_content_inner + p,
.body_style_boxed .post_layout_chess_3 .post_meta,
.body_style_boxed .post_layout_chess_3 .post_content_inner + p,
.body_style_wide .post_layout_chess_2 .post_content_inner,
.body_style_wide .post_layout_chess_2 .post_content_inner + p,
.body_style_wide .post_layout_chess_3 .post_meta,
.body_style_wide .post_layout_chess_3 .post_content_inner + p {
  display: none;
}

.post_layout_chess.post_layout_chess_3 .more-link {
  padding: 1em 2em;
}

.post_layout_chess_1:nth-child(2n+2) .post_featured {
  float: left;
}

.post_layout_chess_1:nth-child(2n+2) .post_inner {
  left: auto;
  right: 0;
}

.post_layout_chess_2 {
  width: 50%;
  float: left;
}

.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {
  float: left;
}

.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {
  left: auto;
  right: 0;
}

.post_layout_chess_3 {
  width: 33.3333%;
  float: left;
}

.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {
  float: left;
}

.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {
  left: auto;
  right: 0;
}

/* Blog layout: Custom
------------------------- */
.post_layout_custom {
  position: relative;
}

.post_layout_custom .post_featured img {
  width: 100%;
}

.post_layout_custom .post_header {
  padding-top: 0.01px;
}

/* Front Page sections
-------------------------------------------------------- */
.home-page.with_bg_image,
.frontpage.with_bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-page.with_bg_image .page_content_wrap,
.frontpage.with_bg_image .page_content_wrap {
  background-color: transparent;
}

/* Common settings */
.front_page_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front_page_section > .customize-partial-edit-shortcut button {
  left: 2px !important;
}

.front_page_section_paddings_none .front_page_section_content_wrap {
  padding: 0;
}

.front_page_section_paddings_small .front_page_section_content_wrap {
  padding: 4% 0;
}

.front_page_section_paddings_medium .front_page_section_content_wrap {
  padding: 8% 0;
}

.front_page_section_paddings_large .front_page_section_content_wrap {
  padding: 12% 0;
}

.front_page_section_paddings_huge .front_page_section_content_wrap {
  padding: 16% 0;
}

.front_page_block_empty {
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.front_page_section_description,
.front_page_section_content,
.front_page_section_output,
.front_page_section_buttons {
  font-size: 1.1429em;
}

.front_page_section .front_page_section_caption {
  margin: 0;
  text-align: center;
}

.front_page_section_description {
  line-height: 1.5em;
  text-align: center;
}

.front_page_section_description p:last-child,
.front_page_section_content p:last-child,
.front_page_section_output p:last-child {
  margin-bottom: 0;
}

.front_page_section_buttons {
  text-align: center;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_description {
  margin-top: 1em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_content,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_content {
  margin-top: 3em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_output {
  margin-top: 3em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_columns {
  margin-top: 3em;
}

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_output:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_columns:not(.front_page_block_empty) + .front_page_section_buttons {
  margin-top: 2em;
}

.front_page_section_buttons > .front_page_section_button {
  margin-top: 1em;
  margin-right: 1em;
  font-size: 0.8em;
}

.front_page_section_buttons > .front_page_section_button + .front_page_section_button {
  margin-right: 0;
}

.front_page_section_columns .front_page_section_caption {
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: left;
}

.front_page_section_columns .front_page_section_output,
.front_page_section_columns .front_page_section_content,
.front_page_section_columns .front_page_section_description {
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
}

.front_page_section_columns h1,
.front_page_section_columns h2,
.front_page_section_columns h3,
.front_page_section_columns h4,
.front_page_section_columns h5,
.front_page_section_columns h6 {
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.front_page_section_columns h1:first-child,
.front_page_section_columns h2:first-child,
.front_page_section_columns h3:first-child,
.front_page_section_columns h4:first-child,
.front_page_section_columns h5:first-child,
.front_page_section_columns h6:first-child {
  margin-top: 0;
}

.front_page_section_columns p {
  margin: 0;
}

.front_page_section_columns p + p {
  margin-top: 0.5em;
}

/* Section 'Title' */
.front_page_section_title_description {
  line-height: 1.75em;
}

.front_page_section_title_caption:not(.front_page_block_empty) + .front_page_section_title_description {
  margin-top: 2em;
}

/* Section 'Features' */
.front_page_section_features .sc_item_descr {
  padding: 1em 0;
}

.front_page_section_features .sc_services_light .sc_services_item_icon {
  font-size: 4em;
}

/* Section 'Subscribe' */
.front_page_section_subscribe .front_page_section_output {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.front_page_section_subscribe .mc4wp-form .mc4wp-form-fields input[type=email] {
  padding: 1em;
}

/* Section 'Googlemap' */
.front_page_section_googlemap .front_page_section_output {
  -webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
}

/* Buttons hovers
------------------------------------------------------------------ */
/* Slide left and top */
[class*=sc_button_hover_slide] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_button_hover_just_init {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

[class*=sc_button_hover_]:not(.sc_button_bg_image) {
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
  transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
}

/* Arrow */
.sc_button_hover_arrow {
  position: relative;
  overflow: hidden;
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.sc_button_hover_arrow:before {
  content: "\e8f4";
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  right: -2em !important;
  left: auto !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent !important;
  color: inherit !important;
}

.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
  right: 0.5em !important;
}

/* Images (post featured) hovers
----------------------------------------------------- */
.post_featured[class*=hover_] {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.post_featured[class*=hover_],
.post_featured[class*=hover_] * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_featured .mask {
  content: " ";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post_featured .post_info {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  font-size: 1.1429em;
  line-height: 1.3em;
  width: 90%;
  text-align: center;
  margin: -1em auto 0;
  opacity: 0;
}

/* Hover empty */
.post_featured.hover_ .icons {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Hover Icon and Icons */
.post_featured.hover_icon,
.post_featured.hover_icons {
  position: relative;
}

.post_featured.hover_icon .mask {
  background-color: rgba(0, 0, 0, 0.4);
}

.post_featured.hover_icon:hover .mask {
  opacity: 1;
}

.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
  display: inline-block;
  font-size: 1.7143em;
  cursor: pointer;
  opacity: 0;
  margin: -1em 0 0 -1em;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
  -webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}

.post_featured.hover_icon .icons a {
  font-size: 4em;
}

.post_featured.hover_icons .icons a {
  margin-left: -2.25em;
}

.post_featured.hover_icons .icons a + a {
  margin-left: 0.25em;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
     transition-delay: 0.15s;
}

.post_featured.hover_icons .icons a.single_icon {
  margin-left: 0;
}

.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.post_featured.hover_icons:hover .icons a + a {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
     transition-delay: 0.15s;
}

/* Hover Zoom: icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
  content: " ";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0, 0) rotate(0deg);
  -ms-transform: scale(0, 0) rotate(0deg);
  transform: scale(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_featured.hover_zoom:hover:before {
  -webkit-transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(45deg);
  transform: scale(1, 1) rotate(45deg);
}

.post_featured.hover_zoom .mask {
  background-color: rgba(255, 255, 255, 0.15);
}

.post_featured.hover_zoom:hover .mask {
  opacity: 1;
}

.post_featured.hover_zoom .icons {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.post_featured.hover_zoom .icons a {
  display: inline-block;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  position: relative;
  left: -50px;
  opacity: 0;
  border-radius: 3px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_featured.hover_zoom .icons a + a {
  margin-left: 8px;
  left: 50px;
}

.post_featured.hover_zoom .icons a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.post_featured.hover_zoom:hover .icons a {
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* Hover Dots */
.post_featured.hover_dots:hover .mask {
  opacity: 1;
}

.post_featured.hover_dots .icons {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post_featured.hover_dots .icons span {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post_featured.hover_dots:hover .icons span {
  opacity: 1;
  display: inline-block;
}

.post_featured.hover_dots:hover .icons span:first-child {
  margin-left: -13px;
}

.post_featured.hover_dots:hover .icons span + span + span {
  margin-left: 13px;
}

.post_featured.hover_dots.hover_with_info .icons span {
  margin-top: 1em;
}

.post_featured.hover_dots .post_info {
  display: block;
  top: 45%;
}

.post_featured.hover_dots:hover .post_info {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}

/* Hover Color */
.post_featured.hover_color:hover .mask {
  opacity: 1;
}

.post_featured.hover_color .icons {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Hover Fade, Slide, Pull, Border: Common Rules */
.post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
  position: relative;
  overflow: hidden;
}

.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 0;
  opacity: 1;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  text-align: center;
}

.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
  margin: 0;
  position: relative;
  padding: 0.5em 1em;
  text-align: center;
}

.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
  font-weight: 700;
}

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
  display: none;
}

.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
  margin-top: 1em;
  display: none;
}

/* Hover Fade */
.post_featured.hover_fade:hover .mask {
  opacity: 1;
}

.post_featured.hover_fade .post_info .post_info_back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 15px;
  margin-top: 100%;
  opacity: 0;
}

.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
  margin-top: -100%;
}

.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
  margin-top: 100%;
}

.post_featured.hover_fade.left_to_right .post_info .post_info_back {
  margin-left: -100%;
}

.post_featured.hover_fade.right_to_left .post_info .post_info_back {
  margin-left: 100%;
}

.post_featured.hover_fade:hover .post_info .post_info_back {
  margin: 0 !important;
  opacity: 1;
}

/* Hover Slide */
.post_featured.hover_slide .mask {
  opacity: 0.3;
}

.post_featured.hover_slide:hover .mask {
  opacity: 1;
}

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  text-align: left;
}

.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  position: relative;
  margin: 0;
}

.post_featured.hover_slide .post_info .post_title {
  padding: 0 0 15px;
  margin: 30px 30px 15px !important;
  overflow: hidden;
}

.post_featured.hover_slide .post_info .post_title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.post_featured.hover_slide:hover .post_info .post_title:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.post_featured.hover_slide > img {
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.post_featured.hover_slide:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  text-align: left;
}

.post_featured.hover_slide .post_info .post_descr {
  padding: 0 30px 30px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.post_featured.hover_slide:hover .post_info .post_descr {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Hover Pull */
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
  text-align: left;
}

.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.post_featured.hover_pull .mask {
  opacity: 0.3;
}

.post_featured.hover_pull:hover .mask {
  opacity: 1;
}

.post_featured.hover_pull:hover > img {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.post_featured.hover_pull .post_info .post_title {
  padding: 20px;
}

.post_featured.hover_pull:hover .post_info .post_title {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

.post_featured.hover_pull .post_info .post_descr {
  height: 60px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.post_featured.hover_pull:hover .post_info .post_descr {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.post_featured.hover_pull .post_info .post_descr .post_meta {
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0 10px 0 20px;
}

/* Hover Border */
.post_featured.hover_border:hover .mask {
  opacity: 1;
}

.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
  content: " ";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}

.post_featured.hover_border .post_info:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.post_featured.hover_border:hover .post_info:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.post_featured.hover_border .post_info:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.post_featured.hover_border:hover .post_info:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.post_featured.hover_border .post_info .post_info_back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 45px;
}

.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post_featured.hover_border:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
  opacity: 0;
  position: relative;
  text-align: center;
  margin: 0;
}

.post_featured.hover_border .post_info .post_title {
  font-size: 1.2em;
  padding: 0 0 15px;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
}

.post_featured.hover_border:hover .post_info .post_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.post_featured.hover_border .post_info .post_descr {
  padding: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
}

.post_featured.hover_border:hover .post_info .post_descr {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
  content: " ";
  display: block;
  margin: 0.5em 0 0 0;
}

/* Hover Shop (icons) */
.post_featured.hover_shop {
  position: relative;
  display: block;
}

.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
  opacity: 1;
}

.post_featured.hover_shop .icons {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.post_featured.hover_shop .icons a {
  display: inline-block;
  pointer-events: all;
  font-size: 1.2632em !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  text-align: center;
  border: 3px solid #ddd !important;
  opacity: 0;
  margin-left: -1.76em;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em !important;
  border-radius: 0 !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}

.post_featured.hover_shop .icons a.added_to_cart {
  display: none;
}

.post_featured.hover_shop .icons a.product_out_stock {
  display: none;
}

.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock + a {
  margin-left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a + a + a {
  margin-left: 1.76em;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
     transition-delay: 0.15s;
}

.post_featured.hover_shop .icons a.shop_cart:before {
  font-family: "fontello" !important;
  font-weight: 400 !important;
  content: "\e93d" !important;
}

.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post_featured.hover_shop .icons a:after {
  position: absolute;
  top: 25%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 0.6em;
}

.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
     transition-delay: 0.15s;
}

/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
  position: relative;
  display: block;
  overflow: hidden !important;
}

.post_featured.hover_shop_buttons .mask {
  display: none;
}

.post_featured.hover_shop_buttons .icons {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.post_featured.hover_shop_buttons .icons a {
  position: absolute;
  z-index: 10;
  bottom: -5em;
  left: 0;
  font-size: 1em !important;
  letter-spacing: 0 !important;
  display: block;
  text-transform: none !important;
  width: 50%;
  text-align: center;
  padding: 0.5em 1em !important;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
  left: 50%;
}

.post_featured.hover_shop_buttons .icons a:before {
  font-family: "fontello" !important;
  font-weight: 400 !important;
  content: "\e93d" !important;
  margin-right: 0.3em;
}

.post_featured.hover_shop_buttons .icons a.shop_link:before {
  content: "\e8b5" !important;
}

.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
  bottom: 0;
  border-radius: 0;
}

.post_featured.hover_shop_buttons .icons a.added_to_cart {
  display: none;
}

.post_featured.hover_shop_buttons .icons a.product_out_stock {
  display: none;
}

.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
  width: 100%;
  left: 0 !important;
}

/* ThemeREX Addons
------------------------------------------------------------------------------------ */
/* Grid */
.sidebar .trx_addons_columns_wrap {
  margin-right: 0;
}

.sidebar .trx_addons_columns_wrap [class*=trx_addons_column-] {
  display: block;
  width: 100%;
  padding: 0;
}

/* Title */
.sc_item_title {
  line-height: 1em;
}

/* Scroll to top */
.menu_style_right .trx_addons_scroll_to_top {
  left: 2em;
  right: auto;
}

/* Tooltp */
.trx_addons_tooltip:before {
  content: attr(data-tooltip);
  white-space: nowrap;
  font-size: 1rem;
}

.trx_addons_accent,
.trx_addons_accent_bg,
.trx_addons_tooltip,
.trx_addons_hover {
  font-weight: 500;
}

.trx_addons_dropcap {
  border-radius: 0;
  margin: 0.15em 0.3em 0 0;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
}

/* Shortcodes */
.sc_shift_y_medium_negative {
  top: -6.25rem !important;
}

.sc_item_columns + .sc_item_button {
  margin-top: 0.6em;
}

/* Custom list */
ul.trx_addons_list_custom {
  padding-left: 1.7em;
}
ul.trx_addons_list_custom > li {
  margin-bottom: 5px;
}
ul.trx_addons_list_custom > li:before {
  content: "\e968";
  font-family: "fontello";
  left: -1.7em;
  font-size: 13px;
}

/* Trx widgets */
.widget .trx_addons_tabs {
  margin-top: 2.3rem;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles {
  margin-bottom: 2.8em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 12px 15px;
  display: inline-block;
}
.widget .trx_addons_tabs .post_item .post_thumb {
  width: 3.9em;
  height: 3.9em;
  margin: 0 1.4em 4px 0;
}
.widget .trx_addons_tabs .post_item + .post_item {
  margin-top: 1.1em;
}

/* Layouts */
.menu_style_left .sc_layouts_row_fixed_on {
  margin-left: 6rem !important;
}

.menu_style_right .sc_layouts_row_fixed_on {
  margin-right: 6rem !important;
}

body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
  margin-left: 0 !important;
}

body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
  margin-right: 0 !important;
}

.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
  background-color: transparent !important;
}

.sc_layouts_column_align_right .sc_layouts_item.elementor-widget-trx_sc_layouts_menu + .sc_layouts_item.elementor-widget-trx_sc_layouts_search {
  margin-left: 0.2em !important;
}

.sc_shift_y_medium_negative .elementor-widget-trx_sc_layouts_featured .sc_layouts_featured.with_image {
  margin-bottom: -6.25rem;
}

.sc_layouts_title .sc_layouts_title_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sc_layouts_title .sc_layouts_title_content .sc_layouts_title_meta + .sc_layouts_title_title {
  margin-bottom: 1.5rem;
}

.sc_layouts_column.sc_layouts_column_align_center .sc_layouts_item {
  display: block;
}

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
  background-color: transparent;
}

.sc_layouts_row_type_normal .search_wrap .search_submit:before {
  font-size: 1.4rem;
}

/* Search form layout */
.trx_addons_icon-search:before {
  content: "\e973";
  font-family: "fontello";
}

.sc_layouts_row_type_normal .search_wrap.search_style_fullscreen:not(.search_opened) .search_field {
  width: 1em !important;
  padding: 0 1.3em 0 1.3em !important;
}
.search_wrap.search_style_fullscreen .search_field {
  height: 4em !important;
  background-color: transparent;
  border-color: transparent;
}
.search_wrap.search_style_fullscreen .search_submit {
  left: 1em !important;
  right: 0 !important;
  width: 2em !important;
  height: 4.6em;
  line-height: 4.6em;
  font-size: 11px;
}
.search_wrap.search_style_fullscreen .search_submit:before {
  font-size: 0.9rem;
}
.sc_layouts_row_type_compact .sc_layouts_column_align_center .search_wrap.search_style_normal .search_form_wrap .search_form {
  margin-left: auto;
  margin-right: auto;
}
.sc_layouts_row_type_compact .sc_layouts_column_align_right .search_wrap.search_style_normal .search_form_wrap .search_form {
  margin-left: auto;
  margin-right: 0;
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form {
  position: relative;
  width: 31em;
  margin-left: 0;
  margin-right: auto;
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field {
  padding: 0.7em 1.7em 0.7em 1.7em !important;
  font-size: 1rem;
  text-transform: capitalize;
  border-radius: 0;
  position: relative;
  height: 3.75em;
  line-height: 1.4em;
  width: 31em;
  margin-right: 0;
  border: 2px solid #000 !important;
  font-weight: 600;
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:before {
  display: none;
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: auto;
  line-height: 1.5em;
  padding: 0;
  width: auto;
  font-size: 0;
  background-color: transparent !important;
}
.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:before {
  content: "\e973";
  font-family: "fontello";
  display: block;
  padding: 1.9em 1.5em;
  font-size: 1rem;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_field {
  padding: 0.7em 1.7em 0.7em 1.7em !important;
  font-size: 1rem;
  text-transform: capitalize;
  border-radius: 0;
  position: relative;
  height: 3.75em;
  line-height: 1.4em;
  width: 24em;
  margin-right: 15px;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_field:before {
  content: "\e973";
  font-family: "fontello";
  position: absolute;
  font-size: 10px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #ff0;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_submit {
  position: relative;
  display: inline-block;
  height: auto;
  line-height: 1.5em;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  width: auto;
  left: 0;
}
.search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:before {
  display: none;
}

.header_type_default .search_wrap.search_style_fullscreen .search_submit {
  height: 5.1em;
}

.search_mobile .search_form_wrap .search_form {
  position: relative;
  width: 22em;
  margin-left: auto;
  margin-right: auto;
}
.search_mobile .search_form_wrap .search_form .search_field {
  padding: 0.7em 2.7em 0.7em 1.7em !important;
  font-size: 1rem;
  text-transform: capitalize;
  border-radius: 0;
  position: relative;
  height: 3.75em;
  line-height: 1.4em;
  width: 22em;
  margin-right: 0;
  border: 2px solid #000 !important;
  font-weight: 600;
}
.search_mobile .search_form_wrap .search_form .search_field:before {
  display: none;
}
.search_mobile .search_form_wrap .search_form .search_submit {
  position: absolute !important;
  top: 50%;
  right: 0;
  left: auto !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block !important;
  height: auto !important;
  line-height: 1.5em !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 0 !important;
  background-color: transparent !important;
}
.search_mobile .search_form_wrap .search_form .search_submit:before {
  content: "\e973";
  font-family: "fontello";
  display: block !important;
  padding: 1.9em 1.5em;
  font-size: 1rem;
}

.search_style_fullscreen.search_opened .search_form,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form {
  width: 30%;
  border: none;
}
.search_style_fullscreen.search_opened .search_form .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .search_field {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5em !important;
  letter-spacing: 0;
  padding: 0 3em 0 2em !important;
  text-transform: none;
  border: 2px solid #d1d1d1;
  border-radius: 0;
}
.search_style_fullscreen.search_opened .search_form .inner_search_wrap,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap {
  margin-right: 70px;
  position: relative;
}
.search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit {
  left: auto !important;
  right: 1.2em !important;
  font-size: 1rem;
}
.search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before {
  line-height: 1em;
  font-size: 1.1rem;
}
.search_style_fullscreen.search_opened .search_form .search_close,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .search_close {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.3rem;
  background-color: transparent;
}
.search_style_fullscreen.search_opened .search_form .search_close:before,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .search_close:before {
  content: "\e981";
  font-family: "fontello";
}

/* Search field inside content */
.content .search_wrap {
  max-width: 50%;
  margin: 0;
}

.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
  max-width: none;
}

.content .search_wrap .search_form_wrap {
  width: 100%;
}

.content .search_wrap .search_form_wrap .search_field {
  width: 100%;
}

.content .search_wrap .search_submit {
  background-color: transparent;
}

.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
  padding: 1.2em 3em 1em 1em !important;
}

.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
  left: auto;
  right: 0;
  top: 0;
  padding: 0 1em;
}

.content .search_wrap .search_results {
  width: 100%;
}

/* Slider
---------------------------------------------- */
/* Pagination */
.sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
  bottom: 0.5em;
}

.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap {
  height: 2rem;
  padding-top: 0.95rem;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_pagination_wrap {
  height: 2px;
}

.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
  width: 3.4em;
  height: 2em;
  line-height: 2.1em;
}

.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
  opacity: 1;
  margin-left: 3.7em;
}

.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
  opacity: 1;
  margin-right: 3.7em;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_next {
  padding-right: 6em;
}

.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_prev {
  padding-left: 6em;
}

/* Controls */
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  display: none;
}

/* Icons in controls */
.sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_outside .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
  font-family: "fontello";
  font-size: 2.8rem;
}

.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
  content: "\e96d";
}

.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
  content: "\e960";
}

.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
  content: "\e960";
}

.slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev,
.slider_outer_controls_side:hover .slider_controls_wrap > a.slider_prev {
  margin-left: 3.7em;
}
.slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next,
.slider_outer_controls_side:hover .slider_controls_wrap > a.slider_next {
  margin-right: 3.7em;
}

/* Slider in the widgets area */
.header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
  background-color: transparent;
}

.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
  width: 18em;
}

.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
  bottom: 8px;
}

.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
  font-size: 12px;
  line-height: 16px;
}

/* Widgets
---------------------------------------------- */
/* Recent news */
.sc_recent_news_style_news-excerpt .post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.sc_recent_news_style_news-excerpt .post_item + .post_item {
  padding-top: 0;
  border: none;
  margin-top: 50px;
}
.sc_recent_news_style_news-excerpt .post_item .post_featured {
  max-width: 211px;
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sc_recent_news_style_news-excerpt .post_item .post_featured.post_featured_bg {
  position: relative !important;
}
.sc_recent_news_style_news-excerpt .post_item .post_body {
  padding: 1.85em 1.7em 1.2em 1.8em;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_content {
  margin-top: 1em;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_footer {
  margin-top: 1.4em;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_footer .post_meta {
  margin: 0 !important;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_footer .post_meta .post_meta_item.post_date:before {
  display: none;
}
.sc_recent_news_style_news-excerpt .post_item .post_body .post_footer .post_meta .post_meta_item.post_categories a {
  margin-bottom: 0;
}

.sc_recent_news_style_news-announce * {
  color: inherit !important;
}
.sc_recent_news_style_news-announce .post_meta .post_meta_item.post_categories a .trx_addons_extended_taxonomy_bg {
  background-color: transparent;
}
.sc_recent_news_style_news-announce .post_meta .post_meta_item.post_categories a:hover .trx_addons_extended_taxonomy_bg {
  background-color: transparent;
}

/* Widgets in the Footer */
.footer_wrap .sc_layouts_row {
  line-height: 1.7857em;
}

.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
  vertical-align: top;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.footer_wrap .sc_layouts_item .widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item {
  height: 100%;
}
.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .elementor-widget-container {
  height: 100%;
}
.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .elementor-widget-container .widget_area {
  height: 100%;
}
.footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget {
  height: 100%;
  padding: 3.5rem 4rem 2rem 3.8rem;
}
.footer_wrap .widget_contacts .contacts_wrap .contacts_description {
  margin-top: 2em;
  line-height: 1.4em;
}
.footer_wrap .widget_contacts .contacts_wrap .contacts_description h5 {
  font-size: 2.125rem;
  margin-top: 0.8em;
  margin-bottom: 0;
}
.footer_wrap .widget_contacts .contacts_wrap .contacts_description h5 span {
  text-transform: none;
  font-size: 1rem;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 0;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_logo {
  margin-bottom: 3px;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_description {
  margin-top: 0;
  line-height: 1em;
  margin-left: 1.6rem;
}
.footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_description h5 {
  margin-top: 0;
  line-height: 0.8em;
}
.footer_wrap .sc_layouts_column_align_center .widget_contacts_inline .widget_contacts .contacts_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_wrap .sc_layouts_column_align_center .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_description {
  margin-right: 0;
}
.footer_wrap .wp-widget-recent-comments ul {
  padding: 0 !important;
}
.footer_wrap .wp-widget-recent-comments ul li {
  margin-top: 12px !important;
  line-height: 1.5em;
}
.footer_wrap .wp-widget-recent-comments ul li:first-child {
  margin-top: 0;
}
.footer_wrap .wp-widget-recent-comments ul li:before {
  display: none;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap {
  white-space: normal;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item {
  display: inline-block;
  margin: 8px 0 0 1.9rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1.4em;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  vertical-align: top;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_name {
  display: inline-block;
  margin-top: 0;
  line-height: 1.4em;
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover .social_icon {
  background-color: transparent;
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:first-child {
  margin-left: 0;
}
.ua_safari .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon {
  line-height: 1.2em;
}

/* Widget Categories list in columns or sidebar */
.widget_categories_list[class*=column-] [class*=column-],
.sidebar .widget_categories_list [class*=column-] {
  width: 100%;
  float: none;
  overflow: hidden;
}

.widget_categories_list[class*=column-] [class*=column-] + [class*=column-],
.sidebar .widget_categories_list [class*=column-] + [class*=column-] {
  margin-top: 0.5em;
}

.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
  text-align: left;
}

.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image {
  display: inline-block;
  width: 20%;
}

.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
}

.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
  width: 100%;
  height: auto;
}

.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin: 0;
  font-size: 1em;
  text-align: left;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
  padding-left: 1em;
}

/* Contacts */
.footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
  max-width: none;
}

.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_address,
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_email,
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_phone {
  padding-left: 0;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_address:before,
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_email:before,
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_phone:before {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  width: auto;
  padding-right: 5px;
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_address:before {
  content: "Address:";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_email:before {
  content: "Email:";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_phone:before {
  content: "Phone:";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials {
  margin-top: 0.7em;
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item {
  margin: 10px 10px 0 0;
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 2.4em;
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon span:before {
  font-size: 2rem;
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon.social_icon_socials-fb > span:before {
  content: "\e957";
  font-family: "fontello";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon.social_icon_socials-tw > span:before {
  content: "\e95e";
  font-family: "fontello";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon.social_icon_socials-li > span:before {
  content: "\e96b";
  font-family: "fontello";
}
.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_socials .social_item .social_icon.social_icon_socials-go > span:before {
  content: "\e983";
  font-family: "fontello";
}

/* Recent News + Shortcode Recent News */
body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
  height: 528px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
  height: 528px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium {
  height: 528px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
  height: 264px;
}

.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
  font-size: 1em;
}

.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
  font-size: 0.8667em;
  line-height: 1.3846em;
}

.sc_recent_news_style_news-announce {
  margin-right: -50px;
}
.sc_recent_news_style_news-announce .post_layout_news-announce {
  margin-right: 50px;
  margin-bottom: 50px !important;
}
.sc_recent_news_style_news-announce .post_layout_news-announce.post_size_big {
  width: calc(66.66% - 50px);
}
.sc_recent_news_style_news-announce .post_layout_news-announce.post_size_medium {
  width: calc(33.33% - 50px);
}
.sc_recent_news_style_news-announce .post_layout_news-announce .mask {
  display: none;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured {
  position: relative;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 0;
  z-index: 0;
  padding: 0;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured:after {
  display: none;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info {
  z-index: 7;
  padding: 2.5rem 2.7rem;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_title {
  font-size: 1.875rem;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_meta {
  margin: 0 !important;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_author {
  margin-bottom: 1.2rem;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_categories {
  background-color: transparent;
  padding: 0;
}
.sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_categories a {
  text-transform: none;
  font-size: 14px;
}
.sc_recent_news_style_news-announce .post_layout_news-announce.post_size_big .post_featured .post_info .post_title {
  font-size: 2.25rem;
}
.link_color_1 .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(odd) .post_featured:before {
  background-color: inherit;
}
.link_color_1 .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(even) .post_featured:before {
  background-color: inherit;
}
.sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(odd) .post_featured:before {
  background-color: inherit;
}
.sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(even) .post_featured:before {
  background-color: inherit;
}

/* Category list  */
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link {
  position: relative;
  font-size: 1.875rem;
  text-transform: uppercase;
}
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.8rem 2rem 3rem 2rem;
  border-radius: 0;
  font-size: 1.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_icon {
  line-height: 1.7em;
  margin-bottom: 1.1rem;
  margin-right: 0;
}
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_icon:before {
  font-size: 3rem;
}
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .categories_list_count {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link:hover .trx_addons_extended_taxonomy {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}
.categories_list.categories_list_style_2 .trx_addons_column-1_5 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy {
  padding: 3.6rem 2rem 3.5rem 2rem;
  font-size: 1.875rem;
}

/* Shortcodes
---------------------------------------------- */
/* Blogger */
.sc_blogger .post_featured + .post_header {
  max-width: none;
  padding: 0;
  display: block;
}

.sc_blogger .trx_addons_loading {
  background-color: transparent;
}
.sc_blogger .slider_container .slider-slide {
  max-height: 100%;
}
.sc_blogger.sc_blogger_masonry nav.sc_item_pagination {
  margin-top: 0;
}
.sc_blogger.sc_blogger_info .sc_blogger_item {
  min-height: 360px;
  background-color: transparent;
  position: relative;
}
.sc_blogger.sc_blogger_info .sc_blogger_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .post_featured {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.7rem 2rem 2rem 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .post_meta .post_counters_comments {
  display: none;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_header {
  margin-top: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .bottom_meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content .bottom_meta .post_author {
  margin-left: 0;
}
.sc_blogger.sc_blogger_info [class*=trx_addons_column-]:nth-child(4n+1) .sc_blogger_item:before {
  background-color: inherit;
}
.sc_blogger.sc_blogger_info [class*=trx_addons_column-]:nth-child(4n+2) .sc_blogger_item:before {
  background-color: inherit;
}
.sc_blogger.sc_blogger_info [class*=trx_addons_column-]:nth-child(4n+3) .sc_blogger_item:before {
  background-color: inherit;
}
.sc_blogger.sc_blogger_info [class*=trx_addons_column-]:nth-child(4n+4) .sc_blogger_item:before {
  background-color: inherit;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .post_featured {
  position: relative;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .post_featured + .top_wrap_meta {
  position: absolute;
  top: 1.8em;
  left: 2em;
  z-index: 6;
  padding: 0;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .post_featured + .top_wrap_meta .post_meta {
  margin-top: 0;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .top_wrap_meta {
  padding: 1em 3em;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .top_wrap_meta .post_meta {
  margin-top: 0;
  text-align: left;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
  text-align: left;
  padding: 1.9em 2em 1em 2em;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
  margin-top: 1.2rem;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_excerpt_text {
  line-height: 1.4em;
  max-height: none;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content .post_meta {
  margin-top: 1.4rem;
}
.sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content .post_meta .post_meta_item.post_author {
  margin-left: 0;
}
.sc_blogger.sc_blogger_modern .sc_blogger_slider .sc_blogger_item .sc_blogger_item_excerpt {
  display: block;
}
.sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom {
  position: relative;
}
.sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom + .slider_controls_wrap {
  position: absolute;
  bottom: 18%;
  right: 6%;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item {
  padding: 0;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .post_featured {
  width: 50%;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
  text-align: left;
  left: 56%;
  width: 40%;
  padding: 0;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_header .post_meta {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
  margin-top: 1.4em;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button {
  margin-top: 3em;
}
.sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button .sc_button:after {
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  line-height: 1.2em;
  padding-left: 10px;
}
.sc_blogger.sc_blogger_excerpt .post_item .post_featured {
  position: relative;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list {
  padding: 2rem 2rem 1.6rem 2rem;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_header .post_title {
  font-size: 1.5rem;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta {
  margin-top: 2rem;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta .post_counters_comments {
  display: none;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta .post_date {
  display: none;
}
.sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list .post_meta .post_author:after {
  display: none;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item {
  padding: 2.2em 2em 2.5em 3em;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content {
  text-align: left;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
  margin-top: 1.2rem;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_excerpt_text {
  line-height: 1.4em;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .post_meta {
  margin-top: 1.4rem;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .post_meta .post_meta_item.post_author {
  margin-left: 0;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item .sc_blogger_item_content .post_meta .post_categories a {
  margin-bottom: 0;
}
.sc_blogger.sc_blogger_plain .sc_blogger_item + .sc_blogger_item {
  margin-top: 50px;
  border: none;
}
.sc_layouts_column_align_left .sc_blogger .sc_item_filters ul.sc_item_filters_titles {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sc_blogger .sc_item_filters {
  margin-bottom: 5.625rem;
  margin-top: 0;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li {
  padding: 0;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 9px 17px;
  font-size: 14px;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li a .trx_addons_extended_taxonomy {
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
}
.sc_blogger .sc_item_filters ul.sc_item_filters_titles li a .trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_icon {
  display: none;
}

.ua_ie_11 .sc_blogger.sc_blogger_excerpt .post_item .post_featured {
  display: block;
}

/* Events */
.sc_events_item_button:before,
.sc_events_item_button:after {
  content: "\e93a";
  font-family: "fontello";
}

/* Skills */
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item .sc_skills_total {
  font-size: 3.125rem;
}
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item_title {
  font-style: normal;
  margin-top: 8px;
}

/* Price */
.sc_price .sc_price_item_inner {
  padding-bottom: 4rem !important;
}
.sc_price .sc_price_item_inner .sc_price_item_info {
  padding: 0;
}
.sc_price .sc_price_item_inner .sc_price_item_description,
.sc_price .sc_price_item_inner .sc_price_item_details {
  font-style: normal;
  font-size: 1rem;
}
.sc_price .sc_price_item_inner .sc_price_item_description ul li,
.sc_price .sc_price_item_inner .sc_price_item_description .trx_addons_list_custom li,
.sc_price .sc_price_item_inner .sc_price_item_details ul li,
.sc_price .sc_price_item_inner .sc_price_item_details .trx_addons_list_custom li {
  list-style-type: none;
}
.sc_price .sc_price_item_inner .sc_price_item_description ul li:before,
.sc_price .sc_price_item_inner .sc_price_item_description .trx_addons_list_custom li:before,
.sc_price .sc_price_item_inner .sc_price_item_details ul li:before,
.sc_price .sc_price_item_inner .sc_price_item_details .trx_addons_list_custom li:before {
  display: block;
}

/* Progress bar */
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
  line-height: 12px;
  margin-top: 5px;
  height: 6px;
  border-radius: 0;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar {
  height: 6px;
  border-radius: 0;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-percentage {
  padding-right: 0;
  position: absolute;
  top: -29px;
  right: 0;
  font-size: 13px;
  line-height: 25px;
}
.elementor-widget-progress + .elementor-widget-progress {
  margin-top: 22px;
}

/* Form */
.sc_form .sc_form_info_item .sc_form_info_icon:before {
  font-family: "fontello";
}

.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
  content: "\e8fd";
}

.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
  content: "\e8fa";
}

.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
  content: "\e8f5";
}

.wpcf7 .columns_wrap > [class*=column-] {
  padding-right: 21px;
  padding-top: 0 !important;
}

.wpcf7 .columns_wrap {
  margin-right: -21px;
  padding-right: 21px;
  letter-spacing: -15px;
}
.wpcf7 .columns_wrap div:last-child {
  padding-right: 0;
}

.wpcf7 .columns_wrap * {
  letter-spacing: 0;
}

.wpcf7-form > p {
  margin-bottom: 0;
}

.wpcf7 .select_container, .wpcf7 textarea,
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px !important;
}

.wpcf7 .wpcf7-not-valid {
  margin-bottom: 2px !important;
}

.wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
  margin-bottom: 1em;
}

span.wpcf7-not-valid-tip {
  font-size: 1em;
}

/* Icons */
.footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
  margin-top: 1em;
  margin-bottom: 2em;
}

/* Portfolio */
.sc_portfolio_default .sc_portfolio_item {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-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;
}

/* Services */
.services_page_tabs {
  margin-top: 5em;
}

.services_page_tabs .comments_list_wrap,
.services_page_tabs .comments_form_wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}

.services_page_tabs .comments_list_wrap + .comments_form_wrap {
  margin-top: 3em;
  padding-top: 3em;
  border-top-width: 1px;
}

/* Team */
.sc_team.sc_team_short .sc_team_item .post_featured {
  margin-bottom: 0;
}
.sc_team.sc_team_short .sc_team_item .post_featured.sc_team_item_thumb {
  border: none;
}
.sc_team.sc_team_short .sc_team_item .post_featured .trx_addons_hover_content .sc_team_item_socials .social_item .social_icon {
  border: none;
  font-size: 2rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  background-color: transparent !important;
}
.sc_team.sc_team_short .sc_team_item .post_featured .trx_addons_hover_content .sc_team_item_socials .social_item .social_icon > span > span:before {
  font-family: "fontello";
}
.sc_team.sc_team_short .sc_team_item .post_featured .trx_addons_hover_content .sc_team_item_socials .social_item .social_icon.social_icon_facebook span:before {
  content: "\e957";
}
.sc_team.sc_team_short .sc_team_item .post_featured .trx_addons_hover_content .sc_team_item_socials .social_item .social_icon.social_icon_twitter span:before {
  content: "\e95e";
}
.sc_team.sc_team_short .sc_team_item .post_featured .trx_addons_hover_content .sc_team_item_socials .social_item .social_icon.social_icon_google span:before {
  content: "\e956";
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info {
  padding: 1.6rem 1rem 1.6rem 1rem;
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header {
  text-align: center;
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_title {
  font-size: 1.5rem;
}
.sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_subtitle {
  font-style: normal;
  font-size: 1rem;
  margin-top: 10px;
}

.team_member_page .team_member_content {
  margin-top: 5.95em;
}

.team_member_page .team_member_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.team_member_page .team_member_header .team_member_featured {
  width: 38%;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.team_member_page .team_member_header .team_member_description {
  width: 50%;
  padding: 3.5rem 5rem 3.7rem 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.team_member_page .team_member_header .team_member_description .top_wrap_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team_member_page .team_member_header .team_member_description .top_wrap_info .team_member_socials {
  margin-top: 0;
}
.team_member_page .team_member_header .team_member_description .top_wrap_info .team_member_socials .social_item .social_icon {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 2em;
}
.team_member_page .team_member_header .team_member_description .team_member_details {
  margin-top: 2.3em;
}
.team_member_page .team_member_header .team_member_description .team_member_details > div .team_member_details_label {
  font-weight: 600;
  padding-right: 5px;
}
.team_member_page .team_member_header .team_member_description .team_member_details > * {
  margin-top: 6px;
}
.team_member_page .team_member_header .team_member_description .team_member_details > *:first-child {
  margin-top: 0;
}
.team_member_page .team_member_header .team_member_description .team_member_brief_info {
  margin-top: 1.4em;
}
.single-cpt_team .comments_list_wrap,
.single-cpt_team .comments_form_wrap {
  margin-top: 0;
  border-top: none;
}

/* Testimonials */
.sc_testimonials_item_content:before {
  content: "\e8b6";
  font-family: "fontello";
}

/* Default Elementor's grid
----------------------------------------------------------- */
:root {
  --theme-var-elm_gap_nogap: 0px;
  --theme-var-elm_gap_narrow: 10px;
  --theme-var-elm_gap_default: 20px;
  --theme-var-elm_gap_extended: 30px;
  --theme-var-elm_gap_wide: 40px;
  --theme-var-elm_gap_wider: 60px;
  --theme-var-elm_add_page_margins: var( --theme-var-elm_gap_extended );
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_narrow) / 2);
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_default) / 2);
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_extended) / 2);
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_wide) / 2);
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_wider) / 2);
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding-top: 0;
  padding-bottom: 0;
}

/* Elementor styles
----------------------------------------------------------------- */
/* Add negative margins to the our post container to align left and right side of the post content and header/footer */
.post_content > .elementor {
  margin-left: -25px;
  margin-right: -25px;
}

/* Stretch columns container to remove white spaces from sides of the rows with gaps between columns */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
  max-width: none;
  position: relative;
}

/* Narrow: 5px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  width: 1280px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  width: 810px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  left: -5px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  margin-left: -5px;
  margin-right: -5px;
}

/* Default: 10px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  width: 1290px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  width: 820px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  left: -10px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  margin-left: -10px;
  margin-right: -10px;
}

/* Extended: 15px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  width: 1320px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  width: 850px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  left: -25px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  margin-left: -25px;
  margin-right: -25px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 25px;
}

/* Wide: 20px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  width: 1310px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  width: 840px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  left: -20px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  margin-left: -20px;
  margin-right: -20px;
}

/* Wider: 30px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  width: 1330px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  width: 860px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  left: -30px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  margin-left: -30px;
  margin-right: -30px;
}

[data-type^="trx-addons/socials"],
[data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
  width: auto !important;
}

.sc_layouts_column_align_left .elementor-widget-wrap {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.sc_layouts_column_align_center .elementor-widget-wrap {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.sc_layouts_column_align_right .elementor-widget-wrap {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/* Fix: Vertical align items in columns */
.elementor-section-content-middle .elementor-widget-wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.elementor-section-content-top .elementor-widget-wrap {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.elementor-section-content-bottom .elementor-widget-wrap {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

/* Horizontal align items in columns */
.sc_content_align_center[class*=sc_inner_width_],
.sc_content_align_center.elementor-column .elementor-widget-wrap {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.sc_content_align_left[class*=sc_inner_width_],
.sc_content_align_left.elementor-column .elementor-widget-wrap {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.sc_content_align_right[class*=sc_inner_width_],
.sc_content_align_right.elementor-column .elementor-widget-wrap {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/* Gutenberg
----------------------------------------------------------------- */
body.sidebar_hide .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.sidebar_hide .alignwide {
  position: relative;
  left: calc(-44vw + 50%);
  width: 88vw;
  max-width: none;
}

.alignfull > img,
.alignwide > img {
  max-width: none;
  width: 100%;
}

.editor-block-list__block,
.editor-post-title__block,
.editor-default-block-appender {
  max-width: 800px !important;
}

.editor-post-title__block .editor-post-title__input {
  min-height: 1em;
}

/* Cover image */
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover__inner-container a {
  color: inherit;
}

/* MailChimp for WP styles
----------------------------------------------------------------- */
form.mc4wp-form {
  position: relative;
  padding-right: 7em;
}

form.mc4wp-form .mc4wp-form-fields input[type=email] {
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  max-width: 8em;
  vertical-align: top;
  padding-left: 2em;
  padding-right: 2em;
}

form.mc4wp-form .mc4wp-alert {
  margin: 1.5em 0;
  padding: 1em;
  line-height: 1.5em;
}

form.mc4wp-form p {
  margin: 0;
}

form.mc4wp-form p + p,
form.mc4wp-form input + p {
  margin-top: 1em;
}

/* Essential Grid styles
----------------------------------------------------------------- */
.esg-grid i[class*=eg-icon-] {
  color: #fff;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.esg-grid a:hover i[class*=eg-icon-] {
  color: #888;
}

.esg-navigationbutton i[class*=eg-icon-] {
  color: #888;
}

.esg-navigationbutton:hover i[class*=eg-icon-] {
  color: #333;
}

.esg-entry-cover .eec > div {
  margin-right: 0 !important;
}

.esg-entry-cover .eec > div[class*=-element-1-a] {
  margin-left: 10px !important;
}

.esg-starring {
  vertical-align: top;
}

.esg-starring .star-rating, .esg-starring-page .star-rating {
  width: 6em;
}

.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
  line-height: 36px;
  margin: 0;
}

.flat-light .esg-filters .esg-sortbutton {
  padding-right: 0;
}

.esgbox-overlay {
  z-index: 228010 !important;
}

.esgbox-opened {
  z-index: 228030 !important;
}

.wp-widget-ess-grid-widget ul > li:before {
  display: none !important;
}/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
button:not(.components-button),input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.post_item .more-link,.gallery_preview_show .post_readmore,input[type="text"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="password"],input[type="search"],select,.select_container,textarea,.widget_search .search-field,.widget_display_search #bbp_search,#bbpress-forums #bbp-search-form #bbp_search,.comments_wrap .comments_field input,.comments_wrap .comments_field textarea,.select2-container.select2-container--default span.select2-choice,.select2-container.select2-container--default span.select2-selection,.widget_area .post_item .post_thumb img,aside .post_item .post_thumb img,.sidebar .sidebar_control,.sidebar .sidebar_control:after,.sc_edd_details .downloads_page_tags .downloads_page_data>a,.widget_product_tag_cloud a,.wp-block-tag-cloud a,.widget_tag_cloud a{-webkit-border-radius:0px; -ms-border-radius:0px; border-radius:0px}.select_container:before{-webkit-border-radius:0 0px 0px 0; -ms-border-radius:0 0px 0px 0; border-radius:0 0px 0px 0}textarea.wp-editor-area{-webkit-border-radius:0 0 0px 0px; -ms-border-radius:0 0 0px 0px; border-radius:0 0 0px 0px}.widget li a>img,.widget li span>img{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.body_style_boxed .page_wrap{width:1390px}.content_wrap,.content_container{width:1270px}body.body_style_wide:not(.expand_content) [class*="content_wrap"]>.content,body.body_style_boxed:not(.expand_content) [class*="content_wrap"]>.content{width:800px}[class*="content_wrap"]>.sidebar{width:390px}.body_style_fullwide.sidebar_right [class*="content_wrap"]>.content,.body_style_fullscreen.sidebar_right [class*="content_wrap"]>.content{padding-right:470px}.body_style_fullwide.sidebar_right [class*="content_wrap"]>.sidebar,.body_style_fullscreen.sidebar_right [class*="content_wrap"]>.sidebar{margin-left:-390px}.body_style_fullwide.sidebar_left [class*="content_wrap"]>.content,.body_style_fullscreen.sidebar_left [class*="content_wrap"]>.content{padding-left:470px}.body_style_fullwide.sidebar_left [class*="content_wrap"]>.sidebar,.body_style_fullscreen.sidebar_left [class*="content_wrap"]>.sidebar{margin-right:-390px}.trx_addons_hover_content .trx_addons_hover_link,.trx_addons_hover_content .trx_addons_hover_links a,.properties_search_form .properties_search_basic,.cars_search_form .cars_search_basic,.sc_promo_modern .sc_promo_link2,.sc_slider_controls .slider_controls_wrap>a,.sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap,.sc_slider_controls .slider_progress_bar,.slider_container.slider_controls_side .slider_controls_wrap>a,.slider_outer_controls_side .slider_controls_wrap>a,.slider_outer_controls_outside .slider_controls_wrap>a,.slider_outer_controls_top .slider_controls_wrap>a,.slider_outer_controls_bottom .slider_controls_wrap>a{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.sc_button,.sc_form button,.sc_matches_item_pair .sc_matches_item_player .post_featured>img{-webkit-border-radius:0px; -ms-border-radius:0px; border-radius:0px}.trx_addons_scroll_to_top,.socials_wrap .social_item .social_icon,.sc_matches_other .sc_matches_item_logo1 img,.sc_matches_other .sc_matches_item_logo2 img,.sc_points_table .sc_points_table_logo img{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.sc_content_width_1_1{width:1270px}.sc_content_width_1_2{width:635px}.sc_content_width_1_3{width:423.33333333333px}.sc_content_width_2_3{width:846.66666666667px}.sc_content_width_1_4{width:317.5px}.sc_content_width_3_4{width:952.5px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow{width:1280px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow{width:810px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default{width:1290px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default{width:820px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended{width:1300px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended{width:830px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide{width:1310px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide{width:840px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider{width:1330px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider{width:860px}body{font-family:"PT Sans",sans-serif;	font-size:1.1rem;	font-weight:400;	font-style:normal;	line-height:1.466em;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em}p,ul,ol,dl,blockquote,address,.post_content_single .wp-block-button,.post_content_single .wp-block-cover,.post_content_single .wp-block-image,.post_content_single .wp-block-video,.post_content_single .wp-block-search,.post_content_single .wp-block-archives,.post_content_single .wp-block-categories,.post_content_single .wp-block-calendar,.post_content_single .wp-block-media-text,.post_content_single figure.wp-block-gallery,.post_content_single .wp-block-group.has-background,.wp-block-group.has-background .wp-block-group__inner-container>*{margin-top:0em;	margin-bottom:1.1em}h1,.front_page_section_caption{font-family:"Unica One",cursive;	font-size:3.125rem;	font-weight:400;	font-style:normal;	line-height:1em;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.05em;	margin-top:1.03em;	margin-bottom:0.4833em}h2{font-family:"Unica One",cursive;	font-size:2.75rem;	font-weight:400;	font-style:normal;	line-height:1;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.01em;	margin-top:0.9952em;	margin-bottom:0.5619em}h3{font-family:"Unica One",cursive;	font-size:2.25rem;	font-weight:400;	font-style:normal;	line-height:1;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.01em;	margin-top:0.9545em;	margin-bottom:0.5879em}h4{font-family:"Unica One",cursive;	font-size:1.875rem;	font-weight:400;	font-style:normal;	line-height:1em;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.01em;	margin-top:0.8923em;	margin-bottom:0.7em}h5{font-family:"Unica One",cursive;	font-size:1.5rem;	font-weight:400;	font-style:normal;	line-height:1.125em;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.01em;	margin-top:1.1em;	margin-bottom:0.8em}h6{font-family:"PT Sans",sans-serif;	font-size:1rem;	font-weight:600;	font-style:normal;	line-height:1.46em;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em;	margin-top:1.7706em;	margin-bottom:0.9412em}input[type="text"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="search"],input[type="password"],textarea,textarea.wp-editor-area,.select_container,select,.select_container select{font-size:15px;	font-weight:600;	font-style:normal;	line-height:1.5em;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em}form button,input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.sc_layouts_row .sc_button,.gallery_preview_show .post_readmore,.post_item .more-link,div.esg-filter-wrapper .esg-filterbutton>span,.mptt-navigation-tabs li a,.maxify_tabs .maxify_tabs_titles li a,.search_wrap.search_style_normal .search_form_wrap .search_form .search_submit{font-family:"PT Sans",sans-serif;	font-size:15px;	font-weight:600;	font-style:normal;	line-height:22px;	text-decoration:none;	text-transform:capitalize;	letter-spacing:0.03em}.top_panel .slider_engine_revo .slide_title{font-family:"Unica One",cursive}.wp-block-calendar table caption,.widget_calendar caption,figure figcaption,.wp-caption .wp-caption-text,table th,blockquote,mark,ins,.logo_text,.post_price.price,.theme_scroll_down{font-family:"Unica One",cursive}blockquote>cite,blockquote>p>cite{font-family:"PT Sans",sans-serif}.post_meta{font-family:"PT Sans",sans-serif;	font-size:0.866em;	font-weight:400;	font-style:normal;	line-height:1.5em;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em;	margin-top:0.4em}em,i:not([class*="eicon"]):not(class*="fa"),.post-date,.rss-date .post_date,.post_meta_item,.post_counters_item,.post_meta .vc_inline-link,.comments_list_wrap .comment_date,.comments_list_wrap .comment_time,.comments_list_wrap .comment_counters,.top_panel .slider_engine_revo .slide_subtitle,.logo_slogan,fieldset legend,.wp-caption .wp-caption-dd,.wp-caption-overlay .wp-caption .wp-caption-text,.wp-caption-overlay .wp-caption .wp-caption-dd,.format-audio .post_featured .post_audio_author,.trx_addons_audio_player .audio_author,.post_item_single .post_content .post_meta,.author_bio .author_link,.comments_list_wrap .comment_posted,.comments_list_wrap .comment_reply{font-family:"PT Sans",sans-serif}.widget_calendar th,.search_wrap .search_results .post_meta_item,.search_wrap .search_results .post_counters_item{font-family:"PT Sans",sans-serif}.logo_text{font-family:"Unica One",cursive;	font-size:2.125rem;	font-weight:400;	font-style:normal;	line-height:1em;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.05em}.logo_footer_text{font-family:"Unica One",cursive}.menu_main_nav_area,.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav,.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav{font-family:"PT Sans",sans-serif;	font-size:1.1rem;	line-height:1.5em}.menu_main_nav>li>a,.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav>li>a{font-weight:400;	font-style:normal;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em}.menu_main_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.sc_layouts_menu_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description{font-weight:400}.menu_main_nav>li>ul,.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav>li>ul,.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_popup .sc_layouts_menu_nav{font-family:"PT Sans",sans-serif;	font-size:1rem;	line-height:1.5em}.menu_main_nav>li ul>li>a,.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav>li ul>li>a,.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a{font-weight:400;	font-style:normal;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em}.menu_mobile .menu_mobile_nav_area>ul{font-family:"PT Sans",sans-serif}.menu_mobile .menu_mobile_nav_area>ul>li ul{font-family:"PT Sans",sans-serif}.single-post .dpsp-share-text{font-family:"Unica One",cursive;	font-size:1.5rem;	font-weight:400;	font-style:normal;	line-height:1.125em;	text-decoration:none;	text-transform:uppercase;	letter-spacing:0.01em}.dpsp-has-buttons-count .dpsp-networks-btns-wrapper .dpsp-network-label-wrapper{font-family:"PT Sans",sans-serif;	font-weight:400;	font-style:normal;	line-height:1.466em}.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title,.sc_dishes_compact .sc_services_item_title,.sc_services_iconed .sc_services_item_title{font-family:"PT Sans",sans-serif}.toc_menu_item .toc_menu_description,.sc_recent_news .post_item .post_footer .post_counters .post_counters_item,.sc_item_subtitle,.sc_icons_item_title,.sc_price_item_title,.sc_price_item_price,.sc_courses_default .sc_courses_item_price,.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a,.sc_events_classic .sc_events_item_price,.sc_events_classic .trx_addons_hover_content .trx_addons_hover_links a,.sc_promo_modern .sc_promo_link2 span+span,.sc_skills_counter .sc_skills_total,.sc_skills_pie.sc_skills_compact_off .sc_skills_total,.slider_container .slide_info.slide_info_large .slide_title,.slider_style_modern .slider_controls_label span + span,.slider_pagination_wrap,.sc_slider_controller_info{font-family:"Unica One",cursive}.sc_recent_news .post_item .post_meta,.sc_action_item_description,.sc_price_item_description,.sc_price_item_details,.sc_courses_default .sc_courses_item_date,.courses_single .courses_page_meta,.sc_events_classic .sc_events_item_date,.sc_promo_modern .sc_promo_link2 span,.sc_skills_counter .sc_skills_item_title,.slider_style_modern .slider_controls_label span,.slider_titles_outside_wrap .slide_cats,.slider_titles_outside_wrap .slide_subtitle,.sc_team .sc_team_item_subtitle,.sc_dishes .sc_dishes_item_subtitle,.sc_services .sc_services_item_subtitle,.team_member_page .team_member_brief_info_text,.sc_testimonials_item_author_title,.sc_testimonials_item_content:before{font-family:"PT Sans",sans-serif}.sc_button,.sc_button_simple,.sc_form button{font-family:"PT Sans",sans-serif;	font-size:15px;	font-weight:600;	font-style:normal;	line-height:22px;	text-decoration:none;	text-transform:capitalize;	letter-spacing:0.03em}.sc_promo_modern .sc_promo_link2{font-family:"PT Sans",sans-serif}.trx_addons_dropcap{font-family:"Unica One",cursive;	font-size:2.75rem}.mejs-controls .mejs-time *{font-family:"PT Sans",sans-serif}.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_address:before,.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_email:before,.elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info .contacts_phone:before{font-family:"PT Sans",sans-serif}.categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy{font-family:"Unica One",cursive}.footer_wrap .widget_contacts .contacts_wrap .contacts_description h5 span{font-family:"PT Sans",sans-serif}.editor-block-list__block{font-family:"PT Sans",sans-serif !important;	font-size:1.1rem;	font-weight:400;	font-style:normal;	line-height:1.466em;	text-decoration:none;	text-transform:none;	letter-spacing:0.01em}/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
button:not(.components-button),input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.post_item .more-link,.gallery_preview_show .post_readmore,input[type="text"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="password"],input[type="search"],select,.select_container,textarea,.widget_search .search-field,.widget_display_search #bbp_search,#bbpress-forums #bbp-search-form #bbp_search,.comments_wrap .comments_field input,.comments_wrap .comments_field textarea,.select2-container.select2-container--default span.select2-choice,.select2-container.select2-container--default span.select2-selection,.widget_area .post_item .post_thumb img,aside .post_item .post_thumb img,.sidebar .sidebar_control,.sidebar .sidebar_control:after,.sc_edd_details .downloads_page_tags .downloads_page_data>a,.widget_product_tag_cloud a,.wp-block-tag-cloud a,.widget_tag_cloud a{-webkit-border-radius:0px; -ms-border-radius:0px; border-radius:0px}.select_container:before{-webkit-border-radius:0 0px 0px 0; -ms-border-radius:0 0px 0px 0; border-radius:0 0px 0px 0}textarea.wp-editor-area{-webkit-border-radius:0 0 0px 0px; -ms-border-radius:0 0 0px 0px; border-radius:0 0 0px 0px}.widget li a>img,.widget li span>img{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.body_style_boxed .page_wrap{width:1390px}.content_wrap,.content_container{width:1270px}body.body_style_wide:not(.expand_content) [class*="content_wrap"]>.content,body.body_style_boxed:not(.expand_content) [class*="content_wrap"]>.content{width:800px}[class*="content_wrap"]>.sidebar{width:390px}.body_style_fullwide.sidebar_right [class*="content_wrap"]>.content,.body_style_fullscreen.sidebar_right [class*="content_wrap"]>.content{padding-right:470px}.body_style_fullwide.sidebar_right [class*="content_wrap"]>.sidebar,.body_style_fullscreen.sidebar_right [class*="content_wrap"]>.sidebar{margin-left:-390px}.body_style_fullwide.sidebar_left [class*="content_wrap"]>.content,.body_style_fullscreen.sidebar_left [class*="content_wrap"]>.content{padding-left:470px}.body_style_fullwide.sidebar_left [class*="content_wrap"]>.sidebar,.body_style_fullscreen.sidebar_left [class*="content_wrap"]>.sidebar{margin-right:-390px}.trx_addons_hover_content .trx_addons_hover_link,.trx_addons_hover_content .trx_addons_hover_links a,.properties_search_form .properties_search_basic,.cars_search_form .cars_search_basic,.sc_promo_modern .sc_promo_link2,.sc_slider_controls .slider_controls_wrap>a,.sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap,.sc_slider_controls .slider_progress_bar,.slider_container.slider_controls_side .slider_controls_wrap>a,.slider_outer_controls_side .slider_controls_wrap>a,.slider_outer_controls_outside .slider_controls_wrap>a,.slider_outer_controls_top .slider_controls_wrap>a,.slider_outer_controls_bottom .slider_controls_wrap>a{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.sc_button,.sc_form button,.sc_matches_item_pair .sc_matches_item_player .post_featured>img{-webkit-border-radius:0px; -ms-border-radius:0px; border-radius:0px}.trx_addons_scroll_to_top,.socials_wrap .social_item .social_icon,.sc_matches_other .sc_matches_item_logo1 img,.sc_matches_other .sc_matches_item_logo2 img,.sc_points_table .sc_points_table_logo img{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.sc_content_width_1_1{width:1270px}.sc_content_width_1_2{width:635px}.sc_content_width_1_3{width:423.33333333333px}.sc_content_width_2_3{width:846.66666666667px}.sc_content_width_1_4{width:317.5px}.sc_content_width_3_4{width:952.5px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow{width:1280px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow{width:810px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default{width:1290px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default{width:820px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended{width:1300px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended{width:830px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide{width:1310px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide{width:840px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider{width:1330px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider{width:860px}.scheme_default body,.scheme_default .body_style_boxed .page_wrap{background-color:#eff2f3}.scheme_default{color:#333333}.scheme_default .footer_wrap .copyright_text{color:#1e1e1e}.scheme_default .footer_wrap .copyright_text a{color:#1e1e1e}.scheme_default .footer_wrap .copyright_text a:hover{color:#1c5ca0}.scheme_default h1,.scheme_default h2,.scheme_default h3,.scheme_default h4,.scheme_default h5,.scheme_default h6,.scheme_default h1 a,.scheme_default h2 a,.scheme_default h3 a,.scheme_default h4 a,.scheme_default h5 a,.scheme_default h6 a,.scheme_default li a,.scheme_default a em,.scheme_default a b,.scheme_default [class*="color_style_"] h1 a,.scheme_default [class*="color_style_"] h2 a,.scheme_default [class*="color_style_"] h3 a,.scheme_default [class*="color_style_"] h4 a,.scheme_default [class*="color_style_"] h5 a,.scheme_default [class*="color_style_"] h6 a,.scheme_default [class*="color_style_"] li a{color:#1e1e1e}.scheme_default a:hover em,.scheme_default a:hover b,.scheme_default h1 a:hover,.scheme_default h2 a:hover,.scheme_default h3 a:hover,.scheme_default h4 a:hover,.scheme_default h5 a:hover,.scheme_default h6 a:hover,.scheme_default li a:hover{color:#1c5ca0}.scheme_default .color_style_link2 h1 a:hover,.scheme_default .color_style_link2 h2 a:hover,.scheme_default .color_style_link2 h3 a:hover,.scheme_default .color_style_link2 h4 a:hover,.scheme_default .color_style_link2 h5 a:hover,.scheme_default .color_style_link2 h6 a:hover,.scheme_default .color_style_link2 li a:hover{color:#00bcb5}.scheme_default .color_style_link3 h1 a:hover,.scheme_default .color_style_link3 h2 a:hover,.scheme_default .color_style_link3 h3 a:hover,.scheme_default .color_style_link3 h4 a:hover,.scheme_default .color_style_link3 h5 a:hover,.scheme_default .color_style_link3 h6 a:hover,.scheme_default .color_style_link3 li a:hover{color:#00bcb5}.scheme_default .color_style_dark h1 a:hover,.scheme_default .color_style_dark h2 a:hover,.scheme_default .color_style_dark h3 a:hover,.scheme_default .color_style_dark h4 a:hover,.scheme_default .color_style_dark h5 a:hover,.scheme_default .color_style_dark h6 a:hover,.scheme_default .color_style_dark li a:hover{color:#00bcb5}.scheme_default dt,.scheme_default b,.scheme_default strong,.scheme_default em,.scheme_default mark,.scheme_default ins{color:#1e1e1e}.scheme_default s,.scheme_default strike,.scheme_default del{color:#1e1e1e}.scheme_default code{color:#333333;	background-color:#ffffff;	border-color:#e1e1e1}.scheme_default code a{color:#00bcb5}.scheme_default code a:hover{color:#1c5ca0}.scheme_default a{color:#00bcb5}.scheme_default a:hover{color:#1c5ca0}.scheme_default .color_style_link2 a{color:#00bcb5}.scheme_default .color_style_link2 a:hover{color:#1c5ca0}.scheme_default .color_style_link3 a{color:#00bcb5}.scheme_default .color_style_link3 a:hover{color:#1c5ca0}.scheme_default .color_style_dark a{color:#1e1e1e}.scheme_default .color_style_dark a:hover{color:#00bcb5}.scheme_default blockquote{color:#1e1e1e;	background-color:#d19bfb}.scheme_default blockquote:before{color:rgba(29,29,29,0.1)}.scheme_default blockquote a{color:#00bcb5}.scheme_default blockquote a:hover{color:#1c5ca0}.scheme_default blockquote dt,.scheme_default blockquote b,.scheme_default blockquote strong,.scheme_default blockquote i,.scheme_default blockquote em,.scheme_default blockquote mark,.scheme_default blockquote ins{color:#1e1e1e}.scheme_default blockquote s,.scheme_default blockquote strike,.scheme_default blockquote del{color:#afafaf}.scheme_default blockquote code{color:#1e1e1e;	background-color:#d19bfb;	border-color:#e4e9ec}.scheme_default table td,.scheme_default table th + td,.scheme_default table td + td{color:#1e1e1e;	border-color:#eff2f3}.scheme_default table th{color:#1e1e1e;	background-color:#c9e77a}.scheme_default table th b,.scheme_default table th strong{color:#1e1e1e}.scheme_default table>tbody>tr:nth-child(2n+1)>td{background-color:#ffffff;	color:#333333}.scheme_default table>tbody>tr:nth-child(2n)>td{background-color:#ffffff;	color:#333333}.scheme_default .footer_wrap table>tbody>tr:nth-child(2n+1)>td{background-color:#ffffff;	color:#333333}.scheme_default .footer_wrap table>tbody>tr:nth-child(2n)>td{background-color:#ffffff;	color:#333333}.scheme_default table th a:hover{color:#1e1e1e}.scheme_default hr{border-color:#ced5d8}.scheme_default figure figcaption,.scheme_default .wp-caption .wp-caption-text,.scheme_default .wp-caption .wp-caption-dd,.scheme_default .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_default .wp-caption-overlay .wp-caption .wp-caption-dd{color:#1d1d1d;	background-color:rgba(0,188,181,0.7)}.scheme_default ul>li:before{color:#1e1e1e}.scheme_default .widget_search form:after,.scheme_default .widget_display_search form:after,.scheme_default #bbpress-forums #bbp-search-form:after{color:#1e1e1e}.scheme_default .widget_search form:hover:after,.scheme_default .widget_display_search form:hover:after,.scheme_default #bbpress-forums #bbp-search-form:hover:after{color:#1d1d1d}.scheme_default .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:#ced5d8}.scheme_default fieldset{border-color:#ced5d8}.scheme_default fieldset legend{color:#1e1e1e;	background-color:#eff2f3}.scheme_default input[type="text"],.scheme_default input[type="number"],.scheme_default input[type="email"],.scheme_default input[type="url"],.scheme_default input[type="tel"],.scheme_default input[type="search"],.scheme_default input[type="password"],.scheme_default .select_container,.scheme_default .select2-container.select2-container--default span.select2-choice,.scheme_default .select2-container.select2-container--default span.select2-selection,.scheme_default .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,.scheme_default .select2-container.select2-container--default .select2-selection--multiple,.scheme_default textarea,.scheme_default textarea.wp-editor-area,.scheme_default .tourmaster-form-field input[type="text"],.scheme_default .tourmaster-form-field input[type="email"],.scheme_default .tourmaster-form-field input[type="password"],.scheme_default .tourmaster-form-field textarea,.scheme_default .tourmaster-form-field select,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="text"],.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="email"],.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="password"],.scheme_default .tourmaster-form-field.tourmaster-with-border textarea,.scheme_default .tourmaster-form-field.tourmaster-with-border select,.scheme_default #buddypress .dir-search input[type="search"],.scheme_default #buddypress .dir-search input[type="text"],.scheme_default #buddypress .groups-members-search input[type="search"],.scheme_default #buddypress .groups-members-search input[type="text"],.scheme_default #buddypress .standard-form input[type="color"],.scheme_default #buddypress .standard-form input[type="date"],.scheme_default #buddypress .standard-form input[type="datetime-local"],.scheme_default #buddypress .standard-form input[type="datetime"],.scheme_default #buddypress .standard-form input[type="email"],.scheme_default #buddypress .standard-form input[type="month"],.scheme_default #buddypress .standard-form input[type="number"],.scheme_default #buddypress .standard-form input[type="password"],.scheme_default #buddypress .standard-form input[type="range"],.scheme_default #buddypress .standard-form input[type="search"],.scheme_default #buddypress .standard-form input[type="tel"],.scheme_default #buddypress .standard-form input[type="text"],.scheme_default #buddypress .standard-form input[type="time"],.scheme_default #buddypress .standard-form input[type="url"],.scheme_default #buddypress .standard-form input[type="week"],.scheme_default #buddypress .standard-form select,.scheme_default #buddypress .standard-form textarea,.scheme_default #buddypress form#whats-new-form textarea,.scheme_default #booked-page-form input[type="email"],.scheme_default #booked-page-form input[type="text"],.scheme_default #booked-page-form input[type="password"],.scheme_default #booked-page-form textarea,.scheme_default .booked-upload-wrap,.scheme_default .booked-upload-wrap input,.scheme_default .wpgdprc-checkbox label input:before,.scheme_default input[type="radio"] + label:before,.scheme_default .mc4wp-form input[type="checkbox"] + span:before,.scheme_default input[type="checkbox"] + label:before,.scheme_default input[type="radio"] + .wpcf7-list-item-label:before,.scheme_default input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_default .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_default .edd_price_options ul>li>label>input[type="radio"] + span:before,.scheme_default .edd_price_options ul>li>label>input[type="checkbox"] + span:before,.scheme_default form.mc4wp-form input[type="email"]{color:#1e1e1e;	border-color:#dde0e2;	background-color:#dde0e2}.scheme_default .post-password-form input[type="password"]{border-color:#dde0e2;	background-color:#dde0e2}.scheme_default .wpgdprc-checkbox label input:before,.scheme_default input[type="text"],.scheme_default input[type="email"],.scheme_default textarea,.scheme_default form.mc4wp-form .mc4wp-form-fields input[type="email"]{color:#1e1e1e;	border-color:#dde0e2;	background-color:#dde0e2}.scheme_default input[type="checkbox"]+ .wpcf7-list-item-label:before,.scheme_default form.mc4wp-form input[type="checkbox"] + span:before{color:#1e1e1e;	border-color:#dde0e2 !important;	background-color:#dde0e2}.scheme_default .def_input_color .wpgdprc-checkbox label input:before,.scheme_default .def_input_color input[type="text"],.scheme_default .def_input_color input[type="email"],.scheme_default .def_input_color textarea,.scheme_default .def_input_color form.mc4wp-form .mc4wp-form-fields input[type="email"]{color:#1e1e1e;	border-color:#ffffff;	background-color:#ffffff}.scheme_default .def_input_color input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_default .def_input_color form.mc4wp-form input[type="checkbox"] + span:before{color:#1e1e1e;	border-color:#ffffff !important;	background-color:#ffffff}.scheme_default input[type="radio"] + label,.scheme_default .mc4wp-form input[type="checkbox"] + span,.scheme_default input[type="checkbox"] + label,.scheme_default input[type="radio"] + .wpcf7-list-item-label,.scheme_default input[type="checkbox"] + .wpcf7-list-item-label,.scheme_default .edd_price_options ul>li>label>input[type="radio"] + span,.scheme_default .edd_price_options ul>li>label>input[type="checkbox"] + span{color:#00bcb5}.scheme_default form.mc4wp-form input[type="checkbox"] + span a{color:rgba(29,29,29,0.5)}.scheme_default form.mc4wp-form input[type="checkbox"] + span a:hover{color:#1c5ca0}.scheme_default div.wpcf7-validation-errors,.scheme_default div.wpcf7-acceptance-missing{color:#1e1e1e}.scheme_default .wpgdprc-checkbox label{color:#1e1e1e}.scheme_default input[type="text"]:focus,.scheme_default input[type="text"].filled,.scheme_default input[type="number"]:focus,.scheme_default input[type="number"].filled,.scheme_default input[type="email"]:focus,.scheme_default input[type="email"].filled,.scheme_default input[type="tel"]:focus,.scheme_default input[type="search"]:focus,.scheme_default input[type="search"].filled,.scheme_default input[type="password"]:focus,.scheme_default input[type="password"].filled,.scheme_default .select_container:hover,.scheme_default select option:hover,.scheme_default select option:focus,.scheme_default .select2-container.select2-container--default span.select2-choice:hover,.scheme_default .select2-container.select2-container--focus span.select2-choice,.scheme_default .select2-container.select2-container--open span.select2-choice,.scheme_default .select2-container.select2-container--focus span.select2-selection--single .select2-selection__rendered,.scheme_default .select2-container.select2-container--open span.select2-selection--single .select2-selection__rendered,.scheme_default .select2-container.select2-container--default span.select2-selection--single:hover .select2-selection__rendered,.scheme_default .select2-container.select2-container--default span.select2-selection--multiple:hover,.scheme_default .select2-container.select2-container--focus span.select2-selection--multiple,.scheme_default .select2-container.select2-container--open span.select2-selection--multiple,.scheme_default textarea:focus,.scheme_default textarea.filled,.scheme_default textarea.wp-editor-area:focus,.scheme_default textarea.wp-editor-area.filled,.scheme_default .tourmaster-form-field input[type="text"]:focus,.scheme_default .tourmaster-form-field input[type="text"].filled,.scheme_default .tourmaster-form-field input[type="email"]:focus,.scheme_default .tourmaster-form-field input[type="email"].filled,.scheme_default .tourmaster-form-field input[type="password"]:focus,.scheme_default .tourmaster-form-field input[type="password"].filled,.scheme_default .tourmaster-form-field textarea:focus,.scheme_default .tourmaster-form-field textarea.filled,.scheme_default .tourmaster-form-field select:focus,.scheme_default .tourmaster-form-field select.filled,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="text"]:focus,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="text"].filled,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="email"]:focus,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="email"].filled,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="password"]:focus,.scheme_default .tourmaster-form-field.tourmaster-with-border input[type="password"].filled,.scheme_default .tourmaster-form-field.tourmaster-with-border textarea:focus,.scheme_default .tourmaster-form-field.tourmaster-with-border textarea.filled,.scheme_default .tourmaster-form-field.tourmaster-with-border select:focus,.scheme_default .tourmaster-form-field.tourmaster-with-border select.filled,.scheme_default #buddypress .dir-search input[type="search"]:focus,.scheme_default #buddypress .dir-search input[type="search"].filled,.scheme_default #buddypress .dir-search input[type="text"]:focus,.scheme_default #buddypress .dir-search input[type="text"].filled,.scheme_default #buddypress .groups-members-search input[type="search"]:focus,.scheme_default #buddypress .groups-members-search input[type="search"].filled,.scheme_default #buddypress .groups-members-search input[type="text"]:focus,.scheme_default #buddypress .groups-members-search input[type="text"].filled,.scheme_default #buddypress .standard-form input[type="color"]:focus,.scheme_default #buddypress .standard-form input[type="color"].filled,.scheme_default #buddypress .standard-form input[type="date"]:focus,.scheme_default #buddypress .standard-form input[type="date"].filled,.scheme_default #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_default #buddypress .standard-form input[type="datetime-local"].filled,.scheme_default #buddypress .standard-form input[type="datetime"]:focus,.scheme_default #buddypress .standard-form input[type="datetime"].filled,.scheme_default #buddypress .standard-form input[type="email"]:focus,.scheme_default #buddypress .standard-form input[type="email"].filled,.scheme_default #buddypress .standard-form input[type="month"]:focus,.scheme_default #buddypress .standard-form input[type="month"].filled,.scheme_default #buddypress .standard-form input[type="number"]:focus,.scheme_default #buddypress .standard-form input[type="number"].filled,.scheme_default #buddypress .standard-form input[type="password"]:focus,.scheme_default #buddypress .standard-form input[type="password"].filled,.scheme_default #buddypress .standard-form input[type="range"]:focus,.scheme_default #buddypress .standard-form input[type="range"].filled,.scheme_default #buddypress .standard-form input[type="search"]:focus,.scheme_default #buddypress .standard-form input[type="search"].filled,.scheme_default #buddypress .standard-form input[type="tel"]:focus,.scheme_default #buddypress .standard-form input[type="tel"].filled,.scheme_default #buddypress .standard-form input[type="text"]:focus,.scheme_default #buddypress .standard-form input[type="text"].filled,.scheme_default #buddypress .standard-form input[type="time"]:focus,.scheme_default #buddypress .standard-form input[type="time"].filled,.scheme_default #buddypress .standard-form input[type="url"]:focus,.scheme_default #buddypress .standard-form input[type="url"].filled,.scheme_default #buddypress .standard-form input[type="week"]:focus,.scheme_default #buddypress .standard-form input[type="week"].filled,.scheme_default #buddypress .standard-form select:focus,.scheme_default #buddypress .standard-form select.filled,.scheme_default #buddypress .standard-form textarea:focus,.scheme_default #buddypress .standard-form textarea.filled,.scheme_default #buddypress form#whats-new-form textarea:focus,.scheme_default #buddypress form#whats-new-form textarea.filled,.scheme_default #booked-page-form input[type="email"]:focus,.scheme_default #booked-page-form input[type="email"].filled,.scheme_default #booked-page-form input[type="text"]:focus,.scheme_default #booked-page-form input[type="text"].filled,.scheme_default #booked-page-form input[type="password"]:focus,.scheme_default #booked-page-form input[type="password"].filled,.scheme_default #booked-page-form textarea:focus,.scheme_default #booked-page-form textarea.filled,.scheme_default .booked-upload-wrap:hover,.scheme_default .booked-upload-wrap input:focus,.scheme_default .booked-upload-wrap input.filled,.scheme_default .wpgdprc-checkbox label input:checked:before{border-color:#dde0e2;	background-color:#dde0e2}.scheme_default input[type="radio"]:checked + label:before,.scheme_default input[type="checkbox"]:checked + label:before,.scheme_default input[type="radio"]:checked + .wpcf7-list-item-label:before,.scheme_default input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_default .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_default .edd_price_options ul>li>label>input[type="radio"]:checked + span:before,.scheme_default .edd_price_options ul>li>label>input[type="checkbox"]:checked + span:before,.scheme_default form.mc4wp-form input[type="email"]:focus,.scheme_default form.mc4wp-form input[type="email"].filled{color:#1d1d1d;	border-color:#dde0e2;	background-color:#dde0e2}.scheme_default input[type="text"]:focus,.scheme_default input[type="email"]:focus,.scheme_default textarea:focus,.scheme_default form.mc4wp-form .mc4wp-form-fields input[type="email"]:focus{color:#1e1e1e;	border-color:#dde0e2;	background-color:#dde0e2}.scheme_default input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_default form.mc4wp-form input[type="checkbox"]:checked + label:before{color:#1e1e1e;	border-color:#dde0e2 !important;	background-color:#dde0e2}.scheme_default .def_input_color input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_default .def_input_color form.mc4wp-form input[type="checkbox"]:checked + label:before{color:#1e1e1e;	border-color:#dde0e2 !important;	background-color:#dde0e2}.scheme_default .def_input_color .wpgdprc-checkbox label input:focus:before,.scheme_default .def_input_color input[type="text"]:focus,.scheme_default .def_input_color input[type="email"]:focus,.scheme_default .def_input_color textarea:focus,.scheme_default .def_input_color form.mc4wp-form .mc4wp-form-fields input[type="email"]:focus{color:#1e1e1e;	border-color:#ffffff;	background-color:#ffffff}.scheme_default .def_input_color input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_default .def_input_color form.mc4wp-form input[type="checkbox"]:checked + label:before{color:#1e1e1e;	border-color:#ffffff !important;	background-color:#ffffff}.scheme_default form.mc4wp-form .mc4wp-alert{color:#1e1e1e !important;	border-color:#dde0e2 !important;	background-color:#dde0e2 !important}.scheme_default form.mc4wp-form.mc4wp-form-error .mc4wp-alert a{color:#1e1e1e !important}.scheme_default form.mc4wp-form.mc4wp-form-error .mc4wp-alert a:hover{color:#1c5ca0 !important}.scheme_default input[placeholder]::-webkit-input-placeholder,.scheme_default textarea[placeholder]::-webkit-input-placeholder{color:#1e1e1e}.scheme_default input[placeholder]::-moz-placeholder,.scheme_default textarea[placeholder]::-moz-placeholder{color:#1e1e1e}.scheme_default input[placeholder]:-ms-input-placeholder,.scheme_default textarea[placeholder]:-ms-input-placeholder{color:#1e1e1e}.scheme_default input[placeholder]::placeholder,.scheme_default textarea[placeholder]::placeholder{color:#1e1e1e}.scheme_default .select_container:before{color:#1e1e1e;	background-color:#dde0e2}.scheme_default .select_container:hover:before,.scheme_default .select_container:focus:before{color:#1d1d1d;	background-color:#dde0e2}.scheme_default .select_container:after{color:#1e1e1e}.scheme_default .select_container:focus:after,.scheme_default .select_container:hover:after{color:#1d1d1d}.scheme_default .select_container select{color:#1e1e1e;	border-color:#dde0e2 !important;	background:#dde0e2 !important}.scheme_default .select_container select:hover,.scheme_default .select_container select:focus{color:#1d1d1d;	border-color:#dde0e2 !important;	background-color:#dde0e2 !important}.scheme_default .select2-dropdown,.scheme_default .select2-container.select2-container--focus span.select2-selection,.scheme_default .select2-container.select2-container--open span.select2-selection{color:#1d1d1d;	border-color:#dde0e2;	background:#dde0e2}.scheme_default .select2-container .select2-results__option{color:#1d1d1d;	background:#dde0e2}.scheme_default .select2-dropdown .select2-highlighted,.scheme_default .select2-container .select2-results__option--highlighted[aria-selected]{color:#d19bfb;	background:#00bcb5}.scheme_default input[type="radio"] + label:before,.scheme_default input[type="checkbox"] + label:before,.scheme_default .wpcf7-list-item-label.wpcf7-list-item-right:before{border-color:#dde0e2 !important}.scheme_default .def_input_color input[type="radio"] + label,.scheme_default .def_input_color input[type="checkbox"] + label,.scheme_default .def_input_color input[type="radio"] + .wpcf7-list-item-label,.scheme_default .def_input_color input[type="checkbox"] + .wpcf7-list-item-label{color:#1e1e1e}.scheme_default .sc_button_simple:not(.sc_button_bg_image),.scheme_default .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple:not(.sc_button_bg_image):after{color:#00bcb5}.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#1c5ca0 !important}.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image),.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image),.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):after{color:#00bcb5}.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:after,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#1c5ca0}.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image),.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):after,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image),.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):after{color:#00bcb5}.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:after,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#1c5ca0}.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image),.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image),.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after{color:#1e1e1e}.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#00bcb5}.scheme_default .sc_button_bordered:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_button_bordered:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default .sc_button_bordered.color_style_link2:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default .sc_button_bordered.color_style_link3:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default .sc_button_bordered.color_style_dark:not(.sc_button_bg_image){color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover{color:#00bcb5 !important;	border-color:#00bcb5 !important}.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#eff2f3 !important;	background-color:#eff2f3 !important}.scheme_default .sc_layouts_row_type_compact .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#ffffff !important;	background-color:#ffffff !important}.scheme_default .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#dde0e2 !important;	background-color:#dde0e2}.scheme_default .search_wrap.alter_link_1 .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#dde0e2 !important;	background-color:#dde0e2}.scheme_default .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#00bcb5 !important;	background-color:transparent}.scheme_default .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before,.scheme_default .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before{color:#1e1e1e !important}.scheme_default .elementor-button,.scheme_default button:not(.components-button),.scheme_default input[type="reset"],.scheme_default input[type="submit"],.scheme_default input[type="button"],.scheme_default .post_item .more-link,.scheme_default .comments_wrap .form-submit input[type="submit"],.scheme_default #buddypress .comment-reply-link,.scheme_default #buddypress .generic-button a,.scheme_default #buddypress a.button,.scheme_default #buddypress button,.scheme_default #buddypress input[type="button"],.scheme_default #buddypress input[type="reset"],.scheme_default #buddypress input[type="submit"],.scheme_default #buddypress ul.button-nav li a,.scheme_default a.bp-title-button,.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,.scheme_default #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a,.scheme_default #booked-profile-page input[type="submit"],.scheme_default #booked-profile-page button,.scheme_default .booked-list-view input[type="submit"],.scheme_default .booked-list-view button,.scheme_default table.booked-calendar input[type="submit"],.scheme_default table.booked-calendar button,.scheme_default .booked-modal input[type="submit"],.scheme_default .booked-modal button,.scheme_default .sc_button_default,.scheme_default .wp-block-button__link,.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_default .socials_share:not(.socials_type_drop) .social_icon,.scheme_default .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"],.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],.scheme_default #tribe-bar-views li.tribe-bar-views-option a,.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,.scheme_default #tribe-events .tribe-events-button,.scheme_default .tribe-events-button,.scheme_default .tribe-events-cal-links a,.scheme_default .tribe-events-sub-nav li a,.scheme_default .edd_download_purchase_form .button,.scheme_default #edd-purchase-button,.scheme_default .edd-submit.button,.scheme_default .widget_edd_cart_widget .edd_checkout a,.scheme_default .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_default .mc4wp-form input[type="submit"]{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .sc_button_default,.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_default input[type="submit"],.scheme_default .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit{color:#1d1d1d;	background-color:#00bcb5}.scheme_default nav.sc_item_pagination .nav-links,.scheme_default .alter_link_1 .sc_button_default,.scheme_default .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_default .alter_link_1 input[type="submit"],.scheme_default .alter_link_1 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit{color:#1d1d1d;	background-color:#00bcb5 !important}.scheme_default .alter_link_1 input[type="submit"]{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .alter_link_1 .sc_button_default,.scheme_default .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#00bcb5}.scheme_default .alter_link_1 .sc_button_default:hover,.scheme_default .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#1c5ca0}.scheme_default .alter_link_2 .sc_button_default,.scheme_default .alter_link_2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#1c5ca0}.scheme_default .alter_link_2 .sc_button_default:hover,.scheme_default .alter_link_2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#1c5ca0}.scheme_default .slider_wrap .alter_link_1.sc_button_default{background-color:#00bcb5 !important}.scheme_default .slider_wrap .alter_link_1.sc_button_default:hover{background-color:#1c5ca0 !important}.scheme_default .slider_wrap .alter_link_2.sc_button_default{background-color:#1c5ca0 !important}.scheme_default .slider_wrap .alter_link_2.sc_button_default:hover{background-color:#1c5ca0 !important}.scheme_default .alter_link_2 form.mc4wp-form .mc4wp-form-fields input[type="submit"]{background-color:#1c5ca0}.scheme_default .alter_link_1 form.mc4wp-form .mc4wp-form-fields input[type="submit"]{background-color:#00bcb5}.scheme_default form.mc4wp-form .mc4wp-form-fields input[type="submit"]{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .theme_button{color:#1d1d1d !important;	background-color:#00bcb5 !important}.scheme_default .theme_button.color_style_link2{background-color:#00bcb5 !important}.scheme_default .theme_button.color_style_link3{background-color:#00bcb5 !important}.scheme_default .theme_button.color_style_dark{color:#eff2f3 !important;	background-color:#1e1e1e !important}.scheme_default .sc_price_item_link{color:#d19bfb;	background-color:#00bcb5}.scheme_default .sc_button_default.color_style_link2,.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#00bcb5}.scheme_default .sc_button_default.color_style_link3,.scheme_default .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#00bcb5}.scheme_default .sc_button_default.color_style_dark,.scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){color:#eff2f3;	background-color:#1e1e1e}.scheme_default .search_wrap .search_submit:before{color:#1e1e1e}.scheme_default button[disabled],.scheme_default input[type="submit"][disabled],.scheme_default input[type="button"][disabled]{background-color:#1e1e1e !important;	color:#e4e9ec !important}.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1d1d1d !important;	border-color:#eff2f3 !important;	background-color:#eff2f3 !important}.scheme_default .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1d1d1d !important;	border-color:#dde0e2 !important;	background-color:#dde0e2 !important}.scheme_default .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1e1e1e !important;	border-color:#00bcb5 !important;	background-color:transparent !important}.scheme_default .sc_layouts_row_type_compact .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1e1e1e !important;	border-color:#ffffff !important;	background-color:#ffffff !important}.scheme_default .esgbox-toolbar .esgbox-button:focus,.scheme_default .esgbox-toolbar .esgbox-button:active,.scheme_default .esgbox-toolbar .esgbox-button:visited{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .elementor-button:hover,.scheme_default button:hover,.scheme_default button:focus,.scheme_default input[type="submit"]:hover,.scheme_default input[type="submit"]:focus,.scheme_default input[type="reset"]:hover,.scheme_default input[type="reset"]:focus,.scheme_default input[type="button"]:hover,.scheme_default input[type="button"]:focus,.scheme_default nav.sc_item_pagination .nav-links:hover,.scheme_default .post_item .more-link:hover,.scheme_default .comments_wrap .form-submit input[type="submit"]:hover,.scheme_default .comments_wrap .form-submit input[type="submit"]:focus,.scheme_default #buddypress .comment-reply-link:hover,.scheme_default #buddypress .generic-button a:hover,.scheme_default #buddypress a.button:hover,.scheme_default #buddypress button:hover,.scheme_default #buddypress input[type="button"]:hover,.scheme_default #buddypress input[type="reset"]:hover,.scheme_default #buddypress input[type="submit"]:hover,.scheme_default #buddypress ul.button-nav li a:hover,.scheme_default a.bp-title-button:hover,.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a:hover,.scheme_default body #booked-profile-page input[type="submit"]:hover,.scheme_default body #booked-profile-page button:hover,.scheme_default body .booked-list-view input[type="submit"]:hover,.scheme_default body .booked-list-view button:hover,.scheme_default body table.booked-calendar input[type="submit"]:hover,.scheme_default body table.booked-calendar button:hover,.scheme_default body .booked-modal input[type="submit"]:hover,.scheme_default body .booked-modal button:hover,.scheme_default .sc_button_default:hover,.scheme_default .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_default .socials_share:not(.socials_type_drop) .social_icon:hover,.scheme_default .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"]:hover,.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,.scheme_default #tribe-bar-views li.tribe-bar-views-option a:hover,.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,.scheme_default #tribe-events .tribe-events-button:hover,.scheme_default .tribe-events-button:hover,.scheme_default .tribe-events-cal-links a:hover,.scheme_default .tribe-events-sub-nav li a:hover,.scheme_default .edd_download_purchase_form .button:hover,.scheme_default .edd_download_purchase_form .button:active,.scheme_default .edd_download_purchase_form .button:focus,.scheme_default #edd-purchase-button:hover,.scheme_default #edd-purchase-button:active,.scheme_default #edd-purchase-button:focus,.scheme_default .edd-submit.button:hover,.scheme_default .edd-submit.button:active,.scheme_default .edd-submit.button:focus,.scheme_default .widget_edd_cart_widget .edd_checkout a:hover,.scheme_default .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_default .mc4wp-form input[type="submit"]:hover,.scheme_default .mc4wp-form input[type="submit"]:focus{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#00bcb5;	border-color:#00bcb5}.scheme_default .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .sc_button_default:hover,.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_default input[type="submit"]:hover,.scheme_default form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .alter_link_1 input[type="submit"]:not([disabled]):hover{color:#1d1d1d;	background-color:#1c5ca0}.scheme_default nav.sc_item_pagination .nav-links:hover,.scheme_default .alter_link_1 .sc_button_default:hover,.scheme_default .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_default .alter_link_1 input[type="submit"]:not([disabled]):hover,.scheme_default .alter_link_1 form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover{background-color:#00bcb5 !important}.scheme_default .alter_link_1 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:hover{background-color:#00bcb5 !important}.scheme_default .over_header.alter_link_1 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:hover{background-color:#1c5ca0 !important}.scheme_default .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:hover:before,.scheme_default .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:hover:before{color:#1c5ca0 !important}.scheme_default .theme_button:hover,.scheme_default .theme_button:focus{color:#1d1d1d !important;	background-color:#00bcb5 !important}.scheme_default .theme_button.color_style_link2:hover{background-color:#1c5ca0 !important}.scheme_default .theme_button.color_style_link3:hover{background-color:#1c5ca0 !important}.scheme_default .theme_button.color_style_dark:hover{color:#1e1e1e !important;	background-color:#00bcb5 !important}.scheme_default .sc_price_item:hover .sc_price_item_link,.scheme_default .sc_price_item_link:hover{color:#1e1e1e;	background-color:#1c5ca0}.scheme_default .sc_button_default.color_style_link2:hover,.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#1c5ca0}.scheme_default .sc_button_default.color_style_link3:hover,.scheme_default .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#1c5ca0}.scheme_default .sc_button_default.color_style_dark:hover,.scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{color:#1e1e1e;	background-color:#00bcb5}.scheme_default .search_wrap .search_submit:hover:before{color:#1d1d1d}.scheme_default .alter_link_2 form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover,.scheme_default .alter_link_1 form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover{background-color:#1c5ca0}.scheme_default.sidebar .sc_button_simple:not(.sc_button_bg_image),.scheme_default.sidebar .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default.sidebar .sc_button_simple:not(.sc_button_bg_image):after{color:#00bcb5}.scheme_default.sidebar .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default.sidebar .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default.sidebar .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#1c5ca0 !important}.scheme_default.sidebar .sc_button_bordered:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default.sidebar .sc_button_bordered:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default.sidebar button,.scheme_default.sidebar input[type="reset"],.scheme_default.sidebar input[type="submit"],.scheme_default.sidebar input[type="button"],.scheme_default.sidebar .sc_button_default,.scheme_default.sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_default.sidebar .socials_share:not(.socials_type_drop) .social_icon,.scheme_default.sidebar .edd_download_purchase_form .button,.scheme_default.sidebar #edd-purchase-button,.scheme_default.sidebar .edd-submit.button,.scheme_default.sidebar .widget_edd_cart_widget .edd_checkout a,.scheme_default.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_default.sidebar .widget_product_search .search_button{color:#d19bfb;	background-color:#00bcb5}.scheme_default.sidebar button:hover,.scheme_default.sidebar button:focus,.scheme_default.sidebar input[type="reset"]:hover,.scheme_default.sidebar input[type="reset"]:focus,.scheme_default.sidebar input[type="submit"]:hover,.scheme_default.sidebar input[type="submit"]:focus,.scheme_default.sidebar input[type="button"]:hover,.scheme_default.sidebar input[type="button"]:focus,.scheme_default.sidebar .sc_button_default:hover,.scheme_default.sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_default.sidebar .socials_share:not(.socials_type_drop) .social_icon:hover,.scheme_default.sidebar .edd_download_purchase_form .button:hover,.scheme_default.sidebar #edd-purchase-button:hover,.scheme_default.sidebar .edd-submit.button:hover,.scheme_default.sidebar .widget_edd_cart_widget .edd_checkout a:hover,.scheme_default.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_default.sidebar .widget_product_search .search_button:hover{color:#1e1e1e;	background-color:#1c5ca0}.scheme_default .wp-editor-container input[type="button"]{background-color:#ffffff;	border-color:#e1e1e1;	color:#1e1e1e;	-webkit-box-shadow:0 1px 0 0 #c9e77a; -ms-box-shadow:0 1px 0 0 #c9e77a; box-shadow:0 1px 0 0 #c9e77a}.scheme_default .wp-editor-container input[type="button"]:hover,.scheme_default .wp-editor-container input[type="button"]:focus{background-color:#ebeff3;	border-color:#c9e77a;	color:#00bcb5}.scheme_default .sticky{border-color:#ced5d8}.scheme_default .sticky .label_sticky{border-top-color:#00bcb5}.scheme_default.top_panel,.scheme_default.footer_wrap{color:#333333;	background-color:#eff2f3}.scheme_default.sc_layouts_row{color:#333333;	background-color:#eff2f3}.scheme_default .sc_layouts_row_delimiter,.scheme_default.sc_layouts_row_delimiter{border-color:#ced5d8}.footer_wrap .scheme_default.vc_row .sc_layouts_row_delimiter,.footer_wrap .scheme_default.sc_layouts_row_delimiter,.scheme_default.footer_wrap .sc_layouts_row_delimiter{border-color:#e1e1e1}.scheme_default .sc_layouts_item_icon{color:#1e1e1e}.scheme_default .sc_layouts_item_details_line1{color:#00bcb5}.scheme_default .sc_layouts_item_details_line2{color:#1e1e1e}.scheme_default span.trx_addons_login_menu,.scheme_default span.trx_addons_login_menu:after{color:#333333;	background-color:#ffffff;	border-color:#e1e1e1}.scheme_default span.trx_addons_login_menu .trx_addons_login_menu_delimiter{border-color:#e1e1e1}.scheme_default span.trx_addons_login_menu .trx_addons_login_menu_item{color:#333333}.scheme_default span.trx_addons_login_menu .trx_addons_login_menu_item:hover{color:#1e1e1e;	background-color:#ebeff3}.scheme_default .sc_layouts_row_fixed_on{background-color:#eff2f3}.scheme_default .sc_layouts_row.sc_layouts_row_type_narrow,.scheme_default.sc_layouts_row.sc_layouts_row_type_narrow{color:#333333;	background-color:#ffffff}.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item{color:#333333}.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button),.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button){color:#333333}.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon{color:#1e1e1e}.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item_icon{color:#00bcb5}.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item_details_line2,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item_details_line2{color:#333333}.scheme_default .sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,.scheme_default.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon{background-color:transparent;	color:#00bcb5}.scheme_default .sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon,.scheme_default.sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon{background-color:transparent;	color:#1c5ca0}.scheme_default .sc_layouts_row_type_narrow .sc_button_default,.scheme_default .sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_default.sc_layouts_row_type_narrow .sc_button_default,.scheme_default.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_layouts_row_type_narrow .sc_button_default:hover,.scheme_default .sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_default.sc_layouts_row_type_narrow .sc_button_default:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link2,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link2{background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link2:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{background-color:#1c5ca0;	color:#d19bfb !important}.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link3,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link3{background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link3:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{background-color:#1c5ca0;	color:#d19bfb !important}.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_dark,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_dark{background-color:#1e1e1e;	color:#d19bfb}.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_dark:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_dark:hover{background-color:#00bcb5;	color:#d19bfb !important}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image),.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):hover,.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image),.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover,.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image),.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image){color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover,.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover{color:#1c5ca0 !important;	border-color:#1c5ca0 !important}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image),.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image){color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover,.scheme_default.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover{color:#00bcb5 !important;	border-color:#00bcb5 !important}.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_submit,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_submit{background-color:transparent;	color:#00bcb5}.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field{color:#333333}.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder{color:#1e1e1e}.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder{color:#1e1e1e}.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder{color:#1e1e1e}.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field:focus,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field:focus{color:#1e1e1e}.scheme_default .sc_layouts_row_type_compact .sc_layouts_item,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item{color:#333333}.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button),.scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button){color:#333333}.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon{color:#1e1e1e}.scheme_default .sc_layouts_row_type_compact .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item_icon{color:#00bcb5}.scheme_default .sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_default .sc_layouts_row_type_compact .sc_layouts_item_details_line2,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item_details_line2{color:#333333}.scheme_default .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_default.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{background-color:transparent;	color:#1e1e1e}.scheme_default .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_default.sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{background-color:transparent;	color:#1c5ca0}.scheme_default .sc_layouts_row_type_compact .search_wrap .search_submit,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_submit{background-color:transparent;	color:#1e1e1e}.scheme_default .sc_layouts_row_type_compact .search_wrap .search_submit:hover,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_submit:hover{background-color:transparent;	color:#1c5ca0}.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit,.scheme_default.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit{color:#00bcb5}.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover,.scheme_default.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover{color:#1c5ca0}.scheme_default .sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder{color:#1e1e1e}.scheme_default .sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder{color:#1e1e1e}.scheme_default .sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder{color:#1e1e1e}.scheme_default .sc_layouts_row_type_normal .sc_layouts_item,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item{color:#333333}.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button),.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button){color:#1e1e1e}.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon{color:#1c5ca0}.scheme_default .sc_layouts_row_type_normal .search_wrap .search_submit{background-color:transparent;	color:#1d1d1d}.scheme_default .sc_layouts_row_type_normal .search_wrap .search_submit:hover{background-color:transparent;	color:#1c5ca0}.scheme_default .sc_layouts_row_type_normal .search_wrap .search_submit:hover:before{color:#1c5ca0}.scheme_default .sc_layouts_row_type_normal .over_header .search_wrap .search_submit:hover{background-color:transparent;	color:rgba(29,29,29,0.5)}.scheme_default .sc_layouts_row_type_normal .over_header .search_wrap .search_submit:hover:before{color:rgba(29,29,29,0.5)}.scheme_default .sc_layouts_row_type_compact .over_header .search_wrap .search_submit:hover:before{color:#1c5ca0}.scheme_default .sc_layouts_logo b{color:#1e1e1e}.scheme_default .sc_layouts_logo i{color:#00bcb5}.scheme_default .sc_layouts_logo_text,.scheme_default .sc_layouts_logo .logo_text{color:#1e1e1e !important}.scheme_default .sc_layouts_logo_text:hover,.scheme_default .sc_layouts_logo:hover .logo_text{color:#00bcb5 !important}.scheme_default .sc_layouts_logo_slogan,.scheme_default .sc_layouts_logo .logo_slogan{color:#333333 !important}.scheme_default .search_style_expand.search_opened{background-color:#eff2f3;	border-color:#ced5d8}.scheme_default .search_style_expand.search_opened .search_submit{color:#333333}.scheme_default .search_style_expand .search_submit:hover,.scheme_default .search_style_expand .search_submit:focus{color:#1e1e1e}.scheme_default .search_style_fullscreen.search_opened .search_form_wrap{background-color:rgba(239,242,243,0.95)}.scheme_default .search_style_fullscreen.search_opened .search_form{border-color:#1e1e1e}.scheme_default .search_style_fullscreen.search_opened .search_field{color:#1e1e1e;	background-color:#dde0e2 !important;	border-color:#dde0e2 !important}.scheme_default .search_style_fullscreen.search_opened .search_field:focus{color:#1e1e1e;	background-color:#dde0e2 !important;	border-color:#dde0e2 !important}.scheme_default .search_style_fullscreen.search_opened .search_field::-webkit-input-placeholder{color:#1e1e1e; opacity:1}.scheme_default .search_style_fullscreen.search_opened .search_field::-moz-placeholder{color:#1e1e1e; opacity:1}.scheme_default .search_style_fullscreen.search_opened .search_field:-moz-placeholder{color:#1e1e1e; opacity:1}.scheme_default .search_style_fullscreen.search_opened .search_field:-ms-input-placeholder{color:#1e1e1e; opacity:1}.scheme_default .search_wrap .search_results{background-color:#eff2f3;	border-color:#ced5d8}.scheme_default .search_wrap .search_results:after{background-color:#eff2f3;	border-left-color:#ced5d8;	border-top-color:#ced5d8}.scheme_default .search_wrap .search_results .search_results_close{color:#1e1e1e}.scheme_default .search_wrap .search_results .search_results_close:hover{color:#1e1e1e}.scheme_default .search_results.widget_area .post_item + .post_item{border-top-color:#ced5d8}.scheme_default .sc_layouts_title .sc_layouts_title_meta,.scheme_default .sc_layouts_title .sc_layouts_title_breadcrumbs,.scheme_default .sc_layouts_title .sc_layouts_title_breadcrumbs a,.scheme_default .sc_layouts_title .sc_layouts_title_description,.scheme_default .sc_layouts_title .post_meta,.scheme_default .sc_layouts_title .post_meta_item,.scheme_default .sc_layouts_title .post_meta .vc_inline-link,.scheme_default .sc_layouts_title .post_meta_item a,.scheme_default .sc_layouts_title .post_meta_item:after,.scheme_default .sc_layouts_title .post_meta_item:hover:after,.scheme_default .sc_layouts_title .post_meta_item.post_categories,.scheme_default .sc_layouts_title .post_meta_item.post_categories a,.scheme_default .sc_layouts_title .post_info .post_info_item,.scheme_default .sc_layouts_title .post_info .post_info_item a,.scheme_default .sc_layouts_title .post_info_counters .post_counters_item,.scheme_default .sc_layouts_title .post_counters .socials_share .socials_caption:before,.scheme_default .sc_layouts_title .post_counters .socials_share .socials_caption:hover:before{color:#1e1e1e}.scheme_default .sc_layouts_title .post_meta_item a:hover,.scheme_default .sc_layouts_title .sc_layouts_title_breadcrumbs a:hover,.scheme_default .sc_layouts_title .post_meta .vc_inline-link:hover,.scheme_default .sc_layouts_title a.post_meta_item:hover,.scheme_default .sc_layouts_title .post_meta_item.post_categories a:hover,.scheme_default .sc_layouts_title .post_info .post_info_item a:hover,.scheme_default .sc_layouts_title .post_info_counters .post_counters_item:hover{color:#1c5ca0}.scheme_default .post_meta .post_meta_item:after,.scheme_default .post_meta .post_meta_item.post_edit:after,.scheme_default .post_meta .vc_inline-link:after{background-color:#ced5d8}.scheme_default .sc_layouts_menu_nav>li>a{color:#1e1e1e !important}.scheme_default .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_nav>li.sfHover>a{color:#1c5ca0 !important}.scheme_default .over_header .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_default .over_header .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_default .over_header .sc_layouts_menu_nav>li.current-menu-ancestor>a,.scheme_default .over_header .sc_layouts_menu_nav>li>a:hover,.scheme_default .over_header .sc_layouts_menu_nav>li.sfHover>a{color:rgba(29,29,29,0.5) !important}.scheme_default .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_default .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_default .sc_layouts_menu_nav>li.current-menu-ancestor>a{color:#1c5ca0 !important}.scheme_default .sc_layouts_menu_nav .menu-collapse>a:before{color:#333333}.scheme_default .sc_layouts_menu_nav .menu-collapse>a:after{background-color:#ffffff}.scheme_default .sc_layouts_menu_nav .menu-collapse>a:hover:before{color:#00bcb5}.scheme_default .sc_layouts_menu_nav .menu-collapse>a:hover:after{background-color:#ebeff3}.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav,.scheme_default .sc_layouts_menu_nav>li ul{background-color:#eff2f3}.scheme_default .sc_layouts_menu_nav>li>ul ul{background-color:#e4e9ec}.scheme_default .widget_nav_menu li.menu-delimiter,.scheme_default .sc_layouts_menu_nav>li li.menu-delimiter{border-color:#343434}.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.scheme_default .sc_layouts_menu_nav>li li>a{color:#1e1e1e !important}.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,.scheme_default .sc_layouts_menu_nav>li li>a:hover,.scheme_default .sc_layouts_menu_nav>li li.sfHover>a{color:#00bcb5 !important}.scheme_default .sc_layouts_menu_nav>li li>a:hover:after{color:#00bcb5 !important}.scheme_default .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a:hover,.scheme_default .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children.sfHover>a{color:#333333 !important;	background-color:transparent}.scheme_default .sc_layouts_menu_nav>li li[class*="icon-"]:before{color:#00bcb5}.scheme_default .sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,.scheme_default .sc_layouts_menu_nav>li li[class*="icon-"].shHover:before{color:#00bcb5}.scheme_default .sc_layouts_menu_nav>li li.current-menu-item>a,.scheme_default .sc_layouts_menu_nav>li li.current-menu-parent>a,.scheme_default .sc_layouts_menu_nav>li li.current-menu-ancestor>a{color:#00bcb5 !important}.scheme_default .sc_layouts_menu_nav>li li.current-menu-item:before,.scheme_default .sc_layouts_menu_nav>li li.current-menu-parent:before,.scheme_default .sc_layouts_menu_nav>li li.current-menu-ancestor:before{color:#1c5ca0 !important}.scheme_default .sc_layouts_menu_item_description{color:#afafaf}.scheme_default .menu_main_nav>li ul [class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_default .sc_layouts_menu_nav>li ul li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_default .menu_main_nav>li ul a:hover .sc_layouts_menu_item_description,.scheme_default .sc_layouts_menu_nav>li ul a:hover .sc_layouts_menu_item_description{color:#1e1e1e}.scheme_default .menu_main_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_default .sc_layouts_menu_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_default .menu_main_nav>li>a:hover .sc_layouts_menu_item_description,.scheme_default .sc_layouts_menu_nav>li>a:hover .sc_layouts_menu_item_description{color:#333333}.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .post_item,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .amount,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu li{color:#333333}.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button),.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button),.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button){color:#1e1e1e}.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:hover .sc_layouts_item_icon,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:hover .sc_layouts_item_icon,.scheme_default .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:hover .sc_layouts_item_icon{color:#00bcb5}.scheme_default ul.sc_layouts_submenu h1,.scheme_default ul.sc_layouts_submenu h2,.scheme_default ul.sc_layouts_submenu h3,.scheme_default ul.sc_layouts_submenu h4,.scheme_default ul.sc_layouts_submenu h5,.scheme_default ul.sc_layouts_submenu h6,.scheme_default ul.sc_layouts_submenu h1 a,.scheme_default ul.sc_layouts_submenu h2 a,.scheme_default ul.sc_layouts_submenu h3 a,.scheme_default ul.sc_layouts_submenu h4 a,.scheme_default ul.sc_layouts_submenu h5 a,.scheme_default ul.sc_layouts_submenu h6 a,.scheme_default ul.sc_layouts_submenu [class*="color_style_"] h1 a,.scheme_default ul.sc_layouts_submenu [class*="color_style_"] h2 a,.scheme_default ul.sc_layouts_submenu [class*="color_style_"] h3 a,.scheme_default ul.sc_layouts_submenu [class*="color_style_"] h4 a,.scheme_default ul.sc_layouts_submenu [class*="color_style_"] h5 a,.scheme_default ul.sc_layouts_submenu [class*="color_style_"] h6 a{color:#1e1e1e}.scheme_default ul.sc_layouts_submenu h1 a:hover,.scheme_default ul.sc_layouts_submenu h2 a:hover,.scheme_default ul.sc_layouts_submenu h3 a:hover,.scheme_default ul.sc_layouts_submenu h4 a:hover,.scheme_default ul.sc_layouts_submenu h5 a:hover,.scheme_default ul.sc_layouts_submenu h6 a:hover{color:#00bcb5}.scheme_default ul.sc_layouts_submenu .color_style_link2 h1 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link2 h2 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link2 h3 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link2 h4 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link2 h5 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link2 h6 a:hover{color:#00bcb5}.scheme_default ul.sc_layouts_submenu .color_style_link3 h1 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link3 h2 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link3 h3 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link3 h4 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link3 h5 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_link3 h6 a:hover{color:#00bcb5}.scheme_default ul.sc_layouts_submenu .color_style_dark h1 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_dark h2 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_dark h3 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_dark h4 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_dark h5 a:hover,.scheme_default ul.sc_layouts_submenu .color_style_dark h6 a:hover{color:#00bcb5}.scheme_default ul.sc_layouts_submenu dt,.scheme_default ul.sc_layouts_submenu b,.scheme_default ul.sc_layouts_submenu strong,.scheme_default ul.sc_layouts_submenu i,.scheme_default ul.sc_layouts_submenu em,.scheme_default ul.sc_layouts_submenu mark,.scheme_default ul.sc_layouts_submenu ins{color:#1e1e1e}.scheme_default ul.sc_layouts_submenu s,.scheme_default ul.sc_layouts_submenu strike,.scheme_default ul.sc_layouts_submenu del,.scheme_default ul.sc_layouts_submenu .post_meta{color:#afafaf}.scheme_default ul.sc_layouts_submenu .sc_recent_news_header{border-color:#343434}.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .post_item{color:#333333}.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button),.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button),.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button){color:#00bcb5}.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):hover,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:hover .sc_layouts_item_icon,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):hover,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:hover .sc_layouts_item_icon,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:hover .sc_layouts_item_icon{color:#1c5ca0}.scheme_default .widget_nav_menu ul.sc_layouts_submenu h1,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h2,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h3,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h4,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h5,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h6,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h1 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h2 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h3 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h4 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h5 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h6 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h1 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h2 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h3 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h4 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h5 a,.scheme_default .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h6 a{color:#1e1e1e}.scheme_default .widget_nav_menu ul.sc_layouts_submenu h1 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h2 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h3 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h4 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h5 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu h6 a:hover{color:#00bcb5}.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h1 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h2 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h3 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h4 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h5 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h6 a:hover{color:#00bcb5}.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h1 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h2 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h3 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h4 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h5 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h6 a:hover{color:#00bcb5}.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h1 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h2 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h3 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h4 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h5 a:hover,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h6 a:hover{color:#00bcb5}.scheme_default .widget_nav_menu ul.sc_layouts_submenu dt,.scheme_default .widget_nav_menu ul.sc_layouts_submenu b,.scheme_default .widget_nav_menu ul.sc_layouts_submenu strong,.scheme_default .widget_nav_menu ul.sc_layouts_submenu i,.scheme_default .widget_nav_menu ul.sc_layouts_submenu em,.scheme_default .widget_nav_menu ul.sc_layouts_submenu mark,.scheme_default .widget_nav_menu ul.sc_layouts_submenu ins{color:#1e1e1e}.scheme_default .widget_nav_menu ul.sc_layouts_submenu s,.scheme_default .widget_nav_menu ul.sc_layouts_submenu strike,.scheme_default .widget_nav_menu ul.sc_layouts_submenu del,.scheme_default .widget_nav_menu ul.sc_layouts_submenu .post_meta{color:#1e1e1e}.scheme_default .widget_nav_menu ul.sc_layouts_submenu .sc_recent_news_header{border-color:#ced5d8}.scheme_default.menu_side_wrap .menu_side_button{color:#1e1e1e;	border-color:#e1e1e1;	background-color:rgba(255,255,255,0.7)}.scheme_default.menu_side_wrap .menu_side_button:hover{color:#1e1e1e;	border-color:#1c5ca0;	background-color:#00bcb5}.scheme_default .menu_side_inner{color:#333333;	background-color:#ffffff}.scheme_default .menu_side_inner .sc_layouts_logo{background-color:#ffffff;	border-color:#e1e1e1}.scheme_default.menu_side_icons .sc_layouts_logo{background-color:#eff2f3;	border-color:#ced5d8}.scheme_default.menu_side_icons .toc_menu_item .toc_menu_icon,.scheme_default .menu_side_inner>.toc_menu_item .toc_menu_icon{background-color:#eff2f3;	border-color:#ced5d8;	color:#00bcb5}.scheme_default.menu_side_icons .toc_menu_item:hover .toc_menu_icon,.scheme_default.menu_side_icons .toc_menu_item_active .toc_menu_icon,.scheme_default .menu_side_inner>.toc_menu_item:hover .toc_menu_icon,.scheme_default .menu_side_inner>.toc_menu_item_active .toc_menu_icon{background-color:#00bcb5;	color:#d19bfb}.scheme_default.menu_side_icons .toc_menu_icon_default:before,.scheme_default .menu_side_inner>.toc_menu_icon_default:before{background-color:#00bcb5}.scheme_default.menu_side_icons .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_default.menu_side_icons .toc_menu_item_active .toc_menu_icon_default:before,.scheme_default .menu_side_inner>.toc_menu_item:hover .toc_menu_icon_default:before,.scheme_default .menu_side_inner>.toc_menu_item_active .toc_menu_icon_default:before{background-color:#1e1e1e}.scheme_default.menu_side_icons .toc_menu_item .toc_menu_description,.scheme_default .menu_side_inner>.toc_menu_item .toc_menu_description{color:#d19bfb;	background-color:#00bcb5}.scheme_default.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon{background-color:#ffffff;	color:#333333}.scheme_default.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon,.scheme_default.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon{color:#00bcb5}.scheme_default.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before{background-color:#00bcb5}.scheme_default.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon:before{background-color:#1c5ca0}.scheme_default .menu_mobile_inner{color:#333333;	background-color:#ffffff}.scheme_default .menu_mobile_button{color:#1e1e1e}.scheme_default .menu_mobile_button:hover{color:#00bcb5}.scheme_default .menu_mobile_close:before,.scheme_default .menu_mobile_close:after{border-color:#1e1e1e}.scheme_default .menu_mobile_close:hover:before,.scheme_default .menu_mobile_close:hover:after{border-color:#00bcb5}.scheme_default .menu_mobile .menu_mobile_nav_area>ul>li li.menu-delimiter>a{border-color:#e1e1e1}.scheme_default .menu_mobile_inner a,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li:before{color:#1e1e1e}.scheme_default .menu_mobile_inner a:hover,.scheme_default .menu_mobile_inner .current-menu-ancestor>a,.scheme_default .menu_mobile_inner .current-menu-item>a,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li:hover:before,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before{color:#00bcb5}.scheme_default .menu_mobile_inner .search_mobile .search_submit{color:#1d1d1d}.scheme_default .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_default .menu_mobile_inner .search_mobile .search_submit:hover{color:#1d1d1d}.scheme_default .menu_mobile_inner .social_item .social_icon{color:#00bcb5}.scheme_default .menu_mobile_inner .social_item:hover .social_icon{color:#1e1e1e}.scheme_default .menu_mobile .menu_mobile_nav_area>ul>li li>a{color:#333333}.scheme_default .menu_mobile .menu_mobile_nav_area>ul>li li>a:hover{color:#1c5ca0}.scheme_default .menu_hover_fade_box .sc_layouts_menu_nav>a:hover,.scheme_default .menu_hover_fade_box .sc_layouts_menu_nav>li>a:hover,.scheme_default .menu_hover_fade_box .sc_layouts_menu_nav>li.sfHover>a{color:#00bcb5;	background-color:#ffffff}.scheme_default .menu_hover_slide_line .sc_layouts_menu_nav>li#blob{background-color:#00bcb5}.scheme_default .menu_hover_slide_box .sc_layouts_menu_nav>li#blob{background-color:#ffffff}.scheme_default .menu_hover_zoom_line .sc_layouts_menu_nav>li>a:before{background-color:#00bcb5}.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li:before,.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li:after,.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li>a:before,.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li>a:after{background-color:#00bcb5}.scheme_default .menu_hover_roll_down .sc_layouts_menu_nav>li>a:before{background-color:#00bcb5}.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:before{background-color:#1e1e1e}.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:after,.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li.menu-item-has-children>a:after{background-color:#00bcb5}.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li.sfHover>a,.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:hover,.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:focus{color:#00bcb5}.scheme_default.sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line,.scheme_default .sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#e1e1e1}.scheme_default .sc_layouts_cart_items_short{background-color:#1e1e1e;	color:#eff2f3}.scheme_default .sc_layouts_cart_widget{border-color:#ced5d8;	background-color:#eff2f3;	color:#333333}.scheme_default .sc_layouts_cart_widget:after{border-color:#ced5d8;	background-color:#eff2f3}.scheme_default .sc_layouts_cart_widget .sc_layouts_cart_widget_close{color:#1e1e1e}.scheme_default .sc_layouts_cart_widget .sc_layouts_cart_widget_close:hover{color:#1e1e1e}.scheme_default .sc_layouts_currency .chosen-container .chosen-results{background:#ffffff;	color:#1e1e1e}.scheme_default .sc_layouts_currency .chosen-container .chosen-results li{color:#1e1e1e}.scheme_default .sc_layouts_currency .chosen-container .active-result.highlighted,.scheme_default .sc_layouts_currency .chosen-container .active-result.result-selected{color:#00bcb5 !important}.scheme_default #page_preloader,.scheme_default .page_content_wrap,.scheme_default .custom-background .content_wrap>.content,.scheme_default .page_banner_wrap ~ .content_wrap>.content{background-color:#eff2f3}.scheme_default .preloader_wrap>div{background-color:#00bcb5}.scheme_default .top_panel,.scheme_default.top_panel{background-color:#eff2f3}.scheme_default.top_panel.with_bg_image:before{background-color:rgba(239,242,243,0.7)}.scheme_default.top_panel .slider_engine_revo .slide_subtitle,.scheme_default .top_panel .slider_engine_revo .slide_subtitle{color:#00bcb5}.scheme_default .top_panel_default .top_panel_navi,.scheme_default.top_panel_default .top_panel_navi{background-color:#ffffff}.scheme_default .top_panel_default .top_panel_title,.scheme_default.top_panel_default .top_panel_title{background-color:#eff2f3}.scheme_default .post_header_position_above .top_panel{border-color:#ced5d8}.scheme_default .post_header_position_on_thumb .header_content_wrap.header_align_bb .post_header{border-color:#ced5d8}.scheme_default div.esg-filter-wrapper .esg-filterbutton>span,.scheme_default .mptt-navigation-tabs li a,.scheme_default .maxify_tabs .maxify_tabs_titles li a{color:#1d1d1d;	background-color:#1c5ca0}.scheme_default div.esg-filter-wrapper .esg-filterbutton>span:hover,.scheme_default .mptt-navigation-tabs li a:hover,.scheme_default .maxify_tabs .maxify_tabs_titles li a:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default div.esg-filter-wrapper .esg-filterbutton.selected>span,.scheme_default .mptt-navigation-tabs li.active a,.scheme_default .maxify_tabs .maxify_tabs_titles li.ui-state-active a{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .sheme_self.sidebar div.esg-filter-wrapper .esg-filterbutton>span,.scheme_default .sheme_self.sidebar .mptt-navigation-tabs li a,.scheme_default .sheme_self.sidebar .maxify_tabs .maxify_tabs_titles li a{color:#1e1e1e;	background-color:#ebeff3}.scheme_default .sheme_self.sidebar div.esg-filter-wrapper .esg-filterbutton>span:hover,.scheme_default .sheme_self.sidebar .mptt-navigation-tabs li a:hover,.scheme_default .sheme_self.sidebar .maxify_tabs .maxify_tabs_titles li a:hover{color:#d19bfb;	background-color:#00bcb5}.scheme_default .sheme_self.sidebar div.esg-filter-wrapper .esg-filterbutton.selected>span,.scheme_default .sheme_self.sidebar .mptt-navigation-tabs li.active a,.scheme_default .sheme_self.sidebar .maxify_tabs .maxify_tabs_titles li.ui-state-active a{color:#ffffff;	background-color:#1e1e1e}.scheme_default .esg-grid i[class*="eg-icon-"]{color:#1d1d1d !important}.scheme_default .post_item{color:#333333}.scheme_default .post_date,.scheme_default .post_date a,.scheme_default .post_meta,.scheme_default .post_meta_item,.scheme_default .post_meta_item:after,.scheme_default .post_meta_item:hover:after,.scheme_default .post_meta .vc_inline-link,.scheme_default .post_meta .vc_inline-link:after,.scheme_default .post_meta .vc_inline-link:hover:after,.scheme_default .post_meta_item a,.scheme_default .post_info .post_info_item,.scheme_default .post_info .post_info_item a,.scheme_default .post_info_counters .post_counters_item,.scheme_default .post_counters .socials_share .socials_caption:before,.scheme_default .post_counters .socials_share .socials_caption:hover:before{color:#1e1e1e}.scheme_default .post_date a:hover,.scheme_default a.post_meta_item:hover,.scheme_default .post_meta_item a:hover,.scheme_default .post_meta .vc_inline-link:hover,.scheme_default .post_info .post_info_item a:hover,.scheme_default .post_info_counters .post_counters_item:hover{color:#1c5ca0}.scheme_default .post_date:hover{color:#1e1e1e}.scheme_default .post_item .post_title a:hover{color:#1c5ca0}.scheme_default .post_meta_item.post_counters_emotions:before{color:#00bcb5}.scheme_default .post_meta_item.post_counters_comments,.scheme_default .post_meta_item.post_counters_emotions,.scheme_default .post_meta_item.post_categories a{color:#1e1e1e;	background-color:#eff2f3}.scheme_default .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_comments,.scheme_default .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_emotions,.scheme_default .inner_content_wrap .top_wrap_meta .post_meta_item.post_categories a{background-color:#eff2f3}.scheme_default .top_wrap_meta .post_meta_item.post_counters_comments,.scheme_default .top_wrap_meta .post_meta_item.post_counters_emotions,.scheme_default .top_wrap_meta .post_meta_item.post_categories a{background-color:#ffffff}.scheme_default .post_meta_item.post_counters_comments:hover:before,.scheme_default .post_meta_item.post_counters_emotions:hover:before{color:#1d1d1d}.scheme_default .post_meta_item.post_counters_comments:hover,.scheme_default .post_meta_item.post_counters_emotions:hover,.scheme_default .post_meta_item.post_categories a:hover{color:#1e1e1e !important;	background-color:#00bcb5}.scheme_default .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_comments:hover,.scheme_default .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_emotions:hover,.scheme_default .inner_content_wrap .top_wrap_meta .post_meta_item.post_categories a:hover{background-color:#00bcb5 !important}.scheme_default .top_wrap_meta .post_meta_item.post_counters_comments:hover,.scheme_default .top_wrap_meta .post_meta_item.post_counters_emotions:hover,.scheme_default .top_wrap_meta .post_meta_item.post_categories a:hover{background-color:rgba(255,255,255,0.7);	color:#1e1e1e !important}.scheme_default .top_wrap_meta .post_meta_item.post_counters_comments:hover:before,.scheme_default .top_wrap_meta .post_meta_item.post_counters_emotions:hover:before{color:#1e1e1e}.scheme_default .post_meta_item .socials_share .social_items{background-color:#eff2f3}.scheme_default .post_meta_item .social_items,.scheme_default .post_meta_item .social_items:before{background-color:#eff2f3;	border-color:#ced5d8;	color:#1e1e1e}.scheme_default .post_layout_excerpt .inner_post_wrap_list{background-color:#ffffff}.scheme_default .post_layout_simple,.scheme_default .post_layout_classic{background-color:#ffffff}.scheme_default.gallery_preview:before{background-color:#eff2f3}.scheme_default.gallery_preview{color:#333333}.scheme_default .post_featured.hover_color .mask{background-color:rgba(0,188,181,0.9)}.scheme_default .trx_addons_audio_player.with_cover .audio_author,.scheme_default .format-audio .post_featured.with_thumb .post_audio_author{color:#00bcb5}.scheme_default .mejs-container .mejs-controls,.scheme_default .wp-playlist .mejs-container .mejs-controls{background:rgba(239,242,243,0.7)}.scheme_default .footer_wrap .mejs-container .mejs-controls,.scheme_default .footer_wrap .wp-playlist .mejs-container .mejs-controls,.scheme_default .sidebar .mejs-container .mejs-controls,.scheme_default .sidebar .wp-playlist .mejs-container .mejs-controls{background:#00bcb5}.scheme_default .trx_addons_audio_player.without_cover .mejs-controls,.scheme_default .format-audio .post_featured.without_thumb .mejs-controls{background:rgba(30,30,30,0.3)}.scheme_default .mejs-controls .mejs-button>button{color:#1e1e1e}.scheme_default .mejs-controls .mejs-button>button:hover,.scheme_default .mejs-controls .mejs-button>button:focus{color:rgba(30,30,30,0.5)}.scheme_default .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-hovered,.scheme_default .mejs-controls .mejs-volume-slider .mejs-volume-total,.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:rgba(255,255,255,0.2)}.scheme_default .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_default .mejs-controls .mejs-volume-slider .mejs-volume-current,.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#ffffff}.scheme_default .mejs-controls .mejs-time-rail .mejs-time-handle-content{border-color:#1e1e1e}.scheme_default .mejs-controls .mejs-time{color:#1e1e1e}.scheme_default .mejs-controls .mejs-volume-slider .mejs-volume-handle,.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{background:#00bcb5}.scheme_default .format-audio .post_featured.with_thumb .post_audio_author,.scheme_default .trx_addons_audio_player.with_cover .audio_author,.scheme_default .format-audio .post_featured.with_thumb .post_audio_title,.scheme_default .trx_addons_audio_player.with_cover .audio_caption{color:#1e1e1e}.scheme_default .trx_addons_audio_player.without_cover,.scheme_default .format-audio .post_featured.without_thumb .post_audio{border-color:#e1e1e1;	background-color:#ffffff}.scheme_default .trx_addons_audio_player.without_cover .audio_author,.scheme_default .format-audio .post_featured.without_thumb .post_audio_author{color:#00bcb5}.scheme_default .trx_addons_audio_player.without_cover .audio_caption,.scheme_default .format-audio .post_featured.without_thumb .post_audio_title{color:#1e1e1e}.scheme_default .trx_addons_audio_player.without_cover .audio_description,.scheme_default .format-audio .post_featured.without_thumb .post_audio_description{color:#333333}.scheme_default .wp-playlist-light{background:#eff2f3;	border-color:#ced5d8;	color:#333333}.scheme_default .wp-playlist-light .wp-playlist-caption{color:#1e1e1e}.scheme_default .wp-playlist-light .wp-playlist-playing{background:#ffffff;	color:#1e1e1e}.scheme_default .wp-playlist-item{border-color:#ced5d8}.scheme_default .format-aside .post_content_inner{color:#1e1e1e;	background-color:#ffffff}.scheme_default .format-link .post_content_inner,.scheme_default .format-status .post_content_inner{color:#1e1e1e}.scheme_default .format-chat p>b,.scheme_default .format-chat p>strong{color:#1e1e1e}.scheme_default .trx_addons_video_player.with_cover .video_hover,.scheme_default .format-video .post_featured.with_thumb .post_video_hover{color:#1d1d1d}.scheme_default .trx_addons_video_player.with_cover .video_hover:hover,.scheme_default .format-video .post_featured.with_thumb .post_video_hover:hover{color:rgba(29,29,29,0.5);	background-color:transparent}.scheme_default .trx_addons_video_player.with_cover:hover .video_mask{background-color:rgba(0,188,181,0.5)}.scheme_default .format-video .post_featured.with_thumb .mask{background-color:#00bcb5 !important}.scheme_default.sidebar .trx_addons_video_player.with_cover .video_hover{color:#00bcb5}.scheme_default.sidebar .trx_addons_video_player.with_cover .video_hover:hover{color:#1e1e1e;	background-color:#00bcb5}.scheme_default .elementor-widget-video .eicon-play{color:#1e1e1e}.scheme_default .post_layout_chess .post_content_inner:after{background:linear-gradient(to top,#eff2f3 0%,rgba(239,242,243,0) 100%) no-repeat scroll right top / 100% 100% rgba(239,242,243,0)}.scheme_default .post_layout_chess_1 .post_meta:before{background-color:#ced5d8}.scheme_default .nav-links-old{color:#1e1e1e}.scheme_default .nav-links-old a:hover{color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .esg-filters div.esg-navigationbutton,.scheme_default .page_links>a,.scheme_default .comments_pagination .page-numbers,.scheme_default .nav-links .page-numbers{color:#1d1d1d;	background-color:#1c5ca0}.scheme_default .esg-filters div.esg-navigationbutton:hover,.scheme_default .esg-filters div.esg-navigationbutton.selected,.scheme_default .page_links>a:hover,.scheme_default .page_links>span:not(.page_links_title),.scheme_default .comments_pagination a.page-numbers:hover,.scheme_default .comments_pagination .page-numbers.current,.scheme_default .nav-links a.page-numbers:hover,.scheme_default .nav-links .page-numbers.current{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .post_item_single .post_header .post_date{color:#1e1e1e}.scheme_default .post_item_single .post_header .post_categories,.scheme_default .post_item_single .post_header .post_categories a{color:#00bcb5}.scheme_default .post_item_single .post_header .post_meta .vc_inline-link,.scheme_default .post_item_single .post_header .post_meta_item a,.scheme_default .post_item_single .post_header .post_meta_item .socials_caption{color:#1e1e1e}.scheme_default .single-post .post_meta_item.post_counters_comments,.scheme_default .single-post .post_meta_item.post_counters_emotions,.scheme_default .single-post .post_meta_item.post_categories a{color:#1e1e1e;	background-color:#ffffff}.scheme_default .post_item_single .post_header .post_meta .vc_inline-link:hover,.scheme_default .post_item_single .post_meta_item>a:hover,.scheme_default .post_item_single .post_meta_item .socials_caption:hover,.scheme_default .post_item_single .post_edit a:hover{color:#1c5ca0}.scheme_default .single-post .post_meta_item.post_counters_comments:hover,.scheme_default .single-post .post_meta_item.post_counters_emotions:hover,.scheme_default .single-post .post_meta_item.post_categories a:hover{color:#1d1d1d !important;	background-color:#00bcb5}.scheme_default .single-post .top_wrap_meta .post_meta_item.post_counters_comments:hover,.scheme_default .single-post .top_wrap_meta .post_meta_item.post_counters_emotions:hover,.scheme_default .single-post .top_wrap_meta .post_meta_item.post_categories a:hover{color:#1d1d1d !important;	background-color:rgba(255,255,255,0.7)}.scheme_default .single-post .post_meta_item.post_counters_emotions:hover:before,.scheme_default .single-post .post_meta_item.post_counters_comments:hover:before{color:#1d1d1d !important}.scheme_default .post_item_single .post_content .post_meta_label,.scheme_default .post_item_single .post_content .post_meta_item:hover .post_meta_label{color:#1e1e1e}.scheme_default .post_item_single .post_item_meta_wrap .post_tags a,.scheme_default .post_item_single .post_content .post_tags a{color:#1e1e1e;	background-color:#ffffff}.scheme_default .post_item_single .post_item_meta_wrap .post_tags a:hover,.scheme_default .post_item_single .post_content .post_tags a:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .post_item_single .post_content .post_meta .post_share .social_item .social_icon{color:#1d1d1d !important;	background-color:#00bcb5}.scheme_default .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon{color:#1d1d1d !important;	background-color:#1c5ca0}.scheme_default .post-password-form input[type="submit"]{border-color:#1e1e1e}.scheme_default .post-password-form input[type="submit"]:hover,.scheme_default .post-password-form input[type="submit"]:focus{color:#eff2f3}.scheme_default .single-post .dpsp-share-text{color:#1e1e1e}.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button .dpsp-network-icon,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button .dpsp-network-icon,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a .dpsp-network-icon,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a .dpsp-network-icon,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a{color:#1d1d1d !important}.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button:hover .dpsp-network-icon,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button:hover,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button:hover .dpsp-network-icon,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button:hover,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a:hover .dpsp-network-icon,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a:hover,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a:hover .dpsp-network-icon,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a:hover{color:#1d1d1d!important}.scheme_default .nav-links-single .nav-links{border-color:#ced5d8}.scheme_default .nav-links-single .nav-links a .meta-nav{color:#1e1e1e}.scheme_default .nav-links-single .nav-links a .post_date{color:#1e1e1e}.scheme_default .nav-links-single .nav-links a:hover .meta-nav,.scheme_default .nav-links-single .nav-links a:hover .post_date{color:#1e1e1e}.scheme_default .nav-links-single .nav-links a:hover .post-title{color:#00bcb5}.scheme_default .nav-links-single.nav-links-fixed .nav-links .nav-previous,.scheme_default .nav-links-single.nav-links-fixed .nav-links .nav-next{border-color:#ced5d8;	background-color:#eff2f3}.scheme_default .nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap:before{background-color:#00bcb5}.scheme_default .nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap:before{background-color:#00bcb5}.scheme_default .nav-links-single .post-navigation .nav-links a .nav_wrap .arrow_wrap .nav-arrow,.scheme_default .nav-links-single .nav-links a .post-title,.scheme_default .nav-links-single .post-navigation .nav-links a .nav_wrap .arrow_wrap .screen-reader-text,.scheme_default .nav-links-single .post-navigation .nav-links a .nav_wrap .arrow_wrap .screen-reader-text{color:#1d1d1d}.scheme_default .nav-links-single .post-navigation .nav-links a:hover .nav_wrap .arrow_wrap .nav-arrow,.scheme_default .nav-links-single .nav-links a:hover .post-title,.scheme_default .nav-links-single .post-navigation .nav-links a:hover .nav_wrap .arrow_wrap .screen-reader-text,.scheme_default .nav-links-single .post-navigation .nav-links a:hover .nav_wrap .arrow_wrap .screen-reader-text{color:rgba(29,29,29,0.5)}.scheme_default.author_info{color:#333333;	background-color:#eff2f3}.scheme_default.author_info .author_title{color:#00bcb5}.scheme_default.author_info a{color:#1e1e1e}.scheme_default.author_info a:hover{color:#00bcb5}.scheme_default.author_info .socials_wrap .social_item .social_icon{color:#d19bfb;	background-color:#00bcb5}.scheme_default.author_info .socials_wrap .social_item:hover .social_icon{color:#1e1e1e;	background-color:#1c5ca0}.scheme_default .author_info{background-color:#ffffff}.scheme_default .related_wrap{border-color:#ced5d8}.scheme_default .related_wrap .related_item_style_1 .post_header{background-color:rgba(239,242,243,0.7)}.scheme_default .related_wrap .related_item_style_1:hover .post_header{background-color:#eff2f3}.scheme_default .related_wrap .related_item_style_1 .post_date a{color:#333333}.scheme_default .related_wrap .related_item_style_1:hover .post_date a{color:#1e1e1e}.scheme_default .related_wrap .related_item_style_1:hover .post_date a:hover{color:#1e1e1e}.scheme_default .related_wrap .related_item_style_2{background-color:#ffffff}.scheme_default .related_wrap .post_title a{color:#1e1e1e}.scheme_default .related_wrap .post_title a:hover{color:#1c5ca0}.scheme_default .page_contact_form{border-color:#ced5d8}.scheme_default .comments_list_wrap,.scheme_default .comments_list_wrap>ul{border-color:#ced5d8}.scheme_default .comments_list_wrap li + li,.scheme_default .comments_list_wrap li ul{border-color:#ced5d8}.scheme_default .comments_list_wrap .bypostauthor>.comment_body .comment_author_avatar:after{border-color:#00bcb5}.scheme_default .comments_list_wrap .comment_info{color:#1e1e1e}.scheme_default .comments_list_wrap .comment_counters a{color:#00bcb5}.scheme_default .comments_list_wrap .comment_counters a:hover{color:#1c5ca0}.scheme_default .comments_list_wrap .comment_text{color:#333333}.scheme_default .comments_list_wrap .comment_reply a{color:#1e1e1e}.scheme_default .comments_list_wrap .comment_reply a:hover{color:#1c5ca0}.scheme_default .comments_form_wrap{border-color:#ced5d8}.scheme_default .comments_wrap .comments_notes{color:#1e1e1e}.scheme_default .comments_list_wrap .comment_info>*:after{color:#333333}.scheme_default .comments_list_wrap .comment_author a{color:#1e1e1e}.scheme_default .comments_list_wrap .comment_author a:hover{color:#1c5ca0}.scheme_default .post_item_404 .page_title{color:#1e1e1e;	background-color:#1c5ca0}.scheme_default .post_item_404 .page_description{color:#333333}.scheme_default .post_item_404 .go_home{color:#1d1d1d !important;	background-color:#00bcb5 !important}.scheme_default .post_item_404 .go_home:hover{color:#1d1d1d !important;	background-color:#00bcb5 !important}.scheme_default .sidebar.widget_area .sidebar_inner .widget{background-color:#ffffff}.scheme_default .sidebar a{color:#1e1e1e}.scheme_default .sidebar a:hover{color:#1c5ca0}.scheme_default.sidebar .sidebar_inner{background-color:#ffffff;	color:#333333}.scheme_default .sidebar_inner .widget + .widget{border-color:#ced5d8}.scheme_default.sidebar .widget + .widget{border-color:#e1e1e1}.scheme_default.sidebar a{color:#00bcb5}.scheme_default.sidebar a:hover{color:#1c5ca0}.scheme_default.sidebar h1,.scheme_default.sidebar h2,.scheme_default.sidebar h3,.scheme_default.sidebar h4,.scheme_default.sidebar h5,.scheme_default.sidebar h6,.scheme_default.sidebar h1 a,.scheme_default.sidebar h2 a,.scheme_default.sidebar h3 a,.scheme_default.sidebar h4 a,.scheme_default.sidebar h5 a,.scheme_default.sidebar h6 a{color:#1e1e1e}.scheme_default.sidebar h1 a:hover,.scheme_default.sidebar h2 a:hover,.scheme_default.sidebar h3 a:hover,.scheme_default.sidebar h4 a:hover,.scheme_default.sidebar h5 a:hover,.scheme_default.sidebar h6 a:hover{color:#00bcb5}.scheme_default .sidebar_control{color:#1e1e1e !important;	background-color:#ffffff;	border-color:#e1e1e1}.scheme_default .sidebar_control:hover{color:#00bcb5 !important;	background-color:#ebeff3;	border-color:#c9e77a}.scheme_default .elementor-widget-sidebar .widget{background-color:#ffffff}.scheme_default .widget.widget_fullwidth.widget_banner{background-color:transparent}.scheme_default ul.wp-block-page-list li:before,.scheme_default ul.wp-block-archives-list li:before,.scheme_default ul.wp-block-categories-list li:before,.scheme_default ul.wp-block-categories__list li:before,.scheme_default .widget ul>li:before{color:#1e1e1e}.scheme_default ul.wp-block-page-list li:hover:before,.scheme_default ul.wp-block-archives-list li:hover:before,.scheme_default ul.wp-block-categories-list li:hover:before,.scheme_default ul.wp-block-categories__list li:hover:before,.scheme_default .widget ul>li:hover:before{color:#1c5ca0}.scheme_default.sidebar ul.wp-block-page-list li:before,.scheme_default.sidebar ul.wp-block-archives-list li:before,.scheme_default.sidebar ul.wp-block-categories-list li:before,.scheme_default.sidebar ul.wp-block-categories__list li:before,.scheme_default.sidebar ul>li:before{background-color:#00bcb5}.scheme_default.sidebar li>a,.scheme_default.sidebar .post_title>a{color:#1e1e1e}.scheme_default.sidebar li>a:hover,.scheme_default.sidebar .post_title>a:hover{color:#00bcb5}.scheme_default .post_meta .post_meta_item:after,.scheme_default .post_meta .post_meta_item.post_edit:after,.scheme_default .post_meta .vc_inline-link:after{color:#ced5d8}.scheme_default.sidebar .post_meta,.scheme_default.sidebar .post_meta_item,.scheme_default.sidebar .post_meta_item:after,.scheme_default.sidebar .post_meta_item:hover:after,.scheme_default.sidebar .post_meta .vc_inline-link,.scheme_default.sidebar .post_meta .vc_inline-link:after,.scheme_default.sidebar .post_meta .vc_inline-link:hover:after,.scheme_default.sidebar .post_meta_item a,.scheme_default.sidebar .post_info .post_info_item,.scheme_default.sidebar .post_info .post_info_item a,.scheme_default.sidebar .post_info_counters .post_counters_item,.scheme_default.sidebar .post_counters .socials_share .socials_caption:before,.scheme_default.sidebar .post_counters .socials_share .socials_caption:hover:before{color:#333333}.scheme_default.sidebar .post_date a:hover,.scheme_default.sidebar a.post_meta_item:hover,.scheme_default.sidebar .post_meta_item a:hover,.scheme_default.sidebar .post_meta .vc_inline-link:hover,.scheme_default.sidebar .post_info .post_info_item a:hover,.scheme_default.sidebar .post_info_counters .post_counters_item:hover{color:#1e1e1e}.scheme_default.sidebar .post_item .post_title a:hover{color:#00bcb5}.scheme_default.sidebar .post_meta_item.post_categories,.scheme_default.sidebar .post_meta_item.post_categories a{color:#00bcb5}.scheme_default.sidebar .post_meta_item.post_categories a:hover{color:#1c5ca0}.scheme_default.sidebar .post_meta_item .socials_share .social_items{background-color:#ffffff}.scheme_default.sidebar .post_meta_item .social_items,.scheme_default.sidebar .post_meta_item .social_items:before{background-color:#ffffff;	border-color:#e1e1e1;	color:#333333}.scheme_default.sidebar .widget_archive li{color:#1e1e1e}.scheme_default .widget_archive li{color:#1e1e1e}.scheme_default .wp-block-calendar caption,.scheme_default .wp-block-calendar tbody td a,.scheme_default .wp-block-calendar th,.scheme_default .widget_calendar caption,.scheme_default .widget_calendar tbody td a,.scheme_default .widget_calendar th{color:#1e1e1e;	background-color:transparent}.scheme_default .sidebar .wp-block-calendar th:before,.scheme_default .sidebar .widget_calendar th:before{background-color:#eff2f3}.scheme_default .sidebar .wp-block-calendar th,.scheme_default .sidebar .widget_calendar th{border-color:#ffffff !important}.scheme_default .content .wp-block-calendar th,.scheme_default .content .wp-block-calendar th:before,	.scheme_default .content .widget_calendar th,.scheme_default .content .widget_calendar th:before{background-color:#ffffff}.scheme_default .wp-block-calendar th:before,.scheme_default .widget_calendar th:before{background-color:#eff2f3}.scheme_default .wp-block-calendar th,.scheme_default .widget_calendar th{border-color:#ffffff !important}.scheme_default.sidebar .wp-block-calendar caption,.scheme_default.sidebar .wp-block-calendar tbody td a,.scheme_default.sidebar .wp-block-calendar th,.scheme_default.sidebar .widget_calendar caption,.scheme_default.sidebar .widget_calendar tbody td a,.scheme_default.sidebar .widget_calendar th{color:#1e1e1e}.scheme_default .wp-block-calendar tbody td,.scheme_default .widget_calendar tbody td{color:#1e1e1e !important}.scheme_default.sidebar .wp-block-calendar tbody td,.scheme_default.sidebar .widget_calendar tbody td{color:#333333 !important}.scheme_default .wp-block-calendar tbody td a:hover,.scheme_default .widget_calendar tbody td a:hover{color:#00bcb5}.scheme_default.sidebar .wp-block-calendar tbody td a:hover,.scheme_default.sidebar .widget_calendar tbody td a:hover{color:#00bcb5}.scheme_default .wp-block-calendar tbody td a:after,.scheme_default .widget_calendar tbody td a:after{background-color:#00bcb5}.scheme_default.sidebar .wp-block-calendar tbody td a:after,.scheme_default.sidebar .widget_calendar tbody td a:after{background-color:#00bcb5}.scheme_default .wp-block-calendar td#today,.scheme_default .widget_calendar td#today{color:#1e1e1e !important}.scheme_default .wp-block-calendar td#today a,.scheme_default .widget_calendar td#today a{color:#d19bfb}.scheme_default .wp-block-calendar td#today a:hover,.scheme_default .widget_calendar td#today a:hover{color:#1e1e1e}.scheme_default .wp-block-calendar td#today:before,.scheme_default .widget_calendar td#today:before{background-color:#00bcb5}.scheme_default.sidebar .wp-block-calendar td#today:before,.scheme_default.sidebar .widget_calendar td#today:before{background-color:#00bcb5}.scheme_default .widget_calendar td#today a:after,.scheme_default .wp-block-calendar td#today a:after{background-color:#d19bfb}.scheme_default .wp-block-calendar td#today a:hover:after,.scheme_default .widget_calendar td#today a:hover:after{background-color:#1e1e1e}.scheme_default .wp-block-calendar #prev a,.scheme_default .wp-block-calendar #next a,.scheme_default .widget_calendar #prev a,.scheme_default .widget_calendar #next a{color:#1e1e1e}.scheme_default.sidebar .wp-block-calendar #prev a,.scheme_default.sidebar .wp-block-calendar #next a,	.scheme_default.sidebar .widget_calendar #prev a,.scheme_default.sidebar .widget_calendar #next a{color:#1e1e1e}.scheme_default .wp-block-calendar #prev a:hover,.scheme_default .wp-block-calendar #next a:hover,	.scheme_default .widget_calendar #prev a:hover,.scheme_default .widget_calendar #next a:hover{color:#00bcb5}.scheme_default.sidebar .wp-block-calendar #prev a:hover,.scheme_default.sidebar .wp-block-calendar #next a:hover,	.scheme_default.sidebar .widget_calendar #prev a:hover,.scheme_default.sidebar .widget_calendar #next a:hover{color:#00bcb5}.scheme_default .wp-calendar-nav-prev a:before,.scheme_default .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_default .content .wp-calendar-nav-prev a:before,.scheme_default .content .wp-calendar-nav-next a:before{background-color:#eff2f3}.scheme_default .footer_wrap .wp-calendar-nav-prev a:before,.scheme_default .footer_wrap .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_default.sidebar .wp-calendar-nav-prev a:before,.scheme_default.sidebar .wp-calendar-nav-next a:before{background-color:#ffffff}.scheme_default .wp-block-calendar table>tbody>tr:nth-child(2n+1)>td,.scheme_default .wp-block-calendar table>tbody>tr:nth-child(2n)>td{color:#1e1e1e;	background-color:transparent}.scheme_default .wp-block-calendar table th{color:#1e1e1e;	background-color:#ffffff}.scheme_default .widget_categories li{color:#1e1e1e}.scheme_default.sidebar .widget_categories li{color:#1e1e1e}.scheme_default .widget_recent_entries .post-date{color:#1e1e1e}.scheme_default.widget_recent_entries .post-date{color:#333333}.scheme_default .widget_recent_comments .recentcomments .comment-author-link{color:#1e1e1e}.scheme_default .widget_rss .widget_title a:first-child{color:#00bcb5}.scheme_default.sidebar .widget_rss .widget_title a:first-child{color:#00bcb5}.scheme_default .widget_rss .widget_title a:first-child:hover{color:#1c5ca0}.scheme_default.sidebar .widget_rss .widget_title a:first-child:hover{color:#1c5ca0}.scheme_default .widget_rss .rss-date{color:#1e1e1e}.scheme_default.sidebar .widget_rss .rss-date{color:#333333}.scheme_default .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_default .widget_product_tag_cloud a,.scheme_default .wp-block-tag-cloud a,.scheme_default .widget_tag_cloud a{color:#1d1d1d !important;	background-color:#00bcb5}.scheme_default.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_default.sidebar .widget_product_tag_cloud a,.scheme_default.sidebar .wp-block-tag-cloud a,.scheme_default.sidebar .widget_tag_cloud a{color:#1e1e1e;	background-color:#e1e1e1}.scheme_default .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_default .widget_product_tag_cloud a:hover,.scheme_default .wp-block-tag-cloud a:hover,.scheme_default .widget_tag_cloud a:hover{color:#1d1d1d !important;	background-color:#00bcb5}.scheme_default.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_default.sidebar .widget_product_tag_cloud a:hover,.scheme_default.sidebar .wp-block-tag-cloud a:hover,.scheme_default.sidebar .widget_tag_cloud a:hover{background-color:#00bcb5}.scheme_default .widget.widget_banner a:before{background-color:#00bcb5}.scheme_default .elementor-widget-image a:before{background-color:#00bcb5}.scheme_default .footer_wrap{background-color:#ffffff}.scheme_default.footer_wrap,.footer_wrap .scheme_default.vc_row{background-color:#eff2f3;	color:#333333}.scheme_default.footer_wrap .widget,.scheme_default.footer_wrap .sc_content .wpb_column,.footer_wrap .scheme_default.vc_row .widget,.footer_wrap .scheme_default.vc_row .sc_content .wpb_column{border-color:#e1e1e1}.scheme_default.footer_wrap h1,.scheme_default.footer_wrap h2,.scheme_default.footer_wrap h3,.scheme_default.footer_wrap h4,.scheme_default.footer_wrap h5,.scheme_default.footer_wrap h6,.scheme_default.footer_wrap h1 a,.scheme_default.footer_wrap h2 a,.scheme_default.footer_wrap h3 a,.scheme_default.footer_wrap h4 a,.scheme_default.footer_wrap h5 a,.scheme_default.footer_wrap h6 a,.footer_wrap .scheme_default.vc_row h1,.footer_wrap .scheme_default.vc_row h2,.footer_wrap .scheme_default.vc_row h3,.footer_wrap .scheme_default.vc_row h4,.footer_wrap .scheme_default.vc_row h5,.footer_wrap .scheme_default.vc_row h6,.footer_wrap .scheme_default.vc_row h1 a,.footer_wrap .scheme_default.vc_row h2 a,.footer_wrap .scheme_default.vc_row h3 a,.footer_wrap .scheme_default.vc_row h4 a,.footer_wrap .scheme_default.vc_row h5 a,.footer_wrap .scheme_default.vc_row h6 a{color:#1e1e1e}.scheme_default.footer_wrap h1 a:hover,.scheme_default.footer_wrap h2 a:hover,.scheme_default.footer_wrap h3 a:hover,.scheme_default.footer_wrap h4 a:hover,.scheme_default.footer_wrap h5 a:hover,.scheme_default.footer_wrap h6 a:hover,.footer_wrap .scheme_default.vc_row h1 a:hover,.footer_wrap .scheme_default.vc_row h2 a:hover,.footer_wrap .scheme_default.vc_row h3 a:hover,.footer_wrap .scheme_default.vc_row h4 a:hover,.footer_wrap .scheme_default.vc_row h5 a:hover,.footer_wrap .scheme_default.vc_row h6 a:hover{color:#00bcb5}.scheme_default.footer_wrap .widget li:before,.footer_wrap .scheme_default.vc_row .widget li:before{background-color:transparent}.scheme_default.footer_wrap a,.footer_wrap .scheme_default.vc_row a{color:#1e1e1e}.scheme_default.footer_wrap.footer_custom a,.footer_wrap.footer_custom .scheme_default.vc_row a{color:#1e1e1e}.scheme_default.footer_wrap a:hover,.footer_wrap .scheme_default.vc_row a:hover{color:#00bcb5}.scheme_default.footer_wrap .post_meta,.scheme_default.footer_wrap .post_meta_item,.scheme_default.footer_wrap .post_meta_item:after,.scheme_default.footer_wrap .post_meta_item:hover:after,.scheme_default.footer_wrap .post_meta .vc_inline-link,.scheme_default.footer_wrap .post_meta .vc_inline-link:after,.scheme_default.footer_wrap .post_meta .vc_inline-link:hover:after,.scheme_default.footer_wrap .post_meta_item a,.scheme_default.footer_wrap .post_info .post_info_item,.scheme_default.footer_wrap .post_info .post_info_item a,.scheme_default.footer_wrap .post_info_counters .post_counters_item,.scheme_default.footer_wrap .post_counters .socials_share .socials_caption:before,.scheme_default.footer_wrap .post_counters .socials_share .socials_caption:hover:before{color:#333333}.scheme_default.footer_wrap .post_date a:hover,.scheme_default.footer_wrap a.post_meta_item:hover,.scheme_default.footer_wrap .post_meta_item a:hover,.scheme_default.footer_wrap .post_meta .vc_inline-link:hover,.scheme_default.footer_wrap .post_info .post_info_item a:hover,.scheme_default.footer_wrap .post_info_counters .post_counters_item:hover{color:#1e1e1e}.scheme_default.footer_wrap .post_item .post_title a:hover{color:#00bcb5}.scheme_default.footer_wrap .post_meta_item.post_categories,.scheme_default.footer_wrap .post_meta_item.post_categories a{color:#00bcb5}.scheme_default.footer_wrap .post_meta_item.post_categories a:hover{color:#1c5ca0}.scheme_default.footer_wrap .post_meta_item .socials_share .social_items{background-color:#ffffff}.scheme_default.footer_wrap .post_meta_item .social_items,.scheme_default.footer_wrap .post_meta_item .social_items:before{background-color:#ffffff;	border-color:#e1e1e1;	color:#333333}.scheme_default .footer_logo_inner{border-color:#e1e1e1}.scheme_default .footer_logo_inner:after{background-color:#333333}.scheme_default .footer_socials_inner .social_item .social_icon{color:#333333}.scheme_default .footer_socials_inner .social_item:hover .social_icon{color:#1e1e1e}.scheme_default .menu_footer_nav_area ul li a{color:#1e1e1e}.scheme_default .menu_footer_nav_area ul li a:hover{color:#00bcb5}.scheme_default .menu_footer_nav_area ul li+li:before{border-color:#333333}.scheme_default .menu_footer_nav_area>ul>li ul,.scheme_default .footer_wrap .sc_layouts_menu>ul>li ul{border-color:#343434}.scheme_default .footer_copyright_inner{background-color:#eff2f3;	border-color:#ced5d8;	color:#1e1e1e}.scheme_default .footer_copyright_inner a{color:#1e1e1e}.scheme_default .footer_copyright_inner a:hover{color:#00bcb5}.scheme_default .footer_copyright_inner .copyright_text{color:#333333}.scheme_default rs-module .rs-layer .title,.scheme_default rs-module rs-loop-wrap .rs-layer .title{color:#1e1e1e!important}.scheme_default rs-module .rs-layer .comments,.scheme_default rs-module .rs-layer .category a,.scheme_default rs-module .rs-layer .category a span,.scheme_default rs-module rs-loop-wrap .rs-layer .comments,.scheme_default rs-module rs-loop-wrap .rs-layer .category a,.scheme_default rs-module rs-loop-wrap .rs-layer .category a span,.scheme_default rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments,.scheme_default rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a{color:#1e1e1e;	background-color:#ffffff}.scheme_default rs-module .rs-layer .title:hover,.scheme_default rs-module rs-loop-wrap .rs-layer .title:hover{color:rgba(30,30,30,0.7)!important}.scheme_default rs-module .rs-layer .comments:hover,.scheme_default rs-module .rs-layer .category a:hover,.scheme_default rs-module rs-loop-wrap .rs-layer .comments:hover,.scheme_default rs-module rs-loop-wrap .rs-layer .category a:hover,.scheme_default rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments:hover,.scheme_default rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a:hover{color:#1d1d1d!important;	background-color:rgba(255,255,255,0.7)}.scheme_default rs-module .rs-layer .category.alter_link_2 a:hover,.scheme_default rs-module rs-loop-wrap .rs-layer .category.alter_link_2 a:hover{background-color:#1c5ca0}.scheme_default .mfp-bg,.scheme_default .elementor-lightbox{background-color:rgba(239,242,243,0.7)}.scheme_default .mfp-image-holder .mfp-close,.scheme_default .mfp-iframe-holder .mfp-close,.scheme_default .mfp-wrap .mfp-close{color:#1e1e1e;	background-color:transparent}.scheme_default .elementor-lightbox .dialog-lightbox-close-button,.scheme_default .elementor-lightbox .elementor-swiper-button{color:#1e1e1e;	background-color:transparent}.scheme_default .mfp-image-holder .mfp-close:hover,.scheme_default .mfp-iframe-holder .mfp-close:hover,.scheme_default .mfp-close-btn-in .mfp-close:hover{color:#1c5ca0}.scheme_default .elementor-lightbox .dialog-lightbox-close-button:hover,.scheme_default .elementor-lightbox .elementor-swiper-button:hover{color:#00bcb5}.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover .dpsp-network-icon,.scheme_default #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover,.scheme_default #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover .dpsp-network-icon{background-color:#00bcb5; border-color:#00bcb5}.scheme_default .accent1{color:#00bcb5}.scheme_default .accent2{color:#00bcb5}.scheme_default .accent3{color:#00bcb5}.scheme_default .accent1_bg{background-color:#00bcb5; color:#1e1e1e}.scheme_default .accent2_bg{background-color:#00bcb5; color:#1e1e1e}.scheme_default .accent3_bg{background-color:#00bcb5; color:#1e1e1e}.scheme_default .alter_bg{background-color:#ffffff}.scheme_default .alter_text{color:#333333}.scheme_default .alter_link{color:#00bcb5}.scheme_default .alter_link2{color:#00bcb5}.scheme_default .alter_link3{color:#00bcb5}.scheme_default .extra_bg{background-color:#eff2f3}.scheme_default .extra_text{color:#333333}.scheme_default .extra_link{color:#00bcb5}.scheme_default .extra_link2{color:#00bcb5}.scheme_default .extra_link3{color:#00bcb5}.scheme_default .wp-block-cover-text,.scheme_default .wp-block-cover-text strong,.scheme_default .wp-block-cover-text a,.scheme_default .wp-block-cover-text,.scheme_default section.wp-block-cover-image h2{color:#ffffff !important}.scheme_default .wp-block-cover-text a:hover{color:#00bcb5 !important}.scheme_default .trx_addons_accent,.scheme_default .trx_addons_accent>a,.scheme_default .trx_addons_accent>*{color:#00bcb5}.scheme_default .trx_addons_accent>a:hover{color:#1c5ca0}.scheme_default .sidebar .trx_addons_accent,.scheme_default.sidebar .trx_addons_accent,.scheme_default .sidebar .trx_addons_accent>a,.scheme_default.sidebar .trx_addons_accent>a,.scheme_default .sidebar .trx_addons_accent>*,.scheme_default.sidebar .trx_addons_accent>*,.scheme_default .footer_wrap .trx_addons_accent,.scheme_default.footer_wrap .trx_addons_accent,.scheme_default .footer_wrap .trx_addons_accent>a,.scheme_default.footer_wrap .trx_addons_accent>a,.scheme_default .footer_wrap .trx_addons_accent>*,.scheme_default.footer_wrap .trx_addons_accent>*{color:#00bcb5}.scheme_default .sidebar .trx_addons_accent>a:hover,.scheme_default.sidebar .trx_addons_accent>a:hover,.scheme_default .footer_wrap .trx_addons_accent>a:hover,.scheme_default.footer_wrap .trx_addons_accent>a:hover{color:#1e1e1e}.scheme_default .trx_addons_hover,.scheme_default .trx_addons_hover>*{color:#1c5ca0}.scheme_default .trx_addons_accent_bg{background-color:#00bcb5;	color:#1e1e1e}.scheme_default .trx_addons_inverse{color:#eff2f3;	background-color:#1e1e1e}.scheme_default .trx_addons_dark,.scheme_default .trx_addons_dark>a{color:#1e1e1e}.scheme_default .trx_addons_dark>a:hover{color:#00bcb5}.scheme_default .trx_addons_inverse,.scheme_default .trx_addons_inverse>a{color:#eff2f3;	background-color:#1e1e1e}.scheme_default .trx_addons_inverse>a:hover{color:#1e1e1e}.scheme_default .trx_addons_dropcap_style_1{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .trx_addons_dropcap_style_2{color:#1e1e1e;	background-color:#00bcb5}.scheme_default ul[class*="trx_addons_list"]>li:before{color:#1c5ca0}.scheme_default ul[class*="trx_addons_list"][class*="_circled"]>li:before{color:#d19bfb;	background-color:#00bcb5}.scheme_default .trx_addons_list_parameters>li + li{border-color:#ced5d8}.scheme_default .trx_addons_tooltip{color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .trx_addons_tooltip:before{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .trx_addons_tooltip:after{border-top-color:#00bcb5}.scheme_default blockquote.trx_addons_blockquote_style_1:before,.scheme_default blockquote.trx_addons_blockquote_style_1{color:#eff2f3;	background-color:#1e1e1e}.scheme_default blockquote.trx_addons_blockquote_style_1 b{color:#eff2f3}.scheme_default blockquote.trx_addons_blockquote_style_1 a,.scheme_default blockquote.trx_addons_blockquote_style_1 cite{color:#00bcb5}.scheme_default blockquote.trx_addons_blockquote_style_1 a:hover{color:#eff2f3}.scheme_default blockquote.trx_addons_blockquote_style_2{color:#1e1e1e;	background-color:#00bcb5}.scheme_default blockquote.trx_addons_blockquote_style_2:before,.scheme_default blockquote.trx_addons_blockquote_style_2 a,.scheme_default blockquote.trx_addons_blockquote_style_2 cite{color:#d19bfb}.scheme_default blockquote.trx_addons_blockquote_style_2 a:hover{color:#1e1e1e}.scheme_default .trx_addons_hover_mask{background-color:rgba(0,188,181,0.9)}.scheme_default .trx_addons_hover_title{color:#1e1e1e}.scheme_default .trx_addons_hover_text{color:#333333}.scheme_default .trx_addons_hover_icon,.scheme_default .trx_addons_hover_links a{color:#d19bfb;	background-color:#00bcb5}.scheme_default .trx_addons_hover_icon:hover,.scheme_default .trx_addons_hover_links a:hover{color:#1e1e1e !important;	background-color:#1c5ca0}.scheme_default .trx_addons_text_gradient,.scheme_default .trx_addons_text_gradient *{background:#00bcb5;	background:linear-gradient(0deg,#00bcb5,#1c5ca0)}.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#1e1e1e;	background-color:#eff2f3}.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default.sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#333333;	background-color:#e1e1e1}.scheme_default.sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_default.sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#d19bfb;	background-color:#00bcb5}.scheme_default .trx_addons_emotions .trx_addons_emotions_item:before{color:#1e1e1e}.scheme_default .trx_addons_emotions_item{background-color:#ffffff;	border-color:#ffffff;	color:#333333}.scheme_default .trx_addons_emotions_active{color:#1d1d1d;	border-color:#00bcb5;	background-color:#00bcb5}.scheme_default .trx_addons_emotions_item_number{color:#1e1e1e}.scheme_default .trx_addons_emotions_active .trx_addons_emotions_item:before,.scheme_default .trx_addons_emotions:hover .trx_addons_emotions_item:before{color:#1d1d1d}.scheme_default .trx_addons_emotions_item:hover{color:#1d1d1d;	border-color:#00bcb5;	background-color:#00bcb5}.scheme_default .trx_addons_emotions_active .trx_addons_emotions_item_number,.scheme_default .trx_addons_emotions_item:hover .trx_addons_emotions_item_number{color:#1d1d1d}.scheme_default .slider_container .slide_info.slide_info_large{background-color:rgba(239,242,243,0.7)}.scheme_default .slider_container .slide_info.slide_info_large:hover{background-color:#eff2f3}.scheme_default .slider_container .slide_info.slide_info_large .slide_cats a{color:#00bcb5}.scheme_default .slider_container .slide_info.slide_info_large .slide_title a{color:#1e1e1e}.scheme_default .slider_container .slide_info.slide_info_large .slide_date{color:#333333}.scheme_default .slider_container .slide_info.slide_info_large:hover .slide_date{color:#1e1e1e}.scheme_default .slider_container .slide_info.slide_info_large .slide_cats a:hover,.scheme_default .slider_container .slide_info.slide_info_large .slide_title a:hover{color:#1c5ca0}.scheme_default .slider_container.slider_multi .slide_cats a:hover,.scheme_default .slider_container.slider_multi .slide_title a:hover,.scheme_default .slider_container.slider_multi a:hover .slide_title{color:#1c5ca0}.scheme_default .slider_container.slider_controls_side .slider_controls_wrap>a,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a{color:#1d1d1d;	background-color:transparent;	border-color:transparent}.scheme_default .sc_slider_controls .slider_controls_wrap>a,.scheme_default .slider_outer_controls_outside .slider_controls_wrap>a{color:#1e1e1e;	background-color:transparent;	border-color:transparent}.scheme_default .slider_container.slider_controls_side .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a:hover{color:rgba(29,29,29,0.5);	background-color:transparent;	border-color:transparent}.scheme_default .sc_slider_controls .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_outside .slider_controls_wrap>a:hover{color:rgba(30,30,30,0.5);	background-color:transparent;	border-color:transparent}.scheme_default .sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap{background-color:#ced5d8}.scheme_default .sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap .slider_pagination_wrap{background-color:#ced5d8}.scheme_default .sc_slider_controls .slider_progress_bar{background-color:#1e1e1e}.scheme_default .slider_container.slider_controls_top .slider_controls_wrap>a,.scheme_default .slider_container.slider_controls_bottom .slider_controls_wrap>a,.scheme_default .slider_outer_controls_top .slider_controls_wrap>a,.scheme_default .slider_outer_controls_bottom .slider_controls_wrap>a{color:#1d1d1d;	background-color:transparent;	border-color:transparent}.scheme_default .slider_container.slider_controls_top .slider_controls_wrap>a:hover,.scheme_default .slider_container.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_top .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:rgba(29,29,29,0.5);	border-color:transparent;	background-color:transparent}.scheme_default .sc_layouts_row_type_normal .slider_outer_controls_bottom .slider_controls_wrap>a{color:#1d1d1d}.scheme_default .sc_layouts_row_type_normal .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:rgba(29,29,29,0.5) !important}.scheme_default .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,.scheme_default .slider_container .slider_pagination_wrap .swiper-pagination-bullet,.scheme_default .slider_outer .slider_pagination_wrap .swiper-pagination-bullet,.scheme_default .swiper-pagination-custom .swiper-pagination-button{border-color:#ffffff;	background-color:#ffffff}.scheme_default .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,.scheme_default .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,.scheme_default .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,.scheme_default .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_default .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_default .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_default .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{border-color:#1e1e1e;	background-color:#1e1e1e}.scheme_default .slider_container .swiper-pagination-progress .swiper-pagination-progressbar,.scheme_default .slider_outer .swiper-pagination-progress .swiper-pagination-progressbar{background-color:#00bcb5}.scheme_default .slider_outer>.swiper-pagination-fraction{color:#1e1e1e}.scheme_default .slider_titles_outside_wrap .slide_title a{color:#1e1e1e}.scheme_default .slider_titles_outside_wrap .slide_title a:hover{color:#00bcb5}.scheme_default .slider_titles_outside_wrap .slide_cats,.scheme_default .slider_titles_outside_wrap .slide_subtitle{color:#00bcb5}.scheme_default .slider_style_modern .slider_controls_label{color:#eff2f3}.scheme_default .slider_style_modern .slider_pagination_wrap{color:#1e1e1e}.scheme_default .slider_style_modern .swiper-pagination-current{color:#1e1e1e}.scheme_default .sc_slider_controller .slider-slide.swiper-slide-active{border-color:#00bcb5}.scheme_default .sc_slider_controller_titles .slider-slide{background-color:#ffffff}.scheme_default .sc_slider_controller_titles .slider-slide:after{background-color:#e1e1e1}.scheme_default .sc_slider_controller_titles .slider-slide.swiper-slide-active{background-color:#eff2f3}.scheme_default .sc_slider_controller_titles .sc_slider_controller_info_title{color:#1e1e1e}.scheme_default .sc_slider_controller_titles .sc_slider_controller_info_number{color:#333333}.scheme_default .sc_slider_controller_titles .slider_controls_wrap>a{color:#d19bfb;	background-color:#00bcb5}.scheme_default .sc_slider_controller_titles .slider_controls_wrap>a:hover{color:#eff2f3;	background-color:#1e1e1e}.scheme_default .widget_categories_list .categories_list_style_3 .categories_list_item{background-color:#ffffff}.scheme_default .widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title,.scheme_default .widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title{color:#00bcb5}.scheme_default .widget_categories_list .categories_list_style_2 .categories_list_title{color:#1e1e1e;	background-color:rgba(255,255,255,0.7)}.scheme_default .widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title{color:#00bcb5;	background-color:#ebeff3}.scheme_default.elementor-widget-trx_widget_categories_list .categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy_bg .trx_addons_extended_taxonomy_icon,.scheme_default.elementor-widget-trx_widget_categories_list .categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy_bg{background-color:#ffffff}.scheme_default .categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link{color:#1d1d1d}.scheme_default .widget_contacts .contacts_info{color:#333333}.scheme_default .widget_contacts .contacts_info span:before,.scheme_default .widget_contacts .contacts_info>div>a:before,.scheme_default .widget_contacts .contacts_info>a:before{color:#00bcb5}.scheme_default .widget_contacts .contacts_info span a,.scheme_default .widget_contacts .contacts_info>div>a,.scheme_default .widget_contacts .contacts_info>a{color:#1e1e1e}.scheme_default .widget_contacts .contacts_info span a:hover,.scheme_default .widget_contacts .contacts_info>div>a:hover,.scheme_default .widget_contacts .contacts_info>a:hover{color:#00bcb5}.scheme_default.sidebar .widget_contacts .contacts_info,.scheme_default.footer_wrap .widget_contacts .contacts_info{color:#333333}.scheme_default.sidebar .widget_contacts .contacts_info span:before,.scheme_default.sidebar .widget_contacts .contacts_info>div>a:before,.scheme_default.sidebar .widget_contacts .contacts_info>a:before,.scheme_default.footer_wrap .widget_contacts .contacts_info span:before,.scheme_default.footer_wrap .widget_contacts .contacts_info>div>a:before,.scheme_default.footer_wrap .widget_contacts .contacts_info>a:before{color:#00bcb5}.scheme_default.sidebar .widget_contacts .contacts_info span a,.scheme_default.sidebar .widget_contacts .contacts_info>div>a,.scheme_default.sidebar .widget_contacts .contacts_info>a,.scheme_default.footer_wrap .widget_contacts .contacts_info span a,.scheme_default.footer_wrap .widget_contacts .contacts_info>div>a,.scheme_default.footer_wrap .widget_contacts .contacts_info>a{color:#1e1e1e}.scheme_default.sidebar .widget_contacts .contacts_info span a:hover,.scheme_default.sidebar .widget_contacts .contacts_info>div>a:hover,.scheme_default.sidebar .widget_contacts .contacts_info>a:hover,.scheme_default.footer_wrap .widget_contacts .contacts_info span a:hover,.scheme_default.footer_wrap .widget_contacts .contacts_info>div>a:hover,.scheme_default.footer_wrap .widget_contacts .contacts_info>a:hover{color:#00bcb5}.scheme_default .footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget{background-color:#ffffff}.scheme_default .footer_wrap .wp-widget-recent-comments ul li a,.scheme_default .footer_wrap .wp-widget-recent-comments ul li .comment-author-link{color:#1e1e1e}.scheme_default .footer_wrap .wp-widget-recent-comments ul li a:hover{color:#1c5ca0}.scheme_default .elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info>:before{color:#1e1e1e}.scheme_default .elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info a{color:#1c5ca0}.scheme_default .elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info a:hover{color:#1e1e1e}.scheme_default .sc_recent_news_header{border-color:#1e1e1e}.scheme_default .sc_recent_news_header_category_item_more{color:#00bcb5}.scheme_default .sc_recent_news_header_more_categories{border-color:#343434;	background-color:#eff2f3}.scheme_default .sc_recent_news_header_more_categories>a{color:#00bcb5}.scheme_default .sc_recent_news_header_more_categories>a:hover{color:#1c5ca0;	background-color:#d19bfb}.scheme_default .sc_recent_news .post_counters_item,.scheme_default .sc_recent_news .post_counters .post_counters_edit a{color:#1e1e1e;	background-color:#eff2f3}.scheme_default .sc_recent_news .post_counters_item:hover,.scheme_default .sc_recent_news .post_counters .post_counters_edit a:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_default .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{color:#1e1e1e;	background-color:#ffffff}.scheme_default .sc_recent_news_style_news-magazine .post_accented_border{border-color:#ced5d8}.scheme_default .sc_recent_news_style_news-excerpt .post_item{color:#333333;	background-color:#ffffff}.scheme_default .widget_twitter .widget_content .sc_twitter_item,.scheme_default .widget_twitter .widget_content li{color:#333333}.scheme_default .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{color:#00bcb5 !important}.scheme_default .widget_twitter .swiper-pagination-bullet{background-color:#1e1e1e}.scheme_default .widget_twitter .swiper-pagination-bullet-active{background-color:#00bcb5}.scheme_default .widget_twitter .widget_content .sc_twitter_list li{color:#333333}.scheme_default .widget_twitter .widget_content .sc_twitter_list li:before{color:#00bcb5 !important}.scheme_default.sidebar .widget_twitter .widget_content .sc_twitter_list li{color:#333333}.scheme_default.sidebar .widget_twitter .widget_content .sc_twitter_list li:before{color:#00bcb5 !important}.scheme_default .link_color_1 .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(odd) .post_featured:before{background-color:rgba(0,188,181,0.9)}.scheme_default .link_color_1 .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(even) .post_featured:before{background-color:rgba(28,92,160,0.9)}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(odd) .post_featured:before{background-color:rgba(28,92,160,0.9)}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(even) .post_featured:before{background-color:rgba(0,188,181,0.9)}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_author .post_author_name,.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_title a{color:#1d1d1d !important}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_author:hover .post_author_name,.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_title a:hover{color:rgba(29,29,29,0.5) !important}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_counters_emotions,.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_categories a{color:#1e1e1e !important;	background-color:#ffffff}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_counters_emotions:hover,.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_categories a:hover{color:#1e1e1e;	background-color:rgba(255,255,255,0.7)}.scheme_default .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_counters_emotions:hover:before{color:#1e1e1e}.scheme_default .sc_item_subtitle{color:#00bcb5}.scheme_default .color_style_link2 .sc_item_subtitle{color:#00bcb5}.scheme_default .color_style_link3 .sc_item_subtitle{color:#00bcb5}.scheme_default .sc_item_subtitle.sc_item_title_style_shadow{color:#1e1e1e}.scheme_default .theme_scroll_down:hover{color:#00bcb5}.scheme_default .sc_action_item .sc_action_item_subtitle{color:#00bcb5}.scheme_default .sc_action_item.color_style_link2 .sc_action_item_subtitle{color:#00bcb5}.scheme_default .sc_action_item.color_style_link3 .sc_action_item_subtitle{color:#00bcb5}.scheme_default .sc_action_item.color_style_dark .sc_action_item_subtitle{color:#1e1e1e}.scheme_default .sc_action_item_event .sc_action_item_date,.scheme_default .sc_action_item_event .sc_action_item_info{color:#1e1e1e;	border-color:#333333}.scheme_default .sc_action_item_event .sc_action_item_description{color:#333333}.scheme_default .sc_action_item_event.with_image .sc_action_item_inner{background-color:#eff2f3}.scheme_default .sc_blogger.slider_container .swiper-pagination-bullet{border-color:#1e1e1e}.scheme_default .sc_blogger_item{background-color:#ffffff}.scheme_default .sc_blogger_post_meta{color:#333333}.scheme_default .sc_blogger_item_title a{color:#1e1e1e}.scheme_default .sc_blogger_item_title a:hover{color:#1c5ca0}.scheme_default .sc_blogger_post_meta{color:#333333}.scheme_default .sc_blogger_item_content{color:#333333}.scheme_default .sc_blogger_item .more-link{color:#00bcb5}.scheme_default .sc_blogger_item .more-link:hover{color:#1e1e1e}.scheme_default .sc_blogger .sc_item_filters ul.sc_item_filters_titles li a{color:#1d1d1d;	background-color:#1c5ca0}.scheme_default .sc_blogger .sc_item_filters ul.sc_item_filters_titles li a.active,.scheme_default .sc_blogger .sc_item_filters ul.sc_item_filters_titles li a:hover{color:#1d1d1d;	background-color:#00bcb5}.scheme_default .sc_blogger.sc_blogger_info .sc_blogger_item:before,.scheme_default .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+1) .sc_blogger_item:before{background-color:rgba(0,188,181,0.9)}.scheme_default .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+2) .sc_blogger_item:before{background-color:rgba(28,92,160,0.9)}.scheme_default .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+3) .sc_blogger_item:before{background-color:rgba(0,188,181,0.9)}.scheme_default .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+4) .sc_blogger_item:before{background-color:rgba(28,92,160,0.9)}.scheme_default .sc_blogger_info .sc_blogger_item_title a{color:#1d1d1d}.scheme_default .sc_blogger_info .sc_blogger_item_title a:hover{color:rgba(29,29,29,0.5)}.scheme_default .sc_blogger_info .post_meta_item.post_date,.scheme_default .sc_blogger_info .post_meta_item.post_author{color:#1d1d1d}.scheme_default .sc_blogger_info .post_meta_item.post_date:after,.scheme_default .sc_blogger_info .post_meta_item.post_author:after{color:#1d1d1d;	background-color:#1d1d1d}.scheme_default .sc_blogger_info .post_meta_item.post_author:hover{color:rgba(29,29,29,0.5)}.scheme_default .sc_blogger_info .post_meta_item.post_counters_comments,.scheme_default .sc_blogger_info .post_meta_item.post_counters_emotions,.scheme_default .sc_blogger_info .post_meta_item.post_categories a{background-color:#ffffff}.scheme_default .sc_blogger_info .post_meta_item.post_counters_comments:hover,.scheme_default .sc_blogger_info .post_meta_item.post_counters_emotions:hover,.scheme_default .sc_blogger_info .post_meta_item.post_categories a:hover{background-color:rgba(255,255,255,0.7);	color:#1e1e1e !important}.scheme_default .sc_blogger_info .post_meta_item.post_counters_comments:hover:before,.scheme_default .sc_blogger_info .post_meta_item.post_counters_emotions:hover:before{color:#1e1e1e !important}.scheme_default .sc_layouts_row_type_normal .sc_blogger_modern .slider_outer_controls_bottom .slider_controls_wrap>a{color:#1e1e1e !important}.scheme_default .sc_layouts_row_type_normal .sc_blogger_modern .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:rgba(30,30,30,0.5) !important}.scheme_default .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button a{background-color:#00bcb5}.scheme_default .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button a:hover{background-color:#00bcb5}.scheme_default .sc_cars_item,.scheme_default .sc_cars_item_params{border-color:#ced5d8}.scheme_default .sc_cars_item_param{color:#1e1e1e}.scheme_default .sc_cars_item_param .sc_cars_item_param_text,.scheme_default .sc_cars_item_footer{color:#333333}.scheme_default .sc_cars_columns_1 .sc_cars_item,.scheme_default .sc_cars_item .sc_cars_item_thumb{background-color:#ffffff}.scheme_default .sc_cars_item_status>a,.scheme_default .sc_cars_item_type>a,.scheme_default .sc_cars_item_compare{color:#1e1e1e}.scheme_default .sc_cars_item_compare.in_compare_list{color:#00bcb5}.scheme_default .sc_cars_item_status>a:hover,.scheme_default .sc_cars_item_type>a:hover,.scheme_default .sc_cars_item_compare:hover,.scheme_default .sc_cars_item_compare.in_compare_list:hover{color:#1e1e1e}.scheme_default .sc_cars_item_options .sc_cars_item_row_address,.scheme_default .sc_cars_item_options .sc_cars_item_row_meta{color:#1e1e1e}.scheme_default .cars_page_title .cars_page_status>a{color:#d19bfb;	background-color:#00bcb5}.scheme_default .cars_page_title .cars_page_status>a:hover{color:#1e1e1e;	background-color:#0ac9c9}.scheme_default .cars_page_title_address{color:#1e1e1e}.scheme_default .cars_price{color:#1e1e1e}.scheme_default .cars_page_attachments_list>a:before,.scheme_default .cars_page_features_list>a:before{color:#00bcb5}.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{border-color:#e1e1e1}.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{background-color:#ffffff;	border-color:#ffffff;	border-bottom-color:#e1e1e1}.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{border-color:#e1e1e1;	background-color:#eff2f3;	border-bottom-color:#eff2f3}.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{background-color:#ebeff3;	border-color:#ebeff3 #ebeff3 #e1e1e1}.scheme_default .cars_page_section_title{border-color:#ced5d8}.scheme_default .cars_page_agent_info_position{color:#1e1e1e}.scheme_default .cars_page_agent_info_phones>span,.scheme_default .cars_page_agent_info_phones>a{color:#333333}.scheme_default .cars_page_agent_info_phones>a:hover{color:#00bcb5}.scheme_default .cars_page_agent_info_address:before,.scheme_default .cars_page_agent_info_phones>:before{color:#1e1e1e}.scheme_default .cars_page_agent_info_profiles.socials_wrap .social_item .social_icon{color:#333333}.scheme_default .cars_search_form .cars_search_basic .cars_search_show_advanced{color:#1e1e1e;	background-color:#dde0e2}.scheme_default .cars_search_form .cars_search_basic .cars_search_show_advanced:hover{color:#1d1d1d}.scheme_default .sc_cars_compare_data .cars_feature_present{color:#00bcb5}.scheme_default .sc_content_number{color:#ebeff3}.scheme_default .sc_countdown_default .sc_countdown_digits span{color:#d19bfb;	border-color:#1c5ca0;	background-color:#00bcb5}.scheme_default .sc_countdown_circle .sc_countdown_digits{color:#00bcb5;	border-color:#e1e1e1;	background-color:#ffffff}.scheme_default .sc_courses.slider_container .swiper-pagination-bullet{border-color:#1e1e1e}.scheme_default .sc_courses_default .sc_courses_item{background-color:#ffffff}.scheme_default .sc_courses_default .sc_courses_item_categories{background-color:#1e1e1e}.scheme_default .sc_courses_default .sc_courses_item_categories a{color:#eff2f3}.scheme_default .sc_courses_default .sc_courses_item_categories a:hover{color:#00bcb5}.scheme_default .sc_courses_default .sc_courses_item_meta{color:#333333}.scheme_default .sc_courses_default .sc_courses_item_date{color:#1e1e1e}.scheme_default .sc_courses_default .sc_courses_item_price{color:#00bcb5}.scheme_default .sc_courses_default .sc_courses_item_period{color:#333333}.scheme_default .courses_single .courses_page_meta{color:#1e1e1e}.scheme_default .courses_single .courses_page_meta_item_date{color:#1e1e1e}.scheme_default .courses_single .courses_page_period{color:#1e1e1e}.scheme_default .sc_dishes_default .sc_dishes_item{color:#333333;	background-color:#ffffff}.scheme_default .sc_dishes_default .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_default .sc_dishes_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a{color:#1e1e1e}.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_dishes_default .sc_dishes_item_featured_left,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right{color:#333333;	background-color:transparent}.scheme_default .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#1e1e1e}.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_dishes_compact .sc_dishes_item{color:#333333;	background-color:#ffffff}.scheme_default .sc_dishes_compact .sc_dishes_item_header{color:#eff2f3;	background-color:#1e1e1e}.scheme_default .sc_dishes_compact .sc_dishes_item_price,.scheme_default .sc_dishes_compact .sc_dishes_item_subtitle a{color:#eff2f3}.scheme_default .sc_dishes_compact .sc_dishes_item_price:hover,.scheme_default .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_price,.scheme_default .sc_dishes_compact .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item_price:hover,.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item_price:hover,.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_subtitle a{color:#00bcb5}.scheme_default .sc_dishes_compact .sc_dishes_item_title a{color:#00bcb5}.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item_title a{color:#00bcb5}.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item_title a{color:#00bcb5}.scheme_default .sc_dishes_compact .sc_dishes_item_title a:hover,.scheme_default .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_title a{color:#eff2f3}.scheme_default .sc_dishes.slider_container .swiper-pagination-bullet{border-color:#1e1e1e}.scheme_default .sc_events.slider_container .swiper-pagination-bullet{border-color:#1e1e1e}.scheme_default .sc_events_default .sc_events_item{background-color:#ffffff}.scheme_default .sc_events_default .sc_events_item_date{background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#1c5ca0;	color:#1e1e1e}.scheme_default .sc_events_default .sc_events_item_title{color:#1e1e1e}.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_title{color:#1c5ca0}.scheme_default .sc_events_default .sc_events_item_button{color:#00bcb5}.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_button{color:#1c5ca0}.scheme_default .sc_events_detailed .sc_events_item,.scheme_default .sc_events_detailed .sc_events_item_date_wrap,.scheme_default .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_default .sc_events_detailed .sc_events_item_button_wrap:before{border-color:#00bcb5}.scheme_default .sc_events_detailed .sc_events_item_date,.scheme_default .sc_events_detailed .sc_events_item_button{color:#00bcb5}.scheme_default .sc_events_detailed .sc_events_item_title{color:#1e1e1e}.scheme_default .sc_events_detailed .sc_events_item_time{color:#333333}.scheme_default .sc_events_detailed .sc_events_item:hover{background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_events_detailed .sc_events_item:hover,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_time{color:#1e1e1e}.scheme_default .sc_events_detailed .sc_events_item:hover,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#1e1e1e}.scheme_default .sc_events_classic .sc_events_item{background-color:#ffffff}.scheme_default .sc_events_classic .sc_events_item_categories{background-color:#1e1e1e}.scheme_default .sc_events_classic .sc_events_item_categories a{color:#eff2f3}.scheme_default .sc_events_classic .sc_events_item_categories a:hover{color:#00bcb5}.scheme_default .sc_events_classic .sc_events_item_meta{color:#333333}.scheme_default .sc_events_classic .sc_events_item_date{color:#1e1e1e}.scheme_default .sc_events_classic .sc_events_item_price{color:#00bcb5}.scheme_default .sc_events_classic .sc_events_item_period{color:#333333}.scheme_default.sc_form{background-color:#eff2f3}.scheme_default span.sc_form_field_title{color:#1e1e1e}.scheme_default .sc_form .sc_form_info_icon{color:#00bcb5}.scheme_default .sc_form .sc_form_info_data>a,.scheme_default .sc_form .sc_form_info_data>span{color:#1e1e1e}.scheme_default .sc_form .sc_form_info_data>a:hover{color:#00bcb5}.scheme_default [class*="sc_input_hover_"] .sc_form_field_hover{color:#1e1e1e}.scheme_default .sc_input_hover_accent input[type="text"]:focus,.scheme_default .sc_input_hover_accent input[type="number"]:focus,.scheme_default .sc_input_hover_accent input[type="email"]:focus,.scheme_default .sc_input_hover_accent input[type="password"]:focus,.scheme_default .sc_input_hover_accent input[type="search"]:focus,.scheme_default .sc_input_hover_accent select:focus,.scheme_default .sc_input_hover_accent .select2-container.select2-container--focus span.select2-selection,.scheme_default .sc_input_hover_accent .select2-container.select2-container--open span.select2-selection,.scheme_default .sc_input_hover_accent textarea:focus{border-color:#00bcb5 !important}.scheme_default .sc_input_hover_accent .sc_form_field_hover:before{color:rgba(0,188,181,0.2)}.scheme_default .sc_input_hover_path .sc_form_field_graphic{stroke:#dde0e2}.scheme_default .sc_input_hover_jump .sc_form_field_hover{color:#1d1d1d}.scheme_default .sc_input_hover_jump .sc_form_field_content:before{color:#00bcb5}.scheme_default .sc_input_hover_jump input[type="text"],.scheme_default .sc_input_hover_jump input[type="number"],.scheme_default .sc_input_hover_jump input[type="email"],.scheme_default .sc_input_hover_jump input[type="password"],.scheme_default .sc_input_hover_jump input[type="search"],.scheme_default .sc_input_hover_jump textarea{border-color:#dde0e2}.scheme_default .sc_input_hover_jump input[type="text"]:focus,.scheme_default .sc_input_hover_jump input[type="number"]:focus,.scheme_default .sc_input_hover_jump input[type="email"]:focus,.scheme_default .sc_input_hover_jump input[type="password"]:focus,.scheme_default .sc_input_hover_jump input[type="search"]:focus,.scheme_default .sc_input_hover_jump textarea:focus{border-color:#00bcb5 !important}.scheme_default .sc_input_hover_underline .sc_form_field_hover:before{background-color:#dde0e2}.scheme_default .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{background-color:#00bcb5}.scheme_default .sc_input_hover_underline .sc_form_field_content{color:#1d1d1d}.scheme_default .sc_input_hover_underline input:focus,.scheme_default .sc_input_hover_underline textarea:focus,.scheme_default .sc_input_hover_underline input.filled,.scheme_default .sc_input_hover_underline textarea.filled,.scheme_default .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{color:#00bcb5 !important}.scheme_default .sc_input_hover_iconed .sc_form_field_hover{color:#1d1d1d}.scheme_default .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{color:#1d1d1d}.scheme_default .sc_googlemap_content,.scheme_default.sc_googlemap_content{color:#333333;	background-color:#eff2f3}.scheme_default .sc_googlemap_content b,.scheme_default .sc_googlemap_content strong,.scheme_default.sc_googlemap_content b,.scheme_default.sc_googlemap_content strong{color:#1e1e1e}.scheme_default .sc_googlemap_content_detailed:before{color:#00bcb5}.scheme_default .sc_yandexmap_content,.scheme_default.sc_yandexmap_content{color:#333333;	background-color:#eff2f3}.scheme_default .sc_yandexmap_content b,.scheme_default .sc_yandexmap_content strong,.scheme_default.sc_yandexmap_content b,.scheme_default.sc_yandexmap_content strong{color:#1e1e1e}.scheme_default .sc_yandexmap_content_detailed:before{color:#00bcb5}.scheme_default .sc_icons .sc_icons_icon{color:#00bcb5}.scheme_default .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{color:#1e1e1e}.scheme_default .sc_icons .sc_icons_item_title{color:#00bcb5}.scheme_default.footer_wrap .sc_icons .sc_icons_item_title{color:#1e1e1e}.scheme_default.footer_wrap .sc_icons .sc_icons_item_description{color:#333333}.scheme_default .sc_icons_item_description{color:#1e1e1e}.scheme_default .sc_sport_default .sc_sport_item_subtitle .sc_sport_item_date{color:#1e1e1e}.scheme_default .sc_matches_main .swiper-pagination .swiper-pagination-bullet{border-color:#ced5d8}.scheme_default .sc_matches_main .sc_matches_item_score a{color:#1e1e1e}.scheme_default .sc_matches_main .sc_matches_item_score a:hover{color:#00bcb5}.scheme_default .color_style_link2 .sc_matches_main .sc_matches_item_score a:hover{color:#00bcb5}.scheme_default .color_style_link3 .sc_matches_main .sc_matches_item_score a:hover{color:#00bcb5}.scheme_default .color_style_dark .sc_matches_main .sc_matches_item_score a:hover{color:#1e1e1e}.scheme_default .sc_matches_other .sc_matches_item_link{color:#1e1e1e;	background-color:#ffffff}.scheme_default .sc_matches_other .sc_matches_item_club{color:#333333}.scheme_default .sc_matches_other .sc_matches_item_date{color:#1e1e1e;	background-color:#e1e1e1}.scheme_default .sc_matches_other .sc_matches_item_link:hover{background-color:#ebeff3}.scheme_default .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date{background-color:#c9e77a}.scheme_default .sc_points_table td a{color:#1e1e1e}.scheme_default .sc_points_table tr:hover td{background-color:#1c5ca0 !important}.scheme_default .sc_points_table tr:hover a,.scheme_default .sc_points_table td a:hover{color:#1e1e1e !important}.scheme_default .sc_points_table tr.sc_points_table_accented_top td{background-color:rgba(0,188,181,0.7)}.scheme_default .sc_points_table tr.sc_points_table_accented_bottom td{background-color:#ffffff}.scheme_default .sc_portfolio_default .sc_portfolio_item{background-color:#ffffff;	color:#333333}.scheme_default .sc_portfolio_default .sc_portfolio_item a,.scheme_default .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image),.scheme_default .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):after{color:#00bcb5 !important}.scheme_default .sc_portfolio_default .sc_portfolio_item a:hover,.scheme_default .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#1c5ca0 !important}.scheme_default .sc_portfolio_default .sc_portfolio_item:hover{background-color:#ebeff3}.scheme_default .sc_portfolio_default .sc_portfolio_item_title{color:#1e1e1e}.scheme_default .portfolio_page_details_share{border-color:#ced5d8}.scheme_default .sc_price_item{color:#1e1e1e;	background-color:#eff2f3;	border-color:#343434}.scheme_default .sc_price_item:hover{background-color:#d19bfb;	border-color:#e4e9ec}.scheme_default .sc_price_item .sc_price_item_icon{color:#00bcb5}.scheme_default .sc_price_item:hover .sc_price_item_icon{color:#1c5ca0}.scheme_default .sc_price_item .sc_price_item_label{background-color:#00bcb5;	color:#1e1e1e}.scheme_default .sc_price_item:hover .sc_price_item_label{background-color:#1c5ca0;	color:#1e1e1e}.scheme_default .sc_price_item .sc_price_item_subtitle{color:#1e1e1e}.scheme_default .sc_price_item .sc_price_item_title,.scheme_default .sc_price_item .sc_price_item_title a{color:#00bcb5}.scheme_default .sc_price_item:hover .sc_price_item_title,.scheme_default .sc_price_item:hover .sc_price_item_title a{color:#1c5ca0}.scheme_default .sc_price_item .sc_price_item_price{color:#1e1e1e}.scheme_default .sc_price_item .sc_price_item_description,.scheme_default .sc_price_item .sc_price_item_details{color:#1e1e1e}.scheme_default .sc_promo_icon{color:#00bcb5}.scheme_default .sc_promo .sc_promo_title,.scheme_default .sc_promo .sc_promo_descr{color:#1e1e1e}.scheme_default .sc_promo .sc_promo_content{color:#333333}.scheme_default .sc_promo_modern .sc_promo_link2{color:#d19bfb;	background-color:#00bcb5 !important}.scheme_default .sc_promo_modern .sc_promo_link2:hover{color:#eff2f3;	background-color:#1e1e1e}.scheme_default.sc_promo .sc_promo_text.trx_addons_stretch_height,.scheme_default.sc_promo .sc_promo_text_inner{background-color:#ffffff}.scheme_default.sc_promo .sc_promo_title{color:#00bcb5}.scheme_default.sc_promo .sc_promo_subtitle{color:#1c5ca0}.scheme_default.sc_promo .sc_promo_descr{color:#1e1e1e}.scheme_default.sc_promo .sc_promo_content{color:#333333}.scheme_default .sc_properties_columns_1 .sc_properties_item{background-color:#ffffff}.scheme_default .sc_properties_item_status>a,.scheme_default .sc_properties_item_type>a,.scheme_default .sc_properties_item_compare{color:#1e1e1e}.scheme_default .sc_properties_item_compare.in_compare_list{color:#00bcb5}.scheme_default .sc_properties_item_status>a:hover,.scheme_default .sc_properties_item_type>a:hover,.scheme_default .sc_properties_item_compare:hover,.scheme_default .sc_properties_item_compare.in_compare_list:hover{color:#1e1e1e}.scheme_default .sc_properties_item_options .sc_properties_item_row_address,.scheme_default .sc_properties_item_options .sc_properties_item_row_meta{color:#1e1e1e}.scheme_default .properties_page_title .properties_page_status>a{color:#d19bfb;	background-color:#00bcb5}.scheme_default .properties_page_title .properties_page_status>a:hover{color:#1e1e1e;	background-color:#0ac9c9}.scheme_default .properties_page_title_address{color:#1e1e1e}.scheme_default .properties_price{color:#1e1e1e}.scheme_default .properties_page_section_title{border-color:#ced5d8}.scheme_default .properties_page_attachments_list>a:before,.scheme_default .properties_page_features_list>a:before{color:#00bcb5}.scheme_default .properties_page_floor_plans_list .properties_page_floor_plans_list_item_title{background-color:#ffffff !important;	color:#333333}.scheme_default .properties_page_virtual_tour_wrap{background-color:#ffffff; color:#333333}.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{border-color:#e1e1e1}.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{background-color:#ffffff;	border-color:#ffffff;	border-bottom-color:#e1e1e1}.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{border-color:#e1e1e1;	background-color:#eff2f3;	border-bottom-color:#eff2f3}.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{background-color:#ebeff3;	border-color:#ebeff3 #ebeff3 #e1e1e1}.scheme_default .properties_page_agent_info_position{color:#1e1e1e}.scheme_default .properties_page_agent_info_phones>span,.scheme_default .properties_page_agent_info_phones>a{color:#333333}.scheme_default .properties_page_agent_info_phones>a:hover{color:#00bcb5}.scheme_default .properties_page_agent_info_address:before,.scheme_default .properties_page_agent_info_phones>:before{color:#1e1e1e}.scheme_default .properties_page_agent_info_profiles.socials_wrap .social_item .social_icon{color:#333333}.scheme_default .properties_search_form .properties_search_basic .properties_search_show_advanced{color:#1e1e1e;	background-color:#dde0e2}.scheme_default .properties_search_form .properties_search_basic .properties_search_show_advanced:hover{color:#1d1d1d}.scheme_default .sc_properties_compare_data .properties_feature_present{color:#00bcb5}.scheme_default .sc_services .sc_services_item_number{color:#ebeff3}.scheme_default .sc_services_default .sc_services_item{color:#333333;	background-color:#ffffff}.scheme_default .sc_services_default .sc_services_item_icon{color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_icon{color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_icon{color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_dark .sc_services_item_icon{color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .sc_services_default .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_default .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_default.color_style_dark .sc_services_item_subtitle a{color:#1e1e1e}.scheme_default .sc_services_default.color_style_dark .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_default .sc_services_item_featured_left,.scheme_default .sc_services_default .sc_services_item_featured_right,.scheme_default .sc_services_list .sc_services_item{color:#333333;	background-color:transparent}.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_icon{color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_list .sc_services_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link2 .sc_services_item_icon{color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_list.color_style_link2 .sc_services_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link3 .sc_services_item_icon{color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_list.color_style_link3 .sc_services_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#00bcb5;	border-color:#00bcb5}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list.color_style_dark .sc_services_item_icon{color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .sc_services_list.color_style_dark .sc_services_item:hover .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a{color:#1e1e1e}.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_light .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_light .sc_services_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_light.color_style_link2 .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_light.color_style_link2 .sc_services_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_light.color_style_link3 .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_light.color_style_link3 .sc_services_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_light.color_style_dark .sc_services_item_icon{color:#1e1e1e}.scheme_default .sc_services_light.color_style_dark .sc_services_item:hover .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_callouts .sc_services_item{background-color:#ffffff}.scheme_default .sc_services_callouts .sc_services_item_marker{border-color:#eff2f3;	background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_services_callouts .sc_services_item .sc_services_item_marker_back{border-color:#eff2f3;	background-color:#1c5ca0;	color:#1e1e1e}.scheme_default .sc_services_callouts.color_style_link2 .sc_services_item_marker{background-color:#00bcb5}.scheme_default .sc_services_callouts.color_style_link2 .sc_services_item .sc_services_item_marker_back{background-color:#1c5ca0}.scheme_default .sc_services_callouts.color_style_link3 .sc_services_item_marker{background-color:#00bcb5}.scheme_default .sc_services_callouts.color_style_link3 .sc_services_item .sc_services_item_marker_back{background-color:#1c5ca0}.scheme_default .sc_services_callouts.color_style_dark .sc_services_item_marker{background-color:#1e1e1e}.scheme_default .sc_services_callouts.color_style_dark .sc_services_item .sc_services_item_marker_back{background-color:#00bcb5}.scheme_default .sc_services_callouts .sc_services_item_marker_bg{border-color:#eff2f3;	background-color:#eff2f3}.scheme_default .sc_services_timeline .sc_services_item_timeline{border-color:#ced5d8}.scheme_default .sc_services_timeline .sc_services_item_marker{border-color:#00bcb5;	background-color:#00bcb5;	color:#d19bfb}.scheme_default .sc_services_timeline .sc_services_item:hover .sc_services_item_marker{border-color:#1c5ca0;	background-color:#1c5ca0;	color:#1e1e1e}.scheme_default .sc_services_timeline.color_style_link2 .sc_services_item_marker{border-color:#00bcb5;	background-color:#00bcb5}.scheme_default .sc_services_timeline.color_style_link2 .sc_services_item:hover .sc_services_item_marker{border-color:#1c5ca0;	background-color:#1c5ca0}.scheme_default .sc_services_timeline.color_style_link3 .sc_services_item_marker{border-color:#00bcb5;	background-color:#00bcb5}.scheme_default .sc_services_timeline.color_style_link3 .sc_services_item:hover .sc_services_item_marker{border-color:#1c5ca0;	background-color:#1c5ca0}.scheme_default .sc_services_timeline.color_style_dark .sc_services_item_marker{border-color:#1e1e1e;	background-color:#1e1e1e}.scheme_default .sc_services_timeline.color_style_dark .sc_services_item:hover .sc_services_item_marker{border-color:#00bcb5;	background-color:#00bcb5}.scheme_default .sc_services_iconed .sc_services_item{color:#333333;	background-color:#ffffff}.scheme_default .sc_services_iconed .sc_services_item_icon:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_icon:hover,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_icon:hover,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_iconed .sc_services_item_header .sc_services_item_title a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_title a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_title a{color:#00bcb5}.scheme_default .sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_title a{color:#fff}.scheme_default .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a{color:#fff}.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_default .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_iconed .sc_services_item_content .sc_services_item_title a{color:#1e1e1e}.scheme_default .sc_services_iconed .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#00bcb5}.scheme_default .sc_services_iconed.color_style_dark .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed.color_style_dark .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#1e1e1e}.scheme_default .sc_services.slider_container .swiper-pagination-bullet{border-color:#1e1e1e}.scheme_default .sc_services_list .sc_services_item_featured_left .sc_services_item_number,.scheme_default .sc_services_list .sc_services_item_featured_right .sc_services_item_number{color:#1e1e1e}.scheme_default .sc_services_hover .sc_services_item_icon,.scheme_default .sc_services_hover .sc_services_item_title a:hover,.scheme_default .sc_services_hover .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_hover.color_style_link2 .sc_services_item_icon,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item_title a:hover,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_hover.color_style_link3 .sc_services_item_icon,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item_title a:hover,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item_subtitle a:hover{color:#00bcb5}.scheme_default .sc_services_hover [class*="column-"]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_default .sc_services_hover .slider-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image{background-color:#ebeff3}.scheme_default .sc_services_hover [class*="column-"]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_default .sc_services_hover .slider-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image{background-color:#ffffff}.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number{color:#333333}.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a{color:#1e1e1e}.scheme_default .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#00bcb5}.scheme_default .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#1c5ca0}.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text{color:#333333}.scheme_default .sc_services_chess .sc_services_item{color:#333333;	background-color:#ffffff}.scheme_default .sc_services_chess .sc_services_item_title,.scheme_default .sc_services_chess .sc_services_item_title a{color:#1e1e1e}.scheme_default .sc_services_chess .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_chess.color_style_link2 .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_chess.color_style_link3 .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_chess .sc_services_item:hover{color:#afafaf;	background-color:#eff2f3}.scheme_default .sc_services_chess .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_chess .sc_services_item:hover .sc_services_item_title a{color:#1e1e1e}.scheme_default .sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_tabs_simple .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_tabs_simple.color_style_dark .sc_services_item_icon{color:#1e1e1e}.scheme_default .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_subtitle,.scheme_default .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_default .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_subtitle{color:#1c5ca0}.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_subtitle{color:#1c5ca0}.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_subtitle{color:#1c5ca0}.scheme_default .sc_services_tabs .sc_services_item_content{color:#333333;	background-color:#ffffff}.scheme_default .sc_services_tabs .sc_services_item_title a{color:#1e1e1e}.scheme_default .sc_services_tabs .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link2 .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link3 .sc_services_item_title a:hover{color:#00bcb5}.scheme_default .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item .sc_services_item_icon{color:#00bcb5}.scheme_default .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number{color:#333333}.scheme_default .sc_services_tabs .sc_services_tabs_list_item{background-color:#ffffff}.scheme_default .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2){background-color:#ebeff3}.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover,.scheme_default .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover{background-color:#c9e77a}.scheme_default .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title{color:#1e1e1e}.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_title{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_title{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_title{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_title{color:#1e1e1e}.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#1c5ca0}.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#1e1e1e}.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_number{color:#333333}.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active{background-color:#1e1e1e !important}.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{color:#eff2f3}.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#00bcb5}.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#1e1e1e}.scheme_default .sc_skills_counter .sc_skills_icon{color:#1e1e1e}.scheme_default .sc_skills .sc_skills_total{color:#1e1e1e}.scheme_default .sc_skills.color_style_link2 .sc_skills_total{color:#00bcb5}.scheme_default .sc_skills.color_style_link3 .sc_skills_total{color:#00bcb5}.scheme_default .sc_skills.color_style_dark .sc_skills_total{color:#1e1e1e}.scheme_default .sc_skills .sc_skills_item_title,.scheme_default .sc_skills .sc_skills_legend_title,.scheme_default .sc_skills .sc_skills_legend_value{color:#1e1e1e}.scheme_default .sc_skills_counter .sc_skills_column + .sc_skills_column:before{background-color:#ced5d8}.scheme_default .socials_wrap .social_item .social_icon{background-color:#ffffff}.scheme_default .socials_wrap .social_item .social_icon,.scheme_default .socials_wrap .social_item .social_icon i{color:#1e1e1e}.scheme_default .socials_wrap .social_item:hover .social_icon{background-color:#ebeff3}.scheme_default .extra_footer_single .socials_wrap .social_item:hover .social_icon{background-color:#ebeff3}.scheme_default .socials_wrap .social_item:hover .social_icon,.scheme_default .socials_wrap .social_item:hover .social_icon i{color:#00bcb5}.scheme_default .sidebar_inner .socials_wrap .social_item .social_icon{background-color:#ebeff3}.scheme_default .sidebar_inner .socials_wrap .social_item:hover .social_icon,.scheme_default .sidebar_inner .socials_wrap .social_item:hover .social_icon i{color:#d19bfb}.scheme_default .sidebar_inner .socials_wrap .social_item:hover .social_icon{background-color:#1c5ca0}.scheme_default.sidebar .socials_wrap .social_item .social_icon,.scheme_default.footer_wrap .socials_wrap .social_item .social_icon{color:#d19bfb;	background-color:#00bcb5}.scheme_default.sidebar .socials_wrap .social_item:hover .social_icon,.scheme_default.footer_wrap .socials_wrap .social_item:hover .social_icon{color:#1e1e1e;	background-color:#1c5ca0}.scheme_default.sidebar .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_default.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{color:#1e1e1e;	background-color:transparent}.scheme_default.sidebar .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_default.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{color:#00bcb5;	background-color:transparent}.scheme_default .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item{color:#1e1e1e}.scheme_default .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover{color:#1c5ca0}.scheme_default .socials_share.socials_type_drop .social_item>.social_icon>i{color:#1e1e1e}.scheme_default .socials_share.socials_type_drop .social_item:hover>.social_icon>i{color:#1e1e1e}.scheme_default .sc_supertitle_no_icon{background-color:#00bcb5}.scheme_default .sc_testimonials_item_content{color:#1e1e1e}.scheme_default .sc_testimonials_item_content:before,.scheme_default .sc_testimonials_item_author_title{color:#00bcb5}.scheme_default .color_style_link2 .sc_testimonials_item_content:before,.scheme_default .color_style_link2 .sc_testimonials_item_author_title{color:#00bcb5}.scheme_default .color_style_link3 .sc_testimonials_item_content:before,.scheme_default .color_style_link3 .sc_testimonials_item_author_title{color:#00bcb5}.scheme_default .color_style_dark .sc_testimonials_item_content:before,.scheme_default .color_style_dark .sc_testimonials_item_author_title{color:#1e1e1e}.scheme_default .sc_testimonials_item_author_subtitle{color:#1e1e1e}.scheme_default .sc_testimonials_simple .sc_testimonials_item_author_data:before{background-color:#1e1e1e}.scheme_default .sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data{border-color:#1e1e1e}.scheme_default .sc_team_default .sc_team_item{color:#333333;	background-color:#ffffff}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_title a:hover{color:#00bcb5}.scheme_default .sc_team.color_style_link2 .sc_team_item_thumb .sc_team_item_title a:hover{color:#00bcb5}.scheme_default .sc_team.color_style_link3 .sc_team_item_thumb .sc_team_item_title a:hover{color:#00bcb5}.scheme_default .sc_team_default .sc_team_item_subtitle{color:#00bcb5}.scheme_default .sc_team_default.color_style_link2 .sc_team_item_subtitle{color:#00bcb5}.scheme_default .sc_team_default.color_style_link3 .sc_team_item_subtitle{color:#00bcb5}.scheme_default .sc_team_default.color_style_dark .sc_team_item_subtitle{color:#1e1e1e}.scheme_default .sc_team_default .sc_team_item_socials .social_item .social_icon,.scheme_default .team_member_page .team_member_socials .social_item .social_icon{color:#1e1e1e;	background-color:transparent}.scheme_default .sc_team_default.color_style_link2 .sc_team_item_socials .social_item .social_icon{background-color:#00bcb5}.scheme_default .sc_team_default.color_style_link3 .sc_team_item_socials .social_item .social_icon{background-color:#00bcb5}.scheme_default .sc_team_default.color_style_dark .sc_team_item_socials .social_item .social_icon{background-color:#1e1e1e}.scheme_default .sc_team_default .sc_team_item_socials .social_item:hover .social_icon,.scheme_default .team_member_page .team_member_socials .social_item:hover .social_icon{color:rgba(30,30,30,0.5)}.scheme_default .sc_team_default.color_style_link2 .sc_team_item_socials .social_item:hover .social_icon{background-color:#1c5ca0}.scheme_default .sc_team_default.color_style_link3 .sc_team_item_socials .social_item:hover .social_icon{background-color:#1c5ca0}.scheme_default .sc_team_default.color_style_dark .sc_team_item_socials .social_item:hover .social_icon{background-color:#00bcb5}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon{color:#1d1d1d}.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon{color:rgba(29,29,29,0.5)}.scheme_default .team_member_page .team_member_featured .team_member_avatar{border-color:#ced5d8}.scheme_default .sc_team.sc_team_short .sc_team_item .sc_team_item_info{background-color:#ffffff}.scheme_default .sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_title a{color:#1e1e1e}.scheme_default .sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_title a:hover{color:#1c5ca0}.scheme_default .sc_team_short.color_style_link2 .sc_team_item_thumb{border-color:#00bcb5}.scheme_default .sc_team_short.color_style_link3 .sc_team_item_thumb{border-color:#00bcb5}.scheme_default .sc_team_short.color_style_dark .sc_team_item_thumb{border-color:#1e1e1e}.scheme_default .sc_team.slider_container .swiper-pagination-bullet{border-color:#1e1e1e}.scheme_default .team_member_page .team_member_header .team_member_description{background-color:#ffffff}.scheme_default .team_member_page .team_member_header .team_member_description .team_member_details_label,.scheme_default .team_member_page .team_member_header .team_member_description .team_member_details_address,.scheme_default .team_member_page .team_member_header .team_member_description .team_member_details_phone{color:#1e1e1e}.scheme_default .sport_page_list{border-color:#ced5d8}.scheme_default .sport_page_list li+li{border-color:#ced5d8}.scheme_default .sport_page_list li:nth-child(2n+1){background-color:#ffffff;	color:#333333}.scheme_default .trx_addons_scroll_to_top,.scheme_default .trx_addons_cv .trx_addons_scroll_to_top{color:#1e1e1e;	border-color:#ffffff;	background-color:#ffffff}.scheme_default .trx_addons_scroll_to_top:hover,.scheme_default .trx_addons_cv .trx_addons_scroll_to_top:hover{color:#1e1e1e;	border-color:#00bcb5;	background-color:#00bcb5}.scheme_default .scroll_progress_wrap .scroll_progress_status{background-color:#00bcb5}.scheme_default .sc_layouts_popup,.scheme_default.sc_layouts_popup,.scheme_default .sc_layouts_panel,.scheme_default.sc_layouts_panel,.scheme_default .trx_addons_popup,.scheme_default.trx_addons_popup{background-color:#ffffff;	border-color:#e1e1e1;	color:#333333}.scheme_default .trx_addons_popup button.mfp-close{background-color:#ebeff3;	border-color:#c9e77a;	color:#333333}.scheme_default .trx_addons_popup button.mfp-close:hover{background-color:#1e1e1e;	color:#ffffff}.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title{background-color:#ebeff3;	border-color:#c9e77a}.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active{background-color:#ffffff;	border-bottom-color:transparent}.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a>i{color:#333333}.scheme_default .trx_addons_popup li.trx_addons_tabs_title a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover>i{color:#00bcb5}.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover>i{color:#333333}.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a>i,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover>i{color:#1e1e1e}.scheme_default .trx_addons_profiler{background-color:#ffffff;	border-color:#c9e77a}.scheme_default .trx_addons_profiler_title{color:#1e1e1e}.scheme_default .trx_addons_profiler table td,.scheme_default .trx_addons_profiler table th{border-color:#e1e1e1}.scheme_default .trx_addons_profiler table td{color:#333333}.scheme_default .trx_addons_profiler table th{background-color:#ebeff3;	color:#1e1e1e}.scheme_default .sc_edd_add_to_cart_default,.scheme_default .sc_edd_details{background-color:#ffffff;	border-color:#c9e77a;	color:#333333}.scheme_default .sc_edd_add_to_cart_default a,.scheme_default .sc_edd_details a{color:#00bcb5}.scheme_default .sc_edd_add_to_cart_default a:hover,.scheme_default .sc_edd_details a:hover{color:#1c5ca0}.scheme_default .edd_price_options ul>li>label>input[type="checkbox"] + span:before{border-color:#e1e1e1}.scheme_default .single-download .edd_download_purchase_form .trx_addons_edd_purchase_subtotal{border-color:#e1e1e1}.scheme_default .trx_addons_cv,.scheme_default .trx_addons_cv_body_wrap{color:#333333;	background-color:#ffffff}.scheme_default .trx_addons_cv a{color:#00bcb5}.scheme_default .trx_addons_cv a:hover{color:#1c5ca0}.scheme_default .trx_addons_cv_header{background-color:#eff2f3}.scheme_default .trx_addons_cv_header_image img{border-color:#1e1e1e}.scheme_default .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_header .trx_addons_cv_header_text{color:#1e1e1e}.scheme_default .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>.social_icon{color:rgba(30,30,30,0.7)}.scheme_default .trx_addons_cv_header .trx_addons_cv_header_socials .social_item:hover>.social_icon{color:#1e1e1e}.scheme_default .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_header_text,.scheme_default .trx_addons_cv_header_socials .social_item>.social_icon{text-shadow:1px 1px 6px #eff2f3}.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_text,.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item>.social_icon{color:#eff2f3; text-shadow:1px 1px 3px #1e1e1e}.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item:hover>.social_icon{color:#1c5ca0}.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{color:#333333;	background-color:#ffffff;	border-color:#eff2f3}.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{color:#1e1e1e;	border-color:#ffffff}.scheme_default .trx_addons_cv .trx_addons_cv_section_title,.scheme_default .trx_addons_cv .trx_addons_cv_section_title a{color:#1e1e1e}.scheme_default .trx_addons_cv_section_title.ui-state-active{border-color:#1e1e1e}.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{color:#333333}.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{color:#1e1e1e}.scheme_default .trx_addons_cv_section .trx_addons_pagination>*{color:#333333}.scheme_default .trx_addons_cv_section .trx_addons_pagination>a:hover{color:#1e1e1e}.scheme_default .trx_addons_pagination>span.active{color:#1e1e1e;	border-color:#1e1e1e}.scheme_default .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{color:#333333}.scheme_default .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{color:#1e1e1e}.scheme_default .trx_addons_cv_single .trx_addons_cv_single_title{color:#1e1e1e}.scheme_default .trx_addons_cv_single .trx_addons_cv_single_subtitle{color:#333333}.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{border-color:#e1e1e1}.scheme_default .trx_addons_cv_resume_item_meta{color:#1e1e1e}.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{color:#1e1e1e}.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a:hover{color:#00bcb5}.scheme_default .trx_addons_cv_resume_item_subtitle{color:#333333}.scheme_default .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{color:#1e1e1e}.scheme_default .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{border-color:#1e1e1e}.scheme_default .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{color:#333333}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{color:#1e1e1e}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{color:#1c5ca0}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{border-color:#1c5ca0}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{border-top-color:#1e1e1e}.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{color:#1e1e1e}.scheme_default .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_default .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{color:#1e1e1e}.scheme_default .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_default .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{color:#1e1e1e}.scheme_default .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_default .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{color:#1e1e1e}.scheme_default .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{color:#1e1e1e}.scheme_default .trx_addons_cv .trx_addons_contact_form_field_title{color:#1e1e1e}.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field textarea{border-color:#e1e1e1;	color:#333333}.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{background-color:#ebeff3;	color:#1e1e1e}.scheme_default .trx_addons_contact_form_field button{background-color:#1e1e1e;	border-color:#1e1e1e;	color:#eff2f3}.scheme_default .trx_addons_contact_form_field button:hover{color:#1e1e1e}.scheme_default .trx_addons_contact_form_info_icon{color:#333333}.scheme_default .trx_addons_contact_form_info_area{color:#1e1e1e}.scheme_default .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{color:#1e1e1e !important}.scheme_default .trx_addons_cv_about_page .trx_addons_cv_single_title{color:#1e1e1e}.scheme_default .trx_addons_attrib_item.trx_addons_attrib_button,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_image,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_color{border-color:#e1e1e1;	background-color:#ffffff}.scheme_default .trx_addons_attrib_item.trx_addons_attrib_button:hover,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_image:hover,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_color:hover{border-color:#c9e77a;	background-color:#ebeff3}.scheme_default .trx_addons_attrib_item.trx_addons_attrib_selected{border-color:#00bcb5 !important;	background-color:#ebeff3}.scheme_default .trx_addons_attrib_item.trx_addons_attrib_disabled span:before,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_disabled span:after{background-color:#1c5ca0}.scheme_default .trx_addons_range_slider_label_min{color:#333333}.scheme_default .trx_addons_range_slider_label_max{color:#333333}.scheme_default div.ui-slider{background-color:#ffffff;	border-color:#e1e1e1}.scheme_default div.ui-slider .ui-slider-handle{border-color:#c9e77a;	background-color:#ebeff3}.scheme_default div.ui-slider .ui-slider-range{background-color:#ebeff3}.scheme_default .elementor-shape .elementor-shape-fill{fill:#eff2f3}.scheme_default .elementor-divider-separator{border-color:#ced5d8}.scheme_default.editor-block-list__layout{color:#333333;	background-color:transparent}.scheme_default.editor-block-list__layout p{color:#333333}.scheme_default .sc_button_hover_slide_left{background:linear-gradient(to right,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_slide_right{background:linear-gradient(to left,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll left bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_slide_top{background:linear-gradient(to bottom,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_slide_bottom{background:linear-gradient(to top,#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right top / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_left{background:linear-gradient(to right,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_right{background:linear-gradient(to left,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll left bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_bottom{background:linear-gradient(to top,#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right top / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_left{background:linear-gradient(to right,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_right{background:linear-gradient(to left,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll left bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_bottom{background:linear-gradient(to top,#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right top / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_left{background:linear-gradient(to right,	#00bcb5 50%,#1e1e1e 50%) no-repeat scroll right bottom / 210% 100% #1e1e1e !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_right{background:linear-gradient(to left,	#00bcb5 50%,#1e1e1e 50%) no-repeat scroll left bottom / 210% 100% #1e1e1e !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#00bcb5 50%,#1e1e1e 50%) no-repeat scroll right bottom / 100% 210% #1e1e1e !important}.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_bottom{background:linear-gradient(to top,#00bcb5 50%,#1e1e1e 50%) no-repeat scroll right top / 100% 210% #1e1e1e !important}.scheme_default .sc_button_hover_style_light.sc_button_hover_slide_left{background:linear-gradient(to right,	#00bcb5 50%,#1e1e1e 50%) no-repeat scroll right bottom / 210% 100% #1e1e1e !important}.scheme_default .sc_button_hover_style_light.sc_button_hover_slide_right{background:linear-gradient(to left,	#00bcb5 50%,#1e1e1e 50%) no-repeat scroll left bottom / 210% 100% #1e1e1e !important}.scheme_default .sc_button_hover_style_light.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#00bcb5 50%,#1e1e1e 50%) no-repeat scroll right bottom / 100% 210% #1e1e1e !important}.scheme_default .sc_button_hover_style_light.sc_button_hover_slide_bottom{background:linear-gradient(to top,#00bcb5 50%,#1e1e1e 50%) no-repeat scroll right top / 100% 210% #1e1e1e !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_left{background:linear-gradient(to right,	#d19bfb 50%,#00bcb5 50%) no-repeat scroll right bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_right{background:linear-gradient(to left,	#d19bfb 50%,#00bcb5 50%) no-repeat scroll left bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#d19bfb 50%,#00bcb5 50%) no-repeat scroll right bottom / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{background:linear-gradient(to top,#d19bfb 50%,#00bcb5 50%) no-repeat scroll right top / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_left{background:linear-gradient(to right,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_right{background:linear-gradient(to left,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll left bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right bottom / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_bottom{background:linear-gradient(to top,#1c5ca0 50%,#00bcb5 50%) no-repeat scroll right top / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left{background:linear-gradient(to right,	#1e1e1e 50%,#00bcb5 50%) no-repeat scroll right bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right{background:linear-gradient(to left,	#1e1e1e 50%,#00bcb5 50%) no-repeat scroll left bottom / 210% 100% #00bcb5 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#1e1e1e 50%,#00bcb5 50%) no-repeat scroll right bottom / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom{background:linear-gradient(to top,#1e1e1e 50%,#00bcb5 50%) no-repeat scroll right top / 100% 210% #00bcb5 !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_left{background:linear-gradient(to right,	#00bcb5 50%,#e1e1e1 50%) no-repeat scroll right bottom / 210% 100% #e1e1e1 !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_right{background:linear-gradient(to left,	#00bcb5 50%,#e1e1e1 50%) no-repeat scroll left bottom / 210% 100% #e1e1e1 !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#00bcb5 50%,#e1e1e1 50%) no-repeat scroll right bottom / 100% 210% #e1e1e1 !important}.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{background:linear-gradient(to top,#00bcb5 50%,#e1e1e1 50%) no-repeat scroll right top / 100% 210% #e1e1e1 !important}.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_left{background:linear-gradient(to right,	#00bcb5 50%,#eff2f3 50%) no-repeat scroll right bottom / 210% 100% #eff2f3 !important}.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_right{background:linear-gradient(to left,	#00bcb5 50%,#eff2f3 50%) no-repeat scroll left bottom / 210% 100% #eff2f3 !important}.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#00bcb5 50%,#eff2f3 50%) no-repeat scroll right bottom / 100% 210% #eff2f3 !important}.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_bottom{background:linear-gradient(to top,#00bcb5 50%,#eff2f3 50%) no-repeat scroll right top / 100% 210% #eff2f3 !important}.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover{color:#eff2f3 !important}.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover{color:#d19bfb !important}.scheme_default .sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_slide_left.active,.scheme_default .ui-state-active .sc_button_hover_slide_left,.scheme_default .vc_active .sc_button_hover_slide_left,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_default li.active .sc_button_hover_slide_left{background-position:left bottom !important; color:#eff2f3 !important}.scheme_default .sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_slide_right.active,.scheme_default .ui-state-active .sc_button_hover_slide_right,.scheme_default .vc_active .sc_button_hover_slide_right,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_default li.active .sc_button_hover_slide_right{background-position:right bottom !important; color:#eff2f3 !important}.scheme_default .sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_slide_top.active,.scheme_default .ui-state-active .sc_button_hover_slide_top,.scheme_default .vc_active .sc_button_hover_slide_top,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_default li.active .sc_button_hover_slide_top{background-position:right top !important; color:#eff2f3 !important}.scheme_default .sc_button_hover_slide_bottom:hover,.scheme_default .sc_button_hover_slide_bottom.active,.scheme_default .ui-state-active .sc_button_hover_slide_bottom,.scheme_default .vc_active .sc_button_hover_slide_bottom,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_default li.active .sc_button_hover_slide_bottom{background-position:right bottom !important; color:#eff2f3 !important}.scheme_default .post_featured.hover_dots .icons span{background-color:#00bcb5}.scheme_default .post_featured.hover_dots .post_info{color:#eff2f3}.scheme_default .post_featured.hover_icon .icons a{color:#eff2f3}.scheme_default .post_featured.hover_icon a:hover{color:#00bcb5}.scheme_default .post_featured.hover_icons .icons a{color:#1e1e1e;	background-color:rgba(239,242,243,0.7)}.scheme_default .post_featured.hover_icons a:hover{color:#00bcb5;	background-color:#eff2f3}.scheme_default .post_featured.hover_fade .post_info,.scheme_default .post_featured.hover_fade .post_info a,.scheme_default .post_featured.hover_fade .post_info .post_meta_item{color:#d19bfb}.scheme_default .post_featured.hover_fade .post_info a:hover{color:#00bcb5}.scheme_default .post_featured.hover_slide .post_info,.scheme_default .post_featured.hover_slide .post_info a,.scheme_default .post_featured.hover_slide .post_info .post_meta_item{color:#d19bfb}.scheme_default .post_featured.hover_slide .post_info a:hover{color:#00bcb5}.scheme_default .post_featured.hover_slide .post_info .post_title:after{background-color:#d19bfb}.scheme_default .post_featured.hover_pull{background-color:#eff2f3}.scheme_default .post_featured.hover_pull .post_info,.scheme_default .post_featured.hover_pull .post_info a,.scheme_default .post_featured.hover_pull .post_info a:before{color:#1e1e1e}.scheme_default .post_featured.hover_pull .post_info a:hover,.scheme_default .post_featured.hover_pull .post_info a:hover:before{color:#00bcb5}.scheme_default .post_featured.hover_border .post_info,.scheme_default .post_featured.hover_border .post_info a,.scheme_default .post_featured.hover_border .post_info .post_meta_item{color:#d19bfb}.scheme_default .post_featured.hover_border .post_info a:hover{color:#00bcb5}.scheme_default .post_featured.hover_border .post_info:before,.scheme_default .post_featured.hover_border .post_info:after{border-color:#d19bfb}.scheme_default .post_featured.hover_shop .icons a{color:#d19bfb;	border-color:#00bcb5 !important;	background-color:transparent}.scheme_default .post_featured.hover_shop .icons a:hover{color:#1e1e1e;	border-color:#00bcb5 !important;	background-color:#00bcb5}.scheme_default .products.related .post_featured.hover_shop .icons a{color:#d19bfb;	border-color:#00bcb5 !important;	background-color:#00bcb5}.scheme_default .products.related .post_featured.hover_shop .icons a:hover{color:#1e1e1e;	border-color:#1c5ca0 !important;	background-color:#1c5ca0}.scheme_default .post_featured.hover_shop_buttons .icons .shop_link{color:#eff2f3;	background-color:#1e1e1e}.scheme_default .post_featured.hover_shop_buttons .icons a:hover{color:#1e1e1e;	background-color:#1c5ca0}/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
button:not(.components-button),input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.post_item .more-link,.gallery_preview_show .post_readmore,input[type="text"],input[type="number"],input[type="email"],input[type="url"],input[type="tel"],input[type="password"],input[type="search"],select,.select_container,textarea,.widget_search .search-field,.widget_display_search #bbp_search,#bbpress-forums #bbp-search-form #bbp_search,.comments_wrap .comments_field input,.comments_wrap .comments_field textarea,.select2-container.select2-container--default span.select2-choice,.select2-container.select2-container--default span.select2-selection,.widget_area .post_item .post_thumb img,aside .post_item .post_thumb img,.sidebar .sidebar_control,.sidebar .sidebar_control:after,.sc_edd_details .downloads_page_tags .downloads_page_data>a,.widget_product_tag_cloud a,.wp-block-tag-cloud a,.widget_tag_cloud a{-webkit-border-radius:0px; -ms-border-radius:0px; border-radius:0px}.select_container:before{-webkit-border-radius:0 0px 0px 0; -ms-border-radius:0 0px 0px 0; border-radius:0 0px 0px 0}textarea.wp-editor-area{-webkit-border-radius:0 0 0px 0px; -ms-border-radius:0 0 0px 0px; border-radius:0 0 0px 0px}.widget li a>img,.widget li span>img{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.body_style_boxed .page_wrap{width:1390px}.content_wrap,.content_container{width:1270px}body.body_style_wide:not(.expand_content) [class*="content_wrap"]>.content,body.body_style_boxed:not(.expand_content) [class*="content_wrap"]>.content{width:800px}[class*="content_wrap"]>.sidebar{width:390px}.body_style_fullwide.sidebar_right [class*="content_wrap"]>.content,.body_style_fullscreen.sidebar_right [class*="content_wrap"]>.content{padding-right:470px}.body_style_fullwide.sidebar_right [class*="content_wrap"]>.sidebar,.body_style_fullscreen.sidebar_right [class*="content_wrap"]>.sidebar{margin-left:-390px}.body_style_fullwide.sidebar_left [class*="content_wrap"]>.content,.body_style_fullscreen.sidebar_left [class*="content_wrap"]>.content{padding-left:470px}.body_style_fullwide.sidebar_left [class*="content_wrap"]>.sidebar,.body_style_fullscreen.sidebar_left [class*="content_wrap"]>.sidebar{margin-right:-390px}.trx_addons_hover_content .trx_addons_hover_link,.trx_addons_hover_content .trx_addons_hover_links a,.properties_search_form .properties_search_basic,.cars_search_form .cars_search_basic,.sc_promo_modern .sc_promo_link2,.sc_slider_controls .slider_controls_wrap>a,.sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap,.sc_slider_controls .slider_progress_bar,.slider_container.slider_controls_side .slider_controls_wrap>a,.slider_outer_controls_side .slider_controls_wrap>a,.slider_outer_controls_outside .slider_controls_wrap>a,.slider_outer_controls_top .slider_controls_wrap>a,.slider_outer_controls_bottom .slider_controls_wrap>a{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.sc_button,.sc_form button,.sc_matches_item_pair .sc_matches_item_player .post_featured>img{-webkit-border-radius:0px; -ms-border-radius:0px; border-radius:0px}.trx_addons_scroll_to_top,.socials_wrap .social_item .social_icon,.sc_matches_other .sc_matches_item_logo1 img,.sc_matches_other .sc_matches_item_logo2 img,.sc_points_table .sc_points_table_logo img{-webkit-border-radius:0; -ms-border-radius:0; border-radius:0}.sc_content_width_1_1{width:1270px}.sc_content_width_1_2{width:635px}.sc_content_width_1_3{width:423.33333333333px}.sc_content_width_2_3{width:846.66666666667px}.sc_content_width_1_4{width:317.5px}.sc_content_width_3_4{width:952.5px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow{width:1280px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-narrow{width:810px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default{width:1290px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-default{width:820px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended{width:1300px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-extended{width:830px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide{width:1310px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wide{width:840px}.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider,.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider{width:1330px}.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider,.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section)>.elementor-container.elementor-column-gap-wider{width:860px}.scheme_dark body,.scheme_dark .body_style_boxed .page_wrap{background-color:#1e1e1e}.scheme_dark{color:#909698}.scheme_dark .footer_wrap .copyright_text{color:#ffffff}.scheme_dark .footer_wrap .copyright_text a{color:#ffffff}.scheme_dark .footer_wrap .copyright_text a:hover{color:#d19bfb}.scheme_dark h1,.scheme_dark h2,.scheme_dark h3,.scheme_dark h4,.scheme_dark h5,.scheme_dark h6,.scheme_dark h1 a,.scheme_dark h2 a,.scheme_dark h3 a,.scheme_dark h4 a,.scheme_dark h5 a,.scheme_dark h6 a,.scheme_dark li a,.scheme_dark a em,.scheme_dark a b,.scheme_dark [class*="color_style_"] h1 a,.scheme_dark [class*="color_style_"] h2 a,.scheme_dark [class*="color_style_"] h3 a,.scheme_dark [class*="color_style_"] h4 a,.scheme_dark [class*="color_style_"] h5 a,.scheme_dark [class*="color_style_"] h6 a,.scheme_dark [class*="color_style_"] li a{color:#ffffff}.scheme_dark a:hover em,.scheme_dark a:hover b,.scheme_dark h1 a:hover,.scheme_dark h2 a:hover,.scheme_dark h3 a:hover,.scheme_dark h4 a:hover,.scheme_dark h5 a:hover,.scheme_dark h6 a:hover,.scheme_dark li a:hover{color:#d19bfb}.scheme_dark .color_style_link2 h1 a:hover,.scheme_dark .color_style_link2 h2 a:hover,.scheme_dark .color_style_link2 h3 a:hover,.scheme_dark .color_style_link2 h4 a:hover,.scheme_dark .color_style_link2 h5 a:hover,.scheme_dark .color_style_link2 h6 a:hover,.scheme_dark .color_style_link2 li a:hover{color:#c9e77a}.scheme_dark .color_style_link3 h1 a:hover,.scheme_dark .color_style_link3 h2 a:hover,.scheme_dark .color_style_link3 h3 a:hover,.scheme_dark .color_style_link3 h4 a:hover,.scheme_dark .color_style_link3 h5 a:hover,.scheme_dark .color_style_link3 h6 a:hover,.scheme_dark .color_style_link3 li a:hover{color:#d19bfb}.scheme_dark .color_style_dark h1 a:hover,.scheme_dark .color_style_dark h2 a:hover,.scheme_dark .color_style_dark h3 a:hover,.scheme_dark .color_style_dark h4 a:hover,.scheme_dark .color_style_dark h5 a:hover,.scheme_dark .color_style_dark h6 a:hover,.scheme_dark .color_style_dark li a:hover{color:#c9e77a}.scheme_dark dt,.scheme_dark b,.scheme_dark strong,.scheme_dark em,.scheme_dark mark,.scheme_dark ins{color:#ffffff}.scheme_dark s,.scheme_dark strike,.scheme_dark del{color:#ffffff}.scheme_dark code{color:#909698;	background-color:#28272e;	border-color:#0e0d12}.scheme_dark code a{color:#a275c5}.scheme_dark code a:hover{color:#d19bfb}.scheme_dark a{color:#c9e77a}.scheme_dark a:hover{color:#d19bfb}.scheme_dark .color_style_link2 a{color:#c9e77a}.scheme_dark .color_style_link2 a:hover{color:#d19bfb}.scheme_dark .color_style_link3 a{color:#d19bfb}.scheme_dark .color_style_link3 a:hover{color:#a275c5}.scheme_dark .color_style_dark a{color:#ffffff}.scheme_dark .color_style_dark a:hover{color:#c9e77a}.scheme_dark blockquote{color:#1e1e1e;	background-color:#f3f5f7}.scheme_dark blockquote:before{color:rgba(29,29,29,0.1)}.scheme_dark blockquote a{color:#a275c5}.scheme_dark blockquote a:hover{color:#c9e77a}.scheme_dark blockquote dt,.scheme_dark blockquote b,.scheme_dark blockquote strong,.scheme_dark blockquote i,.scheme_dark blockquote em,.scheme_dark blockquote mark,.scheme_dark blockquote ins{color:#1e1e1e}.scheme_dark blockquote s,.scheme_dark blockquote strike,.scheme_dark blockquote del{color:#b7b7b7}.scheme_dark blockquote code{color:#1e1e1e;	background-color:#f3f5f7;	border-color:#4a4a4a}.scheme_dark table td,.scheme_dark table th + td,.scheme_dark table td + td{color:#1e1e1e;	border-color:#1e1e1e}.scheme_dark table th{color:#ffffff;	background-color:#4a4a4a}.scheme_dark table th b,.scheme_dark table th strong{color:#1e1e1e}.scheme_dark table>tbody>tr:nth-child(2n+1)>td{background-color:#28272e;	color:#909698}.scheme_dark table>tbody>tr:nth-child(2n)>td{background-color:#28272e;	color:#909698}.scheme_dark .footer_wrap table>tbody>tr:nth-child(2n+1)>td{background-color:#28272e;	color:#909698}.scheme_dark .footer_wrap table>tbody>tr:nth-child(2n)>td{background-color:#28272e;	color:#909698}.scheme_dark table th a:hover{color:#1e1e1e}.scheme_dark hr{border-color:#3f3e41}.scheme_dark figure figcaption,.scheme_dark .wp-caption .wp-caption-text,.scheme_dark .wp-caption .wp-caption-dd,.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-dd{color:#1d1d1d;	background-color:rgba(201,231,122,0.7)}.scheme_dark ul>li:before{color:#ffffff}.scheme_dark .widget_search form:after,.scheme_dark .widget_display_search form:after,.scheme_dark #bbpress-forums #bbp-search-form:after{color:#1e1e1e}.scheme_dark .widget_search form:hover:after,.scheme_dark .widget_display_search form:hover:after,.scheme_dark #bbpress-forums #bbp-search-form:hover:after{color:#1e1e1e}.scheme_dark .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:#3f3e41}.scheme_dark fieldset{border-color:#3f3e41}.scheme_dark fieldset legend{color:#ffffff;	background-color:#1e1e1e}.scheme_dark input[type="text"],.scheme_dark input[type="number"],.scheme_dark input[type="email"],.scheme_dark input[type="url"],.scheme_dark input[type="tel"],.scheme_dark input[type="search"],.scheme_dark input[type="password"],.scheme_dark .select_container,.scheme_dark .select2-container.select2-container--default span.select2-choice,.scheme_dark .select2-container.select2-container--default span.select2-selection,.scheme_dark .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,.scheme_dark .select2-container.select2-container--default .select2-selection--multiple,.scheme_dark textarea,.scheme_dark textarea.wp-editor-area,.scheme_dark .tourmaster-form-field input[type="text"],.scheme_dark .tourmaster-form-field input[type="email"],.scheme_dark .tourmaster-form-field input[type="password"],.scheme_dark .tourmaster-form-field textarea,.scheme_dark .tourmaster-form-field select,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="text"],.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="email"],.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="password"],.scheme_dark .tourmaster-form-field.tourmaster-with-border textarea,.scheme_dark .tourmaster-form-field.tourmaster-with-border select,.scheme_dark #buddypress .dir-search input[type="search"],.scheme_dark #buddypress .dir-search input[type="text"],.scheme_dark #buddypress .groups-members-search input[type="search"],.scheme_dark #buddypress .groups-members-search input[type="text"],.scheme_dark #buddypress .standard-form input[type="color"],.scheme_dark #buddypress .standard-form input[type="date"],.scheme_dark #buddypress .standard-form input[type="datetime-local"],.scheme_dark #buddypress .standard-form input[type="datetime"],.scheme_dark #buddypress .standard-form input[type="email"],.scheme_dark #buddypress .standard-form input[type="month"],.scheme_dark #buddypress .standard-form input[type="number"],.scheme_dark #buddypress .standard-form input[type="password"],.scheme_dark #buddypress .standard-form input[type="range"],.scheme_dark #buddypress .standard-form input[type="search"],.scheme_dark #buddypress .standard-form input[type="tel"],.scheme_dark #buddypress .standard-form input[type="text"],.scheme_dark #buddypress .standard-form input[type="time"],.scheme_dark #buddypress .standard-form input[type="url"],.scheme_dark #buddypress .standard-form input[type="week"],.scheme_dark #buddypress .standard-form select,.scheme_dark #buddypress .standard-form textarea,.scheme_dark #buddypress form#whats-new-form textarea,.scheme_dark #booked-page-form input[type="email"],.scheme_dark #booked-page-form input[type="text"],.scheme_dark #booked-page-form input[type="password"],.scheme_dark #booked-page-form textarea,.scheme_dark .booked-upload-wrap,.scheme_dark .booked-upload-wrap input,.scheme_dark .wpgdprc-checkbox label input:before,.scheme_dark input[type="radio"] + label:before,.scheme_dark .mc4wp-form input[type="checkbox"] + span:before,.scheme_dark input[type="checkbox"] + label:before,.scheme_dark input[type="radio"] + .wpcf7-list-item-label:before,.scheme_dark input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_dark .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_dark .edd_price_options ul>li>label>input[type="radio"] + span:before,.scheme_dark .edd_price_options ul>li>label>input[type="checkbox"] + span:before,.scheme_dark form.mc4wp-form input[type="email"]{color:#1e1e1e;	border-color:#eff2f3;	background-color:#eff2f3}.scheme_dark .post-password-form input[type="password"]{border-color:#eff2f3;	background-color:#eff2f3}.scheme_dark .wpgdprc-checkbox label input:before,.scheme_dark input[type="text"],.scheme_dark input[type="email"],.scheme_dark textarea,.scheme_dark form.mc4wp-form .mc4wp-form-fields input[type="email"]{color:#1e1e1e;	border-color:#eff2f3;	background-color:#eff2f3}.scheme_dark input[type="checkbox"]+ .wpcf7-list-item-label:before,.scheme_dark form.mc4wp-form input[type="checkbox"] + span:before{color:#1e1e1e;	border-color:#eff2f3 !important;	background-color:#eff2f3}.scheme_dark .def_input_color .wpgdprc-checkbox label input:before,.scheme_dark .def_input_color input[type="text"],.scheme_dark .def_input_color input[type="email"],.scheme_dark .def_input_color textarea,.scheme_dark .def_input_color form.mc4wp-form .mc4wp-form-fields input[type="email"]{color:#1e1e1e;	border-color:#ffffff;	background-color:#ffffff}.scheme_dark .def_input_color input[type="checkbox"] + .wpcf7-list-item-label:before,.scheme_dark .def_input_color form.mc4wp-form input[type="checkbox"] + span:before{color:#1e1e1e;	border-color:#ffffff !important;	background-color:#ffffff}.scheme_dark input[type="radio"] + label,.scheme_dark .mc4wp-form input[type="checkbox"] + span,.scheme_dark input[type="checkbox"] + label,.scheme_dark input[type="radio"] + .wpcf7-list-item-label,.scheme_dark input[type="checkbox"] + .wpcf7-list-item-label,.scheme_dark .edd_price_options ul>li>label>input[type="radio"] + span,.scheme_dark .edd_price_options ul>li>label>input[type="checkbox"] + span{color:#909698}.scheme_dark form.mc4wp-form input[type="checkbox"] + span a{color:rgba(29,29,29,0.5)}.scheme_dark form.mc4wp-form input[type="checkbox"] + span a:hover{color:#d19bfb}.scheme_dark div.wpcf7-validation-errors,.scheme_dark div.wpcf7-acceptance-missing{color:#ffffff}.scheme_dark .wpgdprc-checkbox label{color:#ffffff}.scheme_dark input[type="text"]:focus,.scheme_dark input[type="text"].filled,.scheme_dark input[type="number"]:focus,.scheme_dark input[type="number"].filled,.scheme_dark input[type="email"]:focus,.scheme_dark input[type="email"].filled,.scheme_dark input[type="tel"]:focus,.scheme_dark input[type="search"]:focus,.scheme_dark input[type="search"].filled,.scheme_dark input[type="password"]:focus,.scheme_dark input[type="password"].filled,.scheme_dark .select_container:hover,.scheme_dark select option:hover,.scheme_dark select option:focus,.scheme_dark .select2-container.select2-container--default span.select2-choice:hover,.scheme_dark .select2-container.select2-container--focus span.select2-choice,.scheme_dark .select2-container.select2-container--open span.select2-choice,.scheme_dark .select2-container.select2-container--focus span.select2-selection--single .select2-selection__rendered,.scheme_dark .select2-container.select2-container--open span.select2-selection--single .select2-selection__rendered,.scheme_dark .select2-container.select2-container--default span.select2-selection--single:hover .select2-selection__rendered,.scheme_dark .select2-container.select2-container--default span.select2-selection--multiple:hover,.scheme_dark .select2-container.select2-container--focus span.select2-selection--multiple,.scheme_dark .select2-container.select2-container--open span.select2-selection--multiple,.scheme_dark textarea:focus,.scheme_dark textarea.filled,.scheme_dark textarea.wp-editor-area:focus,.scheme_dark textarea.wp-editor-area.filled,.scheme_dark .tourmaster-form-field input[type="text"]:focus,.scheme_dark .tourmaster-form-field input[type="text"].filled,.scheme_dark .tourmaster-form-field input[type="email"]:focus,.scheme_dark .tourmaster-form-field input[type="email"].filled,.scheme_dark .tourmaster-form-field input[type="password"]:focus,.scheme_dark .tourmaster-form-field input[type="password"].filled,.scheme_dark .tourmaster-form-field textarea:focus,.scheme_dark .tourmaster-form-field textarea.filled,.scheme_dark .tourmaster-form-field select:focus,.scheme_dark .tourmaster-form-field select.filled,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="text"]:focus,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="text"].filled,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="email"]:focus,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="email"].filled,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="password"]:focus,.scheme_dark .tourmaster-form-field.tourmaster-with-border input[type="password"].filled,.scheme_dark .tourmaster-form-field.tourmaster-with-border textarea:focus,.scheme_dark .tourmaster-form-field.tourmaster-with-border textarea.filled,.scheme_dark .tourmaster-form-field.tourmaster-with-border select:focus,.scheme_dark .tourmaster-form-field.tourmaster-with-border select.filled,.scheme_dark #buddypress .dir-search input[type="search"]:focus,.scheme_dark #buddypress .dir-search input[type="search"].filled,.scheme_dark #buddypress .dir-search input[type="text"]:focus,.scheme_dark #buddypress .dir-search input[type="text"].filled,.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,.scheme_dark #buddypress .groups-members-search input[type="search"].filled,.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,.scheme_dark #buddypress .groups-members-search input[type="text"].filled,.scheme_dark #buddypress .standard-form input[type="color"]:focus,.scheme_dark #buddypress .standard-form input[type="color"].filled,.scheme_dark #buddypress .standard-form input[type="date"]:focus,.scheme_dark #buddypress .standard-form input[type="date"].filled,.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime-local"].filled,.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime"].filled,.scheme_dark #buddypress .standard-form input[type="email"]:focus,.scheme_dark #buddypress .standard-form input[type="email"].filled,.scheme_dark #buddypress .standard-form input[type="month"]:focus,.scheme_dark #buddypress .standard-form input[type="month"].filled,.scheme_dark #buddypress .standard-form input[type="number"]:focus,.scheme_dark #buddypress .standard-form input[type="number"].filled,.scheme_dark #buddypress .standard-form input[type="password"]:focus,.scheme_dark #buddypress .standard-form input[type="password"].filled,.scheme_dark #buddypress .standard-form input[type="range"]:focus,.scheme_dark #buddypress .standard-form input[type="range"].filled,.scheme_dark #buddypress .standard-form input[type="search"]:focus,.scheme_dark #buddypress .standard-form input[type="search"].filled,.scheme_dark #buddypress .standard-form input[type="tel"]:focus,.scheme_dark #buddypress .standard-form input[type="tel"].filled,.scheme_dark #buddypress .standard-form input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="text"].filled,.scheme_dark #buddypress .standard-form input[type="time"]:focus,.scheme_dark #buddypress .standard-form input[type="time"].filled,.scheme_dark #buddypress .standard-form input[type="url"]:focus,.scheme_dark #buddypress .standard-form input[type="url"].filled,.scheme_dark #buddypress .standard-form input[type="week"]:focus,.scheme_dark #buddypress .standard-form input[type="week"].filled,.scheme_dark #buddypress .standard-form select:focus,.scheme_dark #buddypress .standard-form select.filled,.scheme_dark #buddypress .standard-form textarea:focus,.scheme_dark #buddypress .standard-form textarea.filled,.scheme_dark #buddypress form#whats-new-form textarea:focus,.scheme_dark #buddypress form#whats-new-form textarea.filled,.scheme_dark #booked-page-form input[type="email"]:focus,.scheme_dark #booked-page-form input[type="email"].filled,.scheme_dark #booked-page-form input[type="text"]:focus,.scheme_dark #booked-page-form input[type="text"].filled,.scheme_dark #booked-page-form input[type="password"]:focus,.scheme_dark #booked-page-form input[type="password"].filled,.scheme_dark #booked-page-form textarea:focus,.scheme_dark #booked-page-form textarea.filled,.scheme_dark .booked-upload-wrap:hover,.scheme_dark .booked-upload-wrap input:focus,.scheme_dark .booked-upload-wrap input.filled,.scheme_dark .wpgdprc-checkbox label input:checked:before{border-color:#eff2f3;	background-color:#eff2f3}.scheme_dark input[type="radio"]:checked + label:before,.scheme_dark input[type="checkbox"]:checked + label:before,.scheme_dark input[type="radio"]:checked + .wpcf7-list-item-label:before,.scheme_dark input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_dark .wpcf7-list-item-label.wpcf7-list-item-right:before,.scheme_dark .edd_price_options ul>li>label>input[type="radio"]:checked + span:before,.scheme_dark .edd_price_options ul>li>label>input[type="checkbox"]:checked + span:before,.scheme_dark form.mc4wp-form input[type="email"]:focus,.scheme_dark form.mc4wp-form input[type="email"].filled{color:#1e1e1e;	border-color:#eff2f3;	background-color:#eff2f3}.scheme_dark input[type="text"]:focus,.scheme_dark input[type="email"]:focus,.scheme_dark textarea:focus,.scheme_dark form.mc4wp-form .mc4wp-form-fields input[type="email"]:focus{color:#1e1e1e;	border-color:#eff2f3;	background-color:#eff2f3}.scheme_dark input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_dark form.mc4wp-form input[type="checkbox"]:checked + label:before{color:#1e1e1e;	border-color:#eff2f3 !important;	background-color:#eff2f3}.scheme_dark .def_input_color input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_dark .def_input_color form.mc4wp-form input[type="checkbox"]:checked + label:before{color:#1e1e1e;	border-color:#eff2f3 !important;	background-color:#eff2f3}.scheme_dark .def_input_color .wpgdprc-checkbox label input:focus:before,.scheme_dark .def_input_color input[type="text"]:focus,.scheme_dark .def_input_color input[type="email"]:focus,.scheme_dark .def_input_color textarea:focus,.scheme_dark .def_input_color form.mc4wp-form .mc4wp-form-fields input[type="email"]:focus{color:#1e1e1e;	border-color:#ffffff;	background-color:#ffffff}.scheme_dark .def_input_color input[type="checkbox"]:checked + .wpcf7-list-item-label:before,.scheme_dark .def_input_color form.mc4wp-form input[type="checkbox"]:checked + label:before{color:#1e1e1e;	border-color:#ffffff !important;	background-color:#ffffff}.scheme_dark form.mc4wp-form .mc4wp-alert{color:#1e1e1e !important;	border-color:#eff2f3 !important;	background-color:#eff2f3 !important}.scheme_dark form.mc4wp-form.mc4wp-form-error .mc4wp-alert a{color:#1e1e1e !important}.scheme_dark form.mc4wp-form.mc4wp-form-error .mc4wp-alert a:hover{color:#d19bfb !important}.scheme_dark input[placeholder]::-webkit-input-placeholder,.scheme_dark textarea[placeholder]::-webkit-input-placeholder{color:#1e1e1e}.scheme_dark input[placeholder]::-moz-placeholder,.scheme_dark textarea[placeholder]::-moz-placeholder{color:#1e1e1e}.scheme_dark input[placeholder]:-ms-input-placeholder,.scheme_dark textarea[placeholder]:-ms-input-placeholder{color:#1e1e1e}.scheme_dark input[placeholder]::placeholder,.scheme_dark textarea[placeholder]::placeholder{color:#1e1e1e}.scheme_dark .select_container:before{color:#1e1e1e;	background-color:#eff2f3}.scheme_dark .select_container:hover:before,.scheme_dark .select_container:focus:before{color:#1e1e1e;	background-color:#eff2f3}.scheme_dark .select_container:after{color:#1e1e1e}.scheme_dark .select_container:focus:after,.scheme_dark .select_container:hover:after{color:#1e1e1e}.scheme_dark .select_container select{color:#1e1e1e;	border-color:#eff2f3 !important;	background:#eff2f3 !important}.scheme_dark .select_container select:hover,.scheme_dark .select_container select:focus{color:#1e1e1e;	border-color:#eff2f3 !important;	background-color:#eff2f3 !important}.scheme_dark .select2-dropdown,.scheme_dark .select2-container.select2-container--focus span.select2-selection,.scheme_dark .select2-container.select2-container--open span.select2-selection{color:#1e1e1e;	border-color:#eff2f3;	background:#eff2f3}.scheme_dark .select2-container .select2-results__option{color:#1e1e1e;	background:#eff2f3}.scheme_dark .select2-dropdown .select2-highlighted,.scheme_dark .select2-container .select2-results__option--highlighted[aria-selected]{color:#ffffff;	background:#c9e77a}.scheme_dark input[type="radio"] + label:before,.scheme_dark input[type="checkbox"] + label:before,.scheme_dark .wpcf7-list-item-label.wpcf7-list-item-right:before{border-color:#eff2f3 !important}.scheme_dark .def_input_color input[type="radio"] + label,.scheme_dark .def_input_color input[type="checkbox"] + label,.scheme_dark .def_input_color input[type="radio"] + .wpcf7-list-item-label,.scheme_dark .def_input_color input[type="checkbox"] + .wpcf7-list-item-label{color:#ffffff}.scheme_dark .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple:not(.sc_button_bg_image):after{color:#c9e77a}.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#d19bfb !important}.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image),.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):after{color:#c9e77a}.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:after,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#d19bfb}.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image),.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):after,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):after{color:#d19bfb}.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:after,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#a275c5}.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image),.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after{color:#ffffff}.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#c9e77a}.scheme_dark .sc_button_bordered:not(.sc_button_bg_image){color:#c9e77a;	border-color:#c9e77a}.scheme_dark .sc_button_bordered:not(.sc_button_bg_image):hover{color:#d19bfb !important;	border-color:#d19bfb !important}.scheme_dark .sc_button_bordered.color_style_link2:not(.sc_button_bg_image){color:#c9e77a;	border-color:#c9e77a}.scheme_dark .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover{color:#d19bfb !important;	border-color:#d19bfb !important}.scheme_dark .sc_button_bordered.color_style_link3:not(.sc_button_bg_image){color:#d19bfb;	border-color:#d19bfb}.scheme_dark .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover{color:#a275c5 !important;	border-color:#a275c5 !important}.scheme_dark .sc_button_bordered.color_style_dark:not(.sc_button_bg_image){color:#ffffff;	border-color:#ffffff}.scheme_dark .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover{color:#c9e77a !important;	border-color:#c9e77a !important}.scheme_dark .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#1e1e1e !important;	background-color:#1e1e1e !important}.scheme_dark .sc_layouts_row_type_compact .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#ffffff !important;	background-color:#ffffff !important}.scheme_dark .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#eff2f3 !important;	background-color:#eff2f3}.scheme_dark .search_wrap.alter_link_1 .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#eff2f3 !important;	background-color:#eff2f3}.scheme_dark .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field{color:#1e1e1e !important;	border-color:#1e1e1e !important;	background-color:transparent}.scheme_dark .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before,.scheme_dark .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:before{color:#ffffff !important}.scheme_dark .elementor-button,.scheme_dark button:not(.components-button),.scheme_dark input[type="reset"],.scheme_dark input[type="submit"],.scheme_dark input[type="button"],.scheme_dark .post_item .more-link,.scheme_dark .comments_wrap .form-submit input[type="submit"],.scheme_dark #buddypress .comment-reply-link,.scheme_dark #buddypress .generic-button a,.scheme_dark #buddypress a.button,.scheme_dark #buddypress button,.scheme_dark #buddypress input[type="button"],.scheme_dark #buddypress input[type="reset"],.scheme_dark #buddypress input[type="submit"],.scheme_dark #buddypress ul.button-nav li a,.scheme_dark a.bp-title-button,.scheme_dark .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,.scheme_dark #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a,.scheme_dark #booked-profile-page input[type="submit"],.scheme_dark #booked-profile-page button,.scheme_dark .booked-list-view input[type="submit"],.scheme_dark .booked-list-view button,.scheme_dark table.booked-calendar input[type="submit"],.scheme_dark table.booked-calendar button,.scheme_dark .booked-modal input[type="submit"],.scheme_dark .booked-modal button,.scheme_dark .sc_button_default,.scheme_dark .wp-block-button__link,.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_dark .socials_share:not(.socials_type_drop) .social_icon,.scheme_dark .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"],.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],.scheme_dark #tribe-bar-views li.tribe-bar-views-option a,.scheme_dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,.scheme_dark #tribe-events .tribe-events-button,.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-cal-links a,.scheme_dark .tribe-events-sub-nav li a,.scheme_dark .edd_download_purchase_form .button,.scheme_dark #edd-purchase-button,.scheme_dark .edd-submit.button,.scheme_dark .widget_edd_cart_widget .edd_checkout a,.scheme_dark .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_dark .mc4wp-form input[type="submit"]{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .sc_button_default,.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_dark input[type="submit"],.scheme_dark .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark nav.sc_item_pagination .nav-links,.scheme_dark .alter_link_1 .sc_button_default,.scheme_dark .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_dark .alter_link_1 input[type="submit"],.scheme_dark .alter_link_1 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit{color:#1d1d1d;	background-color:#d19bfb !important}.scheme_dark .alter_link_1 input[type="submit"]{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .alter_link_1 .sc_button_default,.scheme_dark .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#d19bfb}.scheme_dark .alter_link_1 .sc_button_default:hover,.scheme_dark .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#d19bfb}.scheme_dark .alter_link_2 .sc_button_default,.scheme_dark .alter_link_2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#a275c5}.scheme_dark .alter_link_2 .sc_button_default:hover,.scheme_dark .alter_link_2 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#d19bfb}.scheme_dark .slider_wrap .alter_link_1.sc_button_default{background-color:#d19bfb !important}.scheme_dark .slider_wrap .alter_link_1.sc_button_default:hover{background-color:#d19bfb !important}.scheme_dark .slider_wrap .alter_link_2.sc_button_default{background-color:#a275c5 !important}.scheme_dark .slider_wrap .alter_link_2.sc_button_default:hover{background-color:#d19bfb !important}.scheme_dark .alter_link_2 form.mc4wp-form .mc4wp-form-fields input[type="submit"]{background-color:#a275c5}.scheme_dark .alter_link_1 form.mc4wp-form .mc4wp-form-fields input[type="submit"]{background-color:#d19bfb}.scheme_dark form.mc4wp-form .mc4wp-form-fields input[type="submit"]{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .theme_button{color:#1d1d1d !important;	background-color:#d19bfb !important}.scheme_dark .theme_button.color_style_link2{background-color:#c9e77a !important}.scheme_dark .theme_button.color_style_link3{background-color:#d19bfb !important}.scheme_dark .theme_button.color_style_dark{color:#1e1e1e !important;	background-color:#ffffff !important}.scheme_dark .sc_price_item_link{color:#ffffff;	background-color:#a275c5}.scheme_dark .sc_button_default.color_style_link2,.scheme_dark .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#c9e77a}.scheme_dark .sc_button_default.color_style_link3,.scheme_dark .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#d19bfb}.scheme_dark .sc_button_default.color_style_dark,.scheme_dark .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){color:#1e1e1e;	background-color:#ffffff}.scheme_dark .search_wrap .search_submit:before{color:#1e1e1e}.scheme_dark button[disabled],.scheme_dark input[type="submit"][disabled],.scheme_dark input[type="button"][disabled]{background-color:#ffffff !important;	color:#4a4a4a !important}.scheme_dark .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1e1e1e !important;	border-color:#1e1e1e !important;	background-color:#1e1e1e !important}.scheme_dark .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1e1e1e !important;	border-color:#eff2f3 !important;	background-color:#eff2f3 !important}.scheme_dark .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1e1e1e !important;	border-color:#1e1e1e !important;	background-color:transparent !important}.scheme_dark .sc_layouts_row_type_compact .over_header .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:focus{color:#1e1e1e !important;	border-color:#ffffff !important;	background-color:#ffffff !important}.scheme_dark .esgbox-toolbar .esgbox-button:focus,.scheme_dark .esgbox-toolbar .esgbox-button:active,.scheme_dark .esgbox-toolbar .esgbox-button:visited{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .elementor-button:hover,.scheme_dark button:hover,.scheme_dark button:focus,.scheme_dark input[type="submit"]:hover,.scheme_dark input[type="submit"]:focus,.scheme_dark input[type="reset"]:hover,.scheme_dark input[type="reset"]:focus,.scheme_dark input[type="button"]:hover,.scheme_dark input[type="button"]:focus,.scheme_dark nav.sc_item_pagination .nav-links:hover,.scheme_dark .post_item .more-link:hover,.scheme_dark .comments_wrap .form-submit input[type="submit"]:hover,.scheme_dark .comments_wrap .form-submit input[type="submit"]:focus,.scheme_dark #buddypress .comment-reply-link:hover,.scheme_dark #buddypress .generic-button a:hover,.scheme_dark #buddypress a.button:hover,.scheme_dark #buddypress button:hover,.scheme_dark #buddypress input[type="button"]:hover,.scheme_dark #buddypress input[type="reset"]:hover,.scheme_dark #buddypress input[type="submit"]:hover,.scheme_dark #buddypress ul.button-nav li a:hover,.scheme_dark a.bp-title-button:hover,.scheme_dark .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,.scheme_dark body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a:hover,.scheme_dark body #booked-profile-page input[type="submit"]:hover,.scheme_dark body #booked-profile-page button:hover,.scheme_dark body .booked-list-view input[type="submit"]:hover,.scheme_dark body .booked-list-view button:hover,.scheme_dark body table.booked-calendar input[type="submit"]:hover,.scheme_dark body table.booked-calendar button:hover,.scheme_dark body .booked-modal input[type="submit"]:hover,.scheme_dark body .booked-modal button:hover,.scheme_dark .sc_button_default:hover,.scheme_dark .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_dark .socials_share:not(.socials_type_drop) .social_icon:hover,.scheme_dark .tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"]:hover,.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,.scheme_dark #tribe-bar-views li.tribe-bar-views-option a:hover,.scheme_dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,.scheme_dark #tribe-events .tribe-events-button:hover,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-cal-links a:hover,.scheme_dark .tribe-events-sub-nav li a:hover,.scheme_dark .edd_download_purchase_form .button:hover,.scheme_dark .edd_download_purchase_form .button:active,.scheme_dark .edd_download_purchase_form .button:focus,.scheme_dark #edd-purchase-button:hover,.scheme_dark #edd-purchase-button:active,.scheme_dark #edd-purchase-button:focus,.scheme_dark .edd-submit.button:hover,.scheme_dark .edd-submit.button:active,.scheme_dark .edd-submit.button:focus,.scheme_dark .widget_edd_cart_widget .edd_checkout a:hover,.scheme_dark .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_dark .mc4wp-form input[type="submit"]:hover,.scheme_dark .mc4wp-form input[type="submit"]:focus{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#d19bfb;	border-color:#d19bfb}.scheme_dark .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:hover{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .sc_button_default:hover,.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_dark input[type="submit"]:hover,.scheme_dark form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .alter_link_1 input[type="submit"]:not([disabled]):hover{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark nav.sc_item_pagination .nav-links:hover,.scheme_dark .alter_link_1 .sc_button_default:hover,.scheme_dark .alter_link_1 .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_dark .alter_link_1 input[type="submit"]:not([disabled]):hover,.scheme_dark .alter_link_1 form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover{background-color:#a275c5 !important}.scheme_dark .alter_link_1 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:hover{background-color:#c9e77a !important}.scheme_dark .over_header.alter_link_1 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit:hover{background-color:#d19bfb !important}.scheme_dark .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:hover:before,.scheme_dark .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit:hover:before{color:#d19bfb !important}.scheme_dark .theme_button:hover,.scheme_dark .theme_button:focus{color:#1d1d1d !important;	background-color:#d19bfb !important}.scheme_dark .theme_button.color_style_link2:hover{background-color:#d19bfb !important}.scheme_dark .theme_button.color_style_link3:hover{background-color:#a275c5 !important}.scheme_dark .theme_button.color_style_dark:hover{color:#1d1d1d !important;	background-color:#c9e77a !important}.scheme_dark .sc_price_item:hover .sc_price_item_link,.scheme_dark .sc_price_item_link:hover{color:#1e1e1e;	background-color:#c9e77a}.scheme_dark .sc_button_default.color_style_link2:hover,.scheme_dark .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#d19bfb}.scheme_dark .sc_button_default.color_style_link3:hover,.scheme_dark .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#a275c5}.scheme_dark .sc_button_default.color_style_dark:hover,.scheme_dark .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .search_wrap .search_submit:hover:before{color:#1e1e1e}.scheme_dark .alter_link_2 form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover,.scheme_dark .alter_link_1 form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover{background-color:#d19bfb}.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image),.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):after{color:#a275c5}.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#d19bfb !important}.scheme_dark.sidebar .sc_button_bordered:not(.sc_button_bg_image){color:#a275c5;	border-color:#a275c5}.scheme_dark.sidebar .sc_button_bordered:not(.sc_button_bg_image):hover{color:#d19bfb !important;	border-color:#d19bfb !important}.scheme_dark.sidebar button,.scheme_dark.sidebar input[type="reset"],.scheme_dark.sidebar input[type="submit"],.scheme_dark.sidebar input[type="button"],.scheme_dark.sidebar .sc_button_default,.scheme_dark.sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_dark.sidebar .socials_share:not(.socials_type_drop) .social_icon,.scheme_dark.sidebar .edd_download_purchase_form .button,.scheme_dark.sidebar #edd-purchase-button,.scheme_dark.sidebar .edd-submit.button,.scheme_dark.sidebar .widget_edd_cart_widget .edd_checkout a,.scheme_dark.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_dark.sidebar .widget_product_search .search_button{color:#ffffff;	background-color:#a275c5}.scheme_dark.sidebar button:hover,.scheme_dark.sidebar button:focus,.scheme_dark.sidebar input[type="reset"]:hover,.scheme_dark.sidebar input[type="reset"]:focus,.scheme_dark.sidebar input[type="submit"]:hover,.scheme_dark.sidebar input[type="submit"]:focus,.scheme_dark.sidebar input[type="button"]:hover,.scheme_dark.sidebar input[type="button"]:focus,.scheme_dark.sidebar .sc_button_default:hover,.scheme_dark.sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_dark.sidebar .socials_share:not(.socials_type_drop) .social_icon:hover,.scheme_dark.sidebar .edd_download_purchase_form .button:hover,.scheme_dark.sidebar #edd-purchase-button:hover,.scheme_dark.sidebar .edd-submit.button:hover,.scheme_dark.sidebar .widget_edd_cart_widget .edd_checkout a:hover,.scheme_dark.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_dark.sidebar .widget_product_search .search_button:hover{color:#1e1e1e;	background-color:#d19bfb}.scheme_dark .wp-editor-container input[type="button"]{background-color:#28272e;	border-color:#0e0d12;	color:#1e1e1e;	-webkit-box-shadow:0 1px 0 0 #4a4a4a; -ms-box-shadow:0 1px 0 0 #4a4a4a; box-shadow:0 1px 0 0 #4a4a4a}.scheme_dark .wp-editor-container input[type="button"]:hover,.scheme_dark .wp-editor-container input[type="button"]:focus{background-color:#28272e;	border-color:#4a4a4a;	color:#a275c5}.scheme_dark .sticky{border-color:#3f3e41}.scheme_dark .sticky .label_sticky{border-top-color:#c9e77a}.scheme_dark.top_panel,.scheme_dark.footer_wrap{color:#909698;	background-color:#1e1e1e}.scheme_dark.sc_layouts_row{color:#909698;	background-color:#1e1e1e}.scheme_dark .sc_layouts_row_delimiter,.scheme_dark.sc_layouts_row_delimiter{border-color:#3f3e41}.footer_wrap .scheme_dark.vc_row .sc_layouts_row_delimiter,.footer_wrap .scheme_dark.sc_layouts_row_delimiter,.scheme_dark.footer_wrap .sc_layouts_row_delimiter{border-color:#0e0d12}.scheme_dark .sc_layouts_item_icon{color:#ffffff}.scheme_dark .sc_layouts_item_details_line1{color:#c9e77a}.scheme_dark .sc_layouts_item_details_line2{color:#ffffff}.scheme_dark span.trx_addons_login_menu,.scheme_dark span.trx_addons_login_menu:after{color:#909698;	background-color:#28272e;	border-color:#0e0d12}.scheme_dark span.trx_addons_login_menu .trx_addons_login_menu_delimiter{border-color:#0e0d12}.scheme_dark span.trx_addons_login_menu .trx_addons_login_menu_item{color:#909698}.scheme_dark span.trx_addons_login_menu .trx_addons_login_menu_item:hover{color:#1e1e1e;	background-color:#28272e}.scheme_dark .sc_layouts_row_fixed_on{background-color:#1e1e1e}.scheme_dark .sc_layouts_row.sc_layouts_row_type_narrow,.scheme_dark.sc_layouts_row.sc_layouts_row_type_narrow{color:#909698;	background-color:#28272e}.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item{color:#909698}.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button),.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button){color:#909698}.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon{color:#1e1e1e}.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_icon{color:#a275c5}.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_details_line2,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_details_line2{color:#909698}.scheme_dark .sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,.scheme_dark.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon{background-color:transparent;	color:#a275c5}.scheme_dark .sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon,.scheme_dark.sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon{background-color:transparent;	color:#d19bfb}.scheme_dark .sc_layouts_row_type_narrow .sc_button_default,.scheme_dark .sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_dark.sc_layouts_row_type_narrow .sc_button_default,.scheme_dark.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){background-color:#a275c5;	color:#ffffff}.scheme_dark .sc_layouts_row_type_narrow .sc_button_default:hover,.scheme_dark .sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button_default:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{background-color:#a275c5;	color:#ffffff}.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link2,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link2{background-color:#dd5679;	color:#ffffff}.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link2:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{background-color:#dde0e2;	color:#ffffff !important}.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link3,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link3{background-color:#909698;	color:#ffffff}.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link3:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{background-color:#ddb837;	color:#ffffff !important}.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_dark,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_dark{background-color:#1e1e1e;	color:#ffffff}.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_dark:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_dark:hover{background-color:#a275c5;	color:#ffffff !important}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image),.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image){color:#a275c5;	border-color:#a275c5}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered:not(.sc_button_bg_image):hover{color:#d19bfb !important;	border-color:#d19bfb !important}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image),.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image){color:#dd5679;	border-color:#dd5679}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover{color:#dde0e2 !important;	border-color:#dde0e2 !important}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image),.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image){color:#909698;	border-color:#909698}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover{color:#ddb837 !important;	border-color:#ddb837 !important}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image),.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image){color:#1e1e1e;	border-color:#1e1e1e}.scheme_dark .sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover{color:#a275c5 !important;	border-color:#a275c5 !important}.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_submit,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_submit{background-color:transparent;	color:#a275c5}.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field{color:#909698}.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field:focus,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field:focus{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item{color:#909698}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button),.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button){color:#909698}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon{color:#ffffff}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_icon{color:#c9e77a}.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_details_line2,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_details_line2{color:#909698}.scheme_dark .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_dark.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{background-color:transparent;	color:#ffffff}.scheme_dark .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_dark.sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{background-color:transparent;	color:#d19bfb}.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_submit,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_submit{background-color:transparent;	color:#ffffff}.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_submit:hover,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_submit:hover{background-color:transparent;	color:#d19bfb}.scheme_dark .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit,.scheme_dark.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit{color:#c9e77a}.scheme_dark .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover,.scheme_dark.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover{color:#d19bfb}.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item{color:#909698}.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button),.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button){color:#ffffff}.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon{color:#d19bfb}.scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit{background-color:transparent;	color:#1d1d1d}.scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit:hover{background-color:transparent;	color:#d19bfb}.scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit:hover:before{color:#d19bfb}.scheme_dark .sc_layouts_row_type_normal .over_header .search_wrap .search_submit:hover{background-color:transparent;	color:rgba(29,29,29,0.5)}.scheme_dark .sc_layouts_row_type_normal .over_header .search_wrap .search_submit:hover:before{color:rgba(29,29,29,0.5)}.scheme_dark .sc_layouts_row_type_compact .over_header .search_wrap .search_submit:hover:before{color:#d19bfb}.scheme_dark .sc_layouts_logo b{color:#ffffff}.scheme_dark .sc_layouts_logo i{color:#c9e77a}.scheme_dark .sc_layouts_logo_text,.scheme_dark .sc_layouts_logo .logo_text{color:#ffffff !important}.scheme_dark .sc_layouts_logo_text:hover,.scheme_dark .sc_layouts_logo:hover .logo_text{color:#c9e77a !important}.scheme_dark .sc_layouts_logo_slogan,.scheme_dark .sc_layouts_logo .logo_slogan{color:#909698 !important}.scheme_dark .search_style_expand.search_opened{background-color:#1e1e1e;	border-color:#3f3e41}.scheme_dark .search_style_expand.search_opened .search_submit{color:#909698}.scheme_dark .search_style_expand .search_submit:hover,.scheme_dark .search_style_expand .search_submit:focus{color:#ffffff}.scheme_dark .search_style_fullscreen.search_opened .search_form_wrap{background-color:rgba(30,30,30,0.95)}.scheme_dark .search_style_fullscreen.search_opened .search_form{border-color:#ffffff}.scheme_dark .search_style_fullscreen.search_opened .search_field{color:#1e1e1e;	background-color:#eff2f3 !important;	border-color:#eff2f3 !important}.scheme_dark .search_style_fullscreen.search_opened .search_field:focus{color:#1e1e1e;	background-color:#eff2f3 !important;	border-color:#eff2f3 !important}.scheme_dark .search_style_fullscreen.search_opened .search_field::-webkit-input-placeholder{color:#ffffff; opacity:1}.scheme_dark .search_style_fullscreen.search_opened .search_field::-moz-placeholder{color:#ffffff; opacity:1}.scheme_dark .search_style_fullscreen.search_opened .search_field:-moz-placeholder{color:#ffffff; opacity:1}.scheme_dark .search_style_fullscreen.search_opened .search_field:-ms-input-placeholder{color:#ffffff; opacity:1}.scheme_dark .search_wrap .search_results{background-color:#1e1e1e;	border-color:#3f3e41}.scheme_dark .search_wrap .search_results:after{background-color:#1e1e1e;	border-left-color:#3f3e41;	border-top-color:#3f3e41}.scheme_dark .search_wrap .search_results .search_results_close{color:#ffffff}.scheme_dark .search_wrap .search_results .search_results_close:hover{color:#ffffff}.scheme_dark .search_results.widget_area .post_item + .post_item{border-top-color:#3f3e41}.scheme_dark .sc_layouts_title .sc_layouts_title_meta,.scheme_dark .sc_layouts_title .sc_layouts_title_breadcrumbs,.scheme_dark .sc_layouts_title .sc_layouts_title_breadcrumbs a,.scheme_dark .sc_layouts_title .sc_layouts_title_description,.scheme_dark .sc_layouts_title .post_meta,.scheme_dark .sc_layouts_title .post_meta_item,.scheme_dark .sc_layouts_title .post_meta .vc_inline-link,.scheme_dark .sc_layouts_title .post_meta_item a,.scheme_dark .sc_layouts_title .post_meta_item:after,.scheme_dark .sc_layouts_title .post_meta_item:hover:after,.scheme_dark .sc_layouts_title .post_meta_item.post_categories,.scheme_dark .sc_layouts_title .post_meta_item.post_categories a,.scheme_dark .sc_layouts_title .post_info .post_info_item,.scheme_dark .sc_layouts_title .post_info .post_info_item a,.scheme_dark .sc_layouts_title .post_info_counters .post_counters_item,.scheme_dark .sc_layouts_title .post_counters .socials_share .socials_caption:before,.scheme_dark .sc_layouts_title .post_counters .socials_share .socials_caption:hover:before{color:#ffffff}.scheme_dark .sc_layouts_title .post_meta_item a:hover,.scheme_dark .sc_layouts_title .sc_layouts_title_breadcrumbs a:hover,.scheme_dark .sc_layouts_title .post_meta .vc_inline-link:hover,.scheme_dark .sc_layouts_title a.post_meta_item:hover,.scheme_dark .sc_layouts_title .post_meta_item.post_categories a:hover,.scheme_dark .sc_layouts_title .post_info .post_info_item a:hover,.scheme_dark .sc_layouts_title .post_info_counters .post_counters_item:hover{color:#d19bfb}.scheme_dark .post_meta .post_meta_item:after,.scheme_dark .post_meta .post_meta_item.post_edit:after,.scheme_dark .post_meta .vc_inline-link:after{background-color:#3f3e41}.scheme_dark .sc_layouts_menu_nav>li>a{color:#ffffff !important}.scheme_dark .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_nav>li.sfHover>a{color:#d19bfb !important}.scheme_dark .over_header .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_dark .over_header .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_dark .over_header .sc_layouts_menu_nav>li.current-menu-ancestor>a,.scheme_dark .over_header .sc_layouts_menu_nav>li>a:hover,.scheme_dark .over_header .sc_layouts_menu_nav>li.sfHover>a{color:rgba(29,29,29,0.5) !important}.scheme_dark .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_dark .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_dark .sc_layouts_menu_nav>li.current-menu-ancestor>a{color:#d19bfb !important}.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:before{color:#909698}.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:after{background-color:#28272e}.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:hover:before{color:#a275c5}.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:hover:after{background-color:#28272e}.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav,.scheme_dark .sc_layouts_menu_nav>li ul{background-color:#28272e}.scheme_dark .sc_layouts_menu_nav>li>ul ul{background-color:#4a4a4a}.scheme_dark .widget_nav_menu li.menu-delimiter,.scheme_dark .sc_layouts_menu_nav>li li.menu-delimiter{border-color:#e5e5e5}.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.scheme_dark .sc_layouts_menu_nav>li li>a{color:#ffffff !important}.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,.scheme_dark .sc_layouts_menu_nav>li li>a:hover,.scheme_dark .sc_layouts_menu_nav>li li.sfHover>a{color:#a275c5 !important}.scheme_dark .sc_layouts_menu_nav>li li>a:hover:after{color:#a275c5 !important}.scheme_dark .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a:hover,.scheme_dark .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children.sfHover>a{color:#333333 !important;	background-color:transparent}.scheme_dark .sc_layouts_menu_nav>li li[class*="icon-"]:before{color:#a275c5}.scheme_dark .sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,.scheme_dark .sc_layouts_menu_nav>li li[class*="icon-"].shHover:before{color:#a275c5}.scheme_dark .sc_layouts_menu_nav>li li.current-menu-item>a,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-parent>a,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-ancestor>a{color:#a275c5 !important}.scheme_dark .sc_layouts_menu_nav>li li.current-menu-item:before,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-parent:before,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-ancestor:before{color:#c9e77a !important}.scheme_dark .sc_layouts_menu_item_description{color:#b7b7b7}.scheme_dark .menu_main_nav>li ul [class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_dark .sc_layouts_menu_nav>li ul li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_dark .menu_main_nav>li ul a:hover .sc_layouts_menu_item_description,.scheme_dark .sc_layouts_menu_nav>li ul a:hover .sc_layouts_menu_item_description{color:#ffffff}.scheme_dark .menu_main_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_dark .sc_layouts_menu_nav>li[class*="current-menu-"]>a .sc_layouts_menu_item_description,.scheme_dark .menu_main_nav>li>a:hover .sc_layouts_menu_item_description,.scheme_dark .sc_layouts_menu_nav>li>a:hover .sc_layouts_menu_item_description{color:#909698}.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .post_item,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .amount,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu li{color:#333333}.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button),.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button),.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button){color:#1e1e1e}.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:hover .sc_layouts_item_icon,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:hover .sc_layouts_item_icon,.scheme_dark .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:hover .sc_layouts_item_icon{color:#a275c5}.scheme_dark ul.sc_layouts_submenu h1,.scheme_dark ul.sc_layouts_submenu h2,.scheme_dark ul.sc_layouts_submenu h3,.scheme_dark ul.sc_layouts_submenu h4,.scheme_dark ul.sc_layouts_submenu h5,.scheme_dark ul.sc_layouts_submenu h6,.scheme_dark ul.sc_layouts_submenu h1 a,.scheme_dark ul.sc_layouts_submenu h2 a,.scheme_dark ul.sc_layouts_submenu h3 a,.scheme_dark ul.sc_layouts_submenu h4 a,.scheme_dark ul.sc_layouts_submenu h5 a,.scheme_dark ul.sc_layouts_submenu h6 a,.scheme_dark ul.sc_layouts_submenu [class*="color_style_"] h1 a,.scheme_dark ul.sc_layouts_submenu [class*="color_style_"] h2 a,.scheme_dark ul.sc_layouts_submenu [class*="color_style_"] h3 a,.scheme_dark ul.sc_layouts_submenu [class*="color_style_"] h4 a,.scheme_dark ul.sc_layouts_submenu [class*="color_style_"] h5 a,.scheme_dark ul.sc_layouts_submenu [class*="color_style_"] h6 a{color:#1e1e1e}.scheme_dark ul.sc_layouts_submenu h1 a:hover,.scheme_dark ul.sc_layouts_submenu h2 a:hover,.scheme_dark ul.sc_layouts_submenu h3 a:hover,.scheme_dark ul.sc_layouts_submenu h4 a:hover,.scheme_dark ul.sc_layouts_submenu h5 a:hover,.scheme_dark ul.sc_layouts_submenu h6 a:hover{color:#a275c5}.scheme_dark ul.sc_layouts_submenu .color_style_link2 h1 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link2 h2 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link2 h3 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link2 h4 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link2 h5 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link2 h6 a:hover{color:#d19bfb}.scheme_dark ul.sc_layouts_submenu .color_style_link3 h1 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link3 h2 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link3 h3 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link3 h4 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link3 h5 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_link3 h6 a:hover{color:#c9e77a}.scheme_dark ul.sc_layouts_submenu .color_style_dark h1 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_dark h2 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_dark h3 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_dark h4 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_dark h5 a:hover,.scheme_dark ul.sc_layouts_submenu .color_style_dark h6 a:hover{color:#a275c5}.scheme_dark ul.sc_layouts_submenu dt,.scheme_dark ul.sc_layouts_submenu b,.scheme_dark ul.sc_layouts_submenu strong,.scheme_dark ul.sc_layouts_submenu i,.scheme_dark ul.sc_layouts_submenu em,.scheme_dark ul.sc_layouts_submenu mark,.scheme_dark ul.sc_layouts_submenu ins{color:#1e1e1e}.scheme_dark ul.sc_layouts_submenu s,.scheme_dark ul.sc_layouts_submenu strike,.scheme_dark ul.sc_layouts_submenu del,.scheme_dark ul.sc_layouts_submenu .post_meta{color:#b7b7b7}.scheme_dark ul.sc_layouts_submenu .sc_recent_news_header{border-color:#e5e5e5}.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .post_item{color:#909698}.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button),.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button),.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button){color:#c9e77a}.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:not(.sc_button):not(.button):hover,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .elementor-row a:hover .sc_layouts_item_icon,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:not(.sc_button):not(.button):hover,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .vc_row a:hover .sc_layouts_item_icon,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark .widget_nav_menu .sc_layouts_menu li>ul.sc_layouts_submenu .sc_layouts_item a:hover .sc_layouts_item_icon{color:#d19bfb}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h1,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h2,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h3,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h4,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h5,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h6,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h1 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h2 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h3 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h4 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h5 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h6 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h1 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h2 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h3 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h4 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h5 a,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu [class*="color_style_"] h6 a{color:#ffffff}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h1 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h2 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h3 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h4 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h5 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu h6 a:hover{color:#c9e77a}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h1 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h2 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h3 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h4 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h5 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link2 h6 a:hover{color:#c9e77a}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h1 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h2 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h3 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h4 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h5 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_link3 h6 a:hover{color:#d19bfb}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h1 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h2 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h3 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h4 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h5 a:hover,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .color_style_dark h6 a:hover{color:#c9e77a}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu dt,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu b,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu strong,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu i,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu em,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu mark,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu ins{color:#ffffff}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu s,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu strike,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu del,.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .post_meta{color:#ffffff}.scheme_dark .widget_nav_menu ul.sc_layouts_submenu .sc_recent_news_header{border-color:#3f3e41}.scheme_dark.menu_side_wrap .menu_side_button{color:#1e1e1e;	border-color:#0e0d12;	background-color:rgba(40,39,46,0.7)}.scheme_dark.menu_side_wrap .menu_side_button:hover{color:#1e1e1e;	border-color:#d19bfb;	background-color:#a275c5}.scheme_dark .menu_side_inner{color:#909698;	background-color:#28272e}.scheme_dark .menu_side_inner .sc_layouts_logo{background-color:#28272e;	border-color:#0e0d12}.scheme_dark.menu_side_icons .sc_layouts_logo{background-color:#1e1e1e;	border-color:#3f3e41}.scheme_dark.menu_side_icons .toc_menu_item .toc_menu_icon,.scheme_dark .menu_side_inner>.toc_menu_item .toc_menu_icon{background-color:#1e1e1e;	border-color:#3f3e41;	color:#c9e77a}.scheme_dark.menu_side_icons .toc_menu_item:hover .toc_menu_icon,.scheme_dark.menu_side_icons .toc_menu_item_active .toc_menu_icon,.scheme_dark .menu_side_inner>.toc_menu_item:hover .toc_menu_icon,.scheme_dark .menu_side_inner>.toc_menu_item_active .toc_menu_icon{background-color:#c9e77a;	color:#ffffff}.scheme_dark.menu_side_icons .toc_menu_icon_default:before,.scheme_dark .menu_side_inner>.toc_menu_icon_default:before{background-color:#c9e77a}.scheme_dark.menu_side_icons .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_dark.menu_side_icons .toc_menu_item_active .toc_menu_icon_default:before,.scheme_dark .menu_side_inner>.toc_menu_item:hover .toc_menu_icon_default:before,.scheme_dark .menu_side_inner>.toc_menu_item_active .toc_menu_icon_default:before{background-color:#ffffff}.scheme_dark.menu_side_icons .toc_menu_item .toc_menu_description,.scheme_dark .menu_side_inner>.toc_menu_item .toc_menu_description{color:#ffffff;	background-color:#c9e77a}.scheme_dark.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon{background-color:#28272e;	color:#909698}.scheme_dark.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon,.scheme_dark.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon{color:#a275c5}.scheme_dark.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before{background-color:#a275c5}.scheme_dark.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon:before{background-color:#d19bfb}.scheme_dark .menu_mobile_inner{color:#909698;	background-color:#28272e}.scheme_dark .menu_mobile_button{color:#ffffff}.scheme_dark .menu_mobile_button:hover{color:#c9e77a}.scheme_dark .menu_mobile_close:before,.scheme_dark .menu_mobile_close:after{border-color:#1e1e1e}.scheme_dark .menu_mobile_close:hover:before,.scheme_dark .menu_mobile_close:hover:after{border-color:#a275c5}.scheme_dark .menu_mobile .menu_mobile_nav_area>ul>li li.menu-delimiter>a{border-color:#0e0d12}.scheme_dark .menu_mobile_inner a,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:before{color:#1e1e1e}.scheme_dark .menu_mobile_inner a:hover,.scheme_dark .menu_mobile_inner .current-menu-ancestor>a,.scheme_dark .menu_mobile_inner .current-menu-item>a,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:hover:before,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before{color:#a275c5}.scheme_dark .menu_mobile_inner .search_mobile .search_submit{color:#909698}.scheme_dark .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_dark .menu_mobile_inner .search_mobile .search_submit:hover{color:#1e1e1e}.scheme_dark .menu_mobile_inner .social_item .social_icon{color:#a275c5}.scheme_dark .menu_mobile_inner .social_item:hover .social_icon{color:#1e1e1e}.scheme_dark .menu_mobile .menu_mobile_nav_area>ul>li li>a{color:#909698}.scheme_dark .menu_mobile .menu_mobile_nav_area>ul>li li>a:hover{color:#d19bfb}.scheme_dark .menu_hover_fade_box .sc_layouts_menu_nav>a:hover,.scheme_dark .menu_hover_fade_box .sc_layouts_menu_nav>li>a:hover,.scheme_dark .menu_hover_fade_box .sc_layouts_menu_nav>li.sfHover>a{color:#a275c5;	background-color:#28272e}.scheme_dark .menu_hover_slide_line .sc_layouts_menu_nav>li#blob{background-color:#c9e77a}.scheme_dark .menu_hover_slide_box .sc_layouts_menu_nav>li#blob{background-color:#28272e}.scheme_dark .menu_hover_zoom_line .sc_layouts_menu_nav>li>a:before{background-color:#c9e77a}.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li:before,.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li:after,.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li>a:before,.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li>a:after{background-color:#c9e77a}.scheme_dark .menu_hover_roll_down .sc_layouts_menu_nav>li>a:before{background-color:#c9e77a}.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:before{background-color:#ffffff}.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:after,.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li.menu-item-has-children>a:after{background-color:#c9e77a}.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li.sfHover>a,.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:hover,.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:focus{color:#c9e77a}.scheme_dark.sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line,.scheme_dark .sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#0e0d12}.scheme_dark .sc_layouts_cart_items_short{background-color:#ffffff;	color:#1e1e1e}.scheme_dark .sc_layouts_cart_widget{border-color:#3f3e41;	background-color:#1e1e1e;	color:#909698}.scheme_dark .sc_layouts_cart_widget:after{border-color:#3f3e41;	background-color:#1e1e1e}.scheme_dark .sc_layouts_cart_widget .sc_layouts_cart_widget_close{color:#ffffff}.scheme_dark .sc_layouts_cart_widget .sc_layouts_cart_widget_close:hover{color:#ffffff}.scheme_dark .sc_layouts_currency .chosen-container .chosen-results{background:#28272e;	color:#1e1e1e}.scheme_dark .sc_layouts_currency .chosen-container .chosen-results li{color:#1e1e1e}.scheme_dark .sc_layouts_currency .chosen-container .active-result.highlighted,.scheme_dark .sc_layouts_currency .chosen-container .active-result.result-selected{color:#a275c5 !important}.scheme_dark #page_preloader,.scheme_dark .page_content_wrap,.scheme_dark .custom-background .content_wrap>.content,.scheme_dark .page_banner_wrap ~ .content_wrap>.content{background-color:#1e1e1e}.scheme_dark .preloader_wrap>div{background-color:#c9e77a}.scheme_dark .top_panel,.scheme_dark.top_panel{background-color:#1e1e1e}.scheme_dark.top_panel.with_bg_image:before{background-color:rgba(30,30,30,0.7)}.scheme_dark.top_panel .slider_engine_revo .slide_subtitle,.scheme_dark .top_panel .slider_engine_revo .slide_subtitle{color:#c9e77a}.scheme_dark .top_panel_default .top_panel_navi,.scheme_dark.top_panel_default .top_panel_navi{background-color:#28272e}.scheme_dark .top_panel_default .top_panel_title,.scheme_dark.top_panel_default .top_panel_title{background-color:#1e1e1e}.scheme_dark .post_header_position_above .top_panel{border-color:#3f3e41}.scheme_dark .post_header_position_on_thumb .header_content_wrap.header_align_bb .post_header{border-color:#3f3e41}.scheme_dark div.esg-filter-wrapper .esg-filterbutton>span,.scheme_dark .mptt-navigation-tabs li a,.scheme_dark .maxify_tabs .maxify_tabs_titles li a{color:#1d1d1d;	background-color:#dde0e2}.scheme_dark div.esg-filter-wrapper .esg-filterbutton>span:hover,.scheme_dark .mptt-navigation-tabs li a:hover,.scheme_dark .maxify_tabs .maxify_tabs_titles li a:hover{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark div.esg-filter-wrapper .esg-filterbutton.selected>span,.scheme_dark .mptt-navigation-tabs li.active a,.scheme_dark .maxify_tabs .maxify_tabs_titles li.ui-state-active a{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .sheme_self.sidebar div.esg-filter-wrapper .esg-filterbutton>span,.scheme_dark .sheme_self.sidebar .mptt-navigation-tabs li a,.scheme_dark .sheme_self.sidebar .maxify_tabs .maxify_tabs_titles li a{color:#1e1e1e;	background-color:#28272e}.scheme_dark .sheme_self.sidebar div.esg-filter-wrapper .esg-filterbutton>span:hover,.scheme_dark .sheme_self.sidebar .mptt-navigation-tabs li a:hover,.scheme_dark .sheme_self.sidebar .maxify_tabs .maxify_tabs_titles li a:hover{color:#ffffff;	background-color:#a275c5}.scheme_dark .sheme_self.sidebar div.esg-filter-wrapper .esg-filterbutton.selected>span,.scheme_dark .sheme_self.sidebar .mptt-navigation-tabs li.active a,.scheme_dark .sheme_self.sidebar .maxify_tabs .maxify_tabs_titles li.ui-state-active a{color:#28272e;	background-color:#1e1e1e}.scheme_dark .esg-grid i[class*="eg-icon-"]{color:#1d1d1d !important}.scheme_dark .post_item{color:#909698}.scheme_dark .post_date,.scheme_dark .post_date a,.scheme_dark .post_meta,.scheme_dark .post_meta_item,.scheme_dark .post_meta_item:after,.scheme_dark .post_meta_item:hover:after,.scheme_dark .post_meta .vc_inline-link,.scheme_dark .post_meta .vc_inline-link:after,.scheme_dark .post_meta .vc_inline-link:hover:after,.scheme_dark .post_meta_item a,.scheme_dark .post_info .post_info_item,.scheme_dark .post_info .post_info_item a,.scheme_dark .post_info_counters .post_counters_item,.scheme_dark .post_counters .socials_share .socials_caption:before,.scheme_dark .post_counters .socials_share .socials_caption:hover:before{color:#ffffff}.scheme_dark .post_date a:hover,.scheme_dark a.post_meta_item:hover,.scheme_dark .post_meta_item a:hover,.scheme_dark .post_meta .vc_inline-link:hover,.scheme_dark .post_info .post_info_item a:hover,.scheme_dark .post_info_counters .post_counters_item:hover{color:#d19bfb}.scheme_dark .post_date:hover{color:#ffffff}.scheme_dark .post_item .post_title a:hover{color:#d19bfb}.scheme_dark .post_meta_item.post_counters_emotions:before{color:#dd5679}.scheme_dark .post_meta_item.post_counters_comments,.scheme_dark .post_meta_item.post_counters_emotions,.scheme_dark .post_meta_item.post_categories a{color:#ffffff;	background-color:#1e1e1e}.scheme_dark .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_comments,.scheme_dark .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_emotions,.scheme_dark .inner_content_wrap .top_wrap_meta .post_meta_item.post_categories a{background-color:#1e1e1e}.scheme_dark .top_wrap_meta .post_meta_item.post_counters_comments,.scheme_dark .top_wrap_meta .post_meta_item.post_counters_emotions,.scheme_dark .top_wrap_meta .post_meta_item.post_categories a{background-color:#28272e}.scheme_dark .post_meta_item.post_counters_comments:hover:before,.scheme_dark .post_meta_item.post_counters_emotions:hover:before{color:#1d1d1d}.scheme_dark .post_meta_item.post_counters_comments:hover,.scheme_dark .post_meta_item.post_counters_emotions:hover,.scheme_dark .post_meta_item.post_categories a:hover{color:#1d1d1d !important;	background-color:#d19bfb}.scheme_dark .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_comments:hover,.scheme_dark .inner_content_wrap .top_wrap_meta .post_meta_item.post_counters_emotions:hover,.scheme_dark .inner_content_wrap .top_wrap_meta .post_meta_item.post_categories a:hover{background-color:#d19bfb !important}.scheme_dark .top_wrap_meta .post_meta_item.post_counters_comments:hover,.scheme_dark .top_wrap_meta .post_meta_item.post_counters_emotions:hover,.scheme_dark .top_wrap_meta .post_meta_item.post_categories a:hover{background-color:rgba(40,39,46,0.7);	color:#ffffff !important}.scheme_dark .top_wrap_meta .post_meta_item.post_counters_comments:hover:before,.scheme_dark .top_wrap_meta .post_meta_item.post_counters_emotions:hover:before{color:#ffffff}.scheme_dark .post_meta_item .socials_share .social_items{background-color:#1e1e1e}.scheme_dark .post_meta_item .social_items,.scheme_dark .post_meta_item .social_items:before{background-color:#1e1e1e;	border-color:#3f3e41;	color:#ffffff}.scheme_dark .post_layout_excerpt .inner_post_wrap_list{background-color:#28272e}.scheme_dark .post_layout_simple,.scheme_dark .post_layout_classic{background-color:#28272e}.scheme_dark.gallery_preview:before{background-color:#1e1e1e}.scheme_dark.gallery_preview{color:#909698}.scheme_dark .post_featured.hover_color .mask{background-color:rgba(209,155,251,0.9)}.scheme_dark .trx_addons_audio_player.with_cover .audio_author,.scheme_dark .format-audio .post_featured.with_thumb .post_audio_author{color:#a275c5}.scheme_dark .mejs-container .mejs-controls,.scheme_dark .wp-playlist .mejs-container .mejs-controls{background:rgba(40,39,46,0.7)}.scheme_dark .footer_wrap .mejs-container .mejs-controls,.scheme_dark .footer_wrap .wp-playlist .mejs-container .mejs-controls,.scheme_dark .sidebar .mejs-container .mejs-controls,.scheme_dark .sidebar .wp-playlist .mejs-container .mejs-controls{background:#d19bfb}.scheme_dark .trx_addons_audio_player.without_cover .mejs-controls,.scheme_dark .format-audio .post_featured.without_thumb .mejs-controls{background:rgba(255,255,255,0.3)}.scheme_dark .mejs-controls .mejs-button>button{color:#1e1e1e}.scheme_dark .mejs-controls .mejs-button>button:hover,.scheme_dark .mejs-controls .mejs-button>button:focus{color:rgba(30,30,30,0.5)}.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-hovered,.scheme_dark .mejs-controls .mejs-volume-slider .mejs-volume-total,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:rgba(40,39,46,0.2)}.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_dark .mejs-controls .mejs-volume-slider .mejs-volume-current,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#28272e}.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-handle-content{border-color:#ffffff}.scheme_dark .mejs-controls .mejs-time{color:#ffffff}.scheme_dark .mejs-controls .mejs-volume-slider .mejs-volume-handle,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{background:#a275c5}.scheme_dark .format-audio .post_featured.with_thumb .post_audio_author,.scheme_dark .trx_addons_audio_player.with_cover .audio_author,.scheme_dark .format-audio .post_featured.with_thumb .post_audio_title,.scheme_dark .trx_addons_audio_player.with_cover .audio_caption{color:#ffffff}.scheme_dark .trx_addons_audio_player.without_cover,.scheme_dark .format-audio .post_featured.without_thumb .post_audio{border-color:#0e0d12;	background-color:#28272e}.scheme_dark .trx_addons_audio_player.without_cover .audio_author,.scheme_dark .format-audio .post_featured.without_thumb .post_audio_author{color:#a275c5}.scheme_dark .trx_addons_audio_player.without_cover .audio_caption,.scheme_dark .format-audio .post_featured.without_thumb .post_audio_title{color:#1e1e1e}.scheme_dark .trx_addons_audio_player.without_cover .audio_description,.scheme_dark .format-audio .post_featured.without_thumb .post_audio_description{color:#909698}.scheme_dark .wp-playlist-light{background:#1e1e1e;	border-color:#3f3e41;	color:#909698}.scheme_dark .wp-playlist-light .wp-playlist-caption{color:#ffffff}.scheme_dark .wp-playlist-light .wp-playlist-playing{background:#28272e;	color:#1e1e1e}.scheme_dark .wp-playlist-item{border-color:#3f3e41}.scheme_dark .format-aside .post_content_inner{color:#1e1e1e;	background-color:#28272e}.scheme_dark .format-link .post_content_inner,.scheme_dark .format-status .post_content_inner{color:#ffffff}.scheme_dark .format-chat p>b,.scheme_dark .format-chat p>strong{color:#ffffff}.scheme_dark .trx_addons_video_player.with_cover .video_hover,.scheme_dark .format-video .post_featured.with_thumb .post_video_hover{color:#1d1d1d}.scheme_dark .trx_addons_video_player.with_cover .video_hover:hover,.scheme_dark .format-video .post_featured.with_thumb .post_video_hover:hover{color:rgba(29,29,29,0.5);	background-color:transparent}.scheme_dark .trx_addons_video_player.with_cover:hover .video_mask{background-color:rgba(209,155,251,0.5)}.scheme_dark .format-video .post_featured.with_thumb .mask{background-color:#d19bfb !important}.scheme_dark.sidebar .trx_addons_video_player.with_cover .video_hover{color:#a275c5}.scheme_dark.sidebar .trx_addons_video_player.with_cover .video_hover:hover{color:#1e1e1e;	background-color:#a275c5}.scheme_dark .elementor-widget-video .eicon-play{color:#ffffff}.scheme_dark .post_layout_chess .post_content_inner:after{background:linear-gradient(to top,#1e1e1e 0%,rgba(30,30,30,0) 100%) no-repeat scroll right top / 100% 100% rgba(30,30,30,0)}.scheme_dark .post_layout_chess_1 .post_meta:before{background-color:#3f3e41}.scheme_dark .nav-links-old{color:#ffffff}.scheme_dark .nav-links-old a:hover{color:#ffffff;	border-color:#ffffff}.scheme_dark .esg-filters div.esg-navigationbutton,.scheme_dark .page_links>a,.scheme_dark .comments_pagination .page-numbers,.scheme_dark .nav-links .page-numbers{color:#1d1d1d;	background-color:#dde0e2}.scheme_dark .esg-filters div.esg-navigationbutton:hover,.scheme_dark .esg-filters div.esg-navigationbutton.selected,.scheme_dark .page_links>a:hover,.scheme_dark .page_links>span:not(.page_links_title),.scheme_dark .comments_pagination a.page-numbers:hover,.scheme_dark .comments_pagination .page-numbers.current,.scheme_dark .nav-links a.page-numbers:hover,.scheme_dark .nav-links .page-numbers.current{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .post_item_single .post_header .post_date{color:#ffffff}.scheme_dark .post_item_single .post_header .post_categories,.scheme_dark .post_item_single .post_header .post_categories a{color:#c9e77a}.scheme_dark .post_item_single .post_header .post_meta .vc_inline-link,.scheme_dark .post_item_single .post_header .post_meta_item a,.scheme_dark .post_item_single .post_header .post_meta_item .socials_caption{color:#ffffff}.scheme_dark .single-post .post_meta_item.post_counters_comments,.scheme_dark .single-post .post_meta_item.post_counters_emotions,.scheme_dark .single-post .post_meta_item.post_categories a{color:#ffffff;	background-color:#28272e}.scheme_dark .post_item_single .post_header .post_meta .vc_inline-link:hover,.scheme_dark .post_item_single .post_meta_item>a:hover,.scheme_dark .post_item_single .post_meta_item .socials_caption:hover,.scheme_dark .post_item_single .post_edit a:hover{color:#d19bfb}.scheme_dark .single-post .post_meta_item.post_counters_comments:hover,.scheme_dark .single-post .post_meta_item.post_counters_emotions:hover,.scheme_dark .single-post .post_meta_item.post_categories a:hover{color:#1d1d1d !important;	background-color:#d19bfb}.scheme_dark .single-post .top_wrap_meta .post_meta_item.post_counters_comments:hover,.scheme_dark .single-post .top_wrap_meta .post_meta_item.post_counters_emotions:hover,.scheme_dark .single-post .top_wrap_meta .post_meta_item.post_categories a:hover{color:#1d1d1d !important;	background-color:rgba(40,39,46,0.7)}.scheme_dark .single-post .post_meta_item.post_counters_emotions:hover:before,.scheme_dark .single-post .post_meta_item.post_counters_comments:hover:before{color:#1d1d1d !important}.scheme_dark .post_item_single .post_content .post_meta_label,.scheme_dark .post_item_single .post_content .post_meta_item:hover .post_meta_label{color:#ffffff}.scheme_dark .post_item_single .post_item_meta_wrap .post_tags a,.scheme_dark .post_item_single .post_content .post_tags a{color:#ffffff;	background-color:#28272e}.scheme_dark .post_item_single .post_item_meta_wrap .post_tags a:hover,.scheme_dark .post_item_single .post_content .post_tags a:hover{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item .social_icon{color:#1d1d1d !important;	background-color:#c9e77a}.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon{color:#1d1d1d !important;	background-color:#d19bfb}.scheme_dark .post-password-form input[type="submit"]{border-color:#ffffff}.scheme_dark .post-password-form input[type="submit"]:hover,.scheme_dark .post-password-form input[type="submit"]:focus{color:#1e1e1e}.scheme_dark .single-post .dpsp-share-text{color:#ffffff}.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button .dpsp-network-icon,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button .dpsp-network-icon,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a .dpsp-network-icon,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a .dpsp-network-icon,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a{color:#1d1d1d !important}.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button:hover .dpsp-network-icon,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li button:hover,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button:hover .dpsp-network-icon,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li button:hover,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a:hover .dpsp-network-icon,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a:hover,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a:hover .dpsp-network-icon,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a:hover{color:#1d1d1d!important}.scheme_dark .nav-links-single .nav-links{border-color:#3f3e41}.scheme_dark .nav-links-single .nav-links a .meta-nav{color:#ffffff}.scheme_dark .nav-links-single .nav-links a .post_date{color:#ffffff}.scheme_dark .nav-links-single .nav-links a:hover .meta-nav,.scheme_dark .nav-links-single .nav-links a:hover .post_date{color:#ffffff}.scheme_dark .nav-links-single .nav-links a:hover .post-title{color:#c9e77a}.scheme_dark .nav-links-single.nav-links-fixed .nav-links .nav-previous,.scheme_dark .nav-links-single.nav-links-fixed .nav-links .nav-next{border-color:#3f3e41;	background-color:#1e1e1e}.scheme_dark .nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap:before{background-color:#c9e77a}.scheme_dark .nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap:before{background-color:#d19bfb}.scheme_dark .nav-links-single .post-navigation .nav-links a .nav_wrap .arrow_wrap .nav-arrow,.scheme_dark .nav-links-single .nav-links a .post-title,.scheme_dark .nav-links-single .post-navigation .nav-links a .nav_wrap .arrow_wrap .screen-reader-text,.scheme_dark .nav-links-single .post-navigation .nav-links a .nav_wrap .arrow_wrap .screen-reader-text{color:#1d1d1d}.scheme_dark .nav-links-single .post-navigation .nav-links a:hover .nav_wrap .arrow_wrap .nav-arrow,.scheme_dark .nav-links-single .nav-links a:hover .post-title,.scheme_dark .nav-links-single .post-navigation .nav-links a:hover .nav_wrap .arrow_wrap .screen-reader-text,.scheme_dark .nav-links-single .post-navigation .nav-links a:hover .nav_wrap .arrow_wrap .screen-reader-text{color:rgba(29,29,29,0.5)}.scheme_dark.author_info{color:#909698;	background-color:#1e1e1e}.scheme_dark.author_info .author_title{color:#c9e77a}.scheme_dark.author_info a{color:#ffffff}.scheme_dark.author_info a:hover{color:#c9e77a}.scheme_dark.author_info .socials_wrap .social_item .social_icon{color:#ffffff;	background-color:#c9e77a}.scheme_dark.author_info .socials_wrap .social_item:hover .social_icon{color:#1e1e1e;	background-color:#d19bfb}.scheme_dark .author_info{background-color:#28272e}.scheme_dark .related_wrap{border-color:#3f3e41}.scheme_dark .related_wrap .related_item_style_1 .post_header{background-color:rgba(30,30,30,0.7)}.scheme_dark .related_wrap .related_item_style_1:hover .post_header{background-color:#1e1e1e}.scheme_dark .related_wrap .related_item_style_1 .post_date a{color:#909698}.scheme_dark .related_wrap .related_item_style_1:hover .post_date a{color:#ffffff}.scheme_dark .related_wrap .related_item_style_1:hover .post_date a:hover{color:#ffffff}.scheme_dark .related_wrap .related_item_style_2{background-color:#28272e}.scheme_dark .related_wrap .post_title a{color:#ffffff}.scheme_dark .related_wrap .post_title a:hover{color:#d19bfb}.scheme_dark .page_contact_form{border-color:#3f3e41}.scheme_dark .comments_list_wrap,.scheme_dark .comments_list_wrap>ul{border-color:#3f3e41}.scheme_dark .comments_list_wrap li + li,.scheme_dark .comments_list_wrap li ul{border-color:#3f3e41}.scheme_dark .comments_list_wrap .bypostauthor>.comment_body .comment_author_avatar:after{border-color:#c9e77a}.scheme_dark .comments_list_wrap .comment_info{color:#ffffff}.scheme_dark .comments_list_wrap .comment_counters a{color:#c9e77a}.scheme_dark .comments_list_wrap .comment_counters a:hover{color:#d19bfb}.scheme_dark .comments_list_wrap .comment_text{color:#909698}.scheme_dark .comments_list_wrap .comment_reply a{color:#ffffff}.scheme_dark .comments_list_wrap .comment_reply a:hover{color:#d19bfb}.scheme_dark .comments_form_wrap{border-color:#3f3e41}.scheme_dark .comments_wrap .comments_notes{color:#ffffff}.scheme_dark .comments_list_wrap .comment_info>*:after{color:#909698}.scheme_dark .comments_list_wrap .comment_author a{color:#ffffff}.scheme_dark .comments_list_wrap .comment_author a:hover{color:#d19bfb}.scheme_dark .post_item_404 .page_title{color:#ffffff;	background-color:#a275c5}.scheme_dark .post_item_404 .page_description{color:#909698}.scheme_dark .post_item_404 .go_home{color:#1d1d1d !important;	background-color:#c9e77a !important}.scheme_dark .post_item_404 .go_home:hover{color:#1d1d1d !important;	background-color:#d19bfb !important}.scheme_dark .sidebar.widget_area .sidebar_inner .widget{background-color:#28272e}.scheme_dark .sidebar a{color:#ffffff}.scheme_dark .sidebar a:hover{color:#d19bfb}.scheme_dark.sidebar .sidebar_inner{background-color:#28272e;	color:#909698}.scheme_dark .sidebar_inner .widget + .widget{border-color:#3f3e41}.scheme_dark.sidebar .widget + .widget{border-color:#0e0d12}.scheme_dark.sidebar a{color:#a275c5}.scheme_dark.sidebar a:hover{color:#d19bfb}.scheme_dark.sidebar h1,.scheme_dark.sidebar h2,.scheme_dark.sidebar h3,.scheme_dark.sidebar h4,.scheme_dark.sidebar h5,.scheme_dark.sidebar h6,.scheme_dark.sidebar h1 a,.scheme_dark.sidebar h2 a,.scheme_dark.sidebar h3 a,.scheme_dark.sidebar h4 a,.scheme_dark.sidebar h5 a,.scheme_dark.sidebar h6 a{color:#1e1e1e}.scheme_dark.sidebar h1 a:hover,.scheme_dark.sidebar h2 a:hover,.scheme_dark.sidebar h3 a:hover,.scheme_dark.sidebar h4 a:hover,.scheme_dark.sidebar h5 a:hover,.scheme_dark.sidebar h6 a:hover{color:#a275c5}.scheme_dark .sidebar_control{color:#1e1e1e !important;	background-color:#28272e;	border-color:#0e0d12}.scheme_dark .sidebar_control:hover{color:#a275c5 !important;	background-color:#28272e;	border-color:#4a4a4a}.scheme_dark .elementor-widget-sidebar .widget{background-color:#28272e}.scheme_dark .widget.widget_fullwidth.widget_banner{background-color:transparent}.scheme_dark ul.wp-block-page-list li:before,.scheme_dark ul.wp-block-archives-list li:before,.scheme_dark ul.wp-block-categories-list li:before,.scheme_dark ul.wp-block-categories__list li:before,.scheme_dark .widget ul>li:before{color:#ffffff}.scheme_dark ul.wp-block-page-list li:hover:before,.scheme_dark ul.wp-block-archives-list li:hover:before,.scheme_dark ul.wp-block-categories-list li:hover:before,.scheme_dark ul.wp-block-categories__list li:hover:before,.scheme_dark .widget ul>li:hover:before{color:#d19bfb}.scheme_dark.sidebar ul.wp-block-page-list li:before,.scheme_dark.sidebar ul.wp-block-archives-list li:before,.scheme_dark.sidebar ul.wp-block-categories-list li:before,.scheme_dark.sidebar ul.wp-block-categories__list li:before,.scheme_dark.sidebar ul>li:before{background-color:#a275c5}.scheme_dark.sidebar li>a,.scheme_dark.sidebar .post_title>a{color:#1e1e1e}.scheme_dark.sidebar li>a:hover,.scheme_dark.sidebar .post_title>a:hover{color:#a275c5}.scheme_dark .post_meta .post_meta_item:after,.scheme_dark .post_meta .post_meta_item.post_edit:after,.scheme_dark .post_meta .vc_inline-link:after{color:#3f3e41}.scheme_dark.sidebar .post_meta,.scheme_dark.sidebar .post_meta_item,.scheme_dark.sidebar .post_meta_item:after,.scheme_dark.sidebar .post_meta_item:hover:after,.scheme_dark.sidebar .post_meta .vc_inline-link,.scheme_dark.sidebar .post_meta .vc_inline-link:after,.scheme_dark.sidebar .post_meta .vc_inline-link:hover:after,.scheme_dark.sidebar .post_meta_item a,.scheme_dark.sidebar .post_info .post_info_item,.scheme_dark.sidebar .post_info .post_info_item a,.scheme_dark.sidebar .post_info_counters .post_counters_item,.scheme_dark.sidebar .post_counters .socials_share .socials_caption:before,.scheme_dark.sidebar .post_counters .socials_share .socials_caption:hover:before{color:#909698}.scheme_dark.sidebar .post_date a:hover,.scheme_dark.sidebar a.post_meta_item:hover,.scheme_dark.sidebar .post_meta_item a:hover,.scheme_dark.sidebar .post_meta .vc_inline-link:hover,.scheme_dark.sidebar .post_info .post_info_item a:hover,.scheme_dark.sidebar .post_info_counters .post_counters_item:hover{color:#1e1e1e}.scheme_dark.sidebar .post_item .post_title a:hover{color:#a275c5}.scheme_dark.sidebar .post_meta_item.post_categories,.scheme_dark.sidebar .post_meta_item.post_categories a{color:#a275c5}.scheme_dark.sidebar .post_meta_item.post_categories a:hover{color:#d19bfb}.scheme_dark.sidebar .post_meta_item .socials_share .social_items{background-color:#28272e}.scheme_dark.sidebar .post_meta_item .social_items,.scheme_dark.sidebar .post_meta_item .social_items:before{background-color:#28272e;	border-color:#0e0d12;	color:#909698}.scheme_dark.sidebar .widget_archive li{color:#1e1e1e}.scheme_dark .widget_archive li{color:#ffffff}.scheme_dark .wp-block-calendar caption,.scheme_dark .wp-block-calendar tbody td a,.scheme_dark .wp-block-calendar th,.scheme_dark .widget_calendar caption,.scheme_dark .widget_calendar tbody td a,.scheme_dark .widget_calendar th{color:#ffffff;	background-color:transparent}.scheme_dark .sidebar .wp-block-calendar th:before,.scheme_dark .sidebar .widget_calendar th:before{background-color:#1e1e1e}.scheme_dark .sidebar .wp-block-calendar th,.scheme_dark .sidebar .widget_calendar th{border-color:#28272e !important}.scheme_dark .content .wp-block-calendar th,.scheme_dark .content .wp-block-calendar th:before,	.scheme_dark .content .widget_calendar th,.scheme_dark .content .widget_calendar th:before{background-color:#28272e}.scheme_dark .wp-block-calendar th:before,.scheme_dark .widget_calendar th:before{background-color:#1e1e1e}.scheme_dark .wp-block-calendar th,.scheme_dark .widget_calendar th{border-color:#28272e !important}.scheme_dark.sidebar .wp-block-calendar caption,.scheme_dark.sidebar .wp-block-calendar tbody td a,.scheme_dark.sidebar .wp-block-calendar th,.scheme_dark.sidebar .widget_calendar caption,.scheme_dark.sidebar .widget_calendar tbody td a,.scheme_dark.sidebar .widget_calendar th{color:#1e1e1e}.scheme_dark .wp-block-calendar tbody td,.scheme_dark .widget_calendar tbody td{color:#ffffff !important}.scheme_dark.sidebar .wp-block-calendar tbody td,.scheme_dark.sidebar .widget_calendar tbody td{color:#909698 !important}.scheme_dark .wp-block-calendar tbody td a:hover,.scheme_dark .widget_calendar tbody td a:hover{color:#c9e77a}.scheme_dark.sidebar .wp-block-calendar tbody td a:hover,.scheme_dark.sidebar .widget_calendar tbody td a:hover{color:#a275c5}.scheme_dark .wp-block-calendar tbody td a:after,.scheme_dark .widget_calendar tbody td a:after{background-color:#c9e77a}.scheme_dark.sidebar .wp-block-calendar tbody td a:after,.scheme_dark.sidebar .widget_calendar tbody td a:after{background-color:#a275c5}.scheme_dark .wp-block-calendar td#today,.scheme_dark .widget_calendar td#today{color:#1d1d1d !important}.scheme_dark .wp-block-calendar td#today a,.scheme_dark .widget_calendar td#today a{color:#ffffff}.scheme_dark .wp-block-calendar td#today a:hover,.scheme_dark .widget_calendar td#today a:hover{color:#1e1e1e}.scheme_dark .wp-block-calendar td#today:before,.scheme_dark .widget_calendar td#today:before{background-color:#c9e77a}.scheme_dark.sidebar .wp-block-calendar td#today:before,.scheme_dark.sidebar .widget_calendar td#today:before{background-color:#a275c5}.scheme_dark .widget_calendar td#today a:after,.scheme_dark .wp-block-calendar td#today a:after{background-color:#ffffff}.scheme_dark .wp-block-calendar td#today a:hover:after,.scheme_dark .widget_calendar td#today a:hover:after{background-color:#1e1e1e}.scheme_dark .wp-block-calendar #prev a,.scheme_dark .wp-block-calendar #next a,.scheme_dark .widget_calendar #prev a,.scheme_dark .widget_calendar #next a{color:#ffffff}.scheme_dark.sidebar .wp-block-calendar #prev a,.scheme_dark.sidebar .wp-block-calendar #next a,	.scheme_dark.sidebar .widget_calendar #prev a,.scheme_dark.sidebar .widget_calendar #next a{color:#1e1e1e}.scheme_dark .wp-block-calendar #prev a:hover,.scheme_dark .wp-block-calendar #next a:hover,	.scheme_dark .widget_calendar #prev a:hover,.scheme_dark .widget_calendar #next a:hover{color:#a275c5}.scheme_dark.sidebar .wp-block-calendar #prev a:hover,.scheme_dark.sidebar .wp-block-calendar #next a:hover,	.scheme_dark.sidebar .widget_calendar #prev a:hover,.scheme_dark.sidebar .widget_calendar #next a:hover{color:#a275c5}.scheme_dark .wp-calendar-nav-prev a:before,.scheme_dark .wp-calendar-nav-next a:before{background-color:#28272e}.scheme_dark .content .wp-calendar-nav-prev a:before,.scheme_dark .content .wp-calendar-nav-next a:before{background-color:#1e1e1e}.scheme_dark .footer_wrap .wp-calendar-nav-prev a:before,.scheme_dark .footer_wrap .wp-calendar-nav-next a:before{background-color:#28272e}.scheme_dark.sidebar .wp-calendar-nav-prev a:before,.scheme_dark.sidebar .wp-calendar-nav-next a:before{background-color:#28272e}.scheme_dark .wp-block-calendar table>tbody>tr:nth-child(2n+1)>td,.scheme_dark .wp-block-calendar table>tbody>tr:nth-child(2n)>td{color:#ffffff;	background-color:transparent}.scheme_dark .wp-block-calendar table th{color:#ffffff;	background-color:#28272e}.scheme_dark .widget_categories li{color:#ffffff}.scheme_dark.sidebar .widget_categories li{color:#1e1e1e}.scheme_dark .widget_recent_entries .post-date{color:#ffffff}.scheme_dark.widget_recent_entries .post-date{color:#909698}.scheme_dark .widget_recent_comments .recentcomments .comment-author-link{color:#ffffff}.scheme_dark .widget_rss .widget_title a:first-child{color:#c9e77a}.scheme_dark.sidebar .widget_rss .widget_title a:first-child{color:#a275c5}.scheme_dark .widget_rss .widget_title a:first-child:hover{color:#d19bfb}.scheme_dark.sidebar .widget_rss .widget_title a:first-child:hover{color:#d19bfb}.scheme_dark .widget_rss .rss-date{color:#ffffff}.scheme_dark.sidebar .widget_rss .rss-date{color:#909698}.scheme_dark .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_dark .widget_product_tag_cloud a,.scheme_dark .wp-block-tag-cloud a,.scheme_dark .widget_tag_cloud a{color:#1d1d1d !important;	background-color:#c9e77a}.scheme_dark.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a,.scheme_dark.sidebar .widget_product_tag_cloud a,.scheme_dark.sidebar .wp-block-tag-cloud a,.scheme_dark.sidebar .widget_tag_cloud a{color:#1e1e1e;	background-color:#0e0d12}.scheme_dark .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_dark .widget_product_tag_cloud a:hover,.scheme_dark .wp-block-tag-cloud a:hover,.scheme_dark .widget_tag_cloud a:hover{color:#1d1d1d !important;	background-color:#d19bfb}.scheme_dark.sidebar .sc_edd_details .downloads_page_tags .downloads_page_data>a:hover,.scheme_dark.sidebar .widget_product_tag_cloud a:hover,.scheme_dark.sidebar .wp-block-tag-cloud a:hover,.scheme_dark.sidebar .widget_tag_cloud a:hover{background-color:#a275c5}.scheme_dark .widget.widget_banner a:before{background-color:#d19bfb}.scheme_dark .elementor-widget-image a:before{background-color:#d19bfb}.scheme_dark .footer_wrap{background-color:#28272e}.scheme_dark.footer_wrap,.footer_wrap .scheme_dark.vc_row{background-color:#1e1e1e;	color:#909698}.scheme_dark.footer_wrap .widget,.scheme_dark.footer_wrap .sc_content .wpb_column,.footer_wrap .scheme_dark.vc_row .widget,.footer_wrap .scheme_dark.vc_row .sc_content .wpb_column{border-color:#0e0d12}.scheme_dark.footer_wrap h1,.scheme_dark.footer_wrap h2,.scheme_dark.footer_wrap h3,.scheme_dark.footer_wrap h4,.scheme_dark.footer_wrap h5,.scheme_dark.footer_wrap h6,.scheme_dark.footer_wrap h1 a,.scheme_dark.footer_wrap h2 a,.scheme_dark.footer_wrap h3 a,.scheme_dark.footer_wrap h4 a,.scheme_dark.footer_wrap h5 a,.scheme_dark.footer_wrap h6 a,.footer_wrap .scheme_dark.vc_row h1,.footer_wrap .scheme_dark.vc_row h2,.footer_wrap .scheme_dark.vc_row h3,.footer_wrap .scheme_dark.vc_row h4,.footer_wrap .scheme_dark.vc_row h5,.footer_wrap .scheme_dark.vc_row h6,.footer_wrap .scheme_dark.vc_row h1 a,.footer_wrap .scheme_dark.vc_row h2 a,.footer_wrap .scheme_dark.vc_row h3 a,.footer_wrap .scheme_dark.vc_row h4 a,.footer_wrap .scheme_dark.vc_row h5 a,.footer_wrap .scheme_dark.vc_row h6 a{color:#ffffff}.scheme_dark.footer_wrap h1 a:hover,.scheme_dark.footer_wrap h2 a:hover,.scheme_dark.footer_wrap h3 a:hover,.scheme_dark.footer_wrap h4 a:hover,.scheme_dark.footer_wrap h5 a:hover,.scheme_dark.footer_wrap h6 a:hover,.footer_wrap .scheme_dark.vc_row h1 a:hover,.footer_wrap .scheme_dark.vc_row h2 a:hover,.footer_wrap .scheme_dark.vc_row h3 a:hover,.footer_wrap .scheme_dark.vc_row h4 a:hover,.footer_wrap .scheme_dark.vc_row h5 a:hover,.footer_wrap .scheme_dark.vc_row h6 a:hover{color:#a275c5}.scheme_dark.footer_wrap .widget li:before,.footer_wrap .scheme_dark.vc_row .widget li:before{background-color:transparent}.scheme_dark.footer_wrap a,.footer_wrap .scheme_dark.vc_row a{color:#ffffff}.scheme_dark.footer_wrap.footer_custom a,.footer_wrap.footer_custom .scheme_dark.vc_row a{color:#1e1e1e}.scheme_dark.footer_wrap a:hover,.footer_wrap .scheme_dark.vc_row a:hover{color:#a275c5}.scheme_dark.footer_wrap .post_meta,.scheme_dark.footer_wrap .post_meta_item,.scheme_dark.footer_wrap .post_meta_item:after,.scheme_dark.footer_wrap .post_meta_item:hover:after,.scheme_dark.footer_wrap .post_meta .vc_inline-link,.scheme_dark.footer_wrap .post_meta .vc_inline-link:after,.scheme_dark.footer_wrap .post_meta .vc_inline-link:hover:after,.scheme_dark.footer_wrap .post_meta_item a,.scheme_dark.footer_wrap .post_info .post_info_item,.scheme_dark.footer_wrap .post_info .post_info_item a,.scheme_dark.footer_wrap .post_info_counters .post_counters_item,.scheme_dark.footer_wrap .post_counters .socials_share .socials_caption:before,.scheme_dark.footer_wrap .post_counters .socials_share .socials_caption:hover:before{color:#909698}.scheme_dark.footer_wrap .post_date a:hover,.scheme_dark.footer_wrap a.post_meta_item:hover,.scheme_dark.footer_wrap .post_meta_item a:hover,.scheme_dark.footer_wrap .post_meta .vc_inline-link:hover,.scheme_dark.footer_wrap .post_info .post_info_item a:hover,.scheme_dark.footer_wrap .post_info_counters .post_counters_item:hover{color:#1e1e1e}.scheme_dark.footer_wrap .post_item .post_title a:hover{color:#a275c5}.scheme_dark.footer_wrap .post_meta_item.post_categories,.scheme_dark.footer_wrap .post_meta_item.post_categories a{color:#a275c5}.scheme_dark.footer_wrap .post_meta_item.post_categories a:hover{color:#d19bfb}.scheme_dark.footer_wrap .post_meta_item .socials_share .social_items{background-color:#28272e}.scheme_dark.footer_wrap .post_meta_item .social_items,.scheme_dark.footer_wrap .post_meta_item .social_items:before{background-color:#28272e;	border-color:#0e0d12;	color:#909698}.scheme_dark .footer_logo_inner{border-color:#0e0d12}.scheme_dark .footer_logo_inner:after{background-color:#909698}.scheme_dark .footer_socials_inner .social_item .social_icon{color:#909698}.scheme_dark .footer_socials_inner .social_item:hover .social_icon{color:#1e1e1e}.scheme_dark .menu_footer_nav_area ul li a{color:#ffffff}.scheme_dark .menu_footer_nav_area ul li a:hover{color:#a275c5}.scheme_dark .menu_footer_nav_area ul li+li:before{border-color:#909698}.scheme_dark .menu_footer_nav_area>ul>li ul,.scheme_dark .footer_wrap .sc_layouts_menu>ul>li ul{border-color:#e5e5e5}.scheme_dark .footer_copyright_inner{background-color:#1e1e1e;	border-color:#3f3e41;	color:#ffffff}.scheme_dark .footer_copyright_inner a{color:#ffffff}.scheme_dark .footer_copyright_inner a:hover{color:#c9e77a}.scheme_dark .footer_copyright_inner .copyright_text{color:#909698}.scheme_dark rs-module .rs-layer .title,.scheme_dark rs-module rs-loop-wrap .rs-layer .title{color:#ffffff!important}.scheme_dark rs-module .rs-layer .comments,.scheme_dark rs-module .rs-layer .category a,.scheme_dark rs-module .rs-layer .category a span,.scheme_dark rs-module rs-loop-wrap .rs-layer .comments,.scheme_dark rs-module rs-loop-wrap .rs-layer .category a,.scheme_dark rs-module rs-loop-wrap .rs-layer .category a span,.scheme_dark rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments,.scheme_dark rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a{color:#ffffff;	background-color:#28272e}.scheme_dark rs-module .rs-layer .title:hover,.scheme_dark rs-module rs-loop-wrap .rs-layer .title:hover{color:rgba(255,255,255,0.7)!important}.scheme_dark rs-module .rs-layer .comments:hover,.scheme_dark rs-module .rs-layer .category a:hover,.scheme_dark rs-module rs-loop-wrap .rs-layer .comments:hover,.scheme_dark rs-module rs-loop-wrap .rs-layer .category a:hover,.scheme_dark rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .comments:hover,.scheme_dark rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .category a:hover{color:#1d1d1d!important;	background-color:rgba(40,39,46,0.7)}.scheme_dark rs-module .rs-layer .category.alter_link_2 a:hover,.scheme_dark rs-module rs-loop-wrap .rs-layer .category.alter_link_2 a:hover{background-color:#d19bfb}.scheme_dark .mfp-bg,.scheme_dark .elementor-lightbox{background-color:rgba(30,30,30,0.7)}.scheme_dark .mfp-image-holder .mfp-close,.scheme_dark .mfp-iframe-holder .mfp-close,.scheme_dark .mfp-wrap .mfp-close{color:#ffffff;	background-color:transparent}.scheme_dark .elementor-lightbox .dialog-lightbox-close-button,.scheme_dark .elementor-lightbox .elementor-swiper-button{color:#ffffff;	background-color:transparent}.scheme_dark .mfp-image-holder .mfp-close:hover,.scheme_dark .mfp-iframe-holder .mfp-close:hover,.scheme_dark .mfp-close-btn-in .mfp-close:hover{color:#d19bfb}.scheme_dark .elementor-lightbox .dialog-lightbox-close-button:hover,.scheme_dark .elementor-lightbox .elementor-swiper-button:hover{color:#c9e77a}.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover .dpsp-network-icon,.scheme_dark #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover,.scheme_dark #dpsp-floating-sidebar ul.dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover .dpsp-network-icon{background-color:#d19bfb; border-color:#d19bfb}.scheme_dark .accent1{color:#c9e77a}.scheme_dark .accent2{color:#c9e77a}.scheme_dark .accent3{color:#d19bfb}.scheme_dark .accent1_bg{background-color:#c9e77a; color:#1d1d1d}.scheme_dark .accent2_bg{background-color:#c9e77a; color:#1d1d1d}.scheme_dark .accent3_bg{background-color:#d19bfb; color:#1d1d1d}.scheme_dark .alter_bg{background-color:#28272e}.scheme_dark .alter_text{color:#909698}.scheme_dark .alter_link{color:#a275c5}.scheme_dark .alter_link2{color:#dd5679}.scheme_dark .alter_link3{color:#909698}.scheme_dark .extra_bg{background-color:#28272e}.scheme_dark .extra_text{color:#333333}.scheme_dark .extra_link{color:#a275c5}.scheme_dark .extra_link2{color:#d19bfb}.scheme_dark .extra_link3{color:#c9e77a}.scheme_dark .wp-block-cover-text,.scheme_dark .wp-block-cover-text strong,.scheme_dark .wp-block-cover-text a,.scheme_dark .wp-block-cover-text,.scheme_dark section.wp-block-cover-image h2{color:#28272e !important}.scheme_dark .wp-block-cover-text a:hover{color:#d19bfb !important}.scheme_dark .trx_addons_accent,.scheme_dark .trx_addons_accent>a,.scheme_dark .trx_addons_accent>*{color:#c9e77a}.scheme_dark .trx_addons_accent>a:hover{color:#d19bfb}.scheme_dark .sidebar .trx_addons_accent,.scheme_dark.sidebar .trx_addons_accent,.scheme_dark .sidebar .trx_addons_accent>a,.scheme_dark.sidebar .trx_addons_accent>a,.scheme_dark .sidebar .trx_addons_accent>*,.scheme_dark.sidebar .trx_addons_accent>*,.scheme_dark .footer_wrap .trx_addons_accent,.scheme_dark.footer_wrap .trx_addons_accent,.scheme_dark .footer_wrap .trx_addons_accent>a,.scheme_dark.footer_wrap .trx_addons_accent>a,.scheme_dark .footer_wrap .trx_addons_accent>*,.scheme_dark.footer_wrap .trx_addons_accent>*{color:#a275c5}.scheme_dark .sidebar .trx_addons_accent>a:hover,.scheme_dark.sidebar .trx_addons_accent>a:hover,.scheme_dark .footer_wrap .trx_addons_accent>a:hover,.scheme_dark.footer_wrap .trx_addons_accent>a:hover{color:#1e1e1e}.scheme_dark .trx_addons_hover,.scheme_dark .trx_addons_hover>*{color:#d19bfb}.scheme_dark .trx_addons_accent_bg{background-color:#c9e77a;	color:#1d1d1d}.scheme_dark .trx_addons_inverse{color:#1e1e1e;	background-color:#ffffff}.scheme_dark .trx_addons_dark,.scheme_dark .trx_addons_dark>a{color:#ffffff}.scheme_dark .trx_addons_dark>a:hover{color:#c9e77a}.scheme_dark .trx_addons_inverse,.scheme_dark .trx_addons_inverse>a{color:#1e1e1e;	background-color:#ffffff}.scheme_dark .trx_addons_inverse>a:hover{color:#1e1e1e}.scheme_dark .trx_addons_dropcap_style_1{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .trx_addons_dropcap_style_2{color:#1e1e1e;	background-color:#d19bfb}.scheme_dark ul[class*="trx_addons_list"]>li:before{color:#d19bfb}.scheme_dark ul[class*="trx_addons_list"][class*="_circled"]>li:before{color:#ffffff;	background-color:#c9e77a}.scheme_dark .trx_addons_list_parameters>li + li{border-color:#3f3e41}.scheme_dark .trx_addons_tooltip{color:#ffffff;	border-color:#ffffff}.scheme_dark .trx_addons_tooltip:before{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .trx_addons_tooltip:after{border-top-color:#d19bfb}.scheme_dark blockquote.trx_addons_blockquote_style_1:before,.scheme_dark blockquote.trx_addons_blockquote_style_1{color:#1e1e1e;	background-color:#ffffff}.scheme_dark blockquote.trx_addons_blockquote_style_1 b{color:#1e1e1e}.scheme_dark blockquote.trx_addons_blockquote_style_1 a,.scheme_dark blockquote.trx_addons_blockquote_style_1 cite{color:#c9e77a}.scheme_dark blockquote.trx_addons_blockquote_style_1 a:hover{color:#1e1e1e}.scheme_dark blockquote.trx_addons_blockquote_style_2{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark blockquote.trx_addons_blockquote_style_2:before,.scheme_dark blockquote.trx_addons_blockquote_style_2 a,.scheme_dark blockquote.trx_addons_blockquote_style_2 cite{color:#ffffff}.scheme_dark blockquote.trx_addons_blockquote_style_2 a:hover{color:#1e1e1e}.scheme_dark .trx_addons_hover_mask{background-color:rgba(209,155,251,0.9)}.scheme_dark .trx_addons_hover_title{color:#1e1e1e}.scheme_dark .trx_addons_hover_text{color:#333333}.scheme_dark .trx_addons_hover_icon,.scheme_dark .trx_addons_hover_links a{color:#ffffff;	background-color:#a275c5}.scheme_dark .trx_addons_hover_icon:hover,.scheme_dark .trx_addons_hover_links a:hover{color:#1e1e1e !important;	background-color:#c9e77a}.scheme_dark .trx_addons_text_gradient,.scheme_dark .trx_addons_text_gradient *{background:#c9e77a;	background:linear-gradient(0deg,#c9e77a,#d19bfb)}.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#ffffff;	background-color:#1e1e1e}.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark.sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a{color:#909698;	background-color:#0e0d12}.scheme_dark.sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_dark.sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{color:#ffffff;	background-color:#a275c5}.scheme_dark .trx_addons_emotions .trx_addons_emotions_item:before{color:#ffffff}.scheme_dark .trx_addons_emotions_item{background-color:#28272e;	border-color:#28272e;	color:#909698}.scheme_dark .trx_addons_emotions_active{color:#1d1d1d;	border-color:#d19bfb;	background-color:#d19bfb}.scheme_dark .trx_addons_emotions_item_number{color:#ffffff}.scheme_dark .trx_addons_emotions_active .trx_addons_emotions_item:before,.scheme_dark .trx_addons_emotions:hover .trx_addons_emotions_item:before{color:#1d1d1d}.scheme_dark .trx_addons_emotions_item:hover{color:#1d1d1d;	border-color:#d19bfb;	background-color:#d19bfb}.scheme_dark .trx_addons_emotions_active .trx_addons_emotions_item_number,.scheme_dark .trx_addons_emotions_item:hover .trx_addons_emotions_item_number{color:#1d1d1d}.scheme_dark .slider_container .slide_info.slide_info_large{background-color:rgba(30,30,30,0.7)}.scheme_dark .slider_container .slide_info.slide_info_large:hover{background-color:#1e1e1e}.scheme_dark .slider_container .slide_info.slide_info_large .slide_cats a{color:#c9e77a}.scheme_dark .slider_container .slide_info.slide_info_large .slide_title a{color:#ffffff}.scheme_dark .slider_container .slide_info.slide_info_large .slide_date{color:#909698}.scheme_dark .slider_container .slide_info.slide_info_large:hover .slide_date{color:#ffffff}.scheme_dark .slider_container .slide_info.slide_info_large .slide_cats a:hover,.scheme_dark .slider_container .slide_info.slide_info_large .slide_title a:hover{color:#d19bfb}.scheme_dark .slider_container.slider_multi .slide_cats a:hover,.scheme_dark .slider_container.slider_multi .slide_title a:hover,.scheme_dark .slider_container.slider_multi a:hover .slide_title{color:#d19bfb}.scheme_dark .slider_container.slider_controls_side .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a{color:#1d1d1d;	background-color:transparent;	border-color:transparent}.scheme_dark .sc_slider_controls .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_outside .slider_controls_wrap>a{color:#ffffff;	background-color:transparent;	border-color:transparent}.scheme_dark .slider_container.slider_controls_side .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a:hover{color:rgba(29,29,29,0.5);	background-color:transparent;	border-color:transparent}.scheme_dark .sc_slider_controls .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_outside .slider_controls_wrap>a:hover{color:rgba(255,255,255,0.5);	background-color:transparent;	border-color:transparent}.scheme_dark .sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap{background-color:#3f3e41}.scheme_dark .sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap .slider_pagination_wrap{background-color:#3f3e41}.scheme_dark .sc_slider_controls .slider_progress_bar{background-color:#ffffff}.scheme_dark .slider_container.slider_controls_top .slider_controls_wrap>a,.scheme_dark .slider_container.slider_controls_bottom .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_top .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_bottom .slider_controls_wrap>a{color:#1d1d1d;	background-color:transparent;	border-color:transparent}.scheme_dark .slider_container.slider_controls_top .slider_controls_wrap>a:hover,.scheme_dark .slider_container.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_top .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:rgba(29,29,29,0.5);	border-color:transparent;	background-color:transparent}.scheme_dark .sc_layouts_row_type_normal .slider_outer_controls_bottom .slider_controls_wrap>a{color:#1d1d1d}.scheme_dark .sc_layouts_row_type_normal .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:rgba(29,29,29,0.5) !important}.scheme_dark .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,.scheme_dark .slider_container .slider_pagination_wrap .swiper-pagination-bullet,.scheme_dark .slider_outer .slider_pagination_wrap .swiper-pagination-bullet,.scheme_dark .swiper-pagination-custom .swiper-pagination-button{border-color:#28272e;	background-color:#28272e}.scheme_dark .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,.scheme_dark .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,.scheme_dark .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,.scheme_dark .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_dark .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_dark .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_dark .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{border-color:#ffffff;	background-color:#ffffff}.scheme_dark .slider_container .swiper-pagination-progress .swiper-pagination-progressbar,.scheme_dark .slider_outer .swiper-pagination-progress .swiper-pagination-progressbar{background-color:#c9e77a}.scheme_dark .slider_outer>.swiper-pagination-fraction{color:#ffffff}.scheme_dark .slider_titles_outside_wrap .slide_title a{color:#ffffff}.scheme_dark .slider_titles_outside_wrap .slide_title a:hover{color:#c9e77a}.scheme_dark .slider_titles_outside_wrap .slide_cats,.scheme_dark .slider_titles_outside_wrap .slide_subtitle{color:#c9e77a}.scheme_dark .slider_style_modern .slider_controls_label{color:#1e1e1e}.scheme_dark .slider_style_modern .slider_pagination_wrap{color:#ffffff}.scheme_dark .slider_style_modern .swiper-pagination-current{color:#ffffff}.scheme_dark .sc_slider_controller .slider-slide.swiper-slide-active{border-color:#c9e77a}.scheme_dark .sc_slider_controller_titles .slider-slide{background-color:#28272e}.scheme_dark .sc_slider_controller_titles .slider-slide:after{background-color:#0e0d12}.scheme_dark .sc_slider_controller_titles .slider-slide.swiper-slide-active{background-color:#1e1e1e}.scheme_dark .sc_slider_controller_titles .sc_slider_controller_info_title{color:#1e1e1e}.scheme_dark .sc_slider_controller_titles .sc_slider_controller_info_number{color:#909698}.scheme_dark .sc_slider_controller_titles .slider_controls_wrap>a{color:#ffffff;	background-color:#c9e77a}.scheme_dark .sc_slider_controller_titles .slider_controls_wrap>a:hover{color:#1e1e1e;	background-color:#ffffff}.scheme_dark .widget_categories_list .categories_list_style_3 .categories_list_item{background-color:#28272e}.scheme_dark .widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title,.scheme_dark .widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title{color:#c9e77a}.scheme_dark .widget_categories_list .categories_list_style_2 .categories_list_title{color:#1e1e1e;	background-color:rgba(40,39,46,0.7)}.scheme_dark .widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title{color:#a275c5;	background-color:#28272e}.scheme_dark.elementor-widget-trx_widget_categories_list .categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy_bg .trx_addons_extended_taxonomy_icon,.scheme_dark.elementor-widget-trx_widget_categories_list .categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy_bg{background-color:#28272e}.scheme_dark .categories_list.categories_list_style_2 .categories_list_item .list_item .categories_list_link{color:#1d1d1d}.scheme_dark .widget_contacts .contacts_info{color:#909698}.scheme_dark .widget_contacts .contacts_info span:before,.scheme_dark .widget_contacts .contacts_info>div>a:before,.scheme_dark .widget_contacts .contacts_info>a:before{color:#c9e77a}.scheme_dark .widget_contacts .contacts_info span a,.scheme_dark .widget_contacts .contacts_info>div>a,.scheme_dark .widget_contacts .contacts_info>a{color:#ffffff}.scheme_dark .widget_contacts .contacts_info span a:hover,.scheme_dark .widget_contacts .contacts_info>div>a:hover,.scheme_dark .widget_contacts .contacts_info>a:hover{color:#c9e77a}.scheme_dark.sidebar .widget_contacts .contacts_info,.scheme_dark.footer_wrap .widget_contacts .contacts_info{color:#909698}.scheme_dark.sidebar .widget_contacts .contacts_info span:before,.scheme_dark.sidebar .widget_contacts .contacts_info>div>a:before,.scheme_dark.sidebar .widget_contacts .contacts_info>a:before,.scheme_dark.footer_wrap .widget_contacts .contacts_info span:before,.scheme_dark.footer_wrap .widget_contacts .contacts_info>div>a:before,.scheme_dark.footer_wrap .widget_contacts .contacts_info>a:before{color:#a275c5}.scheme_dark.sidebar .widget_contacts .contacts_info span a,.scheme_dark.sidebar .widget_contacts .contacts_info>div>a,.scheme_dark.sidebar .widget_contacts .contacts_info>a,.scheme_dark.footer_wrap .widget_contacts .contacts_info span a,.scheme_dark.footer_wrap .widget_contacts .contacts_info>div>a,.scheme_dark.footer_wrap .widget_contacts .contacts_info>a{color:#1e1e1e}.scheme_dark.sidebar .widget_contacts .contacts_info span a:hover,.scheme_dark.sidebar .widget_contacts .contacts_info>div>a:hover,.scheme_dark.sidebar .widget_contacts .contacts_info>a:hover,.scheme_dark.footer_wrap .widget_contacts .contacts_info span a:hover,.scheme_dark.footer_wrap .widget_contacts .contacts_info>div>a:hover,.scheme_dark.footer_wrap .widget_contacts .contacts_info>a:hover{color:#a275c5}.scheme_dark .footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget{background-color:#28272e}.scheme_dark .footer_wrap .wp-widget-recent-comments ul li a,.scheme_dark .footer_wrap .wp-widget-recent-comments ul li .comment-author-link{color:#ffffff}.scheme_dark .footer_wrap .wp-widget-recent-comments ul li a:hover{color:#d19bfb}.scheme_dark .elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info>:before{color:#ffffff}.scheme_dark .elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info a{color:#d19bfb}.scheme_dark .elementor-widget-trx_widget_contacts .sc_widget_contacts .contacts_wrap .contacts_info a:hover{color:#ffffff}.scheme_dark .sc_recent_news_header{border-color:#ffffff}.scheme_dark .sc_recent_news_header_category_item_more{color:#c9e77a}.scheme_dark .sc_recent_news_header_more_categories{border-color:#e5e5e5;	background-color:#28272e}.scheme_dark .sc_recent_news_header_more_categories>a{color:#a275c5}.scheme_dark .sc_recent_news_header_more_categories>a:hover{color:#c9e77a;	background-color:#f3f5f7}.scheme_dark .sc_recent_news .post_counters_item,.scheme_dark .sc_recent_news .post_counters .post_counters_edit a{color:#ffffff;	background-color:#1e1e1e}.scheme_dark .sc_recent_news .post_counters_item:hover,.scheme_dark .sc_recent_news .post_counters .post_counters_edit a:hover{color:#1d1d1d;	background-color:#d19bfb}.scheme_dark .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_dark .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{color:#1e1e1e;	background-color:#28272e}.scheme_dark .sc_recent_news_style_news-magazine .post_accented_border{border-color:#3f3e41}.scheme_dark .sc_recent_news_style_news-excerpt .post_item{color:#909698;	background-color:#28272e}.scheme_dark .widget_twitter .widget_content .sc_twitter_item,.scheme_dark .widget_twitter .widget_content li{color:#909698}.scheme_dark .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{color:#c9e77a !important}.scheme_dark .widget_twitter .swiper-pagination-bullet{background-color:#ffffff}.scheme_dark .widget_twitter .swiper-pagination-bullet-active{background-color:#c9e77a}.scheme_dark .widget_twitter .widget_content .sc_twitter_list li{color:#909698}.scheme_dark .widget_twitter .widget_content .sc_twitter_list li:before{color:#c9e77a !important}.scheme_dark.sidebar .widget_twitter .widget_content .sc_twitter_list li{color:#909698}.scheme_dark.sidebar .widget_twitter .widget_content .sc_twitter_list li:before{color:#a275c5 !important}.scheme_dark .link_color_1 .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(odd) .post_featured:before{background-color:rgba(209,155,251,0.9)}.scheme_dark .link_color_1 .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(even) .post_featured:before{background-color:rgba(237,224,112,0.9)}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(odd) .post_featured:before{background-color:rgba(158,219,238,0.9)}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce:nth-child(even) .post_featured:before{background-color:rgba(201,231,122,0.9)}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_author .post_author_name,.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_title a{color:#1d1d1d !important}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_author:hover .post_author_name,.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_title a:hover{color:rgba(29,29,29,0.5) !important}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_counters_emotions,.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_categories a{color:#ffffff !important;	background-color:#28272e}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_counters_emotions:hover,.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_categories a:hover{color:#ffffff;	background-color:rgba(40,39,46,0.7)}.scheme_dark .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom .post_counters_emotions:hover:before{color:#ffffff}.scheme_dark .sc_item_subtitle{color:#c9e77a}.scheme_dark .color_style_link2 .sc_item_subtitle{color:#c9e77a}.scheme_dark .color_style_link3 .sc_item_subtitle{color:#d19bfb}.scheme_dark .sc_item_subtitle.sc_item_title_style_shadow{color:#ffffff}.scheme_dark .theme_scroll_down:hover{color:#c9e77a}.scheme_dark .sc_action_item .sc_action_item_subtitle{color:#c9e77a}.scheme_dark .sc_action_item.color_style_link2 .sc_action_item_subtitle{color:#c9e77a}.scheme_dark .sc_action_item.color_style_link3 .sc_action_item_subtitle{color:#d19bfb}.scheme_dark .sc_action_item.color_style_dark .sc_action_item_subtitle{color:#ffffff}.scheme_dark .sc_action_item_event .sc_action_item_date,.scheme_dark .sc_action_item_event .sc_action_item_info{color:#ffffff;	border-color:#909698}.scheme_dark .sc_action_item_event .sc_action_item_description{color:#909698}.scheme_dark .sc_action_item_event.with_image .sc_action_item_inner{background-color:#1e1e1e}.scheme_dark .sc_blogger.slider_container .swiper-pagination-bullet{border-color:#ffffff}.scheme_dark .sc_blogger_item{background-color:#28272e}.scheme_dark .sc_blogger_post_meta{color:#909698}.scheme_dark .sc_blogger_item_title a{color:#ffffff}.scheme_dark .sc_blogger_item_title a:hover{color:#d19bfb}.scheme_dark .sc_blogger_post_meta{color:#909698}.scheme_dark .sc_blogger_item_content{color:#909698}.scheme_dark .sc_blogger_item .more-link{color:#a275c5}.scheme_dark .sc_blogger_item .more-link:hover{color:#1e1e1e}.scheme_dark .sc_blogger .sc_item_filters ul.sc_item_filters_titles li a{color:#1d1d1d;	background-color:#dde0e2}.scheme_dark .sc_blogger .sc_item_filters ul.sc_item_filters_titles li a.active,.scheme_dark .sc_blogger .sc_item_filters ul.sc_item_filters_titles li a:hover{color:#1d1d1d;	background-color:#c9e77a}.scheme_dark .sc_blogger.sc_blogger_info .sc_blogger_item:before,.scheme_dark .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+1) .sc_blogger_item:before{background-color:rgba(209,155,251,0.9)}.scheme_dark .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+2) .sc_blogger_item:before{background-color:rgba(158,219,238,0.9)}.scheme_dark .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+3) .sc_blogger_item:before{background-color:rgba(201,231,122,0.9)}.scheme_dark .sc_blogger.sc_blogger_info [class*="trx_addons_column-"]:nth-child(4n+4) .sc_blogger_item:before{background-color:rgba(237,224,112,0.9)}.scheme_dark .sc_blogger_info .sc_blogger_item_title a{color:#1d1d1d}.scheme_dark .sc_blogger_info .sc_blogger_item_title a:hover{color:rgba(29,29,29,0.5)}.scheme_dark .sc_blogger_info .post_meta_item.post_date,.scheme_dark .sc_blogger_info .post_meta_item.post_author{color:#1d1d1d}.scheme_dark .sc_blogger_info .post_meta_item.post_date:after,.scheme_dark .sc_blogger_info .post_meta_item.post_author:after{color:#1d1d1d;	background-color:#1d1d1d}.scheme_dark .sc_blogger_info .post_meta_item.post_author:hover{color:rgba(29,29,29,0.5)}.scheme_dark .sc_blogger_info .post_meta_item.post_counters_comments,.scheme_dark .sc_blogger_info .post_meta_item.post_counters_emotions,.scheme_dark .sc_blogger_info .post_meta_item.post_categories a{background-color:#28272e}.scheme_dark .sc_blogger_info .post_meta_item.post_counters_comments:hover,.scheme_dark .sc_blogger_info .post_meta_item.post_counters_emotions:hover,.scheme_dark .sc_blogger_info .post_meta_item.post_categories a:hover{background-color:rgba(40,39,46,0.7);	color:#ffffff !important}.scheme_dark .sc_blogger_info .post_meta_item.post_counters_comments:hover:before,.scheme_dark .sc_blogger_info .post_meta_item.post_counters_emotions:hover:before{color:#ffffff !important}.scheme_dark .sc_layouts_row_type_normal .sc_blogger_modern .slider_outer_controls_bottom .slider_controls_wrap>a{color:#ffffff !important}.scheme_dark .sc_layouts_row_type_normal .sc_blogger_modern .slider_outer_controls_bottom .slider_controls_wrap>a:hover{color:rgba(255,255,255,0.5) !important}.scheme_dark .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button a{background-color:#d19bfb}.scheme_dark .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button a:hover{background-color:#c9e77a}.scheme_dark .sc_cars_item,.scheme_dark .sc_cars_item_params{border-color:#3f3e41}.scheme_dark .sc_cars_item_param{color:#ffffff}.scheme_dark .sc_cars_item_param .sc_cars_item_param_text,.scheme_dark .sc_cars_item_footer{color:#909698}.scheme_dark .sc_cars_columns_1 .sc_cars_item,.scheme_dark .sc_cars_item .sc_cars_item_thumb{background-color:#28272e}.scheme_dark .sc_cars_item_status>a,.scheme_dark .sc_cars_item_type>a,.scheme_dark .sc_cars_item_compare{color:#ffffff}.scheme_dark .sc_cars_item_compare.in_compare_list{color:#c9e77a}.scheme_dark .sc_cars_item_status>a:hover,.scheme_dark .sc_cars_item_type>a:hover,.scheme_dark .sc_cars_item_compare:hover,.scheme_dark .sc_cars_item_compare.in_compare_list:hover{color:#ffffff}.scheme_dark .sc_cars_item_options .sc_cars_item_row_address,.scheme_dark .sc_cars_item_options .sc_cars_item_row_meta{color:#ffffff}.scheme_dark .cars_page_title .cars_page_status>a{color:#ffffff;	background-color:#c9e77a}.scheme_dark .cars_page_title .cars_page_status>a:hover{color:#1e1e1e;	background-color:#d4f58e}.scheme_dark .cars_page_title_address{color:#ffffff}.scheme_dark .cars_price{color:#ffffff}.scheme_dark .cars_page_attachments_list>a:before,.scheme_dark .cars_page_features_list>a:before{color:#c9e77a}.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{border-color:#0e0d12}.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{background-color:#28272e;	border-color:#28272e;	border-bottom-color:#0e0d12}.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{border-color:#0e0d12;	background-color:#1e1e1e;	border-bottom-color:#1e1e1e}.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{background-color:#28272e;	border-color:#28272e #28272e #0e0d12}.scheme_dark .cars_page_section_title{border-color:#3f3e41}.scheme_dark .cars_page_agent_info_position{color:#ffffff}.scheme_dark .cars_page_agent_info_phones>span,.scheme_dark .cars_page_agent_info_phones>a{color:#909698}.scheme_dark .cars_page_agent_info_phones>a:hover{color:#c9e77a}.scheme_dark .cars_page_agent_info_address:before,.scheme_dark .cars_page_agent_info_phones>:before{color:#ffffff}.scheme_dark .cars_page_agent_info_profiles.socials_wrap .social_item .social_icon{color:#909698}.scheme_dark .cars_search_form .cars_search_basic .cars_search_show_advanced{color:#1e1e1e;	background-color:#eff2f3}.scheme_dark .cars_search_form .cars_search_basic .cars_search_show_advanced:hover{color:#1e1e1e}.scheme_dark .sc_cars_compare_data .cars_feature_present{color:#c9e77a}.scheme_dark .sc_content_number{color:#28272e}.scheme_dark .sc_countdown_default .sc_countdown_digits span{color:#ffffff;	border-color:#d19bfb;	background-color:#c9e77a}.scheme_dark .sc_countdown_circle .sc_countdown_digits{color:#a275c5;	border-color:#0e0d12;	background-color:#28272e}.scheme_dark .sc_courses.slider_container .swiper-pagination-bullet{border-color:#ffffff}.scheme_dark .sc_courses_default .sc_courses_item{background-color:#28272e}.scheme_dark .sc_courses_default .sc_courses_item_categories{background-color:#1e1e1e}.scheme_dark .sc_courses_default .sc_courses_item_categories a{color:#1e1e1e}.scheme_dark .sc_courses_default .sc_courses_item_categories a:hover{color:#a275c5}.scheme_dark .sc_courses_default .sc_courses_item_meta{color:#909698}.scheme_dark .sc_courses_default .sc_courses_item_date{color:#1e1e1e}.scheme_dark .sc_courses_default .sc_courses_item_price{color:#a275c5}.scheme_dark .sc_courses_default .sc_courses_item_period{color:#909698}.scheme_dark .courses_single .courses_page_meta{color:#ffffff}.scheme_dark .courses_single .courses_page_meta_item_date{color:#ffffff}.scheme_dark .courses_single .courses_page_period{color:#ffffff}.scheme_dark .sc_dishes_default .sc_dishes_item{color:#909698;	background-color:#28272e}.scheme_dark .sc_dishes_default .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default .sc_dishes_item_subtitle a{color:#a275c5}.scheme_dark .sc_dishes_default .sc_dishes_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a{color:#dd5679}.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a:hover{color:#dde0e2}.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a{color:#909698}.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a:hover{color:#ddb837}.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a{color:#1e1e1e}.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a:hover{color:#a275c5}.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right{color:#909698;	background-color:transparent}.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#c9e77a}.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#c9e77a}.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#d19bfb}.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#a275c5}.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{color:#ffffff}.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{color:#c9e77a}.scheme_dark .sc_dishes_compact .sc_dishes_item{color:#909698;	background-color:#28272e}.scheme_dark .sc_dishes_compact .sc_dishes_item_header{color:#1e1e1e;	background-color:#ffffff}.scheme_dark .sc_dishes_compact .sc_dishes_item_price,.scheme_dark .sc_dishes_compact .sc_dishes_item_subtitle a{color:#1e1e1e}.scheme_dark .sc_dishes_compact .sc_dishes_item_price:hover,.scheme_dark .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_price,.scheme_dark .sc_dishes_compact .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_subtitle a{color:#c9e77a}.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item_price:hover,.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_subtitle a{color:#c9e77a}.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item_price:hover,.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_subtitle a{color:#d19bfb}.scheme_dark .sc_dishes_compact .sc_dishes_item_title a{color:#c9e77a}.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item_title a{color:#c9e77a}.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item_title a{color:#d19bfb}.scheme_dark .sc_dishes_compact .sc_dishes_item_title a:hover,.scheme_dark .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_title a{color:#1e1e1e}.scheme_dark .sc_dishes.slider_container .swiper-pagination-bullet{border-color:#ffffff}.scheme_dark .sc_events.slider_container .swiper-pagination-bullet{border-color:#ffffff}.scheme_dark .sc_events_default .sc_events_item{background-color:#28272e}.scheme_dark .sc_events_default .sc_events_item_date{background-color:#a275c5;	color:#ffffff}.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#d19bfb;	color:#1e1e1e}.scheme_dark .sc_events_default .sc_events_item_title{color:#1e1e1e}.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_title{color:#d19bfb}.scheme_dark .sc_events_default .sc_events_item_button{color:#a275c5}.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_button{color:#d19bfb}.scheme_dark .sc_events_detailed .sc_events_item,.scheme_dark .sc_events_detailed .sc_events_item_date_wrap,.scheme_dark .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_dark .sc_events_detailed .sc_events_item_button_wrap:before{border-color:#c9e77a}.scheme_dark .sc_events_detailed .sc_events_item_date,.scheme_dark .sc_events_detailed .sc_events_item_button{color:#c9e77a}.scheme_dark .sc_events_detailed .sc_events_item_title{color:#ffffff}.scheme_dark .sc_events_detailed .sc_events_item_time{color:#909698}.scheme_dark .sc_events_detailed .sc_events_item:hover{background-color:#c9e77a;	color:#ffffff}.scheme_dark .sc_events_detailed .sc_events_item:hover,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time{color:#1e1e1e}.scheme_dark .sc_events_detailed .sc_events_item:hover,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#1e1e1e}.scheme_dark .sc_events_classic .sc_events_item{background-color:#28272e}.scheme_dark .sc_events_classic .sc_events_item_categories{background-color:#1e1e1e}.scheme_dark .sc_events_classic .sc_events_item_categories a{color:#1e1e1e}.scheme_dark .sc_events_classic .sc_events_item_categories a:hover{color:#a275c5}.scheme_dark .sc_events_classic .sc_events_item_meta{color:#909698}.scheme_dark .sc_events_classic .sc_events_item_date{color:#1e1e1e}.scheme_dark .sc_events_classic .sc_events_item_price{color:#a275c5}.scheme_dark .sc_events_classic .sc_events_item_period{color:#909698}.scheme_dark.sc_form{background-color:#1e1e1e}.scheme_dark span.sc_form_field_title{color:#ffffff}.scheme_dark .sc_form .sc_form_info_icon{color:#c9e77a}.scheme_dark .sc_form .sc_form_info_data>a,.scheme_dark .sc_form .sc_form_info_data>span{color:#ffffff}.scheme_dark .sc_form .sc_form_info_data>a:hover{color:#c9e77a}.scheme_dark [class*="sc_input_hover_"] .sc_form_field_hover{color:#ffffff}.scheme_dark .sc_input_hover_accent input[type="text"]:focus,.scheme_dark .sc_input_hover_accent input[type="number"]:focus,.scheme_dark .sc_input_hover_accent input[type="email"]:focus,.scheme_dark .sc_input_hover_accent input[type="password"]:focus,.scheme_dark .sc_input_hover_accent input[type="search"]:focus,.scheme_dark .sc_input_hover_accent select:focus,.scheme_dark .sc_input_hover_accent .select2-container.select2-container--focus span.select2-selection,.scheme_dark .sc_input_hover_accent .select2-container.select2-container--open span.select2-selection,.scheme_dark .sc_input_hover_accent textarea:focus{border-color:#c9e77a !important}.scheme_dark .sc_input_hover_accent .sc_form_field_hover:before{color:rgba(201,231,122,0.2)}.scheme_dark .sc_input_hover_path .sc_form_field_graphic{stroke:#eff2f3}.scheme_dark .sc_input_hover_jump .sc_form_field_hover{color:#909698}.scheme_dark .sc_input_hover_jump .sc_form_field_content:before{color:#c9e77a}.scheme_dark .sc_input_hover_jump input[type="text"],.scheme_dark .sc_input_hover_jump input[type="number"],.scheme_dark .sc_input_hover_jump input[type="email"],.scheme_dark .sc_input_hover_jump input[type="password"],.scheme_dark .sc_input_hover_jump input[type="search"],.scheme_dark .sc_input_hover_jump textarea{border-color:#eff2f3}.scheme_dark .sc_input_hover_jump input[type="text"]:focus,.scheme_dark .sc_input_hover_jump input[type="number"]:focus,.scheme_dark .sc_input_hover_jump input[type="email"]:focus,.scheme_dark .sc_input_hover_jump input[type="password"]:focus,.scheme_dark .sc_input_hover_jump input[type="search"]:focus,.scheme_dark .sc_input_hover_jump textarea:focus{border-color:#c9e77a !important}.scheme_dark .sc_input_hover_underline .sc_form_field_hover:before{background-color:#eff2f3}.scheme_dark .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{background-color:#c9e77a}.scheme_dark .sc_input_hover_underline .sc_form_field_content{color:#1e1e1e}.scheme_dark .sc_input_hover_underline input:focus,.scheme_dark .sc_input_hover_underline textarea:focus,.scheme_dark .sc_input_hover_underline input.filled,.scheme_dark .sc_input_hover_underline textarea.filled,.scheme_dark .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{color:#c9e77a !important}.scheme_dark .sc_input_hover_iconed .sc_form_field_hover{color:#909698}.scheme_dark .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{color:#1e1e1e}.scheme_dark .sc_googlemap_content,.scheme_dark.sc_googlemap_content{color:#909698;	background-color:#1e1e1e}.scheme_dark .sc_googlemap_content b,.scheme_dark .sc_googlemap_content strong,.scheme_dark.sc_googlemap_content b,.scheme_dark.sc_googlemap_content strong{color:#ffffff}.scheme_dark .sc_googlemap_content_detailed:before{color:#c9e77a}.scheme_dark .sc_yandexmap_content,.scheme_dark.sc_yandexmap_content{color:#909698;	background-color:#1e1e1e}.scheme_dark .sc_yandexmap_content b,.scheme_dark .sc_yandexmap_content strong,.scheme_dark.sc_yandexmap_content b,.scheme_dark.sc_yandexmap_content strong{color:#ffffff}.scheme_dark .sc_yandexmap_content_detailed:before{color:#c9e77a}.scheme_dark .sc_icons .sc_icons_icon{color:#c9e77a}.scheme_dark .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{color:#ffffff}.scheme_dark .sc_icons .sc_icons_item_title{color:#c9e77a}.scheme_dark.footer_wrap .sc_icons .sc_icons_item_title{color:#ffffff}.scheme_dark.footer_wrap .sc_icons .sc_icons_item_description{color:#909698}.scheme_dark .sc_icons_item_description{color:#ffffff}.scheme_dark .sc_sport_default .sc_sport_item_subtitle .sc_sport_item_date{color:#ffffff}.scheme_dark .sc_matches_main .swiper-pagination .swiper-pagination-bullet{border-color:#3f3e41}.scheme_dark .sc_matches_main .sc_matches_item_score a{color:#ffffff}.scheme_dark .sc_matches_main .sc_matches_item_score a:hover{color:#c9e77a}.scheme_dark .color_style_link2 .sc_matches_main .sc_matches_item_score a:hover{color:#c9e77a}.scheme_dark .color_style_link3 .sc_matches_main .sc_matches_item_score a:hover{color:#d19bfb}.scheme_dark .color_style_dark .sc_matches_main .sc_matches_item_score a:hover{color:#ffffff}.scheme_dark .sc_matches_other .sc_matches_item_link{color:#1e1e1e;	background-color:#28272e}.scheme_dark .sc_matches_other .sc_matches_item_club{color:#909698}.scheme_dark .sc_matches_other .sc_matches_item_date{color:#1e1e1e;	background-color:#0e0d12}.scheme_dark .sc_matches_other .sc_matches_item_link:hover{background-color:#28272e}.scheme_dark .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date{background-color:#4a4a4a}.scheme_dark .sc_points_table td a{color:#1e1e1e}.scheme_dark .sc_points_table tr:hover td{background-color:#d19bfb !important}.scheme_dark .sc_points_table tr:hover a,.scheme_dark .sc_points_table td a:hover{color:#1e1e1e !important}.scheme_dark .sc_points_table tr.sc_points_table_accented_top td{background-color:rgba(201,231,122,0.7)}.scheme_dark .sc_points_table tr.sc_points_table_accented_bottom td{background-color:#28272e}.scheme_dark .sc_portfolio_default .sc_portfolio_item{background-color:#28272e;	color:#909698}.scheme_dark .sc_portfolio_default .sc_portfolio_item a,.scheme_dark .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):after{color:#a275c5 !important}.scheme_dark .sc_portfolio_default .sc_portfolio_item a:hover,.scheme_dark .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_portfolio_default .sc_portfolio_item .sc_button_simple:not(.sc_button_bg_image):hover:after{color:#d19bfb !important}.scheme_dark .sc_portfolio_default .sc_portfolio_item:hover{background-color:#28272e}.scheme_dark .sc_portfolio_default .sc_portfolio_item_title{color:#1e1e1e}.scheme_dark .portfolio_page_details_share{border-color:#3f3e41}.scheme_dark .sc_price_item{color:#ffffff;	background-color:#28272e;	border-color:#e5e5e5}.scheme_dark .sc_price_item:hover{background-color:#f3f5f7;	border-color:#4a4a4a}.scheme_dark .sc_price_item .sc_price_item_icon{color:#a275c5}.scheme_dark .sc_price_item:hover .sc_price_item_icon{color:#c9e77a}.scheme_dark .sc_price_item .sc_price_item_label{background-color:#a275c5;	color:#1d1d1d}.scheme_dark .sc_price_item:hover .sc_price_item_label{background-color:#c9e77a;	color:#1d1d1d}.scheme_dark .sc_price_item .sc_price_item_subtitle{color:#ffffff}.scheme_dark .sc_price_item .sc_price_item_title,.scheme_dark .sc_price_item .sc_price_item_title a{color:#a275c5}.scheme_dark .sc_price_item:hover .sc_price_item_title,.scheme_dark .sc_price_item:hover .sc_price_item_title a{color:#c9e77a}.scheme_dark .sc_price_item .sc_price_item_price{color:#ffffff}.scheme_dark .sc_price_item .sc_price_item_description,.scheme_dark .sc_price_item .sc_price_item_details{color:#ffffff}.scheme_dark .sc_promo_icon{color:#c9e77a}.scheme_dark .sc_promo .sc_promo_title,.scheme_dark .sc_promo .sc_promo_descr{color:#ffffff}.scheme_dark .sc_promo .sc_promo_content{color:#909698}.scheme_dark .sc_promo_modern .sc_promo_link2{color:#ffffff;	background-color:#c9e77a !important}.scheme_dark .sc_promo_modern .sc_promo_link2:hover{color:#1e1e1e;	background-color:#ffffff}.scheme_dark.sc_promo .sc_promo_text.trx_addons_stretch_height,.scheme_dark.sc_promo .sc_promo_text_inner{background-color:#28272e}.scheme_dark.sc_promo .sc_promo_title{color:#a275c5}.scheme_dark.sc_promo .sc_promo_subtitle{color:#d19bfb}.scheme_dark.sc_promo .sc_promo_descr{color:#1e1e1e}.scheme_dark.sc_promo .sc_promo_content{color:#909698}.scheme_dark .sc_properties_columns_1 .sc_properties_item{background-color:#28272e}.scheme_dark .sc_properties_item_status>a,.scheme_dark .sc_properties_item_type>a,.scheme_dark .sc_properties_item_compare{color:#ffffff}.scheme_dark .sc_properties_item_compare.in_compare_list{color:#c9e77a}.scheme_dark .sc_properties_item_status>a:hover,.scheme_dark .sc_properties_item_type>a:hover,.scheme_dark .sc_properties_item_compare:hover,.scheme_dark .sc_properties_item_compare.in_compare_list:hover{color:#ffffff}.scheme_dark .sc_properties_item_options .sc_properties_item_row_address,.scheme_dark .sc_properties_item_options .sc_properties_item_row_meta{color:#ffffff}.scheme_dark .properties_page_title .properties_page_status>a{color:#ffffff;	background-color:#c9e77a}.scheme_dark .properties_page_title .properties_page_status>a:hover{color:#1e1e1e;	background-color:#d4f58e}.scheme_dark .properties_page_title_address{color:#ffffff}.scheme_dark .properties_price{color:#ffffff}.scheme_dark .properties_page_section_title{border-color:#3f3e41}.scheme_dark .properties_page_attachments_list>a:before,.scheme_dark .properties_page_features_list>a:before{color:#c9e77a}.scheme_dark .properties_page_floor_plans_list .properties_page_floor_plans_list_item_title{background-color:#28272e !important;	color:#909698}.scheme_dark .properties_page_virtual_tour_wrap{background-color:#28272e; color:#909698}.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{border-color:#0e0d12}.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{background-color:#28272e;	border-color:#28272e;	border-bottom-color:#0e0d12}.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{border-color:#0e0d12;	background-color:#1e1e1e;	border-bottom-color:#1e1e1e}.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{background-color:#28272e;	border-color:#28272e #28272e #0e0d12}.scheme_dark .properties_page_agent_info_position{color:#ffffff}.scheme_dark .properties_page_agent_info_phones>span,.scheme_dark .properties_page_agent_info_phones>a{color:#909698}.scheme_dark .properties_page_agent_info_phones>a:hover{color:#c9e77a}.scheme_dark .properties_page_agent_info_address:before,.scheme_dark .properties_page_agent_info_phones>:before{color:#ffffff}.scheme_dark .properties_page_agent_info_profiles.socials_wrap .social_item .social_icon{color:#909698}.scheme_dark .properties_search_form .properties_search_basic .properties_search_show_advanced{color:#1e1e1e;	background-color:#eff2f3}.scheme_dark .properties_search_form .properties_search_basic .properties_search_show_advanced:hover{color:#1e1e1e}.scheme_dark .sc_properties_compare_data .properties_feature_present{color:#c9e77a}.scheme_dark .sc_services .sc_services_item_number{color:#28272e}.scheme_dark .sc_services_default .sc_services_item{color:#909698;	background-color:#28272e}.scheme_dark .sc_services_default .sc_services_item_icon{color:#a275c5;	border-color:#a275c5}.scheme_dark .sc_services_default .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#a275c5;	border-color:#a275c5}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_icon{color:#dd5679;	border-color:#dd5679}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#dd5679;	border-color:#dd5679}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_icon{color:#909698;	border-color:#909698}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#909698;	border-color:#909698}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_icon{color:#1e1e1e;	border-color:#1e1e1e}.scheme_dark .sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#1e1e1e;	border-color:#1e1e1e}.scheme_dark .sc_services_default .sc_services_item_subtitle a{color:#a275c5}.scheme_dark .sc_services_default .sc_services_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_subtitle a{color:#dd5679}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_subtitle a:hover{color:#dde0e2}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_subtitle a{color:#909698}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_subtitle a:hover{color:#ddb837}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_subtitle a{color:#1e1e1e}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_subtitle a:hover{color:#a275c5}.scheme_dark .sc_services_default .sc_services_item_featured_left,.scheme_dark .sc_services_default .sc_services_item_featured_right,.scheme_dark .sc_services_list .sc_services_item{color:#909698;	background-color:transparent}.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_icon{color:#c9e77a;	border-color:#c9e77a}.scheme_dark .sc_services_list .sc_services_item:hover .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#c9e77a;	border-color:#c9e77a}.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a{color:#c9e77a}.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link2 .sc_services_item_icon{color:#c9e77a;	border-color:#c9e77a}.scheme_dark .sc_services_list.color_style_link2 .sc_services_item:hover .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#c9e77a;	border-color:#c9e77a}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a{color:#c9e77a}.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link3 .sc_services_item_icon{color:#d19bfb;	border-color:#d19bfb}.scheme_dark .sc_services_list.color_style_link3 .sc_services_item:hover .sc_services_item_icon{color:#a275c5}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#d19bfb;	border-color:#d19bfb}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a{color:#d19bfb}.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#a275c5}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_dark .sc_services_item_icon{color:#ffffff;	border-color:#ffffff}.scheme_dark .sc_services_list.color_style_dark .sc_services_item:hover .sc_services_item_icon{color:#c9e77a}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon{color:#1d1d1d;	background-color:#ffffff;	border-color:#ffffff}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a{color:#ffffff}.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a:hover{color:#c9e77a}.scheme_dark .sc_services_light .sc_services_item_icon{color:#c9e77a}.scheme_dark .sc_services_light .sc_services_item:hover .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_light.color_style_link2 .sc_services_item_icon{color:#c9e77a}.scheme_dark .sc_services_light.color_style_link2 .sc_services_item:hover .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_light.color_style_link3 .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_light.color_style_link3 .sc_services_item:hover .sc_services_item_icon{color:#a275c5}.scheme_dark .sc_services_light.color_style_dark .sc_services_item_icon{color:#ffffff}.scheme_dark .sc_services_light.color_style_dark .sc_services_item:hover .sc_services_item_icon{color:#c9e77a}.scheme_dark .sc_services_callouts .sc_services_item{background-color:#28272e}.scheme_dark .sc_services_callouts .sc_services_item_marker{border-color:#1e1e1e;	background-color:#a275c5;	color:#ffffff}.scheme_dark .sc_services_callouts .sc_services_item .sc_services_item_marker_back{border-color:#1e1e1e;	background-color:#d19bfb;	color:#1e1e1e}.scheme_dark .sc_services_callouts.color_style_link2 .sc_services_item_marker{background-color:#dd5679}.scheme_dark .sc_services_callouts.color_style_link2 .sc_services_item .sc_services_item_marker_back{background-color:#dde0e2}.scheme_dark .sc_services_callouts.color_style_link3 .sc_services_item_marker{background-color:#909698}.scheme_dark .sc_services_callouts.color_style_link3 .sc_services_item .sc_services_item_marker_back{background-color:#ddb837}.scheme_dark .sc_services_callouts.color_style_dark .sc_services_item_marker{background-color:#1e1e1e}.scheme_dark .sc_services_callouts.color_style_dark .sc_services_item .sc_services_item_marker_back{background-color:#a275c5}.scheme_dark .sc_services_callouts .sc_services_item_marker_bg{border-color:#1e1e1e;	background-color:#1e1e1e}.scheme_dark .sc_services_timeline .sc_services_item_timeline{border-color:#3f3e41}.scheme_dark .sc_services_timeline .sc_services_item_marker{border-color:#c9e77a;	background-color:#c9e77a;	color:#ffffff}.scheme_dark .sc_services_timeline .sc_services_item:hover .sc_services_item_marker{border-color:#d19bfb;	background-color:#d19bfb;	color:#1e1e1e}.scheme_dark .sc_services_timeline.color_style_link2 .sc_services_item_marker{border-color:#c9e77a;	background-color:#c9e77a}.scheme_dark .sc_services_timeline.color_style_link2 .sc_services_item:hover .sc_services_item_marker{border-color:#d19bfb;	background-color:#d19bfb}.scheme_dark .sc_services_timeline.color_style_link3 .sc_services_item_marker{border-color:#d19bfb;	background-color:#d19bfb}.scheme_dark .sc_services_timeline.color_style_link3 .sc_services_item:hover .sc_services_item_marker{border-color:#a275c5;	background-color:#a275c5}.scheme_dark .sc_services_timeline.color_style_dark .sc_services_item_marker{border-color:#ffffff;	background-color:#ffffff}.scheme_dark .sc_services_timeline.color_style_dark .sc_services_item:hover .sc_services_item_marker{border-color:#c9e77a;	background-color:#c9e77a}.scheme_dark .sc_services_iconed .sc_services_item{color:#909698;	background-color:#28272e}.scheme_dark .sc_services_iconed .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{color:#c9e77a}.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{color:#c9e77a}.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{color:#d19bfb}.scheme_dark .sc_services_iconed .sc_services_item_header .sc_services_item_title a{color:#c9e77a}.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_title a{color:#c9e77a}.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_title a{color:#d19bfb}.scheme_dark .sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_title a{color:#fff}.scheme_dark .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a{color:#fff}.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_dark .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{color:#c9e77a}.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{color:#c9e77a}.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_services_iconed .sc_services_item_content .sc_services_item_title a{color:#1e1e1e}.scheme_dark .sc_services_iconed .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#a275c5}.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#dd5679}.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#909698}.scheme_dark .sc_services_iconed.color_style_dark .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed.color_style_dark .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{color:#1e1e1e}.scheme_dark .sc_services.slider_container .swiper-pagination-bullet{border-color:#ffffff}.scheme_dark .sc_services_list .sc_services_item_featured_left .sc_services_item_number,.scheme_dark .sc_services_list .sc_services_item_featured_right .sc_services_item_number{color:#ffffff}.scheme_dark .sc_services_hover .sc_services_item_icon,.scheme_dark .sc_services_hover .sc_services_item_title a:hover,.scheme_dark .sc_services_hover .sc_services_item_subtitle a:hover{color:#c9e77a}.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item_icon,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item_title a:hover,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item_subtitle a:hover{color:#c9e77a}.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item_icon,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item_title a:hover,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_services_hover [class*="column-"]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_dark .sc_services_hover .slider-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image{background-color:#28272e}.scheme_dark .sc_services_hover [class*="column-"]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_dark .sc_services_hover .slider-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image{background-color:#28272e}.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number{color:#909698}.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a{color:#1e1e1e}.scheme_dark .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#a275c5}.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#dd5679}.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#909698}.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#a275c5}.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#dd5679}.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#909698}.scheme_dark .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#d19bfb}.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#dde0e2}.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#ddb837}.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text{color:#909698}.scheme_dark .sc_services_chess .sc_services_item{color:#909698;	background-color:#28272e}.scheme_dark .sc_services_chess .sc_services_item_title,.scheme_dark .sc_services_chess .sc_services_item_title a{color:#1e1e1e}.scheme_dark .sc_services_chess .sc_services_item_title a:hover{color:#a275c5}.scheme_dark .sc_services_chess.color_style_link2 .sc_services_item_title a:hover{color:#dd5679}.scheme_dark .sc_services_chess.color_style_link3 .sc_services_item_title a:hover{color:#909698}.scheme_dark .sc_services_chess .sc_services_item:hover{color:#b7b7b7;	background-color:#28272e}.scheme_dark .sc_services_chess .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_chess .sc_services_item:hover .sc_services_item_title a{color:#1e1e1e}.scheme_dark .sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover{color:#a275c5}.scheme_dark .sc_services_tabs_simple .sc_services_item_icon{color:#c9e77a}.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item_icon{color:#c9e77a}.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_tabs_simple.color_style_dark .sc_services_item_icon{color:#ffffff}.scheme_dark .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_subtitle,.scheme_dark .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_dark .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_subtitle{color:#d19bfb}.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_subtitle{color:#d19bfb}.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_subtitle{color:#a275c5}.scheme_dark .sc_services_tabs .sc_services_item_content{color:#909698;	background-color:#28272e}.scheme_dark .sc_services_tabs .sc_services_item_title a{color:#1e1e1e}.scheme_dark .sc_services_tabs .sc_services_item_title a:hover{color:#a275c5}.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_item_title a:hover{color:#dd5679}.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_item_title a:hover{color:#909698}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon{color:#a275c5}.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item .sc_services_item_icon{color:#dd5679}.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item .sc_services_item_icon{color:#909698}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number{color:#909698}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item{background-color:#28272e}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2){background-color:#28272e}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover,.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover{background-color:#4a4a4a}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title{color:#1e1e1e}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_title{color:#a275c5}.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_title{color:#dd5679}.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_title{color:#909698}.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_title{color:#1e1e1e}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#d19bfb}.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#dde0e2}.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#ddb837}.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_icon{color:#1e1e1e}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_number{color:#909698}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active{background-color:#1e1e1e !important}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{color:#1e1e1e}.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#a275c5}.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#dd5679}.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#909698}.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{color:#1e1e1e}.scheme_dark .sc_skills_counter .sc_skills_icon{color:#ffffff}.scheme_dark .sc_skills .sc_skills_total{color:#ffffff}.scheme_dark .sc_skills.color_style_link2 .sc_skills_total{color:#c9e77a}.scheme_dark .sc_skills.color_style_link3 .sc_skills_total{color:#d19bfb}.scheme_dark .sc_skills.color_style_dark .sc_skills_total{color:#ffffff}.scheme_dark .sc_skills .sc_skills_item_title,.scheme_dark .sc_skills .sc_skills_legend_title,.scheme_dark .sc_skills .sc_skills_legend_value{color:#ffffff}.scheme_dark .sc_skills_counter .sc_skills_column + .sc_skills_column:before{background-color:#3f3e41}.scheme_dark .socials_wrap .social_item .social_icon{background-color:#28272e}.scheme_dark .socials_wrap .social_item .social_icon,.scheme_dark .socials_wrap .social_item .social_icon i{color:#ffffff}.scheme_dark .socials_wrap .social_item:hover .social_icon{background-color:#28272e}.scheme_dark .extra_footer_single .socials_wrap .social_item:hover .social_icon{background-color:#28272e}.scheme_dark .socials_wrap .social_item:hover .social_icon,.scheme_dark .socials_wrap .social_item:hover .social_icon i{color:#a275c5}.scheme_dark .sidebar_inner .socials_wrap .social_item .social_icon{background-color:#28272e}.scheme_dark .sidebar_inner .socials_wrap .social_item:hover .social_icon,.scheme_dark .sidebar_inner .socials_wrap .social_item:hover .social_icon i{color:#ffffff}.scheme_dark .sidebar_inner .socials_wrap .social_item:hover .social_icon{background-color:#d19bfb}.scheme_dark.sidebar .socials_wrap .social_item .social_icon,.scheme_dark.footer_wrap .socials_wrap .social_item .social_icon{color:#ffffff;	background-color:#a275c5}.scheme_dark.sidebar .socials_wrap .social_item:hover .social_icon,.scheme_dark.footer_wrap .socials_wrap .social_item:hover .social_icon{color:#1e1e1e;	background-color:#d19bfb}.scheme_dark.sidebar .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_dark.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{color:#ffffff;	background-color:transparent}.scheme_dark.sidebar .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_dark.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{color:#c9e77a;	background-color:transparent}.scheme_dark .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item{color:#ffffff}.scheme_dark .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover{color:#d19bfb}.scheme_dark .socials_share.socials_type_drop .social_item>.social_icon>i{color:#ffffff}.scheme_dark .socials_share.socials_type_drop .social_item:hover>.social_icon>i{color:#ffffff}.scheme_dark .sc_supertitle_no_icon{background-color:#c9e77a}.scheme_dark .sc_testimonials_item_content{color:#ffffff}.scheme_dark .sc_testimonials_item_content:before,.scheme_dark .sc_testimonials_item_author_title{color:#c9e77a}.scheme_dark .color_style_link2 .sc_testimonials_item_content:before,.scheme_dark .color_style_link2 .sc_testimonials_item_author_title{color:#c9e77a}.scheme_dark .color_style_link3 .sc_testimonials_item_content:before,.scheme_dark .color_style_link3 .sc_testimonials_item_author_title{color:#d19bfb}.scheme_dark .color_style_dark .sc_testimonials_item_content:before,.scheme_dark .color_style_dark .sc_testimonials_item_author_title{color:#ffffff}.scheme_dark .sc_testimonials_item_author_subtitle{color:#ffffff}.scheme_dark .sc_testimonials_simple .sc_testimonials_item_author_data:before{background-color:#ffffff}.scheme_dark .sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data{border-color:#ffffff}.scheme_dark .sc_team_default .sc_team_item{color:#909698;	background-color:#28272e}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_title a:hover{color:#a275c5}.scheme_dark .sc_team.color_style_link2 .sc_team_item_thumb .sc_team_item_title a:hover{color:#dd5679}.scheme_dark .sc_team.color_style_link3 .sc_team_item_thumb .sc_team_item_title a:hover{color:#909698}.scheme_dark .sc_team_default .sc_team_item_subtitle{color:#a275c5}.scheme_dark .sc_team_default.color_style_link2 .sc_team_item_subtitle{color:#dd5679}.scheme_dark .sc_team_default.color_style_link3 .sc_team_item_subtitle{color:#909698}.scheme_dark .sc_team_default.color_style_dark .sc_team_item_subtitle{color:#1e1e1e}.scheme_dark .sc_team_default .sc_team_item_socials .social_item .social_icon,.scheme_dark .team_member_page .team_member_socials .social_item .social_icon{color:#ffffff;	background-color:transparent}.scheme_dark .sc_team_default.color_style_link2 .sc_team_item_socials .social_item .social_icon{background-color:#dd5679}.scheme_dark .sc_team_default.color_style_link3 .sc_team_item_socials .social_item .social_icon{background-color:#909698}.scheme_dark .sc_team_default.color_style_dark .sc_team_item_socials .social_item .social_icon{background-color:#1e1e1e}.scheme_dark .sc_team_default .sc_team_item_socials .social_item:hover .social_icon,.scheme_dark .team_member_page .team_member_socials .social_item:hover .social_icon{color:rgba(255,255,255,0.5)}.scheme_dark .sc_team_default.color_style_link2 .sc_team_item_socials .social_item:hover .social_icon{background-color:#dde0e2}.scheme_dark .sc_team_default.color_style_link3 .sc_team_item_socials .social_item:hover .social_icon{background-color:#ddb837}.scheme_dark .sc_team_default.color_style_dark .sc_team_item_socials .social_item:hover .social_icon{background-color:#a275c5}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon{color:#1d1d1d}.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon{color:rgba(29,29,29,0.5)}.scheme_dark .team_member_page .team_member_featured .team_member_avatar{border-color:#3f3e41}.scheme_dark .sc_team.sc_team_short .sc_team_item .sc_team_item_info{background-color:#28272e}.scheme_dark .sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_title a{color:#ffffff}.scheme_dark .sc_team.sc_team_short .sc_team_item .sc_team_item_info .sc_team_item_header .sc_team_item_title a:hover{color:#d19bfb}.scheme_dark .sc_team_short.color_style_link2 .sc_team_item_thumb{border-color:#c9e77a}.scheme_dark .sc_team_short.color_style_link3 .sc_team_item_thumb{border-color:#d19bfb}.scheme_dark .sc_team_short.color_style_dark .sc_team_item_thumb{border-color:#ffffff}.scheme_dark .sc_team.slider_container .swiper-pagination-bullet{border-color:#ffffff}.scheme_dark .team_member_page .team_member_header .team_member_description{background-color:#28272e}.scheme_dark .team_member_page .team_member_header .team_member_description .team_member_details_label,.scheme_dark .team_member_page .team_member_header .team_member_description .team_member_details_address,.scheme_dark .team_member_page .team_member_header .team_member_description .team_member_details_phone{color:#ffffff}.scheme_dark .sport_page_list{border-color:#3f3e41}.scheme_dark .sport_page_list li+li{border-color:#3f3e41}.scheme_dark .sport_page_list li:nth-child(2n+1){background-color:#28272e;	color:#909698}.scheme_dark .trx_addons_scroll_to_top,.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top{color:#ffffff;	border-color:#28272e;	background-color:#28272e}.scheme_dark .trx_addons_scroll_to_top:hover,.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top:hover{color:#1d1d1d;	border-color:#d19bfb;	background-color:#d19bfb}.scheme_dark .scroll_progress_wrap .scroll_progress_status{background-color:#c9e77a}.scheme_dark .sc_layouts_popup,.scheme_dark.sc_layouts_popup,.scheme_dark .sc_layouts_panel,.scheme_dark.sc_layouts_panel,.scheme_dark .trx_addons_popup,.scheme_dark.trx_addons_popup{background-color:#28272e;	border-color:#0e0d12;	color:#909698}.scheme_dark .trx_addons_popup button.mfp-close{background-color:#28272e;	border-color:#4a4a4a;	color:#909698}.scheme_dark .trx_addons_popup button.mfp-close:hover{background-color:#1e1e1e;	color:#28272e}.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title{background-color:#28272e;	border-color:#4a4a4a}.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active{background-color:#28272e;	border-bottom-color:transparent}.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a>i{color:#909698}.scheme_dark .trx_addons_popup li.trx_addons_tabs_title a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover>i{color:#a275c5}.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover>i{color:#909698}.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a>i,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover>i{color:#1e1e1e}.scheme_dark .trx_addons_profiler{background-color:#28272e;	border-color:#4a4a4a}.scheme_dark .trx_addons_profiler_title{color:#1e1e1e}.scheme_dark .trx_addons_profiler table td,.scheme_dark .trx_addons_profiler table th{border-color:#0e0d12}.scheme_dark .trx_addons_profiler table td{color:#909698}.scheme_dark .trx_addons_profiler table th{background-color:#28272e;	color:#1e1e1e}.scheme_dark .sc_edd_add_to_cart_default,.scheme_dark .sc_edd_details{background-color:#28272e;	border-color:#4a4a4a;	color:#909698}.scheme_dark .sc_edd_add_to_cart_default a,.scheme_dark .sc_edd_details a{color:#a275c5}.scheme_dark .sc_edd_add_to_cart_default a:hover,.scheme_dark .sc_edd_details a:hover{color:#d19bfb}.scheme_dark .edd_price_options ul>li>label>input[type="checkbox"] + span:before{border-color:#0e0d12}.scheme_dark .single-download .edd_download_purchase_form .trx_addons_edd_purchase_subtotal{border-color:#0e0d12}.scheme_dark .trx_addons_cv,.scheme_dark .trx_addons_cv_body_wrap{color:#909698;	background-color:#28272e}.scheme_dark .trx_addons_cv a{color:#a275c5}.scheme_dark .trx_addons_cv a:hover{color:#d19bfb}.scheme_dark .trx_addons_cv_header{background-color:#1e1e1e}.scheme_dark .trx_addons_cv_header_image img{border-color:#ffffff}.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_text{color:#ffffff}.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>.social_icon{color:rgba(255,255,255,0.7)}.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item:hover>.social_icon{color:#ffffff}.scheme_dark .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_header_text,.scheme_dark .trx_addons_cv_header_socials .social_item>.social_icon{text-shadow:1px 1px 6px #1e1e1e}.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_text,.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item>.social_icon{color:#1e1e1e; text-shadow:1px 1px 3px #ffffff}.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item:hover>.social_icon{color:#d19bfb}.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{color:#909698;	background-color:#28272e;	border-color:#1e1e1e}.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{color:#1e1e1e;	border-color:#28272e}.scheme_dark .trx_addons_cv .trx_addons_cv_section_title,.scheme_dark .trx_addons_cv .trx_addons_cv_section_title a{color:#1e1e1e}.scheme_dark .trx_addons_cv_section_title.ui-state-active{border-color:#1e1e1e}.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{color:#909698}.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{color:#1e1e1e}.scheme_dark .trx_addons_cv_section .trx_addons_pagination>*{color:#909698}.scheme_dark .trx_addons_cv_section .trx_addons_pagination>a:hover{color:#1e1e1e}.scheme_dark .trx_addons_pagination>span.active{color:#1e1e1e;	border-color:#1e1e1e}.scheme_dark .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{color:#909698}.scheme_dark .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{color:#1e1e1e}.scheme_dark .trx_addons_cv_single .trx_addons_cv_single_title{color:#1e1e1e}.scheme_dark .trx_addons_cv_single .trx_addons_cv_single_subtitle{color:#909698}.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{border-color:#0e0d12}.scheme_dark .trx_addons_cv_resume_item_meta{color:#1e1e1e}.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{color:#1e1e1e}.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a:hover{color:#a275c5}.scheme_dark .trx_addons_cv_resume_item_subtitle{color:#909698}.scheme_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{color:#1e1e1e}.scheme_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{border-color:#1e1e1e}.scheme_dark .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{color:#909698}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{color:#1e1e1e}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{color:#d19bfb}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{border-color:#d19bfb}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{border-top-color:#1e1e1e}.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{color:#1e1e1e}.scheme_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{color:#1e1e1e}.scheme_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{color:#1e1e1e}.scheme_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{color:#1e1e1e}.scheme_dark .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{color:#1e1e1e}.scheme_dark .trx_addons_cv .trx_addons_contact_form_field_title{color:#1e1e1e}.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea{border-color:#0e0d12;	color:#909698}.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{background-color:#28272e;	color:#1e1e1e}.scheme_dark .trx_addons_contact_form_field button{background-color:#1e1e1e;	border-color:#1e1e1e;	color:#1e1e1e}.scheme_dark .trx_addons_contact_form_field button:hover{color:#1e1e1e}.scheme_dark .trx_addons_contact_form_info_icon{color:#909698}.scheme_dark .trx_addons_contact_form_info_area{color:#1e1e1e}.scheme_dark .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{color:#1e1e1e !important}.scheme_dark .trx_addons_cv_about_page .trx_addons_cv_single_title{color:#1e1e1e}.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_button,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_image,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_color{border-color:#0e0d12;	background-color:#28272e}.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_button:hover,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_image:hover,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_color:hover{border-color:#4a4a4a;	background-color:#28272e}.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_selected{border-color:#a275c5 !important;	background-color:#28272e}.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_disabled span:before,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_disabled span:after{background-color:#d19bfb}.scheme_dark .trx_addons_range_slider_label_min{color:#909698}.scheme_dark .trx_addons_range_slider_label_max{color:#909698}.scheme_dark div.ui-slider{background-color:#28272e;	border-color:#0e0d12}.scheme_dark div.ui-slider .ui-slider-handle{border-color:#4a4a4a;	background-color:#28272e}.scheme_dark div.ui-slider .ui-slider-range{background-color:#28272e}.scheme_dark .elementor-shape .elementor-shape-fill{fill:#1e1e1e}.scheme_dark .elementor-divider-separator{border-color:#3f3e41}.scheme_dark.editor-block-list__layout{color:#909698;	background-color:transparent}.scheme_dark.editor-block-list__layout p{color:#909698}.scheme_dark .sc_button_hover_slide_left{background:linear-gradient(to right,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll right bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_slide_right{background:linear-gradient(to left,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll left bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_slide_top{background:linear-gradient(to bottom,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll right bottom / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_slide_bottom{background:linear-gradient(to top,#d19bfb 50%,#c9e77a 50%) no-repeat scroll right top / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_left{background:linear-gradient(to right,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll right bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_right{background:linear-gradient(to left,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll left bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll right bottom / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_bottom{background:linear-gradient(to top,#d19bfb 50%,#c9e77a 50%) no-repeat scroll right top / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_left{background:linear-gradient(to right,	#a275c5 50%,#d19bfb 50%) no-repeat scroll right bottom / 210% 100% #d19bfb !important}.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_right{background:linear-gradient(to left,	#a275c5 50%,#d19bfb 50%) no-repeat scroll left bottom / 210% 100% #d19bfb !important}.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#a275c5 50%,#d19bfb 50%) no-repeat scroll right bottom / 100% 210% #d19bfb !important}.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_bottom{background:linear-gradient(to top,#a275c5 50%,#d19bfb 50%) no-repeat scroll right top / 100% 210% #d19bfb !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_left{background:linear-gradient(to right,	#c9e77a 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_right{background:linear-gradient(to left,	#c9e77a 50%,#ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#c9e77a 50%,#ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important}.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_bottom{background:linear-gradient(to top,#c9e77a 50%,#ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important}.scheme_dark .sc_button_hover_style_light.sc_button_hover_slide_left{background:linear-gradient(to right,	#c9e77a 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important}.scheme_dark .sc_button_hover_style_light.sc_button_hover_slide_right{background:linear-gradient(to left,	#c9e77a 50%,#ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important}.scheme_dark .sc_button_hover_style_light.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#c9e77a 50%,#ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important}.scheme_dark .sc_button_hover_style_light.sc_button_hover_slide_bottom{background:linear-gradient(to top,#c9e77a 50%,#ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_left{background:linear-gradient(to right,	#ffffff 50%,#c9e77a 50%) no-repeat scroll right bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_right{background:linear-gradient(to left,	#ffffff 50%,#c9e77a 50%) no-repeat scroll left bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#ffffff 50%,#c9e77a 50%) no-repeat scroll right bottom / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{background:linear-gradient(to top,#ffffff 50%,#c9e77a 50%) no-repeat scroll right top / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_left{background:linear-gradient(to right,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll right bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_right{background:linear-gradient(to left,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll left bottom / 210% 100% #c9e77a !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#d19bfb 50%,#c9e77a 50%) no-repeat scroll right bottom / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_bottom{background:linear-gradient(to top,#d19bfb 50%,#c9e77a 50%) no-repeat scroll right top / 100% 210% #c9e77a !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left{background:linear-gradient(to right,	#1e1e1e 50%,#a275c5 50%) no-repeat scroll right bottom / 210% 100% #a275c5 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right{background:linear-gradient(to left,	#1e1e1e 50%,#a275c5 50%) no-repeat scroll left bottom / 210% 100% #a275c5 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#1e1e1e 50%,#a275c5 50%) no-repeat scroll right bottom / 100% 210% #a275c5 !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom{background:linear-gradient(to top,#1e1e1e 50%,#a275c5 50%) no-repeat scroll right top / 100% 210% #a275c5 !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_left{background:linear-gradient(to right,	#a275c5 50%,#0e0d12 50%) no-repeat scroll right bottom / 210% 100% #0e0d12 !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_right{background:linear-gradient(to left,	#a275c5 50%,#0e0d12 50%) no-repeat scroll left bottom / 210% 100% #0e0d12 !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#a275c5 50%,#0e0d12 50%) no-repeat scroll right bottom / 100% 210% #0e0d12 !important}.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{background:linear-gradient(to top,#a275c5 50%,#0e0d12 50%) no-repeat scroll right top / 100% 210% #0e0d12 !important}.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_left{background:linear-gradient(to right,	#a275c5 50%,#28272e 50%) no-repeat scroll right bottom / 210% 100% #28272e !important}.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_right{background:linear-gradient(to left,	#a275c5 50%,#28272e 50%) no-repeat scroll left bottom / 210% 100% #28272e !important}.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_top{background:linear-gradient(to bottom,	#a275c5 50%,#28272e 50%) no-repeat scroll right bottom / 100% 210% #28272e !important}.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_bottom{background:linear-gradient(to top,#a275c5 50%,#28272e 50%) no-repeat scroll right top / 100% 210% #28272e !important}.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover{color:#1e1e1e !important}.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover{color:#ffffff !important}.scheme_dark .sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_slide_left.active,.scheme_dark .ui-state-active .sc_button_hover_slide_left,.scheme_dark .vc_active .sc_button_hover_slide_left,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_dark li.active .sc_button_hover_slide_left{background-position:left bottom !important; color:#1e1e1e !important}.scheme_dark .sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_slide_right.active,.scheme_dark .ui-state-active .sc_button_hover_slide_right,.scheme_dark .vc_active .sc_button_hover_slide_right,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_dark li.active .sc_button_hover_slide_right{background-position:right bottom !important; color:#1e1e1e !important}.scheme_dark .sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_slide_top.active,.scheme_dark .ui-state-active .sc_button_hover_slide_top,.scheme_dark .vc_active .sc_button_hover_slide_top,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_dark li.active .sc_button_hover_slide_top{background-position:right top !important; color:#1e1e1e !important}.scheme_dark .sc_button_hover_slide_bottom:hover,.scheme_dark .sc_button_hover_slide_bottom.active,.scheme_dark .ui-state-active .sc_button_hover_slide_bottom,.scheme_dark .vc_active .sc_button_hover_slide_bottom,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_dark li.active .sc_button_hover_slide_bottom{background-position:right bottom !important; color:#1e1e1e !important}.scheme_dark .post_featured.hover_dots .icons span{background-color:#c9e77a}.scheme_dark .post_featured.hover_dots .post_info{color:#1e1e1e}.scheme_dark .post_featured.hover_icon .icons a{color:#1e1e1e}.scheme_dark .post_featured.hover_icon a:hover{color:#c9e77a}.scheme_dark .post_featured.hover_icons .icons a{color:#ffffff;	background-color:rgba(30,30,30,0.7)}.scheme_dark .post_featured.hover_icons a:hover{color:#c9e77a;	background-color:#1e1e1e}.scheme_dark .post_featured.hover_fade .post_info,.scheme_dark .post_featured.hover_fade .post_info a,.scheme_dark .post_featured.hover_fade .post_info .post_meta_item{color:#ffffff}.scheme_dark .post_featured.hover_fade .post_info a:hover{color:#c9e77a}.scheme_dark .post_featured.hover_slide .post_info,.scheme_dark .post_featured.hover_slide .post_info a,.scheme_dark .post_featured.hover_slide .post_info .post_meta_item{color:#ffffff}.scheme_dark .post_featured.hover_slide .post_info a:hover{color:#c9e77a}.scheme_dark .post_featured.hover_slide .post_info .post_title:after{background-color:#ffffff}.scheme_dark .post_featured.hover_pull{background-color:#28272e}.scheme_dark .post_featured.hover_pull .post_info,.scheme_dark .post_featured.hover_pull .post_info a,.scheme_dark .post_featured.hover_pull .post_info a:before{color:#1e1e1e}.scheme_dark .post_featured.hover_pull .post_info a:hover,.scheme_dark .post_featured.hover_pull .post_info a:hover:before{color:#a275c5}.scheme_dark .post_featured.hover_border .post_info,.scheme_dark .post_featured.hover_border .post_info a,.scheme_dark .post_featured.hover_border .post_info .post_meta_item{color:#ffffff}.scheme_dark .post_featured.hover_border .post_info a:hover{color:#c9e77a}.scheme_dark .post_featured.hover_border .post_info:before,.scheme_dark .post_featured.hover_border .post_info:after{border-color:#ffffff}.scheme_dark .post_featured.hover_shop .icons a{color:#ffffff;	border-color:#c9e77a !important;	background-color:transparent}.scheme_dark .post_featured.hover_shop .icons a:hover{color:#1e1e1e;	border-color:#c9e77a !important;	background-color:#c9e77a}.scheme_dark .products.related .post_featured.hover_shop .icons a{color:#ffffff;	border-color:#c9e77a !important;	background-color:#c9e77a}.scheme_dark .products.related .post_featured.hover_shop .icons a:hover{color:#1e1e1e;	border-color:#d19bfb !important;	background-color:#d19bfb}.scheme_dark .post_featured.hover_shop_buttons .icons .shop_link{color:#1e1e1e;	background-color:#ffffff}.scheme_dark .post_featured.hover_shop_buttons .icons a:hover{color:#1e1e1e;	background-color:#d19bfb}/*
 Theme Name:   Maxify Child Theme
 Theme URI:    http://maxify.themerex.net
 Description:  Maxify Child Theme
 Author:       ThemeRex
 Author URI:   https://themerex.net
 Template:     maxify
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  maxify
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.displayNone, #block-6{display: none!important}

/* GENERAL */
h1, h2, h3, h4, h5, h6 {
    hyphens: none;
}

.fa, .fas, .fab {
    font-family: "Font Awesome 5 Free" !important;
}

header .socials_wrap a[href*="whatsapp"] .social_icon>span::before{
    content: "";
    background-image: url("/wp-content/themes/maxify-child/static/img/whatsapp-icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(100%) brightness(0);
}
header .socials_wrap a[href*="whatsapp"]:hover .social_icon>span::before{
    
    filter: grayscale(0) brightness(100%);
}

footer .socials_wrap a[href*="whatsapp"] .social_icon>span::before{
    content: "";
    background-image: url("/wp-content/themes/maxify-child/static/img/whatsapp-icon.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
    filter: grayscale(100%) brightness(0);
    left: -2px;
    margin-right: -5px;
}
footer .socials_wrap a[href*="whatsapp"]:hover .social_icon>span::before{
    
    filter: grayscale(0) brightness(100%);
}
header .socials_wrap a[href*="twitter"] .social_icon>span::before{
    content: "";
    background-image: url("/wp-content/themes/maxify-child/static/img/x-twitter.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(100%) brightness(0);
}
header .socials_wrap a[href*="twitter"]:hover .social_icon>span::before{
    
    filter: grayscale(0) brightness(100%);
}

footer .socials_wrap a[href*="twitter"] .social_icon>span::before{
    content: "";
    background-image: url("/wp-content/themes/maxify-child/static/img/x-twitter.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
    filter: grayscale(100%) brightness(0);
    left: -2px;
    margin-right: -5px;
}
footer .socials_wrap a[href*="twitter"]:hover .social_icon>span::before{
    
    filter: grayscale(0) brightness(100%);
}
.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item{
display: flex !important;
align-items: center!important;
}

.footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon{
    margin: 0!important;
    line-height: initial!important;
}


/* HEADER */
.widget_categories_list{
	max-width: 31em;
}
.trx_addons_column-1_3 {
    padding: 10px !important;
    margin: 0;
}
.widget_categories_list .trx_addons_columns_wrap{
	margin-right:0!important;
}
.tag-list .trx_addons_column-1_3 {
    width: auto;
}
.tag-list .trx_addons_column-1_3 h5 {
    margin: 0 !important;
    /*background-color: #1c5ca0;
	color: white;*/
	background-color: #f1f42a;
    padding: 10px;
	font-size: 20px;
}
.tag-list .trx_addons_column-1_3 .categories_list_item:hover .categories_list_title{
    color: #ffffff!important;
    background-color: #1c5ca0!important;
}
.home .menu_main_nav .sc_layouts_menu_nav > li > a {
    padding: 0.2em 0.7em!important;
}

.scheme_default .over_header .sc_layouts_menu_nav>li.efe>a {
    background-image: url(https://verifica.efe.com/wp-content/uploads/2022/02/logo-efe-negro.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;
    text-indent: 6000px;
    color: transparent!important;
    padding-top: 0;
    padding-bottom: 0;
    width: 100px;
}

.scheme_default .over_header .sc_layouts_menu_nav>li.efe>a:hover {
    color: transparent!important;
}

.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav>li ul>li.efe>a {
    background-image: url(https://verifica.efe.com/wp-content/uploads/2022/02/logo-efe-negro.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 55px;
    text-indent: 6000px;
    width: 94px;
    color: transparent!important;
    margin-left: 40px;
}

.menu_mobile .menu_mobile_nav_area > ul > li.efe > a {
    background-image: url(https://verifica.efe.com/wp-content/uploads/2022/02/logo-efe-negro.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 55px;
    text-indent: 6000px;
    width: 94px;
    color: transparent!important;
}

/* FOOTER */
.scheme_default .sc_item_subtitle {
    color: #00bcb5;
    font-family: "PT Sans",sans-serif;
}
.footer-menu a {
    padding: 5px 0 !important;
    font-size: 14px;
}

.siguenos .social_item {
    display: block !important;
    text-align: left !important;
    margin: 10px 0 !important;
		font-size: 14px;
}

.scheme_default .footer_wrap .copyright_text {
    color: #ffffff;
}
.footer-legal a{
    color: #ffffff;
}
.footer-legal a:hover{
    color: #00bcb5;
}

.footer-form .ajax-loader {
    display: block !important;
    text-align: center;
    margin: 10px auto !important;
}
.footer-form .sc_item_subtitle {
    color: #f1f42a;
}
.footer-form input[type="submit"]{
    background-color: #f1f42a!important;
}
.footer-form input[type="submit"]:hover{
    background-color: #00bcb5!important;
}
.logos-footer .sc_icons .sc_icons_image img {
    max-width: 100%;
}
.logos-footer .trx_addons_column-1_2:first-child  img {
    width: 88px;
}
.post_layout_simple .post_title,
.scheme_default .sc_blogger_item_title a {
    -ms-word-wrap: normal;
    word-break: normal;
    hyphens: none;
}
/* CATEGORIA */
.category .post_content.entry-content {
    display: none;
}

/* HOME */

/*.rrss-single {
  margin: 0!important;
}
.rrss-single .social_item .social_icon {
  background-color: #1C5CA0!important;
  color: #fff !important;
}
.rrss-single .social_item .social_icon:hover {
  opacity: 0.85;
}*/

.rrss-home-header .icon-hourglass {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.socials_wrap .social_icon_hourglass [class^="icon-"]::before {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("https://verifica.efe.com/wp-content/uploads/2022/11/tiktok-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.socials_wrap .social_icon_hourglass:hover [class^="icon-"]::before {
  background-image: url("https://verifica.efe.com/wp-content/uploads/2022/11/tiktok-icon-green.png");

}




/*.menu_mobile .socials_mobile{display: none;}*/
.rrss-single{display: none;}

.elementor-element-4d8c66f a{
	color: #f1f42a;
}
.elementor-element-4d8c66f a:hover{
	color: #00bcb5;
}
.destacados .sc_blogger_item_button a{
    background-color: #f1f42a!important;
}
.destacados .sc_blogger_item_button a:hover{
    background-color: #00bcb5!important;
}
.home .post_counters_likes, .home .post_categories, .home .post_author{
	display: none;
}
.home .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form, .home .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_field{
	width: 100%!important;
}
.home .post_counters_comments{display: none;}

.home .fel-ytWrap {
    background-color: transparent!important;
    padding: 0;
}
.home .fel-ytEvent {
    display: none !important;
}

.post_counters_comments{display: none;}

.fel-ytWrap {
    background-color: transparent!important;
    padding: 0;
}
.fel-ytEvent {
    display: none !important;
}


/* Home Podcasts button */
.home .blogger-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.home .link-podcast-spotify{
  margin-top: 1.5em!important;
}
.home .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button {
  margin-top: 1.5em!important;
}
.home .link-podcast-spotify a{
    background-color: #00bcb5;
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    text-decoration: none;
    text-transform: inherit;
    letter-spacing: 0.03em;
}
.home .link-podcast-spotify a:hover{
    background-color: #f1f42a!important;
    color: #1d1d1d;
}
.home .link-podcast-spotify a::after {
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  line-height: 1.2em;
  padding-left: 10px;
}


/* SINGLE POST */
.single-post .post_content .elementor-widget-text-editor h2 {
    font-size: 2rem;
}
.scheme_default blockquote{background-color: #00bcb5;}
.scheme_default blockquote a {
    color: #1c5ca0;
}
.scheme_default blockquote.trx_addons_blockquote_style_1:before {
    color: rgba(29,29,29,0.1);
}
.scheme_default blockquote.trx_addons_blockquote_style_1:before, 
.scheme_default blockquote.trx_addons_blockquote_style_1 {
    background-color: #f1f42a;
}
.scheme_default blockquote.trx_addons_blockquote_style_1 p {
    position: relative;
    z-index: 4;
}

.single .media-content-img, .single .post_featured {
    display: inline-block;
}
.single .img-caption{
    background: #00bcb5;
    font-size: 12px;
    padding: 10px 15px;
    color: #333;
    line-height: 16px;
}

.single .img-caption p {
    margin-bottom: 0;
}


/* SINGLE SIDEBAR */
/* Noticias relacionadas */
.single .related_wrap .post_counters_item{display: none;}
.single .related_wrap .post_meta {
  text-align: left;
}
/* Youtube videos */
/*.video{display: flex}*/
.yt-playlist-widget .video {
  margin-bottom: 30px;
  line-height: 18px;
}
.yt-playlist-widget .video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 5px;
}
.yt-playlist-widget .video a {
  font-family: "Unica One",cursive;
  font-size: 14px;
  line-height: 18px;
}
.yt-playlist-widget .ytp-title , .yt-playlist-widget .ytp-button, .yt-playlist-widget .ytp-info-panel-preview{
    display: none!important;
}
/*.video {
    position:relative; 
    padding-bottom:56.25%;
}
.video iframe {
    width:100%;
    height:100%;
    position:absolute;
}*/

/* Podcasts button */
.single-podcast-spotify .addtoany_content_bottom{
    display: none!important;
}
.single .addtoany_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single .link-podcast-spotify{
    padding: 15px 20px;
    position: relative;
    top: -10px;
    text-transform: inherit;
}
.single .link-podcast-spotify::after {
  content: "\e96f";
  font-family: "fontello";
  font-size: 10px;
  line-height: 1.2em;
  padding-left: 10px;
}
.single .link-podcast-spotify:hover{
    background-color: #f1f42a!important;
    color: #1d1d1d;
}
.single .relacionadas-widget-single {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single .relacionadas-widget-single > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single .relacionadas-widget-single img {
  width: 100px;
  height: 70px;
  margin-right: 10px;
  object-fit: cover;
}

.single .relacionadas-widget-single a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

/* IBERIFIER */
.widget_categories .cat-item-122046, .single .post_meta_item.post_categories {
	display: none;
}

/* QUANTCAST */
.qc-cmp2-container .qc-cmp2-persistent-link{
    background-color: #1c5ca0;
    color: #ffffff!important;
}
.qc-cmp2-container .qc-cmp2-persistent-link:hover{
    color: #00bcb5!important;
}
.qc-cmp2-container .qc-cmp2-footer-links button{
    background-color: #00bcb5!important;
    color: #1d1d1d!important;
    padding: 10px!important;
}
.qc-cmp2-container .qc-cmp2-footer-links button:hover{
    background-color: #1c5ca0!important;
    color: #ffffff!important;
}
.qc-cmp2-container .css-flk0bs:hover{
    background-color: #1c5ca0!important;
    color: #ffffff!important;
}
.qc-cmp2-container .logo-container{
    margin-bottom: 30px!important;
}
.qc-cmp2-container .qc-cmp2-expandable-info button {
    background: none !important;
}
.qc-cmp2-container .qc-cmp2-buttons-desktop button{
    background-color: #00bcb5!important;
    color: #1d1d1d!important;
}
.qc-cmp2-container .qc-cmp2-buttons-desktop button:hover{
    background-color: #1c5ca0!important;
    color: #ffffff!important;
}

/* SEARCH */
.search .post_counters_likes, .search .post_counters_comments{
    display: none;
}

.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field,
.search_wrap.search_style_normal .search_form_wrap .search_form .search_field,
.search_wrap.search_style_normal .search_form_wrap .search_form .search_submit {
    text-transform: inherit;
}

.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field::placeholder {
    opacity: .5;
}

.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field:-ms-input-placeholder {
    opacity: .5;
}

.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field::-ms-input-placeholder {
    opacity: .5;
}

.search_wrap.search_style_normal .search_form_wrap .search_form .search_field::placeholder {
    opacity: .5;
}

.search_wrap.search_style_normal .search_form_wrap .search_form .search_field:-ms-input-placeholder {
    opacity: .5;
}

.search_wrap.search_style_normal .search_form_wrap .search_form .search_field::-ms-input-placeholder {
    opacity: .5;   
}

/* PAGES */
.page .content {
    width: 100% !important;
}
.page .sidebar {
    display: none!important;
}

/* EQUIPO */
.trx_addons_columns_wrap > [class*="trx_addons_column-"]{
	padding-right: 30px!important;
}
.team_member_description{
	width: 100%!important;
}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.team-name .elementor-heading-title a:hover{
    color: #1C5CA0;
}

.team-articles-button {
    display: flex;
    justify-content: center;
}
.team-articles-button a {
    background: #00bcb5;
    padding: 20px 40px;
    color: #1d1d1d;
}
.team-articles-button a:hover {
    background: #1c5ca0;
    color: #ffffff;
}
.team_member_description{
    width: auto !important;
}

.author_metadesc_seo{
    max-width: 1270px;
    margin: 0 auto 40px;
}
.author_metadesc_seo>div{
    background-color: #fff;
    padding: 3.5rem 5rem 3.7rem 5rem;
}


/* MEDIA QUERIES */
@media (max-width: 767px){
    .efeverifica-menu .sc_layouts_menu{
        display: none;
    }
    .efeverifica-menu .elementor-row .elementor-column:nth-child(1){
        width: 80%;
    }
    .efeverifica-menu .elementor-row .elementor-column:nth-child(2){
        width: 20%;
    }
}
@media (min-width: 767px){
    .home .socials_wrap [class^="icon-"]::before {
      font-size: 22px;
    }
    .rrss-single .social_item [class^="icon-"]::before {
      font-size: 22px;
    }
    header .socials_wrap a[href*="whatsapp"] .social_icon>span::before{
        width: 30px;
        height: 30px;
    }

    footer .socials_wrap a[href*="whatsapp"] .social_icon>span::before{
        width: 25px;
        height: 25px;
    }
}
@media (min-width: 479px){
    /* CATEGORIA */
	.category .post_item.post_format_standard {
	    display: flex;
	}
	/*.category .post_item>div {
	    flex-basis: 50%;
	}*/
	.category .post_item.post_format_standard>.post_featured {
	    flex-basis: 40%;
	}
	.category .post_item.post_format_standard>.inner_post_wrap_list {
	    flex-basis: 60%;
	}
	.category .post_item.post_format_standard .inner_post_wrap_list {
	    padding: 25px;
	}
	.category .post_item.post_format_standard .post_title {
	    font-size: 24px;
	}
	.category .post_item.post_format_standard .post_meta {
	    margin-top: 1rem!important;
	}
	.category .post_item.post_format_standard .post_featured {
	    display: inline-block;
	}
	.category .post_item.post_format_standard img{
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 479px){
    .single .content_wrap {
      width: 90% !important;
    }
    .single blockquote.tiktok-embed {
      padding: 0!important;
    }

}/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
/* SASS Suffix: --wide */
@media (min-width: 2160px) {
  /* Layouts */
  .hide_on_wide,
.sc_layouts_hide_on_wide {
    display: none !important;
  }
}
/* SASS Suffix: --desktop */
@media (min-width: 1680px) and (max-width: 2159px) {
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-desktop:not(.elementor-element-edit-mode) {
    display: none !important;
  }
  /* Layouts */
  .hide_on_desktop,
.sc_layouts_hide_on_desktop {
    display: none !important;
  }
  .sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 3em;
  }
}
/* SASS Suffix: --notebook */
@media (min-width: 1280px) and (max-width: 1679px) {
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-desktop:not(.elementor-element-edit-mode) {
    display: none !important;
  }
  /* Layouts */
  .hide_on_notebook,
.sc_layouts_hide_on_notebook {
    display: none !important;
  }
  .sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 3em;
  }
}
/* SASS Suffix: --tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  /* Shortcodes - Common styles */
  .sc_push_hide_on_tablet {
    margin-top: 0 !important;
  }
  .sc_pull_hide_on_tablet {
    margin-bottom: 0 !important;
  }
  /* Elementor */
  body.elementor-editor-active .elementor-hidden-tablet:not(.elementor-element-edit-mode) {
    display: none !important;
  }
  /* Layouts */
  .hide_on_tablet,
.sc_layouts_hide_on_tablet {
    display: none !important;
  }
  .sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 3em;
  }
}
/* SASS Suffix: --mobile */
@media (max-width: 767px) {
  /* Shortcodes - Common styles */
  .sc_push_hide_on_mobile {
    margin-top: 0 !important;
  }
  .sc_pull_hide_on_mobile {
    margin-bottom: 0 !important;
  } /* Elementor */
  body.elementor-editor-active .elementor-hidden-phone:not(.elementor-element-edit-mode) {
    display: none !important;
  }
  /* Layouts */
  .hide_on_mobile,
.sc_layouts_hide_on_mobile {
    display: none !important;
  }
  .sc_layouts_row_type_compact.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .sc_layouts_logo img {
    max-height: 3em;
  }
}
/* SASS Suffix: --xl */
@media (max-width: 1439px) {
  /* ThemeREX Addons - Common styles */
  .trx_addons_audio_player {
    padding: 2em;
  }
  /* Shortcodes - Common styles */
  .sc_item_subtitle + .sc_item_title {
    margin-top: 0.4em;
  }
  .sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr,
.sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_descr + .sc_item_slider,
.sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_descr + .sc_item_columns,
.sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content, .sc_item_descr + .sc_item_content {
    margin-top: 2em;
  }
  .sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
    margin-top: 2em;
  }
  /* Layouts */
  .sc_layouts_row:not(.sc_layouts_row_type_narrow),
.sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type=text],
.sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
    font-size: 14px;
  }
  .sc_layouts_row_fixed_on {
    left: -15px;
    right: -15px;
  }
  .sc_layouts_row .sc_button {
    font-size: 12px;
    padding: 1.5em;
  }
  /* Team */
  .sc_team_default .sc_team_item_info {
    padding: 2.1429em;
  }
  /* Blogger */
  .sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
    padding: 2.1429em;
  }
  .sc_blogger_default .sc_blogger_item .sc_blogger_item_button {
    margin-top: 1em;
  }
  /* Content Area */
  .sc_content_width_1_1 {
    width: 1100px;
  }
  .sc_content_width_1_2 {
    width: 550px;
  }
  .sc_content_width_1_3 {
    width: 366.6666666667px;
  }
  .sc_content_width_2_3 {
    width: 733.3333333333px;
  }
  .sc_content_width_1_4 {
    width: 275px;
  }
  .sc_content_width_3_4 {
    width: 825px;
  }
  /* Widget: Recent News */
  .sc_recent_news_style_news-announce .post_size_medium .post_title,
.sc_recent_news_style_news-announce .post_size_small .post_title {
    font-size: 1.2em;
  }
  .sc_recent_news_style_news-announce .post_size_full {
    height: 372px;
  }
  .sc_recent_news_style_news-announce .post_size_big {
    height: 186px;
  }
  .sc_recent_news_style_news-announce .post_size_medium {
    height: 93px;
  }
  .sc_recent_news_style_news-announce .post_size_small {
    height: 93px;
  }
  /* Layouts: Logo */
  a.custom-logo-link img,
.wp-block-columns .sc_layouts_logo img,
.sc_layouts_row .sc_layouts_logo img {
    max-height: 4.5em;
  }
  .sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
    max-height: 3.5em;
  }
  .sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
    max-height: 2.5em;
  }
}
/* SASS Suffix: --lg */
@media (max-width: 1279px) {
  /* ThemeREX Addons - Common styles */
  .trx_addons_audio_player {
    padding: 2em 1.6em;
  }
  /* Magnific Popup */
  .mfp-wrap .mfp-close {
    margin: 0;
    font-size: 20px;
  }
  /* Shortcodes - Common styles */
  .sc_push_x_tiny {
    margin-left: 1em !important;
  }
  .sc_push_x_tiny_negative {
    margin-left: -1em !important;
  }
  .sc_push_x_small {
    margin-left: 2em !important;
  }
  .sc_push_x_small_negative {
    margin-left: -2em !important;
  }
  .sc_push_x_medium {
    margin-left: 3em !important;
  }
  .sc_push_x_medium_negative {
    margin-left: -3em !important;
  }
  .sc_push_x_large {
    margin-left: 4em !important;
  }
  .sc_push_x_large_negative {
    margin-left: -4em !important;
  }
  .sc_push_tiny,
.sc_push_y_tiny {
    margin-top: 1em !important;
  }
  .sc_push_tiny_negative,
.sc_push_y_tiny_negative {
    margin-top: -1em !important;
  }
  .sc_push_small,
.sc_push_y_small {
    margin-top: 2em !important;
  }
  .sc_push_small_negative,
.sc_push_y_small_negative {
    margin-top: -2em !important;
  }
  .sc_push_medium,
.sc_push_y_medium {
    margin-top: 3em !important;
  }
  .sc_push_medium_negative,
.sc_push_y_medium_negative {
    margin-top: -3em !important;
  }
  .sc_push_large,
.sc_push_y_large {
    margin-top: 4em !important;
  }
  .sc_push_large_negative,
.sc_push_y_large_negative {
    margin-top: -4em !important;
  }
  .sc_pull_x_tiny {
    margin-right: 1em !important;
  }
  .sc_pull_x_tiny_negative {
    margin-right: -1em !important;
  }
  .sc_pull_x_small {
    margin-right: 2em !important;
  }
  .sc_pull_x_small_negative {
    margin-right: -2em !important;
  }
  .sc_pull_x_medium {
    margin-right: 3em !important;
  }
  .sc_pull_x_medium_negative {
    margin-right: -3em !important;
  }
  .sc_pull_x_large {
    margin-right: 4em !important;
  }
  .sc_pull_x_large_negative {
    margin-right: -4em !important;
  }
  .sc_pull_tiny,
.sc_pull_y_tiny {
    margin-bottom: 1em !important;
  }
  .sc_pull_tiny_negative,
.sc_pull_y_tiny_negative {
    margin-bottom: -1em !important;
  }
  .sc_pull_small,
.sc_pull_y_small {
    margin-bottom: 2em !important;
  }
  .sc_pull_small_negative,
.sc_pull_y_small_negative {
    margin-bottom: -2em !important;
  }
  .sc_pull_medium,
.sc_pull_y_medium {
    margin-bottom: 3em !important;
  }
  .sc_pull_medium_negative,
.sc_pull_y_medium_negative {
    margin-bottom: -3em !important;
  }
  .sc_pull_large,
.sc_pull_y_large {
    margin-bottom: 4em !important;
  }
  .sc_pull_large_negative,
.sc_pull_y_large_negative {
    margin-bottom: -4em !important;
  }
  .sc_shift_x_tiny {
    left: 1em !important;
  }
  .sc_shift_x_tiny_negative {
    left: -1em !important;
  }
  .sc_shift_x_small {
    left: 2em !important;
  }
  .sc_shift_x_small_negative {
    left: -2em !important;
  }
  .sc_shift_x_medium {
    left: 3em !important;
  }
  .sc_shift_x_medium_negative {
    left: -3em !important;
  }
  .sc_shift_x_large {
    left: 4em !important;
  }
  .sc_shift_x_large_negative {
    left: -4em !important;
  }
  .sc_shift_y_tiny {
    top: 1em !important;
  }
  .sc_shift_y_tiny_negative {
    top: -1em !important;
  }
  .sc_shift_y_small {
    top: 2em !important;
  }
  .sc_shift_y_small_negative {
    top: -2em !important;
  }
  .sc_shift_y_medium {
    top: 3em !important;
  }
  .sc_shift_y_medium_negative {
    top: -3em !important;
  }
  .sc_shift_y_large {
    top: 4em !important;
  }
  .sc_shift_y_large_negative {
    top: -4em !important;
  }
  /* Elementor */
  .elementor-section[class*=sc_extra_bg_]:after,
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap:after,
.elementor-widget-text-editor[class*=sc_extra_bg_]:after {
    display: none;
  }
  .elementor-section[class*=sc_extra_bg_][class*=sc_bg_mask_]:before,
.elementor-column[class*=sc_extra_bg_][class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor[class*=sc_extra_bg_][class*=sc_bg_mask_]:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .elementor-section.sc_extra_bg_tiny,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap,
.elementor-widget-text-editor.sc_extra_bg_tiny {
    padding: 1em !important;
  }
  .elementor-section.sc_extra_bg_small,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap,
.elementor-widget-text-editor.sc_extra_bg_small {
    padding: 2em !important;
  }
  .elementor-section.sc_extra_bg_medium,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap,
.elementor-widget-text-editor.sc_extra_bg_medium {
    padding: 3em !important;
  }
  .elementor-section.sc_extra_bg_large,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap,
.elementor-widget-text-editor.sc_extra_bg_large {
    padding: 4em !important;
  }
  .elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
    height: 1em !important;
  }
  .elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
    height: 2em !important;
  }
  .elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
    height: 3em !important;
  }
  .elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
    height: 4em !important;
  }
  .elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
    height: 5em !important;
  }
  .elementor-widget-divider.sc_height_tiny .elementor-divider {
    padding: 1rem 0 !important;
  }
  .elementor-widget-divider.sc_height_small .elementor-divider {
    padding: 2rem 0 !important;
  }
  .elementor-widget-divider.sc_height_medium .elementor-divider {
    padding: 3rem 0 !important;
  }
  .elementor-widget-divider.sc_height_large .elementor-divider,
.elementor-widget-divider.sc_height_big .elementor-divider {
    padding: 4rem 0 !important;
  }
  .elementor-widget-divider.sc_height_huge .elementor-divider {
    padding: 5rem 0 !important;
  }
  /* Layouts */
  .sc_layouts_row:not(.sc_layouts_row_type_narrow),
.sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type=text],
.sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
    font-size: 13px;
    line-height: 21px;
  }
  .sc_layouts_row_fixed_on {
    left: -15px;
    right: -15px;
  }
  /* Blogger */
  .sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
    padding: 2em 1.6em;
  }
  /* Content Area */
  .sc_content_width_1_1 {
    width: 964px;
  }
  .sc_content_width_1_2 {
    width: 482px;
  }
  .sc_content_width_1_3 {
    width: 321.3333333333px;
  }
  .sc_content_width_2_3 {
    width: 642.6666666667px;
  }
  .sc_content_width_1_4 {
    width: 241px;
  }
  .sc_content_width_3_4 {
    width: 723px;
  }
  /* Icons */
  .sc_icons .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_icon + .sc_icons_item_description {
    margin-top: 1em;
  }
  .sc_icons .sc_icons_item_description {
    font-size: 14px;
  }
  /* Widget: Recent News */
  .sc_recent_news_style_news-announce .post_size_small .post_title {
    margin-bottom: 0.8em;
  }
  .sc_recent_news_style_news-announce .post_size_small .post_meta {
    display: none;
  }
  /* Slider */
  .slider_container .swiper-pagination-bullet,
.slider_outer .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    border-width: 1px;
  }
  .slider_container.slider_controls_outside + .slider_controls_wrap > .slider_prev,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev {
    opacity: 1;
    margin-left: 0;
    left: 1.5em;
  }
  .slider_container.slider_controls_outside + .slider_next,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next {
    opacity: 1;
    margin-right: 0;
    right: 1.5em;
  }
  /* Layouts: Menu */
  .sc_layouts_menu_nav ul li.columns-4 > ul,
.sc_layouts_menu_nav ul li.columns-5 > ul {
    width: 39em;
  }
  .sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left,
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
    left: -39em;
  }
  .sc_layouts_menu_nav li.columns-4 > ul > li,
.sc_layouts_menu_nav li.columns-5 > ul > li {
    width: 33.3333%;
  }
}
/* SASS Suffix: --md */
@media (max-width: 1023px) {
  /* ThemeREX Addons - Common styles */
  .trx_addons_scroll_to_top {
    right: 1em;
  }
  .trx_addons_scroll_to_top.show {
    bottom: 1em;
  }
  .trx_addons_stretch_height {
    min-height: 0 !important;
  }
  .scroll_progress_bottom {
    height: 6px;
  }
  /* Shortcodes - Common styles */
  .sc_item_title {
    letter-spacing: 1px;
  }
  .sc_item_descr {
    max-width: none;
  }
  #trx_addons_post_details_popup {
    width: 80%;
  }
  /* Layouts */
  .sc_layouts_row_fixed_on {
    left: -15px;
    right: -15px;
  }
  .sc_layouts_column .sc_layouts_item {
    margin-right: 1.15em;
  }
  .sc_layouts_column_align_right .sc_layouts_item {
    margin-left: 1.15em;
    margin-right: 0;
  }
  .sc_layouts_row_type_narrow,
.sc_layouts_row_type_narrow input[type=text],
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
    font-size: 12px;
    line-height: 16px;
  }
  .sc_layouts_title_title {
    font-size: 0.8em;
  }
  /* Team */
  .sc_team_item_thumb .sc_team_item_content {
    display: none;
  }
  .sc_team_default .sc_team_item_info {
    padding: 1.6154em;
  }
  /* Blogger */
  .sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt {
    margin-top: 1em;
  } /* Content Area */
  .sc_content_width_1_1 {
    width: 708px;
  }
  .sc_content_width_1_2 {
    width: 354px;
  }
  .sc_content_width_1_3 {
    width: 236px;
  }
  .sc_content_width_2_3 {
    width: 472px;
  }
  .sc_content_width_1_4 {
    width: 177px;
  }
  .sc_content_width_3_4 {
    width: 531px;
  }
  /* Google Map */
  .sc_googlemap {
    max-height: 60vh;
  }
  .sc_googlemap_content_default {
    left: 7%;
    right: 14%;
    top: auto;
    bottom: 7%;
    width: auto;
    max-height: 33%;
    padding: 1em;
  }
  [data-vc-full-width=true][data-vc-stretch-content=true] .sc_googlemap_content_default {
    left: auto;
    right: 10%;
    top: 10%;
    bottom: 10%;
    width: 30%;
    max-height: none;
  }
  /* Price */
  .sc_price_item_title {
    letter-spacing: 0;
    font-size: 2em;
  }
  .sc_price_item_info {
    padding: 2em 1em;
  }
  .sc_price_item_price {
    font-size: 1.5em;
  }
  /* Skills */
  .sc_skills_pie.sc_skills_compact_off .sc_skills_total {
    font-size: 2.5rem;
  }
  .vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
    padding: 2em 0 0 2em;
  }
  /* Widget: Categories List (Style 2) */
  .widget_categories_list .categories_list_style_2 .categories_list_title {
    width: 60%;
  }
  /* Widget: Recent News */
  .sc_recent_news_style_news-announce .post_item {
    float: none;
  }
  .sc_recent_news_style_news-announce .post_size_full {
    width: 100%;
    height: 198px;
  }
  .sc_recent_news_style_news-announce .post_size_big {
    width: 100%;
    height: 198px;
  }
  .sc_recent_news_style_news-announce .post_size_medium {
    width: 100%;
    height: 198px;
  }
  .sc_recent_news_style_news-announce .post_size_small {
    width: 100%;
    height: 198px;
  }
  .sc_recent_news_style_news-announce .post_size_full .post_featured {
    max-height: 100%;
  }
  .sc_recent_news_style_news-announce .post_size_big .post_featured {
    max-height: 100%;
  }
  .sc_recent_news_style_news-announce .post_size_medium .post_featured {
    max-height: 100%;
  }
  .sc_recent_news_style_news-announce .post_size_small .post_featured {
    max-height: 100%;
  }
  .sc_recent_news_style_news-announce .post_size_small .post_title {
    margin-bottom: 0;
  }
  .sc_recent_news_style_news-announce .post_size_small .post_meta {
    display: block;
  }
  /* Slider */
  .slider_style_default .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_style_default.slider_outer_controls_side .slider_controls_wrap > a,
.slider_style_default .slider_container.slider_controls_top .slider_controls_wrap > a,
.slider_style_default.slider_outer_controls_top .slider_controls_wrap > a,
.sc_item_slider .slider_container.slider_controls_side .slider_controls_wrap > a,
.sc_item_slider.slider_outer_controls_side .slider_controls_wrap > a,
.sc_item_slider .slider_container.slider_controls_top .slider_controls_wrap > a,
.sc_item_slider.slider_outer_controls_top .slider_controls_wrap > a,
.slider_container.slider_controls_outside + .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a {
    display: none !important;
  }
  .slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction .slide_info:not(.slide_info_large) {
    bottom: 1.5em;
  }
  /* Layouts: Menu */
  /* Display submenu at left side on menus in the right-aligned columns */
  /*
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li > ul ul {
  		left:-13em;
  		margin: 0 0 0 -2px;
  	}
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
  		left:auto;
  		right:0;
  		margin-left:0;
  	}
  */
  .sc_layouts_menu_nav ul li.columns-3 > ul,
.sc_layouts_menu_nav ul li.columns-4 > ul,
.sc_layouts_menu_nav ul li.columns-5 > ul {
    width: 26em;
  }
  /*	
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse li.columns-2 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav ul li.columns-2 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse li.columns-3 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav ul li.columns-3 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse li.columns-4 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav ul li.columns-4 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse li.columns-5 > ul,
  	.sc_layouts_column_align_right .sc_layouts_menu_nav ul li.columns-5 > ul,
  */
  .sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left,
.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left,
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
    left: -26em;
  }
  .sc_layouts_menu_nav li.columns-3 > ul > li,
.sc_layouts_menu_nav li.columns-4 > ul > li,
.sc_layouts_menu_nav li.columns-5 > ul > li {
    width: 50%;
  }
  .sc_layouts_menu_nav > li > a {
    padding: 0.7em;
  }
  .sc_layouts_menu_nav > li.menu-item-has-children > a {
    padding-right: 1.3em;
  }
  .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
    right: 0.5em;
  }
}
/* SASS Suffix: --sm */
@media (max-width: 767px) {
  /* ThemeREX Addons - Common styles */
  /* Grid */
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trx_addons_columns_wrap {
    margin-right: -30px;
  }
  .trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 30px;
  }
  .trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px;
  }
  .trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left {
    padding-left: 30px;
  }
  .trx_addons_columns_wrap.columns_padding_right {
    margin-right: -30px;
  }
  .trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right {
    padding-right: 30px;
  }
  .trx_addons_columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px;
  }
  .trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
    padding-bottom: 30px;
  }
  /* Columns relayout (max 2 columns in the row) */
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*=trx_addons_column-] {
    width: 50%;
  }
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6,
.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6 {
    width: 100%;
  }
  /* Magnific Popup */
  .mfp-wrap .mfp-close {
    margin: 0;
    font-size: 20px;
  }
  .trx_addons_popup {
    width: 400px;
    height: auto;
  }
  .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
    font-size: 15px;
  }
  /* Shortcodes - Common styles */
  .sc_item_title {
    letter-spacing: 0;
  }
  .sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr,
.sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_descr + .sc_item_slider,
.sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_descr + .sc_item_columns,
.sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content, .sc_item_descr + .sc_item_content {
    margin-top: 1.5em;
  }
  .sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
    margin-top: 1.5em;
  }
  .sc_item_title.sc_item_title_style_accent b {
    font-size: 4em;
    line-height: 0.8em;
  }
  [class*=sc_shift_] {
    left: auto !important;
    top: auto !important;
  }
  /* Elementor */
  .elementor-section.hide_bg_image_on_mobile,
.elementor-column.hide_bg_image_on_mobile .elementor-column-wrap {
    background-image: none !important;
  }
  .elementor-section.hide_bg_image_on_mobile[class*=sc_bg_mask_]:before,
.elementor-column.hide_bg_image_on_mobile[class*=sc_bg_mask_] > .elementor-column-wrap:before {
    display: none !important;
  }
  [class*=sc_fly_]:not(.sc_fly_static) {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  /* Gutenberg */
  .wp-block-columns {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .wp-block-columns[class*=has-] .wp-block-column {
    width: 100%;
  }
  /* Layouts */
  /* -- Temporary commented, because rules below have conflicts with Elementor's responsive columns --
  .sc_layouts_column:not([class*="sc_layouts_column_fluid"]):not([class*="vc_col-xs-"]):not([class*="elementor-xs-"]) {
  	width: 100% !important;
  }
  .sc_layouts_column_align_left:not([class*="sc_layouts_column_fluid"]):not([class*="vc_col-xs-"]):not([class*="elementor-xs-"]),
  .sc_layouts_column_align_right:not([class*="sc_layouts_column_fluid"]):not([class*="vc_col-xs-"]):not([class*="elementor-xs-"]) {
  	text-align:center;
  }
  .sc_layouts_row .sc_layouts_item {
  	margin-top: 0.25em !important;
  	margin-bottom: 0.25em !important;
  }
  */
  .sc_layouts_row_type_compact .sc_layouts_item_details,
.sc_layouts_row_type_normal .sc_layouts_item_details {
    display: none;
  }
  .sc_layouts_row_fixed_on:not(.sc_layouts_row_fixed_always) {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
  }
  .sc_layouts_row_fixed_on:not(.sc_layouts_row_fixed_always) + .sc_layouts_row_fixed_placeholder {
    display: none !important;
  }
  .sc_layouts_row_fixed_on.sc_layouts_row_fixed_always {
    left: -15px;
    right: -15px;
  }
  .sc_layouts_row .wpb_text_column p {
    text-align: center !important;
  }
  .sc_layouts_panel {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sc_layouts_panel_left,
.sc_layouts_panel_right {
    overflow-x: visible;
  }
  /* Team */
  .team_member_page .team_member_featured {
    padding: 0 0 2em;
    width: 100%;
    float: none;
  }
  /* Blogger */
  .sc_blogger_modern .sc_blogger_item {
    padding: 1.4em;
  }
  .sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
    position: static;
    width: 100%;
    padding: 0;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .wpb_column:not(.vc_col-sm-12) .sc_blogger_modern .sc_blogger_item_featured {
    width: 100%;
    padding: 0 0 1em;
  }
  .wpb_column:not(.vc_col-sm-12) .sc_blogger_modern .sc_blogger_item_content {
    position: static;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* Content Area */
  .sc_content_width_1_1 {
    width: 440px;
  }
  .sc_content_width_1_2 {
    width: 220px;
  }
  .sc_content_width_1_3 {
    width: 146.6666666667px;
  }
  .sc_content_width_2_3 {
    width: 293.3333333333px;
  }
  .sc_content_width_1_4 {
    width: 110px;
  }
  .sc_content_width_3_4 {
    width: 330px;
  }
  /* Countdown */
  .sc_countdown_default .sc_countdown_digits, .sc_countdown_default .sc_countdown_separator {
    font-size: 2.5em;
  }
  /* Skills */
  .sc_skills_columns .sc_skills_column {
    width: 50% !important;
  }
  .sc_supertitle .sc_supertitle_icon_empty_column,
.sc_supertitle .sc_supertitle_no_icon {
    position: absolute;
    left: 0;
  }
  .sc_supertitle .sc_supertitle_media_block {
    background-color: transparent !important;
  }
  .sc_supertitle .sc_supertitle_icon_empty_column {
    padding-left: 0;
    padding-bottom: inherit;
    top: 0;
    bottom: 20px;
  }
  .sc_supertitle_columns_wrap > [class*=trx_addons_column-] {
    padding-left: 2rem;
  }
  .sc_supertitle_columns_wrap.trx_addons_columns_wrap {
    display: block;
  }
  /* Socials */
  .socials_wrap .social_item .social_icon {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
  }
  .socials_wrap .social_item {
    margin: 6px 6px 0 0;
  } /* Widget: Categories List (Style 2) */
  .widget_categories_list .categories_list_style_2 .categories_list_title {
    width: 50%;
  }
  /* Widget: Recent News */
  .sc_recent_news_style_news-announce .post_size_full {
    height: 168px;
  }
  .sc_recent_news_style_news-announce .post_size_big {
    height: 168px;
  }
  .sc_recent_news_style_news-announce .post_size_medium {
    height: 168px;
  }
  .sc_recent_news_style_news-announce .post_size_small {
    height: 168px;
  }
  .sc_recent_news_style_news-announce .post_item .post_title {
    margin-bottom: 0.8em;
  }
  .sc_recent_news_style_news-announce .post_item .post_meta {
    display: none;
  }
  /* Slider */
  .slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
    width: 3em;
    height: 2.5em;
    line-height: 2.5em;
  }
  .slider_style_modern {
    padding-left: 0;
    padding-right: 0;
  }
  .slider_style_modern .slider_controls_wrap {
    position: relative;
    height: 4em;
    overflow: hidden;
    margin-top: 1px;
  }
  .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
    top: 0;
    bottom: 0 !important;
    width: 50%;
  }
  .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a + a {
    right: -1px;
  }
  .slider_style_modern .slider_controls_label,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a::before {
    max-width: none;
    white-space: nowrap;
  }
  .slider_style_modern .slider_controls_label > span {
    display: inline-block;
    margin-right: 0.3em;
  }
  .slider_style_modern .slider_controls_label > span:last-child {
    margin-right: 0;
  }
  .slider_style_modern .slider_controls_label {
    top: 40%;
  }
  .slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
    top: 75%;
  }
  .slider_container .swiper-pagination-bullet, .slider_outer .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    border-width: 1px;
  }
  .sc_slider_controller_info {
    font-size: 1em;
  }
  /* Layouts: Menu */
  .sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
    display: inline-block !important;
  }
  /* Layouts as submenu */
  ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) + .wpb_column:not([class*=vc_col-xs-]),
ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) + .elementor-column:not([class*=elementor-xs-]) {
    margin-top: 1.5em;
  }
  /* Vertical Menus */
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child ul {
    position: static;
    left: auto;
    top: auto;
    margin: 0;
    padding: 0 1em;
    width: auto !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul {
    padding: 1em 0;
  }
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li ul.sc_layouts_submenu [class*=sc_content_width_] {
    width: auto !important;
  }
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li li > a {
    padding: 0.25em 1em;
  }
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li li.menu-item-has-children > a:after {
    content: "\e882";
  }
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li li.menu-item-has-children > a:after {
    top: 0.25em;
    right: 1em;
  }
}
/* SASS Suffix: --wp_fix */
@media (min-width: 601px) and (max-width: 782px) {
  /* ThemeREX Addons - Common styles */
  .admin-bar .scroll_progress_top {
    top: 46px;
  }
}
/* SASS Suffix: --sm_wp */
@media (max-width: 600px) {
  /* ThemeREX Addons - Common styles */
  .admin-bar .scroll_progress_top {
    top: 0px;
  }
  .scroll_progress_bottom {
    height: 3px;
  }
  [data-vc-full-width=true][data-vc-stretch-content=true] .sc_googlemap_content_default {
    left: 7%;
    right: 14%;
    top: auto;
    bottom: 7%;
    width: auto;
    max-height: 33%;
  }
}
/* SASS Suffix: --xs */
@media (max-width: 479px) {
  /* ThemeREX Addons - Common styles */
  /* Grid */
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trx_addons_columns_wrap {
    margin-right: -30px;
  }
  .trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 30px;
  }
  .trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px;
  }
  .trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left {
    padding-left: 30px;
  }
  .trx_addons_columns_wrap.columns_padding_right {
    margin-right: -30px;
  }
  .trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right {
    padding-right: 30px;
  }
  .trx_addons_columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px;
  }
  .trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
    padding-bottom: 30px;
  }
  /* trx_addons_columns relayout (no trx_addons_columns) */
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*=trx_addons_column-] {
    width: 100%;
  }
  .trx_addons_columns_wrap.columns_fluid > [class*=trx_addons_column-] {
    width: 50%;
  }
  .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_1,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_2,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_3,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_4,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-5_5,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-6_6,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-7_7,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-8_8,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-9_9,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-10_10,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-11_11,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-12_12,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_3:nth-child(3n),
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_3,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_3.after_span_2,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_4,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_4.after_span_3,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_5:nth-child(5n),
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_5,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_5,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_5,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_6,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_6,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_6,
.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-5_6 {
    width: 100%;
  }
  .trx_addons_popup {
    width: 280px;
    height: auto;
  }
  .trx_addons_left_side,
.trx_addons_right_side {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  .trx_addons_right_side {
    padding-top: 2em;
  }
  /* Shortcodes - Common styles */
  #trx_addons_post_details_popup .post_details_page_content {
    padding: 1em;
  }
  #trx_addons_post_details_popup .post_details_page_details {
    padding: 0 1em;
  }
  #trx_addons_post_details_popup .post_details_page_button {
    padding: 1em;
  }
  .trx_addons_post_details_popup_prev {
    left: -1.5em;
  }
  .trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_next {
    right: -1.5em;
  }
  nav.sc_item_pagination_advanced_pages .nav-links {
    max-width: 100%;
  }
  nav.sc_item_pagination .page-count {
    display: block;
    float: none;
    line-height: 3em;
    max-width: 100%;
  }
  /* Layouts */
  .sc_layouts_row_fixed_on.sc_layouts_row_fixed_always {
    left: -15px;
    right: -15px;
  }
  .sc_layouts_row:not(.sc_layouts_row_type_narrow),
.sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type=text],
.sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
    font-size: 13px;
    line-height: 19px;
  }
  .sc_layouts_title_title {
    font-size: 0.7em;
  }
  .sc_layouts_title_meta + .sc_layouts_title_title > .sc_layouts_title_caption {
    margin: 0.2em 0 0;
  }
  /* Team */
  .sc_team_default .sc_team_item_info {
    padding: 1.6154em;
  }
  .sc_team_default .sc_team_item_content {
    min-height: 0;
    margin-top: 1em;
  }
  .sc_content_width_1_1 {
    width: 280px;
  }
  .sc_content_width_1_2 {
    width: 140px;
  }
  .sc_content_width_1_3 {
    width: 93.3333333333px;
  }
  .sc_content_width_2_3 {
    width: 186.6666666667px;
  }
  .sc_content_width_1_4 {
    width: 70px;
  }
  .sc_content_width_3_4 {
    width: 210px;
  }
  /* Countdown */
  .sc_countdown_default .sc_countdown_digits, .sc_countdown_default .sc_countdown_separator {
    font-size: 1.5em;
  }
  .sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator {
    font-size: 1.4em;
  }
  .sc_countdown .sc_countdown_separator {
    margin: 0 5px;
  }
  .sc_countdown_circle .sc_countdown_digits {
    border-width: 3px;
  }
  /* Price */
  .sc_price_item_link {
    margin-top: 2em;
  }
  .sc_price_item_details {
    display: none;
  }
  /* Skills */
  .sc_skills_columns .sc_skills_column {
    width: 100% !important;
  }
  .sc_skills_counter .sc_skills_total,
.sc_skills_counter .sc_skills_item_title {
    text-align: center;
  }
  .vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
    padding: 1.2em 1em;
  }
  .sc_skills_pie.sc_skills_compact_on .sc_skills_item,
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend {
    width: 100%;
    float: none;
  }
  .sc_skills_pie.sc_skills_compact_on .sc_skills_legend {
    margin-bottom: 1em;
  }
  /* Widget: Recent News */
  .sc_recent_news_style_news-excerpt .post_item .post_featured {
    float: none;
    padding-right: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_body {
    float: none;
    width: 100%;
    padding: 0;
  }
  .sc_recent_news_header_split .sc_recent_news_header_captions,
.sc_recent_news_header_split .sc_recent_news_header_categories {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .sc_recent_news_header_split .sc_recent_news_header_categories {
    margin-top: 1em;
  }
  .sc_recent_news_header_split .sc_recent_news_header_categories > * {
    margin: 0 1em 0 0;
  }
  .sc_recent_news_style_news-announce .post_size_full {
    height: 112px;
  }
  .sc_recent_news_style_news-announce .post_size_big {
    height: 112px;
  }
  .sc_recent_news_style_news-announce .post_size_medium {
    height: 112px;
  }
  .sc_recent_news_style_news-announce .post_size_small {
    height: 112px;
  }
  /* Slider */
  .slider_titles_outside_wrap .slide_cats, .slider_titles_outside_wrap .slide_subtitle {
    font-size: 13px;
  }
  /* Layouts: Logo */
  .sc_layouts_logo .logo_text {
    letter-spacing: 0;
    font-size: 1.5em;
  }
}
/* SASS Suffix: --md_lg */
@media (min-width: 768px) and (max-width: 1279px) {
  /* Elementor */
  .elementor-section.hide_bg_image_on_tablet,
.elementor-column.hide_bg_image_on_tablet .elementor-column-wrap {
    background-image: none !important;
  }
  .elementor-section.hide_bg_image_on_tablet[class*=sc_bg_mask_]:before,
.elementor-column.hide_bg_image_on_tablet[class*=sc_bg_mask_] > .elementor-column-wrap:before {
    display: none !important;
  }
}/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .elementor-widget-sidebar .widget {
    margin-bottom: 30px;
  }
  .elementor-widget-sidebar.custom_column_3 .elementor-widget-container {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .elementor-widget-sidebar.custom_column_3 .elementor-widget-container aside {
    width: calc(33.33% - 30px);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1rem;
  }
  .elementor-widget-sidebar.custom_column_3 .trx_addons_tabs .post_item .post_title {
    font-size: 15px;
  }
  .elementor-widget-sidebar.custom_column_3 .trx_addons_tabs .post_item .post_thumb {
    margin-right: 1em;
  }
  .elementor-widget-sidebar.custom_column_3 .widget .trx_addons_tabs .trx_addons_tabs_titles {
    margin-bottom: 2em;
  }
  .elementor-widget-sidebar.custom_column_3 .widget_tag_cloud .tagcloud {
    padding: 0;
  }
  .elementor-widget-sidebar.custom_column_3 .widget .trx_addons_tabs {
    margin-top: 1.5em;
  }
  .elementor-widget-sidebar.custom_column_2 .elementor-widget-container {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .elementor-widget-sidebar.custom_column_2 .elementor-widget-container aside {
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2.2rem;
  }
  .mejs-controls a.mejs-horizontal-volume-slider,
  .mejs-controls .mejs-volume-button {
    display: none;
  }
}
/* SASS Suffix: --xxl */
@media (max-width: 1679px) {
  /* Theme Common styles */
  /* Tags layouts */
  table th, table td,
  .sc_table table th, .sc_table table td {
    padding: 1rem;
  }
  /* Post layouts */
  .post_item_none_search .post_content {
    padding: 2em 0;
  }
  /* Single post */
  .nav-links-single.nav-links-fixed {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
  }
  .extra_footer_single .nav-links-single.nav-links-fixed {
    display: none;
  }
  .nav-links-single.nav-links-fixed .nav-links .nav-previous,
  .nav-links-single.nav-links-fixed .nav-links .nav-next {
    position: relative;
    width: 50%;
    padding: 0;
    border-width: 0;
    background-color: transparent;
    left: auto;
    right: auto;
    top: auto;
  }
  /* Blog layout: Chess */
  .post_layout_chess_2 .post_content_inner {
    display: none;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner,
  .post_layout_chess_2.post_format_link .post_content_inner,
  .post_layout_chess_2.post_format_aside .post_content_inner,
  .post_layout_chess_2.post_format_status .post_content_inner {
    display: block;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner blockquote {
    padding: 2em 2em 2em 4em;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner blockquote:before {
    font-size: 2em;
    top: 1em;
    left: 0.7em;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner p {
    font-size: 1em;
    line-height: 1.25em;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner a,
  .post_layout_chess_2.post_format_quote .post_content_inner cite {
    font-size: 0.8667em;
    line-height: 1.25em;
  }
  .post_layout_chess_2.post_format_link .post_content_inner,
  .post_layout_chess_2.post_format_aside .post_content_inner,
  .post_layout_chess_2.post_format_status .post_content_inner {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .post_layout_chess_3 .post_meta,
  .post_layout_chess.post_layout_chess_3 .more-link {
    display: none;
  }
}
/* SASS Suffix: --xl */
@media (max-width: 1439px) {
  /* Theme Common styles */
  /* Body sizes */
  .content_wrap, .content_container {
    width: 1100px;
  }
  .body_style_boxed .page_wrap {
    width: 1100px;
  }
  .body_style_boxed .content_wrap,
  .body_style_boxed .content_container {
    width: 1020px;
  }
  .menu_style_side .menu_side_wrap {
    width: 70px;
  }
  body.menu_style_left {
    margin-left: 70px;
  }
  body.menu_style_right {
    margin-right: 70px;
  }
  .menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 70px !important;
  }
  .menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 70px !important;
  }
  /* Content and Sidebar */
  body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content {
    width: 692.9133858268px;
  }
  body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
    width: 642.5196850394px;
  }
  [class*=content_wrap] > .sidebar {
    width: 337.7952755906px;
  }
  body.body_style_boxed [class*=content_wrap] > .sidebar {
    width: 313.2283464567px;
  }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
  .body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
    padding-right: 407.0866141732px;
  }
  .body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
  .body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
    margin-left: -337.7952755906px;
  }
  .body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
  .body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
    padding-left: 407.0866141732px;
  }
  .body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
  .body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
    margin-right: -337.7952755906px;
  }
  .custom_margin_section {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .single-post.extra_footer_single .comments_wrap > *,
  .single-post.extra_footer_single .extra_footer_single_wrap > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .masonry_wrap .masonry_item {
    padding: 0 30px 30px 0;
  }
  /* Header */
  .menu_side_icons .toc_menu_item .toc_menu_icon:before {
    font-size: 1.8rem;
  }
  /* Mobile menu */
  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 1.2857em;
    line-height: 1.5em;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 2em;
    line-height: 1.5em;
  }
  /* Post layouts */
  .post_item_none_search .post_content {
    padding: 2em 0;
  }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: 3em;
  }
  /* Widgets */
  .sidebar_banner_wrap {
    margin-bottom: 3em;
  }
  .sidebar[class*=scheme_] .sidebar_inner {
    padding: 3em 0;
  }
  .sidebar[class*=scheme_] .widget {
    padding: 0 3em;
  }
  .sidebar .widget + .widget,
  .sidebar[class*=scheme_] .widget + .widget {
    padding-top: 3em;
    margin-top: 3em;
  }
  .sidebar .widget + .widget.widget_bg_image,
  .sidebar[class*=scheme_] .widget + .widget.widget_bg_image,
  .sidebar .widget + .widget.widget_fullwidth,
  .sidebar[class*=scheme_] .widget + .widget.widget_fullwidth {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .sidebar.widget_area .sidebar_inner .widget {
    padding: 2.4rem 2.4rem 2.4rem 2.6rem;
  }
  .nav-links-single .nav-links .nav-previous {
    padding-right: 15px;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .trx_addons_emotions .trx_addons_emotions_item {
    padding: 40px 9px 15px 9px;
    text-align: center;
    min-width: 40px;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .trx_addons_emotions .trx_addons_emotions_item:before {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 10px;
    left: 50%;
  }
  .single-post .trx_addons_emotions .trx_addons_emotions_item:before {
    font-size: 1.3rem;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-post.extra_footer_single .comments_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .author_avatar {
    width: 14em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_avatar {
    width: 28rem;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_description {
    padding-left: 0;
  }
  .related_item_style_2.post_format_quote .inner_content_wrap .post_content .post_content_inner blockquote {
    padding: 0.8em;
    margin-top: 0;
  }
  .related_item_style_2.post_format_quote .inner_content_wrap .post_content .post_content_inner blockquote:before {
    top: 0.4em;
    left: 0.5em;
  }
  .related_item_style_2.post_format_quote .inner_content_wrap .post_content .post_content_inner blockquote p {
    font-size: 1.8rem;
  }
  .related_item_style_2.post_format_quote .post_header .inner_content_wrap {
    padding: 1.2em 1.5em 1em 1.5em;
  }
  .related_item_style_2 .post_header .inner_content_wrap {
    padding: 1em 1.5em 1em 1.5em;
  }
  .related_item_style_2 .post_featured + .top_wrap_meta,
  .related_item_style_2.post_format_audio .post_featured + .top_wrap_meta {
    top: 1.4em;
    left: 1.4em;
  }
  .format-audio .post_featured .post_audio_title {
    margin-bottom: 0.5em;
  }
  .related_item_style_2.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .sticky.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  /* Blog layout: Classic */
  .post_layout_classic .post_content {
    font-size: 1em;
  }
  /* Blog layout: Classic */
  .post_layout_simple .post_content {
    font-size: 1em;
  }
  /* Blog layout: Masonry */
  .masonry_wrap .masonry_item-1_4 {
    width: 33.3333%;
  }
  /* Blog layout: Portfolio */
  /* Blog layout: Chess */
  .post_layout_chess.post_layout_chess_2 .more-link,
  .post_layout_chess.post_layout_chess_3 .more-link {
    letter-spacing: 0;
    padding: 1em 2em;
  }
  /* Blog layout: Custom */ /* Front Page Builder */
  .front_page_section_subscribe_text form.mc4wp-form .mc4wp-form-fields input[type=email] {
    padding: 0.85em 1em;
  }
  /* ThemeREX Addons */
  /* Content Area on boxed pages */
  .body_style_boxed .sc_content_width_1_1 {
    width: 1020px;
  }
  .body_style_boxed .sc_content_width_1_2 {
    width: 510px;
  }
  .body_style_boxed .sc_content_width_1_3 {
    width: 340px;
  }
  .body_style_boxed .sc_content_width_2_3 {
    width: 680px;
  }
  .body_style_boxed .sc_content_width_1_4 {
    width: 255px;
  }
  .body_style_boxed .sc_content_width_3_4 {
    width: 765px;
  }
  /* Layouts  */
  .sc_layouts_row:not(.sc_layouts_row_type_narrow),
  .sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type=text],
  .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
    font-size: 1rem;
    line-height: 1.4em;
  }
  /* Widget */
  .footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget {
    padding: 2.4rem 2.4rem 2.4rem 2.6rem;
  }
  .team_member_page .team_member_header .team_member_description {
    padding: 3rem 4rem 3rem 4rem;
  }
  .team_member_page .team_member_header .team_member_featured {
    width: 39%;
  }
  .search_wrap.search_style_fullscreen .search_field {
    height: 3em !important;
  }
  .trx_addons_columns_wrap {
    margin-right: -30px;
  }
  .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
    padding-bottom: 30px;
  }
  .trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 30px;
  }
  .sc_recent_news_style_news-announce .post_layout_news-announce.post_size_big {
    width: calc(66.66% - 30px);
  }
  .sc_recent_news_style_news-announce .post_layout_news-announce.post_size_medium {
    width: calc(33.33% - 30px);
  }
  .sc_recent_news_style_news-announce {
    margin-right: -30px;
  }
  .sc_recent_news_style_news-announce .post_layout_news-announce {
    margin-right: 30px;
    margin-bottom: 30px !important;
  }
  .categories_list.categories_list_style_2 .trx_addons_column-1_5 .categories_list_item .list_item .categories_list_link .trx_addons_extended_taxonomy {
    padding: 3.6rem 1.5rem 3.5rem 1.5rem;
  }
  .sc_blogger.sc_blogger_plain .sc_blogger_item + .sc_blogger_item {
    margin-top: 30px;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_header .post_meta {
    margin-bottom: 0.5rem;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt {
    margin-top: 0.5em;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_button {
    margin-top: 1.5em;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom + .slider_controls_wrap {
    bottom: 16%;
  }
  .sc_layouts_row .sc_button {
    font-size: 15px;
    padding: 1.3em 2em;
  }
  .search_style_fullscreen.search_opened .search_form, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form {
    width: 40%;
  }
  .search_style_fullscreen.search_opened .search_form .search_field, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .search_field {
    height: 4em !important;
  }
  .sc_blogger.sc_blogger_plain .sc_blogger_item {
    padding: 1.2em 1.7em 1.5em 2em;
  }
  /* Elementor */
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1130px;
  }
  .body_style_boxed .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1050px;
  }
  /* Stretch rows (like VC) on pages without sidebar */
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 1110px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 1120px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 1150px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 1140px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 1160px;
  }
  /* Pages with sidebar */
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 702.9133858268px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 712.9133858268px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 742.9133858268px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 732.9133858268px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 752.9133858268px;
  }
  .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 15px;
  }
  /* Add negative margins to the our post container to align left and right side of the post content and header/footer */
  .post_content > .elementor {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* Gutenberg */
}
/* SASS Suffix: --lg */
@media (max-width: 1279px) {
  /* Theme Common styles */
  p, ul, ol, dl, blockquote, address {
    margin-bottom: 1em;
  }
  /* Body sizes */
  .body_style_boxed .page_wrap {
    width: 100%;
  }
  .content_wrap,
  .content_container {
    width: 964px !important;
  }
  .menu_style_side .content_wrap,
  .menu_style_side .content_container {
    width: 904px !important;
  }
  .menu_style_side .menu_side_wrap {
    width: 60px;
  }
  body.menu_style_left {
    margin-left: 60px !important;
  }
  body.menu_style_right {
    margin-right: 60px;
  }
  .menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 60px !important;
  }
  .menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 60px !important;
  }
  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*=content_wrap] > .content {
    width: 607.2440944882px;
  }
  body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*=content_wrap] > .content {
    width: 547.2440944882px;
  }
  [class*=content_wrap] > .sidebar,
  body.body_style_boxed [class*=content_wrap] > .sidebar {
    width: 296.031496063px;
  }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
  .body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
    padding-right: 356.7559055118px;
  }
  .body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
  .body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
    margin-left: -296.031496063px;
  }
  .body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
  .body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
    padding-left: 356.7559055118px;
  }
  .body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
  .body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
    margin-right: -296.031496063px;
  }
  /* Grid */
  .container, .container-fluid,
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row, .columns_wrap, .trx_addons_columns_wrap {
    margin-right: -30px;
  }
  .row > [class*=column-],
  .columns_wrap > [class*=column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 30px;
  }
  .vc_row.columns_padding_left,
  .row.columns_padding_left,
  .columns_wrap.columns_padding_left,
  .trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px;
  }
  .vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-], .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left,
  .row.columns_padding_left > [class*=column-], .columns_wrap.columns_padding_left > [class*=column-],
  .row > [class*=column-].columns_padding_left, .columns_wrap > [class*=column-].columns_padding_left {
    padding-left: 30px;
  }
  .vc_row.columns_padding_right,
  .row.columns_padding_right,
  .trx_addons_columns_wrap.columns_padding_right,
  .columns_wrap.columns_padding_right {
    margin-right: -30px;
  }
  .vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-], .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right,
  .row.columns_padding_right > [class*=column-], .columns_wrap.columns_padding_right > [class*=column-],
  .row > [class*=column-].columns_padding_right, .columns_wrap > [class*=column-].columns_padding_right {
    padding-right: 30px;
  }
  .vc_row,
  .trx_addons_columns_wrap.columns_padding_center,
  .row.columns_padding_center,
  .columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center,
  .row.columns_padding_center > [class*=column-], .columns_wrap.columns_padding_center > [class*=column-],
  .row > [class*=column-].columns_padding_center, .columns_wrap > [class*=column-].columns_padding_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom,
  .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-],
  .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
    padding-bottom: 30px;
  }
  hr, .vc_separator {
    margin: 4em 0 !important;
  }
  /* Header */
  .menu_side_wrap .sc_layouts_logo {
    padding: 55% 8%;
  }
  .menu_side_icons .toc_menu_item .toc_menu_description span {
    letter-spacing: 1px;
    padding: 0 2em;
  }
  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 1.2308em;
    line-height: 1.5em;
  }
  .sc_button_simple {
    padding: 0 1.8em 0 0;
  }
  /* Tab buttons */
  div.esg-filter-wrapper .esg-filterbutton > span,
  .mptt-navigation-tabs li a,
  div.maxify_tabs .maxify_tabs_titles li a,
  div.maxify_tabs .maxify_tabs_titles li a.ui-tabs-anchor {
    padding: 1em 1.25em;
  }
  /* Post layouts */
  .post_item .more-link {
    margin-top: 2em;
  }
  /* Single post */
  .nav-links-single.nav-links-fixed .nav-links,
  .related_wrap,
  .comments_list_wrap,
  .comments_form_wrap {
    margin-top: 2em;
    padding-top: 2em;
  }
  .comments_form_wrap,
  .comments_wrap .form-submit {
    margin-top: 2.6em;
  }
  .comments_list_wrap .comment_posted {
    font-size: 1em;
  }
  /* Widgets */
  .widget .widgettitle {
    font-size: 16px;
    line-height: 20px;
  }
  .sc_edd_details .downloads_page_tags .downloads_page_data > a,
  .widget_product_tag_cloud a,
  .wp-block-tag-cloud a,
  .widget_tag_cloud a {
    letter-spacing: 0;
  }
  /* Video players */
  .trx_addons_video_player.with_cover .video_hover,
  .format-video .post_featured.with_thumb .post_video_hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    margin-top: -1em;
  }
  /* Blockquote */
  blockquote {
    padding: 1.2em 1.2em 1.2em 1.8em;
  }
  blockquote:before {
    top: 0.3em;
    left: 0.5em;
  }
  /* Audio post */
  .format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .elementor-widget-sidebar .widget {
    padding: 2.4rem 2.4rem 2.4rem 2.6rem;
  }
  #dpsp-floating-sidebar.dpsp-position-right {
    display: none;
  }
  .sc_layouts_menu_nav > li > ul {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .sc_layouts_menu_nav > li > ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 5px solid #eff2f3;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .single-post .trx_addons_emotions .trx_addons_emotions_item {
    padding: 16px 12px 13px 48px;
  }
  .widget_calendar th::before {
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 2em;
    line-height: 1.5em;
  }
  /* Blog layout: Classic */
  .post_layout_classic blockquote {
    padding: 1em;
  }
  .post_layout_classic blockquote:before {
    top: 0.8em;
    left: 0.8em;
  }
  /* Blog layout: Classic */
  .post_layout_simple blockquote {
    padding: 2.5em 2.5em 2.5em 5em;
  }
  .post_layout_simple blockquote:before {
    top: 1.2em;
    left: 0.8em;
  }
  /* Blog layout: Portfolio Gallery */
  .gallery_preview_show .post_readmore {
    margin-top: 2em;
  }
  /* Blog layout: Chess */
  .post_layout_chess_1.post_format_aside .post_meta {
    margin-top: 2rem;
  }
  .post_layout_chess_1 .post_header + .post_content {
    margin-top: 2.8rem;
  }
  .post_layout_chess.post_layout_chess_1 .more-link {
    margin-top: 2rem;
  }
  .post_layout_chess_2.post_format_audio .mejs-time,
  .post_layout_chess_3.post_format_audio .mejs-time {
    display: none;
  }
  .post_layout_chess_2 .post_title {
    font-size: 18px;
    line-height: 24px;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner blockquote {
    padding: 1.5em 1.5em 1.5em 3em;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner blockquote:before {
    font-size: 1.2em;
    top: 1em;
    left: 1em;
  }
  .post_layout_chess_2.post_format_quote .post_content_inner a,
  .post_layout_chess_2.post_format_quote .post_content_inner cite {
    font-size: 10px;
    line-height: 12px;
  }
  .post_layout_chess_2.post_format_link .post_meta,
  .post_layout_chess_2.post_format_status .post_meta,
  .post_layout_chess_3.post_format_link .post_meta,
  .post_layout_chess_3.post_format_status .post_meta {
    margin-top: 0;
  }
  .post_layout_chess.post_layout_chess_2 .more-link,
  .post_layout_chess.post_layout_chess_3 .more-link {
    padding: 1em 1.5em;
  }
  .post_layout_chess_3 .post_title {
    font-size: 15px;
    line-height: 1.4em;
  }
  /* Front Page Builder */
  .front_page_section_subscribe_text form.mc4wp-form .mc4wp-form-fields input[type=email] {
    padding: 0.8em 1em;
  }
  /* ThemeREX Addons */
  /* Recent News on expanded pages */
  body.expand_content .sc_recent_news_style_news-announce .post_size_full {
    height: 480px;
  }
  body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
  body.expand_content .sc_recent_news_style_news-announce .post_size_big {
    height: 480px;
  }
  body.expand_content .sc_recent_news_style_news-announce .post_size_small {
    height: 240px;
  }
  /* Content Area on boxed pages */
  .body_style_boxed .sc_content_width_1_1 {
    width: 964px;
  }
  .body_style_boxed .sc_content_width_1_2 {
    width: 482px;
  }
  .body_style_boxed .sc_content_width_1_3 {
    width: 321.3333333333px;
  }
  .body_style_boxed .sc_content_width_2_3 {
    width: 642.6666666667px;
  }
  .body_style_boxed .sc_content_width_1_4 {
    width: 241px;
  }
  .body_style_boxed .sc_content_width_3_4 {
    width: 723px;
  }
  /* Content Area with Side Menu */
  .menu_style_side .sc_content_width_1_1 {
    width: 904px;
  }
  .menu_style_side .sc_content_width_1_2 {
    width: 452px;
  }
  .menu_style_side .sc_content_width_1_3 {
    width: 301.3333333333px;
  }
  .menu_style_side .sc_content_width_2_3 {
    width: 602.6666666667px;
  }
  .menu_style_side .sc_content_width_1_4 {
    width: 226px;
  }
  .menu_style_side .sc_content_width_3_4 {
    width: 678px;
  }
  /* Layouts */
  .search_wrap.search_style_normal .search_form_wrap .search_form .search_field {
    width: 12em;
  }
  .sc_blogger.sc_blogger_default .sc_blogger_item .post_featured + .top_wrap_meta {
    top: 1em;
    left: 1em;
  }
  .team_member_page .team_member_header .team_member_description {
    padding: 1.5rem 3rem 1.5rem 3rem;
  }
  .team_member_page .team_member_header .team_member_featured {
    width: 40%;
  }
  .sc_recent_news_style_news-excerpt .post_item + .post_item {
    margin-top: 30px;
  }
  .trx_addons_column-1_4 {
    width: 50%;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom + .slider_controls_wrap {
    bottom: 22%;
    right: 4%;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content .sc_blogger_item_excerpt .sc_blogger_item_excerpt_text {
    display: none;
  }
  .sc_blogger.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
    padding: 1.9em 1.5em 1em 1.5em;
    display: block;
  }
  .trx_addons_scroll_to_top.show {
    bottom: 0;
  }
  .sc_blogger .sc_item_filters {
    margin-bottom: 3rem;
  }
  .sc_blogger.sc_blogger_excerpt .post_item .inner_post_wrap_list {
    padding: 2rem 1.5rem 1.6rem 1.5rem;
  }
  .sc_shift_y_medium_negative {
    top: -4.5em !important;
  }
  .mfp-wrap .mfp-close {
    font-size: 2rem;
    right: -10px;
  }
  /* Elementor */
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 994px;
  }
  .body_style_boxed .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 994px;
  }
  /* Stretch rows (like VC) on pages without sidebar */
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 974px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 984px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 1014px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 1004px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 1024px;
  }
  /* Pages with sidebar */
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 617.2440944882px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 627.2440944882px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 657.2440944882px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 647.2440944882px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 667.2440944882px;
  }
  /* Gutenberg */
}
/* SASS Suffix: --md_over */
@media (min-width: 1024px) {
  /* Theme Common styles */
  .sidebar_mobile_above .sidebar_inner {
    display: block !important;
  }
}
/* SASS Suffix: --md */
@media (max-width: 1023px) {
  /* Theme Common styles */
  /* Body sizes */
  .content_wrap,
  .content_container {
    width: 708px !important;
  }
  .menu_style_side .content_wrap,
  .menu_style_side .content_container {
    width: 648px !important;
  }
  .menu_style_side .menu_side_wrap {
    width: 60px;
  }
  body.menu_style_left {
    margin-left: 60px;
  }
  body.menu_style_right {
    margin-right: 60px;
  }
  .menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 60px !important;
  }
  .menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 60px !important;
  }
  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*=content_wrap] > .content {
    width: 100% !important;
    float: none !important;
  }
  [class*=content_wrap] > .sidebar:not(.sidebar_fixed_placeholder) {
    width: 100% !important;
    float: none !important;
    margin-top: 3em;
  }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
  .body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
    padding-right: 0 !important;
    float: none;
  }
  .body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
  .body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
    margin-left: 0 !important;
    float: none;
  }
  .body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
  .body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
    padding-left: 0 !important;
    float: none;
  }
  .body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
  .body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
    margin-right: 0 !important;
    float: none;
  }
  /* Sidebar above the content */
  .sidebar_mobile_above .content_wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .sidebar_mobile_above .content_wrap > .widgets_above_page {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .sidebar_mobile_above .content_wrap > .sidebar {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    margin-top: 0;
    margin-bottom: 4em;
  }
  .sidebar_mobile_above .content_wrap > .content {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
  }
  .sidebar_mobile_above .content_wrap > widgets_below_page {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
  }
  .sidebar_mobile_above .sidebar_control {
    display: block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 1em 2em;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .sidebar_mobile_above .sidebar_control:after {
    content: "\e828";
    font-family: "fontello";
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    z-index: 1;
    top: 0.75em;
    right: 1em;
  }
  .sidebar_mobile_above .sidebar.opened .sidebar_control:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sidebar_mobile_above .sidebar_control + .sidebar_inner {
    margin-top: 2em;
    display: none;
  }
  /* Sidebar float */
  .sidebar_mobile_float .page_content_wrap .content_wrap {
    position: static;
  }
  .sidebar_mobile_float.sidebar_show .sidebar {
    bottom: 0;
    height: 100%;
    width: 390px !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    margin-top: 0 !important;
  }
  .sidebar_mobile_float.sidebar_left .sidebar {
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar_mobile_float.sidebar_right .sidebar {
    position: fixed;
    z-index: 100002;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar_mobile_float.sidebar_show .sidebar.opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar_mobile_float.sidebar_show .sidebar_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: visible;
  }
  .sidebar_mobile_float .sidebar_control {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 2.95em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 3em;
    height: 3em;
    padding: 0 0.6em;
  }
  .sidebar_mobile_float.sidebar_left .sidebar_control {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -1.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
  }
  .sidebar_mobile_float.sidebar_right .sidebar_control {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -1.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .sidebar_mobile_float .sidebar_control:after {
    content: "\e836";
    font-family: "fontello";
    display: inline-block;
    vertical-align: top;
  }
  .sidebar_mobile_float.sidebar_right .sidebar_control:after {
    content: "\e837";
  }
  .sidebar_mobile_float .sidebar.opened .sidebar_control:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* Widget areas above and below the page */
  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 4em;
  }
  .widgets_below_page_wrap, .widgets_below_content_wrap {
    margin-top: 4em;
  }
  /* Leave max 5 columns in the gallery */
  .gallery.gallery-columns-9 .gallery-item {
    width: 20% !important;
  }
  .gallery.gallery-columns-8 .gallery-item {
    width: 20% !important;
  }
  .gallery.gallery-columns-7 .gallery-item {
    width: 20% !important;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 20% !important;
  }
  /* Header */
  body.no_layout.menu_style_left {
    margin-left: 0;
  }
  body.no_layout.menu_style_right {
    margin-right: 0;
  }
  body.no_layout.menu_style_right .menu_side_wrap {
    right: -6rem;
  }
  body.no_layout.menu_style_left .menu_side_wrap {
    left: -6rem;
  }
  body.no_layout.menu_style_left .sc_layouts_row_fixed_on {
    padding-left: 0;
  }
  body.no_layout.menu_style_right .sc_layouts_row_fixed_on {
    padding-right: 0;
  }
  body.no_layout.menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 0 !important;
  }
  body.no_layout.menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 0 !important;
  }
  .page_content_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .top_panel.with_bg_image {
    min-height: 20em;
  }
  .thumbnail_type_fullwidth.post_header_position_default .page_content_wrap > .header_content_wrap,
  .post_header_position_on_thumb .page_content_wrap > .header_content_wrap {
    margin-bottom: 3em;
  }
  .post_header_position_on_thumb .header_content_wrap .post_featured + .post_header {
    min-width: 60%;
    max-width: 70%;
  }
  .thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
    height: 30rem;
  }
  /* Slider */
  .top_panel .slider_engine_revo .slide_subtitle {
    margin-bottom: 1em !important;
  }
  .top_panel .slider_engine_revo .slide_button {
    font-size: 12px !important;
  }
  /* Mobile menu */
  .menu_mobile .menu_mobile_nav_area {
    position: relative;
    top: auto;
    margin: 3em 0 0;
    max-height: none;
    padding-right: 0;
    overflow-y: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu_mobile .menu_mobile_inner {
    overflow-y: auto;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .menu_mobile .menu_mobile_nav_area li li .open_child_menu {
    padding: 0.25em 0.4em;
  }
  .menu_mobile .search_mobile {
    position: relative;
    bottom: auto;
    left: 0;
    margin: 3em auto 0;
  }
  .menu_mobile .socials_mobile {
    position: relative;
    bottom: auto;
    margin: 1em 0 0;
  }
  .menu_mobile .sc_layouts_logo {
    margin-top: 4em;
  }
  /* Tags layouts */
  hr, .vc_separator {
    margin: 3em 0 !important;
  }
  /* Post layouts */
  .post_item_404:not([class*=post_item_none_]) .page_title {
    font-size: 14em;
  }
  .post_item_404 .page_info {
    padding-top: 2em;
  }
  .post_item_404 .page_description {
    margin-top: 0.6em;
    margin-bottom: 1.7em;
  }
  .format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: 30px;
  }
  /* Widgets */
  .sidebar_banner_wrap {
    margin-bottom: 30px;
  }
  .sidebar .sidebar_inner {
    padding: 30px 0 0 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .sidebar[class*=scheme_] .sidebar_inner {
    padding: 30px 15px;
  }
  .sidebar.sidebar_float[class*=scheme_] .sidebar_inner {
    padding: 30px;
  }
  .sidebar.sidebar_float .widget,
  .sidebar.sidebar_float[class*=scheme_] .widget {
    padding: 0;
  }
  .sidebar:not(.sidebar_float) .widget, .sidebar:not(.sidebar_float)[class*=scheme_] .widget {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar:not(.sidebar_float) .widget + .widget,
  .sidebar:not(.sidebar_float)[class*=scheme_] .widget + .widget {
    margin-top: 0 !important;
    border-top-width: 0;
  }
  .footer_wrap .widget + .widget + .widget,
  .sidebar:not(.sidebar_float) .widget + .widget + .widget,
  .sidebar:not(.sidebar_float)[class*=scheme_] .widget + .widget + .widget {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top-width: 0px;
    border-top-style: solid;
  }
  .sidebar.widget_area .sidebar_inner .widget.widget_banner {
    padding-top: 0 !important;
  }
  .widget.column-1_3, .widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
    width: 50%;
  }
  .footer_wrap .sc_content .wpb_column:not(.vc_col-sm-12) {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer_wrap .sc_content .wpb_column + .wpb_column + .wpb_column {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .header_fullwidth .widget,
  .footer_fullwidth .widget {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .author_info {
    margin-top: 4.3em;
  }
  .nav-links-single {
    margin-top: 2.7em;
    padding-top: 1.8em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.1em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap,
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap {
    width: 100%;
    padding: 0;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .post_meta .post_meta_label {
    display: block;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .post_item_meta_wrap .trx_addons_emotions {
    margin-top: 0.8em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap {
    margin-top: 4.4em;
  }
  .single-post.extra_footer_single .related_wrap {
    margin-top: 2.7em;
    padding-top: 2em;
  }
  .posts_container.columns_wrap .column-1_3 {
    width: 50%;
  }
  .single-post.extra_footer_single .comments_wrap {
    margin-top: 2.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .single-post.extra_footer_single .comments_wrap .comments_list_wrap + .comments_form_wrap,
  .single-post.extra_footer_single .comments_wrap .comments_form_wrap,
  .single-post.extra_footer_single .comments_wrap .comments_list_wrap {
    width: 100%;
    padding: 0;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_avatar {
    width: 12rem;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info {
    -webkit-box-sizing: unset;
            box-sizing: unset;
  }
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 0;
  }
  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 3em;
  }
  .post_layout_excerpt .post_meta {
    margin-top: 1.5em;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: 2em;
  }
  .post_layout_excerpt .post_header .post_price {
    font-size: 1.75em;
    line-height: 1.5em;
  }
  .post_layout_excerpt.post_format_gallery .slider_pagination_wrap {
    display: block;
  }
  /* Blog layout: Classic */
  .post_layout_classic blockquote {
    padding: 1em;
  }
  .post_layout_classic blockquote:before {
    top: 0.8em;
    left: 0.8em;
  }
  .post_layout_classic blockquote p {
    font-size: 15px;
  }
  .post_layout_classic blockquote > a, .post_layout_classic blockquote > p > a,
  .post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite {
    font-size: 13px;
  }
  .post_layout_classic .swiper-container-horizontal > .swiper-pagination,
  .post_layout_classic .slider_outer > .swiper-pagination {
    bottom: 6px;
  }
  .post_layout_classic .slider_container .swiper-pagination-bullet,
  .post_layout_classic .slider_outer .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    border-width: 1px;
  }
  .post_layout_classic.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .post_layout_classic.post_format_audio .mejs-time {
    display: none;
  }
  /* Blog layout: Classic */
  .post_layout_simple blockquote {
    padding: 2em 2em 2em 5em;
  }
  .post_layout_simple blockquote:before {
    top: 1.1em;
    left: 0.7em;
  }
  .post_layout_simple blockquote p {
    font-size: 15px;
  }
  .post_layout_simple blockquote > a, .post_layout_simple blockquote > p > a,
  .post_layout_simple blockquote > cite, .post_layout_simple blockquote > p > cite {
    font-size: 13px;
  }
  .post_layout_simple .swiper-container-horizontal > .swiper-pagination,
  .post_layout_simple .slider_outer > .swiper-pagination {
    bottom: 6px;
  }
  .post_layout_simple .slider_container .swiper-pagination-bullet,
  .post_layout_simple .slider_outer .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    border-width: 1px;
  }
  .post_layout_simple.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .post_layout_simple.post_format_audio .mejs-time {
    display: none;
  }
  /* Blog layout: Masonry */
  .masonry_wrap {
    margin-right: -30px;
  }
  .masonry_wrap .masonry_item {
    padding: 0 30px 30px 0;
  }
  .masonry_wrap .masonry_item-1_3,
  .masonry_wrap .masonry_item-1_4 {
    width: 50%;
  }
  /* Blog layout: Portfolio Gallery */
  .gallery_preview .post_description_content {
    display: none !important;
  }
  .gallery_preview_description {
    padding: 0 2em;
  }
  .gallery_preview_show .post_readmore {
    margin-top: 0;
  }
  /* Blog layout: Chess */
  .post_layout_chess .post_inner_content {
    padding: 0 10%;
  }
  .post_layout_chess .post_title {
    font-size: 22px;
  }
  .post_layout_chess.post_format_quote .post_header,
  .post_layout_chess.post_format_link .post_header,
  .post_layout_chess.post_format_aside .post_header,
  .post_layout_chess.post_format_status .post_header {
    display: none;
  }
  .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
  .post_layout_chess.post_format_link .post_content_inner + .post_meta,
  .post_layout_chess.post_format_aside .post_content_inner + .post_meta,
  .post_layout_chess.post_format_status .post_content_inner + .post_meta {
    display: block;
  }
  .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
  .post_layout_chess.post_format_link .post_content_inner + .post_meta,
  .post_layout_chess.post_format_status .post_content_inner + .post_meta {
    margin-top: 0 !important;
  }
  .post_layout_chess.post_format_aside .post_content_inner + .post_meta {
    margin-top: 1em;
  }
  .post_layout_chess .post_header + .post_content {
    margin-top: 1em;
  }
  .post_layout_chess .post_content_inner {
    display: block;
  }
  .post_layout_chess .post_content_inner,
  .post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
    max-height: none;
  }
  .post_layout_chess.post_format_chat .post_content_inner {
    display: none;
  }
  .post_layout_chess .post_content_inner:after {
    display: none;
  }
  .post_layout_chess.post_format_link .post_content_inner,
  .post_layout_chess.post_format_aside .post_content_inner,
  .post_layout_chess.post_format_status .post_content_inner {
    font-size: 1.2em;
  }
  .post_layout_chess_3 .post_meta {
    display: block;
  }
  .post_layout_chess blockquote {
    padding: 2em 2em 2em 5em;
  }
  .post_layout_chess blockquote:before {
    top: 1.1em;
    left: 0.7em;
  }
  .post_layout_chess blockquote p {
    font-size: 1.3846em;
    line-height: 1.3333em;
  }
  .post_layout_chess blockquote > a, .post_layout_chess blockquote > p > a,
  .post_layout_chess blockquote > cite, .post_layout_chess blockquote > p > cite {
    font-size: 12px;
    line-height: 16px;
  }
  .post_layout_chess.post_layout_chess_1 .more-link {
    margin-top: 1.3846em;
  }
  .post_layout_chess_2 {
    width: 100%;
    float: none;
  }
  .post_layout_chess_2:nth-child(4n+3) .post_featured,
  .post_layout_chess_2:nth-child(4n+4) .post_featured {
    float: right;
  }
  .post_layout_chess_2:nth-child(4n+3) .post_inner,
  .post_layout_chess_2:nth-child(4n+4) .post_inner {
    left: 0;
    right: auto;
  }
  .post_layout_chess_3 {
    width: 100%;
    float: none;
  }
  .post_layout_chess_3:nth-child(6n+4) .post_featured,
  .post_layout_chess_3:nth-child(6n+5) .post_featured,
  .post_layout_chess_3:nth-child(6n+6) .post_featured {
    float: right;
  }
  .post_layout_chess_3:nth-child(6n+4) .post_inner,
  .post_layout_chess_3:nth-child(6n+5) .post_inner,
  .post_layout_chess_3:nth-child(6n+6) .post_inner {
    left: 0;
    right: auto;
  }
  .post_layout_chess:nth-child(2n+2) .post_featured {
    float: left;
  }
  .post_layout_chess:nth-child(2n+2) .post_inner {
    left: auto;
    right: 0;
  }
  /* Front Page Builder */
  .front_page_section_subscribe_content .front_page_section_text {
    max-width: none;
  }
  /* ThemeREX Addons */
  /* Recent News on expanded pages */
  body.expand_content .sc_recent_news_style_news-announce .post_size_full {
    width: 100%;
    height: 400px;
  }
  body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
  body.expand_content .sc_recent_news_style_news-announce .post_size_big {
    width: 100%;
    height: 300px;
  }
  body.expand_content .sc_recent_news_style_news-announce .post_size_small {
    width: 100%;
    height: 250px;
  }
  /* Content Area on boxed pages */
  .body_style_boxed .sc_content_width_1_1 {
    width: 708px;
  }
  .body_style_boxed .sc_content_width_1_2 {
    width: 354px;
  }
  .body_style_boxed .sc_content_width_1_3 {
    width: 236px;
  }
  .body_style_boxed .sc_content_width_2_3 {
    width: 472px;
  }
  .body_style_boxed .sc_content_width_1_4 {
    width: 177px;
  }
  .body_style_boxed .sc_content_width_3_4 {
    width: 531px;
  }
  /* Content Area with Side Menu */
  .menu_style_side .sc_content_width_1_1 {
    width: 648px;
  }
  .menu_style_side .sc_content_width_1_2 {
    width: 324px;
  }
  .menu_style_side .sc_content_width_1_3 {
    width: 216px;
  }
  .menu_style_side .sc_content_width_2_3 {
    width: 432px;
  }
  .menu_style_side .sc_content_width_1_4 {
    width: 162px;
  }
  .menu_style_side .sc_content_width_3_4 {
    width: 486px;
  }
  /* Widget */
  .footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget {
    padding: 1.5em;
  }
  .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item {
    margin: 8px 0 0 1.3rem;
  }
  .trx_addons_column-1_4 {
    width: 50%;
  }
  .trx_addons_column-1_3 {
    width: 50%;
  }
  .sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_prev {
    padding-left: 4em;
  }
  .sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_next {
    padding-right: 4em;
  }
  .sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap {
    padding-top: 0.95rem;
  }
  .team_member_page .team_member_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team_member_page .team_member_header .team_member_featured {
    width: 100%;
  }
  .team_member_page .team_member_header .team_member_description {
    width: auto;
    padding: 2.5rem 3rem 2.5rem 3rem;
  }
  .team_member_page .team_member_content {
    margin-top: 4.4rem;
  }
  .sc_blogger .sc_item_filters {
    margin-bottom: 2.5rem;
  }
  .trx_addons_column-1_5 {
    width: 50%;
  }
  .trx_addons_column-1_5.sc_skills_column {
    width: 20%;
  }
  .trx_addons_column-1_5.sc_skills_column:last-child {
    padding: 0;
  }
  .sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item .sc_skills_total {
    font-size: 2.3rem;
  }
  .sc_blogger.sc_blogger_excerpt .sc_item_filters {
    margin-bottom: 3rem;
  }
  .sc_layouts_column.sc_layouts_column_align_center .sc_layouts_item {
    margin-right: 0 !important;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .post_featured {
    width: 100%;
    display: block;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
    width: 100%;
    padding: 2rem;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom + .slider_controls_wrap {
    bottom: 2rem;
    right: 2rem;
    left: auto;
  }
  .sc_blogger .sc_item_filters {
    margin-bottom: 2.925rem;
  }
  .search_style_fullscreen.search_opened .search_form, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form {
    width: 60%;
  }
  .search_style_fullscreen.search_opened .search_form .inner_search_wrap, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap {
    margin-right: 50px;
  }
  .sc_recent_news_style_news-announce {
    margin-right: 0;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_author {
    margin-right: 15px;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_author:after {
    right: -7px;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_date {
    padding-left: 1px;
  }
  .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
  .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
  .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
    display: block;
  }
  /* Elementor */
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 738px;
  }
  .body_style_boxed .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 738px;
  }
  /* Stretch rows (like VC) on pages without sidebar */
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 718px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 728px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 758px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 748px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 768px;
  }
  /* Pages with sidebar */
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 718px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 728px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 758px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 748px;
  }
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 768px;
  }
  /* Gutenberg */
}
/* SASS Suffix: --sm */
@media (max-width: 767px) {
  /* Theme Common styles */
  html {
    font-size: 15px;
  }
  /* Theme Common styles */
  h1, .front_page_section_caption {
    font-size: 2.825rem;
  }
  h2 {
    font-size: 2.425rem;
  }
  /* Body sizes */
  .content_wrap,
  .content_container {
    width: 440px !important;
  }
  .menu_style_side .content_wrap,
  .menu_style_side .content_container {
    width: 440px !important;
  }
  .menu_style_side .menu_side_wrap {
    width: 60px !important;
  }
  body.mobile_layout.menu_style_left .menu_side_wrap {
    left: -60px;
  }
  body.mobile_layout.menu_style_right .menu_side_wrap {
    right: -60px;
  }
  .menu_style_left .sc_layouts_row_fixed_on {
    margin-left: 0 !important;
  }
  .menu_style_right .sc_layouts_row_fixed_on {
    margin-right: 0 !important;
  }
  /* Content and Sidebar */
  body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) [class*=content_wrap] > .content {
    margin-bottom: 0;
  }
  [class*=content_wrap] > .sidebar {
    margin-top: 2em;
  }
  .sidebar_mobile_above .content_wrap > .sidebar {
    margin-bottom: 3em;
  }
  .sidebar_mobile_float.sidebar_show .sidebar {
    width: 300px !important;
  }
  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 3em;
  }
  .widgets_below_page_wrap, .widgets_below_content_wrap {
    margin-top: 3em;
  }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Grid */
  .container, .container-fluid,
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row,
  .columns_wrap,
  .trx_addons_columns_wrap {
    margin-right: -30px;
  }
  .row > [class*=column-],
  .columns_wrap > [class*=column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 30px;
  }
  .vc_row.columns_padding_left,
  .trx_addons_columns_wrap.columns_padding_left,
  .row.columns_padding_left,
  .columns_wrap.columns_padding_left {
    margin-left: -30px;
  }
  .vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left,
  .row.columns_padding_left > [class*=column-], .columns_wrap.columns_padding_left > [class*=column-],
  .row > [class*=column-].columns_padding_left, .columns_wrap > [class*=column-].columns_padding_left {
    padding-left: 30px;
  }
  .vc_row.columns_padding_right,
  .trx_addons_columns_wrap.columns_padding_right,
  .row.columns_padding_right,
  .columns_wrap.columns_padding_right {
    margin-right: -30px;
  }
  .vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right,
  .row.columns_padding_right > [class*=column-], .columns_wrap.columns_padding_right > [class*=column-],
  .row > [class*=column-].columns_padding_right, .columns_wrap > [class*=column-].columns_padding_right {
    padding-right: 30px;
  }
  .vc_row,
  .trx_addons_columns_wrap.columns_padding_center,
  .row.columns_padding_center,
  .columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center,
  .row.columns_padding_center > [class*=column-], .columns_wrap.columns_padding_center > [class*=column-],
  .row > [class*=column-].columns_padding_center, .columns_wrap > [class*=column-].columns_padding_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-],
  .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom,
  .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
    padding-bottom: 30px;
  }
  .row:not(.columns_padding_bottom):not(.columns_fluid) > [class*=column-]:nth-child(2n+3),
  .columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*=column-]:nth-child(2n+3),
  .row:not(.columns_padding_bottom):not(.columns_fluid) > [class*=column-]:nth-child(2n+4),
  .columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*=column-]:nth-child(2n+4),
  .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*=trx_addons_column-]:nth-child(2n+3),
  .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*=trx_addons_column-]:nth-child(2n+4) {
    padding-top: 30px;
  }
  /* Max column's width in the row */
  .row:not(.columns_fluid) > [class*=column-],
  .columns_wrap:not(.columns_fluid) > [class*=column-],
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*=trx_addons_column-] {
    width: 100%;
  }
  .row:not(.columns_fluid) > .column-1_1, .row:not(.columns_fluid) > .column-2_2, .row:not(.columns_fluid) > .column-3_3, .row:not(.columns_fluid) > .column-4_4,
  .row:not(.columns_fluid) > .column-5_5, .row:not(.columns_fluid) > .column-6_6, .row:not(.columns_fluid) > .column-7_7, .row:not(.columns_fluid) > .column-8_8,
  .row:not(.columns_fluid) > .column-9_9, .row:not(.columns_fluid) > .column-10_10,
  .row:not(.columns_fluid) > .column-11_11, .row:not(.columns_fluid) > .column-12_12,
  .columns_wrap:not(.columns_fluid) > .column-1_1, .columns_wrap:not(.columns_fluid) > .column-2_2, .columns_wrap:not(.columns_fluid) > .column-3_3,
  .columns_wrap:not(.columns_fluid) > .column-4_4, .columns_wrap:not(.columns_fluid) > .column-5_5, .columns_wrap:not(.columns_fluid) > .column-6_6,
  .columns_wrap:not(.columns_fluid) > .column-7_7, .columns_wrap:not(.columns_fluid) > .column-8_8, .columns_wrap:not(.columns_fluid) > .column-9_9,
  .columns_wrap:not(.columns_fluid) > .column-10_10, .columns_wrap:not(.columns_fluid) > .column-11_11, .columns_wrap:not(.columns_fluid) > .column-12_12,
  .row:not(.columns_fluid) > .column-2_3, .columns_wrap:not(.columns_fluid) > .column-2_3,
  .row:not(.columns_fluid) > .column-1_3.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_3.after_span_2,
  .row:not(.columns_fluid) > .column-2_4, .columns_wrap:not(.columns_fluid) > .column-3_4,
  .row:not(.columns_fluid) > .column-1_4.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_4.after_span_3,
  .row:not(.columns_fluid) > .column-2_5, .columns_wrap:not(.columns_fluid) > .column-2_5,
  .row:not(.columns_fluid) > .column-3_5, .columns_wrap:not(.columns_fluid) > .column-3_5,
  .row:not(.columns_fluid) > .column-4_5, .columns_wrap:not(.columns_fluid) > .column-4_5,
  .row:not(.columns_fluid) > .column-2_6, .columns_wrap:not(.columns_fluid) > .column-2_6,
  .row:not(.columns_fluid) > .column-3_6, .columns_wrap:not(.columns_fluid) > .column-3_6,
  .row:not(.columns_fluid) > .column-4_6, .columns_wrap:not(.columns_fluid) > .column-4_6,
  .row:not(.columns_fluid) > .column-5_6, .columns_wrap:not(.columns_fluid) > .column-5_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3.after_span_2,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4.after_span_3,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6,
  .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6 {
    width: 100%;
  }
  /* WP Gallery Grid */
  .gallery.gallery-columns-9 .gallery-item {
    width: 33.3333% !important;
  }
  .gallery.gallery-columns-8 .gallery-item {
    width: 33.3333% !important;
  }
  .gallery.gallery-columns-7 .gallery-item {
    width: 33.3333% !important;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.3333% !important;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 33.3333% !important;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 33.3333% !important;
  }
  img.alignleft, img.alignright,
  figure.alignleft, figure.alignright {
    float: none;
    display: block;
    margin: 1em auto !important;
  }
  /* Vertical menus */
  .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
    display: block;
  }
  /* Header */
  .menu_side_icons .toc_menu_item .toc_menu_icon:before {
    font-size: 1.5em;
  }
  .menu_side_icons .toc_menu_item .toc_menu_description span {
    letter-spacing: 1px;
    padding: 0 1.5em;
  }
  .page_content_wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
    height: 25rem;
  }
  /* Search */
  .search_style_fullscreen.search_opened .search_form {
    width: 75%;
  }
  .search_style_fullscreen.search_opened .search_submit,
  .search_style_fullscreen.search_opened .search_field,
  .search_style_fullscreen.search_opened .search_close {
    font-size: 1.5em !important;
    height: 2.5em;
    line-height: 2.5em;
  }
  .search_style_fullscreen.search_opened .search_field {
    padding-right: 1.25em !important;
  }
  .search_style_fullscreen.search_opened .search_close {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* Slider */
  .top_panel .slider_engine_revo .slide_subtitle {
    font-size: 14px !important;
  }
  .top_panel .slider_engine_revo .slide_button {
    font-size: 11px !important;
  }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: 30px;
  }
  /* Widgets */
  .sidebar_banner_wrap {
    margin-bottom: 30px;
  }
  .sidebar .sidebar_inner {
    padding: 30px 0 0 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar[class*=scheme_] .sidebar_inner {
    padding: 30px 15px;
  }
  .sidebar.sidebar_float[class*=scheme_] .sidebar_inner {
    padding: 30px;
  }
  .sidebar:not(.sidebar_float) .widget,
  .sidebar:not(.sidebar_float)[class*=scheme_] .widget {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }
  .footer_wrap .widget + .widget,
  .footer_wrap .widget + .widget + .widget,
  .sidebar:not(.sidebar_float) .widget + .widget + .widget, .sidebar:not(.sidebar_float)[class*=scheme_] .widget + .widget + .widget {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .sidebar:not(.sidebar_float) .widget + .widget {
    margin-top: 30px !important;
  }
  .widget.column-1_3, .widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
    width: 50%;
  }
  .footer_wrap .sc_content .wpb_column + .wpb_column + .wpb_column {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  /* Tabs */
  .maxify_tabs .maxify_tabs_titles {
    margin: 0 0 2em;
  }
  /* Post layouts */
  .post_item_404 .page_title {
    font-size: 12em !important;
    line-height: 0.7em;
    float: none;
    width: auto;
    text-align: center;
  }
  .post_item_none_search .page_title,
  .post_item_none_archive .page_title {
    font-size: 6em !important;
  }
  .post_item_404 .page_info {
    padding-left: 0;
    padding-top: 2em;
    width: 100%;
    text-align: center;
  }
  .post_item_404 .page_description {
    line-height: 1.7em;
  }
  .post_item_404 .go_home {
    padding: 1em 2em;
  }
  .format-audio .post_featured.with_thumb .post_audio {
    bottom: 0.5em;
  }
  .format-audio .post_featured .post_audio_author,
  .trx_addons_audio_player .audio_author {
    margin-bottom: -0.1em;
  }
  .format-audio .post_featured .post_audio_title {
    font-size: 1em;
    margin-bottom: 0em;
  }
  blockquote > a, blockquote > p > a, blockquote > cite, blockquote > p > cite {
    margin-top: 1.5em;
  }
  /* Single post */
  .post_item_single .post_header_single,
  .single-post .post_item_single .header_content_wrap {
    margin-bottom: 1.5em;
  }
  .blog_mode_post blockquote, .blog_mode_page blockquote {
    margin-left: 0;
  }
  .post_item_single .post_content > .post_meta_single .post_tags,
  .post_item_single .post_content > .post_meta_single .post_share {
    max-width: none;
    float: none;
    margin-top: 0;
  }
  .post_item_single .post_content > .post_meta_single .post_share {
    margin-top: 2em;
  }
  .post_item_single .post_content > .post_meta_single .post_share .social_item:first-child {
    margin-left: 0;
  }
  .nav-links-single .nav-links .nav-next a,
  .nav-links-single .nav-links .nav-previous a {
    padding: 0;
  }
  .nav-links-single .post-navigation .nav-links .nav-next a .nav_wrap,
  .nav-links-single .post-navigation .nav-links .nav-previous a .nav_wrap {
    padding: 1.2rem 1rem 1rem 1.5rem;
  }
  .nav-links-single.nav-links-fixed .nav-links,
  .related_wrap,
  .comments_list_wrap,
  .comments_form_wrap {
    margin-top: 1.8em;
    padding-top: 1.8em;
  }
  .comments_list_wrap + .comments_form_wrap {
    margin-top: 0.7em !important;
    padding-top: 0.7em !important;
  }
  .comments_form_wrap,
  .comments_wrap .form-submit {
    margin-top: 1.1em;
  }
  .author_info {
    margin-top: 3.3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author_avatar {
    margin-right: 0;
    margin-bottom: 25px;
    width: 10rem;
  }
  .nav-links-single {
    margin-top: 1.7em;
    padding-top: 1.8em;
  }
  /* Other minor plugins */
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 100%;
    max-height: 100%;
  }
  .mfp-arrow-left {
    margin-top: -41px;
  }
  /* Contact Form 7 */
  .wpcf7 .columns_wrap > [class*=column-] {
    padding-right: 0;
  }
  /* Mail Chimp */
  form.mc4wp-form .label_wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .elementor-widget-sidebar .widget + .widget {
    margin-top: 30px;
  }
  .sc_layouts_column_align_center form.mc4wp-form .label_wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 16px;
    line-height: 1.5em;
  }
  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 16px;
    line-height: 1.5em;
    width: 350px;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li li > a {
    text-transform: capitalize;
    letter-spacing: 0;
  }
  .elementor-widget-sidebar.custom_column_3 .elementor-widget-container, .elementor-widget-sidebar.custom_column_2 .elementor-widget-container {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .elementor-widget-sidebar.custom_column_3 .elementor-widget-container aside, .elementor-widget-sidebar.custom_column_2 .elementor-widget-container aside {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }
  .elementor-widget-sidebar .widget + .widget {
    margin-top: 0;
  }
  input[type=text], input[type=number], input[type=email], input[type=url],
  input[type=tel], input[type=password], input[type=search],
  select, textarea, textarea.wp-editor-area, form.mc4wp-form .mc4wp-form-fields input[type=email],
  .tourmaster-form-field input[type=text], .tourmaster-form-field input[type=email],
  .tourmaster-form-field input[type=password], .tourmaster-form-field textarea, .tourmaster-form-field select,
  .tourmaster-form-field.tourmaster-with-border input[type=text], .tourmaster-form-field.tourmaster-with-border input[type=email],
  .tourmaster-form-field.tourmaster-with-border input[type=password],
  .tourmaster-form-field.tourmaster-with-border textarea, .tourmaster-form-field.tourmaster-with-border select,
  #buddypress div.dir-search input[type=search], #buddypress div.dir-search input[type=text],
  #buddypress li.groups-members-search input[type=search], #buddypress li.groups-members-search input[type=text],
  #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date],
  #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=datetime],
  #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month],
  #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=password],
  #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search],
  #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=text],
  #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url],
  #buddypress .standard-form input[type=week], #buddypress .standard-form select,
  #buddypress .standard-form textarea, #give-recurring-form .form-row input[type=email],
  #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row input[type=tel],
  #give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=url],
  #give-recurring-form .form-row select, #give-recurring-form .form-row textarea,
  form.give-form .form-row input[type=email], form.give-form .form-row input[type=password],
  form.give-form .form-row input[type=tel], form.give-form .form-row input[type=text],
  form.give-form .form-row input[type=url], form.give-form .form-row select, form.give-form .form-row textarea,
  form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password],
  form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=text],
  form[id*=give-form] .form-row input[type=url], form[id*=give-form] .form-row select,
  form[id*=give-form] .form-row textarea, form[id*=give-form] .give-donation-amount #give-amount,
  form[id*=give-form] .give-donation-amount #give-amount-text, form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
  form[id*=give-form] .give-donation-amount .give-currency-symbol,
  form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
  form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
  form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    padding: 1.05em 1.9em;
  }
  rs-module rs-loop-wrap .rs-layer .post_author_avatar {
    line-height: 15px !important;
    font-size: 14px !important;
  }
  rs-module rs-loop-wrap .author {
    font-size: 14px !important;
  }
  rs-module .rs-layer .category a,
  rs-module rs-loop-wrap .rs-layer .category a {
    font-size: 14px !important;
  }
  rs-module .rs-layer .comments,
  rs-module rs-loop-wrap .rs-layer .comments {
    font-size: 14px !important;
  }
  rs-module .rs-layer .title,
  rs-module rs-loop-wrap .rs-layer .title {
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
  rs-module .alter_link_1.sc_button_default,
  rs-module .alter_link_2.sc_button_default {
    font-size: 14px !important;
  }
  .elementor-widget-sidebar.custom_column_2 .elementor-widget-container {
    width: 100%;
  }
  [class*=content_wrap] > .sidebar:not(.sidebar_fixed_placeholder) {
    margin-top: 2em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap {
    margin-top: 3.2em;
  }
  .single-post.extra_footer_single .related_wrap {
    margin-top: 1.8em;
    padding-top: 1.8em;
  }
  .single-post.extra_footer_single .comments_wrap {
    margin-top: 1.8em;
  }
  .comments_list_wrap ul li + li,
  .comments_list_wrap li > ul > li {
    padding-top: 0.5em;
    margin-top: 1em;
  }
  .comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
  .comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
    top: 0.9em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_avatar {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .sticky.format-audio .post_featured.with_thumb .post_audio {
    bottom: 0.4em;
  }
  .sticky .mejs-button > button {
    margin: 7px 6px;
  }
  .ua_gecko .widget_calendar th {
    border-right: 4px solid #fff !important;
  }
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 0;
  }
  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 3em;
  }
  .post_layout_excerpt .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }
  .post_layout_excerpt .post_meta {
    margin-top: 1em;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: 1.5em;
  }
  .post_layout_excerpt blockquote {
    padding: 1em 1em 1em 2em;
    margin-left: 0;
    margin-right: 0;
  }
  .post_layout_excerpt blockquote:before {
    top: 0.3em;
    left: 0.5em;
  }
  .post_layout_excerpt .inner_post_wrap_list {
    padding: 1.5rem 1.5rem 1.7rem 1.5rem;
  }
  .post_layout_excerpt.post_format_quote .inner_post_wrap_list .post_meta {
    padding: 1.5rem;
    margin-top: 0;
  }
  /* Blog layout: Masonry */
  .masonry_wrap {
    margin-right: 0;
  }
  .masonry_wrap .masonry_item {
    padding: 0 0 30px 0;
  }
  .masonry_wrap .masonry_item-1_2,
  .masonry_wrap .masonry_item-1_3,
  .masonry_wrap .masonry_item-1_4 {
    width: 100%;
  }
  /* Blog layout: Portfolio Gallery */
  .gallery_preview_description {
    padding: 0 1.6em;
  }
  /* Blog layout: Chess */
  .post_layout_chess .post_title + .post_meta {
    margin-top: 0.4em;
  }
  .post_layout_chess .post_content_inner {
    display: none;
  }
  .post_layout_chess.post_format_quote .post_content_inner + .post_meta,
  .post_layout_chess.post_format_link .post_content_inner + .post_meta,
  .post_layout_chess.post_format_aside .post_content_inner + .post_meta,
  .post_layout_chess.post_format_status .post_content_inner + .post_meta {
    display: none;
  }
  .post_layout_chess blockquote {
    padding: 2em 2em 2em 4em;
  }
  .post_layout_chess blockquote:before {
    top: 1.05em;
    left: 0.5em;
  }
  .post_layout_chess.post_layout_chess_1 .more-link,
  .post_layout_chess.post_layout_chess_2 .more-link,
  .post_layout_chess.post_layout_chess_3 .more-link {
    margin-top: 0;
  }
  /* Front Page Builder */
  .front_page_section_paddings_small .front_page_section_content_wrap {
    padding: 15% 0;
  }
  .front_page_section_paddings_medium .front_page_section_content_wrap {
    padding: 20% 0;
  }
  .front_page_section_paddings_large .front_page_section_content_wrap {
    padding: 25% 0;
  }
  .front_page_section_paddings_huge .front_page_section_content_wrap {
    padding: 30% 0;
  }
  .front_page_section_title_description {
    line-height: 1.5em;
  }
  .front_page_section_subscribe .front_page_section_output {
    max-width: none;
  }
  /* ThemeREX Addons */
  /* Recent News on expanded pages */
  body.expand_content .sc_recent_news_style_news-announce .post_size_full {
    width: 100%;
    height: 300px;
  }
  body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
  body.expand_content .sc_recent_news_style_news-announce .post_size_big {
    width: 100%;
    height: 250px;
  }
  body.expand_content .sc_recent_news_style_news-announce .post_size_small {
    width: 100%;
    height: 200px;
  }
  .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info .post_info_bottom {
    display: none;
  }
  .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info {
    padding: 2rem;
  }
  /* Content Area */
  .sc_content_width_1_1 {
    width: 440px !important;
  }
  .sc_content_width_1_2 {
    width: 220px !important;
  }
  .sc_content_width_1_3 {
    width: 146.6666666667px !important;
  }
  .sc_content_width_2_3 {
    width: 293.3333333333px !important;
  }
  .sc_content_width_1_4 {
    width: 110px !important;
  }
  .sc_content_width_3_4 {
    width: 330px !important;
  }
  /* Layout Search*/
  .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
    padding: 0 1.4em 0 1.4em !important;
    height: 3em;
    line-height: 3em;
    text-align: center;
  }
  .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
    width: 4.3em;
    height: 4.3em;
  }
  .team_member_page .team_member_content {
    margin-top: 3rem;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_featured,
  .sc_recent_news_style_news-excerpt .post_item .post_body {
    width: 100%;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_featured {
    margin: 0;
    max-width: none;
  }
  .sc_recent_news_style_news-excerpt .post_item .post_body {
    padding: 1.5rem;
  }
  .sc_blogger .sc_item_filters {
    margin-bottom: 1.8rem;
  }
  .sc_blogger.sc_blogger_excerpt .sc_item_filters {
    margin-bottom: 3.05rem;
  }
  .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field,
  .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form {
    width: 22em;
  }
  .sc_blogger.sc_blogger_plain .sc_blogger_item {
    padding: 1.5em 1.5em 1.5em 2em;
  }
  .sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
    margin-bottom: 0;
  }
  .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap .search_submit {
    right: 0.2em !important;
  }
  .search_style_fullscreen.search_opened .search_form, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form {
    width: 80%;
  }
  .search_style_fullscreen.search_opened .search_form .inner_search_wrap, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .inner_search_wrap {
    margin-right: 40px;
  }
  .search_style_fullscreen.search_opened .search_submit,
  .search_style_fullscreen.search_opened .search_field,
  .search_style_fullscreen.search_opened .search_close {
    font-size: 1em !important;
  }
  .search_style_fullscreen.search_opened .search_form .search_field, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_form .search_field {
    padding: 0 2.4em 0 1em !important;
  }
  .search_wrap.search_style_normal .search_form_wrap .search_form .search_field {
    width: 22em;
    margin-right: 0;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_slider .slider_controls_bottom + .slider_controls_wrap {
    left: 1.2rem;
    right: auto;
    bottom: 1rem;
  }
  .sc_blogger.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
    padding: 2rem 1.5rem 4rem;
  }
  .trx_addons_column-1_5.sc_skills_column:last-child {
    padding-right: 30px;
  }
  .sc_shift_y_medium_negative {
    top: -4.5em !important;
  }
  /* Elementor */
  :root {
    --theme-var-elm_gap_narrow: 8px;
    --theme-var-elm_gap_default: 10px;
    --theme-var-elm_gap_extended: 20px;
    --theme-var-elm_gap_wide: 30px;
    --theme-var-elm_gap_wider: 40px;
    --theme-var-elm_add_page_margins: var( --theme-var-elm_gap_extended );
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 470px;
  }
  .body_style_boxed .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 470px;
  }
  /* Stretch rows (like VC) on pages without sidebar */
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 450px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 460px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 490px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 480px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 500px;
  }
  /* Gutenberg */
}
/* SASS Suffix: --xs */
@media (max-width: 479px) {
  html {
    font-size: 15px;
  }
  /* Theme Common styles */
  h1, .front_page_section_caption {
    font-size: 2.425rem;
  }
  h2 {
    font-size: 2.225rem;
  }
  h3 {
    font-size: 2em;
  }
  .widget .widgettitle {
    font-size: 15px;
    line-height: 18px;
  }
  figure figcaption {
    font-size: 12px;
  }
  /* Body sizes */
  .content_wrap, .content_container {
    width: 280px !important;
  }
  /* Content and Sidebar */
  [class*=content_wrap] > .sidebar {
    margin-top: 1.5em;
  }
  .sidebar_mobile_above .content_wrap > .sidebar {
    margin-bottom: 3.5em;
  }
  .sidebar_mobile_float.sidebar_show .sidebar {
    width: 270px !important;
  }
  .widgets_above_page_wrap, .widgets_above_content_wrap {
    margin-bottom: 3.5em;
  }
  .widgets_below_page_wrap, .widgets_below_content_wrap {
    margin-top: 3.5em;
  }
  .menu_style_side .content_wrap,
  .menu_style_side .content_container {
    width: 280px !important;
  }
  .menu_style_side .menu_side_wrap {
    width: 60px !important;
  }
  body.mobile_layout.menu_style_left .menu_side_wrap {
    left: -60px;
  }
  body.mobile_layout.menu_style_right .menu_side_wrap {
    right: -60px;
  }
  /* Fullwide or Fullscreen with sidebar */
  .body_style_fullwide .content_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar.widget_area .sidebar_inner .widget.widget_banner {
    padding-top: 0 !important;
  }
  /* Grid */
  .container, .container-fluid,
  .trx_addons_container, .trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row,
  .columns_wrap,
  .trx_addons_columns_wrap {
    margin-right: 0;
  }
  .row > [class*=column-],
  .columns_wrap > [class*=column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-] {
    padding-right: 0;
  }
  .vc_row.columns_padding_left,
  .trx_addons_columns_wrap.columns_padding_left,
  .row.columns_padding_left,
  .columns_wrap.columns_padding_left {
    margin-left: -30px;
  }
  .vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left,
  .row.columns_padding_left > [class*=column-], .columns_wrap.columns_padding_left > [class*=column-],
  .row > [class*=column-].columns_padding_left, .columns_wrap > [class*=column-].columns_padding_left {
    padding-left: 30px;
  }
  .vc_row.columns_padding_right,
  .trx_addons_columns_wrap.columns_padding_right,
  .row.columns_padding_right,
  .columns_wrap.columns_padding_right {
    margin-right: -30px;
  }
  .vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right,
  .row.columns_padding_right > [class*=column-], .columns_wrap.columns_padding_right > [class*=column-],
  .row > [class*=column-].columns_padding_right, .columns_wrap > [class*=column-].columns_padding_right {
    padding-right: 30px;
  }
  .vc_row,
  .trx_addons_columns_wrap.columns_padding_center,
  .row.columns_padding_center,
  .columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vc_column_container > .vc_column-inner,
  .trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center,
  .row.columns_padding_center > [class*=column-], .columns_wrap.columns_padding_center > [class*=column-],
  .row > [class*=column-].columns_padding_center, .columns_wrap > [class*=column-].columns_padding_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-],
  .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom,
  .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
  .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
    padding-bottom: 30px;
  }
  /* Max column's width in the not-fluid rows */
  .row:not(.columns_fluid) > [class*=column-],
  .columns_wrap:not(.columns_fluid) > [class*=column-],
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*=trx_addons_column-] {
    width: 100%;
  }
  /* Max column's width in the fluid rows */
  .row.columns_fluid > [class*=column-],
  .columns_wrap.columns_fluid > [class*=column-],
  .trx_addons_columns_wrap.columns_fluid > [class*=trx_addons_column-] {
    width: 50%;
  }
  .row.columns_fluid > .column-1_1, .columns_wrap.columns_fluid > .column-1_1,
  .row.columns_fluid > .column-2_2, .columns_wrap.columns_fluid > .column-2_2,
  .row.columns_fluid > .column-3_3, .columns_wrap.columns_fluid > .column-3_3,
  .row.columns_fluid > .column-4_4, .columns_wrap.columns_fluid > .column-4_4,
  .row.columns_fluid > .column-5_5, .columns_wrap.columns_fluid > .column-5_5,
  .row.columns_fluid > .column-6_6, .columns_wrap.columns_fluid > .column-6_6,
  .row.columns_fluid > .column-7_7, .columns_wrap.columns_fluid > .column-7_7,
  .row.columns_fluid > .column-8_8, .columns_wrap.columns_fluid > .column-8_8,
  .row.columns_fluid > .column-9_9, .columns_wrap.columns_fluid > .column-9_9,
  .row.columns_fluid > .column-10_10, .columns_wrap.columns_fluid > .column-10_10,
  .row.columns_fluid > .column-11_11, .columns_wrap.columns_fluid > .column-11_11,
  .row.columns_fluid > .column-12_12, .columns_wrap.columns_fluid > .column-12_12 {
    width: 100%;
  }
  /* WP Gallery Grid */
  .gallery.gallery-columns-9 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-8 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-7 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-3 .gallery-item {
    width: 50% !important;
  }
  /* Header */
  .top_panel_mobile {
    display: block;
  }
  body.header_mobile_enabled .top_panel {
    display: none;
  }
  .menu_side_wrap .sc_layouts_logo {
    padding: 40% 8%;
  }
  .menu_side_icons .toc_menu_item .toc_menu_icon,
  .menu_side_icons .toc_menu_item .toc_menu_description:before {
    height: 5.5rem;
  }
  .menu_side_icons .toc_menu_item .toc_menu_description span {
    letter-spacing: 0;
  }
  .mobile_device .menu_mobile .sc_layouts_logo img,
  .mobile_layout .menu_mobile .sc_layouts_logo img {
    max-height: 40px;
  }
  .mobile_device .menu_mobile .menu_mobile_nav_area,
  .mobile_layout .menu_mobile .menu_mobile_nav_area {
    margin-top: 2em;
  }
  .mobile_device .menu_mobile .search_mobile,
  .mobile_layout .menu_mobile .search_mobile {
    margin-top: 2em;
    width: 280px;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 16px;
    line-height: 1.5em;
  }
  .menu_mobile .menu_mobile_nav_area li > a {
    font-size: 16px;
    line-height: 1.5em;
    width: 280px;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li li > a {
    text-transform: capitalize;
    letter-spacing: 0;
  }
  .menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
    width: 250px;
  }
  .menu_mobile .menu_mobile_nav_area li li .open_child_menu {
    padding: 0.3em 0.5em;
  }
  .top_panel.with_bg_image {
    min-height: 18em;
  }
  .thumbnail_type_fullwidth.post_header_position_default .page_content_wrap > .header_content_wrap,
  .post_header_position_on_thumb .page_content_wrap > .header_content_wrap,
  .header_content_wrap {
    margin-bottom: 2em;
  }
  .post_header_position_on_thumb .header_content_wrap .post_featured {
    margin: 0 !important;
  }
  .post_header_position_on_thumb .header_content_wrap .post_featured + .post_header {
    position: static !important;
    text-align: left !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    min-width: 0;
    max-width: none;
  }
  .post_header_position_on_thumb:not(.custom-background) .header_content_wrap .post_featured + .post_header {
    margin-top: 2em;
    padding: 0;
    background-color: transparent;
    border: none !important;
  }
  .thumbnail_type_fullwidth.post_header_position_on_thumb:not(.custom-background) .header_content_wrap .post_featured + .post_header {
    padding: 0 1.5em;
  }
  .thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
    height: 20rem;
  }
  /* Slider */
  .top_panel .slider_engine_revo .slide_subtitle {
    font-size: 13px !important;
  }
  .top_panel .slider_engine_revo .slide_button {
    font-size: 9px !important;
  }
  /* Content area on pages with background */
  .custom-background .content_wrap > .content,
  .page_banner_wrap ~ .content_wrap > .content {
    padding: 30px;
  }
  /* Widgets */
  .sidebar_banner_wrap {
    margin-bottom: 30px;
  }
  .sidebar .widget, .sidebar[class*=scheme_] .widget {
    width: 100% !important;
  }
  .footer_wrap .widget + .widget,
  .sidebar .widget + .widget, .sidebar[class*=scheme_] .widget + .widget {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top-width: 0;
    border-top-style: solid;
  }
  .widget.column-1_2, .widget.column-1_3, .widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
    width: 100%;
  }
  .footer_wrap .sc_content .wpb_column,
  .footer_wrap .sc_content .wpb_column:not(.vc_col-sm-12) {
    display: block;
    float: none;
    vertical-align: top;
    width: 100% !important;
  }
  .footer_wrap .sc_content .wpb_column + .wpb_column {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* Tags layouts */
  blockquote {
    padding: 20px;
  }
  blockquote:before {
    top: 0.4em;
    left: 0.4em;
  }
  blockquote p {
    font-size: 26px;
  }
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=search],
  select,
  textarea,
  textarea.wp-editor-area,
  .tourmaster-form-field input[type=text],
  .tourmaster-form-field input[type=email],
  .tourmaster-form-field input[type=password],
  .tourmaster-form-field textarea,
  .tourmaster-form-field select,
  .tourmaster-form-field.tourmaster-with-border input[type=text],
  .tourmaster-form-field.tourmaster-with-border input[type=email],
  .tourmaster-form-field.tourmaster-with-border input[type=password],
  .tourmaster-form-field.tourmaster-with-border textarea,
  .tourmaster-form-field.tourmaster-with-border select,
  #buddypress .dir-search input[type=search],
  #buddypress .dir-search input[type=text],
  #buddypress .groups-members-search input[type=search],
  #buddypress .groups-members-search input[type=text],
  #buddypress .standard-form input[type=color],
  #buddypress .standard-form input[type=date],
  #buddypress .standard-form input[type=datetime-local],
  #buddypress .standard-form input[type=datetime],
  #buddypress .standard-form input[type=email],
  #buddypress .standard-form input[type=month],
  #buddypress .standard-form input[type=number],
  #buddypress .standard-form input[type=password],
  #buddypress .standard-form input[type=range],
  #buddypress .standard-form input[type=search],
  #buddypress .standard-form input[type=tel],
  #buddypress .standard-form input[type=text],
  #buddypress .standard-form input[type=time],
  #buddypress .standard-form input[type=url],
  #buddypress .standard-form input[type=week],
  #buddypress .standard-form select,
  #buddypress .standard-form textarea {
    padding: 1em;
    width: 100%;
  }
  /* Post layouts */
  .post_item_404:not([class*=post_item_none_]) .page_title {
    font-size: 8em;
  }
  .post_item_404 .page_info {
    padding-top: 2em;
  }
  .post_item_404 .page_description {
    margin-bottom: 2em;
  }
  .post_item_none_search .page_title, .post_item_none_archive .page_title {
    font-size: 4.1em !important;
  }
  .post_item_404 .search_wrap.search_style_normal .search_form_wrap .search_form .search_field {
    width: 100%;
  }
  .post_item_404 .search_wrap.search_style_normal .search_form_wrap .search_form .search_submit {
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }
  .format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .format-audio .post_featured.with_thumb .post_audio.with_iframe {
    bottom: -3px;
    left: 0;
    right: 0;
  }
  .mejs-controls a.mejs-horizontal-volume-slider,
  .mejs-controls .mejs-horizontal-volume-total {
    width: 40px;
  }
  .body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
  .post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
  .post_layout_chess.format-video .post_featured.with_thumb .post_video_hover,
  .trx_addons_video_player.with_cover .video_hover {
    font-size: 2em;
  }
  .page_links > span:not(.page_links_title), .page_links > a, .nav-links .page-numbers {
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    margin: 10px 6px 0 0;
  }
  .format-audio .post_featured .post_audio_author,
  .trx_addons_audio_player .audio_author,
  .format-audio .post_featured .post_audio_title,
  .format-audio .mejs-volume-button,
  .format-audio .mejs-horizontal-volume-slider {
    display: none !important;
  }
  /* Single post */
  .post_item_single > .post_featured {
    margin-bottom: 2em;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info,
  .author_info {
    padding: 25px;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_avatar {
    width: 10rem;
  }
  .author_avatar {
    position: static;
    margin-bottom: 1.5em;
  }
  .author_description {
    padding-left: 0;
  }
  .nav-links-single .nav-links .nav-previous {
    padding-right: 8px;
  }
  .nav-links-single .nav-links .nav-next {
    padding-left: 8px;
  }
  .nav-links-single .nav-links .post-title {
    letter-spacing: 0;
  }
  .nav-links-single .nav-links .meta-nav,
  .nav-links-single .nav-links .post_date {
    font-size: 1em;
  }
  .comments_list_wrap .comment_posted {
    font-size: 1em;
    margin-left: 0;
  }
  .comments_list_wrap li + li, .comments_list_wrap li ul {
    margin-top: 2em;
  }
  .comments_list_wrap ul li + li, .comments_list_wrap li > ul > li {
    padding-top: 0;
  }
  .comments_list_wrap ul ul {
    margin-left: 2em;
  }
  .comments_list_wrap ul ul ul ul {
    margin-left: 0;
  }
  .nav-links-single .nav-links .nav-previous, .nav-links-single .nav-links .nav-next {
    width: 100%;
  }
  .nav-links-single .nav-links .nav-previous {
    padding-right: 0;
  }
  .nav-links-single .nav-links .nav-next {
    padding-left: 0;
    padding-top: 30px;
  }
  .comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
  .comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
    top: 0;
  }
  .related_item_style_2 .post_featured + .top_wrap_meta {
    top: 0.8em;
    left: 1em;
  }
  /* Other minor plugins */
  .mfp-title {
    line-height: 13px;
  }
  /* MC4WP */
  form.mc4wp-form {
    padding-right: 0 !important;
    padding-bottom: 0;
  }
  form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    position: relative;
    width: 100%;
  }
  form.mc4wp-form .label_wrap {
    position: relative !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .elementor-widget-sidebar .widget {
    padding: 1.4rem 1.4rem 1.4rem 1.6rem;
  }
  .sc_table table tr:first-child th {
    font-size: 1.1rem;
  }
  rs-module_wrapper rs-module .tp-carousel-wrapper ul.tp-revslider-mainul li .rs-layer .post_author_avatar img {
    font-size: 11px !important;
  }
  rs-module_wrapper rs-module .rs-layer .post_author_avatar,
  rs-module_wrapper rs-module rs-loop-wrap .rs-layer .post_author_avatar {
    line-height: 15px !important;
    font-size: 11px !important;
  }
  rs-module_wrapper rs-module .rs-layer .author,
  rs-module_wrapper rs-module .autho,
  rs-module_wrapper rs-module rs-loop-wrap .rs-layer .author,
  rs-module_wrapper rs-module rs-loop-wrap .author {
    font-size: 11px !important;
  }
  rs-module_wrapper rs-module .rs-layer .category a,
  rs-module_wrapper rs-module rs-loop-wrap .rs-layer .category a {
    font-size: 11px !important;
  }
  rs-module_wrapper rs-module .rs-layer .comments,
  rs-module_wrapper rs-module rs-loop-wrap .rs-layer .comments {
    font-size: 11px !important;
  }
  rs-module rs-loop-wrap .rs-layer .title {
    font-size: 20px !important;
    line-height: 1em !important;
  }
  rs-module_wrapper rs-module .alter_link_1.sc_button_default,
  rs-module_wrapper rs-module .alter_link_2.sc_button_default {
    font-size: 11px !important;
  }
  rs-module_wrapper rs-module .rs-layer .category a,
  rs-module_wrapper rs-module .rs-layer .comments,
  rs-module_wrapper rs-module rs-loop-wrap .rs-layer .category a,
  rs-module_wrapper rs-module rs-loop-wrap .rs-layer .comments {
    margin-right: 5px;
  }
  .single-post.extra_footer_single .extra_footer_single_wrap .author_wrap .author_info .author_description {
    padding-left: 0;
  }
  code {
    padding: 0 5px;
  }
  .comments_list_wrap .comment_author_avatar {
    position: relative;
    text-align: left;
    margin-bottom: 1em;
  }
  .comments_list_wrap .comment_content {
    padding-left: 0;
  }
  /* Blog layout: Portfolio Gallery */
  .gallery_preview_show .post_title {
    font-size: 16px;
    line-height: 20px;
  }
  .gallery_preview_description {
    padding: 0 1.4em;
  }
  .gallery_preview_show .post_meta .post_meta_item {
    display: block;
  }
  .gallery_preview_show .post_meta .post_meta_item:before {
    display: none;
  }
  /* Blog layout: Chess */
  .post_layout_chess .post_header {
    display: block !important;
  }
  .post_layout_chess .post_title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .post_layout_chess .post_meta {
    display: none !important;
  }
  .post_layout_chess .post_content {
    display: none;
  }
  .post_layout_chess.post_format_audio .mejs-time {
    display: none;
  }
  /* Front Page Builder */
  .front_page_section_buttons > .front_page_section_button {
    margin-right: 0;
  }
  /* Theme Hovers */
  .post_featured.hover_border .post_info .post_info_back {
    padding: 2.5em;
  }
  .post_featured.hover_border .post_info:before,
  .post_featured.hover_border .post_info:after {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .post_featured.hover_border .post_info .post_title {
    padding-bottom: 4px;
  }
  /* ThemeREX Addons */
  /* Content Area */
  .sc_content_width_1_1 {
    width: 280px !important;
  }
  .sc_content_width_1_2 {
    width: 140px !important;
  }
  .sc_content_width_1_3 {
    width: 93.3333333333px !important;
  }
  .sc_content_width_2_3 {
    width: 186.6666666667px !important;
  }
  .sc_content_width_1_4 {
    width: 70px !important;
  }
  .sc_content_width_3_4 {
    width: 210px !important;
  }
  /* Social icon + text */
  .footer_wrap .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_name {
    display: none;
  }
  /* Widget */
  .footer_wrap .sc_layouts_row_type_normal .sc_layouts_item .widget {
    padding: 2.4rem 2.4rem 2.4rem 2.6rem;
  }
  .team_member_page .team_member_header .team_member_description .top_wrap_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .team_member_page .team_member_header .team_member_description .top_wrap_info .team_member_position + .team_member_socials {
    margin-top: 20px;
  }
  .team_member_page .team_member_header .team_member_description {
    padding: 2em;
  }
  .sc_recent_news_style_news-announce .post_layout_news-announce .post_featured .post_info {
    padding: 1.5rem;
  }
  .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form .search_field,
  .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_form_wrap .search_form {
    width: 16em;
  }
  .sc_blogger.sc_blogger_info .sc_blogger_item .sc_blogger_item_content {
    padding: 1.5rem 0.5rem 1rem 1rem;
  }
  .search_wrap.search_style_normal .search_form_wrap .search_form .search_field,
  .search_mobile .search_form_wrap .search_form {
    width: 16em;
  }
  .menu_mobile .menu_mobile_nav_area li > a {
    width: 250px;
  }
  .footer_wrap .widget_contacts .contacts_wrap .contacts_description h5 {
    font-size: 1.325rem;
  }
  .footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap .contacts_description {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer_wrap .widget_contacts_inline .widget_contacts .contacts_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trx_addons_column-1_5.sc_skills_column:last-child {
    padding-right: 0;
  }
  /* Elementor */
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 310px;
  }
  .body_style_boxed .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 310px;
  }
  /* Stretch rows (like VC) on pages without sidebar */
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
    width: 290px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
    width: 300px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
    width: 330px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
    width: 320px;
  }
  .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
  .sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
    width: 340px;
  }
  /* Gutenberg */
}