<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#main .product_meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
	 font-family: 'Raleway', sans-serif;
  color: #959595;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#main .sku_wrapper {
  font-family: 'Raleway', sans-serif;
  color: #959595;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#main .posted_in {
  font-family: 'Raleway', sans-serif;
  color: #959595;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.orderby option[value="price"],
.orderby option[value="price-desc"]
{
   display: none;
}
/*-------- Global ----------*/
.meet-the-team figure img{
	width:100%!important;
	height:auto!important;
}

.left-logo {
    width: 20%;
    margin: auto;
}

#top-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  padding: 10px;
  margin: 20px 10px;
}

.middle-text {
    margin: auto;
    text-align: center;
    width: 40%;
}


.right-image img{
    width: 100%;
    height: auto;
}
.right-image {
  margin: auto;
  width: 20%;
}


.Covid-Banner img {
	width: 15%;
	z-index: 9999;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height:auto;
	    max-height: none!important;
}
@media only screen and (max-width: 600px) {
	.Covid-Banner img {
		display: none!important;
	}
	.mobile-Covid-Banner img {
		display: block!important;
	}
}

.mobile-Covid-Banner img {
	position: relative;
	width: 100%;
	display: none;
	height: auto;
}



.wp-block-image{overflow:auto;}
.wp-block-image img{
	float:none !important;
	width: 80% !important;
}

body {
	margin:0;
	padding:0;
}

#wrapper {
	width:90%;
	margin:0 auto;
	max-width:1366px;
	padding:0 0 70px 0;
}

p, li {
    font-family: 'Raleway', sans-serif;
	color:#959595;
	font-size:13px;
	padding: 0;
	margin: 0;
}

p a {
	text-decoration:none;
	color:#454545;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	color:#959595;
	padding: 0;
    margin: 0;
}

h1 {
	font-size:25px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:22px;
}

hr {
  border: 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #FFFFFF;
  margin: 30px 0 10px 0;
}

.crumbs {
    margin: 15px 0px;
}

.clear {
	clear:both;
}

#page-banner, #page-banner img {
	width:100%;
	height:auto;
}

.custom-html-widget{
	text-align: center;
	position: relative;
	top: -18px;
}

.custom-html-widget a{
	color: crimson;
	text-decoration:none;
}
#prod-widget ul li a{
	font-weight: bold !important;
	color: #898989;
}
#prod-widget ul li a:hover{color: #2a632b;}
ul.products li {
    min-height: 270px !important;
}

.vid-box,
.vid-box video{
	width: 100%;
	height: auto;
}

/*---------------------------------------------------------------------- Header ----------*/

body {
	margin:0;
	padding:0;
}

#header {
    width: 100%;
    height: 80px;
    margin: 10px 0 10px 0;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0 0 0;
}

#site-title {
	width:100%;
	border-bottom: 1px solid #EDEDED;
	margin:0 0 10px 0;
	padding: 0 0 5px 0;
}

#header-wrapper {
	width:90%;
	margin:0 auto;
	max-width:1366px;
}

#logo {
	margin:0;
	float:left;
	width: 50%;
}

#logo img {
	max-width:200px; 
	max-height:63px;
	width: 100%;
}

#menu-container {
	float:left;
}

/*---------------------------------------------------------------------- Menu ----------*/

#fix-the-menu {
	float: right;
	margin: 10px;
	z-index: 10;
	position: relative;
	top: 20px;
	right: -5px;
}

/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 0px 0px 0px 50px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + .menu-main-menu-container {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
.menu-main-menu-container {
	color: #999;
	height: 100%;
	margin: auto;
	text-align: center;
	background: white;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
	right: 0px;
	position: fixed;
	width: 100%;
	top: 100px;
}

ul#menu-main-menu, li.menu-item, li.menu-item a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

li.menu-item a {
	padding: 5px 30px;
	text-decoration: none;
	transition: all .2s;
	font-family: "Oswald",sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #3b3b3b;
}

li.menu-item a:hover,
li.menu-item a:focus {
  background: #2A632B;
  color: #fff;
}

/*---------------------------------------------------------------------- Home ----------*/
.client-image-amos{
	background-size: cover;
    background-image: url("http://www.trefoil.co.za/wp-content/uploads/2018/07/amos-logo.png");
	background-position: center;

}
.client-image-dr{
	background-size: cover;
    background-image: url("http://www.trefoil.co.za/wp-content/uploads/2018/07/draughtsman-logo.png");
	background-position: center;

}

#front-vid{
	text-align: center;
}

#front-vid video{
	width: 90%;
	padding: 20px 0;
}

h1.home {
	text-align:center;
}

h3.home a {
	clear:both;
	color: #959595;
	text-decoration:none;
}

h3.home a:hover {
	color: #818181;
	text-decoration:underline;
}

#home-tiles {
	width: 100%;
	margin: 0 0 10px 0;
}

#square-banner {
	width:49.5%;
	float:left;
	margin:0 1% 0 0;
	height:675px;
	overflow:hidden;
}

.size-large{
    display: flex;
    justify-content: center;
}

#square-banner h2 {
    margin: 70px 10px -15px 0;
    text-align: right;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 48px;
    padding: 0;
	text-shadow: 1px 1px 2px black;
}

#big-button-1 {
	background:url(http://www.trefoil.co.za/wp-content/uploads/2022/07/beauty-consultant-showing-new-cosmetics-in-online-2022-01-28-03-37-46-utc.jpg) no-repeat top left;
	width:49.5%;
	float:left;
	margin:0 0 15px 0;
	height:330px;
	overflow:hidden;
	background-size: cover;
	background-position: center;
}

#big-button-2 {
	background:url(http://www.trefoil.co.za/wp-content/uploads/2022/07/businesswoman-using-telephone-2022-03-08-00-23-34-utc.jpg) no-repeat top left;
	width:49.5%;
	float:left;
	margin:0;
	height:330px;
	overflow:hidden;
	background-size: cover;
	background-position: center;
}

#big-button-1 h3, #big-button-2 h3 {
    margin: 280px 10px 0 0;
    text-align: right;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 35px;
	text-shadow: 1px 1px 2px black;
}

#latest-products {
	width:100%;
	margin: 10px 0 0 0;
}

#latest-news {
	width:100%;
}

#clients{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

#client-text{
    width: 30%;
    float: left;
    border: 1px solid #EDEDED;
/*     height: 180px; */
    margin: 10px 1% 10px 0%;
    padding: 1%;
}
#client-text img{max-width:100%}
#client-text h4 a {
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:#959595;
	padding: 0;
    margin: 0;
	font-size:15px;
	text-decoration:none;
}


#news-image {
	width:24%;
	float:left;
	height:200px;
	margin:10px 1% 10px 0%;
	overflow:hidden;
}

#news-text {
    width: 22%;
    float: left;
    border: 1px solid #EDEDED;
    height: 173px;
    margin: 10px 1% 10px 0%;
    padding: 1%;
}

#news-text h4 a {
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:#959595;
	padding: 0;
    margin: 0;
	font-size:15px;
	text-decoration:none;
}

#news-image img {
	width:100%;	
	height:auto;
}

#supplier-logos {
    width: 100%;
    margin: 0 0 10px 0;
}

#supplier-logo-box {
	background:#EDEDED;
	float:left;
	margin:0 0.5% 0 0;
	text-align:center;
	width:19.5%;
}

#supplier-logo-box img {
	width: 60%;
	height: auto;
}

#supplier-logo-box.last, #news-text.last {
	margin-right:0;
}

/*---------------------------------------------------------------------- Category ----------*/

.cat-image{
	width:100%;
	height:auto;
}

.cat-image img{
	width:100%;
	height:auto;
}

h3.cat-heading a {
	color:#959595;
	padding: 0;
    margin: 0;
	text-decoration:none;
	text-transform:none;
	font-size:16px;
}

#main-story-image {
    width: 25%;
    float: left;
    height: auto;
    margin: 0 1% 0 0;
    overflow: hidden;
	text-align:center;
}

#main-story-image a img {
    width: 100%;
    height: auto;
	max-width:500px;
}

#main-story-text {
    float: left;
	width: 74%;
}

#main-story-text img {
    float: right;
	margin: 2% 0 0 0;
}

#main-story-text h4 a {
	color:#959595;
	padding: 0;
    margin: 0;
	font-size: 20px;
}

.category-latest-news .entry {
	width: 22%;
	float: left;
	margin: 15px 1% 0 0;
	padding: 0.5%;
}

.category-latest-news h3 a {
	text-transform:uppercase;
	font-size: 15px;
}

.category-latest-news h3 {
	line-height: 17px;
}

.category-latest-news .entry img {
	width:30%;
	float:left;
	height:auto;
}

#cat-arrow {
	float: left;
    width: 10px;
    height: 55px;
    margin: 1%;
}

#cat-arrow img {
	width:100%;
}

.vid-box{
	width: 48%;
	height: auto;
	display: inline-block;
}

/*---------------------------------------------------------------------- Single ----------*/

#featured-image {
    float: left;
    width: 38%;
    height: auto;
    margin: 0 2% 0 0;
	text-align: center;
}

#featured-image img {
    width: 100%;
    height: auto;
	max-width: 500px;
}

#article-content p{
	padding: 7px 0;
}

#article-content {
	float:left;
	width:60%;
}

#article-content img {
    float: right;
    margin: 20px 0 0 20px;
	width: 35%;
	height: auto;
}

/*---------------------------------------------------------------------- Product Category Page ----------*/

#product-page-left {
    width: 25%;
    float: left;
    margin-right: 2.5%;
}

#product-page-left .widget_sp_image {
	text-align:center;
}

#product-page-left .widget_sp_image img{
    width: 100%;
	height:auto;
	max-width:125px !important;
}

#product-page-right {
    width: 72.5%;
    float: left;
}

li.product h4 {
	font-size: 11px;	
}

#contact-form {
	width:35%;
	float: left;
}

#contact-details {
    width: 45%;
    padding: 0 20% 0 0;
    float: left;
}

ul.product-categories .cat-item-107{display:none;}

/*---------------------------------------------------------------------- Page ----------*/

.page h1 {
    padding: 0 0 15px 0;
}


#video {
	width:18%;
	float:left;
	margin:0 1%;
	text-align: center;
}

#video img {
    width: 100%;
}

#video a {
	text-decoration:none;
}

/*---------------------------------------------------------------------- Gravity Forms ----------*/

.gform_wrapper .top_label .gfield_label {
    font-size: 13px;
	color:#959595;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    margin:0px !important;
	color:#959595;
	font-size: 11px !important;
}

.gform_wrapper .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]), .gform_wrapper .ginput_complex select {
    border: 1px solid #959595;
	height: 25px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    border: 1px solid #959595;
	height: 25px;
}

.gform_wrapper textarea.medium {
    height: 80px;
    border: 1px solid #959595;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    color: #959595;
    font-size: 12px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 12px !important;
    width: 40% !important;
    border-radius: 0px;
    border: 1px solid #959595;
    color: #959595;
    font-weight: 100;
    height: 25px;
}

/*---------------------------------------------------------------------- Footer ----------*/

#footer {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #EDEDED;
	min-height: 40px;
	height: auto;
	clear: both;
	text-align: center;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
}

/*---------------------------------------------------------------------- Responsive ----------*/

@media screen and (max-width: 1400px) {

/*---------------------------------------------------------------------- Category ----------*/
#client-text{
/* height:235px; */
}
.category-latest-news .entry {
    width: 31%;
}

.category-latest-news h3 a {
    font-size: 12px;
	line-height: 10px;
}

}
@media screen and (max-width: 1000px) {
/* #client-text{
 height:250px;
 } */
}

@media screen and (max-width: 840px) {

/*---------------------------------------------------------------------- Home ----------*/
#clients{
 display:block!important;
}
#news-image {
    width: 50%;
    height: auto;
}
#client-text{
		width:100%;
		height:100%;
}

#news-text {
    width: 46%;
    height: auto;
    margin: 10px 0% 10px 0%;
}

/*---------------------------------------------------------------------- Category ----------*/

#main-story-image {
    width: 100%;
    margin: 0 0 20px 0;
	text-align:center;
}

.category-latest-news .entry {
    width: 48%;
}

/*---------------------------------------------------------------------- Single ----------*/

#featured-image {
    width: 100%;
    margin: 0 0 20px 0;
}

#article-content {
    width: 100%;
}

}

@media screen and (max-width: 680px) {

/*---------------------------------------------------------------------- Home ----------*/
#clients{
 display:block!important;
}
#square-banner {
    width: 100%;
	height: 300px;
	margin:0 0 1% 0;
}

#square-banner h2 {
    margin: -315px 10px -15px 0;
    font-size: 25px;
}

#big-button-1 {
    margin: 0 1% 15px 0;
}

#big-button-1 h3, #big-button-2 h3 {
    font-size: 25px;
}

#supplier-logos {
    margin: 0 auto;
}

#supplier-logo-box {
    width: 32% !important;
    margin: 0 1% 5px 0;
}

.logo-clear{ display:none;}

}


@media screen and (max-width: 600px) {
    #footer { position: initial;}
}
@media screen and (max-width: 520px) {

    
.middle-text {
  width: 100%;
}

#top-section {
  flex-direction: column;
}

.left-logo {
  width: 40%;
  margin: 20px;
}

.right-image {
  width: 40%;
  margin: 20px;
}

    
/*---------------------------------------------------------------------- Global ----------*/

#logo {
	width: 70%;
}

#fix-the-menu {
    right: 5%;
    width: 20%;
}

#page-banner {
	display:none;
}

/*---------------------------------------------------------------------- Category ----------*/

.category-latest-news .entry {
    width: 100%;
}

.category-latest-news .entry img {
    width: 26%;
}

.category-latest-news h3 a {
    font-size: 13px;
    line-height: 10px;
}

/*---------------------------------------------------------------------- Home ----------*/

#square-banner, #big-button-1, #big-button-2 {
    height: 150px;
}

#square-banner h2 {
    margin: -455px 10px -15px 0;
    font-size: 25px;
}

#big-button-1 h3, #big-button-2 h3 {
    margin: 115px 10px 0 0;
}

#news-image {
    width: 100%;
}
#client-text{
	width: 100%;	
	height: 100%;
}

#news-text {
    width: 98%;
}

#supplier-logos {
    width: 100%;
}

/*---------------------------------------------------------------------- Footer ----------*/

#footer {
    width: 96%;
    padding: 10px 2% 10px 2%;
}
}
@media screen and (max-width: 400px) {

/*---------------------------------------------------------------------- Home ----------*/

#home-tiles {
    display:none;
}

#supplier-logo-box {
    width: 49% !important;
}

}

@media screen and (max-width: 300px) {

/*---------------------------------------------------------------------- Home ----------*/

#supplier-logo-box {
    width: 100% !important;
}

}

@media screen and (max-width: 260px) {

/*---------------------------------------------------------------------- Header ----------*/

#header {
    height: 65px;
}

/*---------------------------------------------------------------------- Menu ----------*/

#toggle {
    width: 20px;
    margin: 0px 0px 0px 40px;
}
	}</pre></body></html>