/* added by Jamison of NP to make breadcrumbs smaller */

.breadcrumb a, .breadcrumb {
	font-size:14px;
}


@media screen and (min-width: 768px) {
.post-info .post-dates {
    display: inline-flex !important;
}
}
.wprm-recipe-template-ecr-buttons-by-nerdpress .wprm-recipe-jump-video {
	background-image: none !important;
	border: 2px solid #FFB300 !important;
	padding: 6px 10px !important;
	border-radius: 30px;
	background: #fff;
	margin-right: 5px !important;
	margin-top: 0 !important;
}
.single .entry-author {
	padding-right: 16px;
}
.wprm-recipe-snippet {
	border: none !important;
}

@media only screen and (max-width: 600px) {
	.wprm-recipe-snippet {
		justify-content: center;
		margin-top: 10px !important;
	}
}

/* CSS to remove little bar of color that was appearing as default social media colors*/

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly .dpsp-network-icon{
    background-color: #ffb200;
    border-color: #ffb200;
    color: #ffb200;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon {
    background-color: #4fabb5;
    border-color: #4fabb5;
    color: #4fabb5;	
}

/* Mediavine adjustments */
body.mediavine-has-sticky #myBtn{
    bottom: 300px !important;
}
body.adhesion:not(.mediavine-has-sticky) #myBtn{
    bottom: 120px !important;
}

.adunitlabel a{
background: white!important;
}

}
@media only screen and (max-width: 359px) {
    .wprm-recipe-easy-chicken-recipes {
    border: 0px !important;
    background-color: #ffffff !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
li.wprm-recipe-instruction .remove_padding{
margin-left: -35px!important;
}
}

#sidebar_btf_placeholder {
padding-top: 30px !important;
}

.category .mv_auto_insert_headline {
    display:none!important;
}
.category .mv-video-target {
    border-top:2px solid #496CAB!important;
}
.category .remove_padding,.page-template-page_recipes .remove_padding{
    margin: auto;
}

/* NerdPress adjusting bylines for phones */
@media screen and (min-width: 375px) {
.post-info .wprm-recipe-jump, .post-info .entry-time, .post-info .entry-modified-time, .post-info .wprm-recipe-print {
    padding: 0px 8px;
}

.single .entry-author {
	padding-right: 8px;
}
	}

/* MV adjust sticky mobile video offset when slickstream filmstrip comes into view */
body.slick-filmstrip-toolbar-showing .mediavine-video__pip.mediavine-video__top{
	top: 50px !important;
}
/* end fix */



/* NP Making social icons not sticky anymore TP 2-28-22 */
#dpsp-sticky-bar-wrapper {
	position:absolute;
}

#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar {
    position: absolute;
		top:76px;
}

#dpsp-sticky-bar-wrapper.dpsp-position-mobile-top {
    top: 76px;
}