/*
 Theme Name:   Jobbox Child
 Theme URI:    https://jthemes.com/themes/wp/jobbox/
 Description:  Jobbox child theme
 Author:       ThemePerch
 Author URI:   http://themeforest.net/user/themeperch
 Template:     jobbox
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  jobbox-child
*/


/* Add your custom css below */

.card-grid-2-image .image-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.card-grid-2-image .image-box figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-grid-2-image .image-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-primary {
    background-color: #3070C1 !important;
}

.footer-bottom.mt-50 {
  margin-top: 0 !important;
}