/*Image size*/
.featureContent img {
    width: 100%;
    height: auto;
}

/*header*/
.cover {
    height: 80px !important;
}

/*spacing*/
.container .news {
      padding-top: 210px !important;
}

.embed .container .news {
      padding-top: 10px !important;
}

/*shadow*/
.news .feature {
  box-shadow: none !important;
}

/*image shadow */
.feature[data-redirect-links=true] .featureContent figure, .feature.hasLink .featureContent figure {
    box-shadow: none !important;
}

/*feedback input*/
.featureFeedback {
    border-top: none;
    padding: 24px 15px 15px;
    background-color: #E8E8EA;
}

/*categories*/
  .streamNav {
    margin-top: -130px;
  }

@media (max-width: 800px) {
  .streamNav {
    margin-top: 0;
  }
}

/*header on scroll down*/
.header.asleep {
    box-shadow: 0 0px 4px rgba(38,44,49,.4) ! important;
    height: 60px ! important;
    padding: 11px 20px !important;
}

/*header bar*/
.actionsContent {
    max-width: 1060px;
    padding: 20px 20px !important;
}

/*hide subtitle*/
.headerSubtitle {
    display: none !important;
}

/*logo*/
.standalone .header .publicLogo.custom {
    background-image: url(https://pigeonholelive.com/assets/phl-logo.png) !important;
    background-size: auto 40px !important;
    width: 500px !important;
    height: 40px !important;
    background-position: left center !important;
} 
@media (max-width: 800px) {
    .standalone .header .publicLogo.custom {
        background-size: auto 34px !important;
    }
}

/*header title*/
.headerTitle, .dark .headerTitle {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 0 !important;
}
.dark .headerTitle a {
    display: none !important;
}
.headerTitle:before {
    content: "What's New";
    display: block;
    border-left: 1px solid #c3c3c9;
    padding-left: 12px;
    line-height: 30px;
    margin-left: 220px;
    font-weight: bold;
    font-size: 14px;
} 
@media (max-width: 800px) {
.headerTitle:before {
    margin-left: 184px;
}}
@media (max-width: 800px) {
.asleep .headerTitle, .asleep.dark .headerTitle {
    max-width: calc(100% - 24px) !important;
}}
.embed .headerTitle:before {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

/*header*/
.header {
   padding: 20px 20px !important;
}

@media (min-width: 800px) {
.header {
    height: 80px !important;
}}
.embed .header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*nav*/
.streamNav .streamCats.singleCategory li.catItem .catItemLink {
    color: #626571;
}

.streamNav li.catItem a .ico {
    background: #f07424;
}

/*search icon in mobile*/
li.action.searchAction {
    margin: 12px 20px 0 0 !important;
}

/*spacing in mobile view*/
@media (max-width: 800px) {
.news .feature {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}}

/*Link*/
.featureAction {
    margin-top: 20px !important;
}

/*card styling*/
.feature[data-redirect-links=true] .featureContent figure, .feature.hasLink .featureContent figure {
    margin: 20px auto 20px !important;
}

/*overlay*/
#beamerOverlay {
    background: rgba(0,0,0,.7);
}

.feature.boostedAnnouncementPopup .featureAction a {
    background: #f39124;
    color: white !important;
}