/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.We_Work_box {
	gap: calc(0.25rem * 3);
	flex-wrap: wrap;
	display: flex;
	margin-top: calc(0.25rem * 6);
	list-style: none;
	padding: 0;
}
.We_Work_box li{
	text-transform: uppercase;
	color:#1c2b52;
	 letter-spacing:0.025em;
	font-weight:600;
	font-size:1rem;
	padding-block: calc(0.25rem * 2);
	padding-inline: calc(0.25rem * 4);
	background-color:#fff;
	border:1px solid #d9dde6;
	border-radius: calc(0.375rem - 2px);
}
.testi_box .strong-view.wpmtst-default .wpmtst-testimonial {
	border: none !important;
}
.testi_box .strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border: 1px dashed #5d6c89 !important;
	border-radius: 10px;
}
.testi_box .strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left;
}
.testi_box .wpmtst-testimonial-field.testimonial-name {
	font-family: "Barlow";
    font-weight: 300;
    text-transform: uppercase;
}
.testi_box .wpmtst-testimonial-field.testimonial-rating{
	margin-top: 20px;
}
.testi_box .strong-rating-wrapper .star svg {
    width: 13px;
}
.gallery_icon .fusion-gallery-image {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 0px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: #d9dde6 !important;
    border-right-color: #d9dde6 !important;
    border-bottom-color: #d9dde6 !important;
    border-left-color: #d9dde6 !important;
    border-image-source: none !important;
    border-image-slice: 100% !important;
    border-image-width: 1 !important;
    border-image-outset: 0 !important;
    border-image-repeat: stretch !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.gallery_icon .awb-imageframe-caption-container {
	border-top-width: 0px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: #d9dde6 !important;
    border-right-color: #d9dde6 !important;
    border-bottom-color: #d9dde6 !important;
    border-left-color: #d9dde6 !important;
    border-image-source: none !important;
    border-image-slice: 100% !important;
    border-image-width: 1 !important;
    border-image-outset: 0 !important;
    border-image-repeat: stretch !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.gallery_icon .awb-imageframe-caption-title::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: -4px;
    background-image: url("http://localhost/kpsplumbing/wp-content/uploads/2026/08/gallery_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gallery_icon .awb-imageframe-caption-title {
	padding:10px;
}
#sticky_bottom {
	position: fixed;
  bottom: 0;
  z-index: 99999999;
	width: 100%;
}
.footer_li ul {
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style:none;
}



/* =========================================
   KPS PLUMBING - CONTACT FORM 7
   ========================================= */
.kps-contact-form p {
	margin-bottom:0px !important;
}
.kps-contact-form {
    width: 100%;
    box-sizing: border-box;
}

/* Remove CF7 default paragraph spacing */
.kps-contact-form p {
    margin: 0;
}

/* =========================================
   FORM ROW
   ========================================= */

.kps-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 13px;
}

/* =========================================
   FIELD
   ========================================= */

.kps-form-field {
    width: 100%;
    box-sizing: border-box;
}

.kps-form-field label {
    display: block;
    margin-bottom: 6px;
    color: #0b2144;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

/* =========================================
   INPUTS
   ========================================= */

.kps-contact-form input[type="text"],
.kps-contact-form input[type="email"],
.kps-contact-form input[type="tel"],
.kps-contact-form input[type="number"],
.kps-contact-form select,
.kps-contact-form textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;

    border: 1px solid #d5dce5 !important;
    border-radius: 4px;

    background: #ffffff;
    color: #263b58;

    font-family: inherit;
    font-size: 15px;
    font-weight: 400;

    outline: none;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* Input height */

.kps-contact-form input[type="text"],
.kps-contact-form input[type="email"],
.kps-contact-form input[type="tel"],
.kps-contact-form input[type="number"],
.kps-contact-form select {
    height: 42px;
    padding: 0 11px;
}

/* Textarea */

.kps-contact-form textarea {
    min-height: 100px;
    height: 100px !important;
    padding: 10px 11px;
    resize: vertical;
    line-height: 1.5;
}

/* =========================================
   PLACEHOLDER
   ========================================= */

.kps-contact-form input::placeholder,
.kps-contact-form textarea::placeholder {
    color: #6f7f94;
    opacity: 1;
}

/* =========================================
   FOCUS
   ========================================= */

.kps-contact-form input:focus,
.kps-contact-form select:focus,
.kps-contact-form textarea:focus {
    border-color: #f36c0a !important;
    box-shadow: 0 0 0 1px rgba(243, 108, 10, 0.15);
}

/* =========================================
   SELECT
   ========================================= */

.kps-contact-form select {
    appearance: auto;
    cursor: pointer;
}

/* =========================================
   FULL WIDTH FIELD
   ========================================= */

.kps-full-width {
    width: 100%;
    margin-bottom: 13px;
}

/* =========================================
   FILE UPLOAD
   ========================================= */

.kps-contact-form input[type="file"] {
    width: 100%;
    min-height: 46px;
    box-sizing: border-box;

    padding: 6px 10px;

    border: 1px solid #d5dce5;
    border-radius: 4px;

    background: #ffffff;
    color: #263b58;

    font-family: inherit;
    font-size: 15px;

    cursor: pointer;
}

/* File browser button */

.kps-contact-form input[type="file"]::file-selector-button {
    margin-right: 10px;

    padding: 8px 12px;

    border: 0;
    border-radius: 3px;

    background: #eef2f7;
    color: #0b2144;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
}

/* =========================================
   FILE NOTE
   ========================================= */

.kps-file-note {
    margin-top: 7px !important;

    color: #536b88;
    font-size: 15px;
    line-height: 1.5;
}

/* =========================================
   SUBMIT BUTTON
   ========================================= */

.kps-submit-wrap {
    width: 100% !important;
    margin-top: 2px;
}

.kps-contact-form input[type="submit"] {
    width: 100% !important;
    height: 46px;

    display: block;

    border: 0;
    border-radius: 4px;

    background: #f66d05;
    color: #ffffff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;

    cursor: pointer;

    box-shadow: 0 5px 14px rgba(246, 109, 5, 0.18);

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.kps-contact-form input[type="submit"]:hover {
    background: #df5d00;
    box-shadow: 0 7px 18px rgba(246, 109, 5, 0.25);
}

.kps-contact-form input[type="submit"]:active {
    transform: translateY(1px);
}

/* =========================================
   DISCLAIMER
   ========================================= */

.kps-form-disclaimer {
    margin-top: 14px !important;

    color: #536b88;
    font-size: 15px;
    line-height: 1.5;
}

/* =========================================
   CF7 VALIDATION
   ========================================= */

.kps-contact-form .wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.kps-contact-form .wpcf7-not-valid-tip {
    margin-top: 4px;

    color: #dc3545;
    font-size: 15px;
}

.kps-contact-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px 12px;

    border-radius: 4px;

    font-size: 15px;
    line-height: 1.5;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .kps-form-row {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-bottom: 13px;
    }

    .kps-contact-form input[type="text"],
    .kps-contact-form input[type="email"],
    .kps-contact-form input[type="tel"],
    .kps-contact-form select {
        height: 44px;
    }

    .kps-contact-form textarea {
        min-height: 120px;
        height: 120px;
    }

    .kps-contact-form input[type="submit"] {
        height: 48px;
    }
}