/* Calendar styling */ 

.product-post .product-title {
	font-size: 20px;
}
.product-title {
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}
.product-post .product-price-wrap {
    margin-bottom: 10px;
}
.product-price {
    color: #374F99;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}
div#edit-purchased-entity-0-attributes-attribute-jaartal {
    margin-bottom: 25px;
}

/* Komende dagen */
.border-blue {
    border-right: 3px solid #4D80C0;
    background: #A6BEDC;
	/*margin-right: 2px;
    width: 24%;*/
}
.min-max{
	font-size: 40px;
	text-align: center;
	font-weight: bolder;
	font-family:anton,sans-serif;
}
.min-max-blue{
	color: #3078BE;
}
.min-max-red{
	color: #DE5021;
}
.forecast-day{
	font-family: "Lato", sans-serif;
	font-size: 70px;
    line-height: 1em;
    text-align: center;
	margin: 0;
    letter-spacing: -4px;
}
.forecast-date{
	font-family: "Lato", sans-serif;
	font-size: 36px;
	text-align: center;
	margin:-18px;
}

/* Menu hier en nu */
.hier-en-nu-menu .navigation .gva_menu > li > a {
	stroke-width:6px;
	fill:transparent;
	stroke:#009FFD;
	stroke-dasharray:85 400;
	stroke-dashoffset:-220;
	transition:1s all ease;
	border-radius: 5px;
	margin-right: 5px;
}
.hier-en-nu-menu .navigation .gva_menu > li > a:hover {
	background: #4D80C0;
	color: white !important;
}


/* Alert styling */ 
.weer-alert {
	margin-bottom: 30px;
	overflow: hidden;
}
.weer-alert .icon{
    border-color: #ca452e;
    background: #da4932;
    width: 150px;
	float: left;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	height: 200px;
	padding: 25px 0;
}
.weer-alert .icon img{
	vertical-align: middle;	
}
.weer-alert .alert-content{
	overflow: hidden;
    border: 1px solid #ffb8b8;
    border-bottom-right-radius : 15px;
	border-top-right-radius: 15px;	
    background-color: rgba(255, 56, 56, 0.05);
	padding: 10px;
	height: 200px;
}
.weer-alert h3{
	text-align: center;
}
.weer-alert h3 a{
	color: #ff3838;
}
.weer-alert .button{
	background: #ec6a5c;
    color: #fff;
    border-color: #ec6a5c;
	font-size: 14px;
    padding: 15px 50px;
	border-radius: 15px;
    -webkit-border-radius: 15px;
	transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid transparent;
    margin-top: 10px;
	margin-bottom: 20px;
    display: inline-block;
    clear: both;
	text-align: center;
}
.weer-alert .p-center{
	text-align: center;
}
.sidebar-right .weer-alert .icon{
	width: 50px;
}
.sidebar-right .weer-alert h3{
	margin: 0px;
}
.sidebar-right .weer-alert .button{
	padding: 10px 25px;
}

/* weerwoordenboek */
.weerwoordenboek .views-field-title a {
    font-weight: bold;
}

/* Weer komende dagen */
.black-text {
	color: black;
}