

#wpadminbar{
  display: none;
}
html {
  margin: 0 !important;
}

/* Global Style Start */
body{
  --primary-color: #D83C01;
  overflow-x: hidden;
}
img{
  max-width: 100%;
  height: auto;
}
.text-btn .elementor-button{
  width: 100%;
} 
.text-btn .elementor-button-content-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-btn .elementor-button-content-wrapper svg{
  width: 2em;
}
span.color-org {
  color: #D83C01;
}
button{
  cursor: pointer;
}
/* Global Style End */

/* Header Style Start */

header .lang-menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
header .lang-menu ul li{
  padding: 0 10px;
  border-left: 1px solid #fff;
  order: 1;
}
header .lang-menu ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 0;
  font-family: Roboto, sans-serif;
}
header .lang-menu ul li a::before{
  content: "NL";
  font-size: 14px;
}
header .lang-menu ul li:nth-child(2) a::before{
  content: "DE";
}
header .lang-menu ul li:nth-child(3) a::before{
  content: "EN";
}
header .lang-menu ul li:last-child{
  border-left: none;
  order: 0;
}
header .lang-menu ul li.current-lang a{
  color: var(--primary-color);
  font-weight: 700;
}
/* Header Style End */

/* Homepage Start */
.service-card-grid .card .elementor-widget-heading{
  padding-left: 65px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.service-card-grid .card img{
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
}
.service-card-grid .card h2{
  line-height: 1.2;
}
/* Homepage End */

/* Contact Form Start */
.form-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-wrap .col-6,
.form-wrap .col-12{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.form-wrap .col-6{
  flex: 0 0 calc(50% - 10px);
}
.form-wrap .col-12{
  flex: 100%;
}
.form-wrap p{
  margin: 0;
}
input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i], [type="submit" i], [type="reset" i], [type="button" i], [type="hidden" i]), textarea{
  background: transparent;
  border: 1px solid #606060;
  padding: 15px 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
textarea{
  height: 125px;
}
.submit-btn {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  padding: 15px 55px 15px 25px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  position: relative;
  background-image: url(https://www.empire-electronics.com/wp-content/uploads/2026/06/arrow-ritht-white.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
  font-size: 15px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.btn-wrap>p:first-child {
  flex: 1;
}

.btn-wrap>p:last-child {
  text-align: right;
}

span.wpcf7-spinner {
  display: none;
}
span.wpcf7-not-valid-tip+span.wpcf7-not-valid-tip{
  display: none;
}
.btn-wrap .wpcf7-list-item {
    margin: 0;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wpcf7-form-control-wrap{
  position: unset;
}

.btn-wrap input[type="checkbox"] {
  margin: 0 4px 0px 0px;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
.form-wrap .btn-wrap .col-12 {
  flex: 100%;
  margin: 0;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .form-wrap .col-6{
    flex:100%;
  }
  input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i], [type="submit" i], [type="reset" i], [type="button" i], [type="hidden" i]),textarea{
    padding: 12px 15px;
    font-size: 15px;
  }
}


/* Contact Form End */


/* Blog List Section Start */
.post-card .post-excript p{
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.post-card .post-img img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}
.post-meta ul {
  display: flex;
  justify-content: space-between;
}

.post-meta ul li .elementor-icon-list-text {
  padding-inline-start: 0px !important;
  color: #fff;
  font-size: 12px;
}
.post-meta ul li:first-child .elementor-icon-list-text{
  color: #D83C01;
  text-transform: uppercase;
}
nav.elementor-pagination .current {
  border: 2px solid;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.hfe-breadcrumbs-item .hfe-breadcrumbs-home-icon {
  display: none;
}
@media (max-width: 768px) {
    .custom-post-grid {
        max-width: 400px;
        margin: 0 auto;
    }
}
/* Blog List Section End */