#site-branding {
	margin: 0px 10px;
	padding: 50px 0;
	text-align: left;
	width: 70%;
}
#site-logo {
	display: block;
	margin: 0 auto;
}
#site-title {
	font-size: 27px;
	font-weight: normal;
	line-height: 48px;
	padding: 10px 0;
	text-align: left;
	}
.site-info {
	padding: 0px 0px 1px;
	background-color: transparent;
	font-size: 14px;
	line-height: 5px;
	text-align: center;
	background-position: center center;
	background-size: cover;

}
.site-info #site-branding {
	padding-bottom: 0;
}
.site-info #site-branding img {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 5px;
}
.site-info #site-title {
	font-size: 36px;
	font-weight: normal;
	line-height: 44px;
	padding: 10px 0 15px;
}
.site-info .social-links {
	float: none;
	margin-bottom: 15px;
	text-align: center;
}
.site-info .social-links ul {
	display: inline-block;
}
.site-info .social-links ul li {
	margin-top: 10px;
	display: inline-block;
}
.site-info .social-links ul li a {
	border: 1px solid  #999;
   color:  #999;
}
/*.site-info .social-links ul li a {
	border: 1px solid  white;
   color:  white;
}*/
.site-info .social-links ul li a:hover {
	border-color: transparent;
}
.site-info .copyright {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
	text-align: center;
}
.site-info #site-title a,
.site-info .copyright a {
	color: #999;
}
.site-info .copyright a:hover,
.site-info .copyright a:focus {
	color: #ff3838;
}

.jp-carousel-info{
	visibility: hidden;
}
.jp-carousel-info-extra {
	visibility: hidden;
}

.page-title {
	visibility: hidden;
}

.container {
margin: 0 auto;
width:100%;
max-width:2500px;
padding: 0px 0px;
}
/*.page-header {
	background-color:BLACK;
}
#content {
	background-color: BLACK;
}*/
#post_masonry { 
	background-color: lightgrey;
	}
body, button, input, select, textarea {
    color: #444;
    font: 400 14px/21px 'calibri', sans-serif;
    word-wrap: break-word;
    overflow-x: hidden;
}
.main-navigation a {
    color: #444;
}
#sticky_header {
	background-color: WHITESMOKE;
}
#site-title a {
   /*color: black;*/
	font-family: calibri;
}
#site-description {
   /*color: black;*/
	font-family: calibri;
	font-size: 16px;
}
.line-one, .line-two, .line-three {
    background-color: #666;
}
a {
    color: #444;
}
#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
     /*box-shadow: rgb(0 0 0 / 50%) 0px 5px 50px;*/
    display: none;
    left: 0px;
    font-weight: 50;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}
