/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* bigger Font in posts */
p {
  font-size: 1.1em;
}

p.credit {
	font-size: 1em;	
}

/* bigger font in healines */
.entry-title {
	font-size: 2.45em;	
}

/* bigger social icons */
.genericon{
	font-size: 30px!important;
}

/* site header fixed an with shadow */
.site-header {
	position: fixed;
	z-index: 1;
	right:0;
	left: 0;
	box-shadow: 0px 1px 5px rgba(39,55,64,0.09);
}

/* keep distance content to top due to fixed header */
#content {
	margin-top: 5rem;
}
/*smaller distance content to top*/
#content
{
  padding-top: 0;
}

/*smaller distance from content to widget area */
.entry {
	padding-bottom: 0px!important;	
}

/* smaller distance of conent to widget area */
.content {
	margin-bottom: 5%!important;
}

/* smaller boundaries to widgets */
.widget{
	margin-top: 3%!important;
	margin-bottom: 3%!important;
}

/* smaller boundaries to widgets */
.sidebar-subsidiary {
	padding-top: 0.5rem!important;
}

/* hide category in post*/
.category {
	display: none;
}

/* START width of widget area */
.sidebar-subsidiary .grid-container div, .sidebar-subsidiary, .sidebar-subsidiary .grid-container, ul.wp-block-gallery {
	margin-left: auto;
  margin-right: auto;
}
#sidebar-subsidiary {
		max-width: 740px!important;
}
/* END width of widget area */

/* smaller boundaries on nav links below articles */
.nav-links {
	border-top-width: 0px!important;
	margin-top: 0!important;
	padding-top: 0!important;
}

/* format gallery caption */
.gallery-caption {
	text-align: left;
	font-style: italic;
	color: #a8a8a8;
	font-size: 0.8em;
}

/* smaller site if screen > 777 px */
.entry-content, .grid-container
{
  max-width: 740px!important;
}

/* tablet view */
@media(min-width:600px) and (max-width:777px) {

/* small margin left and right */
.entry-content, .grid-container {
  /*max-width: 95%!important;*/
}

#sidebar-subsidiary {
		max-width: 95%!important;
}

/* align title to left */
.site-access {
	padding-left: 10px;
  padding-right: 10px;
}
}

/*smartphone view*/
@media(max-width:599px) {

.entry-content, .grid-container {
	max-width: 100%!important;
	margin-right: auto;
	margin-left: auto;
}

.content, .site-access, .grid-container {
	padding-left: 0px!important;
  padding-right: 0px!important;
}

.widget-title {
	margin-left: 0px!important;
}

.sidebar-subsidiary .grid-container div{
	padding-right: 0%!important;
	padding-left: 0%!important;
}

.post p, .post .entry-byline, .post .entry-title, .font-headlines, .post .entry-more-link, .page p, .branding-item, .site-title, .post .sharedaddy, .nav-links, .post .category, .post_tag, .post .gallery-caption, .af-custom, .sidebar-subsidiary, #post-0 .entry-content {
	margin-right: 10%;
	margin-left: 10%;
}

	/* marins on blogquotes */
	.post blockquote {
		margin-right: 15%;
		margin-left: 20%;
	}
}