/*
Theme Name: Hotlock
Description: Tema Child di Hotlock
Template: hotlock
Version: 1.0.0
Text Domain: hotlock-child
*/

.new-position-text {
	display: block !important;
	/*transition: all .1s ease;*/
	transition: all 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
	padding:0 !important;
}

.visible-area {
	padding: 10px !important;
	opacity: 1;
    height: auto;
}

/*div {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
div.active {
    opacity: 1;
    height: auto;
}*/

.new-position:hover {
	background-color: #ededed;
}

.blue-background {
	background-color: #007FFF !important;
	color: white !important;
}
