/* 
Theme Name:		 GeneratePress Child
Description:	 GeneratePress Child is a child theme of GeneratePress
Author:			 UNC-Chapel Hill School of Government
Author URI:		 https://sog.unc.edu
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 generatepress-child
*/

/* Header */

/* Tablet & Desktop Header */
@media only screen and (min-width:450px){
.inside-header{
    max-height:150px;
    padding: 0px 40px 0px 40px;
    margin-bottom: 5px;
}
}

/* Large Mobile header */
@media only screen and (max-width:449px){
    .inside-header{
        max-height:200px;
        padding: 0px 40px 0px 40px;
        margin-bottom: 5px;
    }
}

/*Small Mobile Header */
@media only screen and (max-width:424px){
    .inside-header {
        max-height:300px;
        padding: 0px 40px 0px 40px;
        margin-bottom: 5px;
    }
}

/* State header display */
@media only screen and (max-width:770px) {
    .header-widget{
        display:none;
    }
}

/* Sidebar */
.sidebar .widget {
    margin-bottom:0px;
}

.inside-right-sidebar {
    box-shadow: 2px 5px 8px 1px #D3D3D3;
}

.wp-block-search__label {
    font-family: 'Bitter',serif;
    font-size: 20px;
    font-weight: 600;
}

.wp-block-search__inside-wrapper {
    margin-top: .5em;
}

.apw-closed {
    margin-bottom: 0.25em;
}

.widget-title {
    margin-bottom:.25em;
    font-weight:600;
}

.widget ul li {
    margin-bottom: .25em;
}

li.cat-item {
    margin-bottom:0px;
}

#categories-350628061 {
    padding-bottom:0px;
}

input.search-field {
    border: 2px solid ;
    opacity: 1;
    width: 100%;
    border-radius: 5;
    -webkit-appearance: none;
    height: 40px;
}

/* Content Area */
.bloglistauthimage {
    float:right;
    text-align:right;
    border-radius: 12px;
}

.bloglistauthimage img, .page-header img {
    border-radius:50px;
}

.entry-content {
    border-top-style: solid;
    border-top-color: #4b9cd3;
    border-top-width: 3px;
    padding-top: 1em;
    margin-top: 1em;
}
.type-post, .page-header, #post-2, #post-11773 {
    box-shadow: 2px 5px 8px 1px #d3d3d3;
}

/* Footer Area */
.footer-widget-3 .widget-title {
    display: none;
}

#apw-authors a {
    color:#142a4b;
}


html {font-size: 16px;}

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: false;
  line-height: 1.65;
}

p {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Work Sans', sans-serif;
  font-weight: true;
  line-height: 1.15;
}

h1, .entry-title,
.text-size-h1 {
  font-family: 'Bitter', sans-serif;
  font-weight: true;
  margin-top: 0;
  font-size: 2.49em;
}

h2,
.text-size-h2 { font-size: 2.07em; }

h3,
.text-size-h3 { font-size: 1.73em; font-weight:500; }

h4,
.text-size-h4 { font-size: 1.44em; font-weight:500; }

h5,
.text-size-h5 { font-size: 1.2em; font-weight:400; }

.text-caption { font-size: 0.83em; font-weight:400; }

small,
.text-small {
  font-size: 0.69em;
  font-weight:400; 
}

.print {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:10px;
    margin-bottom:-5px;
}