/*

 Theme Name:   My Listing Child

 Theme URI:    http://mylisting.27collective.net/my-city/

 Description:  MyListing Child Theme

 Author:       27collective

 Author URI:   https://27collective.net/

 Template:     my-listing

 Version:      1.1

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

 Text Domain:  my-listing-child

*/

.page-template-default .header-skin,
.blog .header-skin,
.search .header-skin,
.post-template-default .header-skin,
.archive.category .header-skin {
    background-color: #164863 !important;
}
.home.page-template-default .header-skin {
    background-color: rgba(25, 28, 31, 0) !important;
}

.home-header-search-panel-block  .range-slider,
.home-header-search-panel-block .form-group.location-wrapper,
.home-header-search-panel-block .cts-carousel .lt-icon {display: none !important;}

.home-header-search-panel-block .featured-search form {
    grid-template-columns: 2fr 2fr 1fr;
}

.home-header-search-panel-block .featured-search form .buttons.button-2.search {
    background: #427D9D;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.home-category-slider {
    padding: 0 5%;
}
.home-category-slider .carousel-slider-hero__cell__content.hidden {
    display: block !important;
}

.home-featured-impactors-panel {}
.home-innovation-categories-panel {}


.home-innovation-categories-panel .cat-slider-custom .wpsisac-slick-carousal {
    padding-bottom: 100px;
}
.home-innovation-categories-panel .cat-slider-custom .wpsisac-slick-carousal.design-1 .slick-arrow {
    top: auto !important;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0 !important;
}
.home-innovation-categories-panel .cat-slider-custom .wpsisac-slick-carousal.design-1 .slick-prev {
    left: 50% !important;
    transform: translateX(-40%);
}

.home-innovation-categories-panel .cat-slider-custom .wpsisac-slick-carousal.design-1 .slick-next {
    left: 50% !important;
    left: auto;
    transform: translateX(-150%);
}
.home-innovation-categories-panel .cat-slider-custom .wpsisac-slick-carousal.design-1 .slick-dots {display: none !important;}


/*Sign-In & Sign-Up Section*/
.custom-login-image-text-panel {
    padding: 35px 35px 50px 35px;
    background: #ccb8b8;
    max-width: 720px;
    min-height: 600px;
    background: url(img/signin-signup-bg.jpg) no-repeat;
    align-content: end;
}
.custom-login-image-text-panel h3 {
    font-family: "Sora", Sans-serif;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom-login-image-text-panel p {
    font-family: "Sora", Sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 100px;
}


.no-login-background .login-content {
    width: 480px;
    background: #17161A;
    padding: 50px 40px 70px 40px;
    border-radius: 8px;
}
.login-content .login-tabs li {
    width: 50%;   
    text-align: center; 
    padding-right: 0;
    border-bottom: #3A3A3B 1px solid;
}
.login-content .login-tabs li h3 {
    margin-top: 0;
    font-size: 36px;
    line-height: 45px;    
    font-weight: 800;  
    margin-bottom: 15px;  
}
.login-content .login-tabs li h3 a {
    color: #6D6D6E;
}
.login-content .login-tabs li.active {
    border-bottom: #fff 1px solid;
}
.login-content .login-tabs li.active h3 a {
    color: #fff;
}

.login-content .sign-in-box .woocommerce-privacy-policy-text {display: none;}
.login-content form.sign-in-form.login, 
.login-content form.sign-in-form.register {
    padding-top: 50px !important;
}
.login-content form.sign-in-form.login label, 
.login-content form.sign-in-form.register label {
    color: #FFFFFF;
    font-family: "Sora", Sans-serif;
}
.login-content form.sign-in-form.login .md-checkbox label::before {
    border: 1px solid #fff;
}
.login-content form.sign-in-form .form-group input {
    border-bottom: 1.5px solid #3A3A3B;
}
.login-content .sign-in-form button[type="submit"] {
    border-radius: 4px;
    background: linear-gradient(180deg, #42799d 0%, #3c71a2 75.93%);
    background-blend-mode: normal;
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 40px;
}

.login-content .show-toggle-password {color: #6D6D6E;}
.login-content .forgot-password {
    margin-top: 25px;
}
.login-content .forgot-password a {
    color: #FFFFFF;
    font-family: "Sora", Sans-serif;
}
.login-content .cts-social-login-wrapper {
    padding-top: 25px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Sora", Sans-serif;
}
.login-content .cts-social-login-wrapper p {
    color: #6D6D6E;
    font-size: 16px;
    margin-bottom: 20px;
}
.login-content .md-checkbox label::before {
    width: 20px;  
    height: 20px;  
    background: #fff;  
    border: 1px solid #3A3A3B;  
    border-radius: 2px;  
    cursor: pointer;  
    transition: background .3s;
    background: #17161A;  
}
.login-content .md-checkbox input[type="checkbox"]:checked + label::before, 
.login-content .md-checkbox input[type="radio"]:checked + label::before {
    background: #427D9D;
    border: none;
  }

/* .nsm7Bb-HzV7m-LgbsSe {
    background-color: #17161A !important;
    background: red !important;
} */
.cts-social-login-wrapper .buttons.cts-facebook-signin {
    margin-top: 10px;
    border: 1px solid #3A3A3B;
    height: 40px;
    color: #3c4043;
    border-radius: 4px;
    letter-spacing: .25px;
    font-weight: 500;
    padding: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
}
.cts-social-login-wrapper .buttons i {
    font-size: 17px;
}

/*Sign-In & Sign-Up Section*/


.footer-width-fixer .e-con-inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.footer-width-fixer .custom-menu-footer li,
.footer-width-fixer .custom-menu-footer .elementor-nav-menu {
    display: block !important;
}
.footer-width-fixer .custom-menu-footer li a {
    padding: 13px 0 3px 0;
    color: #8D8D91 !important;
    font-family: "Sora", Sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
}
.footer-width-fixer .custom-menu-footer li a:hover {
    padding: 13px 0 3px 0;
    color: #427D9D !important;
}
.footer-width-fixer .custom-menu-footer li a:hover:after {display: none;}

.footer-width-fixer .custom-menu-footer li.current-menu-item.current_page_item.current_page_parent a,
.footer-width-fixer .custom-menu-footer li.current-menu-item a {
    color: #427D9D !important;
}
.footer-width-fixer .custom-menu-footer li.current-menu-item.current_page_item.current_page_parent a:after,
.footer-width-fixer .custom-menu-footer li.current-menu-item a:after {
    display: none;
}


.footer-copyright .companyname a {
    color: #818188;
    text-decoration: none;
}
.footer-copyright .companyname a:hover {
    text-decoration: underline;
}

.foot-abt-impactor-link span {text-decoration: none;}
.foot-abt-impactor-link span:hover {text-decoration: underline;}

/*My Account Details*/
.woocommerce-MyAccount-content .title-style-1 h5 {
    font-size: 20px;
}
.woocommerce-MyAccount-content .pf-head {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content i.person.user-area-icon,
.woocommerce-MyAccount-content i.supervisor_account {
    background:#714ac1;
}
.woocommerce-MyAccount-content .cts-user-picture-settings  {
    margin-bottom: 35px;
}
.woocommerce-MyAccount-content .cts-user-picture-settings h5 {
    color: #427d9d; 
    border-bottom: 0;
}
.woocommerce-MyAccount-content .social-networks-repeater>p {
    color: #427d9d; 
    font-weight: 600;
}
.woocommerce-MyAccount-content fieldset legend {
    color: #427d9d;
    border-bottom: 0;
}
.woocommerce-MyAccount-content button {
    background: #427d9d;
    font-size: 16px;
    padding: 18px 40px;
}


#ml-messages-modal .messaging-center .inbox-chat-contents form .btn {
    background: #427d9d;
}

#ml-messages-modal .messaging-center .inbox-chat-contents ul li.responder-2 p {
    background: #427d9d;
}


.woocommerce-MyAccount-navigation .cts-carousel .dashboardmenu {display: none;}

.job-manager-form .fieldset-individual-users label,
.job-manager-form .fieldset-individual-users .description,
.job-manager-form .fieldset-individual-following label,
.job-manager-form .fieldset-individual-following .description {
    display: block;
    width: 100%;
}

.cat-slider-custom  {
    width: 95%;
    width: 94% !important;
    margin: 0 auto;
}
.cat-slider-custom .single-cat-holder {
    border-radius: 30px;
    border: #B88085 2px solid;
    padding: 50px 25px;
}
.cat-slider-custom .single-cat-holder:hover {
    background: #B88085;
    color: #fff;
}
.cat-slider-custom .single-cat-holder:hover h3 {
    color: #fff;
}
.cat-slider-custom .single-cat-holder h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Sora", Sans-serif;
}

.cat-slider-custom .single-cat-holder .material-icons {font-size: 48px; display: none;}
.cat-slider-custom .single-cat-holder i {font-size: 36px;}
.cat-slider-custom .single-cat-holder:hover i {color: #fff;}
.cat-slider-custom .single-cat-holder:hover .material-icons {color: #fff;}

.cat-slider-custom .wpsisac-slick-carousal .wpsisac-image-slide {
    margin: 0 15px;
}

.cat-slider-custom .single-cat-holder.fin-tech {border: #8224e3 2px solid; color:#8224e3;}
.cat-slider-custom .single-cat-holder.fin-tech h3 {color: #8224e3;}
.cat-slider-custom .single-cat-holder.fin-tech:hover {background: #8224e3;}
.cat-slider-custom .single-cat-holder.fin-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.edu-tech {border: #3253E7 2px solid; color:#3253E7;}
.cat-slider-custom .single-cat-holder.edu-tech h3 {color: #3253E7;}
.cat-slider-custom .single-cat-holder.edu-tech:hover {background: #3253E7;}
.cat-slider-custom .single-cat-holder.edu-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.climate-tech {border: #21CBFF 2px solid; color: #21CBFF;}
.cat-slider-custom .single-cat-holder.climate-tech h3 {color: #21CBFF;}
.cat-slider-custom .single-cat-holder.climate-tech:hover {background: #21CBFF;}
.cat-slider-custom .single-cat-holder.climate-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.prop-tech {border: #992c04 2px solid; color: #992c04;}
.cat-slider-custom .single-cat-holder.prop-tech h3 {color: #992c04;}
.cat-slider-custom .single-cat-holder.prop-tech:hover {background: #992c04;}
.cat-slider-custom .single-cat-holder.prop-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.health-tech {border: #dd0f0f 2px solid;color: #dd0f0f;}
.cat-slider-custom .single-cat-holder.health-tech h3 {color: #dd0f0f;}
.cat-slider-custom .single-cat-holder.health-tech:hover {background: #dd0f0f;}
.cat-slider-custom .single-cat-holder.health-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.agri-tech {border: #04a54a 2px solid; color: #04a54a;}
.cat-slider-custom .single-cat-holder.agri-tech h3 {color: #04a54a;}
.cat-slider-custom .single-cat-holder.agri-tech:hover {background: #04a54a;}
.cat-slider-custom .single-cat-holder.agri-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.bio-tech {border: #08aa29 2px solid; color: #08aa29;}
.cat-slider-custom .single-cat-holder.bio-tech h3 {color: #08aa29;}
.cat-slider-custom .single-cat-holder.bio-tech:hover {background: #08aa29;}
.cat-slider-custom .single-cat-holder.bio-tech:hover h3 {color: #fff;}

.cat-slider-custom .single-cat-holder.mentorcat {border: #ed6d17 2px solid; color: #ed6d17;}
.cat-slider-custom .single-cat-holder.mentorcat h3 {color: #ed6d17;}
.cat-slider-custom .single-cat-holder.mentorcat:hover {background: #ed6d17;}
.cat-slider-custom .single-cat-holder.mentorcat:hover h3 {color: #fff;}

.cat-slider-custom .slick-arrow {
    width: 35px;
    height: 35px;
    color: #555558;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .15s ease-in-out;
    margin-left: 2px;
    margin-right: 2px;
}
.cat-slider-custom .slick-arrow:hover {
    background: var(--accent);
    color: #fff;
    border-color: #fff;
}
.cat-slider-custom .slick-arrow>div {
    margin-top: 5px;
}
.social-share-modal .share-options {
    /* min-width: 450px !important; */
}


.login-content form.sign-in-form .form-group input {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: text !important;
    background-clip:  text !important;
}
.login-content form.sign-in-form .form-group input:-webkit-autofill, 
.login-content form.sign-in-form .form-group input:-webkit-autofill:active, 
.login-content form.sign-in-form .form-group input:-webkit-autofill:focus, 
.login-content form.sign-in-form .form-group input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #81414100 inset !important;
}

.home-what-they-are-saying-panel .homepage-review .swiper-slide .elementor-testimonial__header {
    border-block-end: 0;
}

.home-what-they-are-saying-panel .homepage-review .swiper-slide.swiper-slide-duplicate-prev {border-right: 0 !important;}

.my-listings-stat-box .stat-card-status-publish .mlduo-stat-box {
    background: #5332e7 !important;
}
.my-listings-stat-box .stat-card-status-pending-approval .mlduo-stat-box {
    background: #785ee9 !important;
}
.my-listings-stat-box .stat-card-visits .mlduo-stat-box {
    background: #1a97cc !important;
}

.chart-legend .lg-blue {
    background: #1a97cc !important;
}
.chart-legend .lg-purple {
    background: #b032e7 !important;
}

.number-stats p {font-size: 13px;}
.number-stats p span {font-size: 18px;}

.custom-mylisting-section {
    padding: 0 5px;
}
.custom-mylisting-section .pf-head i {display: none;}
.woocommerce-MyAccount-content .title-style-1 h5 {
    font-size: 18px;
    font-weight: 700;
}

.home-joinnow-panel .boxcustom {border-radius: 30px;}
.rt-tpg-container .rt-holder .tpg-el-image-wrap {
    max-height: 180px;
}
.tpg-el-main-wrapper .tpg-el-image-wrap .overlay {
    background: transparent !important;
}
.rt-tpg-container .grid-layout1 .rt-holder, .rt-tpg-container .grid-layout3 .rt-holder {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(218, 218, 224, .3);
    -webkit-box-shadow: 0 0 2px 0 rgba(218, 218, 224, .3);
    -moz-box-shadow: 0 0 2px 0 rgba(218, 218, 224, .3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rt-tpg-container .rt-holder .tpg-el-image-wrap {
    
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.home-lastestnews-panel .tpg-post-holder h3 a:hover {
    color: #427D9D !important;
}
.home-lastestnews-panel .read-all-news a {text-decoration: underline;}
.home-lastestnews-panel .read-all-news a:hover {text-decoration: none;}

.home-signup-panel a {
    color: #164863 !important; text-decoration: underline !important;
}
.home-signup-panel a:hover {
   text-decoration: none !important;
}

.home-abovefooterbutton-panel .elementor-button-link {
  box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}


.home-lastestnews-panel .tpg-el-main-wrapper .post-meta-tags {
    border-bottom: #DADAE0 1px solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.header-breadcrumb a {
    color: #427D9D;
}

.contact-img-block-left .list a {
    text-decoration: none !important;
}
.contact-img-block-left .list a .elementor-icon-list-text {
    text-decoration: none!important;
}
.contact-img-block-left .list a .elementor-icon-list-text:hover {
    text-decoration: underline!important;
}

.custom-contactform .custom-textarea .forminator-description {display: none !important;}
.custom-contactform .forminator-button-submit {
    background: #427D9D !important;
    padding: 15px 70px !important;
    border-radius: 4px !important;
    border: #427D9D 1px solid!important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.custom-contactform .forminator-button-submit:hover {
    background: #fff !important;
    border: #427D9D 1px solid!important;
    color: #427D9D !important;
}

/* .custom-contactform .forminator-row-last {
    margin-bottom: 0 !important;
} */

.blog-landing .blog-left-panel .eael-grid-post .eael-grid-post-holder .eael-entry-media {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.blog-landing .blog-left-panel .eael-grid-post .eael-grid-post-holder .eael-entry-media .eael-posted-on {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255,255,255,0.5);
    top: 20px;
    left: 20px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Sora", Sans-serif;
    padding: 3px 10px;
    border-radius: 3px;
}

.blog-landing .blog-left-panel .eael-grid-post .eael-grid-post-holder .eael-entry-media .eael-entry-thumbnail {
    overflow: hidden;
}
.blog-landing .blog-left-panel .eael-grid-post .eael-grid-post-holder .eael-entry-media img {
    transform: scale(1);
    transition: .4s ease-in-out;
}
.blog-landing .blog-left-panel .eael-grid-post .eael-grid-post-holder .eael-entry-media:hover img {
    transform: scale(1.1);
}

.blog-landing .blog-right-panel .bdt-search .bdt-search-input {
    background: transparent;
    border-bottom: #17161A 1px solid;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog-landing .blog-right-panel .bdt-search .bdt-search-button {
    background: transparent;
    padding-right: 0;
}
.blog-landing .blog-right-panel .bdt-search .bdt-search-button i {
    color: #000000;
    font-size: 16px;
}
.blog-landing .blog-right-panel .blog-search-box,
.blog-landing .blog-right-panel .blog-recentpost-box {
    border: #DFE5E9 1px solid;
    border-radius: 8px;
    padding: 30px 20px;
}
.blog-landing .blog-right-panel .blog-recentpost-box h5 {
    margin-top: 0;
    color: #17161A;
    font-size: 24px;
    font-weight: 700;
}
.blog-landing .blog-right-panel .blog-recentpost-box ul { margin-top: 5px;}
.blog-landing .blog-right-panel .blog-recentpost-box ul li a {
    color: #427D9D;
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #DFE5E9 1px solid;
    display: block;
    text-decoration: none;
}
.blog-landing .blog-right-panel .blog-recentpost-box ul li a:hover {
    text-decoration: underline;
    color: #17161A;
}

.blog-landing .blog-right-panel .blog-recentpost-box ul li:last-child a {margin-bottom: 0;}

.blog-landing .blog-right-panel .blog-recentpost-box ul li a img.wp-post-image {display: none;}

.blog-landing .blog-left-panel .eael-load-more-button {
    padding: 10px 30px;
    background: #164863 !important;
    font-size: 15px;
    color: #fff;
}
.blog-landing .blog-left-panel .eael-load-more-button:hover {background: #0e3144 !important;}

.blog-landing .blog-left-panel .eael-entry-wrapper a h4 {font-size: 13px; font-weight: 700;margin-bottom: 20px;}
.blog-landing .blog-left-panel .eael-entry-wrapper a.category-Climate-tech h4 {color:#21CBFF}
.blog-landing .blog-left-panel .eael-entry-wrapper a.category-Health-tech h4 {color:#9732F5}
.blog-landing .blog-left-panel .eael-entry-wrapper a.category-Fin-tech h4 {color:#B88085}
.blog-landing .blog-left-panel .eael-entry-wrapper a.category-Agri-tech h4 {color:#68C17F}
.blog-landing .blog-left-panel .eael-entry-wrapper a.category-Prop-tech h4 {color:#E971D3}

.blog-landing .blog-left-panel .eael-entry-wrapper .eael-entry-header h2 a {text-decoration: underline;}
.blog-landing .blog-left-panel .eael-entry-wrapper .eael-entry-header h2 a:hover {text-decoration: none;}

.blog-landing.event-landing .category-Events {display: none;}
.blog-landing.event-landing .blog-left-panel .eael-entry-wrapper .eael-entry-header h2 a {
    padding-bottom: 15px;
    display: block;
}

.single.single-post .tags.no-list-style {display: none;}
.single.single-post .section-body {padding-bottom: 50px;}

.single.single-post .blog-title h1 {
    color: #17161A;
    font-size: 60px;
    font-weight: 800 !important;
    margin-bottom: 40px;
}

.single.single-post blockquote {
    padding: 10px 0;
}

.single.single-post blockquote p:before {font-size: 0; display: none;}

.single.single-post blockquote h5 {
    color: #B2B2B9;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
}
.single.single-post blockquote h5:before, 
.single.single-post blockquote h5:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #B2B2B9;
}
.single.single-post blockquote h5:before {
    margin-left: -50%;
    text-align: right;
}
.single.single-post blockquote h5 .material-icons {font-size: 60px; line-height: 60px; color: #B2B2B9;}



.single.single-post .page-generator__output,
.single.single-post p  {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #17161A;
    margin-bottom: 30px;
}

.single.single-post blockquote p {
    border-bottom: #B2B2B9 1px solid;
    padding-bottom: 30px;
    font-size: 18px !important;
    line-height: 32px !important; 
}

.about-page-header {
    /* background: linear-gradient(180deg, #bddee8 5.36%, #9bbec8 81.88%); */
    background: #9bbec8 !important
    /* background-blend-mode: normal; */
}

.quotation-with-lines h5 {
    color: #B2B2B9;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
}
.quotation-with-lines h5:before, 
.quotation-with-lines h5:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #DFE6EB;
}
.quotation-with-lines h5:before {
    margin-left: -50%;
    text-align: right;
}
.quotation-with-lines h5 .material-icons {
    font-size: 60px;
}

.aboutpage-ourleadership-panel {
    background: linear-gradient(0deg, #f1f9ff 83.04%, #ffffff 91.46%) !important;
    background-blend-mode: normal !important;
}

.joinnowbtn  a.elementor-button-link {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.joinnowbtn  i.fa-plus-circle {
    font-family: "Font Awesome 5 Free" !important;
}

.ourleadership-panel-user .elementor-image-box-wrapper .elementor-image-box-content {
    margin-top: -25px;
}
.ourleadership-panel-user .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 0;
}



.resource-panel .document-library-table {
    border-bottom: 0 !important;
    box-shadow: none !important;
    border: 0;
    padding: 0;
}

.resource-panel .document-library-table thead {
    background: #164863;
    color: #fff;
}
.resource-panel .document-library-table thead th {
    border-bottom: 0;
    padding: 15px 20px;
}
.resource-panel .document-library-table thead th.sorting {
    background-image: none !important;
}
.resource-panel .document-library-table thead th:first-of-type {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
.resource-panel .document-library-table thead th:last-of-type {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.resource-panel .document-library-table tbody td {
    background: #fbfbfb;
    border: #f0f0f0 1px solid;
    border-top: #f0f0f0 0 solid;
    padding: 25px;
    color: #17161A;
}

.resource-panel .dataTables_info {
    text-align: right;
    width: 100%;
    font-size: 13px;
}
.resource-panel .document-library-table tbody td a {text-decoration: underline;}
.resource-panel .document-library-table tbody td a:hover {text-decoration: none;}

.resource-panel .document-library-button {
    color: #427D9D;
    text-decoration: underline;
}
.resource-panel .document-library-button:hover {
    text-decoration: none;
} 
.resource-panel .dataTables_filter {
    padding-bottom: 20px;
}
.resource-panel .dataTables_filter input {
    border: 0 !important;
    border-bottom: #d9d9d9 1px solid !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    padding: 5px 0 !important;
}
.resource-panel .dataTables_wrapper label {
    width: 250px;
}

.resource-panel .document-library-table tbody td:nth-child(2) {
    font-weight: 700;
}

.custom-personal-indi-list li  {
    width: 100% !important;
}

.custom-personal-indi-list li i {
    width: 10px !important;
    height: 10px!important;
    min-width: 10px!important;
    background: transparent!important;

}
.custom-personal-indi-list li i:before {
    content: "\e5ca" !important;
    color: #9d9d9d !important;
}
.theme-my-listing .custom-personal-indi-list .details-list a:hover i {
    background: transparent!important;
    border-color: transparent !important;
}

.wp-foro-custom-wrap {
    width: 1200px;
    margin: auto;
}



body.wpft-forum .wp-foro-custom-wrap  #wpforo-title {display: none;}
.wp-foro-custom-wrap .wpforo-category {
    background-color: transparent !important;
    border-bottom: 0px solid #43a6df !important;
}

#wpforo #wpforo-wrap .wpforo-cat-panel {
    padding: 6px 0px 6px 0 !important;
}


.wpforo-main .wpforo-section .wpf-threads {
    border: #E3E3E3 1px solid !important;
    border-bottom: #E3E3E3 0 solid !important;
    background: #FFFFFF !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;

}

#wpforo #wpforo-wrap .wpforo-cat-panel .cat-icon {display: none !important;}
#wpforo #wpforo-wrap .wpforo-cat-panel .cat-name,
.my-activity-heading,
body.wpft-topic .wpf-head-bar .wpf-head-bar-left h1 {
    color: #17161A !important;
    font-size: 48px !important;
    font-weight: 800 !important;
}

.wp-foro-custom-wrap .wpforo-cat-panel .wpf-head-bar-right .add_wpftopic,
body.wpft-topic .wpf-head-bar .wpf-head-bar-right #add_wpftopic.wpf-button {
    background: #427D9D !important;
    border: #427D9D 1px solid !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button,
body.wpft-topic .wpf-head-bar .wpf-head-bar-right #add_wpftopic.wpf-button {
    padding: 16px 65px 16px 65px !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button span {
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button i:before {
    /* content: "\f304"; */
    color: #FFFFFF !important;
}


.wpforo-main .wpforo-section .wpf-more-topics {
    border: #E3E3E3 1px solid !important;
    border-top: #E3E3E3 0 solid !important;
    background: #FFFFFF !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    padding-bottom: 45px !important;
    padding-top: 30px !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item {
    border-bottom: 1px solid #E3E3E3 !important;
    padding: 7px 5px 6px 0;   
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads {
    padding: 0 !important;
    padding: 20px 20px !important;
    
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box {
    font-size: 14px;     
    padding: 10px 15px 20px 15px;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-list {
    
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads {
    margin-bottom: 0 !important;
    margin-top: 40px;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread {
    padding: 20px 0;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a {
    color: #427D9D;
    font-weight: 700;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a.wpftpxa {
    font-weight: 400;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-author-name {
    padding-top: 10px;
}


.wp-foro-custom-wrap .wpf-threads-head .wpf-head-box.wpf-thead-status,
.wp-foro-custom-wrap .wpf-thread-list .wpf-thread .wpf-thread-box.wpf-thread-status {display: none !important;}

#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-last-reply,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply {
    width: 15%;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-title,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title {
    width: 45%;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-author,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-author {
    width: 10%;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-forum,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum {
    width: 13%;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-posts,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-posts {
    min-width: auto;
    width: 10%;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-views,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views {
    min-width: auto;
    width: 9%;
}

#wpforo #wpforo-wrap .wpf-threads-head .wpf-head-box {
    color: #17161A !important;
    font-size: 14px;
    font-weight: 600;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item {
    width: 33.33%;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-list .wpf-thread-author-name a {
    color: #427D9D !important;
    font-size: 12px;
    font-weight: 400 !important;
    color: #000 !important;
    font-weight: 500 !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-list .wpf-thread-last-user a {
    color: #427D9D !important;
    font-size: 12px;
    font-weight: 400 !important;
    color: #000 !important;
    font-weight: 500 !important;
    word-break: break-word !important;
}

.wp-foro-custom-wrap .wpf-topic-form-extra-wrap {
    /* border: #E3E3E3 1px solid !important;
    background: #FFFFFF; */
    border-radius: 0;
    margin-bottom: 30px !important;
    padding: 0 0 0 !important;
}

.wp-foro-custom-wrap .wpf-topic-form-extra-wrap .wpf-topic-forum-field {
    text-align: left !important;
    border: #E3E3E3 1px solid !important;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 30px !important;
    padding:20px 20px 15px !important;
}

.wp-foro-custom-wrap .wpf-topic-form-ajax-wrap .wpf-form-wrapper.wpf-topic-create,
body.wpft-topic  .wpf-form-wrapper.wpf-topic-create {
    border: #E3E3E3 1px solid !important;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 30px !important;
    padding:20px 20px 15px !important;
}
#wpforo #wpforo-wrap form .wpf-buttons-wrap {
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 10px;
}
#wpforo #wpforo-wrap form .wpf-buttons-wrap .wpf-button {
    background: #427D9D !important;
    border: #427D9D 1px solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 10px 40px !important;
    font-weight: 600 !important;
}

#wpforo #wpforo-wrap .wpf-topic-form-wrap > .wpf-extra-fields,
#wpforo #wpforo-wrap .wpf-topic-sbs {
    /* display: none !important; */
}

#wpforo #wpforo-wrap .wpf-field .wpf-field-wrap .mce-tinymce.mce-container.mce-panel {
    border: 1px solid #E3E3E3 !important;
    border-width: 1px !important;
}

#wpforo #wpforo-wrap .wpf-extra-fields .wpf-default-attachment {
    border-bottom: 1px solid #E3E3E3 !important;
    padding: 10px 0;
}

#wpforo #wpforo-wrap .wpf-field {
    border-bottom: 0 dashed #ccc;
}


.wp-foro-custom-wrap .wpf-topic-form-extra-wrap .wpf-topic-forum-field label {
    color: #17161A !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.wp-foro-custom-wrap .wpf-topic-form-extra-wrap .wpf-topic-forum-wrap {
    width: 100% !important;
    border: 0 !important;
}

.wp-foro-custom-wrap .wpf-topic-form-extra-wrap .wpf-topic-forum-wrap select {
    border: 0 solid #dadada !important;
    box-shadow: none !important;
    border-bottom: 1px solid #dadada !important;
    background: transparent !important;
}

#wpforo #wpforo-wrap .wpf-default-attachment input {
    border-bottom: 0 !important;
}
#wpforo #wpforo-wrap .wpf-default-attachment p {
    font-style: normal !important;
}

#wpforo #wpforo-wrap .wpforo-category .wpf-button i.fa-xmark {
    font-size: 25px;
    line-height: 16px;
    width: 20px;
    height: 13px;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title .wpf-thread-author-name,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-posts,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply {
    font-size: 12px;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply {
    color: #6B6B6B !important;
}


.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Profile,
.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Account,
.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Favored,
.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Subscriptions,
.wpforo-right-sidebar .wpf-prof-buttons .wpf-logout {
    display: none !important;
}

.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Activity {
    width: 100%;
    border: #427D9D 1px solid !important;
    background: #fff !important;
    border-radius: 4px !important;
    padding: 13px 20px !important;
    color: #427D9D !important;
    font-size: 16px !important;
    line-height: 17px !important;
    font-weight: 600 !important;
}
.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Activity:hover {
    background: #427D9D !important;
    color: #fff !important;
}

.wpforo-right-sidebar .wpf-prof-buttons .wpf-member-profile-button-Activity svg {display: none !important;}

/* .wpforo-right-sidebar .wpf-prof-header,
.wpforo-right-sidebar .wpf-prof-notifications,*/
.wpforo-right-sidebar .wpf-prof-content {display: none !important;} 

.wpforo-right-sidebar .wpf-prof-header {margin-bottom: 20px !important; }
.wpforo-right-sidebar .wpf-prof-header .wpf-prof-info,
.wpforo-right-sidebar .wpf-prof-header .wpf-prof-alerts {padding-bottom: 15px !important;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications, 
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications {
    top: -20px;
}
#wpforo #wpf-widget-profile .wpf-widget-alerts.wpf-new svg, #wpf-widget-profile .wpf-widget-alerts.wpf-new svg {
    color: #164863 !important;
}
#wpforo #wpf-widget-profile .wpf-widget-alerts .wpf-alerts-count, #wpf-widget-profile .wpf-widget-alerts .wpf-alerts-count {
    color: #164863 !important;
}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head {
    color: #000000;
    border-bottom: 2px solid #164863 !important;
}

#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-info, 
#wpf-widget-profile .wpf-prof-header .wpf-prof-info {
    border-bottom: 1px solid #6B6B6B !important;
}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts, 
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts {
    border-bottom: 1px solid #6B6B6B !important;
}

.wpforo-right-sidebar .wpf-prof-header .wpf-prof-avatar {display: none;}

.wpforo-right-sidebar h3.widget-title {
    font-weight: 800 !important;
    font-size: 18px !important;
    color: #17161A !important;
    border-bottom: 1px solid #6B6B6B !important;  
    margin-bottom: 10px !important;
}

.wpforo-right-sidebar .wpforo-list-item .postuser {
    margin-top: 10px !important;
    color: #6B6B6B !important;
}
.wpforo-right-sidebar .wpforo-list-item .postuser a {
    color: #427D9D !important;
    color: #6B6B6B !important;
    font-weight: 500 !important;
}

#wpforo .wpforo-widget-wrap .wpforo-widget-content li {
    padding: 15px 0 !important;
}
#wpforo .wpforo-widget-wrap .wpforo-widget-content li:first-of-type {
    padding-top: 0 !important;
}

.wpft-post .wpf-head-title h1 {
    color: #17161A !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    padding-bottom: 5px !important;
}
.wpft-post .wpf-head-title h1 span {
    font-size: 13px !important;
    margin-top: 2px !important;
    float: left !important;
    margin-right: 9px !important;
    font-weight: 700 !important;
}

.wpforo-right-sidebar .wpforo-list-item .posttext {display: none;}

#listing_tab_reviews>div>.container {display: block !important;}

.indiv-usr-work-org {margin-bottom: 0 !important;}

.indiv-usr-work-org>.element .food-menu-items {grid-gap: 0 !important; margin-top: 20px !important;}
.indiv-usr-work-org>.element .single-menu-item .buttons {display: none !important;}
.indiv-usr-work-org>.element .food-menu-items .menu-content {
    padding: 5px 15px !important;
}

.indiv-startups-following>.element .food-menu-items {grid: none !important;margin-top: 30px;}
.indiv-startups-following>.element .single-menu-item {display: block !important; width: 100% !important;}
.indiv-startups-following>.element .single-menu-item .menu-thumb.photoswipe-gallery {
    width: 70px;
    float: left;
    height: 70px;
}
.indiv-startups-following>.element .single-menu-item .menu-thumb.photoswipe-gallery .photoswipe-item {
    padding-bottom: 0 !important;
}
.indiv-startups-following>.element .food-menu-items .menu-content {
    padding: 0 0 0 25px;
    width: calc(100% - 75px);
    float: left;
}
.indiv-startups-following>.element .single-menu-item .menu-thumb.photoswipe-gallery .photoswipe-item img {
    position: static !important;
    border-radius: 50%;
}
.indiv-startups-following > .element .single-menu-item .menu-thumb.photoswipe-gallery .photoswipe-item:hover img {
    opacity: 1;
    transform: scale(1);
}
.indiv-startups-following > .element .single-menu-item .menu-thumb.photoswipe-gallery .photoswipe-item {
    padding-bottom: 0 !important;
    background: transparent;
}

.wpf-prof-buttons a.wpf-member-profile-button-Activity .textchang {font-weight: 600!important;}

body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpforo-profile-head,
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpforo-profile-head-bottom,
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpforo-user-actions,
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpforo-profile-menu {display: none !important;}

#wpforo .wpforo-right-sidebar .wpforo-widget-wrap .wpforo-list-item .postuser a,
#wpforo .wpforo-content .wpf-threads .wpf-thread-list .wpf-thread-last-reply .wpf-thread-last-info .memberlink a,
#wpforo .wpforo-content .wpf-threads .wpf-thread-list .wpf-thread-box.wpf-thread-title .wpf-thread-author-name a {
    cursor: text !important;
}

body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity {
    padding-top: 15px !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpf-activity-panel {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 5px 0 !important;
    margin: 30px 0 20px 0 !important;
}

body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper {
    background: #FFFFFF;
    border: #E3E3E3 1px solid !important;
    border-radius: 8px;
    padding: 25px !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity {
    border-bottom: #E3E3E3 1px solid !important;
    padding: 10px 0 20px 0 !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-tlabel {
    display: none !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-title {
    color: #427D9D !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-icon {
    width: 60px !important;
    padding: 5px 0 !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-data {
    padding-left: 0 !important;
    width: calc(100% - 0px) !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-flabel {
    display: none;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-forum {
    border: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
}

body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpfa-reply-wrapper .wpf-activity .wpf-activity-stat {
    margin-top: 12px !important;
}

body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpf-activity-panel .wpf-activity-panel-right span {
    border-right: 1px solid #D8D8D8 !important;
    font-size: 13px !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpf-activity-panel .wpf-activity-panel-right span.wpf-active {
    border-right: 0 solid #D8D8D8 !important;
}
body.wpft-activity #wpforo-wrap.wpft-activity .wpforo-profile-content.wpf-pt-activity .wpf-activity-panel .wpf-activity-panel-right span:last-child {
    border-right: none !important;
}


#wpforo #wpforo-wrap .wpfa-reply .wpf-activity-icon svg,
#wpforo #wpforo-wrap .wpf-activity-icon svg {
    width: 25px !important;
    height: 25px !important;
    fill: #ABABAB !important;
}

/* body.wpft-post .wpforo-content  .wpf-action-link  */
body.wpft-post .wpforo-content  .wpf-post-head-bottom {display: none !important;}

body.wpft-post .wpforo-content .wpforo-post-head {
    margin-bottom: 30px !important;
}
body.wpft-post .wpforo-content .wpforo-post-head  .wpf-post-head-top {
    background-color: #E8E8E8 !important;
    border-left: 4px solid #43A6DF !important;
    padding: 17px 12px 17px 19px !important;
}
body.wpft-post .wpforo-content .wpforo-post-head  .wpf-post-head-top .wpf-post-info .wpf-post-info-forum {
    margin-bottom: 5px !important;
}
body.wpft-post .wpforo-content .wpforo-post-head  .wpf-post-head-top .wpf-post-info  a {
    color: #427D9D !important;
}
body.wpft-post .wpforo-content .wpforo-post-head  .wpf-post-head-top .wpf-post-stat-box svg {
    display: none !important;
}
body.wpft-post .wpforo-content .wpforo-post-head  .wpf-post-head-top .wpf-post-stat-box .wpf-tstat {
    color: #000 !important;
    font-size: 13px !important;
}
body.wpft-post .wpforo-content .wpforo-post-head  .wpf-post-head-top .wpf-post-stat-box .wpf-tlabel {
    font-size: 12px !important;
}


body.wpft-post .wpforo-content .wpforo-post-head .wpf-topic-more-info .wpf-tmi-users-data .wpf-tmi-user-avatar a,
body.wpft-post .wpforo-content .wpforo-post-head .wpf-topic-more-info .wpf-topic-overview-tree .wpf-tmi-item a {
    cursor: text !important;
}
body.wpft-post .wpforo-content .wpforo-post-head .wpf-topic-more-info {
    background-color: #ffffff !important;
    border: #E3E3E3 1px solid !important;
    margin-top: 15px !important;
    padding: 20px 20px 10px 20px !important;
    border-radius: 8px !important;
}

body.wpft-post .wpforo-content .custom-single-post-wrap {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: #E3E3E3 1px solid !important;
    border-bottom: 0 !important;
    background: #fff;
    padding: 30px !important;
}
body.wpft-post .wpforo-content .wpf-form-wrapper.wpfel-4 {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: #E3E3E3 1px solid !important;
    border-top: 0 !important;
    margin-top: -10px !important;
    background: #fff !important;
    width: 100% !important;
    padding: 30px !important;
}

body.wpft-post .wpforo-content .wpforo-topic-footer.wpfbg-9 {display: none !important;}
body.wpft-post .wpforo-content  {margin-bottom: 50px !important;}

body.wpft-post .wpforo-content .wpforo-post .wpf-left {
    width: 55px !important;
    padding: 5px 1px 10px !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-left .wpf-author-avatar {
    max-height: 54px !important;
    max-width: 54px !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-left .avatar {
    width: 54px !important;
    max-height: 54px !important;
    border: #e6e6e6 0px solid !important;
    padding: 0 !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-left .wpf-author-data,
body.wpft-post .wpforo-content .wpforo-post .wpf-left .wpforo-membertoggle,
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-bottom .wpf-author .wpf-author-nicename,
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-bottom .wpf-author .wpf-author-joined,
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-top .wpf-author .wpf-post-starter {display: none !important;}

body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-top .wpf-author-name i {
    font-size: 10px !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-top .wpf-author-name .wpfcl-0 {
    color: #D4D4D4 !important;
}

body.wpft-post .wpforo-content .wpforo-post .wpf-right {
    padding-left: 20px !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-top .wpf-author-name span {vertical-align: top !important;}
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-head-top .wpf-author-name a {
    line-height: 30px !important;    
    color: #427D9D !important;
}

body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content {
    margin-top: 0 !important;
    color: #17161A !important;
}
body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-post-replies-bar {
    /* margin-left: 0 !important; */
}
body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-author-head .wpforo-membertoggle {display: none !important;}
body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-child-post .wpf-reply-content .wpf-reply-tree {
    margin: 12px 25px 15px 0 !important;
    padding: 10px 0 12px 0 !important;
}

body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-post-replies-bar {
    margin-left: 0 !important;
    border-bottom: #E3E3E3 1px solid !important;
    padding: 0 0 10px 0 !important;
}
body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-post-replies-bar .wpf-prsep {
    border: 0 !important;
}
body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-post-replies-bar .wpf-post-replies-info {
    color: #8D8D8D !important;
}
body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-replies-sep {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-foot {
    padding: 8px 0 9px 0 !important;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-foot .wpforo-reply {
    padding: 2px 0 !important; 
}

/* body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-foot .wpf-reaction-wrap,
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpforo-post-footer,
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-foot .wpf-buttons {display: none !important;} */

.wpforo-reaction.wpf-popover .wpf-react.wpf-react-down {display: none !important;}

body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpf-content-foot .wpf-buttons .wpf-action.wpforo-quote {display: none !important;}


#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content {
    border-radius: 4px;
    box-shadow: none;
    border: #e1e1e1 1px solid;
    background: #fff;
}
body.wpft-post .wpforo-content .wpforo-post .wpf-right .wpforo-post-footer .reacted-users {
    padding: 10px 15px 5px 0 !important;
}

body.wpft-post .wpforo-content .wpf-form-wrapper .wpf-post-create .wpf-buttons-wrap {
    justify-content: end !important;
    margin-top: -30px !important;
    padding: 0 10px 20px 0 !important;
}
body.wpft-post .wpforo-content .wpf-form-wrapper .wpf-post-create .wpforo-revisions-wrap {display: none !important;}







body.wpft-post .wpforo-content .custom-single-post-wrap .wpf-post-replies.level-1 {
    margin-top: 30px !important;
    margin-left: 70px !important;
}

body.wpft-topic .wpf-head-bar {
    border-left: 0 solid #8224e3 !important;
    border-bottom: 0px solid #e6e6e6 !important;
    padding: 15px 0 0 0 !important;
    background-color: transparent !important;
}
body.wpft-topic .wpf-head-bar .wpf-action-link {display: none !important;}

body.wpft-topic .wpf-head-bar .wpf-head-bar-right {
    padding: 0px 1px 0 1px !important;
}


body.wpft-topic #wpforo #wpforo-wrap .wpforo-main .wpfl-4.wpforo-section .wpf-threads {
    border: #E3E3E3 1px solid !important; 
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-bottom: 30px !important;
}

.woocommerce-MyAccount-navigation .log-out {display: none !important;}

.header-right .header-button a.buttons {
    background: #DDF2FD !important;
}
.header-right .header-button a.buttons:hover {
    background: var(--accent) !important;
    color: #DDF2FD !important;
}

body.logged-in footer .footer-register-button { display: none !important;}

.terms-pages h2 {
    color: #17161A !important;
    font-family: "Sora", Sans-serif !important;
    font-weight: 800 !important;
}
.terms-pages p {
    color: #17161A !important;
    font-family: "Sora", Sans-serif !important;
    font-size: 15px !important;
}
body.logged-in .messaging-center.inbox-header-icon {
    pointer-events: auto !important; 
}

body.woocommerce-my-listings #job-manager-job-dashboard .listing-cell .listing-info,
.wpf-post-btns .wpf-action.wpforo-bookmark {display: none !important;}

/*.wpf-post-btns .wpf-action.wpforo-report*/

footer .elementor-widget-text-editor p {color: #8D8D91 !important;}


#wpforo #wpforo-wrap .wpforo-post .wpforo-portable-form-wrap .wpforo-post-form button.wpf-button[type=submit] {
    background: #427D9D !important;
    border: #427D9D 1px solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 5px 30px !important;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-portable-form-wrap .wpforo-post-form button.wpf-button-secondary[type=reset] {
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 5px 30px !important;
    border-radius: 4px !important;
}
body #wpforo #wpforo-wrap form[data-textareaid] #wpf-mention-list > li.wpf-mention-list-row.wpfm-focus {
    background: #427D9D !important;
    color: #fff !important;
}

#wpforo-dialog #wpforo-report-content {
    min-height: 130px;
}
#wpf-mention-list-wrap #wpf-mention-list > li.wpf-mention-list-row {
    margin: 0 !important;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a {
    font-weight: 600;
}
/* .wpforo-list-item .posttitle a[href^="#"].wpftpxa,
.wpf-thread-list .posttitle a[href^="#"].wpftpxa {
    text-transform: capitalize;
} */



@media only screen and (max-width: 1024px) {
.login-container {
    align-items: center;
}
.no-login-background .login-content {
    width: 360px;
    padding: 30px 30px 50px 30px;
}
.custom-login-image-text-panel {
    max-width: 550px;
    min-height: 450px;
}
.custom-login-image-text-panel h3 {
    font-size: 25px;
    line-height: 30px;
}
.custom-login-image-text-panel p {
    padding-right: 0;
}
.login-content .login-tabs li h3 {
    font-size: 20px;
    line-height: 25px;
}

.single.single-post .section-body {
    padding-bottom: 30px;
}
.single.single-post .blog-title h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

.single.single-post .page-generator__output, .single.single-post p {
    font-size: 15px !important;
    line-height: 25px !important;
}

.single.single-post blockquote p {
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 2px;
}

.contact-left-social {
    margin-top: 135% !important;
}


}





@media (min-width: 768px) {

.footer-width-fixer .e-con-inner {
        width: 750px;
}


}



@media (min-width: 992px) {

.footer-width-fixer .e-con-inner {
    width: 970px;
}
    
}


@media (min-width: 1200px) {

.footer-width-fixer .e-con-inner {
    width: 1170px;
}
        
}

@media (min-width: 1500px) {

.footer-width-fixer .e-con-inner {
    width: 1140px;
}

}

@media (min-width: 1500px) {
.woocommerce-MyAccount-navigation > ul.short,
.woocommerce-MyAccount-navigation > .cts-carousel.no-list-style {
    width: 1360px;
    margin: auto;
}
}


@media only screen and (max-width: 921px) {

.no-login-background .login-content {
    width: 300px;
}
.login-content form.sign-in-form.login, .login-content form.sign-in-form.register {
    padding-top: 20px !important;
}
.login-content .sign-in-form button[type="submit"] {
    padding: 12px 40px;
    font-size: 14px;
}
.login-content .login-tabs li h3 {
    font-size: 15px;
    line-height: 20px;
}
.custom-login-image-text-panel {
    max-width: 450px;
    min-height: 530px;
}
.login-content .cts-social-login-wrapper p {
    font-size: 14px;
    margin-bottom: 15px;
}
.custom-login-image-text-panel h3 {
    font-size: 20px;
    line-height: 25px;
}
.custom-login-image-text-panel p {
    font-size: 14px;
    line-height: 20px;
}



}


@media only screen and (max-width: 800px) {

body.wpft-post .wpforo-content .wpforo-post .wpforo-memberinfo    {display: none !important;}

}



@media only screen and (max-width: 768px) {

.home-lastestnews-panel .rt-content-loader {
    margin: 0 -5px;
}
.contact-left-social {
    margin-top: 225% !important;
}

}

@media only screen and (max-width: 767px) {

.no-login-background .login-content {
    width: 450px;
}
.custom-login-image-text-panel {display: none;}

.footer-width-fixer .custom-menu-footer li a {
    font-size: 14px;
}
.home-header-search-panel-block .featured-search form {
    grid-template-columns: 2fr 2fr 2fr;
}

.footer-width-fixer .e-con-inner {
    padding-right: 20px;
    padding-left: 20px;
}
.single.single-post .blog-title h1 {
    font-size: 20px;
    line-height: 25px;
}

.single.single-post .blogpost-section {
    padding-right: 10px;
    padding-left: 10px;
}
.single.single-post .section-body {
    padding-bottom: 10px;
}

.single.single-post .post-cover-buttons>ul>li>a, 
.single.single-post .post-cover-buttons>ul>li>div {
    font-size: 12px;
}
.single.single-post blockquote p {
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.single.single-post blockquote p {
    font-size: 15px !important;
    line-height: 25px !important;
}
.footer-register-button .elementor-widget-container {text-align: center;}
.footer-register-button .elementor-button-link {
    width: 100%;
}
footer .footer-copyright {
    line-height: 25px;
}
footer .footer-copyright .divider-line {display: none;}
footer .footer-copyright .developed {display: block;}

.resource-panel table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, 
.resource-panel table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 35px;
    background-color: #164863;
}

.contact-img-block-left {background-position: center bottom !important;}
.contact-left-social {
    margin-top: 30% !important;
}

}

@media only screen and (max-width: 650px) {

.home-header-search-panel-block .featured-search form {
    grid-template-columns: 1fr;
}

.home-joinnow-panel .boxcustom {
    border-radius: 10px;
}


}


@media only screen and (max-width: 640px) {

.resource-panel .dataTables_wrapper label {
    width: 100%;
}

.resource-panel table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, 
.resource-panel table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 35px;
}

}


@media only screen and (max-width: 620px) {
#wpforo #wpforo-wrap .wpforo-cat-panel .cat-name, 
.my-activity-heading, body.wpft-topic .wpf-head-bar 
.wpf-head-bar-left h1 {
    font-size: 40px !important;
}
.wpf-head-bar-left h1 {
    margin-bottom: 20px !important;
}
body.wpft-topic .wpf-head-bar {
    padding: 0 0 0 0 !important;
}

}


@media only screen and (max-width: 480px) {

.no-login-background .login-content {
    width: 85%;
}

.social-share-modal .share-options {
    min-width: unset !important;
}

#wpforo #wpforo-wrap  .wpfl-4 .wpf-threads-head .wpf-thead-last-reply, 
#wpforo #wpforo-wrap  .wpfl-4 .wpf-thread-box.wpf-thread-last-reply {
    width: 25% !important;
}

}