/*
Template: first
Theme Name: First-CARITAS
*/

body {
  background-color: #F5F2E9;
}

.site-bar,
.comments-link {
  display:none;
}

.site-title,
h1, h2, h3, h4, h5, h6 {
  color: #003761;
}

.entry-content > img {
  margin-bottom: 0.25em;
}

.site-top {
  position: relative;
  margin-top: 30px;
  margin-bottom: 28px;
}

.caritas-logo {
  position: absolute;
  right: -16px;
  bottom: -10px;
  display: inline-block;
  background-image: url(img/logo.png);
  background-image: url(img/logo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 165px;
  height: 49px;
}
.btn_back{
	text-align: right;
	margin: -45px 0 20px 0;
}
.btn_back a{
	font-size:13px;
	color: #003761;
}
.btn_back a:hover{
	color: #0067c1;
	text-decoration: underline;
}
.site-header{
	position:relative;
}

@media screen and (max-width: 959px) {
  .caritas-logo {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1179px) {
  .caritas-logo {
    right: 49px;
  }
}
@media screen and (min-width: 1180px) {
  .caritas-logo {
    right: -13px;
  }
}

.backnumber{
	padding: 0 0 100px 0;
}
.backnumber dl.bknum{
	display: block;
	margin: 0;
	padding: 0 0 40px 0;
}
.backnumber dt.bknum{
	clear:both;
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
	font-size:14px;
	line-height: 1.6;
	font-weight: normal;
	border-bottom: dotted 1px #aaa;
}
.backnumber dd.bknum{
	display: block;
	float:left;
	margin: 0;
	padding: 0 5px 0 0;
	font-size:14px;
	line-height: 1.6;
}
.widget h1{
	font-size: 14px;
}
