/* <!-- 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;
  }
}

/* <!-- Normal Styles --> */
.blog_container{
  margin-left:0.8%!important;
  margin-right:0.8%!important;
}
.blog_feature_image{
  display: block;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.blog_category_name{
  padding: 1%;
  border-radius: 5px;
  background: #8ed6e5
  color: #ffffff;
  border:none;
}

@media screen and (max-width: 800px) {
  .blog_category_name{
    font-size: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.blog_title{
  font-size:24px;
  margin-top:5px;
  margin-bottom:0px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .blog_title{
    font-size:18px;
  }
}

.blog_sub_heading{
  margin-top:5px;
  margin-bottom:0px;
}

@media screen and (max-width: 800px) {
  .blog_sub_heading{
    font-size:12px;
  }
}

.blog_author_name{
  background: #8ed6e5
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
blogaside{
  border:1px solid #4768DC;
  border-radius:10px;
  width: 100%;
  padding:0px!important;
}
.blog_category_list > ul > li{
  display: block;
  width:100%;
  border-bottom: 1px solid #4768DC;
}
.blog_category_list_heading{
  background: #8ed6e5
  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;
}

@media screen and (max-width: 800px) {
  blogaside{
    display: none!important;
  }
}



.switch_to{
  cursor: pointer;
  background: #8ed6e5
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #AD6AB4;
  border-radius: 8px;
  font-weight: bold;
  padding: 1%;
  border-radius:10px 10px 10px 10px;
  text-align: center;
  font-size: 14px;
}

.switch_to:hover{
  background: #8ed6e5
  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;
  }
}

.author_feature_image{
  border-radius: 50%;
  display: block;
  width: 90%;
}
