/*
Theme Name: Danfoss
Author: Anonymous
Author URI:
Version: 1
Description: Danfoss theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Danfoss
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */


/* main elements */

.blog .three-column .column {
	margin-bottom:28px;
}
.navigation {
	overflow: hidden;
    margin-top: 20px;
}
.home-news .navigation{
	margin-top:0;
}
.page-content .navigation{
	margin-top:40px;
}
.navigation a {
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	background:#e2000f;
	color:#fff;
	padding:3px;
	border-radius:5px;
	font-size:25px;
	opacity: 0.7;
	position:relative;
}
.navigation a:hover {
	opacity:1;
}
.navigation .next {
	float:right;
}
.navigation .prev {
	float:left;
}
.icon-right-open:before { content: '\e800'; font-weight: 700 !important;}
.icon-left-open:before { content: '\e801'; font-weight: 700 !important;}

/*.body-class-single .navigation .next a:after{
	content: '\e800';
    font-weight: 700 !important;
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.body-class-single .navigation .prev a:before{
	content: '\e801';
	font-weight: 700 !important;
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.cat-list {
	margin-bottom:20px;
}
.cat-list a {
	font-size:12px !important;
	color:#000;
	text-decoration:underline;
}
.cat-list a:hover {
	text-decoration:none;
}
.single-post h1 {
	margin-bottom:20px;
}
.single-post .date {
	padding: 10px 0;
    border-bottom: 1px solid #D8D8D9;
	font-weight:normal !important;
}
.single-post .page-content {
	margin-bottom:80px;
	font-size:16px !important;
}
.single-post blockquote {
	padding: 20px;
    background: #D8D8D9;
    font-size: 18px;
}
.single-post blockquote p {
	margin:0;
	padding:0;
}
.navigation.home a{
	background: #e2000f;
	color: #fff;
	font-weight: 700;
    /*font-size: 14px;*/
    line-height: 20px;
	height: auto;
    width: auto;
	opacity: 1;
	border-radius: 150px;
    padding: 8px 25px;
	display: inline-block;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navigation.home a:hover{
	background:#303030;
	color:#fff;
}
@media only screen and (max-width: 767px) {
	.home-news .navigation{
		margin-top:28px;
	}
	.body-class-single .navigation a{
		font-size:14px;
	}
}