/* Form word change // 27116745-HC SK */ 
.contact-form label span {
    font-size: 0;
}
.contact-form label span:before {
    font-size: 14px;
    content: "*";
    margin-left: 10px;
}/* Center align home page title / 27510650-hc bc*/
.home h1.entry-title {
  text-align: center;
}/* Hide grey line after page title / 27510650-hc bc */
.page .hentry.page .entry-header::after {
    display: none;
}/* -- change message sent text after contact form submission | #27510650-hc eD -- */
/* hide original text */
div[id*="contact-form-"] h3,
div[id*="contact-form-"] h3 a {
	font-size: 0;
}
/* display custom message */
div[id*="contact-form-"] h3:before {
	content: "Anketa išsiųsta";
	font-size: 1.5rem;
	margin-bottom: 1.625rem;
	display: inline-block;
}
/* display custom go back link text */
div[id*="contact-form-"] h3 a:before {
	content: "(grįžti atgal)";
	font-size: 1.5rem;
	margin-bottom: 1.625rem;
	display: inline-block;
}/* Change footer credit | #27532916-hc */ 
.credits {
	font-size: 0;
}
.credits::after {
    content: '© Vula 2024 || Visos teisės saugomos';
    font-size: 12px;
}/*Center contact form labels 27567542-hc sy*/
.contact-form label, .contact-form .wp-block-jetpack-button.is-style-outline.wp-block-button {
    text-align: center;
}/* center calendar block headings and data | HC - 27599880 */
.wp-block-calendar table th, .wp-block-calendar table td {
  
    text-align: center;
}
/* Make all contact form inputs look even and have the #393939 border color MRFX-HC-27693452 */
.wp-block-jetpack-contact-form input {
  border-width:1.5px;
  border-color:#393939;
  padding:5px;
}
/* Align titles to the center | 29672354-HC | KU*/
#post-4152 > div > div.wp-block-group.alignfull.has-text-color.has-no-padding > div
{
  text-align: center;
}
.wp-block-jetpack-contact-form textarea {
  border-width:1.5px;
  border-color:#393939;
  padding:5px;
}
/* Email and text input  | 33631402-hc RW */
input[type="text"], input[type="email"] {
  border-radius: 50px;
}
/* Temp fix rounded corners  | #34549828-hc */ 
figure.is-style-rounded img{
    border-radius: 9999px !important;
}