/*
 Theme Name:     IT-Connects Divi Child
 Theme URI:      https://it-connects.nl/
 Description:    IT-Connects Divi Child Theme
 Author:         IT-Connects
 Author URI:     https://it-connects.nl/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.et-fixed-header#main-header{
	background-color: #030913 !important;
}
.hero:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
	background: rgb(3,9,19);
	background: -moz-linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	background: linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030913",endColorstr="#030913",GradientType=1);
}
.hi-1, .hi-2, .hi-3{
	flex: 50%;
}
.hi-1, .hi-2{
	display: inline-flex;
	margin-bottom: 15px !important;
	width: calc(50% - 7.5px);
}
.hi-1 .et_pb_image_wrap img, .hi-2 .et_pb_image_wrap img, .hi-3 .et_pb_image_wrap img, .hi-1 .et_pb_image_wrap, .hi-2 .et_pb_image_wrap, .hi-3 .et_pb_image_wrap{
	width: 100%;
}
.hi-1{
	border-right: 4px solid #1F61C0;
	border-bottom: 4px solid #1F61C0;
}
.hi-2{
	margin-left: 15px !important;
	border-left: 4px solid #1F61C0;
	border-bottom: 4px solid #1F61C0;
}
.hi-3{
	border-top: 4px solid #1F61C0;
	display: inline-flex;
	margin-left: 120px !important;
	width: calc(100% - 240px);
}
.hi-1:after, .hi-2:after, .hi-3:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
	background: rgb(3,9,19);
	background: -moz-linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	background: linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030913",endColorstr="#030913",GradientType=1);
}
.hi-3:after{
	background: rgb(3,9,19);
	background: -moz-linear-gradient(0deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	background: linear-gradient(0deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030913",endColorstr="#030913",GradientType=1);
}

/* Button style */

/* CSS for buttons - Attention Grabber - Border Pulse */
.btb-border-pulse {
	border: 2px rgba(31, 97, 192, 0.4) solid;
}

#page-container .et-l .et_pb_section .btb-border-pulse::after {
  display: block !important;
  margin: 0;
  border: 2px rgba(31, 97, 192, 0.4) solid;
  border-radius: inherit;
  content: '';
  z-index: -1;
  opacity: 0;
}

@keyframes border-pulse {

  0%,100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  50% {
    top: calc(1px * (-1) - 2px * 3);
    right: calc(1px * (-1) - 2px * 3);
    bottom: calc(1px * (-1) - 2px * 3);
    left: calc(1px * (-1) - 2px * 3);
  }
}

#page-container .et-l .et_pb_section .btb-border-pulse:hover::after {
  opacity: 1;
  transition: all .5s ease-out;
  animation: border-pulse 1.2s infinite;
}
.hero-btns .et_pb_button_module_wrapper {
	display: inline-block;
}

/* Programma's */

.programmas:before{
	content: "";
	background-image: url("https://battletobusiness.nl/wp-content/uploads/2024/12/vtv-zwart.svg");
	background-repeat: no-repeat;
	background-position: right center;
    height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.03;
}

.p-block > .et_pb_image .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
	background: rgb(3,9,19);
	background: -moz-linear-gradient(180deg, rgba(3,9,19,0.5018382352941176) 0%, rgba(3,9,19,1) 90%);
	background: -webkit-linear-gradient(180deg, rgba(3,9,19,0.5018382352941176) 0%, rgba(3,9,19,1) 90%);
	background: linear-gradient(180deg, rgba(3,9,19,0.5018382352941176) 0%, rgba(3,9,19,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030913",endColorstr="#030913",GradientType=1);
}
.p-block .et_pb_text h2{
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.p-block:hover .et_pb_text h2{
	color: #1F61C0 !important;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.p-block > .et_pb_text {
	position: absolute;
	bottom: 45px;
	left: 30px;
	width: 100%;
	padding-right: 60px;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

/* Vacatures */
.v-block > .et_pb_image .et_pb_image_wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
	background: rgb(3,9,19);
	background: -moz-linear-gradient(180deg, rgba(3,9,19,0.29735644257703087) 0%, rgba(3,9,19,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(3,9,19,0.29735644257703087) 0%, rgba(3,9,19,1) 100%);
	background: linear-gradient(180deg, rgba(3,9,19,0.29735644257703087) 0%, rgba(3,9,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030913",endColorstr="#030913",GradientType=1);
}
.v-block .et_pb_text h2{
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.v-block:hover .et_pb_text h2{
	color: #1F61C0 !important;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.v-block > .et_pb_text {
	position: absolute;
	bottom: 45px;
	left: 30px;
	width: 100%;
	padding-right: 60px;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
/* Uitgelichte vacatures */

.uv-block:hover .uv-image:after{
	opacity: .9;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.uv-block:hover .uv-text h5{
	color: #030913 !important;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.uv-logo{
	position: absolute;
    z-index: 10;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
}
.uv-image:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
	background: rgb(3,9,19);
	background: -moz-linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 90%);
	background: -webkit-linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 00%);
	background: linear-gradient(180deg, rgba(3,9,19,0) 0%, rgba(3,9,19,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030913",endColorstr="#030913",GradientType=1);
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.uv-text h5{
	padding: 0;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.uv-text{
	width: 100%;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: .3s all ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

/* Slider partners */
.gradient-bg{
	margin-top: -1px;
/*     z-index: -1; */
}
.p-slider .swiper-slide img{
	background-color: #030913;
	padding: 45px 30px;
	max-height: auto;
}

/* Contact */

.c-form .et_pb_contact_submit{
  border: 2px rgba(31, 97, 192, 0.4) solid !important;
}

.c-form .et_pb_contact_submit::after {
  content: '';
  margin: 0;
  border: 2px rgba(31, 97, 192, 0.4) solid !important;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
}
.c-form .et_pb_contact_submit::after:hover::after {
  opacity: 1;
  transition: all .5s ease-out;
  animation: border-pulse 1.2s infinite;
}

.c-form .et-pb-contact-message{
	color: white !important;
	margin-bottom: -15px;
}
	

/* New Menu */


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

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}
/* makes sub sub menu icon be right arrow instead of down arrow */

#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
/* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 28px;
    right: 0px;
    cursor: pointer;
    text-align: center;
}
/* the new toggle element when popped */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(255,255,255, 0.2);
}
/* toggle icon */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '33';
    color: #fff;
}
/* toggle icon when triggered */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '32';
}
/* hide sub menus by default */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
}
/* remove sub menu list item left padding, since padding will be on anchors */

#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}
/* adjust mobile menu anchors side paddings */

#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
/* indent sub sub menus further */

#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}
/* make the current page's mobile menu link be different */

#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/****** Code Style: Slide-in Gradient ******/

@media only screen and (max-width: 980px){
#mobile_menu {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    border-top: none;
    padding-top: 60px !important;
}
.et_mobile_menu li:nth-child(1) {
    padding-top: 15px;
}
.et_mobile_menu li a {
    color: #fff !important;
    width: 100%;
    float: left;
    border: none !important;
    text-align: left;
    margin: 5px 10px;
    transition: .2s;
    text-transform: uppercase;
    font-size: 1.4em !important;
}	

.mobile_nav ul#mobile_menu .current_page_item > a {
    color: #1F61C0!important;
	border-radius: 30px;
	padding-left: 20px;
}

.mobile_nav.closed #mobile_menu {
	background: #030913;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s 0s;
	-moz-transition: -moz-transform 0.4s 0s;
	transition: transform 0.4s 0s;
}

.mobile_nav.opened #mobile_menu {
	background: #030913;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
	overflow: none;
}

.mobile_menu_bar:before {
    color: #1b1d1e !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '4d';
    z-index:9999;
    color: #fff !important;
    width: 30px;
    height: 30px;
}
#page-container header#main-header {
    position: fixed;
    top: 0 !important;
}
 .et-fixed-header #et-top-navigation {
    padding-top: 15px!important;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
 .et-fixed-header .mobile_menu_bar_toggle {
    padding-bottom: 15px!important;
  }
 .mobile_menu_bar_toggle {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
.et-animated-content#page-container {
    transition: margin-top .4s ease-in-out;
    -webkit-transition: margin-top .4s ease-in-out;
    -moz-transition: margin-top .4s ease-in-out;
}

@media only screen and  (max-width: 980px) {
  .et_header_style_split .mobile_menu_bar, 
  .et_header_style_left .mobile_menu_bar {    
    z-index: 9999;
  }
}

@media only screen and (min-width: 481px)  {
  #mobile_menu {    
    width: 340px;    
    margin-left: calc(100% - 340px);
  }
}
@media only screen and (max-width: 480px)  {
  #mobile_menu {    
    width: 290px;    
    margin-left: calc(100% - 290px);
  }
}
}

/* Responsive */

@media only screen and (max-width: 980px) {
    #main-header{
        background-color: #030913 !important;
    }
}

@media only screen and (max-width: 767px)  {
	.hi-3{
		margin-left: 10% !important;
	}
	.p-block, .v-block{
		margin-bottom: 6px !important;
	}
	.programmas:before{
		background-position: center bottom;
	}
}