.marquee-container {
	overflow:hidden;
}

.marquee-item {
	width:400px;
}

#post-709 header {
	display:none;
}

#site-info {
  text-decoration: none;
  display:none;
}

.post-password-form input[type="submit"] {
    background-color: #0073aa;
}

.entry-content .logout {
	background-color: #0073aa;
	text-transform: capitalize;
}

@media screen and (max-width: 767px) {
 .company-profile table tbody tr td
 {
        display: block;
        width: 100% !important;
    }
}

.company-profile table tbody tr td:first-child {
	background: #d9d9d9;
	vertical-align: middle !important; 
	white-space: nowrap;
}

.company-profile table {

}

.page h1.entry-title, .no-results h1.entry-title {
    display: block;
    margin: 0 0 20px;
    padding: 6px 0 20px;
    border-bottom: 1px solid #1a1a1a;
}

.page-template-default #primary .hentry, .page-fullwidth #primary .hentry, .page-template-no-sidebar #primary .hentry, .error404 #primary .page, .search-no-results #primary .no-results {
    padding: 0;
    border-top: 0px solid #1a1a1a;
}

@media screen and (max-width: 782px){

.header-image {
line-height: 4;
overflow: hidden;
}
.header-image img{
max-width: none;
transform: scale(1.26) translateX(-3%);

}
}
.page .content-wrap{
padding-top:10px;
}

@media screen and (min-width: 66.25em){
padding-top:0;
}
@media screen and (min-width: 48em) {
    .header-image {
        margin-bottom: 0px;
    }
    .page .content-wrap{
padding-top:0;
}
}
.header-image{
margin-bottom: 10px;
}
@media screen and (max-width: 480px){
.header-image {
margin-bottom:0;
}
}

/* mobile home page image start */
@media screen and (orientation: landscape) and (max-width: 936px) and (max-height:500px) {
  .header-image {
    background: url(https://wadafoodtech.com/wp-content/uploads/2026/05/Hero-Image-for-Mobile-V3.2.png)  no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 950px;
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .header-image {
    background: url(https://wadafoodtech.com/wp-content/uploads/2026/05/Hero-Image-for-Mobile-V3.2.png)  no-repeat;
    background-size: auto 107%;
    background-position: center;
    width: 100%;
    height: 78vh;
  }
}
@media screen and (max-width: 782px) {
  .header-image img {
    opacity: 0;
    visibility: hidden;
  }
}
/* mobile home page image end */


/* table home page image start */
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height:768px) {
  .header-image {
    background: url(https://wadafoodtech.com/wp-content/uploads/2026/05/Hero-Image-for-iPad-V2.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .header-image img {
    opacity: 0;
    visibility: hidden;
  }
}
/* table home page image end */