body{
	background: #f6f7fa;
}
img{
	vertical-align: middle;
}
.site-header{
	background: #ffffff;
	padding-top: 8px;
    padding-bottom: 8px;
}
.site-header .header-inner {
	justify-content: normal;
    align-items: center;
}
.site-header .site-navigation {
    margin-left: auto;
	margin-right: 40px;
}
.site-header .header-inner, .site-footer .footer-inner, .postPageHeader {
	margin: 0 auto;
    max-width: 1380px;
    padding: 0 20px;
    width: 100%;
}
.header-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-social ul li a {
    background: #E0C260;
    border-radius: 50%;
	color: #ffffff;
    display: block;
	font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.header-social ul li a:hover{
	background: #F27F64;
}
.e-con.e-flex.e-con-boxed > .e-con-inner {
	max-width: 1380px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
} 
.elementor-widget-button .elementor-button {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
} 

.site-header .header-inner .site-branding .site-logo img {
    height: 110px;
    width: auto;
}

.site-navigation ul.menu li a{
	color: #333333 !important;
}
.site-navigation ul.menu li a:hover{
	color: #E0C260 !important;
}

.site-navigation ul.menu li ul {
    background: #E0C260;
    min-width: 200px;
}
.site-header .site-navigation ul.menu ul li a{
	color: #ffffff !important;
	padding: 10px 20px;
	width: 100%;
}
.site-header .site-navigation ul.menu ul li a:hover{
	background: #F27F64;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0 !important;
}
.site-navigation ul.menu li.menu-item-has-children:after{
	display: none !important;
}

.homeBlogs .eael-post-grid-container .eael-post-grid {
    height: auto !important;
    margin: 0;
}
.homeBlogs .elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
	height: 350px;
	padding: 0;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
	width: 100%;
}
.homeBlogs .eael-grid-post-holder {
    border: none;
    height: 100%;
    width: 100%;
}
.homeBlogs .eael-grid-post .eael-entry-overlay {
    background-image: linear-gradient(180deg, #00000000 20%, #000000 100%);
    background-color: transparent !important;
	opacity: 1;
    visibility: visible;
}
.homeBlogs .eael-grid-post .eael-entry-overlay>i{
	display: none;
}
.homeBlogs .eael-entry-media {
    height: 100%;
}
.homeBlogs .eael-entry-thumbnail {
    height: 100%;
}
.homeBlogs .eael-grid-post .eael-entry-thumbnail>img {
    height: 100%;
    width: 100%;
}
.homeBlogs .eael-grid-post-excerpt .eael-post-elements-readmore-btn {
    display: inline-block;
}

.homeBlogs .eael-grid-post .eael-entry-wrapper {
	padding: 0 20px 25px;
    position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.footerContact .row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 20px;
}
.footerContact .col-sm-4{
	padding: 0 15px;
	width: 33.33%;
}
.footerContact .col-sm-12{
	padding: 0 15px;
	width: 100%;
}
.footerContact input.wpcf7-text{
	background: #ffffff;
    border-radius: 5px;
    height: 54px;
    padding: 0 20px;
}
.footerContact .wpcf7-textarea{
	background: #ffffff;
    border-radius: 5px;
    height: 180px;
    padding: 20px;
}
.footerContact .wpcf7-form p {
    margin: 0;
}
.footerContact .action-row {
    text-align: center;
}
.footerContact .wpcf7-form input[type="submit"] {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 50px;
}
.footerContact .wpcf7-form input[type="submit"]:hover{
	background: #ffffff;
    color: #E0C260;
}
.footerContact .eael-contact-form-7 .wpcf7-form p{
	display: block !important;
}

.site-footer{
	background: #ffffff !important;
	border-top: 1px solid #e1e1e1;
}
.site-footer .footer-inner {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.site-footer .footer-inner .site-branding .site-logo img {
    width: 100px;
}
.site-footer .header-social {
    margin: 20px 0;
}
.site-footer .footer-inner .copyright {
    color: #333333;
    font-size: 14px;
}


.calenderPage .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active, .calenderPage .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary:hover {
    background: #E0C260;
    color: #fff;
}
.calenderPage .eael-event-calendar-wrapper .eaelec-modal.eael-ec-popup-ready:before {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.calenderPage .eael-event-calendar-wrapper .eaelec-modal-body {
    height: auto !important;
    max-height: 600px;
	margin: 0;
    padding: 20px 40px 0;
}
.calenderPage .eael-event-calendar-wrapper .eaelec-modal-header h2 {
    margin: 0 0 10px;
}
.calenderPage .eael-event-calendar-wrapper .eaelec-modal-header .eaelec-event-popup-date i {
    color: #E0C260;
}
.calenderPage .eael-event-calendar-wrapper .eaelec-modal-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.e-con.e-flex.e-con-boxed.homeGurusList > .e-con-inner {
    max-width: 1600px;
}

.guruPageList .elementor-widget-image {
    height: 100%;
}
.guruPageList .elementor-widget-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blogGridView .eael-post-grid-container .eael-post-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.blogGridView .eael-post-grid-container .eael-post-grid .eael-grid-post {
	display: flex;
    padding: 0 12px 30px !important;
}
.blogGridView .eael-entry-meta .eael-posted-by {
    display: none !important;
}
.blogGridView .eael-grid-post-excerpt .eael-post-elements-readmore-btn{
	display: inline-block;
}
.blogGridView .eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
    content: "\f017";
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.blogGridView .eael-grid-post .eael-entry-wrapper {
    padding: 25px 20px;
}

.page-header .entry-title {
    max-width: 100% !important;
}

.postPageHeader .post-date{
	color: #555555;
	font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;	
}
.postPageHeader .post-date:before{
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
    font-weight: 400;
	margin-right: 10px;
}
.postPageHeader .post-meta{
	display: none;
	text-align: center;
}
.single.single-post .page-header .entry-title{
	color: #E0C260;
	font-size: 40px;
    font-weight: 500;
	margin: 60px 0 5px;
	text-align: center;
}

.mediaList .eael-grid-post .eael-entry-title {
    min-height: 58px;
}

.contPageForm .field-row {
    display: flex;
	flex-direction: column;
    gap: 20px;
}
.contPageForm .field-row .field {
    flex: 1;
}
.contPageForm .field p {
    width: 100%;
}

.blogGridView .eael-grid-post-excerpt p {
    max-height: 75px !important;
    overflow: hidden;
}