/*
Theme Name: NCCRBlog Child
Author: Weblotion Markus Böniger
Author URI: http://weblotion.ch
Version: 1.0
Description: NCCR Blog. Online since 1st of February 2016.
Template: nccrblog
Theme URI: http://blog.nccr-onthemove.ch
*/

/* Import the stylesheet from the parent theme */
@import url('../nccrblog/style.css');


/* Link NeueHelvetica fonts */
@font-face {
  font-family: "NeueHelveticaPro75Bold";
  src: url('fonts/NeueHelveticaPro75Bold.woff2') format('woff2'),
       url('fonts/NeueHelveticaPro75Bold.woff') format('woff'),
	   url('fonts/NeueHelveticaPro75Bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NeueHelveticaPro65Medium";
  src: url('fonts/NeueHelveticaPro65Medium.woff2') format('woff2'),
       url('fonts/NeueHelveticaPro65Medium.woff') format('woff'),
	   url('fonts/NeueHelveticaPro65Medium.ttf') format('ttf');
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "NeueHelveticaPro55Roman";
  src: url('fonts/NeueHelveticaPro55Roman.woff2') format('woff2'),
       url('fonts/NeueHelveticaPro55Roman.woff') format('woff'),
	   url('fonts/NeueHelveticaPro55Roman.ttf') format('ttf');
  font-weight: regular;
  font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?w8e37w");
	src: url("fonts/icomoon.eot?w8e37w#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w8e37w") format("truetype"), url("fonts/icomoon.woff?w8e37w") format("woff"), url("fonts/icomoon.svg?w8e37w#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	font: 16px / 1.25 "NeueHelveticaPro55Roman", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
}

strong {
	font-weight: bold;
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter {
	
	font-size: 20px;
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-linkedin {
	color: #000;
    font-size: 20px;
}
.icon-linkedin:before {
	color: inherit;
    content: "\eac9";
}

.navbar > ul ul li::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0px;
}

.navbar > ul ul li {
    position: relative;
    padding-left: 13px;
}

.navbar > ul ul a::before {
	position: absolute;
    content: "–";
    top: -1px;
    left: 0px;
}

#main #content {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 155px;
	width:518px;
}

#main #content-author {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 155px;
}

.post h1::after {
    display: block;
    margin: -3px 0 7px -1px;
    content: url(images/seperator31.png);
}

.search-form input[type="search"] {
    margin: -5px 0 0;
    border: none;
    border-bottom: 2px solid #d0d0d0;
    width: 73px;
    padding: 0;
    font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #acacac;
}

.search-form-results input[type="search"] {
    margin: -5px 0 0;
    border: none;
    border: 2px solid #d0d0d0;
    width: 100%;
    padding: 0;
    font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #acacac;
}

.post ul{
	border:0px solid grey;
	padding: 0 0 0 20px;
	margin: 0;
	/*list-style-type: circle;*/
	list-style-type: none;
}

.post ul > li {
  text-indent: -20px;
  border:0px solid grey;
}

.post ul > li:before {
  content: "–";
  text-indent: -10px;
  border:0px solid black;
  padding-right:10px;
}

.post ul li{
	padding: 0 0 20px 0;
}

input[type="submit"] {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ef737b;
    background: none;
    color: #e30613;
    padding: 0;
	margin-left:2px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    width: auto !important;
    font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

code {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 1em;
}

.post img {
    display: block;
    margin: 16px 0 16px;
}

.description {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lang-list .active a {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post .btn-comment {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.links {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.navbar {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comments .meta {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text].placeholder,
.comment-form input[type=email].placeholder,
.comment-form textarea.placeholder {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=submit] {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input[type=search] {
	font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media only screen and (max-width: 768px) {
	
	#header .right {
		display: inline;
		width: 47px;
		margin-top:-41px;
		border:0px solid red;
	}
	
	#header .right .lang-list {
		float:right;
	}
	
	.description {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    max-width: 280px;
}

	.sub-logo {
		display: none;
	}
	
	#main #content {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 155px;
	width:99%;
	}
	
	.search-form input[type="search"] {
    margin: 0;
    border: none;
    border-bottom: 2px solid #d0d0d0;
    width: 60px;
    padding: 0;
    font-family: "NeueHelveticaPro75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #acacac;
	font-size:12px;
}
.widget:first-child .links li:first-child {
    padding-top: 15px;
}
	
}

@media only screen and (max-width: 480px) {
	
	.logo-box img {
    	max-width: 130px;
	}
	
	.description {
    	font-size: 9px;
    	line-height: 11px;
    	padding: 0;
    	max-width: 220px;
	}
	
	.lang-list {
    	float: left;
    	margin: 0 0 0 12px;
    	font-size: 11px;
    	line-height: 16px;
		text-align:right;
	}
	
}


	