/**
Theme Name: mgmedia
Author: MGmedia Digital Marketing
Author URI: https://mg-media.pl
Description: MGmedia Digital Marketing WordPress Theme.
Version: 1.0.0
Text Domain: mgmedia
Template: astra
*/

#hidden-seo.term-description.hidden-text{
	overflow: hidden;
	line-height: inherit;
	height: 26.8em;
	display: inline-block
}

#hidden-seo.term-description.show-text{
	line-height: inherit;
	height: auto;
	display: inline;
}

.show-more-container{
	text-align: center;
	margin: 10px auto;
	padding-top: 20px;
	padding-bottom: 40px;
	
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

#show-more-button.show-more span{
	display: block;
	color: #ffffff;
	width: 120px;
	background-color: #aacd28;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
	border-radius: 5px;
}

#show-more-button.show-more span:hover{
	color: #ffffff;
	cursor: pointer;
	background-color: #3a3a3a;

}
