/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Template: onepress
Author: Satvam Softwares
Author URI: https://satvamsoftware.com/
Version: 2.3.16.1768902124
Updated: 2026-01-20 09:42:04

*/

@media (min-width: 1200px) {
	.container {
	  width: 1600px;
	  max-width: 90%;
	}
  }

  
#masthead .site-branding{
	padding: 15px 0;
}
.site-logo-div img {
	width: 100px;
	height: auto;
}
#masthead .container{
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-media img{
	width: 60%;
}

.section-services .service-item .service-image img{
	max-height: 70px;
	max-width: 100%;
	height: auto;
	width: auto;
}

.onepage-section::before{
	display: none !important;
}
.wpforms-submit-container .wpforms-submit {
	background-color: rgb(10, 80, 0) !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #0a5000;
	border: 1px solid #000;
	box-sizing: border-box;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	color: #FFF;
}
#primary-blog .main-image{
	margin-bottom: 30px;
}

#primary-blog .main-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

#primary-article .main-image{
	margin-bottom: 30px;
}

#primary-article .main-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}