/* LaptopSGN – frontend styles migrated from WPCode snippet [1011] */

.adv-readmore {
	text-align: center;
	margin: 20px 0;
	position: relative;
	z-index: 2;
}

.btn-readmore {
	background: transparent !important;
	color: black !important;
	border: 1px solid black !important;
	padding: 10px 20px !important;
	border-radius: 9999px !important;
	cursor: pointer !important;
	font-weight: 500 !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	line-height: normal !important;
	font-family: inherit !important;
	font-size: 14px !important;
	margin: 0 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	text-shadow: none !important;
	outline: none !important;
	white-space: nowrap !important;
	-webkit-appearance: none !important;
}

.btn-readmore:hover {
	background: #FF0000 !important;
	color: white !important;
	border-color: #FF0000 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.btn-readmore:focus,
.btn-readmore:active {
	outline: none !important;
	box-shadow: none !important;
}

.content {
	position: relative;
}

.content-fade {
	z-index: 1;
}
