.top_links{
    display: inherit;
    top:88px;
    width: auto 
    
}

.top_links li a {
    color: white;
    background: #7e356e;
    padding: 10px;
}


#img_div {
      max-width: 38%;
}
#img_div img {
    max-width:100%;
}

#content #maincontent a.button, #content #sidebar_right a.button {
    color: #fff;
    display: inline-block;
    padding:  10px;
    text-decoration: none;
    background: #7e356e;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    float: none;
    border-radius: 3px;
    
}
#maincontent.member_sections {
    float: none;
    width: auto;
    height: auto;
    font-family: Roboto,sans-serif;
    font-family: var(--font-fam);
    margin: 10px auto;
    max-width: 986px;
    background-color: #ffffff;
    border-radius: 10px;
}
#sidebar_right .readmore a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    text-decoration: none;
    background: #7e356e;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    float: none;
    margin-top: 10px;
    border-radius: 3px;
}


.payment_row {
  background-color: #ffffff;
}

.section {
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
}


.movable_area.featured_article.odd {
  font-family: roboto, sans-serif;
  
}
div div a {
  color: #7e356e;
}

.has_sublist {
  color: #000000;
}


.slider_description {
  font-family: roboto, sans-serif;
  background-color: #7e356e;
  text-transform: capitalize;
}
.slider_title {
  background-color: #7e356e;
}

.rsABlock.txtCent.animated_slider_box {
  background-color: #7e356e;
}
a, #maincontent a, #maincontent p a, #maincontent.admin a, #maincontent.user_dashboard a, #maincontent.admin p a, #maincontent.admin .pad-helper > p > a {
    color: #7e356e;
    text-decoration: none;
}
.menu_divider_title {
  font-family: roboto, sans serif;
}
.update {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.delete {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#mainnav {
    padding: 0;
    height: auto;
    background: none;
    width: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    float: right;
    min-height: 40px;
}

#nav_section a {
    font-style: normal;
    font-weight: bold;
    font-size: .9rem;
    text-decoration: none;
    line-height: 14px;
    background: none;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 0 10px;
    width: auto;
    color: #464646;
}


.top_links li a {
    color: white;
    font-weight: 400;
    font-size: .9rem;
    background: #7e356e;
    padding: 10px;
    border-radius: 3px;
    letter-spacing: .03rem;
}
#maincontent.user_dashboard .section {
    padding: 15px 15px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

@media(max-width:767px){
    .top_links{
        display: none !important;
    }
}
