.news_name, .publications_name {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

.post-type-archive-news h2, .post-type-archive-publications h2 {
  font-size: 20px;
  color: #e20038;
  text-transform: uppercase;
}

hr.line {
  width: 100%;
  height: 1px;
  opacity: 0.21;
  background-color: #000000;
  margin-top: 10px;
}

.custom_date {
  line-height: 24px;
}
.custom_date a {
  color: #0d3357;
  font-weight: bold;
}
.custom_date strong>a {
  font-size: 16px;
}

.custom_date {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

.custom_date span {
  color: #e20038;
}

.custom_date span.news_author, .custom_date span.publications_author {
  color: #536d7d;
}

.block_content {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.block_content a {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.block_content a:hover {
  text-decoration: none;
  color: #e20038;
}

#category-list hr {
  width: 100%;
  height: 1px;
  opacity: 0.21;
  background-color: #000000;
}
#category-list .category-list_title {
  font-size: 14px;
  color: #536d7d;
  line-height: 17px;
  margin-top: 20px;
  text-transform: uppercase;
  display: block;
}

#category-list ul {
  padding-left: 0;
  list-style: none;
}

#category-list li {
  font-size: 14px;
  color: #0d3357;
  font-weight: bold;
  padding-bottom: 10px;
}
#category-list a {
  color: #0d3357;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}
#category-list a:hover {
  text-decoration: none;
  color: #e20038;
}

.show_more {
  font-family: Arial;
  font-size: 16px;
  color: #0d3357;
  font-weight: bold;
}


.post_title {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.post_title strong {
  font-family: Arial;
  font-size: 16px;
  color: #0d3357;
  font-weight: bold;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}
.post_title:hover {
  text-decoration: none;
}
.post_title:hover strong {
  color: #e20038;
}

.prev_page:hover, .next_page:hover {
  text-decoration: none;
}
.prev_page small, .next_page small {
  font-size: 10px;
  vertical-align: middle;
}
.prev_page, .next_page {
  font-size: 16px;
  color: #0d3357;
  font-weight: bold;
  margin-bottom: 40px;
}
.prev_page {
  float: left;
}
.next_page {
  float: right;
}

.related_posts {
  margin-bottom: 50px;
}
.single_related > a {
  font-size: 16px;
  color: #0d3357;
  font-weight: bold;
}
.single_related > p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0;
}
.single_related .read_more {
  color: #333333;
  font-weight: bold;
}

.sidebar_att a {
  width: 48%;
  max-width: 102px;
  display: inline-block;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}
.sidebar_pa a {
  color: #0d3357;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;;
}
.sidebar_pa a:hover {
  color: #E20038 ;
  text-decoration: none;
}
.sidebar_att a strong {
  color: #0d3357;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}
.sidebar_att a:hover strong{
  color: #E20038 ;
}
.sidebar_att a:first-of-type {
  margin-right: 2%;
}
.sidebar_att a img {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar_att a strong {
  display: block;
}
.show_print {
  margin:15px 0 40px;
}
.show_print a {
  vertical-align: middle;
  text-transform: uppercase;
  color: #0d3357;
}
.show_print a:hover {
  text-decoration: none;
  color: #e20038;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}
.show_print a:last-of-type {
  text-align: right;
  float: right;
}
.sidebar_pa a {
  color: #0d3357;
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
}

.single-news .content .custom_date, .single-publications .content .custom_date {
  margin: 10px 0 20px;
  display: block;
}
.single-news .col-lg-3, .single-publications .col-lg-3 {
  padding-left: 60px!important;
}

.single-practice-groups .show_less_content {
  display: none;
}

.bottom_side {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper_arr {
  border: 1px solid rgba(0,0,0,0.12);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper-button-prev, .swiper-button-next {
  background-image: none!important;
  width: 53px!important;
  height: 48px!important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: #fff;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
  cursor: pointer;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgb(245,245,245);
}
.swiper-button-prev:before,.swiper-button-next:before {
  content: '';
  width: 17px;
  height: 16px;
  display: block;
  margin: auto;
}
.swiper-button-prev:before {
  background: url(../../img/left-arrow.svg);
}
.swiper-button-next:before {
  background: url(../../img/right-arrow.svg);
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  opacity: 0.21!important;
  background-color: #000000!important;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
  margin-right: 15px;
}
.swiper-pagination-bullet-active {
  opacity: 1!important;
  background-color: #000000!important;
}

.sidebar {
  padding-right: 60px;
}
.sidebar h2 {
  font-size: 14px;
  color: #536d7d;
  line-height: 17px;
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}
.sidebar ul li {
  margin-bottom: 20px;
}
.sidebar ul a {
  font-size: 14px;
  color: #0d3357;
  font-weight: bold;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;
  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}
.sidebar ul a:hover {
  text-decoration: none;
  color: #ce0d27;
}
.sidebar .see_more {
  text-transform: uppercase;
}

.show_more_button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #0d3357;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
.show_more_content .show_more_button:after, .show_less_content .show_more_button:after {
  content: '';
  background: url(../../img/Icon_1_copy.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
}
.show_less_content .show_more_button:after {
  background: url(../../img/Icon_1_copy_2.svg);
}

.attorneys {
  width: 20%;
}
.attorneys_block {
  margin: 0 -10px!important;
}
.attorneys_flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.attorneys a {
  margin: 0 10px;
  max-width: 140px;
  color: #0d3357!important;
}
.attorneys a:hover {
  color: #ce0d27!important;
}
.attorneys span {
  margin-left: 0!important;
}
.attorneys small {
  margin-left: 10px;
  font-size: 14px;
  color: #536d7d;
  display: block;
}
.attorneys strong {
  padding-bottom: 0 !important;
  -webkit-transition:  all, .4s, ease;
  -moz-transition:  all, .4s, ease;

  -ms-transition:  all, .4s, ease;
  -o-transition:  all, .4s, ease;
  transition:  all, .4s, ease;
}

.testimonials {
  margin-top: 60px;
  line-height: 27px;
  font-family: Arial;
  color: rgba(0,0,0,0.54);
}
.testimonials mark {
  font-family: Montserrat 2;
  font-size: 13px;
  color: #0d3357;
  letter-spacing: 2px;
  background: transparent;
  display: block;
  margin-bottom: 20px;
}

.page-template-page-about .top-bk {
  height: 360px;
}
.about-menu a:hover {
  text-decoration: none;
}

h1.single_title {
  font-family: Arial;
  font-size: 18px;
  color: #0d3357;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: none;
}

@media (max-width:1200px){
  .single-news .col-lg-3, .single-publications .col-lg-3, .sidebar {
    padding-left: 15px!important;
  }
}

@media (max-width:992px){
  .attorneys a {
    max-width: 100px!important;
  }
}

@media (max-width:600px){
  .attorneys_flex {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .attorneys {
    width: auto;
    flex: 0 0 120px;
  }

}


.post-type-archive-attorneys .attorneys{width: 100%;}
.post-type-archive-attorneys .sidebar_att a{width: 100%;max-width: initial;}
.post-type-archive-attorneys .sidebar_att a img{width: 25%}
.post-type-archive-attorneys .attorneys span{margin-left: 30% !important;}
.post-type-archive-attorneys .sidebar_att{overflow: hidden;}

.single-practice-groups .sidebar_att span{margin-left: 0px !important;}
.single-focus-areas .sidebar_att span{margin-left: 0px !important;}
