/* Resize of the full size logo */
.custom-logo,
.site-header .logo {
  max-width: 100% !important;
  width: 170px !important;
  height: auto !important;
}

/* Contact Us button in menu */
.menu-button {
	align-self : center;
	width: min-width; 
  height: 3rem; 
	padding: 5%;
	background-color:#444db6;
	background-size : button;
  border:0px;
  border-radius:8px;

}

.menu-button:hover{
	transform: translateY(-2px);
}

.menu-button a,  .menu-button a:hover, .menu-button a:active {
color:#fff !important;
}


/* Remove wordpress page tilte */
.page .entry-title {
display: none;
}

/* Remove page top margin */
.site-content {
	margin-top: 0px;
	padding: 0px;
}

/* Change :
 * - Home hero image for mobile */
 @media (max-width: 500px) {
	 
  .home .wp-block-cover__image-background {
    content: '';
    display: block;
    width: 100%;
    height: 800px;
    background-image: 													url('https://subseaoiltools.com/wp-content/uploads/2025/06/61578eff9c0b9b5c9cd5cdb8_kodiak_chemicals_16-rectangle-2-e1749741705723.webp');
    background-size: cover;
    background-position: center;
  }
}

/* Change :
 * - Button Contact Us for mobile*/
 @media (max-width: 1199px) {
	 
	 .menu-button {
	 		width: 7rem;
		 	height : 2rem;
			background-color:#444db6;
			border:0px;
  		border-radius:8px;
	 }
}

/* Various block style for overall */
.is-style-rounded {
border-radius:10px;
margin-bottom: 0px;
}

.is-div-rounded {
border-radius:10px;
}

.is-not-padded {
	padding: 0px;
}

.is-div-padded {
	padding-left:5%;
}

.is-centered {
	margin:auto;
	text-align:center;
}

.button-action:hover {
  transform: translateY(-2px);
}

/* Hivepress :
 * - Adjust Listing page top padding
 * - Remove page display */
.hp-page__content{
	padding-top : 16px;
}

.hp-page__sidebar{
	padding-top : 16px;
}

.hp-listing--view-page .hp-listing__created-date {
	display:none;
}

.hp-listing--view-page .hp-listing__category {
	display:none;
}

/* Remove Hivepress Listing block display */
.hp-listing--view-block .hp-listing__created-date {
	display:none;
}

.hp-listing--view-block .hp-listing__category {
	display:none;
}

.hp-listing--view-block .hp-listing__footer {
	display:none;
}

/* TranslatePress customs */
