/**
 * Theme Name: SafeInfra
 * Template:   onepress
 * ...other header fields
 * Version: 4
 */
 
 
 
 
 .site-logo-div {
    width: 40px;
	float:left;
	padding:0px;
	margin: 0px;
	line-height: 70px !important;
	margin-right:15px;
} 

.site-info .container{
	font-size: 0px;
}
.site-info .container:after{
	font-size: 15px;
	content:" © 2026 SafeInfra.eu - Cornelis de Haan  (deze site is nog in ontwikkeling)";
}
.site-header {
    line-height: 20px !important;
	padding-bottom:10px;
}
.FFicon{
	font-size:60px;
	text-align: center;
	width:100%;
	color: #007C2D;
	padding:25px;
}
.FF-green{
	color: #007C2D;
}
.FF-GrayBorder{
	border: 0px solid #CCC;
	background-color:#e0fee0;
	padding: 15px;
	font-size: 17px;
	border-radius: 15px;
}
.FF-GrayBorder h2{
color:#777;
}
#counter{
	background-color:#ccddcc;
}

#contact{
	background-color:#e8f0e8;
}
.wpcf7-form-control{
	border-radius: 15px;
	border: 1px solid #03c4eb !important;
	box-shadow: none;
	background-color: #fff !important;
	width:100% !important;
}
.contact-form label span {
     opacity: 1;
}
.captcha-image{
	border-radius: 15px;
	border: 1px solid #9ec903 !important;
	background-color: #fff;
}
.wpcf7-submit{
	color: #007C2D !important;
}

@media screen and (max-width: 1200px){
.hero-large-text {
    font-size: 60px !important;
    letter-spacing: 3px;
}
		.site-text-logo{
		font-size:23px !important;
	}
}

@media screen and (max-width: 850px){
.hero-large-text {
    font-size: 25px !important;
    letter-spacing: 3px;
}
	.site-text-logo{
		font-size:16px !important;
	}
}
.ShowMapLocation {
    width: 100%;
    height: 500px;
    border: none;
}
.RoundCorner a img{
	border-radius: 9px;
}

.entry-content ul li:before {
    color: #009938;
    content: "✓";
    font-weight: 900;
    margin-left: -20px;
    margin-right: 10px;
}
.entry-content ul {
    list-style-type: none;
}
.bubble_CZVd7 {
	background-color: #007C2D !important;
}
.wpcf7-radio{
	padding:7px !important;
}
.wpcf7-response-output{
	background-color:#ddffdd;
}
.wpcf7 form.invalid .wpcf7-response-output{
	background-color:#ffffdd;
}
.wpcf7-submit{
	background-color:#ddeeff !important;
}

/*overview page*/

.Summary{
	background-color:#eee;
}

#DorionListNew {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.LocationItem{
	position: relative;
	flex-grow: 4;
	width:450px;
	margin:15px;
	height:250px;
	border-radius: 8px;
    /*border: 1px #EEE solid;*/
	background-color:#FFF;
	/*box-shadow: 5px 5px 11px #555;*/
	box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
}





.LocationIcon{
	padding:7px;
	width:30px;
	float:left;
	position:absolute;}

.LocationContent{
	padding:7px;
	margin-left: 30px;
	color:#777;
	height:210px;
	overflow:hidden;
}
.LocationContainer{
	margin: auto;
		max-width:1300px;
}
.LocationContentWide{
	padding:7px;
	margin-left:30px;
	color:#777;

}

.LocationContent3{
	float:right;
	
	color:#777;
}
.LocationFooter{
	height:40px;
	background-color:#03c4eb;
	color: #FFF;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 7px;
	padding-left: 10px;
}

.Color1{
	background-color:#f00;
	height:12px;
	width:12px;
	border-radius:5px;
	float:left;
	margin:7px;
	-webkit-box-shadow:0px 0px 8px 4px #f00;
-moz-box-shadow: 0px 0px 8px 4px #f00;
box-shadow: 0px 0px 8px 4px #f00;
}
.Color2{
	background-color:#f88;
	height:12px;
	width:12px;
	border-radius:5px;
	float:left;
	margin:7px;
		-webkit-box-shadow:0px 0px 8px 4px #f88;
-moz-box-shadow: 0px 0px 8px 4px #f88;
box-shadow: 0px 0px 8px 4px #f88;

}
.Color3{
	background-color:#ffa500;
	height:12px;
	width:12px;
	border-radius:5px;
	float:left;
	margin:7px;
		-webkit-box-shadow:0px 0px 8px 4px #ffa500;
-moz-box-shadow: 0px 0px 8px 4px #ffa500;
box-shadow: 0px 0px 8px 4px #ffa500;

}

.Color4{
	background-color:#fe0;
	height:12px;
	width:12px;
	border-radius:5px;
	float:left;
	margin:7px;
		-webkit-box-shadow:0px 0px 8px 4px #fe0;
-moz-box-shadow: 0px 0px 8px 4px #fe0;
box-shadow: 0px 0px 8px 4px #fe0;

}


.Color0{
	background-color:#ccc;
	height:12px;
	width:12px;
	border-radius:5px;
	float:left;
	margin:7px;
}

.LocationDate{
	margin-left:35px;
	font-size:16px;
}

.ListPhoto{
		
		width: 200px;
  height: 210px;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 8px;
  
  
	}


.link-spanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.IncidentTable{
	background-color:#fff;
	border-collapse: collapse;
/*	max-width:900px;*/
	margin:0px;
	border-left:none;
	border-right:none;
}

.IncidentTable tr {
border-bottom: 1px solid #ccc;
}


.IncidentTable td {
		border:0px;

}

.ThirdColumn{
	width:200px;
}



.FirstColumn{
	font-weight:bold;
	 text-align: right; align-content
}
	
.Responsible{
	background-color: #e0e0e0;
	border-radius:15px;
	padding:8px;
	color:#444;
}
	
.startInfo{
	padding:20px;
	margin-left:2px;
	width: calc(100vw - 40px);
	max-width: 900px;
}

.hasDatepicker{
	background-color:#ffffff !important;
	border: 1px solid #e9e9e9 !important;
	box-shadow: none !important;
	width:150px;
}

.DateRangeButton {
  background: #03c4eb;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.DateRangeButton .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
  transition: all 0.3s;
}

.DateRangeButton:hover .icon {
  width: calc(100% - 0.6em);
}

.DateRangeButton .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.DateRangeButton:hover .icon svg {
  transform: translateX(0.1em);
}

.DateRangeButton:active .icon {
  transform: scale(0.95);
}



/*slide css*/



.SlideItem{
	position: relative;
	flex-grow: 4;
	width:95vw;
	margin:2.5vh;
	height:90vh;
	border-radius: 8px;
    /*border: 1px #EEE solid;*/
	background-color:#FFF;
	/*box-shadow: 5px 5px 11px #555;*/
	box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
	
}


.SlideIcon{
	padding:7px;
	width:30px;
	float:left;
	position:absolute;
	box-sizing: border-box;
	}
	
	.imgSlideIcon{
	width: 19px;
}

.SlideContent{
	padding:7px;
	margin-left: 30px;
	color:#777;
	height: 50vh;
	overflow:hidden;
	box-sizing: border-box;
}
.SlideMap{
	height: 37vh !important;
}
.SlideContainer{
	margin: auto;
		max-width:1300px;
}
.SlideContentWide{
	padding:7px;
	margin-left:30px;
	color:#777;

}

.SlideContent3{
	float:right;
	
	color:#777;
}
.SlideFooter{
	height:5vh;
	background-color:#03c4eb;
	color: #FFF;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 7px;
	padding-left: 10px;
}
.SlideDate{
	font-size: 1.5em;
}

.SlidePhoto{
		
		width: 30vw;
  height: 50vh;
  background-position: center;
  background-size: cover;
  border: 4px solid #fff;
  border-top-right-radius: 8px;
  
  
	}


.ShowMapSlide {
    width: 100%;
    height: 100%;
    border: none;
}


.wpcf7-checkbox{
	padding: 8px;
	display: inline-block;
}