/*
Theme Name: Parliament Update
Theme URI: 
Author: 
Author URI: 
Description: Parliament Update
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parliament-update
*/

body
{
    background: #efefef; 
}

.bottom .caption {
    color: #ffffff;
}
h2.heading{
	text-align: center;
}
.high-quality-ad {
    width: 100%;
    /* height: 100px;
    object-fit: cover; */
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;
    display: block;
}
.episode-error {
    background-color: #fff3f4;
    border-left: 4px solid #dc3232;
    padding: 12px;
    margin: 10px 0;
}

.episode-error p {
    margin: 0;
    color: #666;
}

.no-episodes {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 4px;
}

.no-episodes p {
    margin: 0;
    color: #666;
}

/* Presenter Grid Layout */
.page-grid {
    padding: 20px 0 60px 0;
}


/* Team Card Styles */
.team__card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team__card:hover {
    transform: translateY(-5px);
}

/* Image Container */
.team__img {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.team__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Social Icons */
.social-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    display: flex;
    gap: 15px;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.team__card:hover .social-icons {
    transform: translateY(0);
}

.social-icon {
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.social-icon:hover svg {
    fill: #007bff;
}

/* Content Area */
.team__content {
    padding: 25px;
}

.team__name {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.team__name a {
    color: #333;
    text-decoration: none;
}

.team__name a:hover {
    color: #007bff;
}

.team__bio {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}


/* Contact Info */
.contact-info {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

.info:last-child {
    margin-bottom: 0;
}

.info .icon {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}

.info a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.info a:hover {
    color: #007bff;
}

/* Remove Swiper Slide Class Properties */
.swiper-slide {
    height: auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* .site-main {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    } */

    .team__content {
        padding: 20px;
    }

    .team__name {
        font-size: 18px;
    }
}

.content-wrap-wrapper-main .navigation.pagination .nav-links{
    justify-content: center;
    margin-top: 32px;
}
.content-wrap-wrapper-main .navigation.pagination .nav-links .page-numbers.current{
    color: #fff;
}

.newsletter_form_wrap .wpforms-form{
    padding: 24px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
}
.newsletter_form_wrap .wpforms-submit{
    width: 100%;
    background-color: #E02A20 !important;
    border-radius: 4px;
}
.site-header .header-top {
    background-color: #fff !important;
    padding: 2px;
}
.site-header .desktop-header .header-bottom .header-mid .menu-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 6px 10px !important;
    color: #666;
    font-weight: normal;
}
.site-header .desktop-header .header-bottom .header-mid .menu-container .menu > .menu-item:first-child{
    font-size: 0;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 8v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V11l9-8z'/%3E%3C/svg%3E");
    mask-position: center;
    mask-size: 20px;
    background-color: #000;
    width: 20px;
    height: 20px;
    mask-repeat: no-repeat;
}
.site-header .desktop-header .header-bottom .header-mid .menu-container .menu > .menu-item:first-child:hover{
    background-color: #FA0001;
}

.site-footer .footer-top .widget.widget_nav_menu .menu-contact-container ul li a{
    word-break: break-all;
}
.site-footer .footer-newsletter input{
    width: 100%;
    border-radius: 8px;
    padding: 8px 16px;
}
.site-footer .footer-newsletter input[type=submit]{
 width: fit-content;
background-color: #FA0001;
    color: #fff;
    border: 0;
}
.site-footer .form-input-wrap{
    position: relative;
}
.site-footer .form-input-wrap input[type=submit]{
    position: absolute;
    right: 8px;
    top: 8px;
}
.footer-top .footer-menu-links .menu-featured-container{
    display: flex;
    justify-content: space-between;
}
.site-footer .footer-bottom .footer-bottom-copry-right .wp-block-group{
    flex-direction: column ;
}
.site-footer .footer-bottom .footer-bottom-copry-right .wp-block-group__inner-container{
    justify-content: left !important;
}
.site-footer .site-branding .custom-logo-link img{
	max-width: 80px !important;
}
.site-footer .social-networks li a{
	background-color: #FFF;
}
.site-footer .social-networks li a svg path{
	fill: #033AA1;	
}

@media screen and (min-width: 767px){
	.site-footer .footer-bottom .footer-bottom-copry-right .wp-block-group{
    flex-direction: row !important;
	}
}

.site-footer .footer-top{
	padding: 40px 0;
}
.footer-menu-wrapper{
    display: flex;
    /* gap: 24px; */
}
.other-column h5{
	margin-top: 0;
}
.footer-menu-wrapper .footer-menu-links{
    max-width: 40%;
}
.footer-contact-wrapper{
    max-width: 60%;
}

/* Menu columns grid layout */
.menu-featured-container .menu-columns-wrapper {
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
	justify-content: space-between;
}
.menu-column-*{
	width: 10%;
}
.other-column {
    width: 16.66%;
}
/* Responsive adjustments for the menu grid 
@media screen and (max-width: 1200px) {
    .menu-featured-container .menu-columns-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .menu-featured-container .menu-columns-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .menu-featured-container .menu-columns-wrapper {
        grid-template-columns: 1fr;
    }
}
*/

/* Individual column styling */
.menu-featured-container .menu-column {
    margin-bottom: 60px;
}

.menu-featured-container .menu-column ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-featured-container .menu-column ul.menu li.menu-item {
    margin-bottom: 8px;
}

.menu-featured-container .menu-column ul.menu li.menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.menu-featured-container .menu-column ul.menu li.menu-item a:hover {
    color: #e94d65;
}

@media screen and (max-width: 767px){
    .menu-featured-container .menu-columns-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }
    .other-column{
        width: 100%;
    }
}
@media screen and (max-width: 468px){
    .menu-featured-container .menu-columns-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }
}


/** category page **/
.single-post .entry-meta {
    justify-content: left;
	padding: 16px 0;
}


.menu-featured-container .menu-column ul.menu li.menu-item a{
    transition: ease all 0.4s !important;
}
.menu-featured-container .menu-column ul.menu li.menu-item a:hover{
    color: #FA0001;
    opacity: 1;
}
.site-footer .footer-top .widget.widget_nav_menu .menu-contact-container ul li a{
    align-items: start !important;
}
.site-footer{
	padding-bottom: 0px;
}

.breadcrumb-wrapper .container .entry-title{
	font-size: 26px;
}
.ads_wrap img {
    max-width: unset;
	  width: unset;
}

@media only screen and (min-width: 1024px) {
  /* Styles for PC screens go here */
  .banner .news__card__vr{
    justify-content: start;
    float: left;
    width: 33%;
    border-bottom: none;
    align-items: flex-start;
    padding: 0 30px;
}
}
.banner .news__card__vr{
    justify-content: start;
}
@media screen and (min-width: 575px) {
	.breadcrumb-wrapper .container .entry-title{
		font-size: 32px;
	}
}
@media screen and (min-width: 768px) {
	.breadcrumb-wrapper .container .entry-title{
		font-size: 48px;
	}
}

.fallback-thumbnail{
    height: 100% !important; 
    border-radius: 8px;
}
@media screen and (min-width: 992px){
    .programme_section .news__card__img{
        height: 180px;
    }
    .programme_section .fallback-thumbnail{
        height: 100% !important;
    }
}
.latest_intech_sec .news__card__img{
    height: 100%;
}

@media screen and (max-width: 575px){
    .programme_section .col-6-lg{
        width: 100%;
    }
}

.grid_cat_news .col-3-lg .news__card__img{
    height: 200px
}

.footer-menu-links .menu-column svg{
    width: 20px;
    height: 20px;
}
.grid_cat_news .list__vr__news .heading{
    border: none;
}

.blog .content-wrap-main, .archive .content-wrap-main, .presenter-wrapper{
    grid-template-columns: repeat(3, 1fr);
}
.post .archive-content-wrapper{
	border-top: 1px solid #9C9C9C;
    height: calc(100% - 240px);
}

@media screen and (min-width: 678px){
	.content-wrap-main .post:first-child{
		grid-column: span 2;
	}
}
@media screen and (max-width: 678px){
	.blog .content-wrap-main, .archive .content-wrap-main, .presenter-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
}
.entry-meta .categories a:not(:last-child){
    margin-right: 16px;
}
.latest_insights_sec .small_news_card{
	height: 100%;
    border: 1px solid #e6eaee;
}

.menu-featured-container .menu-column ul.menu li.menu-item{
	margin-bottom: 0;
}
.breadcrumb-wrapper{
	padding: 10px 0;
}
.breadcrumb-wrapper .container .entry-title{
	font-size: 30px;
    color: #333;
}
.category-section{
    padding-top: 5px;
    padding-bottom: 5px;
	
}
.heading_big_wrap{
    margin-top: 0;
}
.heading_big_wrap .heading__big__icon .heading{
    margin: 0;
}
.heading_big_wrap .heading__big__icon{
    padding-bottom: 0 0 20px 0;
    background: #fff;
}
.post-full-width .heading, .current_trending{
    margin: 0;
}
.banner{
    margin-top: 16px;
    padding: 16px 0;
}
.featured, .grid_cat_news{
    margin: 32px 0;
}
.grid_cat_news{
	margin-bottom: 0;
}
.gallery_category .section__heading{
	margin-bottom: 24px;
	margin-top: 0;
}
.ads_hr p{
    margin: 0;
}
.programme_section{
    padding: 32px 0;
}
.programme_section .section__heading{
	margin-top: 0;
}
.programme_section .row{
	row-gap: 0;
}
.section__heading, .gallery_category {
    margin-bottom: 0;
}
.category-section .ads_hr{
    margin-bottom: 2px;
}
.category-section .container{
    margin-bottom: 8px;
	margin-top: 2px;
}
.wp-block-latest-posts__post-date{
	color: #fff;
}
.gap-2-lg > * {
        /* padding: 12px; */
    }
.sidebar-main .widget_block .wp-block-image img{
	margin-top: 16px;
}
.entry-header .entry-title{
	letter-spacing: 0;
}
.comments-area .comment-respond form p textarea, .comments-area .comment-respond form .comment-notes textarea, .comments-area .comment-respond .comment-form p textarea, .comments-area .comment-respond .comment-form .comment-notes textarea{
	height: 120px;
}
@media screen and (min-width: 767px) {
	.heading_big_wrap .heading__big__icon .heading{
		font-size: 48px;
	}
}

.post-type-archive-program .content-wrap-main {
    grid-template-columns: repeat(1, 1fr);
}
.post-type-archive-program .program-lists-sec .program-lists .program__card .program__card__left{
    max-height: 150px;
    min-height: 150px;
    overflow: hidden;
    border-radius: 8px;
}
.post-type-archive-program .program-lists-sec .program-lists .program__card .program__card__left figure{
    height: 150px;
}
.post-type-archive-program .program-lists-sec .program-lists .program__card .program__card__left img{
    height: 100%;
    object-fit: cover;
}
.post-type-archive-program .program-lists-sec .program-lists .program__card .program__card__right{
    width: 60%;
    
}
.breadcrumb-wrapper {
	background-color: transparent !important;
}
.breadcrumb-wrapper .container{
	background-color: #ffffff !important;
    color: #333333 !important;
    padding: 15px 0 15px 0;
}
.programme_section .section__heading::after, .programme_section .wp-block-heading::after{
	right: 260px;
}

@media screen and (max-width: 574px) { 
	.post-type-archive-program .program-lists .col-12-sm{
		width: 100%;
	}
	.post-type-archive-program .program-lists .program__card{
		flex-direction: column;
	}
	.program-lists .program__card__left, .program-lists .program__card__right{
		width: 100% !important;
	}
}


