/*
Theme Name: Number Three One - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three-one
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ===== CSS Variables ===== */

:root {
    /* Font sizes */
    --h1: 55px;
    --h2: 40px;
    --h3: 30px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 16px;

    /* Gaps */
    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;

    /* font families */
    --h-fam: 'Playfair Display', serif;
    --p-fam: 'Lato', sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #347A5A;
    --color-2: #2a5340;
    --color-bg: #f6f6f6;
    --color-text: #000;
    --color-dark: #000;
    --color-overlay: rgb(0 0 0 / 0);
	
	--border-color: #CACACA;
	--border-radius: 15px;

    /* transitions */
    --transition: .175s ease-out;

    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 800px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


/* ===== END CSS Variables ===== */


/*======================================================================//
// style.css                                                            //
//======================================================================*/


/* Generel */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	transition: var(--transition);
}

html, body, input, select, optgroup, textarea {
	
}

span.read-more a {
	font-size: var(--p);
	font-weight: 700;
	text-decoration: none;
	color: var(--color-1);
}

.stom-button a {
	display: inline-block;
	font-size: var(--p);
	font-weight: 400;
	border-radius: 20px;
	border: 1px solid var(--color-1);
	padding: 11px 25px;
}

.stom-button a .stom-custom-svg {
	font-size: 18px;
	margin-left: .5em;	
}

.stom-button.border a {
	background-color: #F2EFE9;
	border-color: #000;
	color: #000;
}

.stom-button.border a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.stom-button.white a {
	background-color: #fff;
	border-color: #fff;
	color: #347A5A;
}

.stom-button.inline:not(:last-of-type) {
	margin-right: 15px;
}

.stom-checkmark-list ul {
    padding-left: 0;
	margin-bottom: 1.5em;
}

.stom-checkmark-list ul li {
    position: relative;
    padding-left: 2em;
    list-style: none;
}

.stom-checkmark-list ul li:not(:last-of-type) {
	margin-bottom: 20px;
}

.stom-checkmark-list ul li:before {
    content: url('images/checkmark.svg');
    position: absolute;
    left: 0;
    width: 1em;
	line-height: 2;
	filter: brightness(0) saturate(100%) invert(40%) sepia(38%) saturate(585%) hue-rotate(100deg) brightness(91%) contrast(86%);
}

/* Sections */
.stom-billede-sektion .stom-cols-6 {
	min-height: 435px;
}

.stom-billede-sektion .stom-picture img {
	border-radius: var(--border-radius);
}

.section-wrap.clear.has-background + .section-wrap.clear.has-background,
.section-wrap.clear.has-background + .stomFEE-edit-cta + .section-wrap.clear.has-background {
	margin-top: 0;
} 

.section-wrap.clear.has-background .section p,
.section-wrap.clear.has-background .section ul li,
.section-wrap.clear.has-background .section ol li {
	font-weight: 400;
}

.stom-billede-sektion .stom-cols-6 .stom-center-box > h3 {
	margin-top: 40px;
}

.section-wrap.clear.faq-section .section:after {
	display: none;
}

.section-wrap.clear.faq-section .section .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	gap: var(--gap-l);
}

.section-wrap.clear.faq-section .section .container .content,
.section-wrap.clear.faq-section .section .container .faq {
	display: grid;
	grid-template-columns: auto;
}

.section-wrap.clear.faq-section .section .container .content > h2,
.section-wrap.clear.faq-section .section .container .content > h3 {
	font-size: var(--h2);
}

.section-wrap.clear.faq-section .section .container .content > p:first-of-type {
	margin-bottom: 0;
}

.section-wrap.clear.faq-section .section .container .content > p a {
	font-size: 21px;
	font-weight: 500;
	color: var(--color-1);
	text-decoration: none;
}

.section-wrap.clear.faq-section .section .container .content > p + .stom-button {
	margin-top: 30px;
}

.section-wrap.clear.faq-section .section .container .faq {
    grid-column: span 2;
    gap: 15px;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item {
    border: 1px solid #000;
	background-color: #fff;
	transition: var(--transition);
}

.section-wrap.clear.faq-section .section .container .faq .faq-item:hover {
	background-color: #f2efe9;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
	gap: 10px;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question .title {
    font-size: 18px;
    font-weight: 700;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 16px;
    transition: opacity 0.3s ease;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question .faq-icon-minus {
    display: none;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item.active .faq-question .faq-icon-plus {
    display: none;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item.active .faq-question .faq-icon-minus {
    display: block;
}

.section-wrap.clear.faq-section .section .container .faq .faq-item.active .faq-question .faq-icon-plus .stom-custom-svg {

}

.section-wrap.clear.faq-section .section .container .faq .faq-item .faq-answer {
    display: none;
    padding: 0 var(--gap-l) 20px 24px;
    line-height: 1.6;
}

.section-wrap.clear.team-section .section > h2,
.section-wrap.clear.team-section .section > p {
	text-align: center;
}

.section-wrap.clear.team-section .section > h2 {
	margin-bottom: 20px;
}

.section-wrap.clear.team-section .section > p + .holdet-liste {
	margin-top: 70px;
}

.stom-small + .holdet-liste {
	margin-top: 50px;
}

.holdet-liste {
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 25px;
}

.holdet-liste .holdet-medlem {
	border: 1px solid #000;
	border-radius: var(--border-radius);
	padding: 20px;
	background-color: #fff;
}

.holdet-liste .holdet-medlem .image {
	margin-bottom: 18px;
}

.holdet-liste .holdet-medlem .image > img {
	border-radius: var(--border-radius);
	aspect-ratio: 1 / 1;
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.holdet-liste .holdet-medlem .holdet-titel {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2px;
}

.holdet-liste .holdet-medlem .holdet-stilling {
	font-size: 16px;
}

.section-wrap.clear.gallery-section.has-background {
	padding-block: var(--gap-l);
}

.section-wrap.clear.gallery-section.has-background .section .stom-cols-6 {
	padding-block: 0;
}

.section-wrap.clear.gallery-section .section .stom-cols-6 {
	min-height: 575;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-for,
.section-wrap.clear.gallery-section .stom-gallery .slider-nav {
	padding-inline: 0;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-nav {
	margin-top: 15px;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-for .slick-slide {
	margin: 0;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-nav .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-nav .slick-slide {
	margin: 0 10px;
	cursor: pointer;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-nav .slick-slide img {
	border-radius: 15px;
	transition: var(--transition);
}

.section-wrap.clear.gallery-section .stom-gallery .slider-nav .slick-slide:hover img {
	opacity: .7;
}

.section-wrap.clear.gallery-section .stom-gallery .slider-for .slick-slide img {
	width: 100%;
	height: 435px;
	object-fit: cover;
	border-radius: 15px;
}

.stom-billede-sektion .stom-cols-6 .stom-center-box > ul li:not(:last-of-type) {
	margin-bottom: 10px;
}

.price-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-top: 50px;
}

.price-cards .price-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 25px;
	background-color: #fff;
	padding: 45px 30px;
}

.price-cards .price-card .card-title {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 2px;
}

.price-cards .price-card .price-card__content {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

.price-cards .price-card .price-card__price {
	line-height: 1.5;
	border-bottom: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 30px;
    margin-bottom: 40px;
}

.price-cards .price-card .price-card__price .price-card__from {
	margin-right: .2em;
}

.price-cards .price-card .price-card__price .price-card__from,
.price-cards .price-card .price-card__price .price-card__amount {
	font-size: var(--h1);
	font-weight: 700;
	font-family: var(--h-fam);
	color: var(--color-1);
}

.price-cards .price-card .price-card__price .price-card__amount {
	
}

.price-cards .price-card .price-card__price .price-card__vat {
	display: block;
}

.price-cards .price-card .price-card__included-title {
	display: block;
	font-size: 18px;	
	font-weight: 700;
	margin-bottom: 15px;
}

.price-cards .price-card .price-card__included {
	flex: 1;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
    margin-bottom: 30px;
}

.price-cards .price-card .price-card__included li {
	font-size: var(--p);
	font-weight: 400 !important;
}

.price-cards .price-card .price-card__included li:not(:last-of-type) {
	margin-bottom: 15px;
}

.price-cards .price-card .price-disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #848484;
	margin-bottom: 30px;
}

.price-cards .price-card .call-to-action,
.price-cards .price-card .call-to-action .stom-button {
	display: block;
}

.price-cards .price-card .call-to-action .stom-button a {
	width: 100%;
	text-align: center;
}

.section-wrap.clear.price-section .price-header {
	text-align: center;
}

.section-wrap.clear.price-section .price-footer {
	font-weight: 300;
	margin-top: 50px;
	text-align: center;
}

.section-wrap.clear.split-section .section .title {
	max-width: 50%;
	margin-bottom: 25px;
}

.section-wrap.clear.split-section .section .section-split {
	display: grid;
}

.section-wrap.clear.split-section .section .section-split {
	align-items: flex-start;
}

.section-wrap.clear.split-section .section .section-split.section-split--to-kolonner {
	grid-template-columns: 1fr 1fr;
	column-gap: var(--gap-l);
}

.section-wrap.clear.split-section .section .section-split.section-split--en-kolonner {
	grid-template-columns: 1fr;
}

.section-wrap.clear.information-section .section {
	display: grid;
    grid-template-columns: 1fr 890px;
    grid-gap: var(--gap-l);
}

.section-wrap.clear.information-section .section:after {
	display: none;
}

.praktiske-informationer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 20px
}

.praktiske-informationer .praktisk-information {
	overflow: hidden;
	display: flex;
	align-items: center;
	column-gap: 15px;
	border: 1px solid #000;
	border-radius: var(--border-radius);
	background-color: #F2EFE9;
	padding: 30px 20px;
}

.praktiske-informationer .praktisk-information .praktisk-information__ikon {
	line-height: 0;
}

.praktiske-informationer .praktisk-information .praktisk-information__tekst .praktisk-information__overskrift {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--p-fam);
	margin-bottom: 2px;
}

/* Header */
header#masthead {
	border-bottom: 1px solid var(--color-1);
}

.page-slider-section {
	background-color: #F2EFE9;
}

.page-slider-section .slider-inner {
	max-width: var(--content-width);
	margin-inline: auto;
	padding-block: var(--gap-l);
}

.page-slider-section .slider-inner .slides .slide-element {
	overflow: hidden;
	border-radius: 30px;
	max-width: 50%;
	float: right;
}

.page-slider-section .slider-inner .slider-text {
	max-width: 50%;
	float: left;
	padding-left: 0;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
	font-size: 21px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .ti-widget {
	display: block;
	background-color: #fff;
	width: fit-content;
    border-radius: 25rem;
	margin-bottom: 25px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .ti-widget .ti-widget-container > a {
	padding: 5px 10px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .ti-widget .ti-widget-container > a:hover {
	transform: none;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .ti-widget .ti-widget-container .ti-fade-container {
	align-items: center;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .ti-widget .ti-widget-container .ti-fade-container .ti-mob-row .nowrap {
	display: none;
}

body:not(.home) .page-slider-section .slider-text {
	min-height: 480px;
}

.section-wrap.clear.usp-section {
	background-color: #fff;
	border-bottom: 1px solid var(--border-color);
	margin-inline: 0;
}

.section-wrap.clear.usp-section .section {
	padding-block: 40px;
	padding-inline: var(--gap-m);
	max-width: calc(var(--content-width) + 80px);
}

.section-wrap.clear.usp-section .section:after {
	display: none;
}

.section-wrap.clear.usp-section .section .usp-container {
	display: flex;
    justify-content: space-between;
}

.section-wrap.clear.usp-section .section .usp-container .usp {
 	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.section-wrap.clear.usp-section .section .usp-container .usp > p:first-of-type {
	margin: 0 0 12px;
	line-height: 0;
}

.section-wrap.clear.usp-section .section .usp-container .usp > h3 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 2px;
}

.section-wrap.clear.usp-section .section .usp-container .usp > p {
	font-size: var(--p);
}

/* Logo + Menu */
header .main-navigation ul.menu a {
	font-size: var(--p);
	font-weight: 400;
	padding: .7em 1em;
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
	margin-left: .5em;
	font-size: 12px;
}

.site-branding #logo {
	padding: 25px 0;
}

.header-sticky-active.scrolled header .site-branding #logo {
	padding: 25px 0;
}

.site-branding #logo img, 
.site-branding #logo svg {
	max-width: 213px;
	max-height: 46px;
	width: auto;
	height: auto;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
	max-height: 46px;
}

.hover-style-bold ul.menu li:hover>a, 
.hover-style-bold ul.menu li.focus>a, 
.hover-style-bold ul.menu .current-menu-item>a, 
.hover-style-bold ul.menu .current-menu-ancestor>a {
	font-weight: 400;
	color: var(--color-1);
}

#primary-menu li.menu-item-has-children ul.sub-menu {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #fff;
    display: block;
}

#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
	font-size: 14px;
	width: 300px;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
	justify-content: space-between;
	padding: .7em 1.25em;
}

/* Frontpage */
.section-wrap.clear.cards-section {
	
}

.section-wrap.clear.cards-section .section .grid-elements {
	row-gap: 50px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) {
	border: 1px solid var(--color-dark);
	border-radius: var(--border-radius);
	background-color: #fff;
	transition: var(--transition);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading):hover {
	background-color: #F2EFE9;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
	padding: 35px;
	justify-content: flex-start;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type {
	line-height: 0;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
	margin-bottom: 8px;
}

.section-wrap.clear.step-section .section .heading {
	display: flex;
  	justify-content: space-between;
  	align-items: flex-end;
}

.section-wrap.clear.step-section[style*="#1a2e22"] .section .heading .content > h2,
.section-wrap.clear.step-section[style*="#1a2e22"] .section .heading .content > p {
	color: #fff;
}

.section-wrap.clear.step-section .section .step-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-radius: var(--border-radius);
	background-color: #fff;
	padding: 35px;
	margin-top: 50px;
	grid-gap: var(--gap-l);
}

.section-wrap.clear.step-section .section .step-container .step .number {
	display: block;
	margin-bottom: 5px;
	font-size: 55px;
	font-family: var(--h-fam);
	color: #d6e4de;
}

.section-wrap.clear.step-section .section .step-container .step > h3 {
	margin-bottom: 5px;
}

.section-wrap.clear.process-section .section .grid-elements {
	row-gap: 50px;
	column-gap: 50px;
}

.section-wrap.clear.process-section .section .grid-elements .grid-element.heading .overlay {
	text-align: center;
}

.section-wrap.clear.process-section .section .grid-elements .grid-element:not(.heading) {
	overflow: hidden;
	border: 1px solid var(--color-dark);
	border-radius: var(--border-radius);
	padding: 30px;
	transition: var(--transition);
}

.section-wrap.clear.process-section .section .grid-elements .grid-element:not(.heading):hover {
	background-color: #fff;
}

.section-wrap.clear.process-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type {
	margin-bottom: 20px;
}

/* Subpages */
body.seo-page .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
	display: block;
	color: var(--color-1);
	font-size: 21px;
	font-family: var(--p-fam);
	font-weight: 600;
	margin-bottom: 0;
}

body.seo-page .page-slider-section .slider-text-inner .slider-text-inner-wrapper .title {
	display: block;
	font-size: var(--h1);
	font-family: var(--h-fam);
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 15px;
}

.card-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

.card-container .card {
	border: 1px solid var(--color-dark);
	border-radius: var(--border-radius);
	padding: 30px 20px 60px 20px;
	text-align: center;
}

.card-container .card > p:first-of-type {
	margin-bottom: 20px;
}

.card-container .card > p {
	max-width: 280px;
	margin-inline: auto;
}

.section-wrap.clear.farewell-section .section .grid-elements {
	column-gap: 80px;
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element .overlay {
	justify-content: flex-start;
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element.content {
	overflow: hidden;
	border-radius: var(--border-radius);
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element.content .overlay {
	display: block;
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay .container .card {
	overflow: hidden;
	border: 1px solid var(--color-dark);
	border-radius: var(--border-radius);
	text-align: center;
	padding: 60px 20px;
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay > h2,
.section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay > h3 {
	margin-bottom: 30px;
}

.section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay .container .card > h3 {
	font-size: 24px;
}

.section-wrap.clear.contact-section .section .grid-elements {
	overflow: hidden;
	border-radius: var(--border-radius);
	border: 1px solid var(--color-dark);
	gap: 0;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.form {
	grid-column: span 2;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay {
	justify-content: flex-start;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay > h3 {
	margin-bottom: 20px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.info .overlay > p a {
	text-decoration: none;
	font-weight: 600;
}

.section-wrap.clear.custom-form-section .section .section-split .section-split__right {
	background-color: #F2EFE9;
	padding: var(--gap-m);
	border-radius: var(--border-radius);
}

body.stom-terms-page #main-content #content {
	max-width: 980px;
}

body.stom-terms-page .entry-content > h3 {
	margin-top: 40px;
}

.section-wrap.clear.product-section .section {
	max-width: 960px;
}

.section-wrap.clear.product-section .section .gallery {
	grid-gap: 15px;
}

.section-wrap.clear.product-section .section .gallery .gallery-item {
	overflow: hidden;
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	margin: 0;
}

.section-wrap.clear.product-section .section .gallery .gallery-item .gallery-icon {
	line-height: 0;
}

.section-wrap.clear.product-section .section .gallery .gallery-item .gallery-icon > a img {
	
}

.section-wrap.clear.product-section .section .gallery .gallery-item .gallery-caption {
	text-align: left;
	padding: 10px 20px;
}

/* Gravity Form */
.gform_wrapper form .gform_body {
	padding-top: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
	font-size: var(--p);
	border-color: var(--color-dark);
	border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {

}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > input {
	height: 50px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > textarea {
	height: 150px;
}

.gform_wrapper form .gform_footer {
	margin: 20px 0 0 !important;
}

.gform_wrapper form .gform_footer .gform_button {
	width: 100%;
	border-radius: var(--border-radius);
	height: 50px;
}

/* Colophon */
#colophon.footer-setting-02 {
	font-size: var(--p);
	background-color: #fff;
	color: inherit;
}

.footer-setting-02 .footer-widget-area-site-info .section {
	border-top-color: var(--color-dark);
}

#colophon .footer-widget-area-site-info .section {
	padding: 30px 0;
}

#colophon .footer-widget-area .section .grid-elements {
	grid-template-columns: repeat(4, 1fr);
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element:first-of-type {
	grid-column: span 2;
}

#colophon .copyright {
	font-size: var(--p);
	font-weight: 400;
}

#colophon .copyright .section .footer-widgets .widget .textwidget {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul {
	display: flex;
	align-items: center;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
	content: '|';
	margin: 0 10px;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul li a {
	padding: 0;
}

#colophon .widget-title {
	font-size: var(--p);
	font-weight: 700;
}

#colophon .widget .textwidget .highlight a {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-1);
}

#colophon .widget ul.menu li.menu-item:not(:last-of-type) {
	margin-bottom: 12px;
}

#colophon .widget ul.menu li.menu-item a {
	padding: 0;
}

.section-wrap.clear.contact-footer-section .section {
	padding-block: calc(var(--gap-l) * 1.25);
}

.section-wrap.clear.contact-footer-section .section > h3 {
	font-size: var(--h2);
	margin-bottom: 20px;
}

.section-wrap.clear.contact-footer-section .section > p {
	font-weight: 300;
	max-width: 850px;
	margin-inline: auto;
}

.section-wrap.clear.contact-footer-section .section > p:last-of-type {
	margin-bottom: 3.5em;
}

.section-wrap.clear.contact-footer-section .section .stom-button.white a:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.section-wrap.clear.contact-footer-section .section .stom-button.border a:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

/*======================================================================//
// END style.css                                                        //
//======================================================================*/


/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/


/* woocommerce style goes here */


/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/

#number-three-sticky-mobile-cta .cta-container .stom-button a {
	font-size: 14px;
	flex-direction: row;
	gap: 8px;
	border-radius: 0;
	background-color: var(--color-1);
	color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
	border-right-color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
	color: #fff;
	font-size: 14px;
	line-height: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .arrow {
	display: none;
}