/*Custom CSS*/

/*Overall*/
html,body{
  scroll-behavior: smooth;
}

ul{
    list-style-position:inside;
}

ul li{
    font-size:16px;
    color:#7e7d7d;
}

img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-banner .content h1{
    font-size:45px;
}

/*Column Gallery Hover*/
.project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item .detail-gallery-item-overlay {
	/*background-color: rgba(255,255,255,0.5) !important;*/
}

/*Footer*/
/*Address*/
.footer-info-block-content p span.add{
    display:block;
    font-size:13px;
    line-height:1.2;
}

/*One Page Home - Service*/
.home .prague_services .prague-services-link,
.page .prague_services .prague-services-link{
    display:none;
}

/*One Page Home - Client*/
.prague-shortcode-parent .prague-clients-wrapper{
    padding:0 10px;
}

/*Column Gallery ovewrite*/
.project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item{
    margin-bottom:30px !important;
    height:350px !important;
}

@media only screen and (max-width: 1199px) {
  .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item{
		margin-bottom:0 !important;
	  }
}

@media only screen and (max-width: 1199px) {
  .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item{
		margin-bottom:0 !important;
	  }
}

@media only screen and (max-width: 767px) {
    .project-detail-gallery-wrapper .detail-gallery-item-wrapp .detail-gallery-item{
		height: auto !important;
		margin-bottom:30px !important;
	  }
}
