.edn_408_article_list_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.EDN_cf_all_fields_container {
    display:none !Important;
}
.btn-modal-close {
    position: absolute;
    right: 5%;
    top: 3%;
    cursor:pointer;
    font-size: 40px;
}
.post-content-details img {
    height: auto !Important;
}

.news-post-homepage .post-content p {
    display: none;
}
.sidebar-menu-col {
    padding: inherit!important;
}
div[class*=article_list_wrapper] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.dropdown-menu li .dropdown-item:hover{
    background:#7b9468;
    color:white;
}
.icon-blocks img {
  height: auto !important;
}

.sidebar-menu .nav-item.active .nav-link{
   color: #2f5579;
}
.EDN_search.theme_Bootstrap {
  display:none !important;
}

#removeCategory{
    cursor:pointer;
}

.edn_article_map{
    margin:0 auto;
}
.ModEasyDNNnewsC{
    padding-bottom:1rem;
}

.featured-product .product-wrapper .overlay {
    background: rgba(52,58,64,.1) !important;
}

.breadcrumb {
  display: none !important;
}

.icon-circle{
    height:35px;
    width:35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .25rem;
    margin:.5rem;
}

body{
    overflow-x: hidden;
}

header .site-logo-div img{
    height:auto !important;
}
.search_input {
  display: flex;
  justify-content: center;
}

@media(max-width:900px){
    .search_input{
        display: block;
    }
}
.do_search{
    text-transform: uppercase;
  transition: all .3s ease;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  background-color: #7b9468;
  border-color: #7b9468;
 font-size: 1.3rem;
  padding: 0.25rem 4rem;
  font-weight: 400;
  line-height: 1.5;
  border-width: 1px;
 border-radius: 0.25rem;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  margin-left: 1rem;
}


@media(max-width:900px){
    .do_search{
        margin-left:0;
        margin-top:1rem;
    }
}

.do_search:after{
    display: none;
}















