footer.site-footer ul,
footer.site-footer ol{
  margin: 0 0 1.5em 1em;
}

body footer.site-footer{
  font-family: "Ubuntu", sans-serif;
}

footer.site-footer img {
  height: auto;
  max-width: 100%;
}

footer.site-footer.corporate-gradient{
  background: #35a096;
  background: -moz-linear-gradient(top, #35a096 0%, #5ba2ce 73%);
  background: -webkit-linear-gradient(top, #35a096 0%, #5ba2ce 73%);
  background: linear-gradient(to bottom, #35a096 0%, #5ba2ce 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a096', endColorstr='#5ba2ce',GradientType=0 );
}

footer.site-footer{
  padding: 50px 0;
  color: #fff;
/*   margin-top: 60px; */
}

footer.site-footer .follow-us{
  font-weight: 500;
  display: block;
  margin-top: 10px;
  margin-bottom: 1.5em;
}

footer.site-footer .follow-us i{
  font-size: 22px;
  margin-left: 5px;
}

footer.site-footer .row:not(.footer-copyright) > div[class*="col-"]{
  margin-bottom: 20px;
}

footer.site-footer p{
  margin-bottom: 1.5em;
}

footer.site-footer p.widget-title{
  font-weight: 500;
}

footer.site-footer .footer-copyright{
  padding-top: 10px;
  opacity: .6;
}

footer.site-footer .footer-copyright p{
  margin-bottom: 0;
}

footer.site-footer .footer-copyright::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a8cde2;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

footer.site-footer ul{
  margin-left: 0;
  padding-left: 0;
}

footer.site-footer ul li{
  list-style: none;
  margin-bottom: 6px;
}

footer.site-footer a{
  color: #fff;
}

footer.site-footer .phone{
  margin-bottom: 6px;
  font-weight: 500;
}

footer.site-footer .phone i,
footer.site-footer .email i{
  margin-right: 7px;
}

.article-related ul{
  padding-left: 0;
  margin-left: 0;
}

.article-related ul li{
  list-style: none;
}

.article-related ul li:not(:last-child){
  margin-bottom: 25px;
}

.article-related ul li .row-related::after{
  content: "";
  display: table;
  clear: both;
}

.article-related ul li .row-related .col-l-related{
  width: 60px;
  height: 60px;
  float: left;
}

.article-related ul li .row-related .col-r-related{
  width: calc( 100% - 70px );
  float: right;
}

.article-related ul li .row-related .col-r-related p{
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 0;
}

.article-related ul li .row-related .col-r-related p a{
  font-size: 16px;
  color: #3d3d3d;
}

.article-related ul li .row-related .col-r-related > div{
  line-height: 1.2;
}

.article-related ul li .row-related .col-r-related .post-date,
.article-related ul li .row-related .col-r-related .category-list{
  display: inline;
  font-size: 14px;
}

.article-related ul li .row-related .col-r-related .category-list{
  margin-right: 5px;
}

.article-related ul li .row-related .col-r-related p a,
.article-related ul li .row-related .col-r-related .category-list,
.article-related ul li .row-related .col-r-related .post-date{
  color: #fff;
}

.article-related ul li .row-related .col-r-related .category-list,
.article-related ul li .row-related .col-r-related .post-date{
  opacity: .6;
}

@media (min-width: 992px){
  footer.site-footer p.widget-title{
    margin-top: 11px;
  }

  footer.site-footer .follow-us{
    margin-top: 92px;
  }
}

@media (min-width: 1200px){
  footer.site-footer .row:not(.footer-copyright) > div[class*="col-"]:nth-child(2){
    padding-left: 45px;
  }
}
