/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

:focus-visible {
    outline: 0 !important;
}

.why-join span {
	position:absolute;
	left:auto;
	right:-5px;
	font-size:118px;
	font-family:'open sans';
	color:#ffffff40;
	margin-top:-20px
}
.why-join .elementor-image-box-img img {
	width:100%
}

.right-slide {
	position:fixed;
	width:200px;
	height:150px;
	right:-150px;
	top:45%;
	    border-radius: 10px 0 0 10px;
	transition: all 0.4s ease;
	    z-index: 9;
}

.right-slide .toggle-slide {
    rotate: -90deg;
    margin-left: -24px;
    width: auto;
    margin-top: 64px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.toggle-slide a {
	text-decoration:none
}

.banner-btn {
/* 	display:none !important */
}

.right-slide.active {
  right: 0;
}

.blog-post .eael-entry-wrapper {
	padding:00px 0;
}

.blog-post .eael-posted-by {
	display:none
}

.blog-post .eael-entry-meta span.eael-posted-on::before, .blog-post .eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
	display:none
}
.wpforms-submit, .banner-btn a{
	transition: all 0.4s ease;
}

.wpforms-submit:hover, .banner-btn:hover a{
    background: #000 !important;
    color: #fff !important;
}

.contact .wpforms-submit{
	transition: all 0.4s ease;
	 background: #000 !important;
    color: #fff !important;
}

.contact .wpforms-submit:hover{
    background: #ffffff !important;
    color: #000 !important;
}

/** Events post **/
.events-post {
	width:100%;
}

.events-post .event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.event-image{
		overflow:hidden;
}
.event-image img {
	width:100%;
	height: 380px;
    object-fit: cover;
	transform: scale(1);
	transition: all 0.4s ease;

}
.event-card:hover .event-image img {
    transform: scale(1.05);
}

.events-post .event-image a {
    line-height: 0;
    display: block;
}

.events-post .event-title a {
	font-family:'Lato';
	font-weight:bold;
	font-size:26px;
	text-decoration: none;
	    color: #fff;
}

.event-card {
    position: relative;
}

.event-content {
    position: absolute;
    bottom: 0;
    background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    margin: 10px;
	height: calc(100% - 20px);
    padding: 20px;
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	pointer-events: none;
	transition: background 1s ease;
}

.event-card:hover .event-content {
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

p.event-desc {
    color: #fff;
}

.event-date {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

a.event-read-more {
    color: #F0BD47;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

.event-text {
    opacity: 0;
    height: 0;
	transition: all 0.4s ease;
	overflow:hidden;
}

.event-card:hover .event-text {
    opacity: 1;
    height: auto;
}

.blog-post .eael-grid-post .eael-entry-thumbnail img {
	opacity:1;
	transition: all 0.4s ease;
}

.blog-post .eael-grid-post:hover .eael-entry-thumbnail img {
	opacity:0.8;
}

.blog-post .eael-grid-post .eael-entry-wrapper {
    padding: 0 0;
}

/*********/

div#project-search-box {
    display: flex;
}

#project-search-btn {
	font-family: 'Open Sans';
    color: #000000;
	background:#F0BD47;
	border: 0;
	font-weight:700;
	border-radius: 0 10px 10px 0;
	    font-size: 16px;
}

.project-search-form input {
    border: 0;
    border-radius: 10px 0 0 10px;
}
.wpforms-submit-container button {
    padding: 15px 35px 15px 35px !important;
	    font-size: 16px !important;
    height: auto !important;
	    font-weight: 700 !important;
}
#project-search-result p {
	color:red;

}

#project-search-result .project-result p{
	color:#fff;
	    display: inline;
    margin-right: 20px;
	margin-bottom:0

}

#project-search-result{
	position: absolute;
}

.project-result {display:flex; align-items:center; justify-content:center; margin-top: 20px;}

#project-search-result .project-result h3{
	    color: #fff;
    margin-bottom: 3px;
    font-size: 23px;
    margin-top: 0;
    margin-right: 20px;
}

/*********************************/

.member-search-box {
	display: flex;    max-width: 510px;
    margin: auto;}

.member-search-box input {
	font-family: 'Open Sans';
    color: #000000;
	border: 1px solid #000;
	border-right:0;
	 border-radius: 10px 0 0 10px;
    font-size: 16px;
}

#member-search-btn {
	font-family: 'Open Sans';
    color: #000000;
	background:#F0BD47;
	border: 1px solid #F0BD47;
	font-weight:700;
	border-radius: 0 10px 10px 0;
    font-size: 16px;
}

.member-search-box button {
    padding: 15px 35px 15px 35px !important;
	    font-size: 16px !important;
    height: auto !important;
	    font-weight: 700 !important;
}

#member-search-result p {
	color:red;
	text-align: center;
}

table.member-search-table {
    margin-top: 40px;
}

div#member-search-result {
    text-align: center;
    padding: 30px 0;
}

thead {
    background: #F0BD47;
}

table.member-search-table tbody tr{
   
}

table.member-search-table a {
    color: #000000;
}

table.member-search-table tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

table.member-search-table tr td {
    text-align: center;
    color: #000;
    font-size: 16px;
}

.leadership .elementor-image-box-img img {
	width:100%
}

.leadership .elementor-image-box-content {
    background: #f0bd47;
    padding: 15px 20px;
}

.leadership h3 {
	margin-top:0	
}
.logo .elementor-image-box-wrapper {
		display:flex;
	align-items: center;
	}

svg.e-font-icon-svg.e-fas-phone-alt {
    width: 14px;
}

/********************************/

.elementor-widget-tl-post-fatured-image img {
    object-fit: cover;
    object-position: top;
}

section#comments {
	display:none
}

.elementor-widget-elementskit-blog-posts .ekit-wid-con .elementskit-blog-block-post {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.elementor-widget-elementskit-blog-posts .ekit-wid-con .elementskit-blog-block-post .col-md-6.order-2 {
    padding-left: 0;
}

.elementor-widget-elementskit-blog-posts .ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
	 object-position: top;
}

.blog-right-post {
    position: sticky;
    left: 0;
    top: 50px;
    width: 100%;
}



@media (max-width:767px) {
	.events-post .event-grid {
	    flex-direction: column;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.logo .elementor-image-box-wrapper {
		display:flex;
	}
	div#ekit-megamenu-main-menu {
           background: #000000d4;
}
	.elementor-widget-elementskit-blog-posts .ekit-wid-con .elementskit-blog-block-post .col-md-6.order-2 {
    padding-left: 15px;
    padding-top: 10px;
}
	
	    .elementor-widget-elementskit-blog-posts .ekit-wid-con .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}