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

    /* Gaps */
    --gap-xxl: 180px;
    --gap-xl: 140px;
    --gap-l: 90px;
    --gap-ml: 60px;
    --gap-m: 40px;
    --gap-s: 20px;

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

    /* colors */
    --color-1: #F0F5FF;
    --color-2: #214389;
    --color-pink: #ffe6dd;
    --color-text: #000000;
    --color-light: #ffffff;
    --color-hover: #0a2458;
    --color-hover-two: #00000031;
    --color-hero-overlay: rgba(255, 255, 255, 0.61);

    /* 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: 800px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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

body.page-id-24 .page-slider-section .slider-inner .slider-text .slider-text-inner-wrapper p {
    max-width: 700px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    font-size: calc(var(--p) + 4px);
    color: black;
    line-height: 1.2;
}
/*======================================================================//
// style.css                                                            //
//======================================================================*/

/*======================================================================//
// table                                                             //
//======================================================================*/
#primary table tbody tr th {
    background-color: var(--color-2);
    color: var(--color-light);
    text-align: left;
    padding-left: var(--gap-s);
}

#primary table tbody tr th, table tbody tr td, table {
    border: none;
}

#primary table tbody tr th, table tbody tr td {
    padding-block: 10px;
    padding-left: var(--gap-s);
}

#primary table tbody tr td {
    font-size: var(--h5
    );
    border-bottom: 1px solid var(--color-2);
}

/*======================================================================//
// button                                                               //
//======================================================================*/
.stom-button.primary-button a {
    background-color: var(--color-2);
    color: var(--color-light);
    border-radius: 100px;
    padding: 10px 40px;
    border: 2px solid var(--color-2);
    font-size: var(--p);
}

.stom-button.primary-button a:hover {
    background-color: var(--color-hover);
    border: 2px solid var(--color-hover);
}

.stom-button.secondary-button a {
    background-color: transparent;
    color: var(--color-text);
    border-radius: 100px;
    padding: 10px 40px;
    border: 2px solid var(--color-text);
}

.stom-button.tertiary-button a {
    background-color: #ffe6dd;
    color: #000000 !important;
    border-radius: 100px;
    padding: 10px 15px;
    border: 2px solid #ffe6dd;
    font-size: var(--p);
}
.stom-button.tertiary-button a:hover {
    background-color: #ffd7c9;
    border: 2px solid #ffd7c9;
}

.stom-button.secondary-button a:hover {
    background-color: var(--color-hover-two);
}

.stom-button.link-arrow a {
    background-color: transparent;
    color: var(--color-text);
    border: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.stom-button.link-arrow a span svg {
    width: 15px !important;
    margin-top: 6px;
}

.stom-button.link-arrow a:hover {
    background-color: transparent;
    color: var(--color-text);
}

.stom-button.link-arrow:hover svg {
    transform: translateX(7px);
    transition: transform 0.3s ease-in-out;
}

.stom-button.primary-button svg {
 filter: brightness() invert(1);
}

/* tabs */
.stom-tabs .tabs-header li a {
    text-transform: inherit;
    font-size: 12px;
}

.stom-tabs .tabs-header li.active a {
    background: var(--color-2);
    border: 1px solid var(--color-2);
    border-bottom: 1px solid var(--color-2);
    color: var(--color-1);
}

.stom-tabs .tabs-wrapper {
    border: 2px solid var(--color-2);
    border-top: 1px solid var(--color-2);
}

.stom-tabs .tabs-header li a {
    border: 1px solid var(--color-2);
}

.stom-tabs .tabs-header li a:hover {
    background: #f7f7f7;
    border: 1px solid var(--color-2);
    border-bottom: 1px solid var(--color-2);
    color: var(--color-text);
}
/*======================================================================//
// text + headings                                                      //
//======================================================================*/
a {
    font-weight: 400;
    font-family: var(--p-fam);
    font-size: var(--p);
}

p {
    font-weight: 300;
    font-family: var(--p-fam);
    line-height: 24px;
    font-size: var(--p);
}

#colophon .widget-title {
    font-family: var(--h-fam);
    font-size: 20px;
    font-weight: 300;
}

#colophon p {
    font-size: var(--p);
}

.blue-text {
    color: var(--color-2);
}

h1 {
    font-weight: 700;
    margin-top: var(--gap-s);
    line-height: 80px;
}

.home h1 {
    /*max-width: 300px;*/
    margin-top: 50px;
}
/*======================================================================//
// header                                                               //
//======================================================================*/
body.admin-bar:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active #masthead {
    background-color: var(--color-1);
}

header .main-navigation ul.menu a {
    padding-inline: 1em;
    font-size: 18px;
    justify-content: flex-start;
}

header .main-navigation ul.menu .sub-menu {
    background-color: var(--color-light);
}

header .main-navigation ul.menu .sub-menu a:hover {
    background-color: var(--color-1);
}

header .stom-button.primary-button a {
    padding: 10px 25px;
}

header p {
    font-weight: 500;
}

.site-header .header-wrapper {
    max-width: 100%;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
    margin-block: var(--gap-s);
}

#masthead.site-header {
    background-color: var(--color-1);
}
body .style-header-03 .header-inner {
    margin-top: 33px;
    max-width: calc(var(--content-width));
    margin-inline: auto;
}

body .style-header-03 .section-wrap.top-bar  {
    margin-inline: 0;
    align-self: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-pink);
}

body .style-header-03 .section-wrap.top-bar .section .top-bar-left p {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    margin-bottom: 7px;
}

.site-branding #logo img {
    max-width: 200px;
    padding-block: 10px;
}

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

body .style-header-03 .header-inner {
    max-width: 1440px;
}
/*======================================================================//
// sliders                                                              //
//======================================================================*/
.page-slider-section .slider-text {
    background-color: transparent;
}

.page-slider-section .slider-inner .slider-text .slider-text-inner-wrapper p {
    max-width: 593px;
}

.home .page-slider-section.main-slider-section p {
    font-size: 25px;
}

.home .slider-text-inner-wrapper p {
    line-height: 30px;
}

.page-slider-section.main-slider-section .stom-button.primary-button {
    margin-right: var(--gap-s);
}

.page-slider-section.main-slider-section .stom-button.tertiary-button {
	margin-right: var(--gap-s);
}
.page-slider-section.main-slider-section .stom-button.tertiary-button a {
	padding: 10px 20px;
}

.page-slider-section .slider-text p {
    margin-bottom: var(--gap-s);
}

.slider-text-inner-wrapper .stom-button {
    margin-top: var(--gap-s);
    margin-bottom: var(--gap-l);
}

.slider-text-inner-wrapper .stom-button.primary-button a {
    padding: 10px 58px;
}


.page-slider-section.main-slider-section p {
    font-size: var(--p);
}

.slider-text-inner-wrapper p {
    line-height: 24px;
}

.home .page-slider-section.image-pos-center-center .image-aligner img {
    object-position: right center;
}

.page-slider-section.image-pos-center-center .image-aligner img {
    object-position: right center;
}

/*======================================================================//
// topbar                                                               //
//======================================================================*/
.section-wrap.hero-bar .section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-wrap.hero-bar .item-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--color-light);
    font-size: 20px;
}

.section-wrap.hero-bar .item-wrapper span svg path {
    fill: white !important;
}

.section-wrap.hero-bar.has-background .section {
    padding-block: var(--gap-s);
}

.section-wrap.hero-bar .section .item-wrapper span svg {
    width: 1.5em !important;
    height: 1.5em !important;
}

.page-slider-section~main {
    margin-top: 0;
}

.section-wrap.hero-bar .section .grid-elements {
    gap: 5px;
}

.section-wrap:not(.stom-grid-section) .section:after {
    display: none;
}



/*======================================================================//
// first section                                                        //
//======================================================================*/
.stom-grid-section.first-section h2 {
    max-width: 550px;
}


.stom-grid-section.first-section .section  span svg {
    width: 66px;
    height: 56px;
    padding-bottom: 5px;
}

.stom-grid-section.first-section  .section .grid-elements {
    gap: var(--gap-l);
}

.stom-grid-section.first-section  .section .grid-elements p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.stom-grid-section.first-section  .section .grid-elements h3 {
    margin-bottom: 10px;
}

.stom-grid-section.first-section  .section .grid-elements a {
    font-size: 16px;
    font-weight: 500;
}

.stom-grid-section.first-section  .section .grid-elements .grid-element .overlay {
    justify-content: flex-start;
}

.stom-grid-section.first-section .grid-element.grey-line::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #EFEFEF;
    right: -30px;
    /* margin-inline: var(--gap-m); */
  }
.stom-grid-section.first-section.small-headlines .grid-element h3{
	        font-size: calc(var(--h3) - 2px);
    hyphens: auto;

}
  .stom-grid-section.first-section {
    padding-bottom: var(--gap-xxl);
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-inline: 0;
    padding-inline: var(--gap-m);
  }


/*======================================================================//
// second section                                                        //
//======================================================================*/
.section-wrap.stom-billede-sektion.second-section .section .stom-cols-6 {
    position: relative;
    z-index: 2;
}

.section-wrap.stom-billede-sektion.second-section {
    margin-top: 0;
}

.stom-billede-sektion.second-section .stom-picture img {
    padding-block: 100px;
}

.stom-billede-sektion.second-section h2 {
    max-width: 460px;
}

.gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

body:not(.stom-gform-legacy) .gform_wrapper input {
    font-size: 16px !important;
}

.ginput_container_text input[type="text"], .ginput_container_email input[type="email"], .ginput_container_phone input[type="tel"], .ginput_container_textarea textarea  {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-text);
    color: var(--color-text);
}

.home .gform_wrapper .gform_footer input[type=submit] {
    background-color: var(--color-pink);
    color: var(--color-text);
    border-radius: 100px;
    padding: 10px 40px;
    border: 2px solid var(--color-pink);
}

.home .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #ffd0c0;
    color: var(--color-text);
    border: 2px solid #ffd0c0;
}


/* Cirkler og baggrund */
.stom-billede-sektion.second-section {
    position: relative;
  }
  
  /* Styles for before cirkel */
  .stom-billede-sektion.second-section::before {
    content: '';
    position: absolute;
    top: 80%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: var(--color-pink);
    z-index: 0;
  }
  
    /* Styles for after cirkel */
    .stom-billede-sektion.second-section::after {
        content: '';
        position: absolute;
        top: 10%;
        left: 95%;
        transform: translate(-50%, -50%);
        width: 456px;
        height: 456px;
        border-radius: 50%;
        background-color: var(--color-pink);
        z-index: 0;
      }

  /*======================================================================//
// third section                                                        //
//======================================================================*/
.section-wrap.stom-grid-section.third-section{
    margin-top: 0;
}

.stom-grid-section.third-section .big-text {
    font-size: 115px;
}

.stom-grid-section.third-section h2 {
    line-height: 1;
    margin-bottom: 0px;
}

.stom-grid-section.third-section p {
    margin-bottom: 0px;
}

.stom-grid-section.third-section .flexbox {
    display: flex;
    gap: var(--gap-s);
    flex-wrap: wrap;
}

.stom-grid-section.third-section .grid-element .overlay {
    justify-content: space-between;
    gap: 20px;
}


.stom-grid-section.third-section .overlay .item-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--color-text);
    font-size: 20px;
}

.stom-grid-section.third-section .overlay .item-wrapper h3 {
    display: flex;
    gap: 10px;
}

.stom-grid-section.third-section .section .grid-elements .item-wrapper span svg {
    width: 1.5em !important;
    height: 1.5em !important;
}

.stom-grid-section.third-section .grid-padding {
    padding-top: var(--gap-ml);
    padding-left: var(--gap-l);
}

/*======================================================================//
// fourth section                                                        //
//======================================================================*/
.stom-billede-sektion.fourth-section {
    margin-top: 0 !important;
}

.stom-billede-sektion.fourth-section .stom-picture img {
    padding-block: 100px;
}

.stom-billede-sektion.fourth-section .flexbox {
    display: flex;
    gap: var(--gap-s);
    flex-wrap: wrap;
}

.section-wrap.stom-billede-sektion.fourth-section .section {
    position: relative;
    z-index: 2;
}

.section-wrap.fourth-section .section {
    padding-block: var(--gap-xl) !important;
}

/*======================================================================//
// fifth section                                                        //
//======================================================================*/
/* Cirkler og baggrund */
.fifth-section {
    position: relative;
  }
  
  /* Styles for before cirkel */
 .fifth-section::before {
    content: '';
    position: absolute;
    top: 5%;
    left: -2%;
    transform: translate(-50%, -50%);
    width: 456px;
    height: 456px;
    border-radius: 50%;
    background-color: var(--color-pink);
    z-index: 0;
  }
  
    /* Styles for after cirkel */
.fifth-section::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: var(--color-pink);
    z-index: 0;
      }

.section-wrap.fifth-section .section {
        position: relative;
        z-index: 2;
    }


.section-wrap.fifth-section .section #sb_instagram #sbi_images {
    padding: 15px !important;
}



/*======================================================================//
// footer                                                               //
//======================================================================*/
#colophon.footer-setting-02 {
    background-color: var(--color-pink);
    color: var(--color-text);
}

/* .aabningstider-list th {
    display: none;
} */

.footer-setting-02 .footer-widget-area-site-info .section {
    border: none;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    color: var(--color-2);
}

footer table tbody tr td {
    padding-left: 0;
}


/*======================================================================//
// om os                                                               //
//======================================================================*/
#primary.content-area {
    padding-bottom: 180px;
}

.page-slider-section .image-aligner img {
    max-height: 300px;
}

.stom-billede-sektion.om-first-section {
    background-color: var(--color-1);
    padding-bottom: var(--gap-xl);
    padding-top: var(--gap-l);
}

.stom-billede-sektion.om-first-section .flexbox {
    display: flex;
    gap: var(--gap-s);
    flex-wrap: wrap;
}

.stom-billede-sektion.om-second-section {
    padding-bottom: var(--gap-s);
    padding-top: 10px;
}

.stom-billede-sektion.om-second-section {
    margin-top: 0 !important;
}

.stom-billede-sektion.om-second-section .stom-picture img {
    padding-block: 100px;
}

.gform_wrapper .gform_footer input[type=submit] {
    background-color: var(--color-2);
    color: var(--color-light);
    border-radius: 100px;
    padding: 10px 40px;
    border: 2px solid var(--color-2);
}

.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: var(--color-hover);
    border: 2px solid var(--color-hover);
}

.insta-section {
    position: relative;
  }

  /* SIDEBAR */

  /* Sidebar css - angivet ved body classes hvad der skal fjernes */
.hide-widget.w1 .widget_black_studio_tinymce.w1,
.hide-widget.w2 .widget_black_studio_tinymce.w2,
.hide-widget.w3 .widget_black_studio_tinymce.w3,
.hide-widget.w4 .widget_black_studio_tinymce.w4,
.hide-widget.w5 .widget_black_studio_tinymce.w5,
.hide-widget.w6 .widget_black_studio_tinymce.w6,
.hide-widget.w7 .widget_black_studio_tinymce.w7,
.hide-widget.w8 .widget_black_studio_tinymce.w8,
.hide-widget.w9 .widget_black_studio_tinymce.w9,
.hide-widget.w9 .widget_black_studio_tinymce.w10,
body:not(.hide-widget) .widget_black_studio_tinymce.w1,
body:not(.hide-widget) .widget_black_studio_tinymce.w2,
body:not(.hide-widget) .widget_black_studio_tinymce.w3,
body:not(.hide-widget) .widget_black_studio_tinymce.w4,
body:not(.hide-widget) .widget_black_studio_tinymce.w5,
body:not(.hide-widget) .widget_black_studio_tinymce.w6,
body:not(.hide-widget) .widget_black_studio_tinymce.w7,
body:not(.hide-widget) .widget_black_studio_tinymce.w8,
body:not(.hide-widget) .widget_black_studio_tinymce.w9,
body:not(.hide-widget) .widget_black_studio_tinymce.w10 {
	display: none !important;
}

  #secondary .widget-title {
    font-size: 25px;
  }
  
  #secondary .widget-title, #secondary .textwidget {
    color: var(--color-light);
  }

.sidebar-pris {
    padding-top: var(--gap-s);
    display: flex;
    flex-direction: column;
    margin-bottom: var(--gap-m);
}

.sidebar-pris .big-text {
    font-size: 35px;
    font-weight: 500;
}

#secondary .textwidget p {
    font-weight: 300;
}

#secondary .widget-title, #secondary .textwidget .flexbox {
    display: flex;
    gap: var(--gap-s);
}

#secondary .textwidget .flexbox {
    padding-bottom: var(--gap-s);
    font-weight: 300;
}

#secondary .textwidget {
    font-size: var(--p);
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    padding-right: 0;
}

.textwidget .stom-button.sidebar_primary_button a {
    background-color: var(--color-1);
    color: var(--color-2);
    border-radius: 100px;
    padding: 10px 40px;
    border: 2px solid var(--color-2);
    margin-bottom: var(--gap-s);
    margin-top: var(--gap-s);
}

.textwidget .stom-button.sidebar_primary_button a:hover {
    background-color: #d8e5ff;
}

.textwidget .stom-button.sidebar_secondary_button a {
    background-color: var(--color-2);
    color: var(--color-light);
    border-radius: 100px;
    padding: 10px 40px;
    border: 2px solid var(--color-light);
    margin-bottom:var(--gap-s) ;
}

.textwidget .stom-button.sidebar_secondary_button a:hover {
    background-color: var(--color-hover-two);
}

#secondary.widget-area .custom-overflow-wrapper section .textwidget .grey-line::after {
    content: "";
    display: block;
    border-bottom: 1px solid #EFEFEF;
    margin: var(--gap-m) 0; 
}

#secondary.widget-area .custom-overflow-wrapper section {
    margin-bottom: 0;
    padding-block: 0;
}

.sidebar-new .widget-area .widget {
padding-left: calc(var(--gap-s) * 1.5);
}

/* sygeforsikring titel */
#black-studio-tinymce-6 h2 {
   /*width: 100px;*/
}

.section-wrap.fifth-section {
    margin-top: var(--gap-xl) !important;
}

strong {
    font-weight: bold;
}

div#content:after {
    content: '';
    background-color: var(--color-1);
    position: absolute;
    display: block;
    height: 100%;
    width: calc(100% - (calc((var(--sidebar-width) + ((100% - var(--content-width)) / 2)) + var(--sidebar-gap))));
    top: 0;
    left: 0;
    z-index: -1;
}

.sidebar-none div#content:after {
    display: none !important;
}

#content {
    padding-bottom: var(--gap-l);
}

  
  /* Styles for before cirkel */
 .insta-section::before {
    content: '';
    position: absolute;
    top: 30%;
    left: -2%;
    transform: translate(-50%, -50%);
    width: 456px;
    height: 456px;
    border-radius: 50%;
    background-color: var(--color-pink);
    z-index: 0;
  }
  
    /* Styles for after cirkel */
.insta-section::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: var(--color-pink);
    z-index: 0;
      }

.section-wrap.insta-section .section #sb_instagram #sbi_images {
        padding: 15px !important;
    }

    .section-wrap.insta-section .section {
        position: relative;
        z-index: 2;
    }

    .sidebar-new #secondary {
        z-index: 1;
    }

    
.sidebar-new #secondary:before {
    background-color: var(--color-2);
}

.textwidget .flexbox .stom-custom-svg svg {
    width: 50px;
    height: 50px;
}


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

.socials-wrapper {
	display: flex;
	gap: 8px;
}

.socials-wrapper a.stom-social-shortcode {
	font-size: 24px;
	padding: 0;
}

a.stom-social-shortcode [class*="fa-facebook"] {
	color: #3b5998;
}

a.stom-social-shortcode [class*="fa-instagram"] {
	color: #bc2a8d;
}


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


/* woocommerce style goes here */


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