/**
 * Theme Name:     askiitians-blog
 * Author:         Sanjeev Kumar
 * Template:       hello-elementor
 * Text Domain:	   askiitians-blog
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

body {
font-family: "Roboto", Sans-serif;
background: #f3f3f3 !important;
}

.aiBlog-wrap {
    padding: 30px 0px;
}

.aiBlog-wrap .PostThumbView h2.entry-title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.aiBlog-wrap h2.entry-title {
	font-family: "Roboto", Sans-serif;
    font-size: 25px;
    line-height: 30px;
}

.aiBlog-wrap h2.entry-title a {
	color: #000;
}

.aiBlog-wrap p {
	font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 25px;
	color: #666;
}

.aiBlog-wrap ul, .aiBlog-wrap ol{
	padding: 0px 0px 0px 16px;
}

.aiBlog-wrap ul li, .aiBlog-wrap ol li {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    margin-bottom: 9px;
}

.aiBlog-wrap .page-content article.post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.aiBlog-wrap .post-meta-user {
    font-size: 15px;
    color: #999;
}

.aiBlog-wrap .post-meta-user span.date {
    margin-right: 20px;
	font-family: "Roboto", Sans-serif;
}

.post-meta-user span.categories-links {
	font-family: "Roboto", Sans-serif;
}

.post-meta-user span.categories-links a {
	color: #f65f12;
	text-decoration: none;
}

.aiBlog-wrap .post-meta-user i {
	margin-right: 5px;
}

h2#reply-title {
    font-size: 25px;
    font-weight: 600;
    margin: 40px 0px 20px;
    line-height: 39px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

[type=button], [type=submit], button {
    color: #fff !important;
    background-color: #f65f12 !important;
    border: 1px solid #f65f12 !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}


/* PAGINATION */

.navigation {
	font-family: "Roboto", Sans-serif;
    display: flex;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wp-paginate .title {
    color: #555;
    margin-right: 15px !important;
}
.navigation span.page.current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
    margin-right: 7px;
    padding: 4px 8px;
    border-radius: 5px;
}

.navigation ol.wp-paginate {
	padding: 0px;
}

.navigation .wp-paginate a {
    background: #ddd0;
    border: 1px solid #b5b5b5;
    color: #666;
    margin-right: 7px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

header.page-header.BlogHeader h1 {
    text-align: left;
    margin-bottom: 0px;
    font-family: "Roboto", Sans-serif;
    font-weight: 800 !important;
    font-size: 27px;
}

/* SIDE-BAR */

.aiBlogSidebar .widget-content {
	font-family: "Roboto", Sans-serif;
	background: white;
    padding: 20px;
    margin-bottom: 30px;
}

.aiBlogSidebar form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {

}

.aiBlogSidebar label.wp-block-search__label {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.aiBlogSidebar .wp-block-search__inside-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
}

.aiBlogSidebar [type=button], .aiBlogSidebar [type=submit], .aiBlogSidebar button {
	margin-left: 10px;
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #f65f12;
    border: 1px solid #f65f12;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

/* Inner Sidebar */
.aiBlog-wrap h2.wp-block-heading {
    font-size: 24px;
    margin-bottom: 11px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    padding: 0px 0px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    padding-top: 0px !important;
    text-decoration: none;
    list-style: none;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a::before {
    content: '>>';
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: -3px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts a.wp-block-latest-posts__post-title {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 6px;
    display: flex;
    font-size: 14px;
    padding-bottom: 6px;
}

/* INNER PAGES */
.aiBlog-wrap {
	font-family: "Roboto", Sans-serif !important;
}
.aiBlog-wrap header.page-header h1.entry-title_namo {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 39px;
}

.aiBlog-wrap .post-tags h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 39px;
    color: #333;
}

.aiBlog-wrap .post-tags h2 strong, .aiBlog-wrap .post-tags h3 strong {
	 font-weight: unset !important;
}

.aiBlog-wrap .post-tags h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 39px;
	 color: #666;
}


.aiBlog-wrap .post_date {
    font-size: 15px;
    color: #999;
    margin-bottom: 8px;
    display: block;
}

.aiBlog-wrap span.tag-links {
    background: #dee1e5;
    padding: 2px 6px;
    display: inline-block;
    margin-bottom: 4px;
}

.aiBlog-wrap span.tag-links a {
    color: #f65f12;
    text-decoration: none;
    margin-left: 6px;
}


/* FOOTER */

footer {
	font-family: "Roboto", Sans-serif;
    background: #fff;
}

.page-content {
    margin-top: 30px;
}

@media (max-width: 768px) {
	.e-con>.e-con-inner {
		height: 100%;
		text-align: left;
		display: block;
	}
	
	.aiBlog-wrap {
		padding: 10px 0px 30px 0px;
	}
	
	.page-content {
		margin-top: 20px;
	}
}

