
.entry-header .entry-time {
  color: #d31e25;
  font-weight: 600;
  margin: 0;
  margin-left: 0px;
  float: right;
  width: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-top:  10px;
  line-height: 1;
}
.entry-header .entry-time span.entry-day {
  display: block;
  font-size: 28px;
  transform: rotate(-90deg);
  letter-spacing: -1px;
  text-align: left;
}
.entry-header .entry-time span {
  font-size: 14px;
  line-height: 0.7;
}
.entry-header .entry-time span {
  font-size: 14px;
  line-height: 0.7;
}
.entry-header .entry-header-content {
  overflow: hidden;
}
h3.entry-title a{
 margin: 3px 0 10px 0;
 font-weight: 600;
 font-size: 14px;
}
h3.entry-title a:hover{
  color: #333;
}
.entry-header .entry-title {
  margin: 3px 0 10px 0;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
}
.entry-header .entry-title i{
  margin-left: 10px;
}
.entry-header .entry-title a{
  color: #333;
}
.entry-header .entry-title a.title-small{
  color: #444;
  font-size: 13px;
}
.entry-header .entry-title a.page-title-link{
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.course-title{
  color: #333;
}
.entry-header .entry-title a:hover,
.entry-header .entry-title a:hover {
  color: #d31e25;
}
.entry-header .entry-meta {
	color: #d31e25;
	border-bottom: 2px solid #f5f6f7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.entry-header .entry-meta i {
  margin-left: 5px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(54, 70, 115, 0.08);
  color: #b9c1cf;
}
.entry-header .entry-meta i:first-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.entry-header .entry-meta a {
  color: #b9c1cf;
}
.entry-header .entry-meta a:hover {
  color: #333;
}
.entry-cover{
}
/* ----------------------- */.btn-download{
    color: #ff4757;
    font-family: 'Bree Serif', serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 7px 20px 10px;
    margin: 15px 7px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px #ff4757;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.btn-download:before,
.btn-download:after,
.btn-download span:before,
.btn-download span:after{
    content: "";
    background: #d31e25;
    opacity: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
    transition: all 0.4s ease-in-out;
}
.btn-download:after{
    top: auto;
    bottom: 100%;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
    clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
}
.btn-download span:before,
.btn-download span:after{
    background: #e5444a;
    width:30%;
    height: 100%;
    top:0;
    left: auto;
    right:100%;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.btn-download span:after{
    right:auto;
    left:100%;
    -webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.btn-download:hover:before,
.btn-download:hover:after,
.btn-download:hover span:before,
.btn-download:hover span:after{
    opacity: 1;
}
.btn-download:hover:before{ top: 0; }
.btn-download:hover:after{ bottom: 0; }
.btn-download:hover span:before{ right: 0; }
.btn-download:hover span:after{ left: 0; }
.btn-download.orange{
    color: #fc5f20;
    box-shadow: 0 0 5px #fc5f20;
}
.btn-download.orange:before,
.btn-download.orange:after{
    background: #fc5f20;
}
.btn-download.orange span:before,
.btn-download.orange span:after{
    background: #ff7f50;
}
.btn-download.blue{
    color: #1e90ff;
    box-shadow: 0 0 5px #1e90ff;
}
.btn-download.blue:before,
.btn-download.blue:after{
    background: #1e90ff;
}
.btn-download.blue span:before,
.btn-download.blue span:after{
    background: #70a1ff;
}
.btn-download.green{
    color: #2ed573;
    box-shadow: 0 0 5px #2ed573;
}
.btn-download.green:before,
.btn-download.green:after{
    background: #2ed573;
}
.btn-download.green span:before,
.btn-download.green span:after{
    background: #7bed9f;
}
.btn-download:hover{ color:#fff; }
@media only screen and (max-width: 767px){
    .btn-download{ margin-bottom: 20px; }
}
/* ----------------------- */


.list-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}
.list-box.footer-box {
    background-color: transparent;
    padding: 0;

}

.list-box .title {
    padding-top: 7.5px;
    margin-bottom: 15px;
}

.list-box ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.list-box ul li {
    list-style-type: circle;
    margin-left: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.list-box.footer-box ul li {
    width: 42%;
    float: left;
}

.list-box ul li:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.list-box ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}
.list-box.footer-box ul li a {
    border-bottom: 1px solid #202020;
}

.list-box ul li.active a {
    color: #6e3555;
}

.list-box ul li:last-child a {
    border-bottom: 0;
}

.list-box.list-box-search {
    padding: 0;
    position: relative;
    background-color: white;
}
/* ----------------------- */
/* ----------------------- */
