/*!
Theme Name: Homecare
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: homecare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Homecare is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.paoc-popup-modal-cnt { padding:20px 20px 20px 20px !important;}

.sgpb-popup-dialog-main-div-wrapper .sgpb-content {
    overflow: auto!important;
}

.sgpb-popup-dialog-main-div-wrapper .sgpb-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.sgpb-popup-dialog-main-div-wrapper .sgpb-content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.sgpb-popup-dialog-main-div-wrapper .sgpb-content::-webkit-scrollbar-thumb
{
	background-color:#d5d5d5;
}
span.wpcf7-form-control-wrap.kc_captcha {
    text-align: center;
    width:100%;
}

span.cf7ic-icon-wrapper {
    display: block;
}

span.captcha-image.cf7ic-style1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.cf7ic-style1 .cf7ic-icon-wrapper svg {
    width: 2em !important;
    height: 3em !important;
    fill: currentColor;
    box-sizing: content-box !important;
}
.paoc-padding-20.paoc-popup-con-bg{
    padding: 0px;
}

form.wpcf7-form label {
    margin-bottom: 2px;
}
.paoc-modal-popup .wpcf7-form .wpcf7-submit,
.sgpb-main-html-content-wrapper .wpcf7-form .wpcf7-submit {
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    width: 50%!important;
    margin: auto;
}
span.wpcf7-form-control-wrap.kc_captcha~br {
    display: none;
}
.contact-area .wpcf7-submit, .wpcf7-form .wpcf7-submit{
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    width: 50%!important;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    font-size: 16px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
@media screen and (max-width: 1650.98px){
    body .paoc-popup-inr textarea.wpcf7-form-control.wpcf7-textarea {
        height: 40px !important;
    }
.contact-form-inner input[type="text"], .contact-form-inner input[type="email"], .contact-form-inner textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form input[type="tel"] {
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 2px;
    width: 100%;
}
}
@media (max-width: 767.98px)  {
    .call_faq .card-header .btn-link {
      font-size: 14px;
      white-space: normal;
      padding: 10px;
  }
  }

section.subscription .es_subscription_message.success {
    color: #fff;
}  