/**
* Template Name: California Cancer Collaborative
* File: Responsive Css
* Version: 1.0
* Author: Hasanur Rahman
* Email: hasan.codeware@gmail.com
* Developed By: sigmosoft.
* Author URL: https://www.sigmosoft.com/
**/

:root {
    --theme-body-font: 'Inter', sans-serif;
    --theme-body-secondery-font: 'Acumin Pro', sans-serif;
    --yellowColor: #f9ac19;
    --blueColor: #224e8b;
    --darkColor: #000;
    --whiteColor: #fff;
    --headerFooterBgColor: #efeff5 !important;
    --footerBgColor: #271E55 !important;
    --baseColor: #EE7544 !important;
    --hoverColor: #958CC3 !important;
    --buttonColor: #2CB34A !important;
}

@media(max-width:991px){
    /* Header Css */
    .nav-menu-margin {
        margin-top: -10px;
    }
    .demoNavBar li a {
        color: #444343 !important;
        font-weight: 400 !important;
        font-size: 16px !important;
    }
   .offcanvas-header {
       border-bottom: 1px solid #eee;
       background: var(--baseColor);
   }
    .demoNavBar li {
        padding: 5px 0px;
        line-height: 35px;
        border-bottom: 1px solid #f1f1f1;
    }
    .search-container {
        padding-left: 0;
    }
    .nav-search-input {
        border: 1px solid #eee;
        border-radius: 30px;
        background: #eeeeee9e;
        margin-top: 0;
        padding: 5px;
        width: 95%;
        display: flex;
        flex-wrap: nowrap;
    }
    .nav-search-input input {
        overflow: hidden;
    }
    .home-nav-wrap {
        margin-top: 20px;
    }
    .header-bottom {
        padding: 6px 0;
    }
    header {
        border-bottom: 0;
    }
   .navbar-toggler {
       border-color: #fff;
       background: #fff;
       outline: 0 !important;
       box-shadow: none;
       margin-left: auto;
   }
    .navbar-toggler:focus {
        outline: 0 !important;
        box-shadow: none  !important;
    }
    .home-nav-wrap-middle-logo {
        display: none;
    }
    .home-nav-wrap-logo img {
        width: 25px;
    }
    ul.demoNavBar>li:last-child {
        border: 0;
    }
    .fixed-top .mobile-nav-logo {
        display: block;
    }
    /* Banner Css */
    .site_main_logo {
        width: 40px;
    }
    .site_main_logo_right {
        width: 115px;
    }
    
    .m-slider-description {
        display: none;
    }
    .blog-detail-right-wrap {
        padding: 20px !important;
        margin: 20px 0;
        background: #f8f8f8;
        border-radius: 5px;
        border: 1px solid #eee;
    }
    .blog_sidebar_toggler {
        width: 100%;
        background: #005443;
        border: 0;
        font-size: 16px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        outline: 0 !important;
        box-shadow: none !important;
        color: #fff !important;
    }
    #blog_detail_right_sidebar h4 {
        font-size: 18px;
        margin: 20px 0;
    }
    .blog-detail-wrap{
        overflow: hidden;
    }
    #blog_detail_right_sidebar::before {
        right: 0 !important;
    }
    .blog-detail-left-wrap .blog-content iframe {
        width: 100%;
        height: 300px;
        /* padding-top: 56.25%; */
    }
}

@media(max-width:767px){
    /* Header Css */
    .site_logo {
        width: 80px;
    }
    .site_sub_logo {
        width: 120px;
    }
    .fixed-top .offcanvas-body.navbar-wrap {
        padding-top: 4px;
    }
    .fixed-top .site_logo {
        width: 25px;
    }
    .fixed-top .site_sub_logo {
        width: 92px;
    }
    .fixed-top .home-nav-logo {
        display: none !important;
    }
    .fixed-top .navbar-toggler {
        margin-top: 0;
    }
    .fixed-top .header-bottom {
        padding: 15px 6px 0px !important;
        padding-top: 0;
    }
    /* Banner  Section Css */
    .main-banner-wrap .banner-text h1 {
        font-size: 55px;
        line-height: 75px;
    }
    .banner-bottom-body-img {
        margin-top: 15px;
    }
    .main-banner-bottom-wrap {
        margin-bottom: 20px;
    }
    /* Resources Events Css */
    .resources-section-wrap {
        padding-top: 0;
        margin-top: 0;
        background: none;
    }
    .section-title h1 {
        font-size: 35px;
    }
    .resources-card-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
    .resources-card-title h3 {
        margin-top: 18px;
    }
    .resources-card-content p {
        margin-bottom: 15px;
    }
    .resources-card {
        margin-bottom: 30px;
    }
   .resources-bottom-bg-wrap {
       display: none;
    }
    .link-section-left h1 {
        font-size: 55px;
        line-height: 75px;
        padding: 0;
    }
    .footer-top-text h1 {
        font-size: 55px;
        line-height: 75px;
    }
    .upcoming-section-wrap .section-title {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .upcoming-card-wrap {
        padding-left: 15px;
        margin-bottom: 0;
    }
    .footer-top-section-wrap {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    /* Upcoming Events Css */
    .event-btn {
        margin-left: 20px;
        margin-top: 24px;
    }
    .event-btn a {
        color: #444;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }
    
    /* Contact Section Css */
    .contact-from-maim {
        position: relative;
        width: 100%;
        margin-top: 0;
    }
    .contact-from-left {
        padding: 0px 0px 20px;
        border-bottom: 1px dashed #e8c756;
        margin-bottom: 15px;
    }
    .contact-from-right {
        border-left: 0;
        padding: 0;
    }
    .text-area-bottom-text {
        margin-bottom: 0;
    }
  
    /* Footer Css */
    .footer_logo {
        width: 100px;
        margin-bottom: 15px;
    }
  
    .b-footer-logo-containter {
        margin-top: 20px;
    }
    .b-blog-short-post {
        margin: 0 0 15px;
        display: inline-flex;
        flex-direction: column;
    }
    .fq-link a {
        line-height: 30px;
    }
    .footer-search-input input {
        padding: 5px;
        width: 100%;
    }
    .footer-search-input {
        border-radius: 30px;
    }
    .copy_right_text {
        font-size: 15px;
        margin-left: 0;
        text-align: center;
        letter-spacing: 0.5px;
        display: block;
        line-height: 22px;
        padding: 10px 0;
        margin-top: -5px;
        border-top: 1px solid;
    }
    .hl {
        border-bottom: 5px solid var(--whiteColor);
    }
    .contact-from-form {
        padding: 10px;
        border-top: 1px dashed #e8c653;
    }
    /* Blog List page */
    .blog-banner-description-wrap.overlay {
        height: 100%;
        padding-top: 120px;
        width: 100%;
    }
    .blog-banner-content {
        display: none;
    }
    .blog-m-banner-img img {
        height: 250px;
    }
    .blog-md .dez-post-info, .blog-md .dez-post-media {
        display: block;
    }
    .blog-md .dez-post-media {
        width: 100%;
    }
    .blog-md .dez-post-info {
        padding: 10px;
    }
    .dez-post-meta ul li {
        font-size: 12px;
    }
    .dez-post-meta i {
        font-size: 12px;
    }
    .blog-md .dez-post-info .post-title {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-detail-right-wrap {
        padding-left: 0;
        margin: 20px 0;
    }
    .blog-detail-right-search label {
        display: block;
    }
    .blog-detail-right-wrap .blog-detail-right-search .search-form label input {
        width: 100%;
    }
    .pagination {
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .blog-post {
        position: relative;
        margin-bottom: 50px;
        background: #fff;
        box-shadow: 0 12px 48px 0 rgb(109 117 141 / 20%);
        border-radius: 10px;
    }
    .dez-img-effect img {
        border-radius: 10px 10px 0px 0px !important;
    }
    .blog-post {
        margin-bottom: 15px;
    }
   .blog-banner-description-wrap.overlay {
       top: 0;
       height: 305px;
   }
    /* Blog Details Css */
    .blog-detail-left-wrap {
        margin-right: 0;
    }
    .blog-post-data {
        padding-top: 15px;
    }
    .blog-detail-share-post {
        padding: 0 0 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .blog-detail-share-post-links {
        padding: 0;
    }
    .blog-detail-share-post-links li {
        margin-left: 0;
        margin-right: 5px;
    }
    .blog-detail-author-bio .profile-img img {
        margin: 0;
    }
    .blog-detail-author-bio {
        padding: 15px 0;
    }
    .blog-detail-author-bio .profile-img img {
        margin: 0;
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin-bottom: 15px;
    }
    .blog-detail-wrap .blog-detail-comment-list .children li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #blog_detail_right_sidebar {
        position: relative;
        background: #fff;
    }
    
}
@media(max-width:575px){
    .offcanvas-start {
        width: 95% !important;
    }
    .nav-search-input {
        width: 95% !important;
    }
    .scroll-to-top {
        right: 5px;
        bottom: 5px;
    }
    .avatar-80 {
        width: 65px;
        height: 65px;
        object-fit: cover;
    }
    .main-banner-wrap .banner-text h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .border-img img {
        top: -7px;
        width: 100px;
    }
    .link-section-left h1 {
        font-size: 45px;
        line-height: 55px;
        padding: 0;
    }
    .footer-top-text h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .link-section-wrap {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .link-content p {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .link-section-btn {
        margin-top: 25px;
    }
    .banner-bottom-title p {
        font-size: 15px;
    }
    .banner-bottom-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .upcoming-card-btn {
        margin-bottom: 25px;
    }
    .theme_custom_btn {
        font-size: 18px;
        padding: 3px 10px;
    }
    .highlights-section-wrap .section-title {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .highlights-card-img {
        height: auto;
        width: 100%;
        margin-bottom: 0px;
    }
    .highlights-card-des {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .footer-top-section-wrap {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .footer-logo {
        width: 40px;
    }
    .footer-sub-logo {
        width: 120px;
    }
}
@media(max-width:414px){
    .site_logo {
        width: 70px;
    }
    .site_sub_logo {
        width: 95px;
    }
    .main-banner-wrap .banner-text h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .link-section-left h1 {
        font-size: 40px;
        line-height: 45px;
        padding: 0;
    }
    .footer-top-text h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .link-content p {
        font-size: 18px;
        margin-bottom: 18px;
        margin-top: 10px;
    }
    .theme_custom_btn {
        font-size: 15px;
        padding: 3px 12px;
    }
    .link-section-btn .theme_custom_btn {
        padding: 3px 50px;
    }
    .copy_right_text {
        font-size: 13px;
    }
      
}

@media(max-width:360px) {
    .main-banner-wrap .banner-text h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .link-section-left h1 {
        font-size: 35px;
        line-height: 40px;
        padding: 0;
    }
    .footer-top-text h1 {
        font-size: 35px;
        line-height: 40px;
    }
 
}