/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1736748332
Updated: 2025-01-13 06:05:32

*/
.heading-h1{
	font-size: clamp(2.1875rem, 1.3333rem + 3.7963vw, 4.75rem);
}
nav.elementor-pagination {
    position: absolute;
    top: -92px;
    right: 0;
}
.page-numbers.prev, .page-numbers.next {
    background: #fff;
    border: 1px solid #FF773A;
	color:#FF773A;
    padding: 6px 14px 8px;
    font-size: 20px;
    border-radius: 8px;
}
a.page-numbers{
	background: #FF773A !important;
    border: 1px solid #FF773A;
	color:#fff !important;
    padding: 6px 14px 8px;
    font-size: 20px;
    border-radius: 8px;
}
.swiper-slide img{
	width:100% !important;
	height:284px !important;
	object-fit:cover !important;
}
/* conference */
.conferences-layout {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px; 
}

.conference-image img {
    width: 100%;
}

.conference-meta {
    margin-top: 8px;
    font-size: 14px;
    color: #11142DBD;
}

.conference-title {
    margin: 10px 0 18px;
    font-size: 18px;
    font-weight: bold;
	text-align:left;
}

.conference-icons {
   display: flex;
    justify-content: right;
    gap: 10px;
    margin-top: -33px;
    margin-right: 20px;
}
.conference-icons button{
	padding:0 !important;
	background:none !important;
	border:none !important;
}

.icon-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}
.conference-buttons{
	 display: flex;
	 gap:16px;
}
.conference-buttons .button {
    display: flex;
	align-items:center;
	width: fit-content;
	gap:8px;
    padding: 11.5px 21.5px;
    border: 1px solid #ff5722;
    color: #ff5722;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-family: Domine;
    font-weight: 700;
}
/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background:#232E3FE5;
}

.modal-content {
   	color: #fff !important;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 1020px;
    text-align: center;
}

.close-modal {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}  
#conference-audio-wrapper {
    text-align: center;
}
.conference-audio-item {
    margin: 0px auto;
    max-width: 100%;
}
.conference-inner{
	display:flex;
	gap:30px !important;
}
.conference-audio-side .conference-title h5{
	color:#fff !important;
	font-size: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.4375rem) !important;
	line-height:1.3em !important;
}
.conference-image-sec{
	text-align:left !important;
	width: 146px;
}
.conference-audio-side {
	width:80%;
}
.conference-image-sec img {
    width: 146px;
	height:146px;
    border-radius: 10px;
}
.play-icon img {
    width: 50px;
    height: 50px;
}
audio {
    width: 100%;
}

#atcb-reference{
	display:none !important;
}

@media(max-width: 1200px){
	.swiper-slide img{
	width:100% !important;
	height:200px !important;
}
	/* conference */
.conferences-layout {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px !important; 
}

}
@media only screen and (min-width: 540px) and (max-width: 1380px) {
	.container-pad{
		padding-left:3% !important;
		padding-right:3% !important;
	}
}
@media(max-width:1024px){
.conferences-layout {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important; 
}
}
@media(max-width:767px){
	.swiper-slide img{
	width:100% !important;
	height:150px !important;
}
.conferences-layout {
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px !important; 
}
	.conference-inner{
	display:block !important;
	gap:30px !important;
}
	.conference-audio-side {
	width:100%;
}
	.modal-content{
		padding:20px 0 !important;
		width:90% !important;
	}
	#modal-media-container iframe{
		height:400px !important;
	} 
}
@media(max-width: 1024px){
	nav.elementor-pagination{
		top: -72px;
	}
	
	.page-numbers.prev, .page-numbers.next, a.page-numbers{
		padding: 4px 12px 6px !important;
		font-size: 18px !important;
	}
}

