/*!
Theme Name: Nahshii Health
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
p{margin-top: 0px;}
.pgs p{margin-bottom: 0px;}
.site-main-header-wrap {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
body.blog .content-area {
    margin-bottom: 2rem;
}
body.single-post .content-area {
    margin-bottom: 0;
}
.single-content p {
    margin-bottom: 16px !important;
}
.comments-area {
    box-shadow: none!important;
}
.b-form {
    display: flex;
    margin: 0px -13px;
    flex-wrap: wrap;
}
.b-form .f-c {
    width: 29%;
    padding: 0px 13px;
}
.b-form .f-c.f-btn {
    width: 13%;
}
.f-stl .b-form .f-c.f-btn {
    width: 100%;
}
.b-form .f-c p {
    margin: 0px;
}
.b-form .f-c br {
    display: none;
}
.b-form .f-c input {
    font-family: "SourceSansPro-Regular";
    padding: 8px 20px;
    border: 0px!important;
    border-radius: 6px;
}
.b-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 31px;
}
.f-stl .b-form {
    flex-direction: column;
    margin: 0;
}
.f-stl .b-form .f-c {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}
.b-form .f-c input {
    padding: 10px 20px;
    width: 100%;
}
.f-c.f-chx .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.f-c.f-chx input {
    width: auto;
    margin-top: 4px;
}
.f-c.f-chx .wpcf7-list-item-label {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    display: inline-block;
}
.f-c.f-chx .wpcf7-list-item {
    margin-left: 0px;
}
.pi-ib-sec .elementor-icon-box-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    background-color: #fff;
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.pi-ib-sec .elementor-icon-box-icon:before {
    position: absolute;
    content: '';
    background: #ffffff87;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 10px;
    top: 7px;
    z-index: -1;
    transition: all 500ms ease;
}
.pi-ib-sec .elementor-icon-box-wrapper:hover .elementor-icon-box-icon:before {
    left: -10px;
    top: -10px;
}
.pi-ib-sec .elementor-icon-box-icon svg {
    fill: #ffffff;
}
.pi-ib-sec.v2 .elementor-icon-box-icon {
    background-color: #A3BFD1;
}
.pi-ib-sec.v2 .elementor-icon-box-icon:before {
    background: #a3bfd154;
}
.pi-ib-sec.v3 .elementor-icon-box-icon svg {
    fill: #A3BFD1;
}
.pi-ib-sec.v4 .elementor-icon-box-icon svg {
    fill: #000000;
}
.pi-ib-sec.v3 .fn .elementor-icon-box-icon svg {
    fill: #fff;
}
.pps ul {
    padding-left: 20px;
    margin-bottom: 16px;
}
/* ==== Image pattern aimation ==== */
.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease-out;
}
.scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}
.scroll-animate.delay {
  transition-delay: 0.2s;
}
/* ==== Contact form (Contact Page) ==== */
.f-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.f-col {
    width: 100%;
    padding: 0px;
}
.f-row .f-col {
    width: 50%;
    padding: 0px 15px;
}
.f-col input:not(input.wpcf7-form-control.wpcf7-submit), .f-col select, .f-col textarea {
    border: 0px!important;
    border-bottom: 1px solid #ccc!important;
    padding: 15px 0px!important;
    border-radius: 0px!important;
    background-color: transparent !important;
}
.f-col.f-col input {
    width: 100%;
}
.pi-form .f-col.f-col input:focus,.pi-form .f-col.f-col select:focus,.pi-form .f-col.f-col textarea:focus {
    border-bottom-color: var( --e-global-color-primary )!important;
    box-shadow: none;
}
.f-col-checkbox .wpcf7-list-item {
   margin-left: 0px;
}
.f-col.f-col-checkbox .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 15px;
}
.f-col textarea {
    height: 120px;
}
.f-col input:not(input.wpcf7-form-control.wpcf7-submit):focus, .f-col select:focus, .f-col textarea:focus {
    border-color: var(--e-global-color-secondary);
    outline: none;
}
.f-col-checkbox .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 10px;
}
.f-col-checkbox .wpcf7-form-control-wrap label {
    display: flex;
    gap: 10px;
}
.f-col input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 12px 16px!important;
    margin-top: 10px;
    color: #fff;
    border: 0px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
}
.f-stl .wpcf7-response-output {
    color: #fff;
}
.entry-hero .entry-hero-container-inner:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/white_bottom_01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 130px;
    width: 100%;
}
.entry-hero .archive-title {
    font-family: "SourceSansPro-Bold", Sans-serif;
    font-size: 56px;
}
.entry-hero .kadence-breadcrumb-container * {
    font-size: 17px;
}
/* ==== Responsive Css ==== */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.b-form {
    margin: 0px -9px;
}    
.b-form .f-c {
    width: 26.66%;
    padding: 0px 9px;
}
.b-form .f-c.f-btn {
    width: 20%;
}
}
@media only screen and (max-width: 767px) {
.pps ul {
    padding-left: 10px;
}
.entry-hero .archive-title {
    font-size: 32px;
}
.b-form .f-c,.b-form .f-c.f-btn {
    width: 100%;
    margin-bottom: 15px;
}
.f-row .f-col {
    width: 100%;
}
}
@media screen and (max-width: 719px) {
.content-style-boxed .comments-area {
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 0px !important;
}
}

