.smart-head-row .h-text {
    display: flex;
    flex-direction: row-reverse;
}
.smart-head-row .tii-subscribe-page {
    margin-left: 15px;
}
.smart-head-row #mepr-logged-out-template .mepr-link-span a,
.smart-head-row #mepr-logged-in-template .mepr-link-span a,
.smart-head-row .tii-subscribe-page a{
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 19px;
    border-radius: 3px;
}
@media only screen and (min-width: 1024px) {
/*  .hamburger-icon{
        display:none;
    } */
}
@media only screen and (max-width: 1023px) and (min-width: 320px) {
    .toggle-dark{
        display:none;
    }
}

.block-newsletter .heading:before{
    content:"NEWSLETTER";
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding-bottom:10px;
    color:#7AB7D2;
    display:block;
}
.block-newsletter .spc-newsletter{
    border:1px solid #000000;
    border-top:10px solid #000000;
}
.block-newsletter .spc-newsletter .base-text{
    color:#000000;
}



#menu-main-menu a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}


/*main content*/
.main-content .post-title a{
    font-size:20px;
    font-weight:bold;
}

/*logo*/
.smart-head-main .smart-head-mid{
    margin:30px 0;
}

/*footer header*/
#menu-footer-links li a,
#menu-main-menu li a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding:0 30px;
    text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
    #menu-footer-links li {
        width:100%;
        text-align:center;
        padding:0;
        margin:10px 0;
    }
@media only screen and (max-width: 320px) {
    #menu-footer-links li {
        width:100%;
        text-align:center;
        padding:0;
        margin:10px 0;
    }


/*Hamburger Menu*/
    
    .off-canvas {
background-color: rgba(255, 255, 255, 0.6) !important;
}
.off-canvas-active .off-canvas {
width: 100% !important;
align-content: center !important;
}


/*Search*/
    .mfp-container {
width: 70% !important;
height: 40% !important;
}

.icon tsi tsi-repeat {
display:none !important;        
}
.smart-head-row #mepr-logged-out-template .mepr-link-span a,
.smart-head-row #mepr-logged-in-template .mepr-link-span a {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 3px;
}