:root {

   --white: 255,255,255;
   --black: 0,0,0;

   --bg: rgb(var(--black));
   --text: rgb(var(--white));
   --accent: transparent;

   --main-font: DIN, sans-serif;
   --accent-font: DIN, sans-serif;

   --grid-size: 10px;

 }

 :root {

   /* Page Body & Loader */

   --body-bg: var(--bg);   /* required - main page background */
   --body-font: normal normal 16px/1.1 var(--main-font); /* required - main text font defined as CSS font one-liner */
   --body-text: var(--text); /* required - main text color on the page */
   --link-hover: inherit; /* required - link hover color for the page */
   --loader-color: transparent; /* required - loader color */
   /*--loader-opacity: opacity of the loader as a whole. */
   /*--loader-radius: radius for default loader */
   --loader-size: 25px; /* loader scale */

   /* Logotype */
   --logo-fixed: 50px; /* required - logo image height in pixels */
   --logo-mobile: 50px; /* required - logo image height for sticky menu */
   --logo-stuck: 50px;  /* required-  logo image height for mobile menu */

   /* Menu design */
   --menu-font: normal normal 18px/0.9 var(--main-font); /* required - main website menu font for desktop */
   --menu-text: var(--text); /* required - menu text color */
   --menu-active: var(--text); /* required - color of active and hover menu elements */
   --menu-bg: transparent; /*required - background for main desktop menu block with logotype. */
   --menu-padding: 20px 5px 20px 5px; /* required - padding outside the menu. */
   --menu-inner-padding: 10px 0 0 5px; /* required - padding inside menu item. */
   --menu-case: lowercase; /*menu text-transform */
   /*--menu-item-bg: menu item background */
   /*--menu-item-radius: menu item block radius */
   /*--menu-active-bg: background color of active and hover menu elements */
   --menu-spacing: 20px; /*spacing between menu elements */
   --menu-slogan-font: normal normal 50px/0.9 var(--main-font); /*font the the slogan element */
   --menu-slogan-text: inherit; /*color of menu slogan.*/
   --menu-slogan-case: lowercase; /*menu slogan text-transform */
   --menu-slogan-padding: 30px 10px 30px 30px; /*padding for slogan block in the menu */
   /*--menu-slogan-width: width of the slogan block */
   --menu-stuck-bg: linear-gradient(to bottom, var(--bg) calc(100% - 35px), rgba(var(--black),0.5) calc(100% - 10px), transparent); /*background for the sticky menu */
   /*--menu-stuck-filter: blur(5px); /*backdrop-filter behind the sticky menu */
   --menu-stuck-padding: 10px 5px 20px 5px;/*padding for the sticky menu */
   /*--menu-stuck-shadow: shadow for the sticky menu */
   /*--menu-stuck-border: bottom border for the sticky menu */

   /* Mobile menu */

   --menu-toggle: var(--text);
   /*--menu-toggle-bg: background for menu toggle element */
   /*--menu-toggle-height: menu toggle element thickness */
   --menu-mobile-text: var(--text); /* required - mobile menu text color */
   --menu-mobile-active: var(--text); /* required - active/hover menu item on mobile */
   --menu-mobile-padding: 120px 30px 30px 30px; /* required - padding for the whole menu on mobile */
   --menu-mobile-inner-padding: 5px 10px; /* required - padding for a menu item on mobile */
   --menu-mobile-bg: var(--bg); /* required - whole menu background on mobile */
   /*--menu-mobile-panel-bg: top panel background on mobile */
   --menu-mobile-filter: none; /*backdrop-filter behind the mobile menu */

   /* Dropdown menu (Desktop) and Submenu (mobile) */
   --menu-dropdown-bg: var(--accent); /* required - menu dropdown background */
   /*--menu-dropdown-radius: block radius for dropdown menu */
   /*--menu-dropdown-width: fixed width of the dropdown menu and arrow offset on mobile */
   /*--dropdown-toggle: dropdown toggle color */
   /*--submenu-font: font for submenu item */
   /*--submenu-text: color for submenu item */
   --submenu-active: var(--bg); /* color for active/hover submenu item */
   /*--submenu-offset: offset for active/hover submenu item */
   /*--submenu-mobile-font: font for submenu item on mobile */
   /*--submenu-mobile-text: color for submenu item on mobile */
   /*--submenu-mobile-padding: padding for submenu item on mobile */

   /*Social Icons*/
   --menu-icon-size: 15px; /*font size for social icons on the mobile menu */
   --menu-icon-text: inherit; /*color for social icons on the mobile menu */
   /*--menu-icon-bg: background for social icons on the mobile menu */
   --menu-icon-hover: var(--text); /*hover color for social icons on the mobile menu */
   /*--menu-icon-hover-bg: hover background for social icons on the mobile menu */
   /*--icon-size: font-size for social icons elsewhere on the page */
   --icon-text: var(--bg); /*color for social icons elsewhere on the page */
   /*--icon-hover-text: hover color for social icons elsewhere on the page */
   --icon-bg: var(--accent); /*background for social icons elsewhere on the page */
   /*--icon-hover-bg: hover background for social icons elsewhere on the page */
   /*--icon-radius: social icons radius */
   /*--icon-hover-transform: hover transform property for social icons */
   /*--cell-icon-size: icon size when displayed in their own grid layout */

   /* Page First Blocks */
   --first-font: bold normal 50px/0.9 var(--main-font); /* required - font for the main header on the home page */
   --first-text: var(--text); /* required -color for the main header on the home page */
   --first-case: lowercase; /*text-transform property for the main header on the home page */
   /*--first-shadow: text-shadow propery for the main header on the home page */
   --first-slogan-font: normal normal 16px/1.3 var(--main-font); /*font property for text under the main header on the first page */
   /*--first-slogan-text: color for text under the main header on the first page */
   /*--first-slogan-shadow: text-shadow property for text under the main header on the first page */
   --inside-first-font: var(--first-font); /*bold normal 50px/0.9 var(--main-font);; /* required - font for the main header on all the site pages */
   --inside-first-text: var(--text); /* required - color for the main header on all the site pages */
   /*--inside-first-shadow:  text-shadow property for the main header on all the site pages */
   --first-height: 100px; /*first block height on the home page */
   --inside-first-height: 100px; /*first block height on all the site pages */
   --inside-first-case: lowercase;

   --first-plain-bg: transparent; /* background for the first block on inside pages when there is no image */

   /*Additional backgrounds for blocks*/
   --first-before-bg: var(--bg) url(/images/about_main-photo.jpg) center/cover no-repeat;/*additional background for the first block on the home page */
   /*--inside-first-before-bg: additional background for the first block on all the site pages */
   /*--image-before-bg: additional background for when a block has background image */
   /*--primary-before-bg: additional background for `primary` style block */
   /*--accent-before-bg: additional background for `accent` style block */
   /*--invert-before-bg: additional background for `invert` style block */
   /*--invert-accent-before-bg: additional background for `invert-accent` style block */

   /* Special settings for `image-bg-left` and `image-bg-right` background styling for main blocks */
   /*--image-bg-width: width of the image on the size of the block */
   /*--image-bg-height: height of the image when it's moved to top on mobile */
   /*--header-height: header height offset to move the content either up or down from the image */

   /* Buttons default styling */
   --button-font: bold normal 16px/0.7 var(--main-font); /* required - button font property */
   --button-text: var(--bg); /* required - button text color */
   --button-case: lowercase; /*text-transform property */
   --button-bg: var(--accent2); /* required - button background */
   /*--button-border: button border */
   --button-padding: 11px 30px 13px; /*padding for buttons */
   --button-radius: 0; /*border radius for buttons */
   --button-hover-text: var(--text);/*text color when hovered */
   /*--button-hover-bg: var(--accent); /*background when hovered */
   /*--button-hover-border: border when hovered */
   /*--button-hover-filter: filter property when hovered */
   /*--button-hover-transform: transform property when hovered */

   /* Special style for a button inside the first block on the home page */
   /*--first-button-text: font property */
   /*--first-button-text: text color */
   /*--first-button-bg: background normal state */
   /*--first-button-border: border normal state */
   /*--first-button-hover-text: text when hovered */
   /*--first-button-hover-bg: background when hovered */
   /*--first-button-hover-border: border when hovered */

   /* Form inputs, labels and messages */

   /*--input-text: color for form fields */
   --input-bg: var(--bg); /*background for form fields */
   --input-border: 1px solid rgb(var(--gray)); /* border for form fields */
   /*--input-padding: padding for form fields */
   /*--input-radius: border radius for form fields */
   /*--input-disabled: text color for disabled dropdown elements */
   --label-text: var(--accent); /*color of the field labels */
   /*--label-case: text transform property for the field labels */
   /*--error-color: text color when field has an error */
   /*--error-bg: background color when field has an error */
   /*--error-outline: field outline when there's an error */
   /*--error-font: error message under field font property */
   --snackbars-font: 600 normal 22px/1.1 var(--main-font);/*form message popup block font property */
   /*--snackbars-text: text color on form message popup block */
   --snackbars-bg: var(--accent); /*form message popup block background */

   /* Default Headers and Subheaders */
   --header-font: bold normal 50px/0.8 var(--main-font); /* font for the main block header (`h2`,`.heading-2`) */
   /* --header-text: text color for the main block header */
   /*--header-case: lowercase; /*text-transform property for the main block header */
   --subheader-font: bold normal 30px/1.1 var(--main-font); /* font for the block subheader (`h3`,`heading-3`) */
   /* --subheader-case text-transform property for the block subheader.

   /*Block styles: `primary`, `accent`, `invert`, `invert-accent`*/

   /*--primary-bg: background for `primary` style block */
   /*--primary-header:  var(--accent2);/*main block header color */
   /*--primary-subheader: var(--accent); /*block subheader color */
   /* --primary-text: text color for the block */
   /*--primary-button-text: button text color */
   /*--primary-button-bg: button background color */
   /*--primary-button-border: button border */
   /*--primary-button-hover-text: button text when hovered */
   /*--primary-button-hover-bg: button background when hovered */
   /*--primary-input-text: form field text color */
   /*--primary-input-bg: form field backround */
   /*--primary-input-border: form field border */

   /*--accent-bg: rgb(var(--lightgray)); /* background for `accent` style block */
   --accent-header: var(--text); /*main block header color */
   /*--accent-header-font: font property for main block header */
   --accent-subheader: var(--accent); /*block subheader color */
   /*--accent-subheader-font: font property for block subheader */
   --accent-text: var(--bg); /*text color for the block */
   /*--accent-button-text: button text color */
   --accent-button-bg: var(--text); /*button background color */
   /*--accent-button-border: button border */
   /*--accent-button-hover-text: button text when hovered */
   /*--accent-button-hover-bg: button background when hovered */
   /*--accent-input-text: form field text color */
   /*--accent-input-bg: form field backround */
   /*--accent-input-border: form field border */

   --invert-bg: var(--text); /* background for `invert` style block */
   --invert-header: var(--bg); /* main block header color */
   /*--invert-header-font: font property for main block header */
   --invert-subheader: var(--accent); /* block subheader color */
   /*--invert-suheader-font: font property for block subheader */
   --invert-text: var(--bg); /* text color for the block  */
   /* --invert-button-text: button text color  */
   --invert-button-bg: transparent; /* button background color */
   --invert-button-border: 2px solid var(--bg); /* button border */
   /*--invert-button-hover-text: button text when hovered */
   /*--invert-button-hover-bg: button background when hovered */
   /*--invert-input-text: form field text color */
   /*--invert-input-bg: form field backround */
   /*--invert-input-border: form field border */

   --invert-accent-bg: transparent; /* background for `invert-accent` style block  */
   --invert-accent-header: var(--primary-header); /* main block header color */
   /*--invert-accent-header-font: font property for main block header */
   --invert-accent-subheader: var(--primary-subheader); /* block subheader color */
   /*--invert-accent-subheader-font: font property for block subheader */
   --invert-accent-text: var(--text); /* text color for the block */
   --invert-accent-button-text: var(--button-text); /* button text color */
   --invert-accent-button-bg: var(--button-bg); /* button background color */
   --invert-accent-button-border: var(--button-border); /* button border */
   /*--invert-accent-button-hover-text: button text when hovered */
   /*--invert-accent-button-hover-bg: button background when hovered */
   /*--invert-accent-input-text: form field text color */
   /*--invert-accent-input-bg: form field backround */
   /*--invert-accent-input-border: form field border */

   /* General Blocks & wrappers */

   /*--block-radius: general block radius to used throughout CSS */
   /*--image-radius: radius for images in blocks */

   /* Services Block images: `.services-image` class: */
   /*--services-border: image border */
   /*--services-image: image height */
   /*--services-padding: image padding */
   /*--services-radius: image radius */

   /* Recommended wraper: `.post-boxed` class: */
   --accented-padding: 30px; /* padding for accented blocks */
   /*--accented-radius: border radius */
   --accented-bg: rgb(var(--white));

   /* Another option for wrapper: `.post-info` class: */
   /*--info-font: font property */
   --info-bg: var(--bg);/*background */
   --info-padding: 30px; /*padding */
   --info-border: 1px solid rgb(var(--black)); /* border */
   /*--info-radius: border-radius */

   /*Slick Slider Image gallery*/
   /*--slick-height: image height for `slick-ribbon` class Slick Slider */
   /*--slick-spacing: distance in pixels from top and bottom edges for the block */
   --slick-caption: var(--isotope-text); /*font property for the text caption on desktop (visible when hovered) */
   --slick-caption-case: lowercase; /*text-transform property for caption (`uppercase`, `lowercase`, `capitalize` or `none`) */
   --slick-caption-bg: rgba(var(--black),0.6); /*background for when the image is hovered */
   /*--slick-image-frame: image frame width in pixels */
   /*--slick-image-frame-color: image frame color */
   /*--slick-caption-border: decorative border on image when hovered */
   /*--slick-caption-spacing: spacing from the sides of the caption to the image */
   --slick-mobile-caption-bg: linear-gradient(to bottom, transparent 30%, black 80%); /*caption is visible on mobile on this background */
   --slick-arrow-size: 100px; /*last/next arrow size in pixels (one value) */
   --slick-arrow-border: 10px solid transparent; /*border for last/next arrows */
   --slick-arrow-bg: rgba(var(--bg),0.75); /* background color (not the full backgound property) for last/next arrows */
   /*--slick-arrow-hover-bg: hover background color (not the full backgound property) for last/next arrows */
   /*--slick-arrow-offset: horizontal offset for last/next slick arrows */
   /*--slick-fadeout: image fadeout color for `slick-gallery` class Slick Slider */

   /* Isotope Layout Image Gallery */
   --isotope-spacing: 10px; /*spacing between individual images, this value is doubled */
   /*--isotope-border: border for individual images */
   /*--isotope-radius: border-radius form images */
   --isotope-bg: var(--bg); /*caption background when image is hovered */
   /*--isotope-title-font: font property for image title (image number and text in `defaults.json`>`image-word`) */
   /*--isotope-title-text: text color for image title */
   --isotope-font: normal normal 19px/1.1 var(--main-font);/* font property for image caption */
   --isotope-text: var(--bg); /*text color for image caption */
   --isotope-case: uppercase; /*text transform for image caption (`uppercase`, `lowercase`, `capitalize` or `none`) */

   /* LightGallery Popup */
   /*--lg-bg: background color for when image is opened */
   /*--lg-filter: backdrop filter for when image is opened */
   /*--lg-align: text align for caption */
   /*--lg-caption-text: text color for caption */
   /*--lg-caption-bg: background for text caption */

   /* Owl Carousel and Quote `.post-quote` class** */
   /*--owl-arrow-size: last/next arrow size in pixels (one value) */
   /*--owl-arrow-offset:  horizontal offset for last/next arrows */

   /*--quote-text: text color for `.post-quote` class */
   --quote-bg: var(--accent); /*background for quote */
   --quote-border: 2px solid var(--bg); /*  border for quote */
   /*--quote-padding: padding for the quote block */
   /*--quote-radius: quote block radius */
   /*--quote-mark: font-property for quote marks (`.has-quote-before` and `.has-quote-after` extra classes) */
   --quote-color: var(--bg); /*quote marks color */
   /*--quote-scroll: thumb color for quote scroller (may appear on small sizes) */
   /*--quote-scroll-border: thumb border for quote scroller */
   /*--quote-scroll-bg: track color for quote scroller */
   /*--quote-scroll-bg-border: track border for quote scroller */

   /* Properties by layout type: pricelist */
   /*--pricelist-align: align text in the block (flex: `center`, `flex-start`,`flex-end`) */
   /*--pricelist-hover: pricelist item hover color */
   /*--pricelist-spacing: spacing between pricelist items */
   /*--pricelist-border-vertical: vertical border for price items */
   /*--pricelist-bottom-horizontal: horizontal border for price items */
   /*--pricelist-button-text: text color for pricelist hover button */
   /*--pricelist-button-case: text transform for pricelist hover button (`uppercase`, `lowercase`, `capitalize` or `none`) */
   /*--pricelist-button-bg: pricelist hover button background */
   /*--pricelist-button-border: pricelist hover button border */
   /*--pricelist-button-font: font property for pricelist hover button */
   /*--pricelist-button-padding: padding for pricelist button */
   /*--pricelist-button-radius: border radius for pricelist button */
   /*--pricelist-button-width: hover button fixed width */

   /* Properties by layout type: schedule */
   /*--schedule-header-font: font property for the days of the week */
   /*--schedule-header-case: text transform for the days of the week (`uppercase`, `lowercase`, `capitalize` or `none`) */
   /*--schedule-subheader-font: font property for the hours column */
   /*--schedule-border: border separator between week days */
   /*--schedule-item-text: text color for the scheduled item */
   /*--schedule-item-bg: background for the scheduled item */
   /*--schedule-item-border: border for the scheduled item */
   /*--schedule-item-hover-text: text color for the hovered scheduled item */
   /*--schedule-item-hover-bg: background for the hovered scheduled item */
   /*--schedule-item-hover-border: border for the hovered scheduled item */
   /*--schedule-subitem-font: font property for time and duration hover label */
   /*--schedule-subitem-text: text color the hover label */
   /*--schedule-subitem-icon-text: icon color for online label */
   /*--schedule-subitem-bg: background for the hover label */

   /*Form boxline layout*/
   /*--boxline-bg: hover background for the form in `boxline` layout (usually when the block is nested) */
   /*--boxline-padding: padding for the form in block */

   /* Form checkout block & tickets */
   /*--payment-success-bg: payment success block background.
   /*--payment-success-border: border for the block.
   /*--payment-success-padding: padding for the block.
   /*--payment-success-radius: payment success block radius.

   /*--ticket-font: font property of found ticket name on Booking forms.
   /*--ticket-label: color for the found ticket name.
   /*--ticket-case: text transform property for the found ticket name (`uppercase`, `lowercase`, `capitalize` or `none`).
   /*--ticket-bg: found ticket block background.
   /*--ticket-border: found ticket block border.
   /*--ticket-padding: found ticket block padding.
   /*--ticket-radius: found ticket block radius.
   /*--ticket-selected: checkmark color for the selected ticket.
   /*--ticket-selected-bg: background color for the selected ticket.
   /*--ticket-selected-border: border color for the selected ticket.

   /* Page Footer */
   --footer-bg: linear-gradient(to top, var(--bg), transparent); /*background for the page footer */
   --footer-padding: 50px 20px 20px 20px; /*padding for the footer block */
   --footer-text: var(--text); /*text color for the page footer */
   /*--footer-font: font property for text in the footer */
   /*--footer-hover: link hover when inside footer */

   /*--map-width: embedded Google Maps width */
   /*--map-height: embedded map height */
   /*--map-border: embedded map border */
   /*--map-outline: embedded map outline */
   /*--map-radius: embedded map block radius */
   /*--map-margin: embedded map margin (sometimes necessary to make it take up whole width) */

   /* To Top Element */
   /*--totop-size: font size for the icon */
   /*--totop-text: link to top icon color */
   --totop-bg: var(--bg); /*link to top background */
   --totop-hover: var(--text); /*color when hovered */
   /*--totop-hover-bg: var(--bg); /*background when hovered */

   /* Other elements */
   --mark-text: var(--bg); /*text color for `<mark>` tag */
   --mark-bg: rgba(var(--rust),1); /* background color for `<mark>` tag */

 }

 @media(max-width:992px) {
   :root {
    --menu-slogan-font: normal normal 30px/0.9 var(--main-font);
    --menu-slogan-padding: 10px 10px 20px 0px;

    --menu-spacing: 10px;

   }
 }

 @media (max-width:768px) {
   :root {
    --inside-first-font: normal normal 50px/0.9 var(--main-font);
    --slick-arrow-size: 70px;

   }
 }

 @media (max-width:496px) {
   :root {
    --inside-first-font: normal normal 40px/0.9 var(--main-font);
    --subheader-font: bold normal 24px/1.1 var(--main-font);
   }
 }

 @media (max-width:365px) {
  :root {
   --inside-first-font: bold normal 33px/0.9 var(--main-font);
   --subheader-font: 600 normal 22px/1.1 var(--main-font); 
  }
}

 @media(max-width:992px) {
  .inside-first-block, .first-block {
    margin-top: calc(var(--logo-mobile) + 10px) !important;
  }
 }

@font-face {
  font-family: 'DIN';
  src: url("/fonts/user/DINPro.ttf");
  src: url("/fonts//user/DINPro.otf") format("opentype"), url("fonts/DINPro.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}  

body {
    background-color: #000000;
    background: url("/images/lines-curve.png") top center / 100vw 100vh no-repeat, linear-gradient(to bottom, transparent 100vh, var(--bg) 100vh, rgba(var(--black),0.7));
    font-family: DIN;
    animation: bgColor 300s infinite linear;
    color: white;
    background-blend-mode: multiply;
}

@media(min-width:(992px)) {
  body {
        background: url("/images/lines-curve-all.png") top center / 100vw 100vh no-repeat, linear-gradient(to bottom, transparent 100vh, var(--bg) 100vh);
  }

}

@keyframes bgColor {
    0% {
        background-color: #91131c;
        color: #91131c;
    }
    12.5% {
        background-color: #EA960F;
        color: #EA960F;
    }
    25% {
        background-color: #ccc250;
        color: #ccc250;
    }
    37.5% {
        background-color: #7CBF2E;
        color: #7CBF2E;
    }
    50% {
        background-color: #00D8CD;
        color: #00D8CD;
    }
    62.5% {
        background-color: #2349e5;
        color: #2349e5;
    }
    75% {
        background-color: #A73EC1;
        color: #A73EC1;
    }
    87.5% {
        background-color: #9e1f63;
        color: #9e1f63;
    }
    100% {
        background-color: #91131c;
        color: #91131c;
    }
}

.rd-navbar-static .rd-navbar-nav>li+li {
  margin-left: var(--menu-spacing);
}

.brand__logo-small, .brand__logo-large {
  display: none !important;
}

.brand__slogan {
  display: inline-block !important;
  transition: all 0.5s ease;
}

.rd-navbar--is-stuck .brand__slogan {
  font-size: 30px;
}

.rd-navbar-nav li.active a, /*footer*/ .icon.fa /*, .rd-navbar-nav .icon.fa*/ {
	animation: bgColor 300s infinite linear;
  background: transparent !important;
  font-weight: bold;
}

.ui-to-top {
  animation: bgColor 300s infinite linear;
  background: var(--totop-bg) !important;
}

.ui-to-top:hover {
  color: var(--totop-hover) !important;
}

/*footer*/ .icon.fa /*, .rd-navbar-nav .icon.fa*/ {
  text-align: left !important;
  padding-left: 0 !important;
}

/*footer*/ .icon.fa:hover/*, .rd-navbar-nav .icon.fa:hover */ {
  color: var(--menu-icon-hover) !important;
}

.load-item {
  position: relative;
}

.load-item::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  left: 15px;
  top: 0;
  z-index: -1;
  background-color: var(--bg);
}

.blog-date 
{
  /*background: var(--bg);*/
  padding: 10px 0 10px 10px;
  margin-left: 8px;
}

.blog-date + .blog-header {
  font: var(--first-font);
  text-transform: none;
}

.blog-author {
  display: none;
}

.blog-date-short {
  display: block;
  opacity: 1;
  animation: bgColor 300s infinite linear;
  background: transparent !important;
  margin-bottom: 10px;
}

h2.blog-subheader {
  color: var(--text);
  font: var(--subheader-font);
  margin-left: 15px;
}

.button {
    animation: bgColor 300s infinite linear;
    background: var(--bg) !important;
    text-align: left;
}

.inside-first-block .blog-header, .inside-first-block .blog-subheader, .load-more-items h2 {
      text-shadow: 0 0 25px black, 0 0 15px black;

}

.bg-accent .button {
  background: var(--accent-button-bg) !important;
}

.button::after {
  content: " >";
}

.load-more::after {
  content: " +";
}

.button:hover {
  color: var(--text) !important;
}

.bg-accent .button:hover {
  color: var(--accent-text) !important;
}

.load-item .blog-header, h1.blog-header, .blog-feed .blog-header {
  font: var(--subheader-font);
  line-height: 0.9;
  margin-bottom: 10px;
}

.load-item .blog-subheader {
  }

.blog-header, .blog-subheader {
  display: block;
}

.first-block {
  display: none;
}

._inside-first-block + section, .first-block + section {
  margin-top: calc(var(--logo-mobile) + 30px);
}

.inside-first-block h1 {
  padding-left: 15px;
}

@media(min-width:992px) {
  .first-block + section {
  margin-top: -30px;
}
.inside-first-block + section {
  margin-top: -60px;
}

}


.bg-primary h2, .bg-accent h2 {
  letter-spacing: -0.12em;
  padding-left: 30px;
}

.sharer-widget .heading-3 {
  letter-spacing: -0.12em;
}

.sharer-widget {
  padding-left: 30px;
}

.right-arrow {
  display: none;
}


.content, .blog-feed a {
  background: var(--bg);
  padding: 30px;
  display: block;
}

.summary-list>div:first-of-type {
  padding: 30px 45px 30px 45px;
}

#faq .range:not(.summary-list) p:not(.btn) {
  background: var(--bg);
  padding: 30px;
}

#faq .range:not(.summary-list) p.btn {
  margin-left: 30px;
  text-transform: lowercase;
}

.summary-list h2 {
  padding-left: 0;
}


.bg-accent .content, .bg-accent .featured:not(:has(.image-wrapper)) {
    background: var(--text);
}

 .bg-accent .featured:not(:has(.image-wrapper)) .content {
  background: transparent;
 }

.content p {
  max-width: 700px;
}


.content .button {
  padding-left: 0 !important;
}

/*
.featured .image-wrapper {
    min-height: 100%;
    display: inline-flex;
    align-items: center;
}

.bg-accent .image-wrapper {
  background: var(--text);
}*/

#featured .heading-3 {
  animation: bgColor 300s infinite linear;
  background: transparent !important;
}

#featured .heading-3 + .text-bold {
  margin-bottom: 20px !important;
  animation: bgColor 300s infinite linear;
  background: transparent !important;
}

.blog-calendar h3 {
  font-size: 50px;
  padding-left: 30px;
  padding-bottom: 10PX;
}

.blog-calendar .blog-calendar-year {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

}

.blog-calendar .blog-calendar-month, .blog-calendar .blog-calendar-month a {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}


.blog-calendar .blog-header {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.blog-calendar .blog-calendar-month-header {
  font: var(--subheader-font);
  margin-bottom: 10px;
  animation: bgColor 300s infinite linear;
  background: transparent !important;
  text-transform: lowercase;
}

@media(min-width:768px) {
  .blog-calendar .blog-calendar-month {
    flex-basis: 50%;
  }
}

@media(min-width:992px) {
  .blog-calendar .blog-calendar-month {
    flex-basis: 33.33%;
  }
}

.blog-calendar-month {
  position: relative;
  padding: 30px;
  margin-bottom: 15px;
}

.blog-calendar-month::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--bg);
}

.blog-calendar .blog-author {
  display: none;
}

@media(min-width:376px) {
  .align-right {
  text-align: right;
  white-space: nowrap;
}
}

.grayscale {
  filter: grayscale(1);
}

.grayscale:hover {
  filter: none;
}

.bg-primary + .bg-accent, .bg-accent + .bg-primary {
  padding-top: 0 !important;
}

.blog-tag-name {
  font: var(--header-font) !important;
  text-transform: none !important;
  letter-spacing: -0.12em;
}

#last_next {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -70px;
}

#last_next .range>div {
  display: flex;
  justify-content: space-between;
}

#last_next .range>div:not(:has(.blog-last)) {
  justify-content: flex-end;
}

#last_next .range>div:first-child::before {
  display: none;
}

.blog-last a, .blog-next a {
  display: flex;
  align-items: center;
}

@media(min-width:992px){
  .blog-last a, .blog-next a {
    max-width: 80%;
  }

}

.blog-last a span, .blog-next a span {
  display: block;
}

.blog-last a span span:not(.blog-header), .blog-next a span span:not(.blog-header) {
  display: block;
  margin-top: 5px;
}


.blog-last .blog-header, .blog-next .blog-header {
  font-weight: bold;
  margin-bottom: 5px;
}


.blog-last a .blog-date, .blog-next a .blog-date {
  font-size: 13px !important;
}

.blog-last {
  text-align: left;
}

.blog-next {
  display: inline-flex;
  justify-content: flex-end;
}

.blog-next a {
  justify-content: flex-end;
  text-align: right;
}

.slick-next, .slick-prev {
  filter: invert(1);
}

.blog-last a::before, .blog-next a::after {
  font: var(--subheader-font);
  min-width: var(--slick-arrow-size);
  height: var(--slick-arrow-size);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-last a:hover::before, .blog-next a:hover::after
{
 filter: invert(1);
}

.blog-last a::before {
  /*content: "\2190";*/
  content: "";
  background-image: url(/images/arrow-prev.png);
}


.blog-next a::after {
  /*content: "\2192";*/
  content: "";
  background-image: url(/images/arrow-next.png);
}

.blog-element + .blog-element:not(.blog-next) {
  margin-top: 10px;
}

#last_next .blog-author {
  display: none;
}

#blog_calendar {
  padding-bottom: 0 !important;
}

.thumb-ruby__title {
  display: none;
}

.btn.btn-primary {
  animation: bgColor 300s infinite linear;
  color: var(--button-text) !important;
}

.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover
{
  background: var(--text) !important;
}