
section#single-blog-wrapper h1.post-title {
    padding-left: 0px !important;
    font-size: 24px;
}

#single-blog-wrapper .blog-wrapper {
    display: grid !important;
    grid-template-columns: 70% 30% !important;
}

#single-blog-wrapper .sidebar {
    width: 100% !important;
    max-width: 100% !important;
}
#single-blog-wrapper .blog-post {
    width: 100% !important;
    max-width: 100% !important;
}
#single-blog-wrapper input#s{
    background-color: #fafafa !important;
}

#single-blog-wrapper input#searchsubmit {
    padding: 10px !important;
    font-size: 18px !important;
    margin-top: 14px;
}

#single-blog-wrapper h2.widget-title {
    padding-top: 20px !important;
    font-size: 22px;
    margin-top: 15px;
    border-top: 1px solid rgb(0 0 0 / 13%);
}
#single-blog-wrapper li.cat-item {
    font-size: 18px;
}
#single-blog-wrapper .sidebar-content li {
    font-size: 18px;
}
#single-blog-wrapper .footer-social img {
    width: 35px;
}
#single-blog-wrapper .footer-social {
    justify-content: flex-start;
}
#single-blog-wrapper .textwidget p {
    font-size: 18px;
    padding: 0px !important;
}
#single-blog-wrapper .custom-html-widget a {
    color: #00c6e7 !important;
}

/*show desktop menu on phone*/
@media all and (max-width: 1024px) {
section#single-blog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
#single-blog-wrapper .blog-wrapper {
    grid-template-columns: 60% 40% !important;
}
section#single-blog-wrapper h1.post-title {
    padding-left: 0px !important;
    font-size: 24px;
}
	#single-blog-wrapper .post-meta{
		padding-left: 0px !important;
	}
}

/*show desktop menu on phone*/
@media all and (max-width: 899px) {
#single-blog-wrapper .blog-wrapper {
    grid-template-columns: 100% !important;
}
#single-blog-wrapper .post-meta li {
    margin: 0px;
}
#single-blog-wrapper .share {
    padding: 0px !important;
}
#single-blog-wrapper .sidebar-content {
    margin-right: 20px;
}

#single-blog-wrapper .sidebar {
	 margin: -150px 1.5% 0;
    margin-bottom: 40px !important;
}
}
