/*
Theme Name: Remoy Volt Group
Theme URI: http://www.osberget.no/
Author: Hildegunn Welle, Anette Storm Hovland, Minjia Liu at Dantastiske Osberget, Maxim Kukulinsky at RASAMAX SIA
Author URI: http://www.osberget.no/
Description: Remoy Volt Group Wordpress theme
Version: 0.0.8
Tags: remoyvolt osberget rasamax
Text Domain: remoyvolt
*/
/**
 * Reset CSS instead of Normalize inside of Bootstrap
 */
.slick-arrow,
.slick-dots > li button {
  font-size: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  box-shadow: none;
}

.slick-arrow:focus,
.slick-dots > li button:focus {
  outline: 0;
}

.slick-arrow {
  position: absolute;
  top: calc((100% - 56px) / 2);
  width: 50px;
  height: 100px;
  transform: translate(0, -50%);
  z-index: 100;
  box-shadow: 0 0 10px #0000004a;
}

.slick-arrow:before,
.slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-next:after {
  left: initial;
  right: 50%;
}

.slick-arrow:before {
  width: 20px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100px;
}

.slick-arrow:after {
  width: 13px;
  height: 13px;
  -webkit-transform: translate(-10px, -50%) rotate(45deg);
  -ms-transform: translate(-10px, -50%) rotate(45deg);
  transform: translate(-10px, -50%) rotate(45deg);
}

.slick-arrow.slick-next:after {
  -webkit-transform: translate(10px, -50%) rotate(-135deg);
  -ms-transform: translate(10px, -50%) rotate(-135deg);
  transform: translate(10px, -50%) rotate(-135deg);
}

.slick-arrow.slick-next:before {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.slick-prev {
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.slick-next {
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

.slick-dots > li {
  display: inline-block;
  padding: 5px;
}

.slick-dots > li button {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 1000px;
  padding: 0;
}

/* Page commons */
html {
  scroll-behavior: smooth;
}

p:first-child {
  margin-top: 0;
}

:is(p, ul):last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  margin: 0 auto 10px auto;
  display: block;
}

:is(.alignleft, .alignright, .aligncenter):last-child {
  margin-bottom: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 60px;
  font-weight: bold;
  color: var(--bs-primary);
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 30px;
    font-size: 25px;
  }
}

/* Hide Google reCaptcha after 1s */
@keyframes hide_after_1s {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100px);
  }
}

.grecaptcha-badge {
  animation-name: hide_after_1s;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.cff-posts-wrap {
  display: flex;
  gap: 40px;
  /* flex-direction: column; */
}

@media screen and (max-width: 768px) {
  .cff-posts-wrap {
    flex-direction: column;
  }
}

#cff .cff-item.cff-box {
  overflow: hidden;
  padding: 48px !important;
  margin: 0 !important;
  position: relative;
}

#cff .cff-media-above {
  margin-bottom: 48px;
}

.cff-media-wrap {
  margin: -48px -48px 0 -48px;
}

@media screen and (max-width: 992px) {
  #cff .cff-item.cff-box {
    padding: 24px !important;
  }
  .cff-media-wrap {
    margin: -24px -24px 0 -24px;
  }
  #cff .cff-media-above {
    margin-bottom: 24px;
  }
}

#cff .cff-photo img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#cff p {
  font-size: 18px;
  margin: 0;
}

#cff .cff-date.cff-date-below,
#cff .cff-timeline-event .cff-date.cff-date-below {
  font-size: 18px;
  margin: 32px 0 0;
  color: #475262;
}

#cff .cff-meta-wrap {
  text-indent: -999px;
  height: 0;
  margin: 0;
}

.cff-viewpost-facebook:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cff-photo {
  width: 100%;
}

.cff-photo img {
  width: 100%;
}

#breadcrumbs a,
#breadcrumbs span {
  text-decoration: none;
}

.navigation.pagination .nav-links {
  display: flex;
  gap: 10px;
  align-items: end;
}

.navigation.pagination .page-numbers {
  font-family: Montserrat;
  color: black;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid black;
  text-align: center;
}

.navigation.pagination .page-numbers.current {
  background: #E1E2E0;
}

.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  margin-top: -2px;
}

.ship-source-filter-item {
  --bs-dropdown-link-hover-bg: var(--accent-color);
  --bs-dropdown-link-hover-color: var(--accent-bg);
  --bs-dropdown-link-color: var(--accent-color);
  --bs-dropdown-link-active-bg: var(--accent-color);
  --bs-dropdown-link-active-color: var(--accent-bg);
}

/* CookieBot style */
body #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: var(--bs-cookie-secondary);
  border-color: var(--bs-cookie-secondary);
  color: var(--bs-cookie-primary);
}

body #CybotCookiebotDialogBodyFieldsetInnerContainer .CybotCookiebotDialogBodyLevelButtonLabel strong:hover {
  color: var(--bs-cookie-secondary) !important;
}

body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: var(--bs-cookie-secondary);
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 2px solid var(--bs-cookie-secondary);
  color: var(--bs-cookie-secondary);
}

body #CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: var(--bs-cookie-secondary);
}

body #CookiebotWidget .CookiebotWidget-logo svg path {
  fill: var(--bs-white);
}

body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: var(--bs-cookie-secondary);
}

body #CookiebotWidget .CookiebotWidget-consent-details button {
  color: var(--bs-cookie-secondary);
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: var(--bs-cookie-primary);
}

body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
body #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: var(--bs-cookie-secondary);
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: var(--bs-cookie-secondary);
}

body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: var(--bs-cookie-secondary);
}

body #CybotCookiebotDialog a:hover:after,
body #CybotCookiebotDialog a:hover:before,
body #CybotCookiebotDialog button:hover:after,
body #CybotCookiebotDialog button:hover:before {
  border-color: var(--bs-cookie-secondary);
}
