/*
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: 50px;
    --h2: 50px;
    --h3: 30px;
    --h4: 30px;
    --h5: 16px;
    --h6: 14px;
    --p: 16px;

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

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

    /* colors */
    --color-1: #f17e01;
    --color-2: #f17e01;
    --color-bg: #f6f6f6;
    --color-text: #000;
    --color-dark: #000;
    --color-overlay: rgb(0 0 0 / 25%);

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

    /* Margin on the right and left of the main content sections (change 0 to 1 to match template distances)*/
    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 500px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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


/* Generel */
b, strong {
	font-weight: 600;
}

p + .stom-button {
	margin-top: 8px;
}

.stom-button a {
	font-size: var(--p);
	font-weight: 500;
	line-height: 1;
	border-radius: 25rem;
	padding: 16px 20px;
}

.stom-button a:hover {
	background-color: #fff;
	border-color: var(--color-1);
	color: var(--color-1);
}

.stom-button a .stom-custom-svg {
	font-size: 15px;
	line-height: 0;
	margin-left: .25em;
}

.stom-billede-sektion.picture-left .stom-cols-6 {
	padding-left: calc(var(--gap-m) * 1.5);
}

.stom-billede-sektion.picture-right .stom-cols-6 {
	padding-right: calc(var(--gap-m) * 1.5);
}

.stom-billede-sektion.picture-left .stom-picture img {
	border-radius: 0 20px 20px 0;
}

.stom-billede-sektion.picture-right .stom-picture img {
	border-radius: 20px 0 0 20px;
}

.stom-billede-sektion.not-fullwidth.picture-left .stom-cols-6 {
	padding-left: calc(var(--gap-m) * 1.25);
}

.stom-billede-sektion.not-fullwidth.picture-right .stom-cols-6 {
	padding-right: calc(var(--gap-m) * 1.25);
}

.stom-billede-sektion.not-fullwidth .stom-picture img {
	border-radius: 20px;
}

.section-wrap.clear.double-margin-top {
	margin-top: calc(var(--gap-l) * 2);
}

/* Logo + Menu */
.style-header-02 .site-branding #logo {
	padding: 20px 0;
}

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

.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: inherit;
	color: var(--color-1);
}

header .main-navigation ul.menu a {
	padding: .7em 2.5em;
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
	color: var(--color-1);
}

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

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
	justify-content: flex-start;
	padding: .7em 1.5em;
}

header.site-header .section-wrap .section,
.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
	padding: 8px 0;
}

header .top-bar,
header .top-bar a {
	font-size: 16px;
	font-weight: 300;
}

header .top-bar .top-bar-right ul li a {
	text-transform: uppercase;
	font-weight: 300;
}

header .top-bar .top-bar-left p a + a {
	margin-left: 25px;
}

header .top-bar .top-bar-left .stom-custom-svg {
	line-height: .75;
}

header .top-bar .top-bar-left .stom-custom-svg.stom-fa-envelope {
	font-size: 20px;
}

header .top-bar ul li:not(:last-child) a:after {
	margin: 1px 0 0 10px;
}



/* Header */
.page-slider-section .slider-text-inner .slider-text-inner-wrapper > h1,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1 {
	margin-bottom: 10px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > p,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
	font-size: 20px;
	font-weight: 500;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a {
	font-size: 20px;
}

/* Frontpage */
.cards-section .section .grid-elements {
	grid-row-gap: var(--gap-s);
	align-items: flex-start;
}

.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type {
	position: relative;
	line-height: 0;
	margin-bottom: 8px;
}

.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type:before {
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(241, 126, 1, 0);
	border-radius: 10px;
	transition: var(--transition);
}

.cards-section .section .grid-elements .grid-element:not(.heading):hover .overlay > p:first-of-type:before {
	background-color: rgba(241, 126, 1, .5);
}

.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type img {
	border-radius: 10px;
}

.cards-section .section .grid-elements .grid-element:not(.heading) .overlay .content > h2,
.cards-section .section .grid-elements .grid-element:not(.heading) .overlay .content > h3 {
	font-size: var(--h3);
	margin-bottom: 2px;
}

.reference-section .section > h2 {
	text-align: center;
	margin-bottom: var(--gap-s);
}

#stom-referencer .reference {
	position: relative;
	margin: 0 30px;
}

#stom-referencer .reference > a.full-element-link {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

#stom-referencer .reference .reference-thumbnail {
	position: relative;
	margin-bottom: 15px;
}

#stom-referencer .reference .reference-thumbnail:before {
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(241, 126, 1, 0);
    border-radius: 20px;
    transition: var(--transition);
}

#stom-referencer .reference:hover .reference-thumbnail:before {
	background-color: rgba(241, 126, 1, .5);
}

#stom-referencer .reference .reference-thumbnail img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 20px;
}

#stom-referencer .reference .reference-meta {
	display: block;
	margin-bottom: -4px;
}

#stom-referencer .reference .reference-meta > span {
	text-transform: uppercase;
}

#stom-referencer .reference .reference-meta > span:not(:last-of-type):after {
	content: '|';
	margin: 0 5px;
	color: var(--color-1);
}

#stom-referencer .reference .reference-title {
	font-size: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#stom-referencer .slick-list {
	margin-left: -60px;
	margin-right: -60px;
}

#stom-referencer .slick-dots {
	text-align: right;
	padding-inline: var(--gap-m);
}

#stom-referencer .slick-dots li button {
	width: 14px;
	height: 14px;
}
#stom-referencer .slick-dots li button:before {
	opacity: 1;
	border: 1px solid var(--color-1);
	background-color: #fff;
}

#stom-referencer .slick-dots li.slick-active button:before {
	background-color: var(--color-1);
}

/* Subpages */
body:not(.home) .entry-content > h2 {
	font-size: var(--h3);
	margin-top: var(--gap-m);
}

/*
body:not(.home) .entry-content > h2:not(:first-of-type) {
	margin-top: var(--gap-m);
}
*/

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper > h1,
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1,
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text .stom-print-title > h1 {
	font-size: 42px;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper > p,
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
	font-size: 18px;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a, 
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a {
	font-size: 18px;
}

body:not(.home) .entry-content > h4 {
	margin-top: var(--gap-m);
}

body:not(.home) .entry-content > p,
body:not(.home) .entry-content > ul li,
body:not(.home) .entry-content > ol li {
	font-size: 15px;
	line-height: 1.75;
}

body:not(.home) .entry-content > ul li::marker,
body:not(.home) .entry-content > ol li::marker {
	color: var(--color-1);
}

body:not(.home) .entry-content > ul li a,
body:not(.home) .entry-content > ol li a {
	color: var(--color-1);
	text-decoration: none;
}

body:not(.home) .entry-content > ul li a:hover,
body:not(.home) .entry-content > ol li a:hover {
	text-decoration: underline;
}

body:not(.home) .entry-content > p a {
	position: relative;
	font-weight: 600;
	transition: var(--transition);
	text-decoration: none;
}
body:not(.home) .entry-content > p a:hover {
	color: var(--color-1);
}

body:not(.home) .entry-content > p a:after {
	position: absolute;
	display: block;
    content: "";
    bottom: -1px;
    height: 1px;
    width: 50px;
    left: 0;
	background-color: var(--color-1);
	transition: var(--transition);
}

body:not(.home) .entry-content > p a:hover:after {
	width: 100%;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
	max-width: 750px;
}

body:not(.home) .page-slider-section .image-aligner img {
	max-height: calc(65vh - var(--header-height));
}

body.contact-page #main-content {
	margin-bottom: var(--gap-l);
}

body.contact-page .entry-content > h2:first-of-type {
	margin-top: 0;
}

body.contact-page .contact-footer-section {
	display: none;
}

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

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

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

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > .gform_fileupload_multifile {
	
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
	font-size: 14px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > .gform_fileupload_multifile .gform_button_select_files {
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 25rem;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > .gform_fileupload_rules {
	font-size: 12px;
}

.gform_wrapper form .gform_footer {
	margin: 20px 0 0 !important;
	justify-content: flex-start !important;
}

.gform_wrapper form .gform_footer .gform_button {
	font-size: var(--p);
    font-weight: 500;
    line-height: 1;
    border-radius: 25rem;
    padding: 16px 20px;
	transition: var(--transition);
}

.gform_wrapper form .gform_footer .gform_button:hover {
	background-color: #fff;
	border-color: var(--color-1);
	color: var(--color-1);
}

.gform_wrapper form .gform_footer .gform_button .stom-custom-svg {
	font-size: 15px;
    line-height: 0;
    margin-left: 0.25em;
}

/* Sidebar */
.sidebar-new #secondary {
	padding-block: var(--gap-m);
}

.sidebar-new #secondary:before {
	border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
	border-radius: 10px 0 0 10px;
}

body:not(.no-sidebar).sidebar-new .main-slider-section+#main-content #content {
	padding-top: 0;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px;
    border: 1px solid var(--color-1);
}

.widget.number-three-default-widget h2, 
.widget.number-three-default-widget .widget-title {
	font-size: 21px;
}

.widget.number-three-default-widget .stom-button a:hover {
	color: var(--color-1);
}

/* Colophon */
#colophon.footer-setting-02 {
	font-size: var(--p);
	background-color: #fff;
	border-top: 5px solid var(--color-1);
	color: var(--color-text);
}

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

#colophon .widget-title {
	font-size: 25px;
	margin-bottom: 20px;
	position: relative;
}

#colophon .widget-title:after {
	position: absolute;
	display: block;
    content: "";
    bottom: -5px;
    height: 1px;
    width: 90px;
    left: 0;
	background-color: var(--color-1);
}

#colophon .copyright {
	font-size: 14px;
	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;
	justify-content: space-between;
}

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

.contact-footer-section {
	margin-inline: 0;
}

.contact-footer-section .stom-cols-6 {
	padding-block: calc(var(--gap-m) * 2) !important;
}

.contact-footer-section .stom-cols-6 .stom-center-box > p a {
	text-decoration: none;
	color: var(--color-1);
}
.contact-footer-section .stom-cols-6 .stom-center-box > p a:hover {
	text-decoration: underline;
}

.contact-footer-section.picture-left .stom-cols-6 {
	padding-left: calc(var(--gap-l) * 1);
}

.contact-footer-section.picture-right .stom-cols-6 {
	padding-right: calc(var(--gap-l) * 1);
}

.contact-footer-section.picture-left .stom-picture img {
	border-radius: 0 20px 0 0;
}

.contact-footer-section.picture-right .stom-picture img {
	border-radius: 20px 0 0 0;
}

/*  */


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


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


/* woocommerce style goes here */


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

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

#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;
	line-height: 0;
	font-size: 14px;
}





/* NEW CODE 09-09-2024 */
body.single-referencer .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p{
    display: none;
}
/* END NEW CODE 09-09-2024 */
