/*
    Additional styles
*/
.site-inner {
    padding-top: 30px;
    
}
.site-header .wrap {
    display:block !important;
    /*position: fixed !important;*/
}

.site-header .wrap .widget.widget_search {
    margin-left: 20px;
}
body:not(.sticky) .site-header .header-widget-area {
    justify-content: center;
    margin-top: 1rem;
}

.single .entry-content .attachment-post-image {
    margin-bottom:15px;
}

.archive-title, .entry-title {
    font-size: 30px;
}

.entry-header .entry-meta, .entry-header  {
    border: none !important;
}

.category .entry-meta {
    display: none;
}
.gb-block-post-grid .gb-block-post-grid-image img,
.category article img,
.about-me-img {
    border-radius: 10px;
}

.recipe-image img {
    border-radius: 20px;
}


@media only screen and (max-width: 700px) {
    body:not(.sticky) .site-header .header-widget-area {
        margin-top: 0;
    }
.sticky.wp-custom-logo .site-header .title-area {
        max-width:  400px!important;
        text-align: center!important;
}
.sticky .site-header .header-widget-area {
    width: 100%;
     position: relative; 
    top: 50%;
    transform: none;
    -webkit-transform: none;
}
.sticky .site-header .header-widget-area .widget {
    display: block;
}

.sticky .title-area.wp-custom-logo {
    padding: 0;
}
}

@media only screen and (max-width: 960px) {
.sticky-header .wrap {
    padding: 5px 3%;
}
}
@media only screen and (max-width: 1300px) {
.site-header .wrap .wp-custom-logo .header-widget-area {
    width: 100%;
}
}

.single .entry-header .entry-meta {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Maven Pro", sans-serif; 
    line-height: 1.2;
    border-bottom: none;
    text-align: justify;
}

.single .entry-header .entry-meta .entry-categories {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.gb-block-post-grid .is-grid article {
    margin-bottom: 1em !important;
}


@media only screen and (max-width: 1023px) {
.wp-custom-logo .title-area img {
    max-width: 400px;
    max-height: 300px;
    width:100%;
    float: none;
}
}


.entry-header {
        border-bottom: 0.5px solid #535353;
        margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 225px !important;
    }
}
.gb-block-post-grid-excerpt {
font-style: italic;
}

/* Details */

.wp-block-recipe-blocks-details {
    margin-bottom: 20px;
}

.wp-block-recipe-blocks-details .recipe-detail-container {
    width: 100%;
    border: 1px solid #b2d3f1;
    border-top: 10px solid #b2d3f1;
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 0px;
    table-layout: fixed;
    display: table;
}

.wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item {
    display: table-cell;
    width:25%;
    text-align: center;
    padding-top: 15px;
    border: 1px solid #b2d3f1;
    border-collapse: collapse;
}

.wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item .recipe-detail-item-label {
    border-bottom: 1px solid transparent;
    font-size: 21px;
    vertical-align: bottom;
    font-family: "Alegreya Sans SC", serif;
    font-weight: 400;
    font-style: normal;
}

.wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item .recipe-detail-item-value {
    font-size: 16px;
    vertical-align: top;
    font-family: "Alegreya Sans SC", serif;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 15px;
}

/* Ingredents */
/*
.post .entry-content {
    display: flex; 
    flex-direction: column;
}
.wp-block-recipe-blocks-ingredients,
.wp-block-recipe-blocks-directions {    
display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.wp-block-recipe-blocks-ingredients:first-child ,
.wp-block-recipe-blocks-directions:first-child {
    flex: 1;
}
.wp-block-recipe-blocks-ingredients:nth-child(2) ,
.wp-block-recipe-blocks-directions:nth-child(2)  {
    flex: 2;
}
.wp-block-recipe-blocks-ingredients:nth-child(3) ,
.wp-block-recipe-blocks-directions:nth-child(3) {
    flex: 3;
}
.wp-block-recipe-blocks-ingredients:nth-child(4) ,
.wp-block-recipe-blocks-directions:nth-child(4) {
    flex: 4;
} */

.wp-block-recipe-blocks-ingredients {
    position: relative;
    color: #000;
    background-color: #e5f0fa;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 10px 30px 10px 0;
    text-align: left;
    width: 100%;
    max-width: 600px;
}

.wp-block-recipe-blocks-ingredients:after { 
    content:""; 
    clear:both; 
    display: table; 
}

.wp-block-recipe-blocks-ingredients h4 {
    font-family: "Maven Pro";
    margin-left: 20px;
    font-size: 2rem;
    margin-top: 10px !important;
}

.wp-block-recipe-blocks-ingredients .ingredients-list {
    line-height: normal;
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding-left: 25px;
}

.wp-block-recipe-blocks-ingredients .ingredients-list>li {
    position: relative;
    line-height: 1.8;
    list-style: none;
    min-height: 20px;
    padding-left: 25px;
    margin: 0 0 5px;
    border-bottom: 1px solid #b1d0ec;
}

.wp-block-recipe-blocks-ingredients .ingredients-list>li::before {
    font-family: "dashicons";
    content: "\f159";    
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: middle;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
    color: #5195d0;
}


/* Directions */ 

.wp-block-recipe-blocks-directions {
    position: relative;
    margin: 0;
    padding: 10px 30px 10px 0;
    text-align: left
}

.wp-block-recipe-blocks-directions:after { 
    content:""; 
    clear:both; 
    display: table; 
}

.wp-block-recipe-blocks-directions h4 {
    font-family: "Maven Pro";
    margin-left: px;
    margin-bottom:20px;
    font-size: 2rem;
}

.wp-block-recipe-blocks-directions .directions-list {
    counter-reset: count;
    line-height: normal;
    list-style: none;
    margin: 0;   
    padding-left: 20px;

}

.wp-block-recipe-blocks-directions .directions-list>li {
    position: relative;
    line-height: 1.8;
    list-style: none;
    min-height: 30px;
    padding-left: 25px;
    margin: 0 0 10px
}

.wp-block-recipe-blocks-directions .directions-list>li::before {
    counter-increment: count;
    content: counter(count);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Alegreya Sans SC", serif;
    text-transform: uppercase;
    line-height: 1.4;
    width: 35px;
    vertical-align: middle;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
}

/* Notes */ 

.wp-block-recipe-blocks-notes {
    position: relative;
    margin: 20px auto;
    text-align: left;
    background-color: #faeed7;
    padding: 10px 30px 0 20px;
    border-radius: 10px;
    max-width: 80%;
}

.wp-block-recipe-blocks-notes:after { 
    content:""; 
    clear:both; 
    display: table; 
}

.wp-block-recipe-blocks-notes h4 {
    font-family: "Maven Pro";
    margin: 0 0 10px 0 !important; 
    font-size: 1.7rem;
}

.wp-block-recipe-blocks-notes .notes-list {
    line-height: normal;
    list-style: none;
    margin: 0;
    margin-left: 10px;
    padding-left: 5px;
}

.wp-block-recipe-blocks-notes .notes-list>li {
    position: relative;
    line-height: 1.5;
    list-style: none;
    min-height: 30px;
    padding-left: 20px;
    margin: 0 0 20px;
    font-style: italic;
}

.wp-block-recipe-blocks-notes .notes-list>li::before {
    font-family: "dashicons";
    content: "\f139";  
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1.4;
    vertical-align: middle;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
    font-style: normal;
}

/*  Source */

.wp-block-recipe-blocks-source {
    text-align: right;
    font-style: italic;
}

@media only screen and (max-width: 600px) {
    
    .recipe-excerpt {
        text-align:justify;
        padding: 0 10px;
        font-style: italic;
    }
    
    .wp-block-recipe-blocks-ingredients,
    .wp-block-recipe-blocks-directions {
        margin-top: 30px;
    }
    
    .wp-block-recipe-blocks-ingredients h4,
    .wp-block-recipe-blocks-directions h4 {
        margin-top: 5px !important;
    }
    
    .wp-block-recipe-blocks-ingredients .ingredients-list {
        padding-left: 15px;
    }
    .wp-block-recipe-blocks-ingredients .ingredients-list>li {
        padding-left: 30px;
    }
    
    .wp-block-recipe-blocks-directions {
        padding: 0;
    }
    
    .wp-block-recipe-blocks-directions h4 {
        margin-left: 5px
    }
    
    .wp-block-recipe-blocks-directions .directions-list {
        padding-left: 10px;
    }
     

    .wp-block-recipe-blocks-details .recipe-detail-container {
        display:block;
        padding:0;
    }

    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item {
        display:inline-block;
        width:100%;
        padding:0;
        border:0;
        vertical-align:middle;
        text-align:center;
    }

    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item .recipe-detail-item-value {
        display:inline-block;
        padding: 0;
        vertical-align:middle;
        font-size: 16px;
    }
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item .recipe-detail-item-label {        
        vertical-align:middle;
        padding: 0 10px;
        font-size: 14px;
    }
    
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.totaltime .recipe-detail-item-value,
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.yields .recipe-detail-item-value {
        font-size: 21px;
    }
    
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.totaltime .recipe-detail-item-label,
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.yields .recipe-detail-item-label {
        font-size: 23px;
    }
    
/*     .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.totaltime,
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.yields {
        padding-left:20%
    }*/
    
/*    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.preptime,
    .wp-block-recipe-blocks-details .recipe-detail-container .recipe-detail-item.cooktime {
            padding-left:10px;
    }*/

/*    .wp-block-recipe-blocks-ingredients .ingredients-list,
    .wp-block-recipe-blocks-directions .directions-list {
        margin-left:15px;
    }*/
    
    .wp-block-recipe-blocks-notes .notes-list {
        margin-left: 0;
        margin-right:5px;
    }
    
    .wp-block-recipe-blocks-notes {
        margin: 20px 5px;
        padding: 10px;
        max-width: 100%;
    }
} 


@media print{

	.site-header, .sidebar , .footer-widgets, .site-footer, .pagination, .entry-content img { display:none;}
	

/* a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;} */

}