/*
Theme Name: Number Three - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
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
*/



/*======================================================================//
// style.css                                                            //
//======================================================================*/

/* style goes here */

.header-wrapper, 
#content, 
.section, 
footer.site-footer .site-info {
    max-width: 1720px;
    margin: 0 auto;
}

.stom-grid-section.section-fullpage .grid-element .overlay {
    padding: 0px;
}


a {
    text-decoration: none;
}
p {
    margin: 0 0 1.3em;
}


.stom-grid-section .section .grid-element .overlay {
    padding: 0;
}


/* BTN */
.btn a {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    position: relative;
    padding: 12px 30px 13px 44px;
    font-family: bebas-neue-pro, sans-serif;
    transition: 0.8s ease;
}

.btn a::after {
    content: url(images/btn_arrow_s.png);
    position: absolute;
    left: 28px;
}
.btn.green a {
    background: #00a851;
}
/*.btn.green a:hover {
    background: rgba(0, 168, 81, 80%);
}*/

.btn.white a {
    background: #fff;
    color: #aa0a27;
}
.btn.white a::after {
    content: url(images/btn_arrow_s_red.png);
}

.btn.red a {
    background: #aa0a27;
    color: #fff;
}
/*.btn.red a:hover {
    background: rgba(170, 10, 39, 80%);
}*/


.btn a:hover::after {
    animation: slide1 0.8s ease infinite;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(5px, 0);
    }
}




/* TOP BAR */
header .top-bar {
    border-bottom: 1px solid #aa0a27;
}

header .top-bar .section {
    /*border-bottom: 1px solid #00a851;*/
    border: none;
}
header .top-bar ul li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
header .top-bar ul li a {
    /*color: #00a851;
    font-weight: 400;*/
    font-size: 12px;
    color: #aa0a27;
    text-transform: uppercase;
    font-weight: 700;
}
header .top-bar ul li:not(:last-child) a:after {
    width: 2px;
}
header .top-bar ul li:nth-child(3n) a:after {
    display: none;
}

.country-selector {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    line-height: 0;
    z-index: 999;
}
.country-selector.weglot-inline label.wgcurrent {
    color: #aa0a27;
    font-weight: 700;
    font-size: 12px;
}
.country-selector.weglot-inline li a {
    font-size: 12px;
    font-weight: 400;
    color: #aa0a27;
    padding: 0;
}
.country-selector.weglot-inline li {
    margin: 0 !important;
}
.country-selector.weglot-inline li a::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 0.8em;
    margin: 1px 12px 0 12px;
    background-color: currentColor;
    vertical-align: top;
}
.country-selector.weglot-inline a:hover {
    text-decoration: none;
    color: #aa0a27;
    font-weight: 700;
}




/* HEADER */
.site-branding #logo img {
    max-width: none;
    max-height: none;
}
header .main-navigation a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 5px 35px;
}
.main-navigation ul.menu li:last-of-type a {
    padding-right: 0;
}
header .main-navigation ul ul a {
    /*display: block !important;*/
    font-size: 15px;
    width: 250px;
    padding: 10px 20px !important;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}
.hover-style-bold ul.menu a {
    text-align: center;
}

header .main-navigation a .stom-menu-item-arrow {
    font-size: 14px;
}



/* HEADER SCROLL FIXED */
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
    max-height: 60px;
	width: auto;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .section-wrap .section {
    padding: 3px 30px;
    font-size: .9em;
}


/* BURGER */
body.burger-menu #site-navigation .menu-toggle {
    color: #000;
}





/* FOOTER */
.footer-widgets .widget-title {
    font-size: 35px;
    font-weight: 700;
    font-family: bebas-neue-pro, sans-serif;
    display: block;
    border-bottom: 1px solid #00a851;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.footer-widgets:first-of-type .widget-title {
    border-bottom: 1px solid #000;
}
#colophon {
    padding: 35px 0;
    background: #fff;
    font-size: 20px;
    line-height: 30px;
}
#colophon a:hover {
    color: #02734A;
}



/* CENTER BLOCK */
.center-block .section {
    padding: 80px 0;
    font-size: 20px;
}
.center-block h2 {
    font-size: 60px;
    line-height: 30.01px;
    font-weight: 700;
    margin-bottom: 20px;
}
.center-block .stom-center-small {
    max-width: 760px;
}

.service-grid .stom-center-small {
    max-width: 800px;
}
.service-grid .section {
    padding-bottom: 30px;
}
.service-grid h2 {
    font-size: 90px;
    line-height: normal;
}




/* CLOSE GRID */
.close-grid.section-fullpage {
    padding-left: 0;
    padding-right: 0;
}
.close-grid.section-fullpage .section {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.close-grid h3 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.close-grid .section .grid-element img ~ .overlay {
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.close-grid .section.columns-4 .grid-element {
    width: calc((100% - (0px * 3)) / 4);
    overflow: hidden;
    transition: 0.3s ease;
}
.close-grid .section .grid-element > img {
    transition: 0.3s ease;
    visibility: unset !important;
}
.close-grid .section .grid-element:hover > img {
    transform: scale(1.1);
}










/* FRONTPAGE SLIDER */
.page-slider-section {
    max-width: 1920px;
    margin: 0 auto;
}
.page-slider-section .slide-element {
    max-height: 100vh;
    min-height: 750px;
    /*min-height: 500px;*/
    height: 750px;
}
.page-slider-section .slide-element img, 
.page-slider-section .slide-element video, 
.page-slider-section .slide-element iframe {
    height: 100%;
    /*max-width: 100%;*/
    /*width: 1820px;
    left: -10034px !important;*/
}
.home .page-slider-section .slick-slider {
    display: grid;
    /*grid-template-columns: 1815px 100px;*/
    grid-template-columns: 1fr 100px;
}
.page-slider-section .slick-slider .slick-track, 
.page-slider-section .slick-slider .slick-list {
    /*width: 1820px;*/
    /*width: 94.7% !important;*/
}
.page-slider-section .slick-slider .slick-list {
    /*width: 1820px !important;*/
    /*width: 94.7% !important;*/
    max-width: 100% !important;
    /*width: 1820px !important;*/
}
.page-slider-section .slick-slider .slick-list {
    max-width: 100%;
    grid-column: 1;
}
.slick-prev {
    display: none !important;
}
.slick-next {
    /*width: 100px;*/
    /*width: 5.3%;*/
    /*height: 100px;*/
    background-color: #aa0a27;
    border-radius: unset;
    /*right: 0;*/
    bottom: 0;
    transform: none;
    font-size: 40px;
    top: unset;
    transition: 0.3s ease;
    padding: 0;

    grid-column: 2;
    width: 100%;
    height: 100px;
    max-width: 100px;
    left: 0;
}
.slick-next:hover {
    background-color: #00a851;
    border-radius: unset;
}
.slick-prev, 
.slick-next, 
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
    font-size: 40px;
    border-radius: unset;
}
.slick-next .stom-custom-svg svg {
    display: none;
}
.slick-next .stom-custom-svg {
    content: url(images/arrow_right.png);
}




.slick-dots {
    top: unset;
    right: 140px;
    bottom: 40px;
    width: auto;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
}
.slick-dots li button:before {
    border-radius: unset;
    background-color: #fff;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #00a851;
}


.page-slider-section .slider-text {
    width: 1516px;
    bottom: 0;
    top: unset;
    height: auto;
    right: 0;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}
.page-slider-section .slider-text-inner {
    background-color: #fff;
}
.inner-slider-content {
    padding: 57px 58px 0 100px;
}
.inner-slider-content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    text-transform: none;
}

.page-slider-section .btn a {
    font-size: 30px;
    padding: 14px 32px 15px 49px;
}
.page-slider-section .btn a::after {
    content: url(images/btn_arrow.png);
}





/* FRONTPAGE */
.specs-section .section {
    padding: 150px 0 80px;
}
.specs-section h2 {
    font-size: 90px;
    line-height: 65px;
    font-weight: 700;
}
.specs-section .inner {
    padding-right: 210px;
}
.specs-list {
    font-size: 20px;
    width: 45.9%;
    margin: 0 8.2% 0 0;
}
.specs-list h3 {
    font-size: 60px;
    font-weight: 700;
    color: #00a851;
    margin: 0;
} 
.specs-list .specs {
    margin-bottom: 20px;
    border-bottom: 1px solid #00a851;
    padding-bottom: 45px;
    height: 150px;
}




/* SPLIT SECTION */
.split-section .section {
    padding: 100px 0 100px;
}
.split-section h2 {
    font-size: 90px;
    font-weight: 700;
}
.split-section.picture-left .stom-center-box {
    padding-right: 40px;
}
.split-section.picture-left .stom-cols-6{
    padding: 0;
}
.split-section .stom-center-box {
    vertical-align: top;
}
/* SPLIT SECTION WIDE */
.split-section-wide .section {
    max-width: 100%;
    padding: 0px 0 100px;
}
.split-section-wide .stom-cols-6:first-of-type {
    padding: 0;
    width: 50%;
    margin: 0;
}
.split-section-wide .stom-cols-6:first-of-type .stom-center-box {
    vertical-align: baseline;
    position: relative;
}
.split-section-wide .stom-cols-6:first-of-type .stom-center-box > p,
.split-section-wide .stom-cols-6:first-of-type .stom-center-box img {
    width: 100%;
    margin: 0;
    line-height: normal;
    display: block;
}
.split-section-wide .stom-cols-6 .inner {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0%);
    width: 750px;
}
.split-section-wide h2 {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
}



/* MAP SECTION */
.home .map-section.display-none {
    display: none;
}

body:not(.home) .map-section {
    margin-top: 100px;
}

.map-section .section {
    padding: 80px 0;
}
.map-section h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}
.map-section a:hover {
    color: #02734A;
}
.map-section .stom-center-box {
    font-size: 15px;
    font-weight: 400;
    padding-right: 0 !important;
}
.map-section .stom-center-box strong {
    font-weight: 700;
}
.map-section.picture-left .stom-cols-6 {
    width: 50%;
}
.map-section .stom-picture {
    background-size: contain;
}
.map-section .stom-cols-4 {
    width: 30%;
    margin: 0 5% 0 0;
    /*padding-right: 5px;*/
}



/* GRID SECTION */
.grid-section .section {
    padding-bottom: 160px;
}
.grid-section h2 {
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 47px;
    line-height: normal;
}
.grid-section h3 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    padding: 0 30px 0 58px;
    margin: 0;
    line-height: normal;
    transition: 0.3s ease;
}
.grid-section .inner {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0 90px 40px 58px;
    opacity: 0;
    height: 0;
    transition: 0.3s ease;
}
.grid-section .inner > * {
    transition: 0.3s ease;
}
.grid-section .grid-element {
    transition: 0.3s ease;
    overflow: hidden;
    background-color: rgba(170, 10, 39, 0%);
}
.grid-section .grid-element:hover {
    transition: 0.3s ease;
    /*background-color: rgba(170, 10, 39, 100%);*/
}
.grid-section .section.columns-3 .grid-element {
    width: calc((100% - (61px * 2)) / 3);
}
.grid-section .grid-element:hover .inner {
    opacity: 1;
    height: auto;
}
.grid-section .grid-element:hover {
    /*background-image: unset !important;*/
}

.grid-section .grid-element::after {
    transition: 0.3s ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(170, 10, 39, 100%);
    height: 0%;
}
.grid-section .grid-element:hover::after {
    transition: 0.3s ease;
    height: 100%;
    z-index: 1;
}
.grid-section .section .grid-element img ~ .overlay {
    z-index: 5;
}
.grid-section .section .grid-element .full-element-link {
    z-index: 10;
}





/*====================//
// SUBPAGES           //
//====================*/

/* SLIDER */
body:not(.home) .page-slider-section .slick-slider .slick-list {
    width: 1820px !important;
    max-width: 100% !important;
}
body:not(.home) .page-slider-section .slider-text {
    width: 785px;
    bottom: 0;
    top: unset;
    height: auto;
    right: 0;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}
body:not(.home) .inner-slider-content {
    font-size: 25px;
    font-weight: 700;
    font-family: bebas-neue-pro, sans-serif;
}
body:not(.home) .inner-slider-content h1 {
    margin-bottom: 0;
}
body:not(.home) .page-slider-section .slide-element {
    max-height: 100vh;
    min-height: 550px;
    /* min-height: 500px; */
    height: 550px;
}
body:not(.home) .slick-dots {
    display: none;
}

body:not(.home, .find-us) main section:first-of-type .section {
    padding-top: 160px;
}



/* REGULAR SECTION */
.regular-section .section {
    max-width: 1140px;
    margin: 0 auto;
    line-height: normal;
    padding: 100px 0 100px;
}
.regular-section h2 {
    font-size: 70px;
    line-height: 65px;
    font-weight: 700;
}


/* BLOCK QUOTE */
.block-quote .section {
    padding: 0;
}
.block-quote .stom-center-small {
    max-width: 1005px;
}
.block-quote h2 {
    background-image: url(images/text-bg.jpg);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    text-align: center;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    background-position: left 2300px;
    line-height: normal;
}





/* CARD GRID */
.card-grid h3 {
    font-size: 40px;
    font-weight: 700;
    color: #00a851;
    margin: 0;
}
.card-grid .inner {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00a851;
    padding-bottom: 30px;
}
.card-grid .overlay > p,
.card-grid img {
    display: block;
    margin: 0;
    line-height: normal;
}
.card-grid .section .grid-elements {
    /*justify-content: flex-start;*/
}
/*.card-grid .section.columns-3 .grid-element {
    width: calc((100% - (0px * 2)) / 3);
}*/





/* FIND US PAGE */
.find-us .map-section {
    /*margin-top: 0px !important;*/
}
.find-us .display-none {
    display: none;
}


/* SEED TABLE */
.seed-table .section {
    padding: 0px 0 50px;
}
.seed-table h4 {
    font-size: 25px;
    font-weight: 700;
    color: #00a851;
    margin: 0;
}
.seed-table .inner {
    font-size: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00a851;
    padding: 7px 20px;
}
.seed-table table,
.seed-table tbody {
    width: 100%;
    max-width: 100%;
    /*display: table !important;*/
    overflow-x: unset !important;
    border: none;
    outline: none;
}
.seed-table td,
.seed-table td a {
    border: none;
    outline: none;
    padding: 5px 5px;
    font-weight: 500;
    font-size: 16px;
}
.seed-table td:last-of-type {
    text-align: right;
    font-weight: 400;
    /*width: 30% !important;*/
}
.seed-table thead td {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00a851;
}
.seed-table thead td strong {
    font-size: 30px;
    font-weight: 700;
    color: #00a851;
    margin: 0 0 10px;
}
.seed-table tr {
    min-height: 56px !important;
    height: 56px !important;
}
.seed-table tr:nth-child(2n+2) {
    background-color: whitesmoke;
}



.mere-tekst-wrapper {
    margin-bottom: 20px;
}
.mere-tekst-wrapper > button {
    font-size: 30px;
    font-weight: 700;
    color: #00a851;
    border: 1px solid #00a851;
    min-height: 46px;
    transition: 0.3s ease;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.mere-tekst-wrapper > button.fold-ind {
    justify-content: flex-end;
    background: #00a851;
}
.mere-tekst-wrapper > button.fold-ind .stom-custom-svg {
    color: #fff;
}
.mere-tekst-wrapper > button:hover,
.mere-tekst-wrapper > button:active,
.mere-tekst-wrapper > button:focus {
    background: #00a851;
    color: #fff;
}
.mere-tekst-wrapper > button .stom-custom-svg {
    font-size: 18px;
}




/* CONTACT PAGE */
.fullsized-overflowing-map, 
.section-bg-map .section {
    margin-bottom: -100px;
}





.page-slider-section .slides .slide-element ~ .slide-element {
	display: none;
}
.page-slider-section .slides.slick-initialized .slide-element {
	display: block;
}



/* JOB LIST */
.job-list {
    margin-bottom: 1.3em;
}
.job-list .btn {
    margin-top: -1.3em;
    display: block;
}
.job-list a {
    color: #00a851;
}



.hidden-menu-item .stom-menu-item-arrow {
    visibility: hidden;
}

.home header .top-bar .section {
	max-width: unset;
	padding: 5px 100px !important;
}

.home .style-header-1 .header-wrapper {
	margin-right: 80px;
}

body:not(.home) .site-branding #logo {
    padding-left: 30px;
}

body:not(.home) #page.scrolled .header-wrapper {
    padding-left: 30px;
    padding-right: 12px;
}





/*======================================================================//
// END style.css                                                        //
//======================================================================*/





/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/

/* woocommerce style goes here */

/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/
