/*
Theme Name: Edition Child
Description: Child theme for Edition theme
Author: Alexa
Template: edition
*/

@import url("../edition/style.css");

/* write custom css below */
@media all and (max-width: 991px) {
	.top-ad {
		display: none;
	}
}
h4.widget-title {
	color: #270001 !important;
}

.top-bar {
  background: #270001;
  color: #fff;
  padding: 0;
  font-size: 12px;
  line-height: 37px;
}

.breaking .breaking-title {
  background: #941c1e;
  padding-right: 10px;
  font-size: 12px;
  line-height: 37px !important;
  /* Must match border-top width below */
  font-weight: normal;
  margin-left: -999999px;
  padding-left: 1000010px;
  display: block;
  position: relative;
  z-index: 99;
  float: left;
}

.breaking .breaking-title:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  border-top: 37px solid #941c1e;
  /* Must match line-height above */
  border-right: 20px solid transparent;
  border-bottom: 0 solid #fff;
  right: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#footer.dark {
  padding-top: 50px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #270001;
  overflow-x: hidden;
  color: #ccc;
  /* Color Changes */
}

.dark .widget li.recentcomments {
  background: #941c1e;
}

.dark .widget li.recentcomments:after {
  content: "";
  position: absolute !important;
  bottom: -14px;
  z-index: 100;
  border: 0 solid #941c1e;
  border-bottom: 14px solid transparent;
  width: 100%;
  border-left-width: 14px;
  left: 0;
}

.dark .widget li.recentcomments:before {
  content: "";
  position: absolute !important;
  border: 0 solid #941c1e;
  bottom: -14px;
  z-index: 100;
}

.section-title span {
  text-transform: uppercase;
  font-size: 18px;
  color: #941c1e;
  font-weight: bold;
  letter-spacing: .1em;
}

.top-nav.altnav #menu ul li a {
	color:#270001;
	font-weight:bold;
}

.post .date {
background: #941B1E;
}

form.mc4wp-form input[type="submit"] {
background: #EFA022 !important;
}

.blog .pagetitle,
.archive .pagetitle,
.search .pagetitle,
.page .pagetitle,
.error404 .pagetitle {
  padding: 40px 0;
  background-attachment: fixed !important;
  min-height: 200px;
}

.sharing a i, .sharing aside i {
color: #777;
display: block;
font-size: 45px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.sharing a .sharetitle, .sharing aside .sharetitle {
color: #818181;
font-size: 14px !important;
display: block;
letter-spacing: 0px !important;
text-transform: uppercase;
}

.thumboverdate {
display:none;
}

.sharing-inner a.comment{
display:none;
}

.byline img {
display: none;
}

p, ul {
color: #424141 !important;
}

.year {
color: #fff !important;
}

#content div.feed_item_title {
font-family: Pontano Sans;
font-weight: 400;
font-style: normal;
font-size: 18px;
}

#content .feed_item_description {
margin: 20px 20px 0 3px !important;
padding: 0px !important;
}

div.feed_item_description {
font-family: Pontano Sans;
font-weight: 400;
font-style: normal;
line-height: 24px;
}

#content .feed_item_thumbnail {
margin: 20px 20px 20px 0px !important;
}

div.postcontent.content p a{
color: #941c1e;
}

a.post-like.love {
display: none;
}

.author.vcard.tiny-details {
font-size: 16px !important;
}