@media (max-width: 1024px){

  .visibility-privacy { padding: 32px 20px; }

  .visibility-privacy .intro, .visibility-privacy .row { padding: 22px 20px; }

  .visibility-privacy .row:last-child { padding-bottom: 38px; }

  .visibility-privacy .row { gap: 24px; }

  .visibility-privacy .intro h2 { font-size: 18px; }
.mobile-login {
  display: flex;
  align-content: center;
  order: 1;
  justify-content: center;
  gap: 10px;
  background: transparent;
}
.mobile-login a {
  height: 21px;
  background: transparent !important;
}
.mobile-login a svg {
  width: 21px;
  height: 21px;
}
.auth-feed-card .auth-feed .auth-feed-meta{
    flex-wrap: wrap;
    white-space: pre-wrap;
}
.site-header-main-section-right.site-header-section.site-header-section-right {
  align-content: center;
  max-height: initial !important;
  align-items: center;
  gap: 20px;
}
.site-header-item {
  order: 2;
    margin-right: 0;
}
.user-dropdown{
    position:relative;
    display:inline-block;
}
.user-dropdown-toggl:hover svg path {
  fill: #fff;
}
.user-dropdown-toggle{
    display:flex;
    align-items:center;
    gap:2px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:30px;
    padding:3px 4px !important;
    cursor:pointer;
}

.user-dropdown-toggle img,
.user-initial{
    width:36px;
    height:36px;
    border-radius:50%;
}

.user-dropdown-toggle img{
    object-fit:cover;
}

button.user-dropdown-toggle:hover {
    background: transparent !important;
}
    span.user-name {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #183650;
        color: #fff;
        font-weight: 600;
        width: 25px;
        height: 25px;
        border-radius: 100px;
        font-size: 14px;
    }
.user-dropdown-menu{
    position:absolute;
    top:100%;
    right:0;
    width:240px;
    margin-top:0px;
    background:#163654;
    border-radius:12px;
    display:none;
    list-style:none;
    padding:0;
    overflow:hidden;
}

.user-dropdown-menu li a{
    display:block;
    padding:18px 20px;
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.user-dropdown-menu li:last-child a{
    border-bottom:none;
}

.user-dropdown-menu li a:hover{
    background:#29b8cf;
}
body.logged-in .mobile-login {
    display: none;
}
.user-dropdown.for-mobile-login-user {
    display: none;
}
body.logged-in .user-dropdown.for-mobile-login-user {
    display: block;
}
button.user-dropdown-toggle {
    padding: 2px 3px;
    margin-right: 10px;
}

.user-dropdown-toggle img, .user-initial {
    width: 25px;
    height: 25px;
    font-size: 14px;
}


.site-main-header-inner-wrap {
    min-height: 80px;
}
}


@media (max-width: 767px){
    .your-programs.it-settting .attention-card {
    align-items: self-start;
}

.your-programs.it-settting span.green-ststus {
    width: auto;
    min-height: auto;
}

.your-programs.it-settting h2 {
    text-align: left;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.away-ststus {
    width: auto !important;
    min-height: auto !important;
}

.your-programs.it-settting h6 {
    font-size: 11px;
    gap: 3px;
}

.your-programs.it-settting h6 svg {
    width: 8px;
    height: 8px;
}

.main-dashboard.it-setting-dashboad .head-sec {
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    flex-direction: row;
}

.main-dashboard.it-setting-dashboad .head-sec .right-side-btn {
    align-items: center;
    justify-content: center;
}

.main-dashboard.it-setting-dashboad .head-sec .left-side-info {
    text-align: left;
}

.main-dashboard.it-setting-dashboad .head-sec h2 {
    font-size: 23px;
}

/* Reporting & Activity (reporting-activity.php) */
.reporting-activity-sec .reporting-hero {
    padding: 32px 0;
}

.reporting-activity-sec .reporting-hero__inner,
.reporting-activity-sec .reporting-body {
    padding-left: 20px;
    padding-right: 20px;
}

.reporting-activity-sec .reporting-hero h1 {
    font-size: 26px;
}

.reporting-activity-sec .section-heading {
    font-size: 22px;
    margin-top: 25px;
}

.reporting-activity-sec .reporting-stats {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.reporting-activity-sec .reporting-stat-card h2 {
    font-size: 28px;
}

.reporting-activity-sec .view-toggle-bar {
    gap: 8px;
}

.reporting-activity-sec .view-toggle,
.reporting-activity-sec .view-toggle-badge {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
}

.reporting-activity-sec .chart-row {
    flex-direction: column;
}

.reporting-activity-sec .chart-card--wide,
.reporting-activity-sec .chart-card--narrow {
    flex: 1 1 100%;
}

.reporting-activity-sec .bar-row {
    grid-template-columns: 80px 1fr 34px;
    gap: 8px;
}

.reporting-activity-sec .bar-row__label,
.reporting-activity-sec .bar-row__value {
    font-size: 13px;
}

.reporting-activity-sec .role-preview-row {
    flex-direction: column;
}

.reporting-activity-sec .role-preview-card {
    flex: 1 1 100%;
}

.reporting-activity-sec .mini-stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.reporting-activity-sec .mini-stat strong {
    font-size: 22px;
}

.tabler-heade {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.like-bnt button {
    font-size: 10px;
    gap: 2px;
}

.like-bnt {
    gap: 3px;
}
.schedule-type-options {
    row-gap: 10px;
}
.schedule-tag {
    font-size: 10px;
}
.org-invitation-card {
padding: 18px;
}

.organization-stats {
grid-template-columns: 1fr;
}

.stat-item {
padding: 14px;
}

.invitation-actions {
justify-content: stretch;
flex-direction: column;
}

.invitation-actions button {
width: 100%;
}
 .coalition-invitation-page {
        padding: 30px 15px 50px;
    }

    .coalition-invitation-card {
        padding: 30px 22px;
        border-radius: 15px;
    }

    .invitation-header h1 {
        font-size: 26px;
    }

    .coalition-invitation-logo {
        height: 100px;
    }

    .coalition-information {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .information-item:first-child {
        grid-column: auto;
    }

    .user-details-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .invitation-actions {
        grid-template-columns: 1fr;
    }

    .invitation-btn {
        width: 100%;
    }

  .visibility-privacy { padding: 10px 16px; }

  .visibility-privacy .card { border-radius: 12px; }

  .visibility-privacy .intro, .visibility-privacy .row { padding: 20px 0px; }

  .visibility-privacy .row:last-child { padding-bottom: 28px; }

  .visibility-privacy .row { flex-direction: column; align-items: flex-start; gap: 16px; }

  .visibility-privacy .intro h2 { font-size: 17px; letter-spacing: 0.4px; }

  .visibility-privacy .intro p, .visibility-privacy .info p, .visibility-privacy .options span { font-size: 13px; }

  .visibility-privacy .info h3 { font-size: 13px; letter-spacing: 0.5px; }

  /* circle first, then its label — row-reverse: main end is the left edge */
  .visibility-privacy .options { align-self: stretch; gap: 12px; }

  .visibility-privacy .options label { flex-direction: row-reverse; justify-content: flex-end; }

  .visibility-privacy .options span { white-space: normal; }
    .coalition-owner-resp {
        padding: 45px 15px;
    }

    .coalition-owner-resp .coalition-transfer-details {
        padding: 30px 22px;
        border-radius: 12px;
    }

    .coalition-owner-resp .coalition-transfer-details h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .coalition-owner-resp .coalition-logo {
        width: 100px;
        height: 100px;
        margin-bottom: 22px;
    }

    .coalition-owner-resp .coalition-description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .coalition-owner-resp .coalition-transfer-details > p {
        font-size: 15px;
    }

    .coalition-owner-resp .transfer-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
    }

    .coalition-owner-resp .transfer-actions a {
        width: 100%;
        min-width: 0;
    }

    .support-leads {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .support-lead-card {
        padding: 18px;
    }

    .lead-name {
        font-size: 17px;
    }

    .lead-description {
        font-size: 14px;
    }

    .submission-load-more-wrap {
        margin-top: 24px;
    }
 input, select, optgroup, textarea {
    font-size: 14px !important;

}
    .filter-btn-wrap button#event-serach-reset, button#event-serach, button#program-serach-reset {
    height: 39px;
    width: 50%;
    padding: 0 !important;
    line-height: 30px;
}
.custom-class-for-faq figure.mhl-faq-helpful, .custom-class-for-faq figure.mhl-faq-not-helpful {
    border: 1px solid #C3C3C3;
    padding: 4px 6px;
    border-radius: 6px;
}

.custom-class-for-faq .faq-view-count, .custom-class-for-faq .mhl-faq-view-count {
    margin-left: 0px;
    margin-right: 0px !important;
}
.custom-class-for-faq p.wp-block-paragraph {
    margin-right: 0px;
}
.kt-accordion-panel-inner .custom-class-for-faq p {
    font-size: 10px !important;
    color: #808080;
}
div#programResults .responsive-table {
    margin-bottom: 20px;
}
.fc .fc-toolbar-title {
    font-size: 18px;
}
.filter-btn-wrap {
    width: 100%;
}
    .org-filter select {
  height: 50px;
  text-transform: capitalize;
  width: 100%;
}
.common-border-sec.comman-img-content .blog-img {
  width: 100%;
}
.common-border-sec.comman-img-content .content {
  width: 100%;
}
ul.program-details p {
  margin: 0;
}
.share-icons a {

    width: 44px;
    height: 44px;
}
.-icon-sec-pdf span {
    width: 50px;
    height: 50px;
}
.-icon-sec-pdf {
        width: 100%;
        gap: 7px;
    }
    .btn-light:focus svg path {
    fill: #fff;
}

.common-border-sec.increase-left .info-row-sec p {
    width: 100%;
}

.wrap-in {
    align-items: self-start;
}

.name-sec {
    width: 71px;
    height: 71px;
}

.info-row-sec {
    width: 70%;
}
.share-icons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.-icon-sec-pdf h6 {
    font-size: 13px;
    color: #11334C;
    word-wrap: break-word;
    width: 100%;
}
.request-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.approval-status {
    font-size: 14px;
}

.request-actions {
    flex-direction: column;
}

.request-actions .btn {
    width: 100%;
    font-size: 14px;
}

span.meta-icon {
    width: 30px;
    justify-content: flex-start;
}

.request-meta {
    gap: 15px;
}
.coalition-mangaing .right-sec-img {
    flex-direction: column;
}

.page-template-coalition-managing-invitations .coalition-members-head .add-new.blue-border-btn, .page-template-coalition-managing-invitations .coalition-members-head .add-new {
    width: 100% !important;
    max-width: 100% !important;
}

.activity-header {
    flex-direction: column;
    gap: 12px;
}

.activity-text {font-size: 14px;}

.activity-item {
    align-items: self-start;
    padding: 10px 10px;
}

.coalition-mangaing .dashboard-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-activity {
    margin-bottom: 20px;
    margin-top: 20px;
}

.your-programs {
    margin-bottom: 20px !IMPORTANT;
}

.coalition-mangaing .card-header {
    height: 58px;
}
.coalition-mangaing .attention-card p {
    margin-bottom: 0;
    text-align: center;
}

    .content.coalition-approvel-status .your-programs .attention-card span {
    min-height: auto;
}

.content.coalition-approvel-status .attention-card p {
    text-align: center;
}
.content.coalition-approvel-status .orga-dashboard-sec .content p {
    text-align: center;
}

    .coalition-members-head.for-ca-pro-event .for-ca-pro-event .right-sec-img {
    flex-direction: column;
}

.page-template-coalition-organizations .for-ca-pro-event .right-sec-img {
    flex-direction: column;
}

.page-template-coalition-organizations .for-ca-pro-event .right-sec-img a {
    width: 100% !important;
}

.events-grid.listing-sec .event-card {
    width: 100% !important;
    min-width: 100%;
    margin-bottom: 12px;
}

.events-grid.listing-sec {
    display: inline-block;
    overflow: hidden;
}

.events-grid.listing-sec .event-top {
    margin-bottom: 10px;
}
.orga-dashboard-sec .sidebar h4 {
    font-size: 18px;
}
.orga-dashboard-sec .sidebar h4 {
    font-size: 18px;
}

.coalition-members-head.for-ca-pro-event .left-sec-img {
    width: 100%;
    text-align: left;
}

.for-ca-pro-event .right-sec-img {
    width: 100%;
    align-items: self-start;
    justify-content: flex-start;
}

.content.coalition-add.coal-program-events a.add-new.btn-dark {
    padding: 0 16px;
}

.for-ca-pro-event .right-sec-img .add-new.blue-border-btn {
    width: auto;
}

.events-block__info h3 {
    font-size: 14px;
    line-height: 20px;
}

.events-block__date.events-block__date--event {
    width: 50px;
    height: 50px;
}
.coal-program-events .program-table tbody td {
    align-items: self-start;
}

.coal-program-events  .program-table tbody td:nth-child(2), .coal-program-events  .program-table tbody td:nth-child(3) {
    min-width: 100px;
    width: auto;
}

.coal-program-events .program-table tbody td svg {
    width: 20px;
    height: 20px;
}

.coal-program-events .program-table tbody td {
    width: 250px;
}

.tag svg {
    width: 10px !important;
    height: 10px !important;
}
.main-dashboard h5 {
 
    margin-bottom: 0px;
}
.approved-oga {
 
    padding-bottom: 19px;
    margin-bottom: 0px !important;
}
    .coalition-add ul#settingTabs li.nav-item button {
    font-size: 13px;
    padding: 1px 4px;
}

.coalition-add ul#settingTabs {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.coalition-members-head {
    margin-bottom: 20px;
}

.coalition-add .custom-card .d-flex {
    flex-direction: column;
    align-items: self-start;

        gap: 4px;
}

.edit-profile-page .form-sec a.blue-border-btn, .blue-border-btn {
    font-size: 14px;
    padding: 0 15px !important;
    height: 40px;
    line-height: 40px;
}

.coalition-add .padding-sec .row {
    flex-direction: column;
    margin-bottom: 20px;
}

.coalition-add .row.two-column .form-group-sec {
    width: 100%;
}

.coalition-add .btn-sec button.btn.dark-blue {
    line-height: 45px;
    font-size: 12px;
}
.coalition-add .padding-sec {
    padding-left: 15px;
    padding-right: 15px;
}

.coalition-add .btn-sec {
    justify-content: center;
    gap: 10px;
}

.dark-blue, button.blue-border-btn {
    font-size: 14px;
}
.coalition-add .custom-card {
    padding: 20px 0;
    margin-bottom: 20px;
}

.coalition-add textarea.form-control {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
}

.coalition-add .custom-card .d-flex {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

section.orga-dashboard-sec.main-dashboard.coalition-members {
    padding-bottom: 10px;
}
.coalition-members-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.mff-single-tag, .tag {
    font-size: 12px;
}


.info-banner {
    max-width: 100%;
    padding: 14px 8px;
}
.coalition-members-head .left-sec-img {
    width: 100%;
}

.searching-sec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.coalition-members-head h3 {
    font-size: 24px;
    margin-bottom: 2px;
}

.coalition-members-head .right-sec-img .add-new {
    font-size: 14px;
}

.coalition-members-head .right-sec-img .add-new svg {
    width: 14px;
}

.searching-sec .btn-sec {
    font-size: 13px;
    padding: 0px 7px;
    height: 35px;
    line-height: 35px;
}

.btn-sec-right {
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.coalition-members .table-border .name-sec-main {
    padding-left: 10px;
    width: 190px;
}

.coalition-members .table-border .name-sec-main span.name-sec {
    width: 25px;
    height: 25px;
    font-size: 11px;
}

.coalition-members .table-border .name-sec-main .info-sec h6 {
    font-size: 14px;
    line-height: 20px;
}

.coalition-members .role-sec {
    font-size: 10px;
    padding: 0 7px;
}

.mff-single-tag, .tag {
    font-size: 10px;
    padding: 5px 6px;
    gap: 5px;
}
.main-dashboard ul {
    margin-top: 10px;
}
.coalition-members .program-table tbody td {
    min-width: 110px;
}
.request-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.approval-status {
    font-size: 14px;
}

.request-actions {
    flex-direction: column;
}


.outer-border.white-bg {
    margin-top: 20px;
}
.request-actions .btn {
    width: 100%;
    font-size: 14px;
}
.outer-border.white-bg .info-banner {
    padding: 20px 10px;
    padding-left: 10px;
}
.outer-border.white-bg .info-banner span {
    font-size: 12px;
    line-height: 20px;
}

.outer-border.white-bg {
    margin-bottom: 0;
}
.reject-modal-content {
    width: 326px;
    padding: 43px 18px;
    max-width: 100%;
    text-align: center;
}
.single-bulk-upload-btn {
  flex-direction: column;
  gap: 10px;
}
.single-bulk-upload-btn .single-btn, .single-bulk-upload-btn .bulk-upload-btn.blue-border-btn {
  width: 100%;
  font-size: 14px;
}
.sidebar li {
    width: 100%;
}
.page-dashboard .orga-dashboard-sec .program-header h4.section-title {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
}
.add-organization-sec .mff-form-box small {
    font-size: 12px;
}
.mff-form-box h3 {
    margin: 0 0 5px;
    font-size: 18px;
}
    .sidebar ul:last-child li:last-child {
    margin-top: 0px !important;
}
.page-edit-profile main#inner-wrap .edit-profile-page {
    padding: 26px 0;
}
#frm_desc_field_hi9zl img {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
}
#frm_desc_field_hi9zl {
    margin-left: 0px;
    width: 60px;
    height: 60px;
    margin-top: 10px;
}
    #frm_field_47_container .frm_primary_label {
    width: 100% !important;
    max-width: 100%;
}
.program-table thead th:first-child {
    padding-left: 33px;
    min-width: 170px;
}
.close-popup, .btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.custom-tabs .tab-nav .site-container {
    flex-wrap: nowrap !important;
    flex-direction: row;
    overflow: scroll;
}

.custom-tabs .tab-nav li {
    padding: 13px 10px;
    min-width: 133px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0;
}

.custom-tabs .tab-nav li span {
    float: left;
    margin-left: 0;
    margin-top: 3px;
    font-size: 12px;
    padding: 0px 6px;
    width: auto;
    float: left;
}

.custom-tabs .tab-nav {
    margin-bottom: 20px;
}

.tab-content {
    width: 100%;
}

.admin-approval-sec .your-programs .attention-card {
    width: 48.5%;
    padding: 10px 10px;
    align-items: start;
}

.admin-approval-sec .your-programs .attention-card h2 {
    text-align: left;
    margin: 0;
}

.admin-approval-sec .your-programs .attention-card span {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.admin-approval-sec .your-programs .attention-card a {
    margin-top: 4px;
}

.oldest-items .responsive-table.padd-mobile {
    margin-top: 20px;
}

.admin-approval-sec .program-table tbody td span.program-tag {
    min-width: 85px;
}

.orga-dashboard-sec.admin-approval-sec .program-table tbody td:nth-child(2) {min-width: 150px;}

.orga-dashboard-sec.admin-approval-sec .program-table tbody td:first-child {
    min-width: auto !important;
}

.act-approve-btn, .reject-items {
    font-size: 13px;
}

.repots-sec {
    margin-top: 20px;
}

.repots-sec .your-programs {
    margin-top: 20px;
    flex-wrap: nowrap;
    margin-bottom: 0px;
}

.repots-sec .your-programs h2 {
    font-size: 20px;
}

.repots-sec .your-programs p {
    margin-bottom: 0;
}

.admin-approval-sec .your-programs .attention-card span {
    font-size: 13px;
}

.repots-sec .your-programs a {
    font-size: 12px !important;
    line-height: 20px;
}

.repots-sec .your-programs .attention-card {
    min-width: 200px;
}

.admin-approval-sec .your-programs {
    margin-top: 20px;
    margin-bottom: 10px;
}
.map-top-section .site-container {
    flex-direction: column;
}

.map-banner.program-details {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 0px;
}
.map-top-section aside.program-sidebar {
    width: 100%;
}

.program-top {
    flex-direction: column;
    margin-bottom: 0;
    gap: 10px;
}

.updates-wrapper {
    flex-direction: column;
}

.recent-updates a.btn-blue {
    width: 100%;
    font-size: 13px;
    padding: 0;
}

.section-header h2 {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 24px;
}

.recent-updates .section-header p {
    font-size: 14px;
}

.recent-updates .section-header {
    margin-bottom: 0;
}

.main-dashboard .head-sec .right-side-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.main-dashboard .your-programs {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 9px;
}
.orga-dashboard-sec .site-container {
    display: flex;
    align-items: self-start;
    flex-direction: column;
}


.orga-dashboard-sec .content {
    width: 100%;
    float: right;
    padding-left: 0;
}
.main-dashboard .head-sec {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

    .orga-dashboard-sec.main-dashboard .attention-card {
        width: 100%;
        padding: 10px;
    }

.main-dashboard-rigght .attention-card h6 {
    width: 100%;
}

.main-dashboard-rigght .button-sec {
    flex-direction: column;
    width: 100%;
}

.main-dashboard-rigght .button-sec button {
    width: 100%;
    text-align: center;
    font-size: 10px;
    justify-content: center;
}

.filter-sec-area {
    flex-wrap: wrap;
    height: auto;
    padding: 0 10px;
}

.filter-sec-area select {
    width: 100%;
}

.filter-sec-area .input-sec {
    display: flex;
    border: 0px solid #9F9F9F;
    width: 100%;
}

.filter-sec-area .input-sec input {
    border: 1px solid #9F9F9F;
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
}

.filter-sec-area button::before {
    display: none;
}
.your-programs .attention-card span {
    color: #000000;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    line-height: 16px;
}

.filter-sec-area button {
    font-size: 12px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #1BA6B3;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
    height: 40px;
}

.orga-dashboard-sec .content p {
    font-size: 12px;
    line-height: 18px;
}

.blocked-users-card .card-header h3 {
    flex-direction: column;
    align-items: self-start;
    font-size: 17px;
}

.blocked-users-card .card-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 13px;
}
.attention-card h2 {
    font-size: 31px;
    line-height: 45px;
    color: #11334C;
    margin-top: 0px;
}
.blocked-users-card .block-btn {
    padding: 7px 10px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.blocked-users-card .blocked-item {
    flex-direction: column;
}

.blocked-list {
    width: 100%;
}

.blocked-users-card .blocked-actions {
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: flex-start;
    gap: 9px;
    align-items: center;
}

.blocked-users-card .card-footer span {
    font-size: 12px;
}

.main-dashboard-rigght .item-content {
    flex-direction: column;
}

.main-dashboard-rigght .pending-card {
    flex-direction: column;
    padding: 17px;
}

.main-dashboard-rigght .btn-approve, .main-dashboard-rigght .btn-reject {
    font-size: 14px;
    padding: 5px 10px;
}

.main-dashboard-rigght .load-more-btn {
        font-size: 15px;
        padding: 8px 15px;
        width: 100%;
    }
.social-wrapper {
    margin-top: 25px;
    padding: 15px;
}

.social-top {
    flex-direction: column;
}

.social-wrapper .network-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.social-wrapper .network-card {
    width: 48%;
}

.orga-dashboard-sec.main-dashboard .your-programs .attention-card {
    width: 48.5%;
    padding: 20px 6px !important;
}

.social-content a {
    font-size: 14px;
}

aside.sidebar {
    flex-direction: column;
}

.main-dashboard .head-sec .right-side-btn select, .main-dashboard .head-sec .filter {
    font-size: 14px;
    padding: 7px 20px;
}

.main-dashboard p + ul {
    margin-top: 0;
    padding-top: 20px;
}



    .attention-card .icon {
  width: auto;
  text-align: center;
}
#calendar {
    padding: 20px;
}

.fc .fc-button {
    width: 30px;
    height: 30px;
}

.fc-view-harness.fc-view-harness-active {overflow: scroll;height: 500px !important;}

table.fc-scrollgrid.fc-scrollgrid-liquid {
    width: 630px;
    overflow: hidden;
}

table.fc-col-header, .fc-daygrid-body.fc-daygrid-body-unbalanced, table.fc-scrollgrid-sync-table {
    width: 630px !important;
}
.attention-card .icon + div {
  width: 100%;
}
.program-slider.without-slider {
    overflow: scroll;
}
.program-slider.without-slider .program-item {
    min-width: 240px;
}
.review-full {
    margin-bottom: 12px;
    margin-top: 12px;
}
.tab-faq-sec button.wp-block-button__link {
    font-size: 14px !important;
}
.open-popup {
  overflow-y: hidden !important;
}
.status.declined {
  font-size: 11px;
  padding: 2px 10px;
}
.open-popup {
  overflow-y: hidden;
}
.member-modal-content {
  max-width: 350px;
  padding: 20px;
}
.member-popup-wrapper h2 {
  font-size: 19px;
}
.member-popup-wrapper table {
  padding: 0px 10px;
  margin-bottom: 0;
}
.member-popup-wrapper table tr td, .member-popup-wrapper table tr th {
  font-size: 10px;
  padding: 5px 0;
}
.member-popup-wrapper table img {
  width: 80px !important;
}
.status.declined {
  font-size: 11px;
  padding: 2px 10px;
}
a.wp-block-button__link {
    font-size: 14px !important;
}
.tab-faq-sec .kt-inside-inner-col {
    flex-wrap: nowrap;
    overflow: scroll;
    align-items: self-start !IMPORTANT;
    justify-content: start !important;
}

.tab-faq-sec .kt-inside-inner-col .wp-block-buttons:first-child {
    min-width: 84px;
}

.tab-faq-sec .kt-inside-inner-col .wp-block-buttons:nth-child(2) {
    min-width: 170px;
}

.tab-faq-sec .kt-inside-inner-col .wp-block-buttons:nth-child(3), .tab-faq-sec .kt-inside-inner-col .wp-block-buttons:last-child {
    min-width: 211px;
}

.tab-faq-sec .kt-inside-inner-col .wp-block-buttons:nth-child(4) {
    min-width: 186px;
}

    input#faq-search {
        background-position: 2%;
        padding-right: 2px;
    }
    .kt-accordion-panel-inner p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.image-preview-item img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

div#image-preview-list {
    padding: 15px;
}
.image-preview-item {
    width: 90px;
}
    .min-section-contact .kt-inside-inner-col .wp-block-kadence-column.inner-column-4 {
    margin-bottom: 20px !important;
}
    .site-top-footer-inner-wrap {
    padding-top: 20px !important;
}
.responsive-table h4 {
    margin-bottom: 10px;
}
.single-program .program-table tbody td:nth-child(2), .single-program .program-table tbody td:nth-child(3) {
    min-width: auto;
}
.program-details-sec .happens-left span.icon-sec {
    width: 50px;
    height: 50px;
    padding: 6px;
}
.common-border-sec.comman-img-content img {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
}
.common-border-sec.comman-img-content {
    flex-direction: column;
}
.top-banner p br{
    display: none;
}
.about-we-serve .map-sec .four-box.about-page .kt-blocks-info-box-link-wrap {
    min-height: 339px ! IMPORTANT;
    align-items: center !important;
    padding: 15px !important;
}
.four-box p.kt-blocks-info-box-text {
    font-size: 14px !important;
}
.wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap {
    text-decoration: none !important;
    gap: 10px;
}
.with_frm_style .frm_submit.frm_flex {
    align-items: center;
    gap: 2%;
    justify-content: center;
}
.hero-inner span.tag {
    font-size: 14px;
}

.hero-image {
    text-align: center;
}

.hero-image button.map-btn {
    left: 0;
    right: 0;
    margin: auto;
}
.hero-inner span.tag {
    font-size: 14px;
}
    .event-info .info-item {
    font-size: 13px;
}
    .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 10px;
    padding: 1px 5px;
}

.show-more-even {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

    .show-more-even .left-more-even {
        width: 100%;
        gap: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

.show-more-even a.btn-light {
    width: 220px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}

.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
.left-side-sec .event-info {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}

    .divider {
        display: none;
    }
  .program-details-sec .site-container {
    flex-direction: column;
  }
.tow-column {
  flex-direction: column;
  gap: 10px;
}
.res-section {
  flex-direction: column;
  gap: 8px;
}
.right-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.org-row {
    flex-direction: column;
    align-items: self-start;
}

.mff-form-row textarea {
    width: 100% !important;
}

.page-template-add-event div#mff-location-wrapper .mff-location-item {
    width: 100%;
}

.optional-left {
    flex-direction: column;
    align-items: self-start;
    width: 70%;
}
button.mff-event-submit-btn, button.mff-cancel-btn {
    font-size: 14px;
    padding: 10px 10px;
}
.submission-program {
  font-size: 16px;
}
.organization-security .sidebar {
  flex-wrap: wrap;
}
.orga-dashboard-sec.edit-profile-page .sidebar li:last-child {
  border: 0px;
}
.organization-security .sidebar ul {
  justify-content: space-around;
  align-items: flex-start;
}
.organization-security .sidebar li {
  width: auto;
}
.top-banner.orga-dashboard .right-side-sec {
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.top-banner.org-sec-banner .right-side-sec #switch-organization {
  width: 300px;
  margin: auto;
  height: 44px;
}
.top-banner.org-sec-banner .right-side-sec .add-new {
  margin: auto;
  width: 300px;
}
.organization-security .profile-row {
  flex-direction: column;
}
.organization-security .profile-content {
  width: 100%;
}
.one-row {
  flex-direction: column;
  gap: 0;
}
.organization-security .field {
  margin-bottom: 20px;
}
.organization-security .responsive-table {
  padding: 20px;
}
.top-banner.program-details .site-container .right-side a {
    font-size: 14px;
}
.top-banner.program-details .site-container {
    flex-direction: column;
}

.top-banner.program-details .site-container .right-side {
    width: 100%;
    padding: 12px;
}
.top-banner .tags span {
    text-transform: capitalize;
    font-size: 10px;
}
.left-side-sec {
    width: 100%;
    
    padding-right: 0px;
    text-align: left;
    align-items: baseline;
}

nav.breadcrum-sec ul li, nav.breadcrum-sec ul a {
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

nav.breadcrum-sec ul {
    gap: 4px;
    align-items: center;
}

ul.program-details li {
    width: 100%;
}

ul.program-details {
    flex-direction: column;
    align-items: self-start;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tags {
    margin-bottom: 30px;
}

.left-side-program {
    width: 100%;
    padding: 0;
}

.program-details-sec {
    padding: 30px 0;
    padding-bottom: 0;
}

.program-details-sec .responsive-table {
    padding: 10px;
}

  .common-border-sec {
    padding: 10px;
    margin-bottom: 20px;
  }

.program-details-sec .direction-sec {
    flex-direction: column;
    gap: 13px;
    width: 100%;
}
.program-details-sec .happens-left {
    width: 100%;
}

.program-details-sec .happens-right .btn-light {
    font-size: 11px;
}

.program-details-sec .sidebar {
    width: 100%;
}

.program-details-sec .card {
    margin-bottom: 20px;
}

.sidebar a.btn-dark, .sidebar a.btn-light {
    font-size: 15px;
}

.program-details-sec .program h5, .program-details-sec .program p {
    font-size: 15px;
}

.program-details-sec .card {
    padding: 18px;
}

.program-details-sec .info-row span, .program-details-sec .info-row strong {
    font-size: 14px;
}

.program-details-sec > div > div.sidebar > div:nth-child(2) > div:nth-child(2), .program-details-sec > div > div.sidebar > div:nth-child(3) > div:nth-child(2) {
    margin-top: 15px !important;
    padding-top: 0;
}
.fot-mobile-btn > div {
  width: 70%;
  margin: auto !important;
}
.social-sec .kt-inside-inner-col {
    height: auto;
}
.social-sec {
    height: auto;
    display: inline-block !important;
}
  .page-template-dashboard .top-banner.orga-dashboard .right-side-sec {
    flex-direction: column;
    align-items: center;
}

.page-template-dashboard .top-banner.orga-dashboard .right-side-sec select {
    height: 42px;
    width: 300px;
}


.page-template-programs-list .program-list .program-item, .grid-list .program-item {
    width: 100%;
    padding: 0;
}
.top-banner.orga-dashboard .right-side-sec .add-new {

    width: 220px;
    padding: 0;
}
  .programs-section .head-btn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dark-blue {
    padding: 0 15px;
}
#frm_field_46_container div#frm_error_field_tqz0w {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}
  .rank-sec p {
  margin-bottom: 0 !important;
}
  .still-question p{
    text-align: center;
  }
  .kt-accordion-wrap .kt-accordion-inner-wrap .kt-accordion-pane {
  padding: 14px 13px;
}
    .home .hero {
  padding-bottom: 0;
}
.program-filter, .focus-area-section {
  padding-bottom: 20px;
}
.table-sec {
  margin-bottom: 20px;
}
.program-tag {
    font-size: 10px;
    padding: 2px 5px;
    min-width: 137px;
}
.hero-content h1 br{
display: none;
}
.programs-section .head-btn button.dark-blue {
font-size: 11px;
width: 160px;
padding-left: 10px;
padding-right: 10px;
}
.slick-next {
    right: -10px;
}

.slick-prev {
    left: -15px;
}

.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
  background: #fff !important;
  top: 45%;
}
.slick-prev, .slick-next {
    width: 35px;
    height: 35px;
    z-index: 10;
    border: 1px solid #f8f8f8;
}

.custom-arrow svg {
    width: 10px;
}
section.programs-section {
    padding: 20px 0;
}

.focus-grid {
    display: flex;
    overflow: scroll;
    gap: 10px;
}

.focus-grid .focus-card {
    padding: 17px;
    min-width: 280px;
}

.filter-wrapper {
    padding: 20px;
}

.filter-group label {
    margin-bottom: 3px;
}
  .organization-review-wrapper {
    padding: 30px 20px;
}

.main-sec-date {
    flex-direction: column;
}

.program-header {
    flex-direction: column;
    align-items: self-start;
}

.right-section {
    text-align: left;
    margin-top: 10px;
}

.program-card {
    padding: 10px;
}

span.org-name {
    font-size: 14px;
}

span.verified-badge {font-size: 11px;}

.main-sec-date {
    flex-direction: column;
}
.organization-review-card {
    padding: 20px;
}

.organization-review-card .head-sec h1 {
    width: 60%;
    text-align: left;
    word-break: keep-all;
    font-size: 22px;
    line-height: 23px;
}

.organization-logo {
    width: 70px;
    max-width: 70px;
    height: 70px;
    margin-bottom: 0;
}

.organization-logo img {
    width: 70px;
    height: 70px;
}

.organization-review-card .head-sec {
    gap: 10px;
    margin-bottom: 20px;
}

.review-actions {
    flex-direction: column;
    gap: 10px;
}

.review-actions button {
    height: 44px;
    padding: revert-layer;
    font-size: 14px;
}
  section.inner-sec-approvel .inner-sec-approvel{
    padding: 20px;
  }
.page-template-edit-program form#mff-program-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.edit-profile-page .form-sec .frm_form_field {
    flex-direction: column;
    justify-content: space-around;
    align-items: self-start;
}

.edit-profile-page .form-sec label small {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 12px;
}
.edit-profile-page .form-sec .form-field label {
  width: 100% !important;
  font-size: 14px;
}
    .delete-account-row {
        flex-direction: column;
        gap: 10px;
        align-items: self-start;
    }
.delete-account-row > div {
  width: 100%;
}
.edit-profile-page .form-sec {
  margin-bottom: 14px;
}
.notification-setting {
  margin-top: 20px;
  padding-bottom: 20px;
}
.organization-grid .organization-card {
  width: 100%;
  background: #EFEFEF;
  border-radius: 16px;
  overflow: hidden;
}
.organization-profile-popup {
  padding: 14px;
}
.detail-row {
  flex-direction: column;
}
.popup-actions #joinwithorg {
  font-size: 12px;

        line-height: 45px;
  padding: 0 16px;
}
#canelwithorg {
    padding: 0 20px;
    font-size: 12px;

        line-height: 45px;
}
.popup-actions {
  align-items: center;
  justify-content: center;
}
  .mff-field-wrap {
    flex: 1;
    width: 100%;
}
.middl-sec-top h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.top-banner p {
    font-size: 14px;
}

.top-banner.orga-dashboard .right-side-sec {
    width: 100% !IMPORTANT;
    justify-content: center;
    margin-top: 10px;
    gap: 7px !important;
}

.top-banner.orga-dashboard .right-side-sec select {
    font-size: 13px;
    padding-right: 37px;
    padding-left: 10px;
}

section.top-banner.orga-dashboard.choose-baner a.add-new {
    width: 100%;
    gap: 10px;
}
.top-banner.orga-dashboard .right-side-sec .add-new, .page-template-dashboard .top-banner.orga-dashboard .right-side-sec .join-org {
    font-size: 13px;
    width: 280px;
    margin: auto;
    height: 44px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.top-banner.orga-dashboard .right-side-sec .add-new svg {
    width: 15px;
}

.orga-dashboard-sec .sidebar {
    padding: 10px;
    width: 100%;
    position: relative;

        gap: 5px;
    margin-bottom: 20px;
    top: 0px;
        display: flex;
}

.sidebar li a, .sidebar li {
    /*font-size: 0;*/
    display: flex;
    /*width: 100%;*/
    padding-bottom: 0 !important;
    margin-bottom: 0;
    /*text-align: center;*/
    padding: 0;
    /*justify-content: center;*/
}

.sidebar li:last-child {
    margin-top: 1px;
    padding: 0;
    border-top: 0;
    border-left: 0px solid #D9D9D9;
     /*   padding-left: 10px !important;*/
}

.head-sec h2 {        word-break: break-word;}

.orga-dashboard-sec .site-container {
    gap: 0;
    flex-direction: column;
}

.orga-dashboard-sec .content .section-title {
    margin-top: 20px;
}

.orga-dashboard-sec .top-cards {
    display: flex;
    gap: 10px;
    overflow: scroll;
}

.pagination-area {
    padding: 3px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 18px;
}

.pagination .page-numbers {
    gap: 5px;
}

.pagination-area .pagination {
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.your-programs .attention-card .icon img {
    width: 32px;
}

.page-dashboard .orga-dashboard-sec .program-header {
    align-items: left;
    margin-top: 10px;
}

.orga-dashboard-sec .program-header a {
    font-size: 12px;
    width: auto;
    padding: 0 10px;
    height: 33px;
}
.responsive-table.padd-mobile {
  padding: 20px;
}
.org-filter {
  display: flex;
  align-content: center;
  gap: 0px;
  flex-direction: column;
}
.orga-dashboard-sec .top-cards .attention-card {
    min-width: 260px;
    align-items: self-start;
}

.orga-dashboard-sec .top-cards .attention-card h2 {
    text-align: left;
    margin-top: 0;
}

.status-row {
    font-size: 12px;
    gap: 14px;
    row-gap: 2px;
}
.edit-profile-page .head-sec {
  margin-bottom: 15px;
}

.orga-dashboard-sec .sidebar ul {
    display: flex;
    width: 100%;

        gap: 10px;
    flex-direction: column;
    align-items: self-start;
}
.edit-profile-page .form-sec {
  padding: 20px;
}
.pagination-area span {
    font-size: 12px;
}

.pagination-area .pagination ul li .page-numbers {
    width: 25px !important;
    height: 25px !important;
    font-size: 13px;
    min-width: 25px !important;
}

.pagination-area .pagination ul li a.next.page-numbers svg, .pagination-area .pagination ul li a.prev.page-numbers svg {
    width: 7px;
}
form#edit-program-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mff-form-box.evalution p {
    font-size: 14px;
}
.mff-form-box.categori h3 {
    margin-bottom: 8px;
}
.mff-draft-btn, .mff-submit-btn, #add-location, .remove-location {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mff-form-box.location .mff-location-item {
    flex-direction: column;
    gap: 0px;
}
      .mff-form-row {
      flex-direction: column;
      gap: 10px;
      }
      .mff-form-row label {
      width: 100%;
      }

.review-grid{
grid-template-columns:1fr;
}
.orga-dashboard-sec .content {
width: 100%;
float: right;
padding-left: 0;
}
  .top-banner.orga-dashboard .site-container {justify-content: center;flex-direction: column;}

.orga-dashboard-sec {
    padding: 30px 0;
}

.your-programs {
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    gap: 7px;
}

.orga-dashboard-sec .attention-card {
    width: 48.5%;
    padding: 10px 10px;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.attention-card h2 {
    font-size: 27px;
    text-align: center;
    line-height: 35px;
}

.your-programs .attention-card span {
    text-align: center;
    width: 100%;
    display: inline-block;
    min-height: 40px;
}

.icon img {
    width: 40px;
}

.program-filters {
    overflow: scroll;
    margin-bottom: 20px;
}

.program-filters a {
    padding: 2px 10px;
    font-size: 12px;
}

.responsive-table {
    padding: 20px;
    margin-bottom: 10px;
}
.scroll-table {
    overflow: scroll;
}
.program-table thead th:first-child, .program-table tbody td:first-child {
    padding-left: 10px;
}

.program-table thead th {
    font-size: 12px;
    line-height: 20px;
}

.program-table tbody td:first-child, .program-table tbody td {
    font-size: 12px;
}


button#load-more-programs {
    font-size: 11px;
}

.top-banner {
    padding: 30px 0;
    text-align: center;
}

.icon-camera svg {
    width: 22px;
}
section.page-main-sec {
    padding: 30px 0;
}

.organization-form-wrapper {
    margin-top: 0;
}

.mff-form-box {
    margin-bottom: 15px;
    padding: 18px;
}

.image-upload {
    gap: 4px;

        padding: 10px;
}

.image-upload .upload-btn {
    width: 172px;
    font-size: 14px;
}
.remove-program-logo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -1px;
    top: -2px;
}
.image-preview img {
    width: 100%;
    height: 50px;
}
.image-preview {
    width: 50px;
}
    .icon-camera {
        width: 39px;
        height: 39px;
    }
.mff-form-row.form-row.identity-sec {
    margin-top: 10px;
}

.mff-btn-wrap button.mff-submit-btn {
        min-width: 136px;
        font-size: 12px !important;
    }

.mff-form-row.form-row {
    gap: 10px;
}

.mff-form-row.form-row .mff-field-wrap {
    width: 100%;
}

.mff-btn-wrap {
    justify-content: center;
    gap: 9px;
}
.inner-side {
  padding: 20px;
}
    .acces-denied-page h2 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
.inner-side p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.acces-denied-page {
  padding: 30px 0;
}
.inner-side p {
  margin-top: 0;
}
  .acces-denied-page img {
  margin: auto;
  max-width: 140px;
}
	.footer-widget-area-inner.site-info-inner div#gallery-1 {
    margin-bottom: 0;
}

.site-top-footer-inner-wrap .widget {
    margin-bottom: 0;
}

.widget_pages a, .widget_nav_menu a {
    font-size: 12px;
}

.site-footer-section:first-child {
    padding-right: 0;
}

.form-gruop {
  line-height: 0;
  text-align: left;
}
footer p {
    font-size: 12px;
    line-height:20px;
}
.hero-content {
  flex: 1;
  text-align: center;
}
.hero-content .tag {
  margin: auto;
  float: none;
  max-width: 193px;
  font-size: 12px;
}
.hero-inner {
  flex-direction: column;
  padding: 0 0px;
}

.hero-image h2 {
    position: relative;
}
.result-sec {
  gap: 10px;
    align-content: center !important;
  justify-content: center;
  padding: 0;
}
.result-sec p {
  font-size: 10px !important;
      margin-bottom: 10px;
    font-weight: 500;
}

.result-sec p {
  font-size: 10px;
}
.search-box {
  margin-bottom: 20px;
  padding: 3px 20px;
  padding-right: 0px;
}
.search-box button {
  font-size: 0px;
  padding-left: 0;
  width: auto;
  padding-right: 20px;
}
.hero-image h6 {
  top: 40px;
  right: -90px;
  font-size: 13px;
}
.search-box button svg {
  width: 16px;
  height: 16px;
}
.search-box input {
  font-size: 13px;
}
.search-box label {
  font-size: 11px;
}
.hero-image h6 {
  font-size: 15px;
}
.hero-image {
  padding: 20px 10px;
  width: 100%;
}

.events-header {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
a.see-all {
  font-size: 14px;
}
.events-header h2, .events-header p {
  text-align: center;
}
.hero-image svg {
  max-width: 100%;
  height: auto;
}
.map-btn svg {
  width: auto;
  height: auto;
}
.hero-content h1 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.hero-content p {
  margin-bottom: 10px;
}
.events-section {
  padding: 30px 0px;
}
.events-grid {
  flex-wrap: nowrap;
  overflow: scroll;
  gap: 10px;
}
.hero {
  padding: 30px 0px;
}
.event-card {
  min-width: 300px;
  padding: 10px;
}
.btn-dark, .btn-light {
  font-size: 10px;
  padding: 0 8px;
}
.location, .event-meta span, .event-info h3 {
  font-size: 14px;
}
.event-info p {
  font-size: 12px;
}
  .four-box > .kt-inside-inner-col {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
    gap: 10px;
       justify-content: flex-start;
  }
  .map-sec .kt-blocks-info-box-link-wrap {
     padding-top: 20px;
    padding-bottom: 20px;
    min-height: 302px !important;
    align-items: start !important;
    flex-direction: column;
  }
.four-box .kt-inside-inner-col .wp-block-kadence-column {
  min-width: 300px;
}

.join-sec .kt-blocks-info-box-learnmore-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.join-sec .kt-blocks-info-box-learnmore-wrap .kt-blocks-info-box-learnmore {
  font-size: 11px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col a {
  flex-direction: column;
  align-items: self-start;
  padding: 0px 10px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .wp-block-kadence-column {
  margin-bottom: 0;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.home-form .frm_fields_container .frm_form_field {
  width: 100% !important;
  margin-bottom: 10px !important;
}
.home-form div#frm_field_74_container {
  flex-direction: column;
}
#cf-turnstile-fmdble-1891618305 {
  transform: scale(0.9);
  margin-left: -30px;
}
.site-top-footer-inner-wrap {
  row-gap: 20px;
}

/*login page */

.page-login .frm_forms {
  max-width: 100% !important;
  display: initial !important;
  float: left;
}
.page-login .entry.single-entry, .entry.single-entry {
  margin: 0;
}
.page-login .frm_forms {
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 10px;
}
.frm_form_field .frm_checkbox label {
  font-size: 12px;
}
.frm_form_field.form-field.login-password.frm_top_container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-paragraph {
  margin-bottom: 20px !important;
}
.terms-text {
  font-size: 12px;
  letter-spacing: 0;
}
.page-login .content-area {

  padding-top: 36px;
  padding-bottom: 35px;
 
}
form#form_user-registration .frm_form_fields {
  width: 100%;
  padding: 0 10px !important;
}
.middle-sec, div#frm_field_conf_38_container, .how-are-you, .bottm-sec, .policy-sec {
  padding-left: 20px;
  padding-right: 20px;
}
form#form_user-registration .form-field label.frm_primary_label {
  width: 100% !important;
  font-size: 14px;
}
.policy-sec {
  margin-top: 20px;
}
div#frm_field_conf_38_container {
  margin-bottom: 20px !important;
}
button.frm_button_submit.frm_final_submit, .frm_submit button.frm_button_submit.frm_cancel_button {
  font-size: 13px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.frm_submit {
  gap: 10px;
}
.content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
form#form_user-registration .frm_error_style {
  width: 94% !important;
  font-size: 12px;
}

.page-reset-your-password .content-area .entry-content-wrap p.send-link-sec {
  margin-bottom: 0 !important;
}
.content-style-boxed .content-bg:not(.loop-entry) {
  margin-left: 0;
  margin-right: 0;
}
.page-reset-your-password .content-area .entry-content-wrap .frm_style_formidable-style, .page-reset-your-password .content-area .entry-content-wrap p.send-link-sec {
  padding-left: 20px;
  padding-right: 20px;
}
.page-reset-your-password .content-area {
  padding: 40px 0;
}

.roster-table .name-sec-main {
    width: 190px;
    padding-left: 10px;
}

.roster-table .name-sec {
    width: 34px;
    height: 34px;
    font-size: 13px;
}

.roster-table .info-sec h6 {
    font-size: 14px;
}

.roster-table .info-sec p {
    font-size: 13px;
}

.roster-table .role-sec {
    font-size: 12px;
    padding: 1px 10px;
}

.roster-table tbody td {
    min-width: 110px;
}

.roster-table td.twofa-cell {
    min-width: 60px;
}

.roster-card .btn-light-border,
.auth-feed-card .btn-light-border {
    font-size: 13px;
    padding: 8px 16px;
}

.auth-feed-card .auth-feed li {
    gap: 12px;
    padding: 14px 0;
}

.auth-feed-card .auth-feed .auth-feed-message {
    font-size: 14px;
}

.auth-feed-card .auth-feed .auth-feed-meta {
    font-size: 13px;
}

}
@media (min-width: 768px) and (max-width: 990px){
  .your-programs.it-settting .attention-card {
    align-items: self-start;
}

.your-programs.it-settting span.green-ststus {
    width: auto;
    min-height: auto;
}

.your-programs.it-settting h2 {
    text-align: left;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.away-ststus {
    width: auto !important;
    min-height: auto !important;
}

.your-programs.it-settting h6 {
    font-size: 10px;
    gap: 3px;
}

.your-programs.it-settting h6 svg {
    width: 8px;
    height: 8px;
}



.main-dashboard.it-setting-dashboad .head-sec {
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    flex-direction: row;
    flex-wrap: inherit;
}

.main-dashboard.it-setting-dashboad .head-sec .right-side-btn {
    align-items: center;
    justify-content: center;
}

.main-dashboard.it-setting-dashboad .head-sec .left-side-info {
    text-align: left;
}

.main-dashboard.it-setting-dashboad .head-sec h2 {
    font-size: 23px;
}

.tabler-heade {
    align-items: center;
    flex-direction:column;
    justify-content: center;
}


button.btn-light-border {
    font-size: 13px;
}
.program-org {
    font-size: 12px;
}
.program-content h3 {
    font-size: 16px;
}
.orga-dashboard-sec .sidebar {
    width: 272px;
}
.program-content {
    padding: 10px;
}
.content.mff-org-list .inner-card div#org-list .program-item {
    width: 47%;
}
    .organization-security input, .organization-security textarea {
  font-size: 14px;
  line-height: 20px;
}
.organization-grid .organization-card figcaption {
    padding: 10px;
}
.-icon-sec-pdf {
    width: 100%;
}

.res-section .download-btn {
    width: auto;
    float: left;
    width: 100%;
}
    .page-template-coalition-invitations .coalition-invitation .right-sec-img a.add-new {
    width: auto;
}
    .page-template-coalition-invitations .coalition-invitation .right-sec-img {
    width: 100%;
    display: flex;
    flex-direction: row;
}
    .request-header {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}

.request-actions {
    flex-wrap: wrap;
    align-items: self-start;
    gap: 10px;
}

.request-actions .btn {
    padding: 0 20px !important;
    width: auto;
}
    .orga-dashboard-sec.main-dashboard.coalition-mangaing a.attention-card {
    width: 48% !important;
}

.coalition-mangaing .dashboard-grid {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.recent-activity {
    margin-bottom: 20px;
}
    .page-template-coalition-organizations .events-grid.listing-sec .event-card {
    width: 48%;
    padding: 8px 7px;
}

.page-template-coalition-organizations .events-grid.listing-sec .date-box {
    width: 25px;
    height: 25px;
    min-width: 25px;
}

.page-template-coalition-organizations .events-grid.listing-sec .event-top {
    gap: 10px;
}

.page-template-coalition-organizations .events-grid.listing-sec .location-sec ul li {
    font-size: 11px;
}

.page-template-coalition-organizations .events-grid.listing-sec .event-card p {
    font-size: 12px;
    line-height: 18px;
}

.page-template-coalition-organizations .coalition-add .btn-sec {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}
    .coalition-members-head {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}
.coalition-members-head.for-ca-pro-event .left-sec-img {
    width: 100%;
}

.for-ca-pro-event .right-sec-img {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.coal-program-events .program-table tbody td {
    width: 200px;
}

.coal-program-events .program-table tbody td.info-all {
    width: 280px;
}

.edit-profile-page .form-sec a.blue-border-btn, .blue-border-btn, .btn-dark {
    font-size: 13px !important;
}
.coalition-members-head .left-sec-img {
    width: 100%;
}

.right-sec-img {
    width: 100%;
}
    .searching-sec {
    flex-direction: column;
    align-items: self-start;
    gap: 12px;
}
.coalition-members-head h3 {
    font-size: 24px;
    margin-bottom: 4px;
}

    .orga-dashboard-sec .content p {
        font-size: 13px;
        line-height: 20px;
    }

.coalition-add ul#settingTabs li.nav-item button {
    font-size: 13px;
    padding: 2px 2px;
}

.coalition-add ul#settingTabs {
    gap: 5px;
}

.coalition-add .custom-card .d-flex {
    flex-direction: column;
    align-items: self-start;
}

.coalition-add .padding-sec .row {
    flex-direction: column;
}

.coalition-add .row.two-column .form-group-sec {
    width: 100%;
}

.dark-blue, button.blue-border-btn {
    font-size: 14px;
    padding: 0 20px;
}
.coalition-add .btn-sec {
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
}
.mff-single-tag, .tag {
    font-size: 12px;
}

.orga-dashboard-sec .content {
    width: 66%;
}


.coalition-members .table-border td {
    min-width: 140px;
}
.add-organization-sec .mff-form-box small {
    font-size: 12px;
}
.mff-form-box h3 {
    margin: 0 0 5px;
    font-size: 18px;
}
.page-template-list-contributor-org .top-banner.orga-dashboard .right-side-sec {
    width: 100%;
}
.orga-dashboard-sec.main-dashboard a.attention-card {
    width: 23% !important;
}

.orga-dashboard-sec.main-dashboard .your-programs {
    gap: 10px !important;
}
    .your-programs .attention-card {
  width: 48%;
}
.orga-dashboard-sec .content .your-programs, .your-programs {
  flex-wrap: wrap;
  gap: 18px;
}
.admin-approval-sec .your-programs {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
}

.admin-approval-sec .your-programs .attention-card {
    min-width: 290px;
}

.admin-approval-sec .your-programs .attention-card {
    padding: 20px 10px;
}

.repots-sec .your-programs a {
    font-size: 12px !important;
}

.repots-sec .your-programs {
    margin-bottom: 0;
    margin-top: 20px;
}

.admin-approval-sec .program-table tbody td span.program-tag {
    min-width: auto;
}

.act-approve-btn, .reject-items {
    font-size: 13px;
}


.orga-dashboard-sec.admin-approval-sec .program-table tbody td:nth-child(2) {min-width: 150px;}

.custom-tabs .tab-nav li {
    padding: 9px 10px;
    font-size: 12px;
}

.custom-tabs .tab-nav li span {
    margin-left: 6px;
    font-size: 12px;
    padding: 1px 6px;
}

.oldest-items .responsive-table.padd-mobile {
    margin-top: 20px;
}

.custom-tabs .tab-nav {
    margin-bottom: 30px;
}
.page-template-mapandata .left-side-sec {
    max-width: 100%;
    width: 100% !important;
}
.program-top {
    flex-direction: column;
}
    .main-dashboard .head-sec {
    flex-wrap: wrap;
    gap: 10px;
}

.filter-sec-area button {
    font-size: 10px;
}

.main-dashboard-rigght .button-sec {
    flex-wrap: wrap;
}

.blocked-users-card .card-header {
    flex-direction: column;
    align-items: self-start;
}

.blocked-users-card .card-header h3 {
    flex-wrap: wrap;
}

.blocked-users-card .blocked-item {
    flex-direction: column;
    align-items: self-start;
}

.main-dashboard-rigght .pending-card {
    flex-direction: column;
}

.social-wrapper .network-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

/*.main-dashboard-rigght  .your-programs {
    grid-template-columns: repeat(3, 1fr);
}*/
  .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.event-actions a.btn-light.add-calendar {
    width: 100%;
    gap: 4px;
}

.event-card {
    position: relative;
}

.event-actions a.btn-dark {
    width: 100%;
    gap: 4px;
}
.program-slider.without-slider .program-item {
    min-width: 240px;
}
.contact-page-main > .kt-inside-inner-col {
    height: 500px;
}
.footer-html-inner p, .site-bottom-footer-wrap p {
    font-size: 10px;
}

.site-bottom-footer-wrap {
    margin-top: 7px !important;
}
.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 10px;
    padding: 4px 5px;
    height: auto;
}

.show-more-even {
    padding: 10px;
    gap: 10px;
}

.show-more-even .left-more-even {
    width: auto;
    gap: 10px;
}

.show-more-even a.btn-light {
    width: 200px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}

.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
       .left-side-sec .event-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .divider {
        display: none;
    }
   .program-details-sec .site-container {
  display: inline-block;
}
.tow-column {
  flex-direction: column;
  gap: 10px;
}
.res-section {
  flex-direction: column;
  gap: 19px;
}
.right-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.left-more-even p {
    font-size: 12px;
    margin: 0;
}
nav.breadcrum-sec ul li, nav.breadcrum-sec ul a {
  font-size: 12px;
  line-height: 20px;
}
nav.breadcrum-sec ul {
  gap: 10px;
}
nav.breadcrum-sec ul li svg {
  top: 2px;
  position: relative;
}
.res-section {
  flex-direction: column;
  gap: 10px;
}
.program-details-sec .card {
  margin-bottom: 20px;
}
.program-details-sec .card {
  padding: 12px;
}
.common-border-sec {
  padding: 12px;
}
.btn-dark, .btn-light {
  font-size: 13px !important;
}
.page-template-event-detail ul.program-details li {
  width: 39%;
}
.page-template-event-detail ul.program-details {
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-event-detail ul.program-details li:nth-child(2) {
  width: 39%;
}
.page-template-event-detail ul.program-details li:last-child {
  width: 100%;
}
.top-banner .tags span {
  font-size: 12px;
}
    .optional-left {
    width: 80%;
}

.section-icon + div {
    width: 60%;
}
    .organization-security .profile-content {
  width: 100%;
}

.organization-security .profile-row {
  flex-direction: column;
}

.top-banner.orga-dashboard .right-side-sec .add-new, .top-banner.orga-dashboard .right-side-sec select {
  font-size: 13px;
}
.top-banner.orga-dashboard .right-side-sec {
  width: 100%;
  align-content: center;
  justify-content: center;
}
.one-row {
    gap: 0;
    flex-direction: column;
  }
.organization-security .field {
  margin-bottom: 10px;
}
.organization-security label {
  font-size: 12px;
}
    .top-banner.program-details .site-container .left-side-sec {
    text-align: left;
    width: 55%;
}
.sidebar a.btn-dark, .sidebar a.btn-light {
    font-size: 14px;
    gap: 10px;
}

.program-details-sec .direction-sec {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}

.program-details-sec .happens-left {
    width: 100%;
}
.top-banner.program-details .site-container .right-side {
    width: 44%;
    padding: 40px 20px;
}

ul.program-details li p {
    font-size: 11px;
    line-height: 17px;
}

ul.program-details li span.icon {
    width: 30px;
    height: 30px;
}

ul.program-details li span.icon svg {
    width: 11px;
}

.program-details-sec .sidebar {
          width: 39%;
}

.left-side-program {
    width: 61%;
    padding-right: 20px;
}

.host-details {
    width: 80%;
}
.focus-card {
  padding: 10px;
}
.focus-grid {
  gap: 10px;
}
.focus-card a.dark-blue {
  font-size: 9px;
  gap: 4px;
}
.focus-card a.dark-blue svg {
  width: 14px;
  height: 14px;
}
.slick-next {
  right: -10px;
}
.slick-prev {
  left: -10px;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
  background: #fff !important;
  top: 45%;
}
.slick-prev, .slick-next {
    width: 35px;
    height: 35px;
    z-index: 10;
    border: 1px solid #f8f8f8;
}

.custom-arrow svg {
    width: 10px;
}
.programs-section .head-btn button.dark-blue {
  font-size: 14px;
}
.tags span {
  font-size: 9px;
  padding: 1px 7px;
}
.program-tag {
  min-width: 123px;
  font-size: 11px;
  line-height: 12px;
  padding: 5px 12px;
}
.page-template-program .responsive-table {
  margin-bottom: 40px;
}
div#schedule-wrapper .mff-field-wrap {
    width: 52%;
}

#frm_field_47_container .frm_primary_label {
    width: 100% !important;
    max-width: 100%;
    left: 0 !important;
    margin-left: 0px !important;
}

.main-sec-date {
    flex-direction: column;
}
.edit-profile-page .form-sec .frm_form_field {
  flex-direction: column;
  justify-content: flex-start;
  align-items: self-start;
}
.edit-profile-page .form-sec .form-field label {
  width: 100% !important;
}
.delete-account-row {
  flex-direction: column;
  gap: 10px;
}
.delete-account-row > div {
  width: 100%;
}
.edit-profile-page .form-sec {
  margin-bottom: 14px;
}
.notification-setting {
  margin-top: 20px;
  padding-bottom: 20px;
}
.request-account-btn {
  width: auto;
  max-width: 200px;
}
  .edit-profile-page .form-sec .form-field label {
  width: 100% !important;
  padding: 10px 0;
}
  .organization-grid .organization-card {
  width: 47%;
}
.organization-grid .organization-card figcaption h3 {
  font-size: 20px;
}
.organization-grid .organization-card figure img {
  height: 190px;
  object-fit: cover;
}

  .top-banner.orga-dashboard .site-container {
    flex-direction: column;
    gap: 10px;
}

.top-banner.orga-dashboard .right-side-sec select {
    width: auto;
    padding-right: 40px;
}

.orga-dashboard-sec .sidebar {
    padding: 13px;
}

  .sidebar li a, .sidebar li {
    font-size: 14px;
    padding: 2px 0 !important;
  }
.orga-dashboard-sec .attention-card {
    gap: 10px;
}

.status-row {
    row-gap: 0;
    font-size: 13px;
}

/*.your-programs {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}*/

.orga-dashboard-sec .attention-card .icon + div {
    width: 70%;
}
.pagination-area span {
   
    font-size: 14px;
}
.your-programs .attention-card span {
    font-size: 12px;
    line-height: 17px;
}

.orga-dashboard-sec .top-cards {
    gap: 10px;
}

.orga-dashboard-sec .content {
    padding-left: 20px;
}

.page-dashboard .orga-dashboard-sec .program-header {
    margin-top: 30px;
}
.pagination-area {
    padding: 20px 14px;
}
  .orga-dashboard-sec .attention-card {
    padding: 10px;
    justify-content: flex-start;
}

.responsive-table {
    margin-bottom: 30px;
    padding: 14px;
}

.scroll-table {
    overflow: auto;
}

.program-table tbody td:first-child, .program-table thead th:first-child {
    padding-left: 10px;
}

.program-table tbody td, .program-table tbody td:first-child {
    padding: 10px;
    font-size: 13px;
}

.program-table thead th {
    font-size: 12px;
}

.attention-card h2 {
    font-size: 38px;
    line-height: 40px;
}
  .top-banner {
    padding: 30px 0;
    text-align: center;
}

.icon-camera svg {
    width: 30px;
}
section.page-main-sec {
    padding: 30px 0;
}

.organization-form-wrapper {
    margin-top: 0;
}

.mff-form-box {
    margin-bottom: 15px;
    padding: 18px;
}

.image-upload {
    gap: 10px;
}

.icon-camera {
    width: 49px;
    height: 49px;
}

.mff-form-row.form-row.identity-sec {
    margin-top: 10px;
}

.mff-form-row.form-row {
    gap: 10px;
}

.mff-form-row.form-row .mff-field-wrap {
    width: 100%;
}

.mff-btn-wrap {
    justify-content: center;
    gap: 9px;
}
.footer-widget-area-inner.site-info-inner div#gallery-1 {
    margin-bottom: 0;
}

.site-top-footer-inner-wrap .widget {
    margin-bottom: 0;
}

.widget_pages a, .widget_nav_menu a {
    font-size: 12px;
}

.site-footer-section:first-child {
    padding-right: 0;
}
footer p {
    font-size: 12px;
    line-height:20px;
}

.widget_pages a, .widget_nav_menu a {
    font-size: 12px;
}
footer p {
    font-size: 12px;
    line-height:20px;
}

.search-box button {
  font-size: 13px;
  padding-left: 10px;
}
.hero-content {
  width: 56%;
  flex: inherit;
}
.hero-image {
  width: 38%;
  flex: inherit;
}
.hero-image svg {
  width: 100%;
}
.map-btn {
  font-size: 12px;
  padding: 0 !important;
}
.map-btn svg {
  width: auto;
}
.result-sec {
  gap: 19px;
}
.four-box .kt-inside-inner-col .wp-block-kadence-column .kt-inside-inner-col a {
  flex-direction: column;
}
.events-header h2, .events-header p {
  text-align: center;
}
.map-sec .kt-blocks-info-box-link-wrap {

  min-height: 332px;
  align-items: start;
}
.event-actions {
  flex-direction: column;
}
.map-sec .kt-blocks-info-box-link-wrap {
  flex-direction: column;
  height: auto;
  gap: 10px;
  padding: 10px;
  min-height: 280px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col {
  padding: 30px 30px;
}
.join-sec .joinsec-cust-text {
  width: 100%;
  float: left;
}
.join-sec .kt-blocks-info-box-learnmore-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
}
  .home-form .frm_fields_container .frm_form_field {
    width: 48.3% !important;
  }

.events-grid {
  grid-template-columns: repeat(2,1fr);
  display: grid;
}
.event-card {
  width: 100%;
}
.four-box .kt-inside-inner-col .wp-block-kadence-column {
  width: 47%;
  margin-bottom: 0 !important;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col a {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.date-box strong {
  font-size: 9px;
}
.date-box {
  min-width: 53px;
  line-height: 20px;
  height: 40px;
  border-radius: 5px;
}

.event-info h3 {
  font-size: 14px;
}
.event-info p {
  font-size: 12px;
  line-height: 20px;
}
.location, .event-meta span {
  font-size: 14px;
}

.home-form .frm_fields_container label {
  font-size: 13px !important;
}
.main-section-join .kt-inside-inner-col {
  display: flex !important;
  flex-wrap: unset !important;
  flex-direction: row;
}

.four-box .kt-inside-inner-col {
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row;
  padding: 0 !important;
  gap: 20px;
  align-content: center;
  justify-content: center;
}
.map-sec {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0 !important;
}
.events-section {
  padding-bottom: 20px;
}
.map-sec .kt-blocks-info-box-link-wrap {
  min-height: 280px;
  padding: 20px;
}
.map-sec .kt-blocks-info-box-link-wrap p {
  min-height: auto !important;
}
.page-template-programs-list .program-list, .grid-list  {
    gap: 13px;
}
.page-template-dashboard .top-banner.orga-dashboard .right-side-sec {
    display: flex;
    gap: 6px;
    width: 100%;
    justify-content: center;
}

.social-wrapper .your-programs .attention-card {
    padding: 13px 13px;
    line-height: 20px;
}

.page-template-coalition-organizations .events-grid.listing-sec {
    display: flex;
}
}



@media (min-width:991px) and (max-width: 1024px){

.program-org {
    font-size: 12px;
}
.program-content h3 {
    font-size: 16px;
}
.orga-dashboard-sec .sidebar {
    width: 272px;
}
.program-content {
    padding: 10px;
}
.content.mff-org-list .inner-card div#org-list .program-item {
    width: 31%;
}
    .organization-security label {
  font-size: 12px;
}.organization-security .field {
  flex: 1;
  margin-bottom: 15px;
}
.one-row {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.one-row .field {
  margin-bottom: 0;
}
    .organization-security input, .organization-security textarea {
  font-size: 14px;
  line-height: 20px;
}
.coalition-members-head.for-ca-pro-event {
    align-items: self-start;
    flex-direction: column;
    gap: 10px;
}
    .page-template-coalition-invitations .coalition-invitation .right-sec-img {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.page-template-coalition-invitations .coalition-invitation .right-sec-img a.add-new {
    width: auto;
}
.request-header {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}

.request-actions {
    flex-wrap: wrap;
    align-items: self-start;
    gap: 10px;
}

.request-actions .btn {
    padding: 0 20px !important;
    width: auto;
}
.coalition-mangaing  .for-ca-pro-event .right-sec-img {
    width: 100%;
    justify-content: flex-start;
}

.recent-activity {
    margin-bottom: 20px;
}

.coalition-mangaing .quick-actions {
    padding: 29px 15px;
}

.coalition-mangaing .action-btn svg {
    width: 20px;
}
.page-template-coalition-organizations .events-grid.listing-sec {
    display: flex;
}
    .page-template-coalition-organizations .events-grid.listing-sec .event-card {
    width: 48%;
    padding: 8px 7px;
}

.page-template-coalition-organizations .events-grid.listing-sec .date-box {
    width: 25px;
    height: 25px;
    min-width: 25px;
}

.page-template-coalition-organizations .events-grid.listing-sec .event-top {
    gap: 10px;
}

.page-template-coalition-organizations .events-grid.listing-sec .location-sec ul li {
    font-size: 11px;
}

.page-template-coalition-organizations .events-grid.listing-sec .event-card p {
    font-size: 12px;
    line-height: 18px;
}

.page-template-coalition-organizations .coalition-add .btn-sec {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}
    .coalition-members-head {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}
.coalition-members-head.for-ca-pro-event .left-sec-img {
    width: 100%;
}
.coalition-members-head .left-sec-img {
    width: 100%;
}

.right-sec-img {
    width: 100%;
}
.coalition-members-head h3 {
    font-size: 24px;
    margin-bottom: 4px;
}

.orga-dashboard-sec .content p {
    font-size: 14px;
}

.coalition-add ul#settingTabs li.nav-item button {
    font-size: 13px;
    padding: 0px 2px;
}

.coalition-add ul#settingTabs {
    gap: 5px;
}

.coalition-add .custom-card .d-flex {
    flex-direction: column;
    align-items: self-start;
}

.coalition-add .padding-sec .row {
    flex-direction: column;
}

.coalition-add .row.two-column .form-group-sec {
    width: 100%;
}

.dark-blue, button.blue-border-btn {
    font-size: 14px;
    padding: 0 20px;
}
.coalition-add .btn-sec {
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
}
.searching-sec .btn-sec {
    padding: 0 11px;
    font-size: 13px;
}

.searching-sec input {
    width: 290px;
    font-size: 14px;
}

.btn-sec-right {
    gap: 5px;
}
    .orga-dashboard-sec.main-dashboard a.attention-card {
    width: 24% !important;
}
.page-template-list-contributor-org .top-banner.orga-dashboard .right-side-sec {
    width: 52%;
}
.social-wrapper .your-programs .attention-card {
    padding: 13px 13px;
    line-height: 20px;
}
.orga-dashboard-sec.main-dashboard .your-programs {
    gap: 10px !important;
}
    .page-template-dashboard .top-banner.orga-dashboard .right-side-sec {
  display: flex;
  gap: 6px;
  width: 49%;
  justify-content: flex-end;
}
    .admin-approval-sec .your-programs {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
}

.admin-approval-sec .your-programs .attention-card {
    min-width: 290px;
}

.admin-approval-sec .your-programs .attention-card {
    padding: 20px 10px;
}

.repots-sec .your-programs a {
    font-size: 12px !important;
}

.repots-sec .your-programs {
    margin-bottom: 0;
    margin-top: 20px;
}

.admin-approval-sec .program-table tbody td span.program-tag {
    min-width: auto;
}

.act-approve-btn, .reject-items {
    font-size: 13px;
}


.orga-dashboard-sec.admin-approval-sec .program-table tbody td:nth-child(2) {min-width: 150px;}

.custom-tabs .tab-nav li {
    padding: 9px 10px;
    font-size: 12px;
}

.custom-tabs .tab-nav li span {
    margin-left: 6px;
    font-size: 12px;
    padding: 1px 6px;
}

.oldest-items .responsive-table.padd-mobile {
    margin-top: 20px;
}

.custom-tabs .tab-nav {
    margin-bottom: 30px;
}
    .main-dashboard .head-sec {
    flex-wrap: wrap;
    gap: 10px;
}

.filter-sec-area button {
    font-size: 10px;
}

.main-dashboard-rigght .button-sec {
    flex-wrap: wrap;
}

.blocked-users-card .card-header {
    flex-direction: column;
    align-items: self-start;
}

.blocked-users-card .card-header h3 {
    flex-wrap: wrap;
}

.blocked-users-card .blocked-item {
    flex-direction: column;
    align-items: self-start;
}

.main-dashboard-rigght .pending-card {
    flex-direction: column;
}

.social-wrapper .network-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

/*.main-dashboard-rigght  .your-programs {
    grid-template-columns: repeat(3, 1fr);
}*/
  .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}
    .event-actions a.btn-light.add-calendar {
        width: 100% !important;
        gap: 4px;
    }

.event-actions a.btn-dark {
    width: 100%;
    gap: 4px;
}
.event-actions {
    flex-direction: column;
}
.event-card {
    position: relative;
}

.event-top {
    align-items: self-start;
}
.social-sec {
  /*height: 690px;*/
  display: inline-block !important;
}
.contact-page-main > .kt-inside-inner-col {
    height: 470px;
}
      .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 10px;
    padding: 4px 5px;
    height: auto;
}

.show-more-even {
    padding: 10px;
    gap: 10px;
}

.show-more-even .left-more-even {
    width: auto;
    gap: 10px;
}

.show-more-even a.btn-light {
    width: 200px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}

.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
        .left-side-sec .event-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .divider {
        display: none;
    }
   .program-details-sec .site-container {
  display: inline-block;
}
.tow-column {
  flex-direction: column;
  gap: 10px;
}
.res-section {
  flex-direction: column;
  gap: 19px;
}
.right-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.left-more-even p {
    font-size: 12px;
    margin: 0;
}
nav.breadcrum-sec ul li, nav.breadcrum-sec ul a {
  font-size: 12px;
  line-height: 20px;
}
nav.breadcrum-sec ul {
  gap: 10px;
}
nav.breadcrum-sec ul li svg {
  top: 2px;
  position: relative;
}
    .res-section {
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
    }
.program-details-sec .card {
  margin-bottom: 20px;
}
.program-details-sec .card {
  padding: 12px;
}
.common-border-sec {
  padding: 12px;
}
.btn-dark, .btn-light {
  font-size: 13px !important;
}
.page-template-event-detail ul.program-details li {
  width: 39%;
}
.page-template-event-detail ul.program-details {
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-event-detail ul.program-details li:nth-child(2) {
  width: 39%;
}
.page-template-event-detail ul.program-details li:last-child {
  width: 100%;
}
.top-banner .tags span {
  font-size: 12px;
}
.optional-left {
    width: 80%;
}

.section-icon + div {
    width: 60%;
}
.top-banner.orga-dashboard .right-side-sec {
  width: 60%;
  flex-wrap: wrap;
  gap: 10px;

}
.top-banner.orga-dashboard .right-side-sec select {
  font-size: 14px;
  width: 320px;
}
  .top-banner.orga-dashboard .right-side-sec .add-new {
    font-size: 12px;
    padding: 0 11px;
    height: 40px;
  }
.top-banner.program-details .site-container .left-side-sec {
    text-align: left;
    width: 55%;
}

.top-banner.program-details .site-container .right-side {
    width: 44%;
    padding: 40px 20px;
}

ul.program-details li p {
    font-size: 11px;
    line-height: 17px;
}

ul.program-details li span.icon {
    width: 30px;
    height: 30px;
}

ul.program-details li span.icon svg {
    width: 11px;
}

    .program-details-sec .sidebar {
        width: 34%;
    }
.left-side-program {
    width: 65%;
    padding-right: 20px;
}

.host-details {
    width: 80%;
}
.page-template-programs-list .program-list, .grid-list {
 
    gap: 19px;
}
.about-we-serve .kt-inside-inner-col {
  padding-left: 0;
}
.four-box.about-page .kt-inside-inner-col .wp-block-kadence-column p {
  font-size: 14px;
  line-height: 20px;
}
.four-box.about-page .kt-inside-inner-col .wp-block-kadence-column {
  min-width: 240px;
  flex: initial !important;
  width: 24% !important;
  min-width: 24% !important;
}
.focus-card {
  padding: 10px;
}
.focus-grid {
  gap: 10px;
}
.focus-card a.dark-blue {
  font-size: 9px;
  gap: 4px;
}
.focus-card a.dark-blue svg {
  width: 14px;
  height: 14px;
}
.slick-next {
  right: -10px;
}
.slick-prev {
  left: -10px;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
  background: #fff !important;
  top: 45%;
}
.slick-prev, .slick-next {
    width: 35px;
    height: 35px;
    z-index: 10;
    border: 1px solid #f8f8f8;
}

.custom-arrow svg {
    width: 10px;
}
.programs-section .head-btn button.dark-blue {
  font-size: 14px;
}
.tags span {
  font-size: 9px;
  padding: 1px 7px;
}
.program-tag {
  min-width: 100px;
  font-size: 11px;
  line-height: 12px;
  padding: 5px 12px;
}
.page-template-program .responsive-table {
  margin-bottom: 40px;
}
div#schedule-wrapper .mff-field-wrap {
    width: 52%;
}
.main-sec-date {
    flex-wrap: wrap;
}
.edit-profile-page .form-sec .frm_form_field {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
.edit-profile-page .form-sec .form-field label {
  width: 100% !important;
}
.delete-account-row {
  flex-direction: column;
  gap: 10px;
}
.delete-account-row > div {
  width: 100%;
}
.edit-profile-page .form-sec {
  margin-bottom: 14px;
}
.notification-setting {
  margin-top: 20px;
  padding-bottom: 20px;
}
.request-account-btn {
  width: auto;
  max-width: 200px;
}
  .sidebar li:first-child {
  padding-bottom: 0;
}
  .orga-dashboard-sec .sidebar {
    width: 270px;
    padding: 13px;
  }
  .sidebar li a {
  font-size: 14px;
  padding: 3px 0;
}
.orga-dashboard-sec .content {
  width: 72%;
  float: right;
  padding-left: 30px;
}
 .organization-grid .organization-card {
    width: 48%;
  }
.organization-grid .organization-card figcaption h3 {
  font-size: 20px;
}
.organization-grid .organization-card figure img {
  height: 190px;
  object-fit: cover;
}

.pagination-area {
    padding: 13px;
}

.pagination-area span {
    font-size: 13px;
}
.orga-dashboard-sec .top-cards .attention-card {
  width: 100%;
}
.top-banner {
    padding: 50px 0;
}
  .orga-dashboard-sec .attention-card {
    padding: 10px;
    justify-content: flex-start;
    width: 24%;
  }
.your-programs {
  display: flex;
  gap: 10px;
}
.responsive-table {
    margin-bottom: 30px;
    padding: 14px;
}

.scroll-table {
    overflow: auto;
}

.program-table tbody td:first-child, .program-table thead th:first-child {
    padding-left: 10px;
}

.program-table tbody td, .program-table tbody td:first-child {
    padding: 10px;
    font-size: 13px;
}

.program-table thead th {
    font-size: 12px;
}

.attention-card h2 {
    font-size: 38px;
    line-height: 40px;
}
.widget_pages a, .widget_nav_menu a {
    font-size: 12px;
}
footer p {
    font-size: 12px;
    line-height:20px;
}

.search-box button {
  font-size: 13px;
  padding-left: 10px;
}
.hero-content {
  width: 56%;
  flex: inherit;
}
.hero-image {
  width: 38%;
  flex: inherit;
}
.hero-image svg {
  width: 100%;
}
.map-btn {
  font-size: 12px;
  padding: 0 !important;
}
.map-btn svg {
  width: auto;
}
.result-sec {
  gap: 19px;
}
/*
.event-actions {
flex-direction: column;
position: absolute;
bottom: 20px;
padding: 0 16px;
left: 0;
right: 0;
margin: auto;
}*/
.map-sec .kt-blocks-info-box-link-wrap {
  flex-direction: column;
  height: 370px;
  gap: 10px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col {
  padding: 30px 10px;
}
.join-sec .joinsec-cust-text {
  width: 100%;
  float: left;
}
.join-sec .kt-blocks-info-box-learnmore-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
}
.home-form .frm_fields_container .frm_form_field {
  width: 23.2% !important;
}
.date-box strong {
  font-size: 9px;
}
.date-box {
  min-width: 53px;
  line-height: 20px;
  height: 40px;
  border-radius: 5px;
}

.event-info h3 {
  font-size: 14px;
}
.event-info p {
  font-size: 12px;
  line-height: 20px;
}
.location, .event-meta span {
  font-size: 14px;
}
.home-form .frm_fields_container label {
  font-size: 13px !important;
}
.main-section-join .kt-inside-inner-col {
  display: flex !important;
  flex-wrap: unset !important;
  flex-direction: row;
}

.four-box .kt-inside-inner-col {
  display: flex;
  flex-wrap: unset !important;
  flex-direction: row;
  padding: 0 !important;
  gap: 20px;
}
.map-sec {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0 !important;
}
.events-section {
  padding-bottom: 20px;
}
    .orga-dashboard-sec .content p {
        font-size: 13px;
        line-height: 20px;
    }
	}
@media (min-width: 1025px) and (max-width: 1199px){
        .orga-dashboard-sec .content p {
        font-size: 13px;
        line-height: 20px;
    }
.program-org {
    font-size: 12px;
}
.program-content h3 {
    font-size: 16px;
}
.orga-dashboard-sec .sidebar {
    width: 272px;
}
.program-content {
    padding: 10px;
}
.content.mff-org-list .inner-card div#org-list .program-item {
    width: 31%;
}
        .organization-security label {
  font-size: 12px;
}

    .organization-security input, .organization-security textarea {
  font-size: 14px;
  line-height: 20px;
}
.coalition-members-head.for-ca-pro-event {
    align-items: self-start;
    flex-direction: column;
    gap: 10px;
}
    .mff-single-tag, .tag {
    font-size: 10px;
}
    .events-grid.listing-sec .location-sec ul {
  gap: 7px;
}
.events-grid.listing-sec .location-sec ul li {
    font-size: 12px;

}
.coalition-mangaing  .for-ca-pro-event .right-sec-img {
    width: 100%;
    justify-content: flex-start;
}

.coalition-mangaing  .coalition-members-head.for-ca-pro-event .left-sec-img {
    width: 100%;
}

.recent-activity {
    margin-bottom: 20px;
}

.coalition-mangaing .quick-actions {
    padding: 29px 15px;
}

.coalition-mangaing .action-btn svg {
    width: 20px;
}
.events-grid.listing-sec .event-card {
    width: 48.7%;
    padding: 20px 20px;
}
    .coalition-add ul#settingTabs li.nav-item button {
    font-size: 14px;
    padding: 5px 8px;
}

.coalition-add .custom-card a.btn.blue-border-btn {
    padding: 0 10px;
}
    .admin-approval-sec .your-programs {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
}

.searching-sec .btn-sec {
    padding: 0 10px;
    font-size: 14px;
}

.searching-sec input {
    width: 290px;
    font-size: 14px;
}

.btn-sec-right {
    gap: 5px;
}
h1 {
    font-size: 35px;
}
.admin-approval-sec .your-programs .attention-card {
    min-width: 290px;
}

.admin-approval-sec .your-programs .attention-card {
    padding: 20px 10px;
}

.repots-sec .your-programs a {
    font-size: 12px !important;
}

.repots-sec .your-programs {
    margin-bottom: 0;
    margin-top: 20px;
}

.admin-approval-sec .program-table tbody td span.program-tag {
    min-width: auto;
}

.act-approve-btn, .reject-items {
    font-size: 13px;
}


.orga-dashboard-sec.admin-approval-sec .program-table tbody td:nth-child(2) {min-width: 150px;}

.custom-tabs .tab-nav li {
    padding: 9px 10px;
    font-size: 12px;
}

.custom-tabs .tab-nav li span {
    margin-left: 6px;
    font-size: 12px;
    padding: 1px 6px;
}

.oldest-items .responsive-table.padd-mobile {
    margin-top: 20px;
}

.custom-tabs .tab-nav {
    margin-bottom: 30px;
}
.main-dashboard .head-sec {
    flex-wrap: wrap;
    gap: 10px;
}

.filter-sec-area button {
    font-size: 10px;
}

.main-dashboard-rigght .button-sec {
    flex-wrap: wrap;
}

.blocked-users-card .card-header {
    flex-direction: column;
    align-items: self-start;
}

.blocked-users-card .card-header h3 {
    flex-wrap: wrap;
}

.blocked-users-card .blocked-item {
    flex-direction: column;
    align-items: self-start;
}

.main-dashboard-rigght .pending-card {
    flex-direction: column;
}


.event-actions a.btn-dark, .event-actions a.btn-light.add-calendar {
    width: 100% !important;
    gap: 4px;
    min-width: 100%;
}
    .event-top {
    align-items: self-start;
}
.social-sec {
  /*height: 735px;*/
  display: inline-block !important;
}
.app-sec .kt-inside-inner-col p.wp-block-paragraph {
  width: 100%;
  font-size: 14px;
}
.contact-page-main > .kt-inside-inner-col {
    height: 490px;
}

      .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 10px;
    padding: 4px 5px;
    height: auto;
}

.show-more-even {
    padding: 10px;
    gap: 10px;
}

.show-more-even .left-more-even {
    width: auto;
    gap: 10px;
}

.show-more-even a.btn-light {
    width: 200px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}

.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
       .left-side-sec .event-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .optional-left {
    width: 80%;
}

.section-icon + div {
    width: 60%;
}
    .left-side-sec {
    width: 60%;
    padding-right: 20px;
}
.top-banner.orga-dashboard .right-side-sec {
  width: 60%;
  flex-wrap: wrap;
  gap: 10px;
}
.top-banner.orga-dashboard .right-side-sec select {
  font-size: 14px;
  width: 306px;
}
.top-banner.orga-dashboard .right-side-sec .add-new {

        padding: 10px;
        font-size: 14px;
}
ul.program-details li p {
    font-size: 12px;
    line-height: 20px;
}

.top-banner p {
    font-size: 14px;
}

.left-side-program {
    width: 65%;
}

.program-details-sec .sidebar {
    width: 35%;
}
  div#schedule-wrapper .mff-field-wrap {
    width: 52%;
}
.four-box.about-page .kt-inside-inner-col .wp-block-kadence-column p {
  font-size: 14px;
  line-height: 20px;
}
.four-box.about-page .kt-inside-inner-col .wp-block-kadence-column {
  min-width: 240px;
  flex: initial !important;
  width: 23% !important;
  min-width: 23% !important;
}
.focus-card {
  padding: 10px;
}
.focus-grid {
  gap: 10px;
}
.focus-card a.dark-blue {
  font-size: 12px;
  gap: 4px;
}
.focus-card a.dark-blue svg {
  width: 17px;
}
.slick-next {
  right: -10px;
}
.slick-prev {
  left: -10px;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
  background: #fff !important;
  top: 45%;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 1px solid #f8f8f8;
}

.custom-arrow svg {
    width: 10px;
}
.programs-section .head-btn button.dark-blue {
  font-size: 14px;
}
.tags span {
  font-size: 9px;
  padding: 1px 7px;
}
.program-tag {
  min-width: 123px;
  font-size: 11px;
  line-height: 12px;
  padding: 5px 12px;
}
.page-template-program .responsive-table {
  margin-bottom: 40px;
}
.main-sec-date {
    flex-wrap: wrap;
}
  .request-account-btn {
  width: 252px;
  height: 45px;
}
  .program-table tbody td:first-child, .program-table thead th:first-child {
    padding-left: 20px;
}
.orga-dashboard-sec .attention-card {
    padding: 10px;
}

.orga-dashboard-sec .content {
    width: 79%;
    float: right;
    padding-left: 30px;
}
.status-row {
    font-size: 14px;
    row-gap: 0;
}
.program-table tbody td {
    padding: 10px;
    font-size: 14px;
    min-width: 120px;
}

.program-table thead th {
    font-size: 12px;
    line-height: 20px;
}

.program-table tbody td:first-child {
    font-size: 14px;
    min-width: 160px;
}

.scroll-table {
    overflow: scroll;
}
  .orga-dashboard-sec .sidebar {
    width: 258px;
    padding: 18px;
  }

 .sidebar li a, .sidebar li {
    padding: 2px 0 !important;
    font-size: 13px;
  }
.organization-grid {
  gap: 14px;
}
.organization-grid .organization-card {
  width: 32%;
}

.pagination-area {
    padding: 13px;
}

.pagination-area span {
    font-size: 13px;
}

.top-banner {
    padding: 50px 0;
}
#main-header a.button.header-button {
padding: 10px;
font-size: 13px;
display: flex;
align-items: center;
}

#main-header a.button.header-button2 {
    padding: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull>.wp-block-cover__inner-container, .alignwide>.wp-block-cover__inner-container {
    padding-left: 30px;
    padding-right: 30px;
}

.header-menu-container ul.menu li {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

ul#primary-menu a {
    font-size: 16px;
}

.site-branding a.brand img.svg-logo-image {
    width: 120px;
}

.widget_pages a, .widget_nav_menu a {
    font-size: 12px;
}
footer p {
    font-size: 12px;
    line-height:20px;
}


.search-box button {
  font-size: 14px;
  padding-left: 10px;
}
.hero-content {
  width: 56%;
  flex: inherit;
}
.hero-image {
  width: 38%;
  flex: inherit;
}
.hero-image svg {
  width: 100%;
}
.map-btn {
  font-size: 12px;
  padding: 0 !important;
}
.map-btn svg {
  width: auto;
}
.result-sec {
  gap: 19px;
}

.event-card {
    position: relative;
    padding-bottom: 110px;
}
.event-actions {
flex-direction: column;
position: absolute;
bottom: 20px;
padding: 0 16px;
left: 0;
right: 0;
margin: auto;
}
.map-sec .kt-blocks-info-box-link-wrap {
  flex-direction: column;
  height: 370px;
  gap: 10px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col {
  padding: 30px 10px;
}
.join-sec .joinsec-cust-text {
  width: 100%;
  float: left;
}
.join-sec .kt-blocks-info-box-learnmore-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
}
.home-form .frm_fields_container .frm_form_field {
  width: 23.3% !important;
}
.date-box strong {
  font-size: 9px;
}
.date-box {
  min-width: 53px;
  line-height: 20px;
  height: 40px;
  border-radius: 5px;
}

.event-info h3 {
  font-size: 14px;
}
.event-info p {
  font-size: 12px;
  line-height: 20px;
}
.location, .event-meta span {
  font-size: 14px;
}
.home-form .frm_fields_container label {
  font-size: 13px !important;
}

.page-template-programs-list .program-list, .grid-list  {
    gap: 19px;
}

.page-template-list-contributor-org .top-banner.orga-dashboard .right-side-sec {
    width: 55%;
}
.events-grid.listing-sec .location-sec ul li {
    font-size: 12px;
}
}

@media (min-width: 1200px) and (max-width: 1299px){

.content.mff-org-list .inner-card div#org-list {
    margin-top: 30px;
    gap: 16px;
}
    .organization-security input, .organization-security textarea {
  font-size: 14px;
  line-height: 20px;
}
.events-grid.listing-sec .location-sec ul li {
    font-size: 12px;
}
.coalition-mangaing .coalition-members-head.for-ca-pro-event {
    align-items: self-start;
    flex-direction: column;
    gap: 10px;
}
.coalition-mangaing .for-ca-pro-event .right-sec-img {
    width: 100%;
    justify-content: flex-start;
}

.coalition-mangaing .coalition-members-head.for-ca-pro-event .left-sec-img {
    width: 100%;
}
    .events-grid.listing-sec {
    flex-wrap: wrap;
    gap: 14px;
}
.coalition-add ul#settingTabs li.nav-item button {
    font-size: 14px;
    padding: 5px 8px;
}

.coalition-add .custom-card a.btn.blue-border-btn {
    padding: 0 10px;
}
.searching-sec .btn-sec {
    padding: 0 10px;
    font-size: 14px;
}

.searching-sec input {
    width: 360px;
}
    .page-template-list-contributor-org .top-banner.orga-dashboard .right-side-sec {
    width: 52%;
}
    .admin-approval-sec .program-table tbody td span.program-tag {
    padding: 5px 16px;
    font-size: 12px;
    line-height: 14px;
}

.orga-dashboard-sec.admin-approval-sec .program-table thead th:first-child {
    min-width: 160px;
}

.admin-approval-sec .your-programs .attention-card {
    padding: 20px;
}

.repots-sec .your-programs a {
    font-size: 11px !important;
}

.repots-sec .your-programs .attention-card span {
    font-size: 14px;
    line-height: 19px;
}

.repots-sec .your-programs h2 {
    font-size: 25px;
    line-height: 30px !important;
}

.repots-sec .your-programs p {
    font-size: 12px;
    line-height: 20px;
}

.your-programs .attention-card span, .admin-approval-sec .your-programs .attention-card span {
    font-size: 14px;
    line-height: 20px;
}

.main-dashboard .head-sec {
    flex-wrap: wrap;
    gap: 10px;
}

.filter-sec-area button {
    font-size: 10px;
}

.main-dashboard-rigght .button-sec {
    flex-wrap: wrap;
}

.blocked-users-card .card-header {
    flex-direction: column;
    align-items: self-start;
}

.blocked-users-card .card-header h3 {
    flex-wrap: wrap;
}

.event-actions a.btn-dark, .event-actions a.btn-light.add-calendar {
    width: 100% !important;
    gap: 4px;
    min-width: 100%;
}
.app-sec .kt-inside-inner-col p.wp-block-paragraph {
  width: 100%;
  font-size: 16px;
}
.contact-page-main > .kt-inside-inner-col {
    height: 480px;
}
    .optional-left {
    width: 80%;
}
  .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 10px;
    padding: 4px 5px;
    height: auto;
}

.show-more-even {
    padding: 10px;
    gap: 10px;
}

.show-more-even .left-more-even {
    width: auto;
    gap: 10px;
}

.show-more-even a.btn-light {
    width: 200px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}

.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
        .left-side-sec .event-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
.section-icon + div {
    width: 60%;
}
    .top-banner.orga-dashboard .right-side-sec {
  width: 60%;
  flex-wrap: wrap;
  gap: 10px;

}
.top-banner.orga-dashboard .right-side-sec select {
  font-size: 14px;
  width: 306px;
}
.top-banner.orga-dashboard .right-side-sec .add-new {
  font-size: 14px;
}
    .left-side-sec {
    width: 60%;
    padding-right: 20px;
}

ul.program-details li p {
    font-size: 12px;
    line-height: 20px;
}

.top-banner p {
    font-size: 14px;
}

.left-side-program {
    width: 65%;
}

.program-details-sec .sidebar {
    width: 35%;
}
  div#schedule-wrapper .mff-field-wrap {
    width: 52%;
}
.focus-card {
  padding: 10px;
}
.focus-grid {
  gap: 10px;
}
.focus-card a.dark-blue {
  font-size: 14px;
  gap: 11px;
}
.focus-card a.dark-blue svg {
  width: 17px;
}
.slick-next {
  right: -10px;
}
.slick-prev {
  left: -10px;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
  background: #fff !important;
  top: 45%;
}
.programs-section .head-btn button.dark-blue {
  font-size: 14px;
}
.tags span {
  font-size: 11px;
  padding: 1px 7px;
}
.program-tag {
  font-size: 12px;
}
.main-sec-date {
    flex-wrap: wrap;
}
  .request-account-btn {
  width: 252px;
  height: 45px;
}
  .orga-dashboard-sec .sidebar {
  width: 270px;
}
.orga-dashboard-sec .content {
  width: 80%;
}
.organization-grid .organization-card {
  width: 32%;
}
.organization-grid {
  gap: 16px;
}
  .program-table tbody td:first-child, .program-table thead th:first-child {
    padding-left: 20px;
}

.program-table tbody td {
    padding: 10px;
    font-size: 14px;
    min-width: 120px;
}

.program-table thead th {
    font-size: 12px;
    line-height: 20px;
}

.program-table tbody td:first-child {
    font-size: 14px;
    min-width: 160px;
}

.scroll-table {
    overflow: scroll;
}

.pagination-area{
  padding: 20px;
}
#main-header a.button.header-button {
    padding: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#main-header a.button.header-button2 {
    padding: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull>.wp-block-cover__inner-container, .alignwide>.wp-block-cover__inner-container {
    padding-left: 30px;
    padding-right: 30px;
}

.header-menu-container ul.menu li {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

ul#primary-menu a {
    font-size: 16px;
}

.site-branding a.brand img.svg-logo-image {
    width: 130px;
}
.result-sec {
  gap: 20px;
}
.search-box button {
  font-size: 14px;
}
.event-card {
    position: relative;
    padding-bottom: 110px;
}
.event-actions {
flex-direction: column;
position: absolute;
bottom: 20px;
padding: 0 16px;
left: 0;
right: 0;
margin: auto;
}
.map-sec .kt-blocks-info-box-link-wrap {
  flex-direction: column;
  height: 370px;
  gap: 10px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col {
  padding: 30px 10px;
}
.join-sec .joinsec-cust-text {
  width: 100%;
  float: left;
}
.join-sec .kt-blocks-info-box-learnmore-wrap {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
}
.home-form .frm_fields_container .frm_form_field {
  width: 23.4% !important;
}
  .page-template-programs-list .program-list, .grid-list {
    gap: 22px;
}

.searching-sec .btn-sec {
    padding: 0 10px;
    font-size: 14px;
}
}
@media (min-width: 1300px) and (max-width: 1399px){
    
.content.mff-org-list .inner-card div#org-list {
    margin-top: 30px;
    gap: 16px;
}
.coalition-members-head .right-sec-img .add-new {
    font-size: 15px;
    padding: 0 10px;
}
    .events-grid.listing-sec .location-sec ul {
  gap: 7px;
}
.events-grid.listing-sec .location-sec ul li {
    font-size: 12px;

}
.page-template-coalition-managing-invitations .coalition-members-head .add-new.blue-border-btn {
    width: auto !important;
    padding: 0 8px;
}
.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull>.wp-block-cover__inner-container, .alignwide>.wp-block-cover__inner-container {
    padding-left: 40px;
    padding-right: 40px;
}
.events-grid.listing-sec {
    flex-wrap: wrap;
    gap: 14px;
}
.searching-sec .btn-sec {
    padding: 0 10px;
    font-size: 14px;
}
    .admin-approval-sec .program-table tbody td span.program-tag {
    padding: 5px 16px;
    font-size: 12px;
    line-height: 14px;
}

.orga-dashboard-sec.admin-approval-sec .program-table thead th:first-child {
    min-width: 160px;
}

.admin-approval-sec .your-programs .attention-card {
    padding: 20px;
}

.repots-sec .your-programs a {
    font-size: 11px !important;
}

.repots-sec .your-programs .attention-card span {
    font-size: 14px;
    line-height: 19px;
}

.repots-sec .your-programs h2 {
    font-size: 25px;
    line-height: 30px !important;
}

.repots-sec .your-programs p {
    font-size: 12px;
    line-height: 20px;
}

.your-programs .attention-card span, .admin-approval-sec .your-programs .attention-card span {
    font-size: 14px;
    line-height: 20px;
}

.event-actions a.btn-dark {
    width: 118px;
    gap: 4px;
}

.event-actions a.btn-light.add-calendar {
    width: 54% !important;
    gap: 4px;
}
.app-sec .kt-inside-inner-col p.wp-block-paragraph {
    width: 90%;
    font-size: 16px;
}
.contact-page-main > .kt-inside-inner-col {
    height: 480px;
}
  .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 10px;
    padding: 4px 5px;
    height: auto;
}

.show-more-even {
    padding: 10px;
    gap: 10px;
}

.show-more-even .left-more-even {
    width: auto;
    gap: 10px;
}

.show-more-even a.btn-light {
    width: 200px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}

.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
       .left-side-sec .event-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
.program-details-sec .sidebar {
    width: 32%;
}
    .top-banner.orga-dashboard .right-side-sec {
  width: 60%;
  flex-wrap: wrap;
  gap: 10px;
}
.top-banner.orga-dashboard .right-side-sec select {
  font-size: 14px;
  width: 306px;
}
.top-banner.orga-dashboard .right-side-sec .add-new, 
.page-template-dashboard .top-banner.orga-dashboard .right-side-sec .join-org {
  font-size: 14px;
}
    .location, .event-meta span {
    font-size: 14px;
}
.location svg, .event-card .event-body svg {
    width: 20px;
    height: 20px;
}
.event-info h3 {
    font-size: 14px;
}

.event-top {
    min-height: 90px;
}
.event-info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0 !important;
}
  .page-template-programs-list .program-list, .grid-list {
    gap: 24px;
}
.focus-card a.dark-blue {
  font-size: 14px;
  gap: 11px;
}
.tags span {
  font-size: 10px;
}
  .orga-dashboard-sec .sidebar {
  width: 308px;
}
.orga-dashboard-sec .content {
  width: 80%;
}
.organization-grid .organization-card {
  width: 32%;
}
.organization-grid {
  gap: 16px;
}
  .btn-dark, .btn-light {
    font-size: 10px;
    padding: 0 5px;
  }
  .event-card {
    padding: 16px 10px;
    width: 24.4%;
  }
  .events-grid {
    gap: 10px;
  }
  .join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col {
    padding: 40px 20px;
  }
  .join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-blocks-info-box-learnmore {
    padding: 6px 11px;
    font-size: 11px;
  }
  .join-sec .kt-blocks-info-box-learnmore::after {
    width: 15px;
    height: 13px;
    background-size: 100%;
  }
  .join-sec .joinsec-cust-text {
    font-size: 14px;
    width: 200px;
    line-height: 20px;
  }
  .home-form .frm_fields_container .frm_form_field {
    width: 23.7% !important;
  }
  .map-sec .kt-blocks-info-box-link-wrap {
  flex-direction: column;
  gap: 10px;
  height: 370px;
}
.events-grid.listing-sec .event-card p {
  font-size: 13px;
  line-height: 21px;
}

.top-banner.orga-dashboard .right-side-sec .add-new {
  font-size: 13px;
}
.top-banner.orga-dashboard .right-side-sec {
  gap: 7px !important;
}
.organization-security input, .organization-security textarea {
  font-size: 14px;
  line-height: 20px;
}
}


@media (min-width: 1400px) and (max-width: 1499px){
    .content.mff-org-list .inner-card div#org-list {
    margin-top: 30px;
    gap: 17px;
}


.organization-security input, .organization-security textarea {
  font-size: 14px;
  line-height: 20px;
}
.top-banner.orga-dashboard .right-side-sec .add-new {
  font-size: 13px;
}
.top-banner.orga-dashboard .right-side-sec {
  gap: 7px !important;
}
    .events-grid.listing-sec .event-card p {
  font-size: 13px;
  line-height: 21px;
}
        .events-grid.listing-sec .location-sec ul {
  gap: 7px;
}
.events-grid.listing-sec .location-sec ul li {
    font-size: 12px;

}
.event-actions a.btn-dark {
    width: 139px;
    gap: 4px;
}
.page-template-coalition-managing-invitations .coalition-members-head .add-new.blue-border-btn {
    width: auto !important;
    padding: 0 17px;
}
.searching-sec .btn-sec {
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.btn-sec-right {
    gap: 7px;
}
.events-grid.listing-sec {
    flex-wrap: wrap;
    gap: 15px;
}
.event-actions a.btn-light.add-calendar {
    width: 54% !important;
    gap: 4px;
}
.app-sec .kt-inside-inner-col p.wp-block-paragraph {
    width: 90%;
    font-size: 16px;
}
.contact-page-main > .kt-inside-inner-col {
    height: 460px;
}
    .join-sec .kt-inside-inner-col .kt-inside-inner-col {
    border-left: 3px solid #1ba6b3;
    min-height: 260px;
}
      .post-type-archive-gd_event .program-table tbody td:first-child {
    min-width: 220px;
}

.program-table tbody td:nth-child(2), .program-table tbody td:nth-child(3) {
    min-width: 170px;
}

.common-tag {
    font-size: 14px;
    padding: 6px 5px;
    height: auto;
}

.show-more-even {
    padding: 10px;
    gap: 10px;
}

.show-more-even .left-more-even {
    width: auto;
    gap: 10px;
}

.show-more-even a.btn-light {
    width: 200px !important;
    font-size: 14px !important;
}

a.program-view {
    font-size: 13px;
    line-height: 20px;
}

.program-actions {
    gap: 4px;
}
.post-type-archive-gd_event p.blue-color {
    font-size: 14px;
}
.left-side-sec .event-info {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}

.program-table tbody td, .program-table tbody td:first-child {
    font-size: 13px;
}
.program-details-sec .sidebar {
    width: 32%;
}
.page-template-programs-list .program-list, .grid-list {
 
    gap: 24px;
}
.focus-card a.dark-blue {
  font-size: 14px;
  gap: 11px;
}
.tags span {
  font-size: 10px;
}
.organization-grid .organization-card {
  width: 32%;
}
.organization-grid {
  gap: 18px;
}
.map-sec .kt-blocks-info-box-link-wrap {
  padding: 40px 10px;
}
.location, .event-meta span {
  font-size: 15px;
  color: #000;
}

.btn-dark, .btn-light {
  font-size: 10px;
}
.event-card {
  padding: 16px 10px;
  width: 24.4%;
}
.events-grid {
  gap: 10px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col {
  padding: 40px 30px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-blocks-info-box-learnmore {
  padding: 6px 11px;
  font-size: 11px;
}
.join-sec .kt-blocks-info-box-learnmore::after {
  width: 15px;
  height: 13px;
  background-size: 100%;
}
.join-sec .joinsec-cust-text {
  font-size: 14px;
  width: 200px;
  line-height: 20px;
}
.home-form .frm_fields_container .frm_form_field {
  width: 23.7% !important;
}
}

@media (min-width: 1500px) and (max-width: 1599px){
    .top-banner.orga-dashboard .right-side-sec .add-new {
  width: auto;
  font-size: 15px;
}

.home-form .frm_fields_container .frm_form_field {
  width: 23.9% !important;
}
.event-actions a.btn-dark {
    width: 139px;
    gap: 4px;
}

.event-actions a.btn-light.add-calendar {
    width: 54% !important;
    gap: 4px;
}
.join-sec .kt-inside-inner-col .kt-inside-inner-col .kt-inside-inner-col{
  padding: 40px 20px !important;
}
.event-info h3, .location, .event-meta span {
  font-size: 15px;
}

.btn-dark, .btn-light {
  padding: 0 9px;
}
.event-card {
  padding: 16px 10px;
}

.left-side-program {
    width: 68%;
    float: left;
    padding-right: 46px;
}
}


@media (max-width: 374px){
button {
    font-size: 11px !important;
    padding: 0 7px !important;
}

}

/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {

.user-info-main {
align-items: flex-start;
}

.user-image {
width: 52px;
height: 52px;
min-width: 52px;
}

.user-details h3 {
font-size: 16px;
}

.user-details p {
font-size: 13px;
word-break: break-word;
}

.organization-image {
width: 52px;
height: 52px;
min-width: 52px;
}

.organization-details h3 {
font-size: 15px;
}

.stat-item {
gap: 10px;
}

.stat-icon {
width: 38px;
height: 38px;
min-width: 38px;
}

.invitation-message p {
font-size: 13px;
}
    .coalition-owner-resp {
        padding: 30px 12px;
    }

    .coalition-owner-resp .coalition-transfer-details {
        padding: 25px 18px;
    }

    .coalition-owner-resp .coalition-transfer-details h2 {
        font-size: 23px;
    }

    .coalition-owner-resp .coalition-logo {
        width: 90px;
        height: 90px;
    }

    .coalition-owner-resp .coalition-description {
        font-size: 14px;
    }

    .coalition-owner-resp .coalition-transfer-details > p {
        font-size: 14px;
    }

    .coalition-owner-resp .transfer-actions a {
        min-height: 48px;
        font-size: 14px;
    }
}
