@charset "UTF-8";

/*
Theme Name: Hemingway Child theme of hemingway
Theme URI: 
Description: Child theme of hemingway theme for the Hemingway theme
Author: <a href="https://www.andersnoren.se">Anders Norén</a>
Author URI: 
Template: hemingway
Version: 1.75
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 06 Jun 2019 20:53:23 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */



.post-title,
.post-title a { 
	color: black; 
}

.post-meta {
	color: black;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: none;
}

.section.bg-dark { background: #1d1d1d; }
.section.bg-dark-light { background: #262626; }

.section.bk-other { 
	height: 220px;
     background-image: linear-gradient(yellow, orange);
	color: black !important;
	border-top: 2px solid #000000;
	}

.post-content td {
border-bottom: 0px !important;
}

.post-content tbody {
	border-top: 0px !important;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #ffffff !important; }	

.post-content h2,
.post-content h3{
	margin: 15px 0 15px !important;
	line-height: 100% !important;
}

.wrapper { 	margin-top: 60px !important; }


.weathercl {

		 border:2px solid Green ;-webkit-border-radius:13px;-moz-border-radius:13px;-ms-border-radius:13px;-o-border-radius:13px;border-radius:13px !important;
}
.weathercl td {
		color: #000000;		 
		vertical-align:text-top;
            font-size: 14px;
		border-bottom:0px dotted black;padding:5px !important;
 
}

.weather-atlas-wrapper{font-size:70% !important;
} 

.weather-atlas-wrapper .weather-atlas-body {
	max-width : 400px !important;
	margin    : 0 auto!important;
	padding   : .7em .75em !important;
	}

.weather-atlas-wrapper .city_name {
	font-size   : 2em !important;
	}
@media ( max-width: 800px ) {
.content,
	.sidebar {
		width: 100% !important;
		float: none !important;
	}
}



