/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

html, body { scroll-behavior: smooth !important; }

.tk-newsletter-container {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

#newsletterform {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

#newsletterform > * {
  width: 100%;
}

#newsletterform .text {
  width: 100%;
  margin-bottom: -2px;
}

#newsletterform .checkbox {
  margin-top: 5px;
  padding-left: 0;
  margin-left: 0;
}

#newsletterform .checkbox input {
  margin-right: 10px;
  margin-left: 0;
  margin-top: 3px;
}

#newsletterform .checkbox.checkbox-inline {
  width: auto;
  margin-top: 10px;
  margin-bottom: 7px;
  display: flex;
  margin-right: 30px;
}

#newsletterform .checkbox.checkbox-inline { margin-left: 0; }
#newsletterform .checkbox.checkbox-inline + .checkbox.checkbox-inline { margin-left: 0; margin-right: auto; }

#newsletterform.form-inline .form-group {
  margin-bottom: 20px;
  width: 49%;
}
#newsletterform.form-inline .form-group + .form-group { margin-left: 2%; }

#newsletterform .text.form-control {
  padding: 4px 10px;
}

/*
.simplero-submit.btn {
  width: 100%;
  margin-top: 5px;
  padding: 5px !important;
  background-color: rgb(255, 167, 52);
}*/

.simplero-submit.btn {
	background-color: black;
	color: white;
	font-size: 14px;
	height: 50px;
	line-height: 1;
	margin-top: 15px;
	box-sizing: border-box;
	padding: 0 5px !important;
  width: 100%;
}

.site-content-container p a {
  text-decoration: underline;
}

.single-aabne_kurser .page-header {
  padding: 30px 0;
}

.single-aabne_kurser .page-header .page-title {
  font-size: 5rem;
  padding-bottom: 10px;
}

.single-aabne_kurser .breadcrumb {
  display: none;
}

.project-summary .project-type span + span::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.trine-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.page .entry-header .entry-title {
  text-align: center;
}

.page-template-template-article .site-content {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wpb_text_column,
.wpb_text_column + .vc_btn3-container,
.wpb_text_column + * + .vc_btn3-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.tk-tools-grid .vc_single_image-wrapper {
  padding: 0;
}
.tk-tools-grid  {
  max-width: calc(750px + 30px);
  margin-left: auto;
  margin-right: auto;
}
.tk-tools-grid .tk-spacer{
  height: 40px !important;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 5em !important;
}

.wp-block-table td, 
.wp-block-table th,
.site-content table {
  border: none;
}
.site-content tbody tr {
  border-bottom: none;
}
.site-content th, .site-content td {
  border-right: none;
}
.wp-block-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .-mobile-2col .vc_col-sm-2 {
    width: 50%;
  }
  .-mobile-2col .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.entry-content h5 a {
	border-radius: 30px;
	background-color: black;
	color: white;
	padding: 10px 22px;
	font-weight: normal;
	border: 1px solid black;
}
.entry-content h5 a:hover {
	background-color: transparent;
	color: black;
	border-color: black;
}

.sober-faq:not(.icon-quote) .question .question-label {
  display: none !important;
}

.fields {
  display: flex;
  gap: 25px;
}

@media (min-width: 768px) {
  .sober-faq.icon-quote .question .question-label {
    background-image: url('../sober-child/quote.svg');
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 54px;
  }

}

.sticky-summary .stock {
  display: none !important;
}

.woocommerce-tabs #tab-title-additional_information {
  display: none !important;
}

.woocommerce-tabs .counter {
	display: none !important;
}

#tab-description .container {
  max-width: 750px;
}

.sr7-thumb-img-wrap {
	background-color: transparent !important;
	border: 0px solid transparent !important;
}

.sr7-thumb.selected .sr7-thumb-img-wrap {
  background: none !important;
  border: 1px solid white !important;
}

.sr7-thumb.sr7-touchhover .sr7-thumb-img-wrap {
  background: none !important;
}

body .pea_cook_wrapper {
	background-color: #f8f8f8e8 !important;
	color: black !important;
	font-weight: 100 !important;
	padding: 12px 52px;
	max-width: 562px;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0;
	right: 0;
	border-radius: 40px;
	padding-right: 195px;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

body .pea_cook_wrapper p {
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

body a#fom {
	color: black !important;
}

body #pea_cook_btn {
	position: absolute;
	width: 124px;
	background-color: #272727;
	box-shadow: none;
	color: white;
	border-radius: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	text-shadow: none;
	right: 45px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 33px;
}

.-color-white h1,
.-color-white h2,
.-color-white h3,
.-color-white { color: white; }

.-bg-grey {
  background-color: #E3E3E3;
}

@media screen and (max-width: 1199px) {
  .sober-banner4 h2 {
    font-size: 2rem;
  }
}

.breadcrumb .home,
.breadcrumb .home + i {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  
  .home .vc_row.vc_row-o-columns-middle {
    align-content: flex-start !important;
  }

  .-fixed-mobile-height .vc_column-inner {
    height: 200px;
    margin-bottom: revert-;
  }

  .breadcrumb {
    /*margin-top: 20px;*/
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .page-header-style-minimal .page-header .breadcrumb {
    float: left;
  }

  .breadcrumb > span:last-child {
    color: gray;
  }

  .page-header-style-minimal .page-header .page-title {
    display: none;
  }

} 

@media screen and (min-width: 1199px) {
  .-bg-grey.wpb_column {
    padding-left: 70px !important;
    padding-top: 50px !important;
  }
}

.portfolio.-last { order: 1; }

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: left;
}

.-jeppe-graa a,
.-jeppe-graa a:visited {
  color: rgb(35,35,44);
}
.-jeppe-graa {
  color: rgb(124,124,128);
  margin-top: -10px;
}

#block-5 strong { font-weight: 600; }

.instance-search .product-cats {
	display: none !important;
}

.sober-faq {
  padding: 25px 0;
}

.woocommerce .ribbons .ribbon {
	height: 30px;
	min-height: 30px;
	font-size: 1.25rem;
	line-height: 30px;
	padding: 0 12px;
}

.grid-post .post-thumbnail img { transition: 0.25s all ease-out; }
.grid-post .post-thumbnail img:hover { transform: scale(1.03); }

.posts-navigation .button-text {
	text-transform: initial;
}

.footer-widgets {
  font-size: 1.3rem;
}

#gotop {
  opacity: 0;
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 38px;
	display: flex;
	justify-content: center;
	height: 38px;
	flex-direction: column;
	align-items: center;
	border-radius: 100%;
	background-color: #d3d3d3a8;
  transition: opacity 1s ease;
}
body.-is-scrolling #gotop {
  opacity: 1;
}

.search-results-button {
  color: white !important;
}

@media screen and (max-width: 742px) {
  .sober-partners.-mobile-coloumn { flex-direction: column; }
  .vc_row.-center-trine .vc_parallax-inner { background-position: 59% center; }

  .wpb_column.-bg-grey h2 { 
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px;
  }

  .sober-partners.plain-layout {
    justify-content: space-evenly;
  }

   .sober-faq .question .question-icon {
    display: block !important;
    margin-top: -35px;
  }

}


@media screen and (max-width: 1300px) {

  .vc_row.vc_row-o-columns-middle {
    align-content: flex-start;
  }

}