/*
Theme Name: CSGkampen
Author: Piet Harms
Description: Bootstrap Blog template for WordPress
Version: 1.0.1
Tags: bootstrap
*/


body {
	font-size: 16px;
	color: #444;
	background: #f9f0dd;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
}

.main-nav-container{
	max-width: 1068px;
}

.blog-header-center{
	//max-width: 1068px;
}

.blog-content-container{
	padding-top: 25px;	
	max-width: 1068px;
	min-height: 600px;
	background: #fff;
}

.maincontent {
	border-right: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	padding-top: 5px;
}

h1, h2, h3,
h4, h5, h6
h1 a, h2 a,
h3 a, h4 a,
h5 a, h6 a {
	//font-family: "Rokkitt", "Times New Roman", Times, serif;
	font-family: "Roboto Slab", "Times New Roman", Times, serif;
	font-weight: 600; 
	color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:none;
}

strong {
	font-weight: 600;
}


form {
	max-width: 99%;
}

textarea {
   border: 1px solid #4c858a;
   border-radius: 4px;padding-left: 10px;
   max-width: 99%;
   background-color: #fff;
}

input[type=text], input[type=email] {
   border: 1px solid #4c858a;
   border-radius: 4px;
   max-width: 99%;
   background-color: #fff;
}

input[type=button], input[type=submit], input[type=reset], select {
    background-color: #4c858a;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 2px 6px;
    text-decoration: none;
    margin: 2px 4px;padding-left: 10px;
    cursor: pointer;
}


/* beperkt het foto onderschrift */
.wp-caption {
	max-width: 100%;	
}



/*==================================
 social share buttons
==================================*/
.hm_social_plug {
	
}

.soc-share-container{
	background-color: #e9e9e9;
	height: 50px;
	width: 260px;
	padding-left: 10px;
	border: none;
	border-radius: 4px;
	}

.soc-share-msg {
	width: 150px;padding-left: 10px;
	margin-top: 10px;
	float: left;
}

 .soc-share-button {
	width: 36px;
	height: 36px;
	margin: 5px;
	float:left;
}

.soc-share-buttons img {

}

/* embedded html5 video */
video {
	width: 100% !important;
	height: auto !important;
	}
/* fluid video wrapper*/		
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*==================================
 blog header.php sectie 
==================================*/

.blog-header-top-fixed {
	width: 100%;
	position: fixed;
	z-index: 100;
	height: 70px;
	background-color: #cce9ff;
	//background-color: #6dcbf9;
	margin-top: -10px;
}





.main-nav-container {
	padding: 0px 15px;
	//background-color: #bbeeff;
}

.main-nav {
	padding: 0px;
	margin-top: -50px;
}


/* menu style */
.nav-link,
.navbar-brand,
.dropdown-menu a {
	font-family: "Roboto Slab", "Times New Roman", Times, serif;
	font-size: 1.2rem;
	font-weight: 600;  
	}

.navbar-brand {
	margin-top: 55px;
	margin-right: 0px;
}


@media (max-width:576px) {
 a.navbar-brand img{
	width: 91%;
	height: auto;
	}

}


#navbarNavDropdown {
	background-color: #cce9ff;
	padding-left: 10px;
	margin-top: 2px;
}

.dropdown-menu {
    background-color: #bbeeff;
}

.dropdown-item.active { 
	background-color: #3399ff;

}

.blog-header-center {
	padding: 0px;
	//margin: 0px;
	//margin-top: 50px;
}

.blog-header-image {
	padding: 60px 0px 0px;
	}

.blog-header-image img {
	width: 100%;
	height: auto;
}

/*==================================
 blog content
==================================*/

.blog-content{
	margin-top: -40px;
}




/*==================================
 blog sidebar.php sectie 
==================================*/

.blog-sidebar {
	padding: 0 15px 0 15px ;
	//background-color: #fff;
	
}

.blog-sidebar-inner {
	//background: #ccc;
	padding: 0px;
	margin: 0px;
	border-radius: 4px; 
}   

#searchform.searchform {
	margin-left: auto;
	margin-right: auto;
	max-width: 255px;
}

#searchform.searchform label {
	display: none;
}

#searchform.searchform input[type=text] {#4c858a;
	width: 165px;
}


.widgets-sidebar {
	//border: 1px solid grey;
   border-radius: 4px;
   margin-bottom: 15px;
   background: #f9f0dd;
   padding: 2px;
}

.widget-sidebar-title {
	color: #fff;
	font-size: 1.3rem;
	border-radius: 4px; 
	background-color: #4c858a;
	text-align: center;
	padding-bottom: 2px;
} 	

.widgets-sidebar ul {
	list-style-type: none;
  	margin: 0 5px;
  	padding: 0;
	//background-color: #999;
	
}


.widgets-sidebar li {
   position: relative;
   display: block;
   border-bottom: 1px solid #ccc;  
	margin-bottom: 10px;
	line-height: 1;
}

.widgets-sidebar li a {
   text-decoration: none;
   color: #333;
   font-size: 0.9em;
   font-weight: 600;
   line-height: 0.5;
	}


.widgets-sidebar li span {
   font-size: 0.7em;
   text-decoration: none;
   color: #999;
	}

.widgets-sidebar div.textwidget {
   padding: 0px 5px;
	}


.widgets-sidebar div.textwidget p {
   font-size: 0.9em;
   font-weight: 600;
   color: #333;
	}






/*==================================
 blog post
==================================*/
.blog-post-full {
	color: #1b544c;
	//padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.blog-post-full h3 {
	font-size: 0.8 em;
	color: #555;
}

.blog-post-full img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
	
.blog-post-featured {
 	margin-bottom: 10px;
	}

.blog-post-excerpt {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.blog-post-thumbnail img {
	float: left;
	margin: 5px 13px 5px 0;
	max-width: 45%;
	height: auto;
}

.blog-post-title {
	font-size: 1.3rem;
	} 	

.blog-post-thumbnail  {
 	color: #444;
}
.blog-post-thumbnail a {
 	color: #444;
 }
.blog-post-thumbnail a:hover {
 	color: #444;
 	text-decoration: none;
}

.blog-post-excerpt p {
 	color: inherit;
	margin-bottom: 0.5em;
}

.blog-post-meta {
	clear: both;
	margin: 0;
	font-size: 0.8em;
	color: #999;
}

.blog-post-meta a {
	color: inherit;
   text-decoration: none;
}

.blog-post-meta a:hover {
    color: inherit;
    text-decoration: none;
}





/* Pagination */
.pager {
  margin: 20px;
  text-align: left;
}
.pager li {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-weight: 500;	
} 

.pager > li > a {
    background-color: #4c858a;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 2px 6px;
    text-decoration: none;
    margin: 2px 4px;
    cursor: pointer;
}




/*==================================
 single page
==================================*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;padding-left: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*==================================
 Comment
==================================*/

 /*** Comments ***/

.comments-section {
	padding-left: 10px;
	//margin-left: 10px;
}


.comments-section h3 {
	font-size: 1.2em;
}

/*** Comment form ***/
	#respond {
	clear: both;	
	//width: 100%;
	margin-left: 15px;
	padding: 3px;
	//background: #cceeff;

}

#commentform label {
	width: 100px;
	float: left;
}

#commentform textarea{
	width: 300px;
	height: 150px;
	max-width: 99%;
}
	margin-top: -40px;
	#commentform input[type=text] {
	width: 300px;
	max-width: 99%;
}

#commentform input[type=submit] {
	margin-left: 100px;
}

/*==========================
blog footer.php sectie
==========================*/

.blog-footer-container {
	max-width: 1068px;	
	/*background: #537411;*/
	background: #13443b;
	padding-top: 15px;
}

/* menu */

.widgets-footer {
	font-size: 0.9em;
	//border: 1px solid #002040;
	border-radius: 4px;
	margin-bottom: 5px;
	//background: #003045;
	padding: 2px;
}

.widget-footer-title {
	//display: none;	
	color: #fff;
	border-radius: 4px; 
	background-color: #3399ff;
	text-align: center;
} 	


.widgets-footer ul {
	list-style-type: none;
  	margin: 0 10px;
  	padding: 0;
	}

.widgets-footer li {
	position: relative;
	display: block;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #eee; 
	margin-bottom: 10px; */
	line-height: 1;
}

.widgets-footer li a {
	text-decoration: none;
	color: #eee;
	font-weight: 600;
	line-height: 0.5;
}


/* info */

.blog-footer-info {
	font-size: 0.7em;
	color: #ddd;
	padding: 10px;
}

.blog-footer-button {
	font-size: 0.7em;
	float: right;
}

.blog-footer-info a {
	text-decoration: none;	
	color: #eee;	
}








