/*
	Theme Name: The Protein Chef
	Theme URI: https://theproteinchef.co
	Version: 1.0.0
	Description: Custom theme for The Protein Chef
	Author: Rob Gabaree
	Template: bb-theme
*/

.tpc-custom-meta {
    margin-top: 20px;
}

span.tpc-recipe-calories {
    padding: 5px;
    background-color: #d30c0c;
    color: #ffffff;
    font-weight: bold;
}

span.tpc-recipe-servings {
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.pt-cv-mask {
    z-index: 1 !important;
}

/* Mediavine Mobile CSS Start */
body.mediavine-video__has-sticky .fl-to-top {
    bottom: 300px !important;
}
body.adhesion:not(.mediavine-video__has-sticky) .fl-to-top {
    bottom: 120px !important;
}

@media only screen and (min-width: 769px) {
    div#arrival_wrapper {
        margin: 10px auto 20px auto !important;
    }
}

@media only screen and (max-width: 359px) {
    #content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: unset !important;
    }
    .fl-module-fl-post-content > .fl-module-content {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .entry-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wprm-recipe {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-width: 0 !important;
    }
    .wprm-recipe-template-tpc-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mv-sidebar .uabb-divider-text {
        font-size: 25px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    .wprm-recipe {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}
/* Mediavine Mobile CSS END */
