/*
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
*/
ul.chek_number li {
    align-items: flex-start !important;
	margin-bottom: 20px;
}
ul.chek_number li .icon-wrapper{
	font-size: 20px;
    font-weight: 600;
    border-radius: 0;
	margin-top: 6px;
}
.areas_list_inner .col {
	padding: 10px 10px 10px 10px !important;
	margin-bottom:10px;
}
.areas_list.content-boxes-clean-horizontal .col {
	padding: 0px 0px 0px 20px !important;
    border-left: 3px solid #d5b85e;
	margin-bottom:10px;
}
.areas_list.content-boxes-icon-on-side .heading, .areas_list_inner .heading{
    margin-bottom: 0px !important;
}
.areas_list .content-container, .areas_list_inner .content-container{
	margin-bottom: 0px !important;
    font-size: 14px !important;
}
.cont_font .content-container {
	font-size: 15px;
	line-height:1.2;
}
.We_Work_box {
	gap: calc(0.20rem * 3);
	flex-wrap: wrap;
	display: flex;
	margin-top: calc(0.20rem * 6);
	list-style: none;
	padding: 0;
}
.We_Work_box li{
	padding-block: calc(0.20rem * 2);
	padding-inline: calc(0.20rem * 4);
	background-color:#fff;
	border:1px solid #b7b8b2;
}
.testi_box .strong-view.wpmtst-default .wpmtst-testimonial {
	border: none !important;
}
.testi_box .strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border: 1px solid #b7b8b2 !important;
	border-radius: 0px;
	display: flex;
    flex-direction: column;
}
.testi_box .testimonial-rating {
	order:0;
}
.testi_box .testimonial-content {
	order:1;
	font-size:15px;
}
.testi_box .testimonial-content p:after {
	content:"\275E";
	margin-left: 5px;
	color: #b7b8b2;
    font-size: 20px;
}
.testi_box .testimonial-content p:before {
	content:"\275D";
	margin-right: 5px;
	color: #b7b8b2;
    font-size: 20px;
}
.testi_box .testimonial-name {
	order:2;
	border-top: 1px solid #b7b8b2;
    padding-top: 10px;
}
.testi_box .strong-view.controls-type-sides-outside {
  padding: 0 30px;
}
.testi_box .testimonial-company {
	order:3;
	font-size: 14px;
}
.testi_box .strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left;
}
.testi_box .wpmtst-testimonial-field.testimonial-name {
	font-family: "oswald";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.testi_box .wpmtst-testimonial-field.testimonial-rating{
	margin-top: 0px;
}
.testi_box .strong-rating-wrapper .star svg {
    width: 18px;
}
#sticky_bottom {
	position: fixed;
  bottom: 0;
  z-index: 99999999;
	width: 100%;
}
.location-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
    padding: 0;
    margin: 0;
	list-style:none;
}

.location-list li {
    margin: 0;
	font-size:15px !important;
}



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

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

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

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

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

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

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

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

.fgc-contact-form input[type="text"],
.fgc-contact-form input[type="email"],
.fgc-contact-form input[type="tel"],
.fgc-contact-form input[type="number"],
.fgc-contact-form select,
.fgc-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 */

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

/* Textarea */

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

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

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

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

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

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

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

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

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

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

.fgc-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 */

.fgc-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
   ========================================= */

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

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

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

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

.fgc-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;
}

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

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

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

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

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

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

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

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

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

.fgc-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) {

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

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

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

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