/*
Theme Name: Skagit Farmers Supply
Theme URI:
Author: BrandQuery
Author URI: http://www.brandquery.com
Description:
Version: 1.0
License:
License URI:
*/
/*
How to Update the CSS on the Website
1) Open style-development.css and make your changes.
2) Select all and copy from style-development.css and paste into a CSS Minifier.
3) Copy from the CSS Minifier and paste into this document.
4) Save the file and upload it to the server.
*/

@import url("style-development.css");

.pagination .wp-pagenavi {
  padding: 0 !important;
}

.pagination {
  margin-bottom: 60px;
}

@media only screen and (max-width: 700px) {
  .job-description-wrapper {
    flex-wrap: wrap;
  }
}

.gform_wrapper.gravity-theme .gfield_repeater_cell label {
    color: #333333!important;
}