/*
Theme Name: Doladu
Author: Michael
Author URI: https://globalistic.net
Template: onepress
*/

:root {
	--charcoalgrey_color: #1e1e1c;
	--mutedgreen_color: #035139;
	--green2_color: #115b3f;
	--grey_color: #cdcccc;
	--ptgrey_color: #eaeaea;
	--tiwhite_color: #fff;
}

body {}


h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
 
}



.onepress-menu a {
	color: var(--green2_color) !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	font-weight: 500 !important;;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.onepress-menu a:hover {
	color:red
}

/*main > section:nth-child(odd)*/ #features, #team {
	background-color: rgba(248 249 249 / 0.9) !important; /* 0.85 */
}
#servises, #About, #about, #news {
	background-color: rgba(255 255 255 / 0.97); /* 0.95 */
}

.hero-large-text {
	color: var(--green2_color) !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95) !important;
}
.btn-theme-primary {
	background-color: var(--green2_color) !important;
	border: 2px solid #fff !important;
	border-radius: 5px !important;
}
.btn-theme-primary:hover {
	background-color: #fff !important;
	border: var(--green2_color) !important;
	border: 2px solid var(--green2_color) !important;
	color: var(--green2_color) !important;
}
.btn-secondary-outline {
	background-color: #ffffffef;
	border: 2px solid var(--green2_color) !important;
	border-radius: 5px !important;
	color: var(--green2_color) !important;
}

.home #page {
	background-color: transparent;
	background-image: url(/wp-content/uploads/2025/11/bg_ptrn_g2_v3.webp);
	background-repeat: repeat;
	background-size: 15%;
}

.section-title-area .section-title {
	color: var(--mutedgreen_color);
}


#features .row {
	justify-content: center;
}
.feature-media img {
	border-radius: 7px;
	
	aspect-ratio: 7 / 6;  /* 6/5 */
	object-fit: cover;
	object-position: 50% 0;
}

.section-contact .address-contact span {
	color: var(--green2_color) !important;
}
.section-contact .address-contact a {
	color: var(--mutedgreen_color);
	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.section-contact .address-contact a:hover {
	/*color: var(--green2_color);*/
	font-weight: 600;
}

.gm_block {
	border: 2px solid var(--mutedgreen_color);
}

#footer-widgets {
	background-color: var(--mutedgreen_color);
}
.site-footer .site-info {
	background-color: var(--mutedgreen_color) !important;
	box-shadow: 0 -4px 8px #00000050;
}
.site-footer .btt a {
	background-color: var(--mutedgreen_color) !important;
	box-shadow: 4px -4px 5px #00000050;
}
#footer-widgets .sidebar .widget a {
	color: #fff !important;
	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
/*#footer-1 a:hover*/ .sidebar .widget a:hover {
	
	text-decoration: unset;
}
.site_name {
	color: #fff !important;
}


.team-member .member-thumb {
    
    margin: 5px;
}

.byline {display:none}

.page-header {
    
    background: #035139 !important; 
}

.page-header .entry-title {color:white !important;}
.section-news .list-article-meta {font-weight:400 !important}

.section-contact .address-contact .address-content {
    font-size: 17px !important;
}

/*.g-zoom-in .g-item .inner-content {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}*/
.g-zoom-in .g-item img {
	/*height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;*/
	aspect-ratio: 211 / 375;
	object-fit: cover;
}
/*.gallery-grid .g-item {
	height: 100%;
	max-height: 100%;
	width: auto;
	object-fit: cover;
}*/

@media screen and (min-width: 768px) {
	.col-md-3 {
		-webkit-box-flex: 0 !important;
		flex: 0 0 33% !important;
		max-width: 33% !important;
	}
	.col-md-3:not(:first-child) {
		display: flex;
		justify-content: center;
	}
}