/*
Theme Name: Covert Procurement
Theme URI: https://covertprocurement.com.au/
Author: Covert Procurement
Author URI: https://covertprocurement.com.au/
Description: Custom WordPress theme for Covert Procurement
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tccc
Tags:
*/
body .featherlight .featherlight-previous span, body .featherlight .featherlight-next span{
	z-index: 3;
}

.accordion-items-outer {
    background-color: #E9E9E9;
    padding: 50px 0 30px;
}
.accordion-items-outer .accordion-items{
    margin:0;
}

.text__image.intro-about-module .image-content img {
    width: auto;
}
.archive-product-image {
    padding: 20px 20px 0;
}

.archive-product-image a {
    position: relative;
    display: block;
}

.price-two-column-image {
    display: flex;
    flex-wrap: wrap;
}
.price-two-column-image__col{
	width:50%;
}

.content-item__content-additional{
    display: none;
    margin-top: 1em;
}
.content-item__link-holder{
    margin-top: 25px;
}
.content-large__more{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}
.content-large__more i{
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.content-large__more.expand .fa {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}