/*
Theme Name: Ideal
Author: Thanksweb
Author URI: https://www.thanksweb.in/
Version: 1.0
*/

.gt_float_switcher .gt_options {
        position: absolute !important;
    z-index: 9999999 !important;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
    background-color: #fff;
}
div.gtranslate_wrapper {
    margin-left: 15px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 10px !important;
    color: #333 !important;
    font-weight: bold;
}

.mobile-nav__social {
    margin-bottom: 20px;
}

.post-pagination {
    margin-top: 30px;
    text-align: center
}
.post-pagination .pagination {
    justify-content: center;
    padding: 0;
    margin: 0
}
.post-pagination .pagination span.page-numbers.current {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #1e1e31;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 4px;
    font-weight: 700;
    transition: all .3s ease-in-out
}
.post-pagination .pagination a.page-numbers {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #f58634;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 4px;
    font-weight: 700;
    transition: all .3s ease-in-out
}
.post-pagination .pagination a.page-numbers:hover {
    background: #1e1e31;
}
.post-pagination .pagination a.next.page-numbers,.post-pagination .pagination a.prev.page-numbers {
    width: unset;
    height: unset;
    background: unset;
    color: #1e1e31;
    font-size: 14px;
}
/*********END Blog Pagination *********/

/********* Blog Detail Page *************/
.blog-details .post-featured-image img {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    object-fit: cover;
}
.global-desc-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-details .post-date {
    margin: 15px 0;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.post-navigation a{
	color: #e31e24;
	transition: 0.3s ease-in-out;
}
.post-navigation a:hover{
	color: #1e1e31;
}
ul.recent-posts-list {
  list-style-type: none;
  padding-left: 0px;
}
ul.recent-posts-list li a {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.widget.widget-recent-posts h4 {
  font-size: 22px;
  padding-bottom: 15px;
}
.blog-details {
    background: #fff;
    box-shadow: 0px 0px 20px #0000000D;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog-sec {
    max-width: 100%;
    padding: 15px 20px 15px;
}

/****** Sidebar *********/
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.widget-recent-posts {
    background: #fff;
    box-shadow: 0px 0px 20px #0000000D;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    opacity: 1;
    padding: 30px;
}

@media (max-width: 991px) {
.sidebar {
  margin-top: 20px;
}
}
/*********** Error page ***********/
.error-page {
    padding: 100px 0;
}
.error-page-image {
    text-align: center;
    margin-bottom: 60px
}
.error-page .error-page-content {
    text-align: center
}
.error-page-content-heading {
    margin-bottom: 30px
}
.error-page-content-heading h2 {
    font-size: 46px
}
.error-page-content-heading h2 span {
    color: #e31e24;
}
/*********** END Error page ***********/

