/* Latest News */
.home-news-base{
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
.home-news-image{
  height: 12vw !important;
}
.published-label span{
  color: var(--pale-red);
}
.home-news-image.hover-zoom{
  height: 15vw !important;
  position: relative !important;
}
.home-news-det{
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 15px 25px;
  border: 1px solid transparent;
  margin: 0 !important;
  height: 100%;
}
.home-news-det .published-label{
  margin-top: 7px !important;
}
/* .home-news-base:hover{
  border-bottom: 1px solid var(--pale-red);
} */
.home-news-base:hover .home-news-det{
  border-color: var(--pale-red);
  border-top: 1px solid transparent;
}
.home-news-base:hover .home-news-con:before{
  border-color: var(--pale-red);
}
.home-news-con:before{
  content: '';
  width: 93%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid transparent;

  	transition: all 0.3s ease-out 0.3s;
  	-webkit-transition: all 0.3s ease-out 0.3s;
  	-moz-transition: all 0.3s ease-out 0.3s;
  	-o-transition: all 0.3s ease-out 0.3s;
}
.input-search-text:focus{
  border-color: var(--pale-red)
}
.input-search-text{
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--warm-grey);
  padding: 10px 15px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid var(--pinkish-grey);
  width: 100%;
  outline: 0;
}
.ss-search-form__submit{
  background: transparent;
  border: 0;
  position: absolute;
  right: 25px;
  top: 9px;
}
.sort-label{
  float: right;
  position: relative;
}
.sort-label:before{
  content: 'Sort by:';
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 20px;
}
.sort-text{
  /* font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wram-grey); */
  padding: 10px 15px 10px 80px;
  width: 300px;
  border-radius: 3px;
  border: solid 1px var(--greyish);
}
.news-img{
  height: 100vh;
}
.article-content{
    padding-top: 30px;
  padding-right: 100px !important;
}
.article-content{
  padding-right: 100px !important;
}
.article-content img{
    max-width: 700px;
    margin-bottom: 15px;
}
.article-content .p-text h1, .article-content .p-text h2, .article-content .p-text h3, .article-content .p-text h4, .article-content .p-text h5, .article-content .p-text h6{
  font-weight: bold;
  color: var(--black);
  line-height: inherit;
  margin-bottom: 20px;
}
.share-inside{
  padding-top: 15px;
}
.control-bottom{
	margin-top: 50px;
	border-top: 1px solid var(--white-three);
	border-bottom: 1px solid var(--white-three);
	padding: 35px 0;
}
.proj-ctrl:hover{
	background-color: var(--pale-red);
	color: white;
}
.proj-ctrl:hover svg path{
	fill: white;
}
.proj-ctrl{
	padding: 12px 25px;
  border: solid 1px var(--pale-red);
  background-color: rgba(255, 255, 255, 0.5);
	margin-right: 15px !important;
}
.proj-ctrl #ico-proj-prev{
	margin-right: 10px !important;
}
.proj-ctrl #ico-proj-next{
	margin-left: 10px !important;
}
.tag-base{
  list-style: none;
  padding: 0;
  margin-top: 10px !important;
}
.tag-base li{
  background-color: rgba(233, 86, 82, .15);
  padding: 5px 10px;
  margin: 5px;
}
.disqus-base{
  padding: 0px 0px 35px;
}
/* Share Buttons */
.share-inside .addthis_inline_share_toolbox{
  margin: 0 !important;
}
.share-inside .at-share-btn-elements{
  /* display: table-caption; */
}
.share-inside .at-share-btn-elements a{
  margin-bottom: 2px !important;
  margin-left: 0px !important;
  width: 100%;
}
.at-share-btn{
  padding: 5px 0 !important;
}
.at-icon-wrapper{
  margin-right: 5px !important;
}
.at-label{
  color: var(--black) !important;
}
.at-svc-facebook, .at-svc-messenger, .at-svc-twitter, .at-svc-pinterest_share {
  background-color: transparent !important;
}
.at-svc-facebook svg{
  fill: rgb(59, 89, 152) !important;
}
.at-svc-messenger svg{
  fill: rgb(0, 132, 255) !important;
}
.at-svc-twitter svg{
  fill: rgb(29, 161, 242) !important;
}
.at-svc-pinterest_share svg{
  fill: rgb(203, 32, 39) !important;
}

@media(max-width: 769px){
  .home-news-image.hover-zoom {
    height: 30vw !important;
  }
  .news-img {
    height: 50vw;
  }
  .share-inside .at-share-btn-elements {
    display: block;
  }
  .article-control-base{
    margin-top: 30px !important;
  }
}
@media(max-width: 480px){
  .news-sort .col-xs-7, .news-sort .col-xs-5 {
    width: 100% !important
  }
  .sort-label {
    margin-top: 30px !important;
    float: none;
  }
  .sort-text {
    width: 100%;
  }
  .home-news-base{
    width: 100% !important;
  }
  .home-news-image.hover-zoom {
    height: 60vw !important;
  }
  .article-control-base {
    margin-bottom: 30px !important;
  }
  .article-content {
    padding-right: 15px !important;
  }
}
