/*
Theme Name: Bliksemdetectie.nl
Theme URI: http://bliksemdetectie.nl
Author: Webchitect
Author URI: http://bliksemdetectie.nl
Description: De meest recente versie van het thema voor Bliksemdetectie
Version: 2.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-block-embed__wrapper {
  width: 100%;
  text-align: center;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Custom BD style */

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

body, html {
	width: 100%;
	height: 100%;
	font-family: 'Roboto';
	font-size: 18px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100% !important;
}

iframe.instagram-media {
	max-width: 658px !important;
}

@media screen and (max-width: 768px) {
	iframe {
		height: auto;
	}
}

#eu-cookie-bar {
	z-index: 150;
}

w-div {
	z-index: 100 !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.left {
	width: 20% !important;
	max-width: 500px !important;
}
.main {
	width: 100% !important;
	max-width: calc(100% - 500px) !important;
	min-width: 80% !important;
	overflow-x: hidden !important;
}

@media screen and (max-width: 768px) {
	.left {
		width: auto !important;
	}
	.main {
		width: auto !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
}

.mainContainer {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.mainContainer .left {
	background: #000000 url('img/bg.jpg');
	background-size: cover;
	height: 100%;
	padding: 0px;
	padding-top: 30px;
	overflow-y: auto;
}

@media screen and (max-width: 768px) {
	.mainContainer .left {
		height: auto;
		padding-bottom: 25px;
		padding-top: 25px;
	}
}

.mainContainer .main {
	padding: 40px;
	padding-top: 25px;
	height: 100%;
	overflow-y: auto;
}

@media screen and (max-width: 768px) {
	.mainContainer .main {
		height: auto;
		padding: 25px;
	}
}

.mainContainer .col-md-9 h1, .mainContainer .col-md-9 h2, .mainContainer h3 {
	color: #6f378f;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 25px;
	font-weight: bold;
}

.mainContainer h3 {
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #333333;
}

a {
	color: #6f378f;
	font-weight: bold;
}

.logoContainer {
	width: 100%;
	text-align: center;
}

	@media screen and (max-width: 768px) {
		.logoContainer {
			width: 80%;
			text-align: left;
			padding-left: 15px;
		}
	}

.logo {
	width: 85%;
	border: 0px;
}

.mainRow {
	width: 100%;
}

.live {
	background: rgb(200,48,45);
	border-radius: 10px;
	padding: 8px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	bottom: 3px;
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}

	.live:hover {
		cursor: default;
	}

	@media screen and (max-width: 768px) {
		.live {
			bottom: 5px;
		}
	}

#map {
	background: #eeeeee;
	width: 100%;
	height: 300px;
	border-radius: 10px;
	margin-top: 20px;
	z-index: 0;
	margin-bottom: 15px;
	-webkit-transition: opacity 0.3s; /* Safari */
	transition: opacity 0.3s;
}

.instaImgContainer {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.instaImgContainer {
		margin: 0;
	}

	.instaImgContainer .col-md-3 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

.opacityUnderlay {
	border-radius: 10px;box-sizing: border-box;
	padding: 5px;
	border-radius: 10px;
	justify-content: center;
    border: 1px solid #eaeaea !important;
}

.categoryImg {
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #eaeaea !important;
	-webkit-transition: opacity 0.3s; /* Safari */
	transition: opacity 0.3s;
}

.categoryImg:hover {
	cursor: pointer;
	opacity: 0.5;
}

.noHover:hover {
	cursor: default !important;
	opacity: 1 !important;
}

.instaImg {
	width: 100%;
	height: 150px;
	background: black;
	-webkit-transition: opacity 0.3s; /* Safari */
    transition: opacity 0.3s;
}

.instaImg:hover {
	opacity: 0.5;
	cursor: pointer;
}

.mapFullShow {
	position: absolute;
	opacity: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
	margin-top: 140px;
	font-size: 20px;
	font-weight: bold;
}

.menuContainer {
	padding-top: 25px;
}

	@media screen and (max-width: 768px) {
		.menuContainer {
			display: none;
		}
	}

.menuContainer .row {
	width: 93%;
	margin-left: 7%;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #c5c5c5;
	font-size: 23px;
	-webkit-transition: color 0.3s; /* Safari */
	transition: color 0.3s;
}
@media screen and (max-width: 768px) {
	.menuContainer .row {
		padding: 0px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.menuContainer .row .col-md-2 {
		float: left;
	}

	.menuContainer .row .col-md-1 {
		display: none;
	}
}

.toggleMenu {
	position: absolute;
	right: 15px;
	font-size: 45px !important;
	border-radius: 10px;
	border: 1px solid gray;
	color: white;
	top: 15px;
}

@media screen and (min-width: 768px) {
	.toggleMenu {
		top: 35px !important;
		right: 35px !important;
	}
}

@media screen and (min-width: 1024px) {
	.toggleMenu {
		display: none !important;
	}
}

@media screen and (min-width: 321px) and (max-width: 768px) {
	.toggleMenu {
		top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.at4-follow-outer {
		display: none;
	}
}


.menuContainer .material-icons {
	font-size: 30px !important;
}

.menuContainer .col-md-1 {
	padding-left: 25px;
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
	.menuContainer .col-md-1 {
		padding-left: 12px;
	}
}

.menuContainer .active {
	background: rgba(182,182,182,0.3);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	margin-bottom: 5px;
	-moz-border-radius-bottomleft: 10px;
	color: #ffffff !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px -2px #000;
	-moz-box-shadow: 0px 0px 5px -2px #000;
	box-shadow: 0px 0px 5px -2px #000;
}


.colorToggle {
	color: #ffffff !important;
}

.menuContainer .row a {
	color: #c5c5c5;
	text-decoration: none;
	-webkit-transition: color 0.3s; /* Safari */
	transition: color 0.3s;
}

.menuContainer .row a:hover {
	cursor: pointer;
	color: #ffffff !important;
}


.toggler:hover {
	cursor: pointer;
}

.extendee {
	display: none;
}

.extendee .row {
	padding-top: 0px;
	padding-bottom: 0px;
}

.extendee .row .col-md-10 {
	font-size: 18px;
}

.extendee .material-icons {
	font-size: 20px !important;
}

.extendee .col-md-1 {
	width: 30px;
}

.postNoPad {
	padding: 0px !important;
}

.paddingContainer {
	padding: 40px;
}

.breadCrumbs {
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	background: #a881a8;
	color: #ebebeb;
	font-size: 13px;
}

.breadCrumbs ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.breadCrumbs li {
	float: left;
	margin-right: 5px;
}

.breadCrumbs a {
	color: #ebebeb;
	font-weight: initial !important;
}

.bcRound {
	border-radius: 10px;
}

.bcWarnings {
	margin-bottom: 15px;
	padding-left: 15px;
	width: auto;
	padding-right: 15px;
	margin-top: 10px;
	background: #e8eaed;
	color: #a8a8a8;
}

.bcWarnings a {
	color: #a8a8a8;
}

.postHeader {
	height: 265px;
	background-size: cover !important;
	background-position: center !important;
}

.postHeaderOverlay {
	height: 265px;
	background: rgba(0,0,0,0.5);
	padding: 40px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-content:center;
    flex-direction:column;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.postHeader, .postHeaderOverlay {
		height: 325px;
	}
}

.postHeaderSmall {
	height: 150px;
}

.postHeaderContent {
	font-size: 35px;
	font-weight: bold;
}

.postHeaderContent h1 {
	color: #ffffff !important;
	font-size: 35px !important;
	font-weight: bold !important;
	color: white !important;
}

.postHeaderContent p {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.postHeaderContent {
		font-size: 30px;
	}
}

@media screen and (max-width: 320px) {
	.postHeaderContent {
		font-size: 25px;
	}

	.postHeaderContent p {
		font-size: 16px !important;
	}
}


@media screen and (max-width: 320px) {
	.categoryImg {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.post div {
		font-size: 14px;
		padding-top: 3px !important;
	}
	.post h2 {
		font-size: 20px !important;
	}
}

.postHeaderContent p {
	font-size: 18px;
	color: #fcb040;
	display: block;
	font-weight: normal;
}

.actOndw {
	width: 80%;
	margin-left: 20px;
}

.thumbnail img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	
	.actOndw {
		width: 89%;
	}

	.actOnd .row {
		width: 100%;
	}

	.thumbnail {
		width: 100%;
		text-align: center;
	}
}

.date {
	color: #6f378f;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.realtime {
	width: 100%;
	height: 450px;
	background: #eeeeee;
	border-radius: 10px;
	padding: 35px;
	padding-top: 15px;
	overflow-y: auto;
}

.realtime .row {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.realtime .updater {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}

.realtime .datetime {
	font-size: 14px;
}

.realtime h3, .realtime h3 a {
	color: #6f378f !important;
	font-weight: bold;
	font-size: 20px;
}

.realtime h3 i {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.embeddedObject {
	margin: 0 auto;
	margin-top: 15px;
	width: 60%;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #eaeaea !important;
	background: #ffffff;
}

.videoObject {
	width: 70% !important;
}

.embeddedObject img {
	width: 100%;
	-webkit-transition: opacity 0.3s; /* Safari */
    transition: opacity 0.3s;
}

.embeddedObject img:hover {
	opacity: 0.5;
	cursor: pointer;
}

.settingsContainer {
	font-size: 13px !important;
	z-index: 2000;
}

.embeddedObject iframe {
    left:0;
    top:0;
    width:100%;
    position:relative;
}

.wchart {
	color: white !important;
}

.fullscreen_radar {
	width: 100%;
	height: 100%;
}

.fullscreen_radar_ad {
	position: absolute;
	width: 90%;
	right: 25px;
	top: 25px;
	height: 75px !important;
}

@media screen and (max-width: 768px) {
	.fullscreen_radar_ad {
		width: 100%;
		text-align: center;
	}
}

.fullscreen_radar_desktop_settings {
	position: absolute;
	right: 50px;
	bottom: 50px;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.55);
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fullscreen_radar_icon_view {
	text-align: center;
	width: 65px;
	float: left;
}

.fullscreen_radar_icon {
	border-radius: 10px;
	width: 45px;
	height: 45px;
	padding: 5px;
	padding-top: 11px;
	margin: 0 auto;
	background: rgb(87,69,91);
	-webkit-transition: background 0.5s, color 0.5s; /* Safari */
    transition: background 0.5s, color 0.5s;
	color: #ffe404;
}

.fullscreen_radar_icon:hover {
	cursor: pointer;
	background: rgb(81,61,88);
}

.fullscreen_radar_icon i {
	font-size: 25px;
}

.fullscreen_radar_icon_label {
	margin-top: 10px;
	font-size: 14px;
	color: rgb(87,69,91);
}

@media screen and (max-width: 768px) {
	.fullscreen_radar_desktop_settings {
		left: 5%;
		right: 5%;
		padding: 15px;
		bottom: 35px;
		justify-content: center;
	}

	.fullscreen_radar_icon_view {
		width: 60px;
	}

	.fullscreen_radar_icon {
		width: 35px;
		padding: 5px;
		padding-top: 8px;
		height: 35px;
	}

	.fullscreen_radar_icon i {
		font-size: 20px;
	}

	.fullscreen_radar_icon_label {
		font-size: 12px;
	}
}

.disabled > .fullscreen_radar_icon {
	background: #ececec;
	color: #c4c4c4;
}

.disabled > .fullscreen_radar_icon:hover {
	background: rgb(81,61,88);
	color: white !important;
}

.fullscreen_weerkaarten {
	width: 100%;
	height: 100%;
}

.footer {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 15px !important;
	color: rgb(87,69,91) !important;
}

.searchLayer {
	background: #a881a8;
	padding: 15px;
}

.locationString {
	font-size: 18px !important;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	font-weight: bold;
}

.searchBar {
	text-align: right;
}

.searchBar input {
	border-radius: 5px;
}

.blitzContainer {
	margin-top: 25px;
}

.blitzModelContainer {
	overflow-x: scroll;
	padding-bottom: 25px;
	margin-top: 25px;
	white-space: nowrap !important;
}

.blitzModelElement {
	display: inline-block !important;
	width: 200px !important;
    white-space: normal !important;
    text-align: center;
}

.blitzModelElementDateTime {
	font-weight: bold;
}

.chanceChartContainer {
	width: 9715px;
	height: 100px !important;
	padding-left: 94px;
}

.color_unknown {
	color: gray !important;
}

.color_nil {
	color: #2E9634 !important;
}

.color_low {
	color: #e7bd02 !important;
}

.color_mdt {
	color: #EF5D12  !important;
}

.color_hgh {
	color: #CE1F00 !important;
}

.nobold {
	font-weight: normal;
}

.intensity {
	margin-top: 10px;
}

.intensity div {
	font-size: 15px;
}

.liveStorms {
    -webkit-animation:spin 2.5s linear infinite;
    -moz-animation:spin 2.5s linear infinite;
    animation:spin 2.5s linear infinite;
}

.actueelOnweer {
	padding-left: 13px;
	font-size: 20px;
}

.actueelOnweer h1 {
	font-size: 35px !important;
	margin-bottom: 5px !important;
	display: inline-block;
}


.actueelOnweer i {
	position: relative;
	top: 7px;
}

.actueelOnweerHeader {
	margin-bottom: 3px !important;
}

.preload {
	display: none;
}

.hoverActive {
	cursor: pointer;
}

.modal-header {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		position: relative;
		left: 12.5%;
	}
}

.wxChart {
	width: 30%;
	max-width: 100%;
	border-radius: 15px;
	margin: 10px;
	margin-top: 20px;
	margin-left: 0px;
}

@media screen and (max-width: 768px) {
	.wxChart {
		width: 100%;
		margin: 0px;
	}
}

/* Redundant liveblog */
.bd-btn {
	width: 100%;
	font-size: 16px;
	background: #e8eaed;
	color: #333333;
	border-bottom: 2px solid #ccced1;
	-webkit-transition: border-bottom 0.5s, background 0.5s, color 0.5s; /* Safari */
    transition: border-bottom 0.5s, background 0.5s, color 0.5s;
}
.bd-btn:hover {
	color: #333333;
	border-bottom: 2px solid #b1b1b1;
	background: #ccced1;
}

.home_topics_cols {
	display: table-cell !important;
	height: 100%;
	max-height: 100%;
	float: none !important;
}

.recentReplies {
	background: #e8eaed;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0px;
}

.recentReplies h2 {
	font-size: 20px !important;
	color: #333333 !important;
}

.repliesContainer {
	height: 300px;
	overflow-y: scroll;
	padding: 15px;
	padding-top: 5px;
}

.reply {
	padding: 15px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile-reply {
	padding: 0px;
	padding-top: 5px;
}

.replyLink {
	font-weight: bold !important;
	color: #333333 !important;
}

.furtherLink {
	font-weight: normal !important;
}

.home_topics_flex {
	display: table !important;
	width: 100%;
}

.footer_quicklinks {
	background: #e8eaed;
	margin-left: -50px !important;
	margin-right: -50px !important;
	padding: 30px;
	margin-top: 35px;
	padding-top: 15px;
	padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.footer_quicklinks {
		padding: 40px;
		padding-top: 15px;
		padding-bottom: 25px;
	}
}

.footer_quicklinks h2 {
	font-size: 20px;
	color: #ccced1;
}

.noPadBot {
	padding-bottom: 0px !important;
}