/*
Theme Name: Tombuild Child
Theme URI: http://tplabs.co/tombuild
Template: tombuild
Author: TPLabs
Author URI: https://themeforest.net/user/tplabs
Description: Tombuild - Construction &amp; Engineering WordPress Theme
Tags: left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.1.1744199506
Updated: 2025-04-09 13:51:46

*/

/* WP admin bar */
#wpadminbar + .wrapper #header {
	margin-top: 32px !important;
}
#wpadminbar + .wrapper .header-pages {
	margin-top: 32px !important;
}

/* Header sticky */
.header-sticky {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-center {
	position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-width: 0;
}

/* Breadcrumbs */ 
.inner-wrap {
	padding-bottom: 60px !important;
    padding-top: 60px !important;
}

/* master-image-box imagen abajo */
.master-image-box {
  display: flex !important;
  flex-direction: column-reverse !important;
} 

/* Formulario de contacto */
.wpcf7-list-item label input {
	width: auto !important;
}
.wpcf7-list-item-label a {
	color: white !important;
}
.wpcf7-list-item-label a:hover {
	color: #B0B9CC !important;
}
.wpcf7-form-control-wrap[data-name="acceptance-459"] {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap[data-name="acceptance-459"] .wpcf7-list-item {
	margin: 0 !important;
}

/* 
.wpcf7-list-item {
	margin: 0 !important;
	margin-bottom: 10px !important;
}
.wpcf7-list-item label {
	text-align: initial !important;
} */

