/*
Theme Name: unikatissima2016
Theme URI: http://127.0.0.1/unikatissima/si/
Description: My Child Theme for Twenty Sixteen
Author: Susann
Author URI: http://127.0.0.1/unikatissima/si/
Template: twentysixteen
Version: 0.1
*/
 
/* e blog */
@import url("../twentysixteen/style.css");

body {
	background-color: #1177BB;
	background-image: url('../../../../uploads/unikatissima_bg.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}

.site {
	margin: 3%;
}

.site-branding {
	background: url('img/unikatissima_title.jpg') no-repeat;
	margin: 0px;
	padding: 60px;
	width: 100%;
}

.site-branding .site-title a,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.site-description {
	color: #0C5281;
}

.site-description {
	display: block;
}

.menu-toggle {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #0C5281;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #fff;
	border-color: #d1d1d1;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #0C5281;
	border-color: #0C5281;
}

.entry-title {
	font-size: 28px;
	line-height: 1.25;
}
.entry-title a {
	font-family: Montserrat,"Helvetica Neue",sans-serif;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.pagination .prev,
.pagination .next,
.pagination:before,
.pagination:after,
.widget_calendar tbody a {
	background: #0C5281;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background: #1177BB;
}

.page-header,
.comments-title,
.comment-reply-title,
.widget,
.pagination,
.post-navigation,
.post-navigation div + div {
	border-top: 2px solid #0C5281;
}

.post-navigation {
	border-bottom: 2px solid #0C5281;
}

.links {
	text-align: right;
	margin: -25px 5px 15px 0;
}

.comment-form label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

.entry-content a img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

.mehr {
	display: block;
}

.sm {
	font-size: 80%;
	font-style: italic;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

.clearboth {
	clear: both;
}

.error {
	color:#FF0000;
}
.warn {
	color: #FF6000;
	font-weight: bold;
}

.dblue { color:#0E6D9C; }

.normal { font-weight:normal; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.small { font-size:90%; }
.nomargin { margin: 0; }

.noborder {
	border: none;
}

.nomarginbottom {
	margin-bottom: 0;
}

.nomargintop {
	margin-top: 0;
}

.extern:after {
	content: " \2197";
	/* content: " "url(extern.gif); */
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	.site-title {
		font-size: 36px;
		line-height: 1.6;
	}
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.mehr {
		display: none;
	}
}
