/*
Theme Name:     LineMetrics Theme based on Kadence
Theme URI:      https://www.linemetrics.com
Template:       kadence
Author:         Bytegold
Author URI:     https://bytegold.com
Description:    LineMetrics Theme based on Kadence WP theme
Version:        1.0.0
*/


@media screen and (max-width: 1024px) {
  body.has-left-sidebar .content-area .site-container {
    display: flex;
    flex-direction: column-reverse;
  }
  body.has-left-sidebar .content-area .site-container #secondary {
    width: 100%;
  }
}

.wp-block-image.drop-shadow img,
.wp-block-kadence-image.drop-shadow img {
  filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 1));
}

.linemetrics-jobs-listing tr:nth-child(odd) {
  background: #f6f6f6;
}
.linemetrics-jobs-listing tr:hover {
  background: #e1e1e1;
  cursor: pointer;
}
.linemetrics-jobs-listing td {
  padding: .5rem 1rem;
}