/*
Theme Name: OneCo Beaver Builder Child Theme
Theme URI: http://www.simplylearn.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.simplylearn.com
template: bb-theme
*/

/* Font definitions */
@font-face {
  font-family: "Lazzer";
  src: url("./font/Lazzer-Regular.woff") format("woff"),
    url("./font/Lazzer-Regular.woff2") format("woff2");
  font-weight: 400; /* Normal */
  font-style: normal;
}

/* Continues with the rest of the 'Lazzer' font definitions... */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Lazzer";
}

blockquote {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

/* Menu-related styles */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
}

.menu-item-has-children > a:after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
}

.menu-item-has-children:hover .sub-menu,
.menu-underline-hover a:hover {
  display: block;
  text-decoration: underline;
}

/* Custom tag cloud and child pages container customization */
.custom-tag-cloud-container,
.custom-child-pages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.custom-tag-cloud-container .custom-tag-box,
.custom-child-pages-container .custom-child-page-box {
  border: 1px solid rgba(109, 29, 108, 0.5);
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background and text color */
  text-decoration: none !important;
}

.custom-tag-link,
.custom-child-page-link {
  text-decoration: none;
  margin: 0;
  color: #333;
  display: block;
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.custom-tag-link span,
.custom-child-page-link span {
  color: rgba(109, 29, 108, 0.5);
}

.custom-tag-box:hover,
.custom-child-page-box:hover {
  background-color: rgba(
    109,
    29,
    108,
    0.2
  ); /* Desired background color on hover */
  color: #ffffff; /* Desired text color on hover */
}
.custom-tag-link:hover,
.custom-child-page-link:hover {
  text-decoration: none; /* Removes underline text on hover */
}

/* Slider and widget positioning */
.big-article-slider .pp-carousel-nav {
  margin-top: 37px;
  margin: 37px 10px 0 10px;
  display: flex;
}
.big-article-slider .pp-carousel-nav button {
  width: 57px !important;
  height: 57px !important;
}
.big-article-slider .pp-carousel-nav .owl-prev {
  margin: 0 12px 0 auto;
}
.big-article-slider .pp-carousel-nav .owl-prev,
.big-article-slider .pp-carousel-nav .owl-next {
  position: initial;
}

.fl-node-bkheq3xnp2a8 {
  width: 100% !important;
}

.bp-widget-side {
  z-index: 99999 !important;
}

/* General hiding elements */
/* .group.cb-light,
#gform_wrapper_3 .gform_heading .gform_title,
#gform_wrapper_3 #field_3_8,
#gform_wrapper_3 #field_3_12 { */
.group.cb-light,
#gform_wrapper_3 .gform_heading .gform_title,
#gform_wrapper_3 #field_3_8 {
  display: none;
}

/* Style modifications and hover effects for Form ID 3 buttons */
#gform_next_button_3_10,
#gform_submit_button_3,
#gform_next_button_3_15,
#gform_next_button_3_18 {
  background-color: #6d1d6c; /* Purple background color */
  color: white; /* White text */
  border: none; /* Removes standard border */
}

#gform_next_button_3_10:hover,
#gform_previous_button_3:hover,
#gform_submit_button_3:hover {
  background-color: #5c175a; /* Darker shade of purple for hover effect */
}

/* Progress bar style modifications */
.gf_progressbar.gf_progressbar_blue,
.percentbar_blue,
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #6d1d6c; /* Purple background color */
}

.gf_progressbar_percentage.percentbar_blue {
  background-color: #5c175a; /* A slightly darker shade of purple for contrast */
  color: #fff;
}

/* Style tjenester */
.custom-half-height {
  height: 50vh;
}
