/*
 Theme Name:   The Newswire Child
 Template:     the-newswire
*/

@import url("../the-newswire/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#site-logo img {
  max-width:125%;
}
#top-head {
  padding-bottom:2px;
  margin-top:-5px;
}

#inner-header {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5rem;
    min-height: 7.4rem;
}
#slide-wrap {
  border-top-width:0;
  margin-top:2.5rem;
}
#site-heading {
  display:inline-block;
  margin-right:50rem;
  padding-bottom:0.2rem;
  padding-top:0.0rem;
}

#sidebar .textwidget {
    padding: 2.0rem;
}

.slide-title {
  -webkit-text-stroke-color:#222222;
  -webkit-text-stroke-width:0.025rem;
  font-family:Varela, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size:4.0rem;
  font-weight:400;
  line-height:1;
  margin-bottom:1.5rem;
  margin-top:0rem;
}#container {
  box-sizing:border-box;
  margin:0 auto;
  max-width:1200px;
  padding:0 1%;
  width:98%;
}
.col300 {
  width:28%;
}
.col620 {
  width:68%;
}