/*!
Theme Name: yellowbox
Theme URI: http://yellowoxmarketing.co.uk
Author: Yellow Box Marketing
Author URI: http://yellowoxmarketing.co.uk
Description: Yellow Box Marketing Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yellowbox

yellowbox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.floating-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.card-body {
	padding: 2.5rem 2rem;
}
.card-link {
	padding: 2.5rem 2rem;
}

.tax-partners_cat .archive-card img {
	object-fit: contain !important;
	padding: 2rem !important;
}

#modules-tab-pane th {
	white-space: nowrap;
}

#sbi_images { padding-bottom: 0 !important; }


@media (min-width: 992px) {
  .instagram-feed .slick-prev {
	left: -5rem !important;
  }
  .instagram-feed .slick-next {
	right: -5rem !important;
  }
}