/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2019 | 01:21:23 */
#read-more {display:none;}

#read-more a {color:#00889b!important;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#read-more a:hover {color:#00889b!important;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#show-more, a#hide-less {
     color:#00889b!important;
}

.kk-p {
	color: #808080!important;
}

#read-more h4 {
  	font-size: 24px;
  	margin-top: 20px;
}

#kk-content p {
	color: #808080!important;
}

#kk-content h4 {
	font-size: 24px;
  	margin-top: 20px;
}

#kk-content h2 {
  	color: #00889b!important;
    font-size: 28px;
    line-height: 40px;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
  	text-transform: capitalize;
}

#kk-content ul {
  	color: #808080!important;
}