.footer-copy {
    padding: 10px 0;
    background-color: #ff5c01;
    color: #FFF;
}

.left-separate {
	border-left : 3px solid #ffae00;
	padding-left: 2px;
}
.copyright-text p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.btn.btn-primary {
    background: #009100;
}

.ts-footer .back-to-top .btn.btn-primary {
    width: 50px;
    height: 50px;
    line-height: 25px;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
}

.titular-sub-title {
    margin: 0;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

h1.titular-title {
    font-size: 38px;
}
.text-orra {
    color: #ff5c01;
}

.titular-title {
    letter-spacing: -1px;
}
.fst-normal {
    font-style: normal!important;
}

.fw-normal {
    font-weight: 700!important;
}

.post-cat {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-left: 0px;
    line-height: 30px;
    height: 30px;
    top: -3px;
    letter-spacing: .55px;
    border-bottom: #009100 solid 2px;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    background-color: #000;
  }

  .facebook {
    background: #3B5998;
    color: white;
  }

  .twitter {
    background: #55ACEE;
    color: white;
  }

  .google {
    background: #ffae00;
    color: white;
  }

  .linkedin {
    background: #007bb5;
    color: white;
  }

  .youtube {
    background: #bb0000;
    color: white;
  }



  .ts-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    background: #ffae00;
    color: #000000;
    padding-left: 10px;
}

.top-bar .bg-dark-item span {
    color: white;
}

.ilda {
    color: white;
}

.top-social li.ts-date:hover {
    background: #1f2336;
    color: #ffae00;
    font-weight: 700;
    cursor:pointer;

}


/* === HEADING STYLE #3 === */
.three h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 5px;
    position: relative;
  }
  .three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #ffae00;
  }

  .three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 100%;
    background-color: #ffae00;
  }


  .text-white {
    color: #FFF;
  }

  .limiter:after {
    content: "";
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 100%;
    background-color: #ffae00;
  }
