
/* হোম পেইজে এবাউট সেকশনের এবাউট টেক্সট হাইড */ 

.about-section .widget-featured-holder .widget-title {
    font-family: Get show;
  
}
h2.slide-in.visible {
    display: none;
}



/* হোম পেইজে লেটেস্ট রেসিপির এর প্রথম রেসিপি সোশ্যাল ও লাভ আইকন ডানে সরানো */ 

.list-with-first-lg .site-main article:first-child .floated-meta, .classic-with-tall-img .site-main article .floated-meta {
    left: 0px;
   top: 70%;
}

/* হোম পেইজে লেটেস্ট রেসিপির এর প্রথম রেসিপি টাইটেল ও তার নিচের কনটেন্ট ডানে সরানো */ 
.list-with-first-lg .site-main article:first-child .post-thumbnail+.content-wrap, .classic-with-tall-img .site-main article .post-thumbnail+.content-wrap {
    
    padding-left: 5%;
}

/* ফুটেরে তিন নাম্বার লিঙ্ক যার নাম প্রাইভেসি পলিসি ডিসপ্লে নান */
.footer-bottom a.privacy-policy-link {
    display: none;
}

/* ফুটেরে link color */
.footer-bottom .site-info a {
  font-family: Noto serif;
    color: #3B5998;
    
}


/* সাইট বার অপশনের এবাউট মি সেকশনের ইমেজ এর সাইজ */ 
.widget_bttk_author_bio .image-holder {
        height: 80%;
        width: 70%;
}


/* নিচে নিউজ লেটারের Don’t miss a bite! ফন্টের সাইজ */ 
.footer-newsletter-section .blossomthemes-email-newsletter-wrapper h3 {
  
    font-size: 2em;
    font-weight: 5;
}






/* রেসিপি পেইজের রেসিপিগুলোর নিচে বাকি সব ডিসপ্লে নান */ 
.dr-archive-all-categories {
display: none;
}

.dr-archive-recipe-ingrd {
	display: none;
}

.dr-archive-recipe-by-alph {
	display: none;
}




/* রেসিপি পেজের রেসিপি টাইটেলের নিচের ব্যাকগ্রাউন্ড কালার */
.archive .site-content>.page-header, .search .site-content>.page-header, body.page .site-content>.page-header, .woocommerce-cart .site-content>.page-header {
    background-color: rgb(255 255 255 / 8%);
	    display: none;

}

/* রেসিপি পেজের রেসিপি টাইটেলের কালার */
.archive .page-header .page-title, .dr-advance-search .page-header .page-title h1.entry-title {
    color: black;
	display: none;
}

/* Discount Codes পেজের রেসিপি টাইটেলের কালার */
h1.entry-title {
    color: black;
}

/* রেসিপি পেজ ও সব পেজের হোম স্ল্যাশ রেসিপি টাইটেল ট্যাগ */
#crumbs {
    display: none;
   
}












