.blog-single{
position: relative;
}
.blog-single .inner-box{
position: relative;
}
.blog-single .inner-box .image{
position: relative;
}
.blog-single .inner-box .image img{
position: relative;
width:100%;
display: block;
}
.blog-single .inner-box .lower-content{
position: relative;
padding-top: 30px;
}
.blog-single .inner-box .lower-content .post-meta{
position: relative;
}
.blog-single .inner-box .lower-content .post-meta li{
position: relative;
color:#666666;
font-size: 13px;
font-weight: 700;
padding-right: 10px;
margin-right: 10px;
line-height: 1.1em;
display: inline-block;
border-right: 1px solid #666666;
text-transform: uppercase;
font-family: 'Hind', sans-serif;
}
.blog-single .inner-box .lower-content .post-meta li:last-child{
border-right:none;
margin-right: 0px;
padding-right: 0px;
}
.blog-single .inner-box .lower-content .post-meta li .icon{
position: relative;
color:var(--theme-color);
margin-right: 4px;
font-weight: 600;
}
.blog-single .inner-box .lower-content h2{
position: relative;
color: #222222;
font-size: 30px;
font-weight: 600;
line-height: 1.3em;
margin-top: 12px;
margin-bottom: 18px;
}
.blog-single .inner-box .lower-content .text{
position: relative;
}
.blog-single .inner-box .lower-content .text p{
position: relative;
color:#555555;
font-size: 16px;
line-height: 1.7em;
margin-bottom: 20px;
}
.blog-single .inner-box .lower-content .text blockquote{
position: relative;
margin-top: 40px;
margin-bottom: 40px;
padding: 45px 65px 45px 50px;
background-color: #f9f8fc;
border-left: 2px solid var(--theme-color);
}
.blog-single .inner-box .lower-content .text blockquote .quote-icon{
position:absolute;
right: 40px;
top: -25px;
color:#443986;
font-size: 50px;
line-height: 1em;
}
.blog-single .inner-box .lower-content .text blockquote .blockquote-text{
position: relative;
font-size: 16px;
color:#222222;
font-style: italic;
line-height: 1.9em;
font-family: 'Merriweather', serif;
} .blog-single .post-share-options{
position:relative;
margin-top: 40px;
}
.blog-single .post-share-options .post-share-inner{
}
.blog-single .post-share-options .info-links{
position:relative;
}
.blog-single .post-share-options .info-links li{
position:relative;
color:#666666;
font-size:13px;
font-weight: 700;
display:inline-block;
text-transform: uppercase;
}
.blog-single .post-share-options .info-links li a{
position:relative;
color:var(--theme-color);
font-size:14px;
text-align:center;
display:inline-block;
margin-right:10px;
}
.blog-single .post-share-options .tags span{
font-size:16px;
color:#443986;
font-weight:700;
margin-right:8px;
text-transform: uppercase;
}
.blog-single .post-share-options .tags a{
position:relative;
color:#222222;
font-size:13px;
font-weight:600;
line-height: 1em;
padding-right: 12px;
margin-right: 10px;
display: inline-block;
text-transform:capitalize;
border-right: 1px solid #222222;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.blog-single .post-share-options .tags a:last-child{
border-right:none;
margin-right: 0px;
padding-right: 0px;
}
.blog-single .post-share-options .tags{
position:relative;
color:#ff4800;
font-size:16px;
font-weight:400;
margin-top:3px;
}
.blog-single .post-share-options .tags a:hover{
color:#020e28;
} .blog-single .inner-box .new-posts{
position:relative;
padding:30px 0px;
margin-top: 40px;
margin-bottom:60px;
border-top: 1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
.blog-single .inner-box .new-posts h4{
position:relative;
color:#222222;
font-size:18px;
font-weight:600;
line-height:1.7em;
}
.blog-single .inner-box .new-posts .prev-post a{
position:relative;
color:#443986;
font-size:13px;
font-weight:700;
text-transform: uppercase;
transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
}
.blog-single .inner-box .new-posts .next-post{
text-align:right;
}
.blog-single .inner-box .new-posts .next-post a{
position:relative;
color:#443986;
font-size:13px;
font-weight:700;
text-transform: uppercase;
transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
}
.blog-single .inner-box .new-posts .prev-post{
position:relative;
}
.blog-single .inner-box .new-posts .prev-post a:hover,
.blog-single .inner-box .new-posts .next-post a:hover{
color:var(--theme-color);
}