/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Nicolai Sørensen
Author URI:  https://nicolaisoerensen.dk
Template: Divi
Version:  1.0.2
*/


/* =Theme customizations
------------------------------------------------------- */

@import url("https://use.typekit.net/tns2sle.css");

/* CONTAINER */

.container, .et_pb_row {
    width: 90%;
}


/* TYPOGRAPHY */

body {
    font-weight: 400;
		text-size-adjust: 100%;
    word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	scroll-behavior: smooth;
	font-family: 'Outfit',sans-serif !important;
}



body p {
		margin-top: 0;
    /* margin-bottom: 16px; */
}

h1, h2, h3 {
    padding-bottom: 25px;
	font-family: 'Outfit',sans-serif !important;
	font-weight: 700;
	    line-height: 1.15em;
}

h3, h4, h5 {
	line-height: 1.3em !important;
	font-family: 'Outfit',sans-serif !important;
}

.et_pb_text h4, .et_pb_text h5 {
	padding-top: 15px;
}

.et-l--footer .et_pb_text h4, .et-l--footer .et_pb_text h5 {
	padding-top: 0px;
	padding-bottom: 20px;
}

.et-l--footer .widget_nav_menu h4.title {
	padding-bottom: 20px !important;
}

.main-content-section h2, .main-content-section h3, .main-content-section h4 {padding-top: 20px;}
.main-content-section h4 {padding-bottom: 0px;}
.main-content-section .et_pb_column_1_3 h4 {padding-top: 0px; padding-bottom: 20px;}

.secondary-content-section {
	border-bottom: 1px solid #eaf1f0;	
}

.secondary-content-section::last-child {
	border-bottom: none;	
}

.title-big, .title-big h2, .title-big h3, .title-big h1 {
    font-size: 46px !important;
    font-weight: 700;
    line-height: 1.15em;
	padding-bottom: 25px;
	font-family: 'Outfit',sans-serif !important;
}

p.title-big {
    font-size: 46px !important;
    font-weight: 700;
    line-height: 1.15em;
	padding-bottom: 25px;
	font-family: 'Outfit',sans-serif !important;
}


.title-hero, .et_pb_fullwidth_header_subhead, .title-hero h2, .title-hero h3, .title-hero h1 {
    font-size: 56px !important;
    font-weight: 700;
    line-height: 1.15em !important;
	padding-bottom: 25px !important;
	font-family: 'Outfit',sans-serif !important;
}


p.title-hero, .title-hero p {
	font-size: 56px;
    font-weight: 700;
    line-height: 1.15em;
	padding-bottom: 25px;
	font-family: 'Outfit',sans-serif !important;
}
.et_pb_bg_layout_light p.title-hero, .et_pb_bg_layout_light p.title-big, .title-hero p, .title-big.et_pb_bg_layout_light p, .title-big.et_pb_bg_layout_light div {
color: #00224a !important;
}

.et_pb_bg_layout_dark p.title-hero, .et_pb_bg_layout_dark p.title-big, .et_pb_bg_layout_dark .title-big p, .et_pb_bg_layout_dark .title-hero p, .title-hero.et_pb_bg_layout_dark p, .title-big.et_pb_bg_layout_dark p {
color: #fff !important;
}


p.title-medium, .title-medium p {
	font-size: 36px;
    font-weight: 400;
    line-height: 1.25em;
	color: #00224a !important;
}


.intro, .content-post p:first-child {
    font-size: 20px;
    line-height: 1.5em;
}

.intro-big, .intro-big p {
	font-size: 30px;
	line-height: 1.35em;
	color: #00224a;
	font-family: 'Outfit',sans-serif !important;
}

.et_pb_header_content_wrapper {
    font-size: 20px;
    line-height: 1.4em;
}

strong {
    font-weight: 700;
}

.primary-color {
    color: #1f7cec;
}

.highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #e2caa6 50%);
}

.preheader-white {
    font-size: 13px !important;
    color: #fff !important;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif !important;
}



.preheader, h1.preheader, .title-big.et_pb_bg_layout_light p.preheader, .preheader h1, .preheader h2 {
	font-size: 13px !important;
    color: #1f7cec !important;
    font-weight: 700;
    margin-bottom: 15px !important;
	padding-bottom: 0px !important;
    display: inline-block;
    text-transform: uppercase;
	font-family: 'Outfit', sans-serif !important;
	line-height: 1.7em;
}

.et_pb_bg_layout_dark .preheader, .et_pb_bg_layout_dark h1.preheader, .et_pb_bg_layout_dark h1.et_pb_module_header, .title-big.et_pb_bg_layout_dark p.preheader, .preheader.et_pb_bg_layout_dark  h1, .preheader.et_pb_bg_layout_dark  h2 {
    color: #fff !important;
}

h1.et_pb_module_header {
	font-size: 13px !important;
    color: #1f7cec !important;
    background: rgba(255,255,255,0.07);
    font-weight: 700;
    margin-bottom: 15px !important;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 8px;
    text-transform: uppercase;
	font-family: 'Outfit', sans-serif !important;
	line-height: 1.7em;
}

.preheader-stripped, h1.preheader-stripped {
	font-size: 13px !important;
    color: #1f7cec !important;
    font-weight: 700;
    padding-bottom: 15px !important;
    border-radius: 8px;
    text-transform: uppercase;
  	font-family: 'Outfit', sans-serif !important;
}

p.preheader, p.preheader-white, div.preheader, div.preheader-white {
	padding-bottom: 15px;
	font-family: 'Outfit', sans-serif !important;
}

h2.preheader {
	color: #1f7cec !important; 
}

h2.preheader.orange, .preheader.orange, .preheader.orange p, .preheader.orange h2 {
	color: #ed8176 !important; 
}

h2.preheader.yellow, .preheader.yellow, .preheader.yellow p, .preheader.yellow h2 {
	color: #9c8d79 !important; 
}

.text-small {
    font-size: 13px !important;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 1.4em;
}


#et-info, #et-secondary-menu>ul>li a {
    font-weight: 500;
}

#et-top-navigation nav>ul>li>a {
    font-weight: 500;
}

.h3-small h3 {
	font-size: 20px;
	line-height: 1.3em;
	padding-bottom: 12px;
}

/* TOP BAR */

#logo {
    max-width: 250px;
	    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#logo:hover {
    opacity: .6;
}

/* NAVIGATION */

#et_search_icon:before {
    color: #999;
}

#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.blog #main-header, .single #main-header, .search #main-header, .archive #main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#top-menu li {
	padding-right: 25px;
}

/* #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
} */

/* SUB NAVIGATION */

#top-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* SLIDER / HERO SECTION */

.et-pb-arrow-prev:before {
	content: "\23";
}

.et-pb-arrow-next:before {
	content: "\24";
}


.et_pb_fullwidth_header {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
}

.et_pb_fullwidth_header.hero-pullup {
    padding-top: 4% !important;
    padding-bottom: 168px !important;
}

.hero-front {
    padding-top: 20% !important;
    padding-bottom: 8% !important;
}

/* .hero-front .et_pb_text {
    max-width: 560px;
} */

.hero-front .et_pb_row {
	padding-top: 0px !important;
	padding-bottom: 0px;
}

.et_pb_fullwidth_header .header-content {padding: 0px;}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin-left: 0;
    text-align: left;
    margin-right: 0;
    max-width: 680px;
	margin-top: 0%;
	margin-bottom: 0%;
}



.et_pb_fullwidth_header .et_pb_fullwidth_header_container {max-width: 1200px !important; width: 90% !important;}

.et_pb_header_content_wrapper {margin-bottom: 15px;}

.et_pb_fullwidth_header.hero-subpage .et_pb_fullwidth_header_container.left .header-content {
    max-width: 730px;
	margin-top: 4%;
	margin-bottom: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 900px;
    margin: 5% auto 5%;
}

.et_pb_fullwidth_header.hero-callout .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}


/* SIDEBAR */

#sidebar li a {
    padding-left: 0px;
    transition: all 0.2s;
}



#sidebar ul {
	border-left: 3px solid #e1e1e1;
    padding-left: 15px;
}

#sidebar .et_pb_widget ul li {
    margin-bottom: 1em !important;
}

.post-date {
    display: block;
    position: relative;
    font-size: 13px;
    color: #999;
}

/* FOOTER */



#main-footer .widget_recent_entries li a:hover, #main-footer .widget_nav_menu li a:hover {
    padding-left: 8px;
}

#main-footer .widget_recent_entries li a::before, #main-footer .widget_nav_menu li a::before, .et-l--footer .widget_nav_menu li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #1f7cec !important;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
}

.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0;
}

.et_pb_widget li a:hover, #main-footer .widget_nav_menu li a:hover {
    padding-left: 8px;
}

.et_pb_bg_layout_dark .et_pb_widget li a:hover {
    color: #fff !important;
}

.et_pb_widget li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #1a212d;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
}

.et_pb_widget ul li {
	margin-bottom: 0.5em;
}

.main-content-section .et_pb_widget li a::before {display: none !important;}

.more-link {
    background-color: #001e1c;
    padding: 10px 35px;
    color: #fff !important;
    top: 15px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	border-radius: 50px;
}

/* BLOG POSTS */

.single #sidebar {display: none !important;}

.single #left-area {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

.single-post .post-meta {text-align: center; display: block;}
.single-wpcm_vehicle .post-meta {text-align: center; display: none;}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
    background-color: #fff;
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    padding-bottom: 8px;
    text-align: left;
}
.published {    font-size: 13px;    color: #999;}
.et_pb_blog_grid .post-meta {padding-bottom: 10px;}

.et_monarch .et_social_inline_top {margin-bottom: 10px;}
.et_pb_blog_grid img {border-radius: 8px;}

.et_pb_blog_grid .et_pb_image_container {
    margin: 0px 0px 20px 0px;
}

.blog .et_pb_posts article {
	margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.et_pb_blog_grid article {margin-bottom: 68px !important;}

/* BLOG POSTS */

.post .forbehold {display: none !important;}
.post .et_post_meta_wrapper img {margin-top: 34px;}
.single-post #main-content {border-bottom: 1px solid #e1e1e1 !important; padding-bottom: 34px;}

.et_pb_post .post-meta {
    font-size: 13px !important;
    color: #999;
}

.et_pb_post h1.entry-title, .et_pb_post h2.entry-title {
    padding-bottom: 8px;
}

.single .et_pb_post {
    margin-bottom: 0;
    /* padding-bottom: 68px; */
}

.single-post .post-meta {display: block;}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
background: rgba(255,255,255,0);
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    padding-bottom: 8px;
    text-align: left;
}
.published {    font-size: 13px;    color: #999;}
.et_pb_blog_grid .post-meta {padding-bottom: 10px;}

.et_monarch .et_social_inline_top {margin-bottom: 10px;}

.wp-block-file {
	padding: 34px 34px 34px 95px; 
	border: 1px solid #edf0f6;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url('/wp-content/uploads/2023/02/file-1.svg');
	background-repeat: no-repeat;
	background-size: 46px;
	background-position: 34px 27px;
}

.wp-element-button, .wp-block-button__link {
    background-color: #1f7cec;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

/* C2A SERVICES */

.c2a-services {background-color: #fff; border-radius: 8px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
		-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.c2a-services:hover {margin-top: -10px;}
.c2a-services .et_pb_blurb_container {padding: 0px 22px 34px;}

.c2a-services .et_pb_blurb_content h4 {padding-bottom: 8px;}
.c2a-services .et_pb_main_blurb_image img {border-radius: 8px 8px 0 0;}

/* BLURPS */

.et_pb_blurb_position_left h4.et_pb_module_header, .et_pb_blurb_position_left h3.et_pb_module_header {
	font-size: 20px !important;
	padding-bottom: 15px;
	padding-top: 8px;
}

h4.et_pb_module_header, h3.et_pb_module_header {
	font-size: 22px !important;
	padding-bottom: 15px;
	padding-top: 0px;
}

.et_pb_promo h4.et_pb_module_header, .et_pb_promo h3.et_pb_module_header {
	padding-bottom: 8px;
}


/* MEDARBEJDERE */

.medarbejdere .et_pb_promo_description {
	max-width: 360px;
    margin: 340px 0 0;
    padding: 0px;
	color: #fff !important;
}

.medarbejdere .et_pb_promo_description h3 {
	color: #fff !important;
	font-size: 26px !important;
}

.et_pb_team_member_description {font-size: 13px;}


.et_pb_member_position {
    padding-bottom: 8px !important;
}

.medarbejdere p:not(.has-background):last-of-type {
    padding-bottom: 16px !important;
}

.medarbejdere .entry-content .et_pb_member_social_links {
    margin-top: 0px;
}

.medarbejdere ul {
    list-style-type: disc;
    padding: 1px 0 28px 2em;
}

.medarbejdere .et_pb_member_social_links {
    margin-top: 0px !important;
}

.medarbejdere h4.et_pb_module_header, .medarbejdere h3.et_pb_module_header {
    padding-bottom: 0px;
}

.medarbejdere .et_pb_team_member_description {
	line-height: 1.7em;
}

.medarbejdere i {
	margin-right: 8px;
}

.medarbejdere .et_pb_team_member_image img {
	border-radius: 12px 12px 0 0;
}

.medarbejdere .et_pb_module.et_pb_team_member {
	box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
	border-radius: 12px;
}

.medarbejdere .et_pb_team_member_description {
	padding: 20px 25px;
}





/* FAQ SPØRGSMÅL & SVAR */

.et_pb_toggle.et_pb_toggle_item {
    margin-bottom: 0px !important;
}

.et_pb_toggle.et_pb_module{
    margin-bottom: 10px !important;
}

.et_pb_toggle_close {
	background: #fff;
	border: 1px solid #E4ECF0;
	border: none !important;
	box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
}

.et_pb_toggle_open {
	background: #fff;
	border: none;
	border-bottom: 5px solid #1f7cec;
	padding-top: 10px;
	padding-bottom: 10px;
}

.et_pb_toggle_content {
	padding-bottom: 25px;
}

.et_pb_toggle {
	border-radius: 8px;
}

.et_pb_toggle_content {
    position: relative;
}

.et_pb_toggle_title:before {
    color: #1f7cec;
	content: '\33';
	font-size:36px;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #15181c;
}

.et_pb_toggle.et_pb_toggle_item h5 {
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 18px;
	font-weight: 400 !important;
    color: #15181c;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
	    color: #15181c;
}



/* SUPREME SWIPER SLIDER */


.dsm_image_carousel .swiper-slide img {
	/* border-radius: 8px !important; */
	padding: 34px 15px;
	/* background: #f0f3f8; */
}

.dsm_image_carousel.logo-swiper .swiper-slide img {
    width: auto;
    max-width: 120px !important;
	margin-left: 20px;
	margin-right: 20px;
	max-height: 70px !important;
	border-radius: 0px !important;
}

.swiper-button-prev, .swiper-button-next {
    height: 60px;
    width: 60px;
}



/* SEGMENTS CAROUSEL */

.segments .dsm_card_wrapper {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 34px !important;
    padding-left: 25px;
}

.segments .swiper-slide .et_pb_module_inner {
}


/* CASES */

.single-project.et_pb_pagebuilder_layout .nav-single {width: 100%; max-width: 1290px;}

.dp-dfg-skin-default .dp-dfg-item {
    border: none !important;
}

.dp-dfg-custom-field:first-child {
	font-size: 13px!important;
    color: rgba(26,34,86,0.61)!important;
}

.dp-dfg-meta {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-bottom: 15px !important;
    margin-bottom: -5px;
    margin-top: 0px;
}

.dp-dfg-meta .published {
	font-size: 13px!important;
    color: rgba(26,34,86,0.35)!important;
	font-weight: bold;
}

.dp-dfg-content {font-size: 16px !important;}

.single-cases .main-content-section ul li {
		font-size: 15px;
}

.dpdfg_filtergrid .dp-dfg-items article/*, .et_pb_blurb_content*/ {
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	background: #fff;
	border-radius: 0px;
}


.dpdfg_filtergrid .dp-dfg-items article:hover, .nyheder .et_pb_blurb_content:hover {

}

.dpdfg_filtergrid .dp-dfg-items article:hover h1, .dpdfg_filtergrid .dp-dfg-items article:hover h2, .dpdfg_filtergrid .dp-dfg-items article:hover h3, .dpdfg_filtergrid .dp-dfg-items article:hover h4, .nyheder .et_pb_blurb_content:hover h4.et_pb_module_header, .nyheder .et_pb_blurb_content:hover h4.et_pb_module_header:after {

}

.dpdfg_filtergrid .dp-dfg-items article:hover .dp-dfg-custom-field:first-child, .dpdfg_filtergrid .dp-dfg-items article:hover .dp-dfg-meta .published {

}

.dpdfg_filtergrid.nyheder .dp-dfg-items article:hover .dp-dfg-header h4 a::after {

}

.dp-dfg-skin-default .et_pb_button_wrapper .et_pb_button {
    font-size: 13px !important;
	color: #1a2256;
	background: rgba(255,255,255,0);
	border-color: #1a2256;
}

.nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {background: #fff;}

/* FILTER GRID */

.dp-dfg-items article, .nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {
	    box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
    -webkit-box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
    -moz-box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
	background-image: url('/wp-content/uploads/2022/01/right-arrow.svg') !important;
	background-position: left 34px bottom 34px !important;
	background-repeat: no-repeat !important;
	background-size: 36px !important;
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.dp-dfg-items article:hover, .nyheder .et_pb_blurb_content:hover, .services .et_pb_blurb_content:hover  {
	background-position: left 50px bottom 34px !important;
	box-shadow: 0 0 34px -5px hsla(0,0%,79%,.91);
    -webkit-box-shadow: 0 0 34px -5px hsla(0,0%,79%,.91);
    -moz-box-shadow: 0 0 34px -5px hsla(0,0%,79%,.91);
}

.dp-dfg-header {
	padding: 25px 20px 0px !important;
}

.dp-dfg-header h4, .cases h4 {
	font-size: 22px !important;
}


.nyheder .dp-dfg-header, .nyheder h4.et_pb_module_header, .services h4.et_pb_module_header {
	padding: 25px 20px 0px !important;
	position: relative;
}

.nyheder h4.et_pb_module_header::after {
	    right: 20px;
}



/* BLURB SERVICES */

.services .dp-dfg-items article, .services .et_pb_blurb_content {
	    box-shadow: 0 0 21px -5px hsla(0,0%,0%,.1);
    -webkit-box-shadow: 0 0 21px -5px hsla(0,0%,0%,.1);
    -moz-box-shadow: 0 0 21px -5px hsla(0,0%,0%,.1);
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	background: #fff !important;
}

.services .dp-dfg-items article:hover, .services .et_pb_blurb_content:hover {
	box-shadow: 0 0 34px -5px hsla(0,0%,0%,.2);
    -webkit-box-shadow: 0 0 34px -5px hsla(0,0%,0%,.2);
    -moz-box-shadow: 0 0 34px -5px hsla(0,0%,0%,.2);
}

.services .dp-dfg-header, .services h4.et_pb_module_header {
	padding: 25px 34px 25px 34px !important;
	position: relative;
	font-size: 21px;
}

.services .et_pb_blurb_content {
	min-height: 200px;
	border-radius: 12px;
	overflow: hidden;
}

.nyheder .et_pb_main_blurb_image, .services .et_pb_main_blurb_image {
	margin-bottom: 0px;
}



.selskaber .et_pb_main_blurb_image {
	margin-top: 34px;
	max-width: 200px;
	max-height: 80px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.selskaber .et_pb_blurb_content {
    text-align: left;
}

.nyheder .et_pb_blurb_container, .services .et_pb_blurb_container {
	margin-top: -9px;
}

.nyheder .et_pb_blurb_description {
	padding: 0 34px 25px 34px;
}

.services .et_pb_blurb_description {
	padding: 0 34px 90px 34px;
}

.dp-dfg-custom-content {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 34px !important;
}

.dp-dfg-content.entry-summary {
	    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 80px !important;
    padding-top: 10px !important;
}

.dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
    padding-bottom: 30px !important;
}

.dp-dfg-skin-default .dp-dfg-filter a.active, .dp-dfg-skin-default .pagination li.active a, .et-l .dp-dfg-skin-default .dp-dfg-filter a.active, .et-l .dp-dfg-skin-default .pagination li.active a {
    color: #fff !important;
    background-color: #1f7cec !important;
}


/* C2A SERVICES */

.c2a {
	 transition: all 0.2s;
}

.c2a .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 74px;
	display: inline-block !important;
}

.c2a .et_pb_main_blurb_image img {
    max-width: 74px;
	max-height: 74px;
}

.c2a .et_pb_blurb_position_top .et_pb_main_blurb_image img {
    max-width: 74px;
	max-height: 74px;
}

.c2a .et_pb_blurb_position_top .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 74px;
	display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.c2a .et_pb_blurb_position_top .et_pb_image_wrap {
	vertical-align: center;	
}

.c2a-logoer {
	 transition: all 0.2s;
}

.c2a-logoer .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 48px;
	display: inline-block !important;
}

.c2a-logoer .et_pb_main_blurb_image img {
    max-width: 180px;
	max-height: 48px;
}

.c2a-logoer .et_pb_blurb_position_top .et_pb_main_blurb_image img {
    max-width: 180px;
	max-height: 48px;
}

.c2a-logoer .et_pb_blurb_position_top .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 48px;
	display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.c2a .et_pb_blurb_position_top .et_pb_image_wrap {
	vertical-align: center;	
}


/* KUNDEUDTALELSER */

.dsm_card_carousel_child_subtitle {
	margin-bottom: 30px;
}

/* UDTALELSER */

.udtalelser .dsm_card_carousel img {
	max-width: 130px;
    margin-bottom: 40px;
}

.udtalelser .dsm_card_carousel .dsm_card_carousel_child_description img {
	max-width: 80px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	padding-bottom: 0px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	font-size: 13px;
    line-height: 1.3em;
}

.udtalelser.img-round .dsm_card_carousel_child_image_wrapper img {
		border-radius: 200px !important;
	}


/* CONTACTFORM */

.et_pb_contact p input, .et_pb_contact p textarea {
-webkit-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 16px;
    padding: 16px;
    border-radius: 0px;
    border: 1px solid #fff;
    border-bottom: 3px solid #e1e1e1;
}

.et_pb_contact_select {
        color: #999;
    background-color: rgba(0,0,0,0);
    padding: 16px 20px 16px 16px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.et_pb_contact_field.et_pb_contact_field_last {
	margin-bottom: 30px !important;
}

/* TESTIMONIAL */

.dsm_card_carousel_child_image_wrapper .dsm_card_carousel_child_img {
	
}

/* CONTACT FORM 7 */

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: 2px solid rgba(0,0,0,0.15);
    padding: 15px 20px;
    color: #4e4e4e;
    border-radius: 8px;
    width: 100%;
}

label {
	font-size: 14px;
    /* text-transform: uppercase; */
}


.swiper-button-prev:before, .swiper-button-next:before {
	color: #001e1c !important;
}


.swiper-button-next, .swiper-button-prev {
	border-radius: 200px;
}


/* CASES SWIPER */
@media only screen and (min-width: 641px) {
/*blog arrows / pile*/
.cases .swiper-arrow-button {
	top: -60px !important;
    background: #fff !important;
    border: 1px solid #d9e0e8 !important;
}
	
	.cases .dsm_psot_carousel {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.cases .dsm_post_carousel .swiper-container {
	padding-left: 15px !important;
    padding-right: 15px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
	
.cases .dsm-entry-title {
    font-size: 30px !important;
	padding-bottom:10px;}
	
	.cases .dsm_blog_carousel .swiper-button-prev {
		left: auto !important;
		right: 60px !important;
	}
	
	.cases .dsm_blog_carousel .swiper-button-next {
		right:0 !important;
		border-radius: 200px;
	}

.cases .dsm_post_carousel .swiper-button-prev {
	left: auto !important;
    right: 60px !important;
	/*width:30% !important;*/
	margin-left:17.5% !important;
	border-radius: 200px;
	}

.cases .swiper-button-next:after, .cases .swiper-button-prev:after {
	font-size:30px !important;
	color:#001e1c !important;
	}

.cases .dsm_post_carousel .swiper-button-next {
	right: 0 !important;
	border-radius: 200px;
	}
	
}

@media only screen and (max-width: 640px) {
/*blog arrows / pile*/
.cases .swiper-arrow-button {
	top: auto !important;
	bottom:-110px !important;
    background: #fff !important;
    border: 1px solid #d6dce4 !important;}

.cases .swiper-button-next:after, .cases .swiper-button-prev:after {
	font-size:30px !important;
	color:#001e1c !important;}

.cases .dsm_post_carousel .swiper-button-next {
	width:30% !important;
	margin-right:17.5% !important;
	right:0 !important;
	}
	
.cases .dsm_post_carousel .swiper-button-prev {
	left: 0 !important;
    right: auto !important;
	width:30% !important;
	margin-left:17.5% !important;}
}


.cases .dsm-post-carousel-item {
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 7%) !important;}


/* NYHEDER CAROUSEL */

.dsm-blog-carousel-item h3.dsm-entry-title {
	font-size: 22px !important;
	padding-bottom: 8px !important;
}

.dsm-posted-by, .dsm-posted-on {
	line-height: 1.3em;
	font-size: 16px;
}

.dsm-bottom-meta {
	margin-top: 15px;
}

.dsm-blog-carousel-item {
    border-radius: 8px;
    overflow: hidden;
}

.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget {
	margin-bottom: 0px;
}



/* SUPERTABS */

.tabs-text-image, .bsf_content_left {
	text-align: left!important;
}

.bsf_advanced_tabs_nav>ul>li {
    border-style: solid;
}

.bsf_advanced_tabs_nav>ul>li.bsf_active_tab {
    border-bottom-color: #1f7cec !important;
}
.tabs-text-image img {
	box-shadow: 0 5px 45px -10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 45px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 45px -10px rgba(0,0,0,.2);
	margin-top: 34px;
    margin-bottom: 34px;
}



@media only screen and (min-width: 981px) {
	.bsf_content_left {
	width: 33%;
	}

	.bsf_advanced_tab_image {
	width: 60%;
		margin-left: 6%;
	}
		.tabs-text-image .bsf_advanced_tab_image {
		width: 60% !important;
	}
	.bsf_content_left {
		text-align: left!important;
		padding-top: 50px;
	}
	.bsf_content_left h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 980px) {
.tabs-text-image .bsf_advanced_tab_image {
	width: 100% !important;
	margin-top: 34px;
}
}

/* WP Button Style */
.wp-block-button__link {
    font-size: 16px;
    background-color: #1f7cec;
    border-width: 1px!important;
    border-color: #1f7cec;
    border-radius: 6px;
	margin-top: 15px;
}

.wp-block-button__link:hover {
	color: #ffffff!important;
    background-color: #1f7cec;
    border-color: #1f7cec!important;
    border-radius: 6px;
}

/* Udtalelser */

.udtalelser .dsm_card_carousel_child_subtitle {
    font-size: 36px;
    line-height: 1.3em;
}



body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_0.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_1.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_2.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_3.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_4.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_5.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_6.dsm_card_carousel_child .et_pb_button,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_7.dsm_card_carousel_child .et_pb_button {
    padding-left: 0em!important;
}

body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_0.dsm_card_carousel_child .et_pb_button:after, 
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_1.dsm_card_carousel_child .et_pb_button:after,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_2.dsm_card_carousel_child .et_pb_button:after,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_3.dsm_card_carousel_child .et_pb_button:after,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_3.dsm_card_carousel_child .et_pb_button:after,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_4.dsm_card_carousel_child .et_pb_button:after,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_5.dsm_card_carousel_child .et_pb_button:after,
body #page-container .et_pb_section .c2a-cases .dsm_card_carousel .dsm_card_carousel_child_6.dsm_card_carousel_child .et_pb_button:after {
	font-size: 22px !important;
	top: 8px !important;
}

/* .c2a-cases .dsm_card_carousel_0 .swiper-button-prev, .c2a-cases .dsm_card_carousel_0 .swiper-button-next {
    margin-top: -360px;
} */

.c2a-cases h4.et_pb_module_header, .c2a-cases h3.et_pb_module_header {
    font-size: 46px !important;
    padding-bottom: 0px;
    padding-top: 8px;
}

.c2a-cases h4.dsm_card_title.et_pb_module_header, .c2a-cases .dsm_card_carousel_child_description {
	max-width: 500px;
}

.c2a-cases .dsm_card_carousel_child_description {
	padding-top: 20px;
}

.c2a-cases .dsm_card_carousel_child_subtitle {
	font-size: 13px !important;
    opacity: 0.6;
    padding-bottom: 0px;
}


/* TIMELINE */

.dsm-content-timeline-date .date {text-align: left !important; margin-top: 5px;}

/* ZOOM IMAGES */

.zoom .et_pb_column.et_pb_column_1_2 {
	background-size: 140%;
	transition: all 0.5s ease;
}

.et_pb_section.zoom:hover .et_pb_column.et_pb_column_1_2, .et_pb_row.zoom:hover .et_pb_column.et_pb_column_1_2 {
	background-size: 150%;
	transition: all 0.5s ease;
}


#stillinger .dp-dfg-header {
    padding: 0px 0px 0px !important;
}

#stillinger .dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
    padding-bottom: 0px !important;
}

#stillinger .dp-dfg-meta {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    margin-top: 0px !important;
}

#stillinger .dp-dfg-layout-list .dp-dfg-item {
    grid-column-gap: 0em !important;
    padding: 3em 3em !important;
}

#stillinger .dp-dfg-skin-default .dp-dfg-item>* {
    padding: 0em 0 !important;
}

#stillinger article {
	border-radius: 8px !important;
	background-image: url('/wp-content/uploads/2023/02/next-7.svg') !important;
	background-position: right 20px top 39px !important;
	background-repeat: no-repeat !important;
	background-size: 36px !important;
}


/* USECASES */

.usecases .dsm_icon_list li.dsm_icon_list_child {
	display: inline-block;
	width: auto;
	padding: 6px 20px 6px 16px; 
	border-radius: 25px; 
	background: #fff;
	margin-right: 8px;
	margin-bottom: 8px !important;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.usecases .dsm_icon_list li.dsm_icon_list_child:hover {
	background: #e49835 !important;
	color: #fff !important;
}

.usecases .dsm_icon_list li.dsm_icon_list_child:hover a, .usecases .dsm_icon_list li.dsm_icon_list_child:hover .dsm_icon_list_icon {
	color: #fff !important;
}

/* ADDITION CSS */



.swiper-kontoret img {
	border-radius: 12px;
}

.swiper-kontoret .swiper-button-prev, .swiper-kontoret .swiper-button-next {
	height: 50px !important;
    width: 50px !important;
}

.swiper-kontoret .swiper-button-prev:before, .swiper-kontoret .swiper-button-next:before {
    color: #00224A !important;
    font-size: 48px !important;
}

.swiper-kontoret .swiper-button-prev {
	left: 30px;
}

.swiper-kontoret .swiper-button-next {
	right: 30px;
}


.dsm-text-divider-header.et_pb_module_header {
	padding-bottom: 0px !important;
}

.video-ydelser .et_pb_video_play::after {
    content: 'Afspil video';
    color: #fff !important;
    display: block;
    margin: 0;
    font-family: 'Outfit',sans-serif !important;
    font-size: 30px !important;
    text-align: center;
    left: -18%;
    position: relative;
}


@media only screen and (max-width: 980px) {
	.video-ydelser .et_pb_video_play::after {
		font-size: 22px !important;
		left: -30%;
	}
}


.dsm_icon_list .dsm_icon_list_icon {
    margin-top: 7px !important;
}

.et_pb_row_4col .content-box.et-last-child, .et_pb_row_4col .content-box.et-last-child-2, .et_pb_row_6col .content-box.et-last-child, .et_pb_row_6col .content-box.et-last-child-2, .et_pb_row_6col .content-box.et-last-child-3 {
    margin-bottom: auto !important;
}

.bracketed_out #top-menu > li:not(.menu-item-has-children):not(.dipi-cta-button-menu-item):not(.centered-inline-logo-wrap) a > span:before, .bracketed_out .et_pb_menu__menu > nav > ul > li:not(.menu-item-has-children):not(.dipi-cta-button-menu-item) a > span:before, .bracketed_out #top-menu > li:not(.menu-item-has-children):not(.dipi-cta-button-menu-item):not(.centered-inline-logo-wrap) a > span:after, .bracketed_out .et_pb_menu__menu > nav > ul > li:not(.menu-item-has-children):not(.dipi-cta-button-menu-item) a > span:after {
	top: 3px !important;
}

#main-header .et_mobile_menu {background: #fff !important;}

.blog figure.dp-dfg-image, .single .et_pb_specialty_column .et_pb_image {
	padding: 50px !important;
    background: #EEF2F5;
}

.blog.dp-dfg-image img, .single .et_pb_specialty_column .et_pb_image img {
    display: block;
    width: 74px !important;
    max-width: 74px !important;
    margin-left: auto;
    margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

.hero-img {
	height: 50vh;
	border-radius: 8px;
	overflow: hidden;
}

.et_pb_specialty_column .et_pb_row_inner_0_tb_body.et_pb_row_inner {
	margin-left: 0!important;
}

.services-icons .dsm_icon_list_text {
    padding-top: 3px !important;
}


header .et_builder_inner_content {
    z-index: 9999 !important;
}

.cwp_et_pb_layout_slide_item_standard_3 .as_slide_content_wrapper, .cwp_et_pb_layout_slide_item_standard_1 .as_slide_content_wrapper, .cwp_et_pb_layout_slide_item_standard_2 .as_slide_content_wrapper, .cwp_et_pb_layout_slide_item_standard_0 .as_slide_content_wrapper {
    width: 100% !important;
    padding: 25px !important;
    padding-left: 20px;
    /* border-left: 3px solid #1f7cec; */
    background: #fff !important;
    border-radius: 0px 0px 8px 8px !important;
    font-size: 13px !important;
    text-align: left;
    margin-left: 0;
}

#page-container {
    overflow-y: hidden;
	overflow-x: hidden;
}

.dsm_icon_list .dsm_icon_list_icon {
    font-size: 16px;
    margin-top: 5px;
	font-weight: 700;
}

.dsm_icon_list.btn-stripped .dsm_icon_list_icon {
    margin-top: 0px;
}



.dsm-text-divider-before.dsm-divider {
    margin: 0 10px 0 0px;
}

.dsm-text-divider-after.dsm-divider {
    margin: 0 0px 0 10px;
}

.divider-left .dsm-divider {
    margin: 0 0 0 10px;
}

.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {
    width: auto;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
}

::selection {
  background: #1f7cec;
	color: #fff;
}


.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none !important;
}


.et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	background-color: rgba(0,0,0,0.1);
}

.breadcrumb a {
	color: rgba(255,255,255,0.6);
	font-size: 13px !important;
}

.breadcrumb {
	padding-top: 34px;
	font-size: 13px !important;
}

.et_pb_contact_field_radio {
	display: inline-block;
	margin-right: 15px;
}

.list-topalign .dsm_icon_list_icon {
	margin-top: 6px;
}

.dsm-bottom-meta img {
	border-radius: 50% !important;
}

.et_pb_newsletter_button::after {
	display: none;
}

.split .et_pb_button_module_wrappers {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}

.dsm_icon_list.split, .et_pb_module.split {
    max-width: 560px !important;
    width: 100% !important;
	margin-left: auto;
    margin-right: auto;
}

.et_pb_text.split, .split .et_pb_text {
    max-width: 560px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: block;
}

.split-left .et_pb_button_module_wrapper {
    max-width: 560px;
    margin-right: auto;
}

.split-right .et_pb_button_module_wrapper {
    max-width: 560px;
    margin-left: auto;
}

.split .dsm_icon_list {
	    max-width: 560px;
	width: 100%;
	    margin-left: auto;
    	margin-right: auto;
}

.split .et_pb_blurb .et_pb_blurb_content {
	max-width: 560px;
}


.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 



	ul.list-arrows li::before, .main-content-section ul li::before, .secondary-content-section ul li::before, .et_pb_fullwidth_header ul li::before {
    position: relative;
    margin-right: 10px;
    margin-left: -34px;
    top: 5px;
    color: rgba(0,0,0,0.3);
    font-family: 'ETmodules';
    content: "\e052";
    font-weight: 700;
    font-size: 25px;
    color: #10b2a8;
}

	
	ul.list-arrows, .main-content-section ul, .secondary-content-section ul, .et_pb_fullwidth_header ul {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		    padding: 0 0 1.5em 34px !important;
}

.et_pb_fullwidth_header ul {
		margin-top: 34px;
	font-size: 16px !important;
}

	ul.list-arrows li::before, .main-content-section ul li::before, .secondary-content-section ul li::before, .et_pb_fullwidth_header ul li::before, .et_pb_blurb_description ul li::before, .et_pb_text_inner ul li::before {
		position: relative;
    margin-right: 10px;
    margin-left: -39px;
    top: 6px;
    color: rgba(0,0,0,0.3);
    font-family: 'ETmodules';
    content: "\5e";
    font-weight: 700;
    font-size: 29px;
    color: #e49835;
}

	
	ul.list-arrows, .main-content-section ul, .secondary-content-section ul, .et_pb_fullwidth_header ul, .et_pb_blurb_description ul, .et_pb_text_inner ul {
    width: 100%;
    margin: 0;
		margin-top: 15px;
    list-style: none;
		list-style-type: none !important;
		    padding: 0 0 1.5em 34px !important;
}



	ul.list-checkmark li::before, .list-checkmark ul li::before {
    position: relative;
    margin-right: 10px;
    top: 1px;
    font-family: 'ETmodules';
    content: "\e052";
    font-weight: 700;
    font-size: 18px;
    color: #1f7cec;
    margin-left: -28px;
}
	
	ul.list-checkmark, .list-checkmark ul {
    width: 100%;
    margin: 0;
		margin-top: 10px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

ul.list-checkmark li, .list-checkmark ul li {
	margin-bottom: 10px;
	padding-left: 30px;
}


.c2a-cases .dsm_card_carousel_child_description ul {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

.c2a-cases .dsm_card_carousel_child_description ul li {
margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    margin-right: 5px;
    display: inline-block;
    width: auto;
    padding: 6px 10px 6px 10px;
    font-weight: 700;
    color: #001e1c;
	font-size: 13px;
}


.box-shadow {
    box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
}


.border-radius {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	overflow: hidden;
}

.et_pb_video_play:before {

}

.mfp-iframe-holder .mfp-content {
    margin-top: 8%;
}

.c2a-box {
    padding: 50px 34px;
	background: #fff;
	margin-bottom: 40px;
}

.content-box {
    padding: 40px 34px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 8px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	   box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.content-box:hover {
	    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.box-outline {
    padding: 40px 34px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 8px;
	border: 1px solid rgba(15,2,54,0.1) !important;
}


a {
    cursor: pointer !important;
    z-index: 9999 !important;
}


/* CUSTOM ICONS */

.icon-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #0db3aa;
    font-family: 'ETmodules';
}

.icon-android:before {
    content: "\e009";
}

/* CONTACT ICONS */

.contact-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #0078D7;
    font-family: 'ETmodules';
}

.contact-address:before {
    content: "\e009";
}

.contact-media {
    margin-bottom: 2px;
}

.contact-phone:before {
    content: "\e090";
}

.contact-login:before {
    content: "\e00";
}

.contact-email:before {
    content: "\e010";
}

.contact-fax:before {
    content: "\e103";
}



/* ANIMATION SPEED */

.et_pb_animation_right.et-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeRight;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.et_pb_animation_left.et-animated {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeLeft;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.et_pb_animation_bottom.et-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeBottom;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

#et-secondary-nav a {
    -webkit-transition: background-color .2s, color .2s ease-in-out;
    -moz-transition: background-color .2s, color .2s ease-in-out;
    transition: background-color .2s, color .2s ease-in-out;
}

.play {
	animation: pulse 2s infinite;
	border-radius: 500px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(120, 82, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(120, 82, 255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(120, 82, 255, 0);
      box-shadow: 0 0 0 20px rgba(120, 82, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0);
      box-shadow: 0 0 0 0 rgba(120, 82, 255, 0);
  }
}




/* DROP DOWN MENU */

#top-menu li li a {
    width: 240px;
    padding: 6px 10px 6px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
	text-transform: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#top-menu li li:hover {
    padding-right: 8px;
}

#top-menu li li a:hover {
    color: #1f7cec !important;
}

#top-menu li li::before {
    position: relative;
    margin-right: 8px;
    top: 3px;
    color: rgba(0,0,0,0.2);
    font-family: 'ETmodules';
    content: "\35";
	float: left;
}

.nav li ul {
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
}


/* *************************** RESPONSIVE MOBILE *************************** */

@media only screen and (max-width: 980px) {
	
	#top-header {display: none;}
	#main-header {top: 0px !important;}
	
	.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next {
    right: 15px !important;
}
	.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev {
    left: 15px !important;
}
	
	.kundeudtalelser .swiper-arrow-button, .kundeudtalelser .dsm_card_carousel .swiper-button-prev, .kundeudtalelser .dsm_card_carousel .swiper-button-next {
    top: 0px !important;
}
	
	.front-logos .content-box {
		box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
		padding: 0px !important;
	}
	
	.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: auto !important;
	}
	
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {display: none;}
	
	
	.et_pb_row {
		position: relative;
		width: 90%;
	}
	
	#main-header .container {
		width: 90%;
	}
	
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
		background-color: rgba(18,39,65,.5);
	}
	
	/* BTN MENU */
	#et_mobile_nav_menu .btn-menu-app a, .btn-menu a {
	margin: 20px 0px;
    padding: 16px 32px !important;
    background: #1f7cec !important;
    color: #fff !important;
    border-radius: 50px;
	margin-left: auto;
    margin-right: auto;
    max-width: 86%;
		text-align: center;
		font-weight: 400 !important;
	}
	
	.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 7%;
    display: block;
}
	
	.et_mobile_menu li a {color: #00224a !important;}
	.et_mobile_menu li.btn-menu a {color: #fff !important;}

	.c2a-cases h4.et_pb_module_header, .c2a-cases h3.et_pb_module_header {
    font-size: 30px !important;
    padding-bottom: 0px;
    padding-top: 8px;
}
	
/* 	.et_divi_100_custom_hamburger_menu__icon div {
	margin: 0.325rem 0 0px;
    height: 2px;
} */
	
	.et_divi_100_custom_hamburger_menu__icon div:nth-child(2) {
    width: 70%;
	margin: 0.25rem 0 0px;
     height: 2px;
}
	
	.et_divi_100_custom_hamburger_menu__icon {
    position: relative;
    display: block;
    width: 3rem;
    height: 1.875rem;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.28rem;
    clear: both;
}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 10px;
    padding-top: 13px;
}
	
	.et_pb_fullwidth_header.hero-front {
		padding-top: 120px !important;
		padding-bottom: 50px !important;
	}
	
	.dsm_button .et_pb_button_two, .et_pb_button_two.et_pb_button, body #page-container .et_pb_section .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}

	
		/* CUSTOM OVERLAY */
	
	.et_mobile_menu {
border:0px #fff;
width:125%;
margin-left: -12.5%;
		padding-left: 5%;
		padding-right: 5%;
} 

	
    body {
        font-size: 15px;
    }
    .title-big, .et_pb_fullwidth_header_subhead, .title-big h2, .title-big h3, p.title-big, .title-big p, .title-big h1, h1.title-big, h2.title-big, h3.title-big, p.title-big {
        font-size: 30px !important;
        line-height: 1.25em;
    }
	p.title-big {
        font-size: 30px !important;
        line-height: 1.25em;
    }
    .title-hero, .title-hero h2, .title-hero h3, p.title-hero, .title-hero p, .title-hero h1, h1.title-hero, h2.title-hero, h3.title-hero, p.title-hero {
        font-size: 30px !important;
        line-height: 1.3em;
        padding-bottom: 10px;
    }

    .hero-front .intro {
    font-size: 20px;
    line-height: 1.4em;
}
	
	.intro-big, .intro-big p, p.title-medium, .title-medium p {
	font-size: 24px;
}
	
	
	
    .subtitle-big, .et_pb_fullwidth_header_subhead {
        font-size: 18px;
        line-height: 1.4em;
    }
		h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
			font-size: 26px;
	}

	
	.et_pb_promo h2 {padding-bottom: 0px;}
	
	.mobile-text-left {text-align: left !important;}
	
    .visible-phone {
        display: block !important;
    }
    .hidden-phone {
        display: none !important;
    }
    .hero-subpages {
        padding-top: 68px!important;
        padding-bottom: 50px !important;
    }
	
	.et_pb_fullwidth_header.hero-pullup {
		padding-top: 100px !important;
		padding-bottom: 128px !important;
	}
	
	
    .c2a-frontboxes {
        padding: 0px !important;
    background-color: rgba(255,255,255,0);
		    -webkit-box-shadow: none;
    -moz-box-shadow: none ;
    box-shadow: none;
    }
    .btn-inline .et_pb_button_module_wrapper {
        display: block;
    }
    .btn-inline-center .et_pb_button_module_wrapper {
        display: block;
    }
    .et_pb_button {
        width: 100%;
    }
	
	.dsm_button .et_pb_button_two {margin-left: 0px !important;}
	
	.et_pb_fullwidth_header_container {width: 90% !important;}
	
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
        margin-left: 0px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
        margin-left: 0px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
    }

	
	/* UDTALELSE MED IKON VENSTRE OG TEKST HØJRE */
	
	.et_pb_team_member {
		text-align: center;
	}
	
	.et_pb_team_member_description {
		display: inline-block;
		margin-left: 10px;
		margin-top: 5px;
	}
	
	.et_pb_team_member_image {
    display: inline-block;
}
	
	/* Udtalelser */

.udtalelser .dsm_card_carousel_child_subtitle {
    font-size: 24px;
    line-height: 1.3em;
}
	
	
	
    /* SLIDER / HERO SECTION */
    .hero-front {
        padding-top: 110px !important;
        padding-bottom: 34px !important;
    }
	.hero-front .subtitle-big {margin-bottom: -30px !important;}

.full-mobile.et_pb_row, .full-mobile.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
}
	
	.full-mobile.et_pb_row>.et_pb_column {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

.split-mobile {
		display: block !important;
    	min-height: 250px !important;
	}



/* MOBILE MENU */

	#main-header {

	}
	
/* .et_mobile_menu {
	background: #fff !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	} */




.box-c2a {
	padding:150px 34px 34px 34px !important;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -350px 150px -50px rgba(11,31,47,0.95);
	border: 8px solid #f0f2f7;
	font-size: 14px;
}

.box-c2a:hover, .box-c2a:focus {
	padding:150px 34px 34px 34px !important;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -350px 150px -50px rgba(11,31,47,0.95);
}
	
		/* #main-header { top: 40px !important; } */
.et_pb_fullwidth_header {
padding-top: 150px !important;
	padding-bottom: 60px !important;
}
	
}


	/*------------------------------------------------*/
/*---------[GQ - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
      color: #fff !important;       
	}
    .mobile_menu_bar::after {
            content: "MENU";
            position: relative;
            color: #fff!important;
        	cursor: pointer;
		    top: -9px;
    		left: 2px;
	}
    .mobile_nav.opened .mobile_menu_bar:after {
        color: #fff !important;
}


/* Alt pånær telefoner */

@media only screen and (min-width: 981px) {
	
	#main-header.et-fixed-header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
	
	.nyheder .et_pb_blurb, .services .et_pb_blurb {margin-bottom: 50px !important;}

	

		/* BTN MENU */

.btn-menu a {
        color: #00224a !important;
background: #fff !important;
	border: 1px solid #fff!important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -16px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
	border-radius: 50px;
	font-weight: 700 !important;
	font-size: 16px !important;
    }
    .btn-menu a:hover {
        color: #fff !important;
        background-color: #e49835!important;
		border: 1px solid #e49835!important;
		opacity: 1 !important;
		border-radius: 50px;
			font-weight: 700 !important;
	font-size: 16px !important;
    }
    #top-header #et-secondary-nav .btn-menu.a:hover {
        color: #fff !important;
    }

	.et-fixed-header #top-menu .btn-menu a {
		color: #fff !important;
		background: #1f7cec !important;
	border: 1px solid #1f7cec!important;
	}
	
	.et-fixed-header #top-menu .btn-menu a:hover {
		color: #fff !important;
		background: #e49835 !important;
	border: 1px solid #e49835!important;
	}
	

	

	
	/* BTN MENU OUTLINE */

	li.btn-menu-outline {padding-right: 6px !important;}
	
.btn-menu-outline a {
        color: #14234e !important;
border: 1px solid #14234e !important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -10px;
        border-radius: 6px;
        max-height: 44px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }
    .btn-menu-outline a:hover {
        color: #fff !important;
        background-color: #4979ff!important;
		border: 2px solid #4979ff !important;
		opacity: 1 !important;
    }
    #top-header #et-secondary-nav .btn-menu-outline.a:hover {
        color: #fff !important;
    }

	.et-fixed-header #top-menu .btn-menu-outline a {color: #14234e !important;}
	.et-fixed-header #top-menu .btn-menu-outline a:hover {color: #fff !important;}
	
	
		/* FIX JUMPING HEADER
#page-container {
    top: 128px !important;
    padding-top: 128px !important;
	margin-top: 0px !important;
}  */
	/* #main-header { top: 40px !important; } */
/* .et_pb_fullwidth_header {
padding-top: 130px !important;
	padding-bottom: 130px !important;
}  */
	
	.menu-divider-left a::before {
        content: "|";
        display: inline-block;
        margin-right: 22px;
        color: #e1e1e1;
    }
	
	#sidebar-c2a{display: none !important;}
	
    .visible-phone {
        display: none !important;
    }
    .hidden-phone {
        display: block !important;
    }
	

	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}


    /* NAVIGATION */
    .menu-divider-left a::before {
        content: "|";
        display: inline-block;
        margin-right: 22px;
        color: #e1e1e1;
    }
    /* NAVIGATION DESKTOP */
    .sub-menu {
        border-top: none;
    }
    #main-header .nav li ul {
        border-radius: 4px;
        width: 280px;
        left: -60px;
        border: none;
    }
	#main-header .nav li ul ul {
        border-radius: 4px;
        width: 280px;
        left: 280px;
		top: -20px;
        border: none;
    }
	.sub-menu {background: #fff !important;}
    .sub-menu:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .sub-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 14px;
        margin-left: -14px;
    }
    .sub-menu:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -11px;
    }
	
	ul.sub-menu ul.sub-menu:after {
display: none;
    }
	
		.et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {color: #000 !important;}
	
	#main-header .nav li ul a {
    color: #000000 !important;
}
	
	#main-header .nav li ul a:hover {
    color: #1f7cec !important;
}
	
	
	
}


/* TWO BY TWO COLUMNS ON MOBILE */
	
	@media (max-width: 980px) {
.two_on_mob .et_pb_column{
width: 47.5%!important;
    margin-right: 5% !important;
	padding: 0 20px;
}
.two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(5){
margin: 0 25%;
	display: none !important;
}
		
		.two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(2), .two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(4) {
 margin-right: 0% !important;
}
		
}
@media (max-width: 980px){
.et_pb_section .et_pb_row.two_on_mob div.et_pb_column.et_pb_column_1_4 {
    width: 47.5% !important;
}
	.et_pb_section .et_pb_row_4col.two_on_mob>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 47.5%!important;
    margin-right: 0 !important;
}
 
}



	@media (max-width: 980px) {
.two_on_mob.et_pb_gutters1 .et_pb_column{
width: 50%!important;
    margin-right: 0% !important;
}
.two_on_mob.et_pb_gutters1 .et_pb_column.et_pb_column_1_3:nth-of-type(3){
margin: 0 25%;
}
}
@media (max-width: 980px){
.et_pb_section .et_pb_row.two_on_mob.et_pb_gutters1 div.et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
}
	.et_pb_section .et_pb_row_4col.two_on_mob.et_pb_gutters1>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 50%!important;
    margin-right: 0 !important;
}
 
}


/* THREE BY TWO COLUMNS ON MOBILE */
	
	@media (max-width: 980px) {
.three_on_mob .et_pb_column{
width: 30%!important;
    margin-right: 3% !important;
	padding: 0 20px;
}
		
		.three_on_mob .et_pb_column.et_pb_column_1_6:nth-of-type(3), .three_on_mob .et_pb_column.et_pb_column_1_6:nth-of-type(6) {
 margin-right: 0% !important;
}
		
.et_pb_row.three_on_mob .et_pb_column.et_pb_column_1_6 {
		margin-bottom: 30px !important;
}
		
		.et_pb_row.three_on_mob {
			padding-bottom: 0px;
		}
		
}


/* DOWN ARROW ANIMATION */
span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}


@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}





/* FLIP COLUMNS ON MOBILE */
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
	
	.split-mobile {
		display: block !important;
    	min-height: 250px !important;
	}
	
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}



/*** Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {display:none;}

/*** Expand the content area to fullwidth for Single WooCommerce Product Pages ***/
@media (min-width: 981px){
.single-product #left-area, .single-product #primary {
width: 100% !important;
padding: 23px 0px 0px !important;
float: none !important;
}
}




div.wpcf7 .ajax-loader {height: 0px; display: none;}

.one-half,
.one-third {
    position: relative;
    margin-right: 2%;
    float: left;
        margin-bottom: 2%;
 
}
 
.one-half { width: 49%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}





/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #1f7cec;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}