/* Theme Name: Solume Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of solume
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: solume
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  solume-child
*/


* {
/* 	outline: 1px solid lightgreen; */
}

/* Header CSS */
.elementor-view-primary-menu.elementor-hidden-tablet{
	margin: auto;
}

.mrgbtom0 p{
	margin-bottom: 0;	
}

/* home page */

.elementor-22 .elementor-element.elementor-element-3dba6bb{
	margin-top: -140px;
}


@media (min-width: 1025px){
	#homeabout .homeabout{
		width: 50%;
		max-width: 248px;	
	}
}


/* Team Member */
.team-members-section {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin: 40px 0;
}

.team-member {
	 max-width: 300px;
    flex: 1 1 auto;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

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

.team-member-image {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

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

.team-member-info {
	padding: 20px;
	background: #fff;
}

/* Footer Portfolio */
@media (max-width: 767px) {
    .footerportfoliocopyright .elementor-container{
        display: flex;
    }

    .footerportfoliocopyright .elementor-container > div.elementor-column:nth-child(1) {
        order: 2;
    }

    .footerportfoliocopyright .elementor-container > div.elementor-column:nth-child(3) {
        order: 1;
    }
}

/* Contact Us Map */

@media (min-width:768px){
	.contactmap{
		width: 50%;
		height: 800px;
	}
}

@media (max-width:767px){
	.contactmap{
		width: 100%;
		height: 400px;
	}
}

.ova-contact-page .contact{
	position: unset !important;
	width: 100% !important;
}

.ova-contact-page .contact-form{
	height: 800px;
}

.comment{
	display:none !important;
}