/*
 * Theme Name:  Platform Child
 * Theme URI:   https://platform.codesupply.co/
 * Description: Platform Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    platform
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


body.page-template.page.page-id-5923 .cs-site-primary .cs-container {
    max-width: 100%;
    padding: 0;
}
.categoryBlog span.csco-category-content {
    background-color: #501c85;
}
.categoryBlog span.csco-category-content:hover {
    background-color: #ffae1b;
}

.postCategory .sp-pcp-post-thumb-area img {
    height: 210px;
    object-fit: cover;
}
.postCategory .sp-pcp-post.default {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px !important;
    border: 0 !important;
}
.postCategory .sp-pcp-section {
    padding: 0 5px;
}
.postCategory .sp-pcp-post.default h2.sp-pcp-title, 
.postCategory .sp-pcp-post.default h2.sp-pcp-title a {
    color: #501C85;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.postCategory .sp-pcp-post.default .sp-pcp-post-content {
    color: #0a2540;
    font-family: 'Inter';
    font-weight: 300;
}
.searchicon label.e-search-label {
    top: 5px;
}
.postCategory .sp-pcp-post.default .sp-pcp-readmore a.pcp-readmore-link {
    border-radius: 10px !important;
    padding: 12px 20px;
}
.postCategory .sp-pcp-post.default {
   /* min-height: 440px !important;*/
}
.postCategory .sp-pcp-carousel {
  padding-top: 20px !important;
}
.postCategory  .pcp-button-prev.swiper-button-prev.top_right {
    bottom: 10px !important;
    top: unset;
    right: 51%;
}
.postCategory  .pcp-button-next.swiper-button-next.top_right {
    bottom: 10px !important;
    top: unset;
    right: 48%;
}.postCategory .sp-pcp-post.default li {
    color: #0A2540;
}.postCategory .sp-pcp-post.default img {
    height: 210px !important;
    object-fit: cover;
}
.postSlideNew .swiper-slide a {
    /*border: 1px solid #ffae1b;*/
	padding:10px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px !important;
}
.postSlideNew .swiper-wrapper {
    padding-bottom: 70px;
}
.postSlideNew  .swiper-button-prev,
.postSlideNew  .swiper-button-next{
    left: unset;
    bottom: 6px;
    top: unset;
    background-color: #501c85;
    height: 33px;
    width: 33px;
    border: 1px solid #ffffff;
    text-align: center;
}
.postSlideNew  .swiper-button-prev:after,
.postSlideNew  .swiper-button-next:after{ color:#fff; font-size:14px;}

.postSlideNew  .swiper-button-prev{ 
	right: 50% !important;}

.postSlideNew  .swiper-button-next {
    right: 46% !important;
}
.postSlideNew  .swiper.trending-slider {
    padding: 10px;
}



@media only screen and (max-width: 767px) {
.postCategory  .pcp-button-next.swiper-button-next.top_right {
    right: 40%;
}

}



