/* 
 * You can use this file to small changes in the css rules without modifying the file style.php
 */
 
	html {
		font-size: 17px;

	}
	 
 	body {
		background-color: transparent;
		border: none;
		box-shadow: none;
	}

	body .site {
		background-color: transparent;
		border: none;
		box-shadow: none;

		max-width: 1080px;
		font-size: 16px;

	}

	.site-content {
		border: none;
	}
	
	.site-content article {
		border: none;
/*		border-bottom: 5px solid #e6e6e6; */
	}

	.top-bar {
		height: auto;
			background-color:#6D920F;
	}
	

	.wrapper-search-top-bar {
		background-color:#6D920F;
	}

	.search-top-bar {
		background-color:#6D920F;
	}

	.toggle-search {
			background-color:#6D920F;
	}


	.fa {
		color: white;	
		background-color: transparent;
		border: none;
	}

	.site-header {
		background-color: #6D920F;
		padding: 0;
	}
	
	.image-header-wrapper  {
		background-color: blue;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
		background-color: #6D920F;

		border: none;
/*		border: 1px solid #5d925a;
		border-bottom: none; */
	}

	.main-navigation {
		text-align: center;
		background-color: #e5eee7;
		margin: 0;	

		border: none;
/*		border-left: 1px solid #5d925a;
		border-right: 1px solid #5d925a; */
	}
	
	.main-navigation li {
		margin: 0;	
		margin-left: 30px;	
	}

	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3;
		text-transform: uppercase;
		white-space: nowrap;
		
		font-size: 13px;
	}


	.wrapper {
		border-top: none;
		background-color: white;
		border-radius: 0 0 10px 10px;
		box-shadow: none;
		box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
		overflow: auto;
		
/*		border: 1px solid #5d925a;
		border-top: none;*/
	}

	.site-content {
		margin: 0;
		padding: 0;
		width: auto;
	}



	.entry-content  {
		border: none;
		box-shadow: none;
	}
 


	.entry-header .entry-title {
	  color: #579557;
	  font-weight: 100;
	  font-size: 20px;
		margin: 0;
	}
	
	.entry-header {
		margin: 0;
		margin-top: 50px;
		
	}


	.entry-content p {
		margin: 0;
		margin-bottom: 15px;
		line-height: 1.5;
	}

	.entry-content h1 {
		color: #6D920F;
		 font-weight: 100;
		 font-size: 25px;
		 margin: 0;
		 margin-bottom: 5px;
	}

	.entry-content h2 {
		color: #6D920F;
		 font-weight: 100;
		 font-size: 17px;
		 margin: 0;
		 margin-bottom: 5px;
	}

	.entry-content h3 {
		font-size: 17px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-top: 20px;
	}



	.excerpt-wrapper {
		border: none;
	}
	
	.sub-title {
		border: none;
	}
	
	.fa-calendar-o {
		margin: 0;
	}

	.sub-title { /*MMBN: Datum för en artikel */
		margin: 0;
		margin-left: -22px;
	}	

	.entry-content li {
		margin: 0;
		margin-left: 15px;
	}
	
	
	.widget-title {
		border: none;
	}
	
	
	footer[role="contentinfo"] {
		border: none;
		background-color: transparent;
		background: transparent;
		line-height: 0;
		font-size: 14px;
	}
	
	
	.site-info {
		background-color: transparent;
		background: transparent;
	}
	
	.credits {
		color: black;
		margin: 0;
		padding: 0;
		width:100%;
	}
	
	.wrapper-form-comments {
		border: none;
	}
	


	.entry-content img,
	.comment-content img,
	.widget img,
	img.header-image,
	.author-avatar img,
	img.wp-post-image {
		/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
		border-radius: 0;
		box-shadow: none;
	}
	img.header-image {
		border-radius: 0;
		box-shadow: none;
	}

