/* backyardpoultry */
.itfmenus ul.sub-menu {
     border-bottom: 1px solid #9d0b0e;
}

.bgcl{
     background: #9d0b0e;
}
#your-profile h3{
     color: #9d0b0e;   
}

.block_title{
  color: #9d0b0e;
}

.header-bg,.fullread a,.menu-label {
     background: #9d0b0e;
}
 .main-menu .navbar-nav .nav-link {
     color: #ffffff;
}

 .custom-search, .custom-search ::placeholder {
     color: #840a14;
}


 .menu-label:before {
     border-left: 9px solid #9d0b0e;
}

 .text-primary:hover {
     opacity: .9!important;
}
 .primary-bg {
     color: #fff;
     background-color: #b02530!important;
     border-color: #b02530;
}
 .primary-bg:hover, .primary-bg:active, .primary-bg:focus {
     opacity: .9;
     border-color: #b02530;
}
 .carousel-indicators .active {
     background-color: #b02530;
}
 .page-item.active .page-link {
     background-color: #b02530;
     border-color: #b02530;
}
 .page-link {
     color: #b02530;
}
 .submenu_cls_sec li:first-child a {
     background: #9d0b0e;
}
 .submenu_cls_sec li:first-child a:before {
     border-left: 9px solid #9d0b0e;
}

.itfmenus a:hover ,.itfmenus > li.current-menu-item{
    background: #a55e4c;
}

/* Paywall modal */

.subscribe_user_inner_box {
     /* Make the background BYP red: 9d0b0e */
     background-color: #9D0B0E !important;
}
.subsc_contetn {
     /* Paywall modal: Make the text: white, Keep the background green. */
     color: #FFFFFF !important;
 }
 .subscribelnk{
     /* Paywall modal: Make the button background white and the text black */
     background-color: #FFFFFF !important;
     color: #000000 !important;
 }
 .subscribe_box_btn {
      /* Paywall modal: Pad the button tops */
     padding-top: 10px;
 }