/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 19:49:48 */
/* Homepage: Auto Type Color */
.wpb_wrapper .auto-type-element {
	color: var(--k-color-4);
}

/* Homepage: Auto Type Typing Block */
.wpb_wrapper .auto-type-element span.block {
	background: var(--k-color-4);
	color: var(--k-color-8);
	padding: 5px 10px;
}

/* Homepage: Auto Type changes for 768px and below screen sizes */
@media screen and (max-width: 768px) {
	/* Homepage: Auto Type Black Block */
	.wpb_wrapper .auto-type-element span.block {
		padding: 0px 8px;
	}
}

/* Blog: Comments Leave a Reply Background */
.post-comment-form {
	background: var(--k-color-8);
}


@media only screen and (max-width: 768px) {
    .no-margin-desktop .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Homepage: Client Logos Size */
.wpb_wrapper .client-logos__entry>a img, .wpb_wrapper .client-logos__entry>img {
    width: 100%;
    height: 100%;
}

.social-icons--with-icon-shape {
    --k-si-background: var(--k-color-8);
}


/* Page: Section Title Margin */
.wpb_wrapper .section-title {
    margin-block-end: 40px !important;
}


/* Laborator Custom CSS (MAIN) - migrated styles */
/* ===========================================================
Custom modification only for AGENCY Demo - START
=========================================================== */

/* ===========================================================
Custom modification only for AGENCY Demo - END
=========================================================== */

/* ===========================================================
User CSS modifications
=========================================================== */
.example {
 	color: red !important;
}

.Autotype-Paragaph {
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.Autotype-Paragaph * {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.wpcf7 .wpcf7-acceptance input
 {
    width: 15px !important;
}
.wpcf7 {
    max-width: 100%;
}

.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
    transition: all .25s ease;
    box-sizing: border-box;
    margin-top: 6px;
}

.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #9b9b9b;
}

.wpcf7 input[type="file"] {
    padding: 12px;
    background: #fafafa;
    cursor: pointer;
}

.wpcf7 input[type="submit"] {
    background: #222;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 3px;
}

.wpcf7 input[type="submit"]:hover {
    background: #000;
    transform: translateY(-1px);
}

/* Checkbox */

.wpcf7 .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    line-height: 1.5;
}

.wpcf7 .wpcf7-acceptance input {
    width: auto;
    margin-top: 4px;
}

/* Validation */

.wpcf7-not-valid {
    border-color: #d93025 !important;
}

.wpcf7-not-valid-tip {
    color: #d93025;
    font-size: 14px;
    margin-top: 6px;
}

/* Success Message */

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background: #edf8ef;
    color: #216738;
    padding: 18px 22px;
    border-left: 5px solid #3ba55d;
    margin: 25px 0 0;
    border-radius: 4px;
    font-size: 15px;
}

/* Error Message */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    background: #fff4f4;
    color: #a12622;
    padding: 18px 22px;
    border-left: 5px solid #d93025;
    margin: 25px 0 0;
    border-radius: 4px;
    font-size: 15px;
}

/* Processing Spinner */

.wpcf7-spinner {
    margin-left: 15px;
}

p.copyright, .inkpot-contact-text, .portfolio-items .portfolio-item__subtitle, .entry-meta, .post-navigation__link-label-title, .post-tags.wp-block-tag-cloud.is-style-outline.link-text, .portfolio-filters__term


{
    text-transform: uppercase;
    font-size: 12px;
}
a {
    color: var(--k-link-color);
    text-decoration: none;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #2c1a47;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 11px 21px;

}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background-color: #42246B;
    color: #fff;
}

.vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
    padding: 14px;
}

.content-wrapper.container.blog.blog-grid {
    padding-bottom: 55px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md
 {
    font-size: 14px;
    padding: 14px 20px;
    background-color: #2c1a47;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 11px 21px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover
 {
	 background-color: #42246B;}

.entry-content .wp-caption img[class*=wp-image-] {
    width: 100% !important;
    height: auto !important;
}

