/* bbPress replies search field styling */
.bbp-replies-search-form {
    position: relative;
    max-width: 320px;
    margin: 20px 10px !important;
}

.bbp-replies-search-form input#bbp-rs {
    width: 100%;
    padding: 10px 40px 10px 40px;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    outline: 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.4
}

.bbp-replies-search-form input#bbp-rs::placeholder {
    color: #b2b9c3
}

.buddypress .buddypress-wrap .bbp-replies-search-form .bbp-rs-submit {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bbp-replies-search-form .bbp-rs-submit:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2399A1AC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center/contain;
    opacity: .8
}

.buddypress .buddypress-wrap .bbp-replies-search-form .bbp-rs-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(64, 155, 200);
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
}

.buddypress .buddypress-wrap .bbp-replies-search-form .bbp-rs-clear:hover {
    opacity: 1;
}

.bbp-replies-search-form input#bbp-rs:focus {
    border-color: #cfd6dd;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08)
}

/* Loader spinner */
.bbp-replies-search-form .bbp-rs-loader {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-top-color: #6b7280;
    border-radius: 50%;
    animation: bbprs-spin 0.6s linear infinite;
}

@keyframes bbprs-spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.bb-template-v2 #bbpress-forums .bs-single-forum-list.bbp-lead-topic>li.header-total-reply-count:last-child {
    border-bottom-left-radius: var(--bb-block-radius);
    border-bottom-right-radius: var(--bb-block-radius);
    border-bottom: 1px solid var(--bb-content-border-color);
}

/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
.site-header .buddypanel_logo_display_on {

    display: block !important;
    padding-right: unset !important;
}

.site-header .more-button i {
    display: none !important;
}

.register .elementor.elementor-1230 {
    display: none !important;
}

.register-page .signup-form {
    flex-direction: column !important;
    display: flex;
}

.register footer {

    display: none !important;
}

#signup-form .layout-wrap {
    order: 0;
    flex-flow: column-reverse !important;
    display: flex !important;
    flex-direction: column-reverse;
}

.register div#primary {
    margin-left: 0 !important;
}

.register-section-logo {
    margin: 4% auto !important;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.register .bs-styled-checkbox+label:before {
    left: 0;
    position: absolute;
}

.register label.option-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085 !important;
    padding: 0 7%;
}

input#signup_submit {
    line-height: 0px !important;
    background: #57AFDA !important;
    border: 1px solid #57AFDA !important;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%) !important;
    border-radius: 8px !important;
    padding: 25px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.register .header.entry-header {
    text-align: center;
    margin: 0 auto;
}

.register h1.entry-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 36px !important;
    line-height: 44px;
    text-align: center;
    color: #101828;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
}

.register .login-split {
    left: 50% !important;
    background-position: 50% 65%;
}

.register span.bp_bottom_login {
    margin: 0 auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10% 0;
}

body.login #login {

    left: 0 !important;
}

body.login .login-split {
    left: 50% !important;
    background-position: 50% 54%;
}

.login-action-lostpassword .login-split {

    display: none !important;
}

.login-action-lostpassword div#login {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

.login-action-lostpassword #login h1 a {
    margin: 0 auto !important;
}

.login-action-lostpassword p.message {
    text-align: center;
}

.login-action-lostpassword .message div {
    font-style: normal;
    font-weight: 600;
    font-size: 30px !important;
    line-height: 38px;
    color: #101828;
}

.login-split__entry h1 {
    font-family: revert !important;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #F4FBFE;
}

.login-split__entry {
    font-family: revert;
    font-style: normal;
    font-weight: 500;
    font-size: 19px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #F4FBFE;
    position: absolute !important;
    bottom: 8% !important;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register .login-split__entry {
    bottom: 14% !important;
}

.login-split__entry p {
    margin-top: 6px !important;
}

#signup-form .checkbox-options {
    padding: 3% 0 0 0;
    order: 1;
}

.register .buddypress-wrap .standard-form .submit {
    order: 1;
}

meter#um-sp-password-strength-meter {
    background-color: #E0E0E0 !important;
    border-radius: 25px !important;
    position: absolute;
    bottom: -122px !important;
    z-index: 9999;
}

.logged_header ul.sub-menu-inner {
    padding: 4%;
    position: absolute;
    z-index: 999999999999999999;
    background: white;
}

.logged_header .sub-menu-inner {
    display: none;
}

body:not(.logged-in) .logged_header {
    display: none !important;
}

body.logged-in .logout_header {

    display: none;
}

.login-heading h2 {
    text-align: center;
    /* font-family: 'Inter'; */
    font-style: normal;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 38px;
    text-align: center;
    color: #101828 !important;
    margin: 0 auto;
}

.login-heading span {
    display: none;
}

#login h1 a {
    margin: 0 auto !important;
}

.master_wrapper {
    padding: 1% 70px !important;
}

.tab_name {
    border-radius: 16px 16px 0 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */


    /* Primary/200 */
    color: #D7F1FE;
    background: #387B9C;
    display: flex;
    justify-content: space-evenly;
    padding: 3px 0 0 0;
    /* color: wheat; */
}

.tab_name .tab_action {
    border-radius: 16px 16px 0 0;
    background: white;
    padding: 1% 50px;
    color: #387B9C;
}

.tab_top {
    align-items: center;
    gap: 3%;
    padding: 2% 0;
    display: flex;
}

.categories_name {
    /* display: flex; */
    flex: 0 0 72%;
}

.search_order {
    flex: 0 0 25%;
}

.categories_name ul {
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */


    /* Primary/800 */
    color: #387B9C;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}

.course_post_section {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    display: flex;
    flex-direction: row;
}

.categories_name ul li:nth-child(1) {
    padding: 1% 2%;
    color: #ECF9FF;
    background: #387B9C;
    border-radius: 6px;
}


.blog_widget .course_thumbnail img {
    border-radius: 0 !important;
}

.courses {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    flex: 0 0 32%;
}

.Masterclasses .course_thumbnail img {
    border-radius: 16px 16px 0 0;
    width: 100%;
}

.Masterclasses {
    background: #FBFEFF;
}

.newsletter_image img {
    width: 25% !important;
    padding: 10% 5% 27% 5%;
}

.course_content {
    padding: 4% 6% 7% 7%;
}

.Masterclasses .course_title:after {
    content: url('https://new.awakeacademy.org/wp-content/uploads/2022/09/Icon.svg');
    position: absolute;
    right: 6%;
}

.course_desc {
    padding-bottom: 3%;
    font-family: 'Inter';
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.course_tag {
    display: flex;
    justify-content: CENTER;
    align-items: center;
    GAP: 3%;
}

.tags {
    padding: 2%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.course_tag .tags:nth-child(1) {
    background: #F5F3FF;
    border-radius: 16px;
    color: #6927DA;
    /* border: 1px solid #6927DA; */
    padding: 2%;
    border-radius: 26%;
}

.course_tag .tags:nth-child(2) {
    background: #ECF9FF;
    border-radius: 16px;
    color: #387B9C;
    /* background: #387B9C; */
}

.course_tag .tags:nth-child(3) {
    background: #EEF4FF;
    border-radius: 16px;
    color: #3538CD;
}

.course_author {
    display: flex;
    margin-top: 5%;
}

div#content {
    margin-top: 20px;
    padding: 0;
}

.blogs_s_wrapper {
    padding: 0 70px !important;
}

.signup_form input.um-form-field {
    border-radius: 8px !important;
}

.elementor-search-form .elementor-search-form__container {
    position: relative;
}

.blogs_wrapper {
    max-width: 1315px;
    margin: 0 auto;
}

div#primary {
    padding: 0;
}

.blogs_wrapper {
    font-family: 'Inter';
}

.blog_top,
.top_single {
    text-align: left;
}

.blog_date {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    color: #57AFDA;
}

.bt_sub_head.single_thumbnail img {
    font-family: "Comfortaa", Sans-serif;
    padding: 0 0 2% 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

    color: #667085;
}

.blog_title:after {
    content: url('https://new.awakeacademy.org/wp-content/uploads/2022/09/Icon.svg  ');
    position: absolute;
    right: 7%;
    top: 8%;
}

input#blog_search {
    font-family: "Comfortaa", Sans-serif;
    padding: 2% 40px;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, .05);
    border-radius: 8px;
    width: 100% !important
}

.blog_search {
    width: 24%;
    margin: 0 auto;
}

.header_search .e-font-icon-svg-container {
    display: none !important;
}

.header_search .elementor-search-form__icon:before {
    content: url('https://new.awakeacademy.org/wp-content/uploads/2022/10/search-icon.svg');
    /* padding: 3%; */
    transform: scale(1.2);
    position: relative;
    left: 2px;
}

.header_search input.elementor-search-form__input::placeholder {
    font-size: 12px;
    font-family: 'Comfortaa';
    font-weight: 600;
}

#footer_form .gh-form-row {
    display: flex;
    flex-direction: row;
    flex: 0 0 104.5% !important;
}

#footer_form .gh-form-row {
    align-items: center;
    display: flex;
}

#footer_form .gh-form-row .gh-form-column:nth-child(2),
#footer_form .gh-form-row .gh-form-column:nth-child(1) {
    flex: 0 0 40%;
}

#footer_form .gh-form-row .gh-form-column:nth-child(3) {
    flex: 0 0 20%;
    width: 100%;
}

span.blog_search_icon {
    position: absolute;
    left: 8%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.read_more_btn a {
    border-radius: 6px;
    background: #387b9c;
    padding: 3% 9%;
    text-align: center;
    color: white;
    /* margin: 5% 0 !important; */
    font-size: 15px;
}

body p.login-username {
    display: flex;
    flex-direction: column;
}

body p.login-password {
    display: flex;
    flex-direction: column;
}

body form#loginform {
    width: 100%;
}

#loginform .input {
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
}

.lost_password {
    position: absolute;
    right: 0;
}

.lost_password a {
    color: #57AFDA;
}

.read_more_btn {
    margin: 5% 0;
}

.search_val {
    position: relative;
}

.b-category_name {
    cursor: pointer;
    font-family: "Comfortaa", Sans-serif;
    gap: 20px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    POSITION: RELATIVE;
}

.c_active {
    border-bottom: 1px solid #409BC8;
}

.blogs_categroy {
    font-family: "Comfortaa", Sans-serif;
    padding: 0 0 4% 0;
    justify-content: center;
    display: flex;
    width: 100%;
    gap: 2%;
    align-items: center;
}

.blogs_categroy select {
    width: 100%;
    background: #FBFEFF;
    border: 1px solid #BBE6FB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF;
    border-radius: 8px;
}

.nl_filter {
    text-align: right;
    font-family: "Comfortaa", Sans-serif;
    flex: 0 0 22%;
}

select#order_blogs {
    font-family: "Comfortaa", Sans-serif;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    WIDTH: 100%;
}

.c_name {
    color: #667085;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.bt_sub_head .c_name {
    font-family: "Comfortaa", Sans-serif;
    padding: 0 0 2% 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}

.blogs_post_sec {
    font-family: "Comfortaa", Sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.post_inner {
    font-family: "Comfortaa", Sans-serif;
    position: relative;
    padding: 0 25px 25px 25px;
}

.blog_thumbnail img {
    width: 100%;
}

.b-category_name .c_name:nth-child(1) {
    color: #409BC8;
}

.blog_tags {
    font-family: "Comfortaa", Sans-serif;
    padding: 2% 0;
}

.top_single .tag_name {
    font-size: 14px;
}

.tag_name {
    font-family: "Comfortaa", Sans-serif;
    border-radius: 16px;
    line-height: 18px;
    flex: 1;
    font-size: 9px;
    text-align: center;
}

.top_single .blog_tags {
    width: 100%;
    margin: 0 auto;
}

.top_single .blog_tags .tag_name {
    padding: 4px 10px;
    font-weight: bold;
}

.top_single .blog_tags .blogs_author {
    font-family: "Comfortaa", Sans-serif;
    padding: 10% 0 0 0;
    align-items: center;
    display: flex;
    gap: 3%;
}

.author_image {
    font-family: "Comfortaa", Sans-serif;
    flex: 0 0 12%;
}

.author_image img {
    border-radius: 50%;
}

.author_name {
    font-family: "Comfortaa", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #475467;
}

.blogs_post_sec .blog_post_content:nth-child(4) img {
    font-family: "Comfortaa", Sans-serif;
    width: 20% !important;
}

.blogs_post_sec .blog_post_content:nth-child(4) {
    font-family: "Comfortaa", Sans-serif;
    background: #F4FBFE;
}

.blogs_post_sec .blogs_author {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.blogs_post_sec .blogs_author .author_image img {
    border-radius: 50px;
    width: 32px;
}

.blogs_post_sec .blogs_author .author_name {
    padding-top: 6px;
}

.news_h {
    font-family: "Comfortaa", Sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #2F627B;
}

.news_t {
    font-family: "Comfortaa", Sans-serif;
    padding: 5% 0 10% 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #409BC8;
}

.blogs_paginations .page_count:nth-child(1) {
    flex: 0 0 40%;
    background: transparent;
    display: flex;
    gap: 1%;
}

.blogs_paginations .page_count:nth-last-child(1) {
    flex: 0 0 37%;
    display: flex;
    justify-content: end;
    background: transparent;
    gap: 4%;
}

.news_p {
    font-family: "Comfortaa", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #57AFDA;
    position: absolute;
    bottom: 21%;
}

.blogs_s input#email {
    font-family: "Comfortaa", Sans-serif;
    padding: 12px 14px 12px 16px;
    gap: 8px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.blogs_s .gh-form-wrapper .gh-form-edit-link {
    display: none;
}

.blogs_s button#gh-submit {
    font-family: "Comfortaa", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #57AFDA;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    width: 100%;
    border: none;
    margin: 10% 0 0 0;
}

.blogs_post_sec .blog_post_content:nth-child(4) .blog_thumbnail {
    padding: 8% 0 27% 8%;
    font-family: "Comfortaa", Sans-serif;
}

.blogs_paginations {
    gap: 2%;
    font-family: "Comfortaa", Sans-serif;
    display: flex;
    text-align: center;
    justify-content: start;
    align-items: center;
    padding-left: 14px;
}

.page_count {
    font-family: "Comfortaa", Sans-serif;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #667085;
    flex: 0 0 5%;
    padding: 20px 0;
    background: #F4FBFE;
    border-radius: 34px;
}

.team_wrapper {
    gap: 2%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: start;
}

.team_social {
    padding: 4% 0;
    display: flex;
    justify-content: center;
    gap: 4%;
}

.team_thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.middle_blogs_wrapper {
    gap: 5%;
    display: flex;
}

.blog_content {
    flex: 0 0 66%;
}

.single_sidebar {
    flex: 0 0 30%;
}

.course_heading {
    font-weight: 600;
    text-align: center;
    width: 38%;
    font-family: "Comfortaa", Sans-serif;
    background: #88A2B0;
    color: white;
    padding: 3% 3%;
    border-radius: 5px 5px 0px 0px;
}

.cbt-border-seperator {
    border: 1.5px solid #88A2B0;
    transform: rotate(-0.13deg);
    position: relative;
    top: -2px;
}

.course_inner {
    margin: 0% 0;
    gap: 4%;
    display: flex;
    border-bottom: 1px solid #CADFEA;
    padding: 4% 0;
    align-items: center;
}

.single_newsletter .blog_post_content {
    background: #F4FBFE;
    border-radius: 16px;
}

.single_newsletter {
    margin: 10% 0;
    background: #F4FBFE;
    border-radius: 16px;
    box-shadow: 0px 6px 8px -2px rgba(16, 24, 40, 0.08), 0px 2px 3px -2px rgba(16, 24, 40, 0.03);
}

.single_newsletter img#email_icon {
    padding: 2%;
    width: 19%;
    margin: 12% 4%;
}

.Masterclasses .course_title {
    padding: 6% 0 0 7%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width: 63%;
    color: #101828;
}

.single_sidebar .course_thumbnail {
    flex: 0 0 25%;
}

.single_sidebar .blog_post {
    margin-top: 14%;
}

.hr {
    color: #DDDDDD;
    position: relative;
    top: -18px;
    margin: 0;
}

a#post_rdmore {
    color: #178FE7;
}

body.bp-search .site-header {

    position: relative;
}

.sticky-header .site-header.has-scrolled {

    position: fixed;
    right: 0;
    width: 100% !important;
}

.bb-header-buttons .signin-button {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 12px !important;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    position: relative;
    padding: 20px 38px !important;
    background: #387B9C !important;
    border-radius: 8px;
    text-align: center !important;
    left: -96px !important;
}

.blog_tags {
    padding-bottom: 0px;
}

.cbt-tag-name {
    font-family: "Comfortaa", Sans-serif;
}

.cbt-tag-name[name="kindfulness"] {
    color: #EF6820;
    background: #FDEAD7;
}

.cbt-tag-name[name="lucid-dreaming"] {
    color: #387B9C;
    background: #E0F5FF;
}

.cbt-tag-name[name="mindfulness"] {
    color: #3538CD;
    background: #EEF4FF;
}

.cbt-tag-name[name="shadow-integration"] {
    color: #6927DA;
    background: #ECE9FE;
}


/* mobile Responsive */

@media (max-width: 767px) {
    .logged-in div#content {
        padding-top: 0px !important;
    }

    .register .login-split {
        display: none !important;
    }

    body input#user_login {
        width: 100% !important;
    }

    .lost_password {
        left: 0;
        bottom: 0;
    }

    .nl_filter {
        flex: 1;
    }

    .blog_content p {
        padding: 0;
        font-size: 18px;
    }

    .master_wrapper {
        padding: 0 6% !important;
    }

    .blog_search {
        width: 100%;
    }

    .summits-slider-section .e-con-inner {
        justify-content: center !important;
    }

    #footer_form .gh-form-row .gh-form-column:nth-child(2),
    #footer_form .gh-form-row .gh-form-column:nth-child(1) {
        flex: 1 !important;
        width: 100%;
    }

    .blogs_paginations .page_count:nth-child(1),
    .blogs_paginations .page_count:nth-last-child(1) {
        flex: 1;
    }

    input#blog_search {
        width: 100%;
    }

    .bt_main h1 {
        font-size: 36px;
        line-height: 44px;
    }

    span.blog_search_icon {
        left: 4%;
    }

    .blogs_categroy {
        padding: 10% 0;
        flex-wrap: wrap;
    }

    .b-category_name {
        cursor: pointer;
        gap: 4%;
        flex-wrap: wrap;
        flex: 0 0 100%;
        padding: 1% 0 10% 0;
    }

    .c_name {
        width: fit-content;
        font-size: 16px;
        line-height: 24px;
        /* flex: 0 0 31%; */
        margin: 2% 0;
        text-align: left;
    }

    .blogs_post_sec {
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
    }

    .blog_post_content {
        flex: 1;
        width: 100%;
    }

    .page_count {
        flex: 0 0 18%;
    }

    .team_wrapper {
        flex-direction: column;
    }

    .team_inner {
        padding: 5%;
        margin: 4% 2%;
    }

    .single_newsletter .blog_post_content {
        background: #F4FBFE;
    }

    .single_newsletter img#email_icon {
        padding: 2%;
        width: 19%;
        margin: 12% 4%;
    }

    .bt_main h1,
    .blog_single_title {
        font-size: 30px;
    }

    .bt_main h1,
    .blog_single_title {
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
    }

    .bt_sub_head,
    .blogs_short {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }

    .blogs_s_wrapper {
        padding: 0 20px !important;
    }

    .single_thumbnail img {
        width: 95%;
        margin: 8% 0;
    }

    .top_single .blog_tags {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .top_single .tag_name {
        /* flex: 0 0 32%; */
        font-weight: 500;
        font-size: 12px !important;
        line-height: 20px;
    }

    .middle_blogs_wrapper {
        flex-direction: column;
    }

    #footer_form .gh-form-row {
        flex-direction: column;
    }

    #footer_form .gh-form-row .gh-form-column:nth-child(2),
    #footer_form .gh-form-row .gh-form-column:nth-child(1),
    #footer_form .gh-form-row .gh-form-column:nth-child(3) {
        flex-direction: 1;
    }

    .tab_name {
        gap: 3%;
        justify-content: start;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .tab_name .tab_action {
        margin: 2% 1%;
        flex: 0 0 48% !important;
        /* width: 50%; */
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }

    .tab_top {
        flex-direction: column;
        width: 100%;
        justify-content: start;
        gap: 0;
    }

    .categories_name ul {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 6%;
    }

    .search_order {
        width: 100%;
        margin: 4% 0;
    }

    .course_post_section {
        flex-direction: column;
    }

    .tags {
        flex: 0 0 46%;
        margin: 4% 0;
    }

    .course_tag {
        flex-wrap: wrap;
        justify-content: start;
    }

    .course_author {
        gap: 4%;
    }

    .search_val {
        margin: 5% 0;
    }

    .categories_name li {
        margin: 4% 0;
    }

    body .cbt-go-back-button .elementor-button-link {
        width: 100%;
    }

}

/* Ipad responsive */

@media (min-width: 768px) and (max-width: 1023px) {
    .logged-in div#content {
        padding-top: 0px !important;
    }

    .register .login-split {
        left: 0;
    }

    .top_single .blog_tags {
        width: 100%;
    }

    .lost_password {
        left: 0;
        bottom: 0%;
    }

    body input#user_login {
        width: 100% !important;
    }

    .middle_blogs_wrapper {
        flex-direction: column;
    }

    .course_inner {
        padding: 0 0 2% 0;
        margin: 1% 0;
    }

    .single_newsletter img#email_icon {
        margin: 0;
    }

    .blog_search {
        width: 42%;
    }

    .b-category_name {
        justify-content: start;
        overflow: auto;
        /* flex: 0 0 23%; */
        align-items: center;
    }

    .c_name {
        text-align: center;
        flex: 0 0 27%;
    }

    .b-category_name {
        flex: 0 0 70%;
    }

    .nl_filter {
        flex: 0 0 29%;
    }

    .blog_post_content {
        flex: 0 0 48%;
    }

    .team_inner {
        height: 480px;
        flex: 0 0 48%;
    }

    #footer_form .gh-form-row {
        flex: 0 0 101.5% !important;
    }
}

/* No activity found message */
.bbp-no-activity-found {
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bbp-no-activity-found .bbp-no-activity-icon-wrap {
    background-color: #5bc0de;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bbp-no-activity-found .bbp-no-activity-icon-circle {
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bbp-no-activity-found .bbp-no-activity-text {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.ms-abt-img:before,
.ms-abt-img:after {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    bottom: 8px;
    height: 30%;
    z-index: 1;
    border-radius: inherit;
}

.ms-abt-img .elementor-widget-container {
    position: relative;
    z-index: 5;
}

.ms-abt-img:before {
    left: 5px;
    right: 50%;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.ms-abt-img:after {
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}