/*
Theme Name:     Divi child
Description:
Author:         nielbuys@winems.co.za
Author URI:   http://www.winems.co.za
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Change header colors to #3a6531 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.catheading,
.demoheader {
    color: #3a6531 !important;
}

/* Apply Inter font to body text */
body,
body p,
body li,
body .et_pb_text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

a {
    color: #92B51F;
}

a:visited {
    color: #92B51F;
}

.graybtn{
	border: 1px solid #3a6531;
	background: #3a6531;
	-webkit-box-shadow: 0px 2px 31px -3px rgba(0,0,0,0.98);
		-moz-box-shadow: 0px 2px 31px -3px rgba(0,0,0,0.98);
		box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.98);
    background-color: #3a6531;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    width: 90%;
    transition: all 1s ease;
}

@media only screen and (min-width : 768px){
.graybtn:hover{
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  background-color: #FFFFFF;
	color: #3a6531;
    -webkit-box-shadow: 0px 2px 31px -3px rgba(0,0,0,0.98);
        -moz-box-shadow: 0px 2px 31px -3px rgba(0,0,0,0.98);
        box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.98);
}
}

.graybtn:after{
 content: ' →';
}

.graybtn.noarrow::after{
 content: '';
}

.backbtn{
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-top: 16px;
  font-size: 16px;
  color:  #3a6531;
  cursor: pointer;
  width: 90%;
  -webkit-box-shadow: 0px 2px 31px -3px rgba(0,0,0,0.98);
      -moz-box-shadow: 0px 2px 31px -3px rgba(0,0,0,0.98);
      box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.98);
  transition: all 1s ease;
}

@media only screen and (min-width : 768px){
.backbtn:hover{
  border: 1px solid #3a6531;
  background: #3a6531;
  background-color: #3a6531;
   color: #FFFFFF;
}
}

.backbtn:before{
 content: '← ';
}

.firstselectedlabel{
 border: 1px solid #3a6531;
 border-radius: 5px 5px 5px 5px;
 display: inline-block;
 padding: 5px 5px 5px 5px;
 margin-left: 10px;
}

.firstselectedlabelv2{
 border: 1px solid #3a6531;
 border-radius: 5px 5px 5px 5px;
 display: inline-block;
 padding: 5px 5px 5px 5px;
 margin-left: 10px;
}

.secondselectedlabel{
  border: 1px solid #3a6531;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  padding: 5px 5px 5px 5px;
   margin-left: 10px;
}

.thirdselectedlabel{
 border: 1px solid #3a6531;
 border-radius: 5px 5px 5px 5px;
 display: inline-block;
 padding: 5px 5px 5px 5px;
 margin-left: 10px;
}


.loading {
  position: absolute;
  top: 50%;
  left: 50%;z-index: 9;
}
#loading-animation {height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    background: #ffffffb8;
    top: 0;
    bottom: 0;
    z-index: 9;}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}
.subparts{margin-left: 25px;}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
.height400 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    height: 300px;
}
.chart-container {
    float: left;
    margin-bottom: 20px;
    height: 300px;
    width: 100%;
}
#main-footer .container{
      padding-top: 0;
}

.datacontainer{
  padding: 50px 0;
}
@media (max-width: 991px){
  .height400{width: 100%}
}

.resetbtn {
	position: relative;
	overflow: hidden;
	padding: 1.8px 8px 1.8px 8px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
	background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
    vertical-align: middle;
}


.kkclearfix {
  overflow: auto;
}

@media (max-width : 768px){
    .mobiledemodescription {
     margin-left: 0px;

    }
}

.demoimage{
    display: inline-block; width: 22%;
}

@media (max-width : 768px){
    .demoimage{
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;

    }
}

.demodescription{
    display: inline-block;
    width: 75%;}
    @media (max-width : 768px){
    .demodescription{
        display: block;
        width: 100%;
    }
    }

.demoheader{
    text-align: left;
}

@media (max-width : 768px){
.demoheader{
    text-align: center;
}
}

.filterlistheight
{
    height:413px;
}
.filterlistheight.secondlistheight
{
    height:375px;
}

.uppercase {
  text-transform: uppercase;
}
