/************** CUSTOM CSS STARTS HERE *****************/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/*************** CUSTOM FONTS USED IN WEBSITE 

font-family: "IBM Plex Serif", serif;
**************/
:root {
    --white: #ffffff;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #555;
    font-family: "IBM Plex Serif", serif;
    font-weight: 400;
}

.container {
    margin: 0 auto;
    max-width: 71.875rem;
    width: 100%;
    position: relative;
    z-index: 600;
    padding: 0 1rem;
}

.clearfix {
    clear: both;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
var,
video {
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000;
}

h1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: 0.0425rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

h1 a{  
    font-family: 'Inter', sans-serif;
  	font-weight: 500;
}

h2 {
    font-size: 1.325rem;
    line-height: 1.5625rem;
    letter-spacing: 0.0425rem;
}

h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.03375rem;
}

h4 {
    font-size: 1.115rem;
    line-height: 1.275rem;
    letter-spacing: 0.03375rem;
}

h5 {
    font-size: 1.105rem;
    line-height: 1.175rem;
    letter-spacing: 0.03375rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.05rem;
}

p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: "IBM Plex Serif", serif;
    margin: 0 0 1.5rem;
    letter-spacing: 0;
}

img {
    border-style: none;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus {
    color: #595959;
}

.btn,
.button,
a,
button {
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

main.main-content {
    margin: 2.4rem 0;
}

main,
.site-main-content-wrap {
    display: block;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button,
input {
    overflow: visible;
}

.post-content-wrapper a {
    display: block;
}

.post-content-wrapper .post-media-block,
.post-content-wrapper .content-box {
    display: block;
}

.post-content-inner-wrap .content-box {
    margin: 1rem 0 0;
}

.post-content-inner-wrap .content-box .post-title {
    width: 100%;
    clear: both;
}

.post-content-inner-wrap .content-box .post-title h1, .post-content-inner-wrap .content-box .post-title h2, .post-content-inner-wrap .content-box .post-title h3, .post-content-inner-wrap .content-box .post-title h4, .post-content-inner-wrap .content-box .post-title h5, .post-content-inner-wrap .content-box .post-title h6{
    margin: 0 0 .4rem;
}

.post-content-wrapper .cat-name {
    display: block;
    width: 100%;
    margin-bottom: .3rem;
    float: left;
}

.post-content-wrapper .cat-name a,
.post-content-wrapper .cat-name span {
    display: block;
    font-size: .8125rem;
    line-height: .9375rem;
    letter-spacing: 0.055rem;
    color: #52b7cd;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    float: left;
    text-transform: capitalize;
}

.post-content-wrapper .cat-name span {
    text-transform: uppercase;
}

.post-content-wrapper .post-title h2,
.post-content-wrapper .post-title h3,
.post-content-wrapper .post-title h4,
.post-content-wrapper .post-title h5,
.post-content-wrapper .post-title h6 {
    margin: 0 0 .3rem;
}

.post-content-wrapper .post-desc p {
    /*margin: 0;*/
    /*font-size: 1rem;*/
    /*line-height: 1.3125rem;*/
    /*font-weight: 400;*/
    /*font-family: 'Inter', sans-serif;*/
    /*color: #000;*/
    /*letter-spacing: .055rem;*/
     font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: "IBM Plex Serif", serif;
    margin: 0 0 1.5rem;
    letter-spacing: 0;
    color: #555;
}

.post-media-block a,
.post-media-block a img {
    display: block;
}

.row {
    margin: 0 -.8rem;
}

.row>* {
    padding: 0 .8rem;
}

body .bg-primary {
    background: #52b7cd !important;
    font-size: 1rem;
    line-height: 1.125rem;
    padding: .3rem .5rem .4rem;
    text-transform: capitalize;
    white-space: wrap;
    display: block;
}

body .bg-primary a{
    display: block;
}

.top-authors{
    display: flex;
    flex-wrap: wrap;
}

.subscribe-btn-block a {
    background-color: #52b7cd;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 16px 9px;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.subscribe-btn-block a:hover,
.subscribe-btn-block a:focus {
    background-color: #429bb1;
    color: #fff;
}

.author-name-block {
    display: block;
    width: 100%;
    clear: both;
}

.author-name-block a {
    display: block;
    color: #595959;
    text-transform: capitalize;
    font-size: 0.8125rem;
    line-height: 1.1875rem;
}

.author-name-block a:hover {
    text-decoration: underline;
}

/***************** HEADER CSS STARTS HERE ************************/
.site_header {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    z-index: 999;
    background: #fff;
}

.site_header.fixed {
    position: fixed;
    top: -15rem;
}

.site_header.fixed .main-logo-wrap .site-logo a .custom-logo {
    width: 16rem;
}

.site_header.fixed .header-top-inner {
    padding: .5rem 0;
}

.site_header.fixed.sticky-header {
    top: 0;
    transition: all .5s;
}

.site_header .top-bar {
    padding: 0.75rem 1rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.main-menu-wrapper {
    clear: both;
    display: block;
    width: 100%;
}

.main-menu-wrapper .navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-column-gap: 1.2rem;
}

.main-menu-wrapper .navigation ul li {
    display: inline-block;
    margin: 0;
}

.main-menu-wrapper .navigation ul li a {
    display: block;
    line-height: 1.125rem;
    font-size: .875rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #000;
    letter-spacing: 0.075rem;
    text-align: center;
    text-transform: capitalize;
}

.main-menu-wrapper .navigation ul li a:hover,
.main-menu-wrapper .navigation ul li a:focus {
    color: #595959;
}

.bottom-bar {
    border-bottom: 1px solid #000;
    position: relative;
}

.header-top-inner {
    padding: 1rem 0;
    position: relative;
}

.left-side-header {
    display: flex;
    align-items: center;
}

.left-side-header .hamburger {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 1rem 0 0;
}

.left-side-header .hamburger span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 16px;
    font-size: 0;
    vertical-align: text-bottom;
}

.left-side-header .hamburger span:before,
.left-side-header .hamburger span:after {
    content: "";
}

.left-side-header .hamburger span:before,
.left-side-header .hamburger span:after,
.left-side-header .hamburger span em {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: left center;
    transition: transform .25s ease-out;
}

.left-side-header .hamburger span:before {
    top: 7px;
    transition: transform .15s ease, opacity .15s ease-out;
}

.left-side-header .hamburger em {
    top: 0;
}

.left-side-header .hamburger span:after {
    top: 14px;
}

.left-side-header .site-header-serach a {
    width: 24px;
    height: 24px;
    border: none;
    margin-left: 4px;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.left-side-header .site-header-serach a svg {
    width: 24px;
    height: 24px;
    color: #000;
}

.site_header.fixed .top-bar {
    display: none;
}

.main-logo-wrap .site-logo {
    margin: 0;
}

.main-logo-wrap .site-logo a {
    display: block;
}

.main-logo-wrap .site-logo a img {
    display: block;
}

.main-logo-wrap .site-logo a h1 {
    color: #000;
    margin: 0;
    text-align: center;
}

.right-side-header .usre-header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.right-side-header .usre-header-info a {
    margin: 0 1rem 0 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04375rem;
    color: #000;
}

.right-side-header .usre-header-info a:hover,
.right-side-header .usre-header-info a:focus {
    color: #000;
    text-decoration: underline;
}

.site_header.mobile-active .nav-drop {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .5);
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.nav-drop {
    z-index: 60;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    border-bottom: 1px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    opacity: 0;
    overflow-x: hidden;
    transform: translateY(-100%);
    transform-style: preserve-3d;
    transition: visibility 0s, opacity .1s linear, transform .3s ease-in-out;
    visibility: hidden;
    will-change: transform;
    top: 0;
    height: 100vh;
    z-index: 999;
}

.nav-drop .jcf-scrollable {
    height: 100%;
    overflow-y: auto;
}

.nav-drop .nav-drop-topbar {
    background: #000;
    padding: 2rem 0;
}

.nav-drop-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-drop-topbar-inner .custom-logo-link {
    display: block;
}

.nav-drop-topbar-inner .custom-logo-link img {
    width: 12rem;
    height: auto;
}

.nav-drop .sidebar-search-bar {
    display: block;
    margin: 0;
    width: 70%;
}

.nav-drop .sidebar-search-bar .serach-form {
    display: block;
    position: relative;
}

.nav-drop .sidebar-search-bar .serach-form input.serach-form-input {
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    padding: 0 1.6rem;
    height: 2.2rem;
    margin: 0 2rem;
    font-family: 'Inter', sans-serif;
    outline: 0;
    letter-spacing: 0.08rem;
    background: transparent;
    color: #fff;
    width: 70%;
}

.nav-drop .sidebar-search-bar .serach-form input.serach-form-button {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    height: 2.2rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    letter-spacing: .055rem;
}

.nav-drop .sidebar-search-bar .serach-form input.serach-form-button:hover {
    background: #fff;
    color: #000;
}

.nav-drop .close-btn-block {
    position: absolute;
    right: 0;
}

.nav-drop .close-btn-block a i {
    color: #fff;
    font-size: 1.6rem;
}

.aside-holder #aside-nav {
    border-bottom: 1px solid #000;
    padding: 3rem 0;
}

.aside-holder #aside-nav>ul {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 2rem;
}

.aside-holder #aside-nav>ul>li {
    padding-right: 1.5rem;
    width: 25%;
}

.aside-holder #aside-nav .title-block {
    display: block;
}

.aside-holder #aside-nav .title-block h3 {
    border-bottom: 1px solid #595959;
    margin: 0;
    padding: 0 0 1rem;
}

.aside-holder #aside-nav>ul,
.aside-holder .main-nav,
.sidebar-social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.aside-holder .main-nav {
    padding: 1.5rem 0 0;
}

.aside-holder .main-nav li {
    display: block;
    margin: 0 0 0.5rem;
}

.aside-holder .main-nav li:last-child {
    margin: 0;
}

.aside-holder .main-nav li a {
    line-height: 1.125rem;
    font-size: 0.875rem;
    position: relative;
    display: block;
    font-weight: 400;
    color: #000;
    letter-spacing: .04375rem;
    font-family: 'Inter', sans-serif;
}

.aside-holder .main-nav li a:hover {
    color: #595959;
}

.nav-drop-social-media,
.nav-drop-bottom {
    display: block;
    clear: both;
}

.nav-drop-social-media-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #000;
}

.nav-drop-social-media-inner>div {
    width: 50%;
}

.nav-drop-social-media-inner .left-side ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    grid-column-gap: 2rem;
}

.nav-drop-social-media-inner .left-side ul li {
    margin: 0;
}

.nav-drop-social-media-inner .left-side ul li a {
    display: block;
}

.nav-drop-social-media-inner .left-side ul li a i {
    color: #000;
    font-size: 1.6rem;
}

.nav-drop-social-media-inner .left-side ul li a:hover i {
    color: #595959;
}

.nav-drop-social-media-inner .right-side ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    grid-column-gap: 5rem;
}

.nav-drop-social-media-inner .right-side ul li {
    display: block;
}

.nav-drop-social-media-inner .right-side ul li a {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #000;
}

.nav-drop-social-media-inner .right-side ul li a:hover,
.nav-drop-bottom .header-popup-footer .footer-popup-main-menus ul li a:hover {
    text-decoration: underline;
}

.nav-drop-bottom .header-popup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.nav-drop-bottom .header-popup-footer .footer-popup-main-menus ul {
    display: flex;
    align-items: center;
    grid-column-gap: 1.5rem;
}

.nav-drop-bottom .header-popup-footer .footer-popup-main-menus ul li {
    display: block;
}

.nav-drop-bottom .header-popup-footer .footer-popup-main-menus ul li a {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.nav-drop-bottom .header-popup-footer .logo-block-popup a {
    display: block;
}

.nav-drop-bottom .header-popup-footer .logo-block-popup a img {
    max-width: 18rem;
}

.header-absolute-search {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.header-absolute-search.header-search-active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.header-absolute-search form.serach-form {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header-absolute-search form.serach-form input.serach-form-input {
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
    padding: 0 2rem;
    height: 2.2rem;
    margin: 0 2rem 0 1rem;
    font-family: 'Inter', sans-serif;
    outline: 0;
    letter-spacing: 0.08rem;
}

.close-btn-header-search span {
    display: block;
    height: 2.2rem;
    width: 2.2rem;
    cursor: pointer;
}

.close-btn-header-search span i {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
}

.close-btn-header-search span:hover i {
    color: #555;
}

.header-absolute-search form.serach-form input.serach-form-button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    height: 2.2rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    letter-spacing: .055rem;
}

.header-absolute-search form.serach-form input.serach-form-button:hover {
    background: #000;
    color: #fff;
}

.left-side-header,
.right-side-header {
    width: 18rem;
}

/***************** HEADER CSS ENDS HERE ************************/
/***************** HOME PAGE CSS STARTS HERE ************************/
body.home .main-content {
    margin-top: 0;
}

.latest-posts-home {
    border-bottom: 1px solid #000;
    padding: 1rem 0;
}

.latest-posts-home .latest-posts-home-grid {
    display: flex;
    grid-gap: 1rem;
}

.latest-posts-home .latest-posts-home-grid .post-content-inner-wrap {
    width: 25%;
    padding-left: 1.75rem;
    padding-right: 1rem;
    display: flex;
    border-right: 1px solid #bbb;
    position: relative;
}

.latest-posts-home .latest-posts-home-grid .post-content-inner-wrap:last-child {
    border: 0;
}

.latest-posts-home .latest-posts-home-grid .post-content-inner-wrap:before {
    content: "";
    background-image: url("../img/arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: .25rem;
    left: 0;
    width: .75rem;
    height: .5rem;
}

.latest-posts-home .latest-posts-home-grid .post-content-inner-wrap .content-box {
    margin: 0;
}

.latest-posts-home .latest-posts-home-grid.post-content-wrapper .post-content-inner-wrap .content-box .post-desc p {
    font-size: .9rem;
    line-height: 1rem;
}

.home-banner-block {
    margin: 2.4rem 0 4rem;
}

.home-banner-block .left-side .post-content-inner-wrap .content-box {
    margin: 0;
}

.home-banner-block>.row>.left-side {
    padding-right: 1.6rem;
    border-right: 1px solid #000;
}

.home-banner-block>.row>.right-side {
    padding-left: 1.6rem;
}

.home-banner-block .view-type-big-image .post-content-wrapper .cat-name span {
    text-align: center;
    float: none;
}

.home-banner-block .view-type-big-image .content-box {
    margin: 0;
    text-align: center;
}

.home-banner-block .view-type-big-image .content-box .post-title h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.home-banner-block .view-type-big-image .post-desc {
    text-align: center;
    margin: 1rem 0 .6rem;
}

.home-banner-block .view-type-big-image .author-name-block {
    text-align: center;
}

.banner-default-row {
    border-bottom: 1px solid #bbb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.banner-default-row:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

.view-type-two.banner-default-row .post-content-inner-wrap.first-item {
    border-right: 1px solid #bbb;
}

.view-type-two.banner-default-row .post-content-inner-wrap.first-item .post-media-block {
    display: flex;
    justify-content: space-between;
}

.view-type-two.banner-default-row .post-content-inner-wrap.first-item .post-media-block .post-desc {
    width: 60%;
    border-right: 1px solid #bbb;
    padding-right: 1.6rem;
}

.view-type-two.banner-default-row .post-content-inner-wrap.first-item .post-media-block .img-box {
    width: 40%;
    padding-left: 1.6rem;
}

.view-type-three.banner-default-row .left-side {
    border-right: 1px solid #bbb;
}

.view-type-three.banner-default-row .post-media-block .img-box {
    margin: 0 0 1rem;
}

.view-type-three.banner-default-row .right-side .post-content-inner-wrap,
.home-banner-block-design-1 .left-side .post-content-inner-wrap {
    border-bottom: 1px solid #bbb;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}

.view-type-three.banner-default-row .right-side .post-content-inner-wrap:last-child,
.home-banner-block-design-1 .left-side .post-content-inner-wrap:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.home-banner-block-design-1 .left-side .post-content-wrapper {
    padding-top: 0.75rem;
}

.home-banner-block-design-1 .left-side .post-content-inner-wrap {
    display: flex;
}

.home-banner-block-design-1 .left-side .post-content-inner-wrap .post-media-block {
    width: 35%;
}

.home-banner-block-design-1 .left-side .post-content-inner-wrap .content-box {
    width: 65%;
    padding-left: 1rem;
}

.home-banner-block-design-1 .left-side .post-content-wrapper,
.sidebar-main-post {
    border-top: 5px solid #000;
}

.sidebar-main-post>h2,
.sidebar-malti-post>h2 {
    font-weight: 700;
    padding: 0.75rem 0 1.5rem;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #000;
}

.sidebar-main-post .post-content-wrapper .post-content-inner-wrap {
    border-bottom: 1px solid #bbb;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}

.sidebar-post-image {
    width: 100%;
    display: block;
    overflow: hidden;
}

.sidebar-post-image .post-content-inner-wrap {
    border-bottom: 1px solid #bbb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.sidebar-post-image .post-content-inner-wrap .content-box {
    margin: 0;
}

.sidebar-post-image .read-more-btn {
    width: 100%;
    display: block;
}

.sidebar-post-image .read-more-btn a {
    display: block;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .04375rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    float: right;
}

.sidebar-post-image .read-more-btn a:after {}

.sidebar-malti-post .post-content-inner-wrap {
    margin: 0 0 1rem;
}

.sidebar-malti-post .post-content-inner-wrap .content-box {
    margin: 0;
}

.sidebar-malti-post .post-content-inner-wrap .content-box h6 {
    margin: 0;
}

.home-common-space {
    border-top: 5px solid #000;
    padding: 0;
    margin: 0 0 4rem;
}

.section-title-block h2 {
    text-transform: capitalize;
    padding: 0.75rem 0 1.5rem;
    border-bottom: 1px solid #000;
    font-size: 1.3125rem;
    line-height: 1.5325rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.039375rem;
}

.home-row-design-two .post-content-wrapper {
    display: flex;
    margin: 0 -1rem;
}

.home-row-design-two .post-content-inner-wrap {
    width: 25%;
    padding: 0 1rem;
    border-right: 1px solid #bbb;
}

.home-row-design-two .post-content-inner-wrap:last-child {
    border: 0;
}

.home-row-design-one .right-side .post-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
}

.home-row-design-one .right-side .post-content-wrapper .post-content-inner-wrap {
    width: calc(50% - .5rem);
}

.home-row-design-one .right-side .post-content-wrapper .post-content-inner-wrap .post-title h6,
.home-row-design-three .post-content-wrapper .post-content-inner-wrap .post-title h6 {
    margin: 0;
}

.home-row-design-three .post-content-wrapper {
    display: flex;
    margin: 0 -1rem;
}

.home-row-design-three .post-content-wrapper .post-content-inner-wrap {
    margin: 0;
    border-right: 1px solid #bbb;
    padding: 0 1rem;
}

.home-row-design-three .post-content-wrapper .post-content-inner-wrap:last-child {
    border: 0;
}

/***************** HOME PAGE CSS ENDS HERE ************************/


/***************** BLOG PAGE STARTS HERE ************************/
/* Comments area container */
.comments-area {
    margin-top: 3em;
    padding: 1em;
    border-top: 1px solid #ddd;
}

/* Comment title */
.comments-title,
.comment-reply-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}

/* Comment list */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each comment */
.comment {
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}

/* Comment author and meta */
.comment-meta {
    font-size: 0.875em;
    color: #555;
    margin-bottom: 0.5em;
}

.comment-author {
    font-weight: bold;
}

.comment-content {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}

/* Reply link */
.reply a {
    font-size: 0.875em;
    color: #0073aa;
    text-decoration: none;
}

.reply a:hover {
    text-decoration: underline;
}

/* Comment form */
.comment-form {
    margin-top: 2em;
}

.comment-form p {
    margin-bottom: 1em;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ccc;
    font-size: 1em;
    border-radius: 4px;
}

.comment-form textarea {
    height: 150px;
    resize: vertical;
}

.form-submit input[type="submit"] {
    background: #52b7cd;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem 1rem;
    font-size: 1.4rem;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.6rem;
}

.form-submit input[type="submit"]:hover {
    opacity: .8;
}

/***************** SITE CUSTOM BLOG PAGE ENDS HERE ************************/

/***************** SITE CUSTOM FOOTER CSS STARTS HERE ************************/
.site_footer {
    position: relative;
}

.footer-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 1px solid #454f64;
    border-bottom: 1px solid #454f64;
}

.footer-top-wrap .footer-follow-us ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-top-wrap .footer-follow-us ul li {
    display: inline-block;
    margin: 0 4px;
}

.footer-top-wrap .footer-follow-us ul li a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
}

.footer-top-wrap .footer-follow-us ul li a i {
    font-size: 2rem;
    color: #52b7cd;
}

.footer-top-wrap .footer-follow-us ul li a:hover i {
    color: #000;
}

.footer-bottom-wrap {
    padding: 2.4rem 0;
    margin: 0 -.5rem;
    display: flex;
    justify-content: space-between;
}

.footer-bottom-wrap .footer-menus-block {
    width: 25%;
    padding: 0 .5rem;
}

.footer-bottom-wrap .footer-menus-block h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin: 0 0 .6rem;
}

.footer-bottom-wrap .footer-menus-block ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-wrap .footer-menus-block ul li {
    display: flex;
    margin: 0 0 .4rem;
}

.footer-bottom-wrap .footer-menus-block ul li a {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.125rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: .06rem;
}

.footer-bottom-wrap .footer-menus-block ul li a:hover,
.footer-bottom-wrap .footer-menus-block ul li a:focus {
    text-decoration: underline;
}

.footer-menus-block .sidebar-posts .post-category a.badge.bg-primary{
    text-align: left;
}

.footer-site-info {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #454f64;
}

.footer-site-info p {
    padding: 0 24px 0 0;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    color: #000;
    margin: 0;
}

.footer-menus-block .sidebar-posts p.excerpt-two-line {
  font-size: 1rem;
  line-height: 1.4rem;
}

.footer-menus-block .sidebar-posts a img{
  display:block;
}
/***************** SITE CUSTOM FOOTER CSS ENDS HERE ************************/
/***************** SITE CUSTOM RESPONSIVE CSS STARTS HERE ************************/
@media (max-width:767px) {
  .home-banner-block > .row > .left-side{
    border-right: 0;
    padding-right: .8rem;
  }
    .nav-drop .close-btn-block {
        right: auto;
        left: 1rem;
        top: -1rem;
    }

    .nav-drop-social-media-inner,
    .nav-drop-bottom .header-popup-footer {
        flex-wrap: wrap;
    }

    .nav-drop-social-media-inner>div,
    .nav-drop .sidebar-search-bar {
        width: 100%;
    }

    .nav-drop-social-media-inner .right-side ul {
        justify-content: flex-start;
        grid-column-gap: 2rem;
    }

    .nav-drop .sidebar-search-bar .serach-form {
        display: flex;
    }

    .aside-holder .main-nav {
        padding: 1rem 0 0;
    }

    .aside-holder #aside-nav {
        padding: 1rem 0;
    }

    .right-side-header .usre-header-info {
        font-size: 0;
    }

    .aside-holder #aside-nav>ul {
        grid-row-gap: 1rem;
    }

    .left-side-header .site-header-serach,
    .right-side-header .usre-header-info a,
    .nav-drop-topbar-inner .nav-drop-logo,
    .nav-drop-bottom .header-popup-footer .logo-block-popup {
        display: none;
    }

    .right-side-header .usre-header-info a:last-child {
        display: block;
        font-size: 0;
        width: 3rem;
        height: 3rem;
        background: transparent url("../img/login-mobile-icon.png") no-repeat center/2rem auto;
    }

    .home-banner-block>.row>.right-side {
        padding-left: .8rem;
    }

    .sidebar-banner-block {
        margin: 1.6rem 0 0;
    }

    .sidebar-post-image .post-content-inner-wrap .content-box {
        margin: 1rem 0 0;
    }

    .home-row-design-two .post-content-wrapper,
    .home-row-design-three .post-content-wrapper,
    .home-banner-block-design-1 .left-side .post-content-inner-wrap,
  	.home-row-design-three .post-content-wrapper{
        flex-wrap: wrap;
        margin: 0;
    }

    .home-row-design-two .post-content-inner-wrap,
    .home-row-design-three .post-content-wrapper .post-content-inner-wrap,
    .home-banner-block-design-1 .left-side .post-content-inner-wrap .post-media-block,
    .home-banner-block-design-1 .left-side .post-content-inner-wrap .content-box {
        width: 100%;
        padding: 0;
    }

    .home-row-design-three .post-content-wrapper .post-content-inner-wrap {
        border-right: 0;
        border-bottom: 1px solid #bbb;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .latest-posts-home {
        display: none;
    }

    .aside-holder #aside-nav>ul>li {
        width: 100%;
    }


    .footer-bottom-wrap .footer-menus-block {
        width: 100%;
        padding: 0;
    }

    .footer-bottom-wrap {
        grid-gap: 1.5rem;
        flex-wrap: wrap;
        margin: 0;
    }

    .left-side-header,
    .right-side-header {
        width: 5rem;
    }

    .home-banner-block-design-1 .left-side .post-content-inner-wrap .post-media-block {
        margin: 0 0 0.8rem;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .right-side-header .usre-header-info a{
      	margin: 0 5px !important;
    }
    .aside-holder #aside-nav>ul>li {
        width: 25%;
    }

    .nav-drop-topbar-inner {
        justify-content: space-between;
    }

    .nav-drop .sidebar-search-bar {
        width: calc(100% - 12rem);
        padding-right: 12rem;
    }

    .nav-drop .sidebar-search-bar .serach-form {
        display: flex;
        justify-content: center;
    }
  
  	.main-logo-wrap .site-logo a{
      max-width: 20rem;
  	}
}

@media (max-width:1023px) {
    .site_header .top-bar {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .nav-drop .close-btn-block {
        right: 2rem;
    }

    .main-menu-wrapper .navigation ul {
        grid-column-gap: 1rem;
    }
}

/***************** SITE CUSTOM RESPONSIVE CSS ENDS HERE ************************/