.date-tags{
  display: none;
}
.filter_wrapper{
/*   border: 2px solid green; */
  border: 2px solid #2c9c84;
  padding: 20px;
}
.article .filter_wrapper p{
  margin-bottom: 10px;
}
.filter_form{
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.filter_form select{
  width: 300px;
  padding: 5px;
  background-color: lightgrey;
  color: black;
}
.filter_form input[type=submit]{
  margin-left: 5px;
  width: 5rem;
  background-color: #F3D45C;
  border-color: #F3D45C;
  font-size: 1.2rem;
}

.article .no-area-choise-lawyers-all p{
  font-weight: bold;
  margin-bottom: 5px;
}
.article .no-area-choise-lawyers-all p:not(:first-child){
  font-weight: normal;
}

.ect-2-columns > .item_wrapper{
  width: inherit;
}
.blog_item_card{
  width: 100%;
/*   border: 2px solid green; */
  border: 2px solid #2c9c84;
  border-top: 0px;
  padding: 15px;
  margin-bottom: 30px;
}
.article h2.blog_item_title_h2,
.article h3.blog_item_title_h3{
  margin-bottom: 0px;
  padding: 10px;
/*   background-color: green; */
  background-color: #2c9c84;
  border: #2c9c84 solid 2px;
  color: white;
}
.article h3.blog_item_under_title_desicription_h3,
.article h4.blog_item_under_title_desicription_h4{
  margin-bottom: 0px;
/*   border: 2px solid green; */
  border: 2px solid #2c9c84;
  border-bottom: 0px;
  background-color: inherit;
}
.article h3.blog_item_under_title_desicription_h3 > p,
.article h4.blog_item_under_title_desicription_h4 > p{
  margin-bottom: 20px;
}
.blog_item_card .blog_item_card_upper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
/*   justify-content: space-between; */
  justify-content: flex-start;
}
.blog_item_card .blog_item_card_upper .blog_item_card_upper_left{
/*   width: 384px; */
	width: 50%;
	padding-right: 10px;
}
.blog_item_card .blog_item_card_upper .blog_item_card_upper_left .lawyers_office_btn{
  display: flex;
/*   width: 384px; */
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  box-shadow: 0px 4px 4px 0px #777777;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  background-color: #2c9c84;
/*   background-color: green; */
  color: white;
  transition: .3s;
  text-align: center;
  min-height: 3rem;
}
.blog_item_card .blog_item_card_upper .blog_item_card_upper_left .lawyers_office_btn:hover{
  color: white;
  opacity: .5;
}
.blog_item_card .blog_item_image img{
/*   height: 198px; */
  height: auto;
  object-fit: cover;
}
.blog_item_card .title_and_description{
  width: 20%;
  flex-grow: 1;
}
.blog_item_card .title_and_description > table tr:first-child td,
.blog_item_card .title_and_description > table tr:first-child th{
 border-bottom-width: 1px;
 border-bottom-color: #cccccc;
}
.blog_item_card .title_and_description > table tr th{
  width: 5em;
  background-color: white;
  font-size: .8rem;
  border-width: 0;
}
.blog_item_card .title_and_description > table tr td{
  background-color: white;
  border-width: 0;
  font-size: .8rem;
}
.blog_item_card .office_id,
.blog_item_card .office_name{
  display: none;
}
.blog_item_card .blog_item_bottom{
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog_item_card .blog_item_bottom a.contact_btn,
.blog_item_card .blog_item_bottom a.tel_btn{
  display: block;
  box-shadow: 0px 4px 4px 0px #777777;
  border-radius: 4px;
  width: 49.5%;
  text-decoration: none;
  color: inherit;
  background-color: #F3D45C;
  color: black;
  transition: .3s;
  text-align: center;
  /* padding: 60px; */
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .3s;
}
.blog_item_card .blog_item_bottom a.tel_btn{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blog_item_card .blog_item_bottom a.contact_btn:hover,
.blog_item_card .blog_item_bottom a.tel_btn:hover{
  opacity: .5;
}
.blog_item_card .blog_item_bottom a.contact_btn p,
.blog_item_card .blog_item_bottom a.tel_btn p{
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
  width: 100%;
}
.blog_item_card .blog_item_bottom a.tel_btn p:first-child,
.blog_item_card .blog_item_bottom a.contact_btn p:first-child{
  font-size: .9rem;
}
.article .blog_item_card p{
  font-size: 1rem;
  margin-bottom: 0px;
}




@media screen and (max-width: 480px){
  .blog_item_card .blog_item_card_upper{
    flex-direction: column;
  }
  .blog_item_card .blog_item_card_upper .blog_item_card_upper_left{
    width: 100%;
    text-align: center;
  }
  .blog_item_card .title_and_description{
    width: 100%;
    margin-top: 20px;
  }
  .blog_item_card .blog_item_bottom{
    flex-direction: column;
  }
  .blog_item_card .blog_item_bottom a.contact_btn,
  .blog_item_card .blog_item_bottom a.tel_btn{
    width: 100%;
    margin-bottom: 10px;
    min-height: 4rem;
  }
}





/*  */
