/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

body {  
  line-height: 1.6842;
}

a{
    color: rgba(51, 51, 51, 0.7);
}
a:hover, a:focus{
    color:#222;
}
.entry-footer a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}
p, address, pre, hr, ul, ol, dl, dd, table {
    margin-bottom: 1.6842em;
}
.widget-title{
    color: #333;
    text-transform: uppercase;
}
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}
.tags-links a:after {
    content:", ";
}

.tags-links a:last-child:after {
    content:"";
}
.entry-content img{
    max-width: 100%;
    height:auto;
}
.entry-footer{
    font-size: 13px;
}
.entry-title {
color:#8A05BE !important;
    font-size: 20px;    
    line-height: 1.3538;
    margin-bottom: 0.9231em;    
}
.entry-title a{
    color:#8A05BE !important;    
}

.btn-outline-purple {        
    padding-left: 30px !important;
    padding-right: 30px !important;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #8A05BE;
    text-align: center;
    color: #8A05BE !important;
    font-size: 15px;
    font-weight: 700;
	margin-left:30px;
}
.btn-outline-purple:hover{background:#8A05BE;color:#fff  !important}
.box-shadow {
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}