
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-logo{
width:100px;
height:40px;
}
.blog-list-post-date{
visibility: hidden;
}
.a-btn-2 {
visibility: hidden;
}
.project-detail-full-overlay .icon { 
position: absolute; 
width: 20px; 
height: 20px; 
background-color: rgba(236,236,236,.4); 
margin: auto; 
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%); 
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%); 
cursor: pointer; 
z-index: 3; 
-webkit-transition: background-color .6s linear; 
-o-transition: background-color .6s linear; 
transition: background-color .6s linear; 
border-radius: 999px; 
display: none; 
} 

.project-detail-full-overlay { 
position: absolute; 
top: 0; 
left: 0; 
bottom: 0; 
right: 0; 
width: 100%; 
height: 100%; 
margin: auto; 
background-color: rgba(0, 0, 0, 0); 
-webkit-transition: background-color .6s linear; 
-o-transition: background-color .6s linear; 
transition: background-color .6s linear; 
} 