/*
Theme Name: Child Theme
Theme URI: http://denjo.nl/
Description: This is a child theme of 2018
Author: Dennis Eiland
Author URI: http://denjo.nl/
Template: i-excel
Version: 0.1
*/

.tx-cta a.cta-button, .tx-cta a.cta-button:visited {
background-color: #ff3300;
}

.entry-meta a, .entry-content a, .comment-content a, .entry-content a:visited {
color: #ff3300;
}

.iheader {
	display: block;
	height: 50px; 			
	width: 100%;
	text-align: center;
}

.iheader.front {
	display: block;
	height: 50px;
	background-color: #245262;
}

.iheader h1 {
	display: block;
	float: left;
	font-size: 32px;
	line-height: 52px; 		
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	color: #FFF;
}

body {
	color: #000000;			
	line-height: 1.8;
	margin: 0;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 16px;		
}

.single .entry-thumbnail img {
	width: 0px;			
}

.widget .widget-title {
	font: 400 normal 22px "Roboto", Helvetica, sans-serif;
	border-bottom: 3px solid #245262;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.widget-afbeelding {
    opacity: 0.7;
}

.widget-afbeelding:hover {
    opacity: 1.0;
}

.otw-sc-toggle .toggle-trigger.closed span {
  background-position: center bottom;
	background-color:#245262;
}

.entry-meta a, .entry-content a, .comment-content a, .entry-content a:visited {
color: #245262;
}