/* 
Theme Name: Creative Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: AmoyCreative
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: creativetheme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.blog-post-content {
    max-width: 768px;
}

.comments-area a, .page-content a  {
    text-decoration: none;
}

.blog-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Blog Pagination */
.blog-pagination {
    position: relative;
	border-top: 1px solid #EAECF0;
	padding-top: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pagination .page-numbers {
    border-radius: 20px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.blog-pagination .page-numbers.current {
	background: #F9FAFB;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
	width: unset;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
}

.blog-pagination .prev {
	/* //position: absolute; */
    left: 0;
}

.blog-pagination .next {
	/* position: absolute; */
    right: 0;
	
}

.blog-pagination .prev:before,
.blog-pagination .next:after {
	content: '';
	position: relative;
	height: 20px;
    width: 30px;
	background-repeat: no-repeat;
}

.blog-pagination .prev:before {
    background-image: url(./images/arrow-left.svg);
    right: 0;
}

.blog-pagination .next:after {
    background-image: url(./images/arrow-right.svg);
    left: 10px;
}

ul.page-numbers {
    list-style: none;
}


/* 

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

/* .blog-post-category a {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--e-global-color-text);
}
.blog-post-title a {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    margin-bottom: 0;
    color: var(--e-global-color-primary);
}

.blog-post-meta {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--e-global-color-text);
    gap: 10px;
}

.blog-post-read-time-text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.blog-post-container {
    display: flex;
    justify-content: center;
}

 */
