.page-numbers {

    float: left;
}
.wpurp-recipe-notes p {
    font-size: 17px !important;
    font-style: italic;
}
span.wpurp-box {
    font-size: 20px !important;
}
.wpurp-recipe-tags {display:none;}
/* :nth-child(1) {display:none;}
*/
/*.wpurp-rows:nth-child(-n+2) {display:none;}*/
/*table.wpurp-columns td div.wpurp-rows:nth-child(-n+3) {display:none;}*/
.wpurp-columns .wpurp-rows:nth-child(3), .wpurp-columns .wpurp-rows:nth-child(2) {
    display: none;
}
#ajaxsearchlite1, #ajaxsearchlite2 {
    border: 1px solid #4ab2a7;
    border-radius: 5px;
    width: 86%;
    float: right;
    margin-top: -10px;
    box-shadow: 0px 0 6px #f4f4f5 inset !important;
}

.promagnifier svg {
    fill: #4ab1a9 !important;
}

span.wpurp-recipe-ingredient-unit {
    left: 300px !important;
}

span.wpurp-recipe-ingredient-quantity {
    left: 350px !important;
}
/*.recent_post .body a {
    display: none;
}*/
.categories {
    padding: 10px 10px 20px 10px;
}
.page_content p {
    margin-top: 5px;
    margin-bottom: 5px;

}
.page_content p:last-child { 
/*background-color:#000;*/
margin-bottom:20px;
}

ul.wpurp-recipe-ingredient-container li.daman {
    margin-bottom: 10px !important;
    font-size: 17px !important;
font-style: normal;
}
.wpurp-rows-row span.wpurp-recipe-description {
    font-size: 17px !important;
}
.wpurp-rows-row span.wpurp-recipe-instruction-text {
    font-size: 17px !important;
}
span.wpurp-recipe-description {
    font-style: normal !important;
}
.wpurp-recipe-notes p {
    font-style: normal;
}
/*

jQuery(document).ready(function(){
    	jQuery( 'span.wpurp-recipe-ingredient-quantity' ).each(function () {
    this.style.setProperty( 'position', 'absolute', 'important' );
});
jQuery( 'span.wpurp-recipe-ingredient-unit' ).each(function () {
    this.style.setProperty( 'position', 'absolute', 'important' );
});
  });
*/

@media (max-width:1024px){

.recent_post .body a {
    display: -webkit-inline-box !important;
}
}

.wpurp-recipe-ingredient-group-container.wpurp-recipe-ingredient-group-container- {
    margin-top: 30px !important;
}


@media (min-width:1920px) and (max-width:5120px){
.categories span {
    font-size: 12px !important;
}

}
span.grey {
    color: #999999 !important
}