/* <!-- Style for the TOP Featured Images --> */
.form_container{
  margin-left: 10%;
  margin-right: 10%;
}

.only_for_mobile{
  display: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .only_for_desktop{
    display: none;
  }
  .only_for_mobile{
    display: block;
  }
}

.prev_button,.next_button{
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #E5282C;
  cursor: pointer!important;
}

.prev_button:hover,.next_button:hover{
  background: #E5282C;
  color: #ffffff;
}

blogaside{
  width: 100%;
  padding:0px!important;
}
.blog_category_list > ul > li{
  display: block;
  width:100%;
  border-bottom: 1px solid #E5282C;
}
.blog_category_list_heading{
  background: #E5282C;
  color: #ffffff;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius:10px 10px 0px 0px;
  text-align: center;
}
.blog_category_list_differentiator {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
}
.blog_category_name_in_list{
  margin-left:5%;
  text-decoration: none;
  color:#2f2f2f;
}



.switch_to{
  cursor: pointer;
  background: #E5282C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #E5282C;
  border-radius: 8px;
  font-weight: bold;
  padding: 1%;
  border-radius:10px 10px 10px 10px;
  text-align: center;
  font-size: 14px;
}

.switch_to:hover{
  background: #E5282C;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
}

@media screen and (max-width: 800px) {
  .switch_to{
    font-weight: bold;
    padding: 5%;
    border-radius:8px 8px 8px 8px;
    font-size: 10px;
  }
}
