a{
    text-decoration: none;
    outline: none;
    color: #151b25;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: #000;
}
.blog-lists .blog-intra{
    padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.blog-intra h2{
    font: 700 18px/30px 'Montserrat', sans-serif;
    color: #5c5c5c;
    padding: 0 0 20px 0;
    margin: 0;
}

.blog-intra h2 a{
    color: #151b25;
}

.blog-intra h2 span{
    font: 400 13px/20px 'Montserrat', sans-serif;
	display: block;
    text-transform: capitalize;
    margin: 10px 0 0 0;
}

.table-div{
    display: table;
    table-layout: fixed;
	width: 100%;
}

.blog-intra-l{
	display: table-cell;
	vertical-align: top;
	width: 300px;
}

.blog-intra-l img {
    object-fit: cover;
	height: auto;
}

.blog-lists .blog-intra:last-child{
	border-bottom: 0;
}

.blog-intra-r{
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    font: 500 16px/36px 'Montserrat', sans-serif;
}


.blog-intra-r p{
    padding: 10px 0;
    font: 400 14px/25px 'Montserrat', sans-serif;
    color: #000000;
}

.blog-intra-r .read-blog{
    font: 400 11px/24px 'Montserrat', sans-serif;
    background: #151b25;
    color: #fff;
    display: block;
    padding: 10px;
    width: 180px;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-intra-r .read-blog:hover{
	color: #fff;
}

.blog-s{
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding: 50px 0 0 0;
}

.blog-s-intra{
	width: 260px;
	margin: auto;
}

.blog-s .sidebar-title{
	text-align: center;
    margin: 0 0 25px 0;
}

.blog-s .sidebar-title span{
    font: 700 20px/30px 'Montserrat', sans-serif;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	position: relative;
}

.blog-s .sidebar-title span:before{
    position: absolute;
    content: '';
    background: #333333;
    left: -20px;
    top: 50%;
    width: 8px;
    height: 2px;
}

.blog-s .sidebar-title span:after{
    position: absolute;
    content: '';
    background: #333333;
    right: -20px;
    top: 50%;
    width: 8px;
    height: 2px;
}

.blog-s .categories{
    padding: 30px;
    border: 1px solid #dcdcdc;
}

.blog-s .categories li{
    letter-spacing: 2px;
    display: block;
    margin: 0 0 15px;
    background: #f7f7f7;
    border-right: 3px;
    text-transform: uppercase;
    line-height: 1;
    font: 600 12px/20px 'Montserrat', sans-serif;
}

.blog-s .categories li:last-child{
	margin-bottom: 0;
}

.blog-s .categories li a{
    display: block;
    color: #555555;
    padding: 10px;
}

.blog-s .categories li a span{
    font: 400 12px/20px 'Montserrat', sans-serif;
    float: right;
}

/* Single Blog */

.single-blog .featured-img{
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 860px;
}

.single-blog .featured-img img {
    padding: 10px;
    background: #f2f6fc;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33,40,50,.15);
}

.single-blog h1 {
    color: #151b25 ! important;
    font: 700 32px/50px 'Montserrat', sans-serif;
}
h1.single-blog-title span {
    font: 400 12px/24px 'Montserrat', sans-serif;
    display: block;
    margin: 0 0 10px 0;
}

.single-blog p{
    padding: 10px 0;
    font: 400 16px/32px 'Montserrat', sans-serif;
    color: #000000;
    text-align: left;
}

.single-blog p.blockquote{
    padding: 20px;
    background: #fbfbfb;
    font: 400 16px/30px 'Montserrat', sans-serif;
    margin: 10px auto;
    color: #000;
    border: 1px solid #dcdcdc;
}
.single-blog p.center{
	text-align: center;
}
.single-blog p.bold{
	font-weight: 700;
}
.single-blog p i{
    font-size: 12px;
}

.single-blog .single-blog h2 {
    font: 700 26px/40px 'Montserrat', sans-serif;
    color: #663490;
	margin: 10px 0;
}

.single-blog .single-blog h3 {
    font: 700 20px/40px 'Montserrat', sans-serif;
    color: #000;
	margin: 20px 0;
}

.single-blog .single-blog h4,
.single-blog .single-blog h5,
.single-blog .single-blog h6 {
    font: 700 16px/40px 'Montserrat', sans-serif;
    color: #000;
	margin: 15px 0;
}

.featured-img img{
    width: 100%;
    height: auto;
}

/* Blog Comment Section */
.single-blog{
	margin: 0 0 40px 0;
    border-bottom: 1px solid #c7c3c3;
}

.comment-form .blog-inline-blocks{
    margin: 0;
    padding: 0;
}

.comment-form .comment-form-comment textarea {
    max-width: 100%;
}

.comment-form .blog-inline-blocks li {
    width: auto;
}

.textMain .comment-form p{
    padding: 0;
}

#respond{
    background: #fafafa;
	padding: 30px;
	margin: 30px 0 0 0;
    border: 1px solid #dedede;
}
h3.comment-reply-title{
	text-align: center;
	font: 600 12px/20px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3.comment-reply-title span{
    font: 400 10px/23px 'Montserrat', sans-serif;
    display: block;
    color: #000;
    font-style: normal;
    text-transform: initial;
}
#commentform > p.comment-notes,
#commentform ul label,
.comment-form-comment label{
	display: none;
}
.comment-form-comment textarea{
    max-width: 97%;
    margin: auto;
}
.blog-inline-blocks li{
    padding: 0 ! important;
    background: none ! important;
    width: 200px;
    margin: 10px 0px;
}
input, textarea, select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 5px 0;
    max-width: 100%;
    resize: none;
    color: inherit;
	outline: none;
	font: 500 12px/20px 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
	transition: 0.7s all ease;
}
input:focus,
textarea:focus{
    border: 1px solid #000;
} 
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}
.comment-form-comment,
.blog-inline-blocks{
	text-align: center;
}
.comment-form-cookies-consent{
	text-align: center;
}
#wp-comment-cookies-consent{
    width: 12px ! important;
    margin: 0 ! important;
    -webkit-appearance: auto;
    -webkit-border-radius: inherit;
}
.form-submit{
	text-align: center;
}
.form-submit .submit{
    font: 400 11px/24px 'Montserrat', sans-serif;
    background: #151b25;
    color: #fff;
    display: block;
    padding: 5px;
    width: 130px;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
	cursor: pointer;
}
/* Reply Block */
h3#comments{
    margin: 0 0 20px 0;
    font: 700 16px/20px 'Montserrat', sans-serif;
    color: #151b25;
}

.commentlist{
    list-style: none;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #c7c3c3;
}
.commentlist .children{
    margin: 20px 0 0 0;
}
.commentlist .comment-meta a{
    font: 400 11px/30px 'Montserrat', sans-serif;
    color: #151b25;
	display: block;
	margin: 5px 0 0 0;
}

.commentlist li{
    padding: 30px;
    border: 1px solid rgba(57, 57, 57, 0.45098039215686275);
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
    background: #fafafa;
}
.commentlist li.odd{
	background: #fff;
}
.commentlist .says{
	display: none;
}

.commentlist .vcard a,
.vcard .fn{
    font: 700 20px/30px 'Montserrat', sans-serif;
    color: #151b25;
    display: inline-block;
    margin: 0px 0 0 10px;
	
	
}

.commentlist .reply a{
    font: 400 10px/12px 'Montserrat', sans-serif;
    background: #151b25;
    padding: 7px;
    display: block;
    color: #fff;
    width: 75px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

/* Share Icons */

.textMain .share-buttons {
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.textMain .share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(20% - 1px);
    margin-right: 1px;
    background: none;
    padding: 0;
	opacity: 0.8;
	transition: 0.8s all ease;
}

.share-buttons li:hover {
	opacity: 1;
}

.share-buttons li:last-child {
    width: 20%;
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-googleplus	{
    background: #db4437;
}

.share-pinterest	{
    background: #b5071a;
}
.share-whatsapp {
    background: #4FCE5D;
}
h4.share-post{
    font: 700 16px/30px 'Montserrat', sans-serif;
    color: #5c5c5c;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */

@media screen and (max-width: 920px) {
	#Content {
		display: block;
		position: relative;
	}
	.blog-s {
		display: block;
		width: 300px;
		padding: 0;
		margin: 20px auto;
	}
}

@media screen and (max-width: 767px) {
	.blog-intra-l{
		display: block;
		width: auto;
	}
	.blog-intra-r{
		display: block;
		padding: 0;
		margin: 10px 0;
	}
}