/*
 Theme Name:   Simple Press Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Simple Press Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     simple-press
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


.site-branding{
   width: 800px;
}

.header-layout-4 .site-branding {
    float: left;
	width: 50%;
}

blockquote {
   border: none;
   margin: 30px 0;
   border-left: 5px solid var(--primary-color);
   padding: 0 0 0 30px;
   font-size: 1rem;
   font-family: 'Lato';
   font-weight: 400; 
}
blockquote p {
   color: var(--dark-color);
   font-weight: 400;
}

blockquote p:first-of-type {
   font-size: 1rem !important;
   font-family: 'Lato' !important;
   font-weight: 400 !important; 
   font-style: normal !important;
}

.news-snippet p:first-of-type,
.inner-article-content p:first-of-type {
  font-size: 1.25em ;
  font-style: italic ;
  font-weight: 500 ;
} 

a {
   display: inline;
}