

.container {
   padding-top: 45px;
}


header{
display: none;
}



	.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.date {
    color: #f3930a;
    font-weight: 800;
}

.blog_holder article .post_info .time {
    display: none;
}


.author_description .author_text_holder .author_email {
    display: none;
}



aside .widget h5{
    color: #27378d;
  font-weight: bold;
}



*::-moz-selection {
    background: #f3930a;
    color: #fff;
}

aside .widget.posts_holder li:hover {
    color: #f3930a;
}

aside .widget a:hover {
    color: #f3930a;
}