/*
    Created on : 2019-apr-28, 18:27:04
    Author     : Tecken 1 AB
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-maj-08, 10:05:08
    Author     : casper
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap"); /*
    Created on : 2019-apr-28, 18:27:04
    Author     : Tecken 1 AB
*/
html, body {
  min-height: 100%;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-style: normal;
  background-color: #eee;
}

body, input, textarea, p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a {
  color: #56a4c8;
}
a:focus, a:active, a:hover {
  color: #56a4c8;
}
a:active {
  color: #56a4c8;
}

img {
  -ms-interpolation-mode: bicubic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

.box-white {
  background-color: #fff;
  padding: 1.5rem;
}

.site-header {
  background-color: #fff;
}
.site-header .header-byline {
  color: #898989;
  font-size: 19px;
}

.site-footer {
  padding: 50px 0;
  background-color: #333;
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer h3, .site-footer .widget-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.3rem;
}
.site-footer a {
  color: #fff;
}
.site-footer .widget-title {
  color: #fff;
}
.site-footer ul {
  list-style: none;
  padding-left: 1rem;
}
.site-footer ul:first-child {
  padding-left: 0;
}
.site-footer .social-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
  margin-top: 5px;
}
.site-footer .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.sidebar-container .widget-title {
  text-align: center;
}
.sidebar-container .widget-title:after {
  content: " ";
  display: block;
  border: 1px solid #56a4c8;
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.sidebar-container .item {
  margin-bottom: 1rem;
}
.sidebar-container .item:last-child {
  margin-bottom: 0;
}
.sidebar-container .title a {
  font-weight: 700;
  color: #000;
}
.sidebar-container .meta {
  color: #898989;
}

.post-categories {
  font-size: 14px;
  color: #ce4844;
  text-transform: uppercase;
}

.site-content article {
  margin-bottom: 1rem;
}
.site-content article .article-meta {
  color: #898989;
}
.site-content article .article-lead {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #666;
}
.site-content article .detail-meta-box {
  margin-bottom: 1rem;
}
.site-content article .detail-meta-box .meta-item {
  margin-top: 0.5rem;
}
.site-content article .detail-meta-box .meta-item i {
  padding-right: 0.5rem;
  width: 24px;
  color: #56a4c8;
}
.site-content article .detail-meta-box .meta-item .label {
  font-weight: 700;
  padding-right: 0.5rem;
}
.site-content article blockquote {
  border-left: 5px solid #ccc;
  padding: 0.5rem 1rem 0.5rem;
  background-color: #eee;
  font-size: 1.2rem;
  font-style: italic;
  font-family: "Roboto Slab", serif;
}
.site-content article blockquote cite {
  font-size: 1rem;
}
.site-content article blockquote p:last-child {
  margin-bottom: 0;
}
.site-content article .wp-block-image img {
  height: auto !important;
}
.site-content article .wp-block-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.site-content article .wp-block-table th, .site-content article .wp-block-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.site-content article .wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

#news_section .news-item {
  background-color: #fff;
  margin-bottom: 1rem;
}
#news_section .news-item.first-item .post-categories, #news_section .news-item.second-item .post-categories, #news_section .news-item.third-item .post-categories {
  text-align: center;
}
#news_section .news-item.first-item .img-container, #news_section .news-item.second-item .img-container, #news_section .news-item.third-item .img-container {
  overflow: hidden;
}
#news_section .news-item.first-item .img-container img, #news_section .news-item.second-item .img-container img, #news_section .news-item.third-item .img-container img {
  width: 100%;
  height: auto;
}
#news_section .news-item.first-item .img-container {
  max-height: 350px;
}
#news_section .news-item.second-item .img-container, #news_section .news-item.third-item .img-container {
  max-height: 220px;
}
#news_section .news-item article {
  padding: 1.5rem;
}

.bs-callout {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  border-top-color: #eee;
  border-bottom-color: #eee;
  border-right-color: #eee;
  background-color: #fff;
  border-width: 1px 1px 1px 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}

.bs-callout-success {
  border-left-color: #3c763d;
}
.bs-callout-success h4 {
  color: #3c763d;
}

.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}

.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}

.ccsp-company .ccsp-company-list-logo {
  width: 80px;
  height: auto;
  margin-right: 0.5rem;
}
.ccsp-company .ccsp-company-detail-logo {
  margin-bottom: 1rem;
}

#main_nav {
  background-color: #56a4c8;
  text-transform: uppercase;
  font-size: 0.9em;
}
#main_nav .nav-item, #main_nav .nav-link {
  color: #fff;
}
#main_nav .nav-item:focus, #main_nav .nav-item:hover, #main_nav .nav-link:focus, #main_nav .nav-link:hover {
  color: #eee;
}
#main_nav.fixed-top {
  top: -20px;
}
#main_nav .dropdown-menu {
  background-color: #56a4c8;
  border-radius: 0;
  border: none;
  text-transform: none;
}
#main_nav .dropdown-menu .dropdown-item {
  color: #fff;
}
#main_nav .dropdown-menu .dropdown-item:focus, #main_nav .dropdown-menu .dropdown-item:hover {
  color: #eee;
  text-decoration: none;
  background-color: #56a4c8;
}

#global_nav {
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
}
#global_nav a {
  color: #56a4c8;
  border-left: 1px solid #ccc;
}
#global_nav .nav-link.disabled {
  color: #6c757d;
}
#global_nav li:last-child a {
  border-right: 1px solid #ccc;
}

.pagination .page-item .page-link {
  color: #56a4c8;
}
.pagination .page-item.active .page-link {
  background-color: #56a4c8;
  border-color: #56a4c8;
  color: #fff;
}

.btn-primary {
  background-color: #56a4c8;
  border-color: #56a4c8;
}
.btn-primary:hover {
  background-color: #56a4c8;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
}

.bg-darkgray, #search_modal {
  background-color: rgba(0, 0, 0, 0.6);
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
.bg-darkgray .form-control::-webkit-input-placeholder, #search_modal .form-control::-webkit-input-placeholder {
  color: #898989;
}
.bg-darkgray .form-control:-moz-placeholder, #search_modal .form-control:-moz-placeholder {
  color: #898989;
}
.bg-darkgray .form-control::-moz-placeholder, #search_modal .form-control::-moz-placeholder {
  color: #898989;
}
.bg-darkgray .form-control:-ms-input-placeholder, #search_modal .form-control:-ms-input-placeholder {
  color: #898989;
}
.bg-darkgray .form-control::-ms-input-placeholder, #search_modal .form-control::-ms-input-placeholder {
  color: #898989;
}
.bg-darkgray .form-control, #search_modal .form-control {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.bg-darkgray .form-control:focus, .bg-darkgray .form-control *:focus, #search_modal .form-control:focus, #search_modal .form-control *:focus {
  color: #fff;
}

#search_modal *:focus {
  outline: 0 none;
}
#search_modal .form-inline .form-group {
  margin-right: 1rem;
}
#search_modal .form-control {
  background: transparent;
  border-radius: 0px;
  border: 0px solid;
  border-color: inherit;
  box-shadow: none;
  outline: 0 none;
  border-bottom: 1px solid #fff;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
#search_modal .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
#search_modal .form-control:focus, #search_modal .form-control *:focus {
  background: transparent;
  outline: 0 none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search_modal .modal-search-close {
  position: absolute;
  top: -70px;
  right: 0px;
  font-size: 3rem;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
#search_modal .modal-content {
  background: none;
  border: none;
}

.form-error {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 0px;
  border-color: #ce4844;
  background-color: #fff;
  border-width: 1px 1px 1px 5px;
}

.user-reg-form .required {
  color: #ce4844;
}

.wpcf7-form label {
  display: block;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7-form .wpcf7-select {
  padding: 0.575rem 0.75rem;
}
.wpcf7-form .wpcf7-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

#gurka_header img {
  width: 100%;
  height: auto;
}

.local-widget, .stalb-widget, .advads-widget {
  background-color: #fff;
  padding: 1.5rem;
  margin-top: 1.5rem !important;
}
.local-widget img, .stalb-widget img, .advads-widget img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.ccsp-melt-water-feed-widget .newsfeed-item {
  margin-bottom: 1rem;
}
.ccsp-melt-water-feed-widget .newsfeed-item:last-child {
  margin-bottom: 0;
}
.ccsp-melt-water-feed-widget .title a {
  font-weight: 700;
  color: #000;
}
.ccsp-melt-water-feed-widget .meta {
  color: #898989;
}

.ccsp-notified-feed-widget .newsfeed-item {
  margin-bottom: 1rem;
}
.ccsp-notified-feed-widget .newsfeed-item:last-child {
  margin-bottom: 0;
}
.ccsp-notified-feed-widget .title a {
  font-weight: 700;
  color: #000;
}
.ccsp-notified-feed-widget .meta {
  color: #898989;
}

.paloma-email-subscription-box .paloma-name-text, .paloma-email-subscription-box .paloma-email-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.paloma-email-subscription-box .paloma-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.paloma-email-subscription-box .paloma-submit:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

body.woocommerce-order-received .header-title {
  display: none;
}

body.woocommerce-order-received hr {
  display: none;
}

body.woocommerce-order-received article .woocommerce-notice {
  font-size: 28px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #56a4c8;
  color: #fff;
}
.woocommerce ul.products {
  display: flex;
  flex-flow: wrap;
}
.woocommerce ul.products li.product {
  background-color: #fff;
  padding: 1rem;
}
.woocommerce ul.products li.product .product-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex: 1;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  flex-grow: 1;
}
.woocommerce ul.products li.product a {
  color: #000;
}
.woocommerce ul.products li.product img {
  border: 1px solid #eee;
}
.woocommerce ul.products li.product .price {
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .regular-price {
  display: block;
  width: 100;
}
.woocommerce ul.products li.product .price .member-price {
  display: block;
  width: 100;
  color: #ce4844;
}
.woocommerce ul.products li.product .author {
  font-style: italic;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.05em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  text-decoration: underline;
}
.woocommerce ul.products li.product .add_to_cart_button {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  background-color: #3c763d;
  color: #fff;
}
.woocommerce div.product .product_title {
  font-size: 2rem;
}
.woocommerce div.product p.price {
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.woocommerce div.product p.price .regular-price {
  display: block;
  width: 100;
}
.woocommerce div.product p.price .member-price {
  display: block;
  width: 100;
  color: #ce4844;
  font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 1.618em;
  background-color: #fff;
  margin-top: -1.618em;
}
.woocommerce form .form-row label {
  width: 100%;
  display: block;
}
.woocommerce form .form-row input, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  background-color: #fff;
}
.woocommerce form .form-row .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
}
.woocommerce form .form-row .select2-selection__arrow {
  height: 36px;
  right: 0.375rem;
}
.woocommerce form .form-row .woocommerce-form__input-checkbox {
  width: auto;
  height: auto;
}
.woocommerce form .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .input-text {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.woocommerce button.button.alt, .woocommerce a.button.alt {
  background-color: #3c763d;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
  background-color: #336134;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-left: 4px solid #1b809e;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 0.5rem;
  color: #1b809e;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
  border-top: 1px solid #eee;
}

#kco-iframe {
  width: 100% !important;
  padding: 0 !important;
}

#kco-order-review {
  width: 100% !important;
  padding: 0 !important;
}

.widget_products {
  margin-top: 1.5rem !important;
  background-color: #fff;
  padding: 1.5rem;
}
.widget_products li {
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #eee;
}
.widget_products li:last-child {
  border: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.widget_products a {
  color: #000 !important;
}
.widget_products img {
  width: 100px !important;
}
.widget_products .product-title {
  font-weight: initial;
}
.widget_products .regular-price, .widget_products .member-price {
  display: block;
  width: 100%;
  font-weight: 700;
}
.widget_products .member-price {
  color: #ce4844;
}

body.noscroll {
  overflow: hidden;
}

#cc_liveshow_reg_modal {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 10000;
  left: 1px;
  top: 1px;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cc_liveshow_reg_modal #reg_modal_inner {
  max-width: 600px;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.9);
}
#cc_liveshow_reg_modal #reg_modal_inner .heading {
  text-align: center;
}

.img-100 {
  width: 100%;
  height: auto;
}

.cc-liveshow-feed-container #video_id {
  margin-bottom: -7px;
}
.cc-liveshow-feed-container .nav-tabs {
  margin-bottom: 1rem;
}
.cc-liveshow-feed-container #info_container, .cc-liveshow-feed-container #programme_container {
  height: 420px;
  overflow-y: scroll;
}
.cc-liveshow-feed-container iframe {
  pointer-events: none;
}
.cc-liveshow-feed-container .player-controls-wrapper {
  padding: 0.2rem;
  border: 1px solid #ccc;
}
.cc-liveshow-feed-container .player-controls-wrapper #player_controls #volume {
  position: absolute;
  top: 10px;
}
.cc-liveshow-feed-container .player-controls-wrapper #player_controls .btn-player {
  color: #ccc;
}
.cc-liveshow-feed-container .player-controls-wrapper #player_controls .btn-player:hover {
  color: #000;
}

.cc-liveshow-meetings-container .item {
  margin-bottom: 1rem;
}
.cc-liveshow-meetings-container .item .btn-join {
  margin-left: 1rem;
}

.cc-liveshow-sponsors-container .card {
  padding: 0.5rem;
}

#cc_chat #cc_chat_content {
  padding: 1rem;
  height: 300px;
  overflow-y: scroll;
}
#cc_chat #cc_chat_content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#cc_chat #cc_chat_content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#cc_chat .card-body {
  padding: 0;
}
#cc_chat .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
#cc_chat .input-group .form-control {
  flex: 1 1 0%;
}
#cc_chat .input-group-append {
  margin-left: -1px;
  display: flex;
}
#cc_chat .message {
  padding-bottom: 0.5rem;
}
#cc_chat .message .message-meta .author {
  font-weight: 600;
}
#cc_chat .message .message-meta .time {
  color: #898989;
}

.single-ccsp-event label.error {
  color: #ce4844;
}
.single-ccsp-event .event-meta {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.post-type-archive-ccsp-event .event-meta {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : Apr 8, 2025, 9:35:13 AM
    Author     : mrgui
*/
.post-date-byline {
  /*color:#212529;*/
  /*font-size: 80%;*/
  /*font-weight: 600;*/
  display: inline-block;
  /*margin-left: 3px;*/
  /*position: relative;*/
  /*bottom:1px;*/
  /*display: none;*/
}

body.logged-in .post-date-byline {
  /*display: inline-block;*/
}

/*# sourceMappingURL=app.css.map */
