/*
THESE ITEMS NEED ROLLED INTO THE MAIN COMPILED CSS
*/

ul li,
ul li span {
    color: #000 ;
}

ul li span.elementor-edit-link-title{
    color: #f0f0f1;
}

.research-agenda-cta {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    border-radius: 5px;
    -webkit-border-radious: 5px;
}

.research-agenda-cta h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}


/* ORDER RECEIVED */

body.woocommerce-order-received .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
body.woocommerce-order-received .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    margin-bottom: 1em;
}


/* ENGAGE TEMPLATE */

body.page-template-engage .who-we-serve .who-we-serve-slider-icon-nav .who-we-serve-icon:hover {
    background-color: transparent;
    border: 2px dashed #e6e6e6;
}

body.page-template-engage .who-we-serve .who-we-serve-slider-icon-nav .who-we-serve-icon:before {
    display: none;
}

.blue-image {
    border-radius: 5px;
    -webkit-border-radious: 5px;
}

a.rollblack:hover {
    color: #000;
}

.post-type-archive-analyst .research-cat {
    display: none;
}

body.page-template-responsibility .blue-box .blue-image {
    min-height: 370px;
}

@media (min-width: 1500px) {
    header .menu-main-container ul li a:hover {
        color: #000 !important;
    }
    header .menu-main-container ul li ul li a:hover {
        color: #f47c3c !important;
    }
}

.orange-dropdown .dropdown-items li a {
    font-style: normal !important;
}


/* Home Page */

.home-hero-wrapper .featured-post img {
    height: auto;
    /*width: 100%;
    max-width: 100%;
    padding: 0;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    border: 0 none;
    object-fit: unset;
    object-position: unset;*/
}

.home-slider {
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.home-slider .headline {
    display: none;
}

@media only screen and (max-width: 600px) {
    .home-slider {
        max-height: 135px !important;
        margin-top: 135px;
        margin-bottom: 0px !important;
    }
    .home-slider .slick-slide img {
        display: none;
    }
    .home-slider .slick-slide h1 {
        height: 150px;
        overflow: hidden;
    }
}


/* RESEARCH PAGE */

body.post-type-archive-product .home-slider {
    margin-top: 25px;
}


/* EVENTS PAGE */
.events-btn-wrapper { margin-bottom:20px; text-align:center; }
/*
body.single-events .event-content img, body.single-events .event-content table  {  display:none; }
body.single-events .event-content img, body.single-events .event-content .mb-4 div span { display:none; }
*/

/* ANALYST / TEAM PROFILE PAGE */

.teamBG.large {
    padding-top: 150px;
    padding-bottom: 150px;
    border-radius: 5px;
    -webkit-border-radious: 5px;
}

/* Cart Page */
.woocommerce-cart .shop_table th.product-remove {
    display: none;
}

.woocommerce-cart table.shop_table_responsive tr {
    justify-content: space-between;
}

.woocommerce-cart table.shop_table_responsive th.product-price {
    padding-right: 9em;
}

.woocommerce-cart table.shop_table_responsive th.product-name {
    padding-left: 15em;
    width: 100% !important;
}

.woocommerce-cart table.shop_table_responsive th {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce-cart table.shop_table td {
    border-top: none !important;
}

.woocommerce-cart .shop_table.shop_table_responsive .woocommerce-shipping-totals td {
    width: 50%;
    text-align: right !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}