#page{
	background-color:#f2f2f2;
}

#masthead #logo{
	width:50%;
	margin:7px 0 6px 0;
}

.custom-logo-link{
	float:left;
	margin-right:0.8em;
}

.custom-logo-link img{
	width:190px;
}

#masthead #logo .custom-logo{
	margin:0 0 0.1em 0;
}

#masthead #logo .site-description{
	margin:0 0 0.5rem 0.3em;
	font-size:1em;
}

#masthead #logo .site-description{
	display:none;
}

#masthead #main-navigation{
	float:right;
	margin:7px 0 0 0;
}

#magazine-homepage-widgets{
	box-shadow:none;
}

.site-description{
	padding:0.2em;
}

#main .page-header{
	padding-bottom:2px;
}


.widget-title, .page-header  .archive-title, .comments-header, .comment-reply-title, .related-posts-title{
	position: relative;
	background:none;
	color:#000;
	font-size:20px;
	font-weight:bold;
	padding:2px 10px 10px 10px;
}

.widget-title:after, .page-header .archive-title:after, .comments-header:after, .comment-reply-title:after, .related-posts-title:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


.blog-description{
	display:none;
}


.page-title, .entry-title, .entry-title a:link, .entry-title a:visited{
	font-weight:bold;
	color:#f9a107;
}

a:hover,.entry-title a:hover{
	color:#05a3b5;
}

h1.entry-title{
	color: #000;
}

h2.entry-title a {
background: linear-gradient(transparent 75%, #caf6ff 75%);
}

#magazine-homepage-widgets .widgets-list-layout-links{
	float:left;
	margin:5px 0 0 15px;
}

#grofile-5 p{
	margin-bottom:0px;
}

.widget ul{
	list-style:none;
}

.jetpack_widget_social_icons ul{
	margin:0px;
}

.site-footer{
	text-align:center;
}

#footer-navigation{
	margin:1em auto ;
	float:none;
}

#footer-navigation li{
		padding:0 1em;
}

#footer-navigation li a{
		padding:0.1em 1em;
}

#footer-navigation li + li {
  border-left: 1px solid #fff;
}

#main-navigation-toggle{
	right:1em;
	left:auto;
}

.biography {
	display:block;
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.biography-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}

.biography-link{
	display:block;
	margin:1em 0 0 0;
}

.jetpack_widget_social_icons ul li{
	margin-right:5px;
}

.entry-content p{
	word-break: break-all;	
}

#main h4 {
  position: relative;
  padding-left: 25px;
	text-decoration:none;
}

#main h4:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(0, 0, 0);
}

#main h4:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 97%;
  border-bottom: solid 3px rgb(0, 0, 0);
}


