.news-image {
  overflow: hidden;
  max-height: 350px;
  position: relative;
  width: 90%;
  margin-left: 35px;
}
.share-btns{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}


.news-container p{
  font-family: 'museo-sans';
font-size: 21px;
color: #656565;
font-weight: 300;
margin-bottom: 25px;
}

.share-btn{
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;

}

.writer-img h1{
  color: #171717;
  font-size: 16px;
  margin: 5px 0px;
}

.writer-img h1 a{
  color: #3cb5d1;
}

.hide-img{
  display: none;
}
.dinavis-hidden-author{
  display: none;
}

.share-btn a, .share-btn a:hover, .share-btn a:focus, .share-btn a:active{
  color: inherit;;
}

.fb-share-btn {
  color: white;
  background: #3b5998;
}

.twitter-share-btn{
  color: white;
  background: #1da1f2;
}

.email-share-btn{
  background: #BFBFBF;
  color: white;
}

#comment-area{
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background-color: #f2f2f2;
  border: none;
  padding-left: 30px;
  color: black;
  font-family: 'museo-sans';
  font-weight: 300;
  font-size: 17px;
  padding: 15px 20px;
  overflow: hidden;
  box-shadow: 0px 2px 6px #00000038;
}

#news-writer a{
  color:white;
}

.news-heading{
  margin-top: 70px;
}
/*not used at the moment*/
.tint {
    float: left;
    cursor: pointer;
    width: 100%;
    max-height: 100%;
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.news-image img {
  object-fit: cover;
  width: 100%;
  max-height: 750px;
}

#news-title {
  position: absolute;
  color: white;
  font-family: "Barlow Condensed";
  z-index: 100;
  font-weight: bolder;
  font-size: 50px;
  text-shadow: 0px 0 #fff;
  width: 70%;
  left: 35px;
  letter-spacing: 1px;
  text-align: left;
  bottom: 115px;
  max-height: 310px;
  overflow: hidden;
  position: relative;
  color: black;
  bottom: 0px;
  text-shadow: none !important;
  margin-bottom: 20px;
}

#news-writer{
  position: absolute;
  color: white;
  font-family: 'museo-sans';
  z-index: 100;
  font-weight: bolder;
  font-size: 30px;
  /*text-shadow: 0px 0 #fff;*/
  width: 65%;
  text-align: center;
  left: 17.5%;
  bottom: 55px;
  text-shadow: 1px 1px 10px black;
}

.writer-img{
    min-height: 160px;
    width: 120px;
    margin-right: 50%;
    overflow: hidden;
    /* border: 4px solid #fff; */
    z-index: 100;
    position: relative;
    margin: auto;
    margin-right: 20px;
    float: left;
    color: black;
}

.writer-img img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.news-container {
    /*width: 65%;*/
    width: 90%;
    padding-bottom: 60px;
    padding-left: 0px;
    margin-left: 35px;
}

.first-box {
    font-family: 'museo-sans';
    color: #3cb5d0;
    font-weight: 300;
    font-size: 30px;
    text-align: left;
    /*margin-top: 50px;*/
    margin-bottom: 35px;
}

.main-text {
    font-family: 'museo-sans';
    font-size: 21px;
    color: #656565;
    font-weight: 300;
    margin-bottom: 25px;
}
.focus-news-box {
    padding-top: 15px;
    display: flex;
    margin-bottom: 20px;
}

.left-focus {
    /* width: 40%; */
    flex: 2;
    float: left;
    margin-right: 30px;
    font-size: 30px;
    color: #44B4CA;
    line-height: 35px;
    font-weight: 300;
    padding-bottom: 20px;
    font-family: 'museo-sans';
}
.right-focus {
    flex: 2.5;
    font-size: 20px;
    font-family: 'museo-sans';
    color: #6F6F6F;
    font-weight: 300;
    line-height: 30px;
    float: right;
    /* height: 100%; */
}
.list-numbers {
    list-style-type: none;
    margin-bottom: 50px;
}

.list-numbers hr{
  width: 95%;
  text-align: left;
  margin: 0px;
}

.list-numbers li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'museo-sans';
    color: #656565;
    font-weight: 300;
}
.list-numbers li::before {
    content: counter(step-counter);
    margin-right: 14px;
    color: #4a4a4a;
    font-family: 'museo-sans';
    font-size: 17px;
    font-weight: 300;
    border-radius: 50%;
    padding: 5px 12px;
    border: 1px solid rgba(42, 170, 194, 0.28);
        position: absolute;
}

.list-info{
      padding-left: 45px;
}

.list-info h1{
  font-weight: 600;
  font-size: 19px;
  color: #44b4ca;
  padding-top: 10px;
}

.list-info p{
  width: 80%;
}

.large-img{
  width: 100%;
  height: 520px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}

.large-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-wrap {
  margin-top: 165px;
    margin-bottom: 50px;
}

.comment-box{
  position: relative;
}

.status-dot{
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 10;
  left: 49px;
  border-radius: 50%;
  background-color: red;
  border: 2px solid white;
}

.reviews-number {
    margin-top: 0px;
    text-align: left;
    width: 85%;
    margin-left: 20px;
    font-size: 14px;
    font-family: 'museo-sans';
    font-weight: 800;
    text-transform: uppercase;
    color: #3CB5D0;
    margin-bottom: 0px;
}

.number-line {
    margin-top: 10px;
    margin-left: 10px;
}

.img-like-wrapper {
    display: inline-block;
    float: left;
}

.like-on-img-fix {
    float: right;
    position: relative;
    right: 16%;
    /* position: absolute; */
    z-index: 2;
}

.thumb-up-img {
    float: right;
    color: #14C412;
    font-size: 20px;
}

.comment-user-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: left;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 15px;

}

.comment-user-img img {
    height: 100%;
    position: relative;
    width: 100%;
    object-fit: cover;
}

.name-time-wrapper {
    float: left;
    display: inline-block;
    text-align: left;
        width: 100%;
}

.comment-user-name {
    font-size: 17px;
    color: #44B4CA;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    font-family: 'museo-sans';
    margin-right: 5px;
}

.comment-time {
    display: inline-block;
    margin-left: 3px;
    font-family: 'museo-sans';
    font-weight: 500;
    font-size: 16px;
    color: #7B7B7B;
}

.comment-info {
    text-align: left;
    width: 80%;
    float: left;
    position: relative;
    display: inline-block;
}
.comment-content{
  width: 100%;
    min-height: 60px;
    height: auto;
    position: relative;
    display: table-cell;
}

.text-content {
  font-size: 17px;
  width: 100%;
  color: #5F5F5F;
  font-weight: 300;
  font-family: 'museo-sans';
}

.input-comment{
  margin: auto;
  position:relative;
}

.input-comment form input{
    width: 80%;
  height: 50px;
  border-radius: 8px;
  background-color: #f2f2f2;
  border: none;
  padding-left: 30px;
  color: black;
  font-family: 'museo-sans';
  font-weight: 300;
  font-size: 17px;
  padding-right: 50px;
}

.input-comment form button{
  height: 50px;
  width: 135px;
  background-color: #405ea4;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'museo-sans';
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 0px;
}

.input-comment form{
      text-align: left;
}

@media screen and ( max-width: 985px){
  #news-title {
    margin-top: 85px;
    font-size: 60px;
    width: 85% !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-container {
    width: 85%;
    padding-bottom: 60px;
  }
  .left-focus{
    font-size: 23px;
  }
  .large-img {
    width: 90%;
    height: 420px;
    margin: auto;
  }
  .comment-wrap {
     padding-left: 0px;
  }
  .input-comment {
    text-align: left;
  }
}

@media screen and ( max-width: 781px){
  .news-heading {
    margin-top: 30px;
  }
  #news-title {
    margin-top: 85px;
    font-size: 40px;
    margin: 20px;
    margin-bottom: 0px;
}
}


@media screen and ( max-width: 615px){
  .comment-info {
    width: 100%;
  }
  #news-title {
      margin-top: 85px;
      width: 85%;
      text-align: center;
      left: 5%;
  }

  .first-box{
    font-size: 22px;
    text-align:left;
  }
  .main-text {
    font-size: 18px;
  }
  .list-info p {
    width: 90%;
    font-size: 17px;
  }

  .list-numbers {
      padding-left: 0px;
      margin-bottom: 5px;
  }
  .input-comment form input {
    width: 80%;
    font-size: 15px;
        height: 40px;
  }
  .right-focus {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .comment-wrap {
    margin-top: 50px;
  }
  .input-comment form button {
    font-size: 12px;
    height: 100%;
    width: 95px;
  }
  .focus-news-box {
    padding-top: 15px;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
  .left-focus {
    font-size: 22px;
    padding-bottom: 0px;
  }
  .large-img {
    width: 100%;
    height: 420px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and ( max-width: 500px){
  .large-img {
    width: 100%;
    height: 235px;
    margin: auto;
    margin-bottom: 30px;
  }
  .input-comment form button {
    font-size: 10px;
    height: 51px;
    width: 100px;
  }
  .left-focus {
    font-size: 22px;
    padding-bottom: 0px;
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and ( max-width: 400px){
  .input-comment form input {
    width: 75%;
    font-size: 14px;
    padding-left: 9px;
  }
  .input-comment form button {
    font-size: 10px;
    height: 100%;
    width: 100px;
  }
  .list-info {
    padding-left: 0px;
    padding-top: 10px;
  }
  .list-numbers li {
    padding-top: 20px;
  }
  .comment-user-img {
    position: absolute;
  }

  .status-dot {
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 10;
    left: 39px;
    border-radius: 50%;
    background-color: red;
    border: 2px solid white;
}
  .comment-content {
    padding-top: 55px;
  }
  .comment-user-img {
    margin-left: 0px;
  }
  #news-title {
    margin-top: 20px;
    font-size: 30px;
    width: 85%;
    text-align: center;
    left: 5%;
    max-height: 160px;
  }
  .news-image {
    max-height: 450px;
  }
  .first-box{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #news-writer {
    font-size: 20px;
  }
}

.newsAD{
    width: 300px;
    height: 600px;
    float: right;
    background: #efefef;
    margin: 55px 0 25px 25px;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
}
.newsAD .ad-title{
    color: white;
    font-family: "museo-slab";
    font-size: 57px;
    font-weight: bolder;
    padding-top: 15px;
    text-align: center;
    text-shadow: 2px 0 #fff;
}
.articles-small-container {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.article-small {
    /* max-height: 320px; */
    overflow-y: hidden;
    overflow-x: hidden;
    flex: 2;
    margin: 6px;
    height: 250px;
    position: relative;
}

.small-img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.small-article-info-red {
    position: absolute;
    background-color: #415fa4;
    width: 95%;
    margin: auto;
    margin-left: 2.5%;
    bottom: 10px;
}


.date-title{
    text-transform: uppercase;
    font-family: 'museo-sans';
    font-weight: 400;
    font-size: 20px;
    color: white;
    margin-top: 15px;
    padding-left: 15px;
}

.small-title {
    color: white;
    font-family: 'museo-slab', 'roboto-slab';
    font-size: 20px;
    font-weight: 800;
    width: 95%;
    padding-top: 0px;
    line-height: 28px;
    margin: 10px auto;
    padding-left: 10px;
}


.articles-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}


/* added */
.news-container .article-small p{
    color: #fff;
    font-family: "Barlow Condensed";
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;

}

.article-small{
    margin-bottom: 5px;
}

@media screen and ( max-width: 781px){
    .articles-small-container{
        display: block;
        margin-top: 50px;
    }
    .first-box{
      font-size: 22px;
    }
    .news-container p{
      font-size: 19px;
    }
}

.news-container iframe{
    max-width: 100%;
}

.news-container p{
    margin-bottom: 10px;
}

.comment-box .is_moderator{
    left: 11px !important;
    top: 2px;
    z-index: 100;
}
.single-comment{
    position: relative;
}

.bottom-date{
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  font-size: 15px;
  color: #323232;
}
.article-text-content{
  /* min-height: 510px; */
}
@media screen and ( max-width: 985px){
    .newsAD{display: none;}
}
