/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.sticky-header{
/* 	 transition: 1s linear all; */
/*  	transition: all 0.4s ease-out 0.4s; */
  
}
.sticky-after{
	background:#1F5192 !important;
/* 	transition: 1s linear all; */
	 transition: all 0.4s ease-out 0.4s;
}



.sticky-after img {
    height: 100px !important;
    width: 63% !important;
}

.mittun_heading {
    font-size: 32px;
}

.mittun_heading span {
    font-weight: bold;
}

p.mittun_heading.color.light {
    color: white;
	font-size: 42px;
}
p.mittun_heading.color.light span {
	 color:#15A6DE;
}

.mittun_heading.divider {
	font-family: "DM Sans", sans-serif;
    font-size: 26px;
	max-width: 800px;
    position: relative;
	color:var( --e-global-color-721137f );
	font-weight: 300 !important;
}

.mittun_heading.divider::before {
  content: "";
  display: block;
  width: 241px;
  height: 2px;
  background: var( --e-global-color-accent );
  left: -255px;
  top: 50%;
  position: absolute;
}

.mittun_heading.divider::after {
  content: "";
  display: block;
  width: 241px;
  height: 2px;
  background: var( --e-global-color-accent );
  right: -255px;
  top: 50%;
  position: absolute;
}



/* .pp-tooltip-content img {
    border-radius: 100px;
    width: 68px;
    margin-bottom: 14px;
}
 */

.tooltipster-sidetip .tooltipster-content {
    padding: 0;
}


/* event grid */
.mec-event-grid-classic .mec-event-title.dualheading a {
    display: inline;
    color: var(--e-global-color-accent);
    font-family: "Jost", Sans-serif;
    font-size: 47px;
    font-weight: 800;
    line-height: 48px;
    padding: 0px 0px 0px 0px;
}

.customgrid .mec-event-grid-classic .mec-event-content {
    text-align: left;
    background: #F5F5F5;
    padding: 15px 25px;
	margin-top: -6px;
}

.custom_margin{
	margin-top: 18px;
    margin-bottom: 22px;
}
.customgrid .mec-event-loc-place{
	 font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Jost", Sans-serif;
    color: #20224B;
}

.customgrid .customexcerpt {
    margin-top: 12px;
    margin-bottom: 28px;
    color: #6e6e6e;
    font-size: 14px;
}

.customgrid .mec-event-footer{
	display:none;
}

.customgrid .mec-event-grid-classic .mec-event-date{
	display:none;
}

.customgrid .mec-event-grid-classic .mec-event-article{
	    border: none;
}
.customgrid .cbuttons{margin-top: 15px;}

.customgrid .mec-event-image img{
	border-radius: 20px;
}
/* event list */
.mec-event-list-classic .mec-event-article{
    margin-bottom: 10px;
}
.customlist .mec-event-list-classic .mec-event-date, .customlist .mec-event-list-classic .mec-event-time{
	display:none;
}
.customlist .mec-wrap .mec-event-article .mec-color-hover {
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Jost", Sans-serif;
    font-weight: 400;
    color: #1E4066;
}
.customlist .mec-event-list-classic .mec-event-detail{
	display:none;
}
.customlist .mec-event-loc-place {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Jost", Sans-serif;
    color: #20224B;
}
.customlist .customexcerpt {
    margin-top: 12px;
    color: #6e6e6e;
    font-size: 14px;
}
.customlist .mec-event-list-classic .mec-event-image {
    width: 161px;
    height: 204px;
}

.customlist .mec-event-list-classic .mec-event-image img{
	object-fit: cover;
    height: 100%;
	border-radius: 20px;
}

.customlist .customlinkbtn{
	background: transparent;
    color: var(--e-global-color-721137f);
    text-decoration: unset;
    font-weight: 700;
    margin-top: 18px;
    border: 1px solid var(--e-global-color-721137f);
    font-size: 14px;
/*     text-transform: lowercase; */
}

.customlist .customlinkbtn svg.e-font-icon-svg.e-fas-long-arrow-alt-right {
	display: none;
    color: black !important;
    fill: black !important;
}

.page-id-702 .elementor-shape .elementor-shape-fill {
    fill: #bababa;
}

.mec-event-grid-classic .mec-event-title{
	text-transform: capitalize;
	font-size: 30px;
    text-transform: capitalize;
    font-family: "Jost", Sans-serif;
    font-weight: 400;
    color: #1E4066;
}

@media screen and (max-width: 768px){
/* 	.sticky-header{background:#1F5192;} */
	.customlist .mec-event-list-classic .mec-event-image{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.mittun_heading.divider::before{
		content:unset
	}
	.mittun_heading.divider::after{
		content:unset
	}
}