/*
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
------------------------------------------------------- */

/* CONTAINER */

.container {
    width: 90%;
}

.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;
}

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

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 25px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.title {
    font-size: 22px !important;
    font-weight: 300;
    line-height: 1.3em;
	font-family: 'DM Serif Display',Helvetica,Arial,Lucida,sans-serif;
}

.title-big {
    font-size: 32px !important;
    font-weight: 400;
    line-height: 1.25em;
	letter-spacing: 0.5px;
	font-family: 'DM Serif Display',Helvetica,Arial,Lucida,sans-serif;
}

p.title-big {
    font-size: 32px !important;
    font-weight: 400;
    line-height: 1.25em;
	padding-bottom: 0px;
	color: #052338;
	letter-spacing: 0.5px;
	font-family: 'DM Serif Display',Helvetica,Arial,Lucida,sans-serif;
}


.title-hero, .et_pb_fullwidth_header_subhead {
    font-size: 42px !important;
    font-weight: 400;
    line-height: 1.25em !important;
	letter-spacing: 0.5px;
	font-family: 'DM Serif Display',Helvetica,Arial,Lucida,sans-serif;
}


p.title-hero {
	font-size: 42px;
    font-weight: 400;
    line-height: 1.25em;
	padding-bottom: 0px;
	letter-spacing: 0.5px;
	font-family: 'DM Serif Display',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_bg_layout_light p.title-hero {
color: #112b44;
}

.subtitle {
    font-size: 20px;
    line-height: 1.6em;
}

.subtitle-big {
    font-size: 20px;
    line-height: 33px;
		line-height: 1.6em;
}

h1.et_pb_module_header {
	font-size: 13px !important;
    color: rgba(255,255,255,0.7) !important;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: 'roboto',Helvetica,Arial,Lucida,sans-serif;
}

strong {
    font-weight: 700;
}

.et_pb_fullwidth_header_subhead {
    font-size: 20px;
    line-height: 33px;
	padding-bottom: 20px;
}

.text-light-shadow {
	text-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px, rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px, rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -moz-text-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px, rgba(0, 0, 0, 0.08) 0px 1px 4px;
}

.primary-color {
    color: #bdb18b;
}

.preheader-white {
    font-size: 13px !important;
    color: rgba(255,255,255,0.6);
	font-weight: 400;
	padding-bottom: 20px;
	font-family: 'roboto',Helvetica,Arial,Lucida,sans-serif;
}

.preheader {
    font-size: 13px !important;
    color: #4080cf !important;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: 'roboto',Helvetica,Arial,Lucida,sans-serif;
}

p.preheader, p.preheader-white, div.preheader, div.preheader-white {
	padding-bottom: 0px;
	font-family: 'roboto',Helvetica,Arial,Lucida,sans-serif;
}

h2.preheader {color: #4080cf !important; font-family: 'roboto',Helvetica,Arial,Lucida,sans-serif;}

.text-small {
    font-size: 13px !important;
    color: rgba(18,39,65,0.6) !important;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 1.4em;
}


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

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

/* TOP BAR */

#logo {
    max-width: 250px;
}

/* 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;
}

.menu-login a::after {
    font-family: 'ETmodules';
    content: "\e06c";
    display: inline-block;
    margin-left: 6px;
    color: inherit;
}

/* DROP DOWN MENU */

#top-menu li li a {
    width: 220px;
    padding: 6px 10px 6px 0px;
    font-size: 16px;
    font-weight: 400;
    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 a:hover {
    padding: 6px 10px 6px 8px;
}

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

.nav li ul {
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
}

/* SUB NAVIGATION */

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

/* SLIDER / HERO SECTION */

.hero-front {
    padding-top: 120px !important;
    padding-bottom: 160px;
}

.et_pb_fullwidth_header {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

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

.pullup-row {
	overflow: hidden; z-index: 10!important;
}

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

@media (min-width: 981px) {
	 .et_pb_gutters3 .et_pb_column_2_3.et_pb_specialty_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 57.8% !important;
	}
	.et_pb_gutters3 .et_pb_column_1_3.et_pb_column_single, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 36.7% !important;
		margin-top: -150px;
	}
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {width: 90%;}

.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: 80%;
    max-width: 800px;
    margin: 5% auto;
}

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


.section-shadow {
		box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -250px 150px -50px rgba(18,20,24,0.5);
}


/* SIDEBAR */

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

.et_pb_widget .sidebar-contact a {color: #51b5d5;}

#sidebar li a:hover {
    /* padding-left: 15px; */
}

/* #sidebar li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #254458;
    font-family: 'ETmodules';
    content: "\35";
} */

#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;
}

.sidebar-contact {color: #fff; text-align: center; padding: 50px 34px 68px; margin-bottom: 34px; background: #112b44;}
.sidebar-reviews {color: #fff; text-align: center; padding: 50px 34px; margin-bottom: 34px; border-radius: 0px; background: #3d89a1;}

/* FOOTER */

#main-footer>.container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#main-footer .widget_recent_entries li a, #main-footer .widget_nav_menu li a {
    padding-left: 0px;
    transition: all 0.2s;
}

.footer-widget h4 {font-weight: 700;}

.bottom-nav, .bottom-nav a {
    font-size: 13px;
}

#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 {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #254458;
    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_widget li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #254458;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
}




/* BLOG POSTS */

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

.single .entry-title {text-align:center;}

.post .forbehold {display: none !important;}
.post .et_post_meta_wrapper img {margin-top: 34px;}
.post .entry-content {max-width: 700px; margin-left: auto; margin-right: auto;}
.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 #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;
}

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


/* LOGO GRID */
	.logo-1 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 50px;}
.logo-2 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 50px;}
.logo-3 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 50px;}
.logo-4 {border-bottom: 1px solid #e1e1e1; padding: 50px;}

.logo-5 {border-right: 1px solid #e1e1e1; padding: 50px;}
.logo-6 {border-right: 1px solid #e1e1e1; padding: 50px;}
.logo-7 {border-right: 1px solid #e1e1e1; padding: 50px;}
.logo-8 {padding: 50px;}

@media only screen and (max-width: 980px) {

	.logo-1 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 25px;}
.logo-2 {border-right: none; border-bottom: 1px solid #e1e1e1; padding: 25px;}
.logo-3 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 25px;}
.logo-4 {border-right: none; border-bottom: 1px solid #e1e1e1; padding: 25px;}

.logo-5 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 25px;}
.logo-6 {border-right: none; border-bottom: 1px solid #e1e1e1; padding: 25px;}
.logo-7 {border-right: 1px solid #e1e1e1; padding: 25px;}
.logo-8 { padding: 25px;}
	
}

.logo-1 img, .logo-2 img, .logo-3 img, .logo-4 img, .logo-5 img, .logo-6 img, .logo-7 img, .logo-8 img {
	max-height: 40px;
}

/* 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;}

.signup-box {background: #262b34; padding: 34px; margin-top: 100px; color: #fff; text-align: center;}
.signup-box h3 {color: #fff; padding-top: 14px;}
.signup-box img {margin-left: auto; margin-right: auto; text-align: center;}

/* 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 {
	font-size: 20px !important;
	padding-bottom: 15px;
	padding-top: 8px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

/* VIDEO */

.invis-video iframe {
	opacity: 0;
}

.invis-video .et_pb_video_overlay_hover:hover {
    background-color: rgba(0,0,0,0) !important;
}

.invis-video .et_pb_video_overlay {
	background: none !important;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #bdb18b;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  /* background: #fa183d; */
	background: rgba(255,255,255,0.2);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

.btn-video {
	position: relative; height: 250px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* STEPS PROCESS */

.steps .et_pb_main_blurb_image {
    display: inline-block;
    max-width: 80px;
    margin-bottom: 30px;
    line-height: 0;
}

.steps-box:after {
content: "";
    background-image: url(/wp-content/uploads/2020/03/arrow-right.png);
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 0;
    height: 40px;
    width: 40px;
    opacity: .2;
    /* -webkit-transform: scaleX(-1); */
    /* transform: rotate(220deg) scaleX(-1); */
    right: -53px;
}

/* MEDARBEJDERE */

.et_pb_team_member_description {font-size: 13px;}
.et_pb_team_member_description h4 {
	padding-bottom: 5px; 
	padding-top: 10px;
}

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

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

.et_pb_toggle_close, .et_pb_toggle_open {
    background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

.et_pb_toggle {
	border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
	/*    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px; */
}

.et_pb_toggle_content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 34px;
	padding-left: 34px;
	padding-right: 34px;
}

.et_pb_toggle_title:before {
    color: #4080cf;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #4080cf;
}

.et_pb_toggle.et_pb_toggle_item h5 {
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 16px;
    color: #122741;
		font-family: 'roboto',Helvetica,Arial,Lucida,sans-serif;
}


/* ADDITION CSS */

.orange {
	background-color: #efbf87;
}

.blue {
	background-color: #bdd8e6;
}

.total {
	background-color: white;
	text-transform: underline !important;
}

.total-tr {
	font-weight: 700;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 10px 24px;
}

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

	ul.list-checkmark li, .main-content-section ul li {
    padding: .2em 0 1em 28px;
    background: url('/wp-content/uploads/2020/03/checkmark.png');
		background-repeat: no-repeat;
		background-position: 0px 7px;
    box-sizing: border-box;
}
	
	ul.list-checkmark, .main-content-section ul {
    width: 100%;
    margin: 0;
		margin-top: 34px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 15px !important;
}

.box-shadow {
    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);
}

.shadow-hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
}

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

.et_pb_video_play:before {
    box-shadow: 0 0px 60px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 60px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 60px rgba(0,0,0,.2);
	border-radius: 100px;
}

.content-box {
    padding: 40px 34px;
	background: #fff;
    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);
	border-radius: 0px;
}

.content-box-white {
    padding: 34px;
    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);
    background: #fff;
    margin-bottom: 10px!important;
    margin-left: 5px !important;
    margin-right: 5px !important;
		border-radius: 0px;
}

.featured-box {
    padding: 34px;
	border-right: 1px solid #e1e1e1;
}

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline-center .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline-center {
    text-align: center !important;
}

.btn-inline .et_pb_button, .btn-inline-center .et_pb_button {margin-bottom: 15px;}

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

/* button {
    color: #fff;
    background-color: #227efb;
    padding: 16px 35px 16px 35px;
    border-radius: 0px;
	border: 2px solid #227efb;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	font-size: 16px;
	font-weight: 700;
} */

/* CONTACT CF7 */

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 14px 25px;
    color: #4e4e4e;
    width: 100%;
}

/* CONTACT ICONS */

.contact-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #bdb18b;
    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";
}


/* CONTACT FORM JOTFORM */

.form-textbox, .form-textarea {
    padding: 13px 20px 13px 20px !important;
    width: 100% !important;
    border-radius: 3px !important;
    border: 1px solid #e1e1e1 !important;
}

/* MOBILE NAV BUTTONS */

#sidebar-c2a{position:fixed;right:34px;bottom:34px;display:block;z-index:100000; border-radius: 5px;
	    box-shadow: 0 0px 30px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 30px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 30px rgba(0,0,0,.2);
	font-size: 13px;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;
}

#c2a-knap-1{background-color:#fff;margin:0;padding:18px 8px 12px;color:#122741;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;font-size:13px!important;border-radius:0;display:block;font-weight:400; float: right; border-radius: 0 5px 5px 0; min-width: 115px;}

#c2a-knap-1:hover{background-color:#e5e5e5}

#c2a-knap-1:before{font-family:"ETmodules"!important;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:8px;text-align:center;font-size:25px;line-height:1;text-transform:none;speak:none;position:relative;content:"\e090"; color: #4080cf;}

#c2a-knap-2{background-color:#fff;margin:0;padding:18px 8px 12px;color:#122741;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;font-size:13px!important;border-radius:0;display:block;font-weight:400; float: right; border-radius: 5px 0 0 5px; border-right: 1px solid #e1e1e1; min-width: 115px;}

#c2a-knap-2:hover{background-color:#e5e5e5}

#c2a-knap-2:before{font-family:"ETmodules"!important;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:8px;text-align:center;font-size:25px;line-height:1;text-transform:none;speak:none;position:relative;content:"\e010"; color: #4080cf;}

#c2a-knap-3{background-color:#fff;margin:0;padding:24px 8px 18px;color:#333;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;font-size:13px!important;border-radius:0;display:block;font-weight:400; float: right; border-radius: 5px 0 0 5px; border-right: 1px solid #e1e1e1;}

#c2a-knap-3:hover{background-color:#edf3f5}

#c2a-knap-3:before{font-family:"ETmodules"!important;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:8px;text-align:center;font-size:25px;line-height:1;text-transform:none;speak:none;position:relative;content:"\6c"; color: #ff806c;}


/* 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;
}


/* POPUP */

.evr_fb_popup_modal {
    background: rgba(25,34,48,0.9);
}

#popup-kontakt.et_pb_section {
    background: none !important;
}

/* #popup-kontakt div.et_pb_row {
	width: 100% !important;
} */

#popup-kontakt .et_pb_contact p input, #popup-kontakt .et_pb_contact p textarea {
    padding: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #666;
    background-color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 5px;
}

#popup-kontakt p.et_pb_contact_field {
    margin-bottom: 3%;
    padding: 0 0 0 3%;
}

#popup-kontakt .et_pb_contact_field textarea.et_pb_contact_message {
    min-height: 80px;
}

@media (max-width: 980px) { 
	.et_pb_column .et_pb_contact p.et_pb_contact_field_half {
		width: 50%;
		clear: none;
		float: left;
	}
}


.et_pb_section.popup {
    box-shadow: none !important;
}

.et_pb_section.popup .evr-close {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    opacity: 1;
    transition: all 0.3s;
	box-shadow: none !important;
	color: #fff;
}


/* TESTIMONIAL PLUGIN */

.testimonial_rotator.template-twopigs .testimonial_rotator_slide_inner {
    width: 46%;
    float: left;
    padding: 34px 34px;
    margin-left: 2%;
    margin-right: 2%;
    background: #fff;
	text-align: left;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 16px;
    border-radius: 8px;
}

.testimonial_rotator.template-twopigs .testimonial_rotator_img {
	margin-top: -95px;
}

.testimonial_rotator.template-twopigs .slide {padding-bottom: 34px;}

.testimonial_rotator.template-twopigs .testimonial_rotator_quote {
    font-size: 15px;
    line-height: 1.7em;
    font-style: italic;
    padding-bottom: 10px;
}

.testimonial_rotator.template-twopigs .testimonial_rotator_slide_title, .testimonial_rotator.template-twopigs .testimonial_rotator_author_info, .testimonial_rotator.template-twopigs .testimonial_rotator_author_info p {text-align: left; padding-top: 10px;}

#testimonial_rotator_wrap_155.testimonial_rotator_wrap {
    margin: 20px 0px;
    padding: 10px;
	overflow: visible !important;
}


.testimonial_rotator.template-onepig .testimonial_rotator_quote {
    font-size: 1em;
    line-height: 1.8em;
    padding-bottom: 20px;
}

.testimonial_rotator.template-onepig .testimonial_rotator_slide_title {
    line-height: 1.2em;
    padding-top: 20px;
}

.menu-login a::after {
    font-family: 'ETmodules';
    content: "\e06c";
    display: inline-block;
    margin-left: 6px;
    color: inherit;
}

/* DROP DOWN MENU */

#top-menu li li a {
    width: 220px;
    padding: 6px 10px 6px 0px;
    font-size: 16px;
    font-weight: 400;
    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 a:hover {
    padding: 6px 10px 6px 8px;
}

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

.nav li ul {
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
}



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

@media only screen and (max-width: 980px) {
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {display: none;}
	
	/* DISABLE ANIMATIONS ON MOBILE
	.et_pb_section, .et_pb_section *{
		animation:none !important;
	}  */
	
	.et_pb_row {
		position: relative;
		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;}
	
	/* DISABLE ANIMATIONS ON MOBILE
	.et_pb_section, .et_pb_section *{
	animation:none !important;
	} */
	
	.btn-video {
	position: relative; height: 100px;
		    margin-top: 34px;
    margin-bottom: -34px;
}
	
    body {
        font-size: 15px;
    }
    .title {
        font-size: 20px !important;
        line-height: 1.25em;
    }
    .title-big {
        font-size: 26px !important;
        line-height: 1.25em;
    }
	p.title-big {
        font-size: 26px !important;
        line-height: 1.25em;
    }
    .title-hero, .et_pb_fullwidth_header_subhead {
        font-size: 26px !important;
        line-height: 1.3em;
        padding-bottom: 10px;
    }
	p.title-hero {
        font-size: 32px !important;
        line-height: 1.3em;
        padding-bottom: 10px;
    }
    .hero-front .subtitle-big {
        font-size: 15px;
    }
    .subtitle {
        font-size: 18px;
        line-height: 1.25em;
    }
    .subtitle-big, .et_pb_fullwidth_header_subhead {
        font-size: 18px;
        line-height: 1.5em;
    }
		h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
			font-size: 26px;
	}
	
	h1.et_pb_module_header {
		   font-size: 13px !important;
    color: rgba(31,39,45,0.7);
	font-weight: 400;
	padding-bottom: 20px;
	letter-spacing: 3px;
	}
	
	.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;
	}
	
	
	.menu-item.wpml-ls-item {display: none;}
	
	
    .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%;
    }
	
    /* SLIDER / HERO SECTION */
    .hero-front {
        padding-top: 68px !important;
        padding-bottom: 50px !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 COLUMNS */

	.mobile-column-2 {display: inline-block; max-width :50%;}
	.mobile-column-3 {display: inline-block; max-width:23%; margin-left: 5%; margin-right: 5%; margin-bottom: 0px;}
	.mobile-column-5 {display: inline-block; max-width:10%; margin-left: 5%; margin-right: 5%; margin-bottom: 0px;}


.box-contact h3 {
	font-size: 22px;
	padding-bottom: 15px;
}
.box-contact {margin-top: 34px;}
.box-contact .et_pb_blurb_content {border-right: none;}

.section-mobile-blurbs .et_pb_main_blurb_image {
    width: 100%;
    margin-bottom: 0;
}	

.section-mobile-blurbs .et_pb_blurb h4 {
    padding-bottom: 0px !important;
}

.section-mobile-blurbs .et_pb_blurb .et_pb_module_header a, .section-mobile-blurbs .et_pb_blurb h4 a {
    padding-bottom: 12px;
    display: block;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.section-mobile-blurbs .et_pb_main_blurb_image a {
    padding-top: 12px;
    display: block;
}

.btn-1 {border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.btn-2 {border-bottom: 1px solid #e1e1e1;}
.btn-3 {border-right: 1px solid #e1e1e1;}
.btn-4 {}

		/* COLLAPSE NESTED MENU ITEMS
	
	#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; } */

/* MOBILE MENU */

.et_mobile_menu {background: #0b3357 !important;}

	/* MOBILE NAV BUTTONS */
	
		#sidebar-c2a{left:0;bottom:-53px;width:100%;z-index:10000;display:block}
	#c2a-knap-1{width:50%;float:left;padding:10px 3px;font-size:14px!important;  border-radius: 0px;}
	#c2a-knap-1:before{margin-right:6px;display:inline-block;top:5px}
	#c2a-knap-2{width:50%;float:left;padding:10px 3px;font-size:12px!important; border-left: 1px solid #e1e1e1; border-right: none; border-radius: 0px;}
	#c2a-knap-2:before{margin-right:8px;display:inline-block;top:5px}
	
	
		#c2a-knap-3{width:33.33333333%;float:left;padding:10px 3px;font-size:12px!important; border-left: 1px solid #e1e1e1; border-right: none; border-radius: 0px;}
	#c2a-knap-3:before{margin-right:6px;display:inline-block;top:5px}



.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: 80px !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) {
	
		/* FIX JUMPING HEADER
#page-container {
    top: 130px !important;
    padding-top: 130px !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;
    }
	
	/* BTN MENU */

.btn-menu a {
        color: #fff !important;
background: none !important;
	border: 2px solid #fff!important;
		padding: 12px 28px 12px 28px !important;
        margin-top: -10px;
        border-radius: 3px;
        max-height: 40px;
    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 a:hover {
        color: #fff !important;
        background-color: #e6d9b0!important;
		border: 2px solid #e6d9b0!important;
		opacity: 1 !important;
    }
    #top-header #et-secondary-nav .btn-menu.a:hover {
        color: #fff !important;
    }

	.et-fixed-header #top-menu .btn-menu a {color: #fff !important;}
	
	
	/* BTN MENU OUTLINE */

	li.btn-menu-outline {padding-right: 6px !important;}
	
.btn-menu-outline a {
        color: #14234e !important;
border: 2px solid #14234e !important;
		padding: 12px 28px 12px 28px !important;
        margin-top: -10px;
        border-radius: 50px;
        max-height: 40px;
    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;}
	
	/* PADDING I SIDERNE */
	/* .et_pb_section {
		margin-left: 1% !important;
    	margin-right: 1% !important;
	}
	#main-header, #top-header, #main-footer {
		margin-left: 1% !important;
    margin-right: 1% !important;
	}
	#main-header, #main-header.et-fixed-header {
		width: 98%;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	#main-footer {
    	margin-bottom: 1% !important;
	} */
	
	.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: #fff !important;}
	
	/* BTN MOBILE COLUMNS */

.btn-1 {border-right: 1px solid #e1e1e1; border-bottom: 0px;}
.btn-2 {border-right: 1px solid #e1e1e1; border-bottom: 0px;}
.btn-3 {border-right: 1px solid #e1e1e1;}
.btn-4 {}
	
	.et-fixed-header .sub-menu a {color: #fff !important;}
	
	#main-header.et-fixed-header .nav li ul a {color: rgba(255,255,255,0.7) !important;}
	
    /* 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: 0px;
        width: 260px;
        left: -60px;
        border: none;
    }
	.sub-menu {background: #1b395e !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: #1b395e;
        border-width: 14px;
        margin-left: -14px;
    }
    .sub-menu:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #1b395e;
        border-width: 11px;
        margin-left: -11px;
    }
}


/* TWO BY TWO COLUMNS ON MOBILE */
	
	@media (max-width: 980px) {
.two_on_mob .et_pb_column{
width: 47.5%!important;
    margin-right: 5% !important;
}
.two_on_mob .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 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;
}
 
}





/* 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;
    }
}