div, p, a, li, ol, ul,
h1, h1 a, h2, h2 a, h3, h3 a,
.heading .title,
.heading .subtitle,
.contacts-info-wrap.info_with_form .address-wrapper .address,
.contacts-info-wrap.info_with_form .address-wrapper .email,
.contacts-info-wrap.info_with_form .email-wrapper .address,
.contacts-info-wrap.info_with_form .email-wrapper .email,
.contacts-info-wrap.info_with_form .phone-wrapper .address,
.contacts-info-wrap.info_with_form .phone-wrapper .email,
.prague-formidable .frm_forms.with_frm_style label.frm_primary_label,
.prague-formidable .frm_forms.with_frm_style.frm_login_form label,
.prague-formidable .frm_form_submit_style,
.prague-formidable .frm_forms.with_frm_style .frm_button_submit,
.prague-formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.prague-formidable .frm_forms.with_frm_style .frm_submit input[type="button"],
.prague-formidable .frm_forms.with_frm_style input[type="submit"],
.prague-formidable .frm_forms.with_frm_style.frm_login_form input[type="submit"],
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error {
	font-family: var(--font-base);
	letter-spacing: normal;
}
div, p, a, li, ol, ul,
h1, h1 a, h2, h2 a, h3, h3 a {
	font-size: 20px;
	line-height: 27px;
}
.heading .title,
.project-detail-fullscreen .project-detail-fullscreen-content .project-detail-fullscreen-content-title {
	font-size: 30px;
	line-height: normal;
}
.heading .subtitle {
	font-size: 20px;
	line-height: normal;
}
.prague-services-wrapper .prague-services-link {
	display: none;
}
.prague-services-wrapper .services-item-description {
	min-height: 200px;
}
.prague-services-wrapper .services-item-title {
	min-height: 70px;
}
.prague-services-wrapper {
	padding: 30px;
}
.project-detail-full-overlay {
  display: none;
  /*
	background-color: rgba(0,0,0,0);
	-webkit-transition: background-color .6s linear;
	transition: background-color .6s linear;
  */
}
.project-services__item-image {
	visibility: visible !important;
	opacity: 1 !important;
}
.project-services__item-content {
	color: #fff !important;
}
.project-services__item-link,
.project-services__item-link::after, .project-services__item-link::before {
	border-color: #fff !important;
}
.wp-show-posts-entry-header,
.wp-show-posts-entry-summary {
	margin: 0;
	padding: 0px 20px;
	position: relative;
	bottom: 50%;
}
.wp-show-posts-entry-header h2,
.wp-show-posts-entry-meta {
	padding: 0px 10px 10px;
	background-color: rgba(0, 0, 0, 0.5);
}
.wp-show-posts-entry-meta:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 43px;
	height: 1px;
	width: 70%;
	border-top: 1px solid #fff;
}
@media (max-width: 1199px) {
  .wp-show-posts-entry-header {
	  padding: 0px;
  }
}
@media (max-width: 767px) {
  article.wpsp-clearfix {
	  display: flex;
  }
}
.wp-show-posts-entry-header h2 a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
}
.wp-show-posts-entry-meta a,
.wp-show-posts-entry-meta a:visited {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
}
.wp-show-posts-entry-summary p {
	color: #fff;
	font-size: 20px;
	line-height: normal;
}
.project-detail-fullscreen {
	min-height: 450px;
}
.single-projects .padd-only-xs {
	position: absolute;
	top: 100px;
	left: 55px;
	width: fit-content;
	max-width: 70%;
	color: #fff;
	padding: 12px 25px 15px;
	background-color: rgba(255, 255, 255, 0.2);
}
.single-projects .padd-only-xs ul {
	margin-left: 15px;
}
.single-projects .padd-only-xs p {
	color: inherit;
}