

/* adds styling to the bullet points on post pages

example link - /articles/finding-opportunities-to-leverage-artificial-intelligence-ai-in-your-business-three-key-ingredients/

*/


/* Takes out transparent text on /about-sapinsider/ page */

.elementor-kit-21355 h2 {
     color: black;
}




/* nav */

.header_navbar__search_content .uk-container .btn_search_open {
    background: none;
    border: none;
    padding: 0;
    color: #01093F;
    font-size: 32px;
    width: 32px;
    height: 32px;
}


.search-results-section {
    margin-top: 25px;
}
a.uk-card-href {
    width: 100%
}
a.uk-card-href:hover {
    text-decoration: none !important;
}

img.uk-card-icon {
    height: 120px !important;
    top: 20% !important;
}

.uk-card.uk-card-default .uk-card-media-top .img_wrapper .attachment-post-thumbnail {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
}

#newsletter-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 1000;
    cursor: pointer;
}

#newsletter-overlay .container {
    z-index: 1001;
    box-shadow: 0px 10px 10px #00000029;
}

.amf-el label {
    width: 120px;
}

.amf-el .amf-el-inner {
    margin-left: 135px !important;
}

.uk-width-expand {
    min-width: 60%;
}

.sap-top-ad > div {
    height: unset !important;
}

ul.networks {
    margin-top: 25px;
}
.ms-post-sub-content {
    margin-top: 50px;
}
/*
.uk-card.sap-scale {
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.uk-card.sap-scale:hover {
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.uk-card-body {
    transition: all 0.8s ease-in-out;
}


.uk-card.sap-scale:hover > .uk-card-body h3 {
    -ms-transform: scale(.92);
    -moz-transform: scale(.92);
    -webkit-transform: scale(.92);
    -o-transform: scale(.92);
    transform: scale(.92);
    transition: all 0.8s ease-in-out;
}


.uk-card.sap-scale:hover > .uk-card .uk-card-media-top .tags .tag {
    -ms-transform: scale(.92);
    -moz-transform: scale(.92);
    -webkit-transform: scale(.92);
    -o-transform: scale(.92);
    transform: scale(.92);
    transition: all 0.8s ease-in-out;
}

.uk-card.sap-scale:hover > .uk-card-body {
    -ms-transform: scale(.92);
    -moz-transform: scale(.92);
    -webkit-transform: scale(.92);
    -o-transform: scale(.92);
    transform: scale(.92);
    transition: all 0.8s ease-in-out;
}
*/
@media (min-width:1200px) {
    .uk-grid {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .group_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .group_btn .uk-button {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    /* Article Tiles */
    .uk-card.uk-card-default .uk-card-media-top .tags .tag {
        font-size: 10px;
        padding: 6px 8px;
    }
}

@media only screen and (max-width: 414px ) {
    .header {
        padding: 0;
    }
    .mega-menu-wrap .mega-sap-btn-yellow.mega-menu-item {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
}
@media only screen and (max-width: 410px) {

.group_btn .uk-button {
        font-size: 11px !important;
    }

}