/*
 Theme Name:   Coolair Child
 Theme URI:    https://themewant.com/products/wordpress/coolair
 Description:  Coolair Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     coolair
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.mainsmenu .main-menu-item .sub-menu {
    overflow: hidden;
}

.contact-us-wrap .metform-form-content {
    overflow: initial;
}

.contact-us-wrap .submit-btn {
    box-shadow: none;
}

.contact-us-wrap .submit-btn:hover {
    color: #fff;
    box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}

.elementor-icon-list-icon svg,
.elementor-icon-list-icon img {
    width: 1em;
    height: 1em;
}

.elementor-icon-list-icon {
    display: flex;
    align-items: center;
}

.warranty-table {
    margin: 0;
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #E8E8E8;
}

.warranty-table thead tr th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 13px 24px;
    background: #006AAC;
}

.warranty-table tr th:first-child {
    padding-left: 30px;
    border-radius: 16px 0 0 0;
}

.warranty-table tr th:last-child {
    border-radius: 0 16px 0 0;
}

.warranty-table tr td {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #111111;
    padding: 13px 24px;
    border: 1px solid #E8E8E8;
    border-top: none;
    border-left: none;
}

.warranty-table tr td:first-child {
    padding-left: 30px;
}

.warranty-table tr:last-child td {
    border-bottom: none;
}

.warranty-table tr td:last-child {
    border-right: none;
}

.warranty-table td span.wt-cat {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.footer-icon-btn .elementor-button-content-wrapper {
    align-items: center;
}

.footer-icon-btn .elementor-button-content-wrapper .elementor-button-icon {
    width: 24px;
    height: 24px;
}

.footer-icon-btn .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 100%;
    height: 100%;
}

.footer-social-btn {
    margin-top: auto;
}

.footer-social-btn .elementor-social-icon svg {
    fill: none;
}

.bring-comfort-info .btn-main {
    border-radius: 40px;
    font-size: 14px;
}

.shp-grid .shp-card {
    background: #F9F9F9;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
}

.shp-grid .shp-card .shp-card-title {
    color: #111111;
    padding-top: 16px;
    border-top: 1px solid #E8E8E8;
}

.scat-grid-wrap .scat-grid .scat-card {
    background: #F9F9F9;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
}

.scat-grid-wrap .scat-grid .scat-card .scat-card-thumb {
    padding: 16px;
    height: 250px;
}

.scat-grid-wrap .scat-grid .scat-card .scat-card-body {
    padding: 0 16px 16px;
}

.scat-grid .scat-card .scat-card-title {
    padding-top: 16px;
    border-top: 1px solid #E8E8E8;
    line-height: 22px;
}

.scat-grid-wrap .scat-grid .scat-card .scat-card-link {
    color: #006AAC;
    text-decoration: none;
}

.sinclair-cat .scat-body .scat-filters {
    border: 1px solid #E8E8E8;
    border-radius: 16px;
}

.tax-product_cat .main-contain #content,
.product-template-default .main-contain #content {
    padding-top: 0;
    padding-bottom: 0;
}

.single-product .sticky-header-on,
.tax-product_cat .sticky-header-on,
.page-id-5718 .sticky-header-on {
    border-bottom: 1px solid #E8E8E8;
}

.blog-listing .blog-gird-item {
    gap: 24px 0;
}

.blog-listing .single-blog-area-style-one {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    transition: all 0.25s ease 0s;
}

.blog-listing .single-blog-area-style-one:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
    transform: translateY(-3px);
}

.blog-listing .single-blog-area-style-one .post-image {
    margin: 0;
    height: 216px;
}

.blog-listing .single-blog-area-style-one .post-image a {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.blog-listing .single-blog-area-style-one .post-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing .single-blog-area-style-one .inner-content-wrapper {
    padding: 16px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-listing .single-blog-area-style-one .inner-content-wrapper .bottom-area {
    display: none;
}

.blog-listing .single-blog-area-style-one .inner-content-wrapper .title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-listing .single-blog-area-style-one .inner-content-wrapper .desc {
    margin: 12px 0 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-listing .single-blog-area-style-one .inner-content-wrapper .btn-main {
    margin: auto 0 0 !important;
}

.cms-wrap p {
    margin: 0 0 16px;
}

.cms-wrap ul,
.cms-wrap ol {
    margin-bottom: 16px;
}

.cms-wrap ul li,
.cms-wrap ol li {
    margin-bottom: 12px;
}

.cms-wrap ul:last-child,
.cms-wrap ol:last-child,
.cms-wrap ul li:last-child,
.cms-wrap ol li:last-child,
.cms-wrap p:last-child {
    margin-bottom: 0;
}

.cms-wrap h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 16px;
    padding: 0;
}

.latest-project-grid .service-area.style_five .icon,
.why-choose-us-grid .service-area.style_five .icon {
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
}

.reactheme-blog-details .news-details-inner {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #4A4A4A;
}

.reactheme-blog-details .news-details-inner .type-post .single-content-full .bs-desc {
    padding: 12px 0 0;
}

.reactheme-blog-details .news-details-inner .bs-img {
    border-radius: 24px;
    margin-bottom: 20px;
}

.reactheme-blog-details .news-details-inner .bs-img img {
    transform: none;
}

.reactheme-blog-details .news-details-inner .wp-block-image {
    border-radius: 24px;
    margin-bottom: 20px;
}

.reactheme-blog-details .news-details-inner .wp-block-image img {
    border-radius: 24px;
}

.reactheme-blog-details .news-details-inner h2,
.reactheme-blog-details .news-details-inner h3,
.reactheme-blog-details .news-details-inner h4,
.reactheme-blog-details .news-details-inner h5 {
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    color: #111111;
}

.reactheme-blog-details .news-details-inner h2 {
    font-size: 32px;
    line-height: 40px;
}

.reactheme-blog-details .news-details-inner h3 {
    font-size: 28px;
    line-height: 36px;
}

.reactheme-blog-details .news-details-inner h4 {
    font-size: 24px;
    line-height: 32px;
}

.reactheme-blog-details .news-details-inner h5 {
    font-size: 20px;
    line-height: 28px;
}

.reactheme-blog-details .news-details-inner a {
    color: #006AAC;
    transition: all 0.25s ease 0s;
    text-decoration: none;
}

.reactheme-blog-details .news-details-inner a:hover {
    color: #000;
}

.reactheme-blog-details .news-details-inner p,
.reactheme-blog-details .news-details-inner ul,
.reactheme-blog-details .news-details-inner ol,
.reactheme-blog-details .news-details-inner table,
.reactheme-blog-details .news-details-inner blockquote {
    margin: 0 0 20px;
}

.reactheme-blog-details .news-details-inner ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.reactheme-blog-details .news-details-inner ul li:last-child {
    margin-bottom: 0;
}

.reactheme-blog-details .news-details-inner ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006AAC;
}

.reactheme-blog-details .news-details-inner ol {
    padding-left: 25px;
}

.reactheme-blog-details .news-details-inner ol li {
    margin-bottom: 12px;
}

.reactheme-blog-details .news-details-inner ol li:last-child {
    margin-bottom: 0;
}

.reactheme-blog-details .news-details-inner .bs-info.tags {
    margin-top: 16px;
    margin-bottom: 0;
    color: #4A4A4A;
    border-top: none;
    padding: 0;
}

.reactheme-blog-details .news-details-inner .bs-info.tags a {
    color: #006AAC;
    transition: all 0.25s ease 0s;
    text-decoration: none;
    padding: 0;
}

.reactheme-blog-details .news-details-inner .bs-info.tags a:hover {
    color: #000;
}

.reactheme-blog-details .widget-area .widget {
    margin-bottom: 24px;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #E8E8E8;
}

.reactheme-blog-details .widget-area .widget:last-child {
    margin-bottom: 0;
}

.reactheme-blog-details .widget-area .widget_search {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

.reactheme-blog-details .widget-area .widget_search .wp-block-search__input {
    border: 1px solid #E8E8E8;
    background: #FAFAFA;
    color: #4A4A4A;
    font-weight: 500;
}

.reactheme-blog-details .widget-area .widget_search .wp-block-search__label {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 16px;
    color: #0A2540;
}

.reactheme-blog-details .widget-area .widget .wp-block-heading {
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 16px;
    color: #0A2540;
}

.reactheme-blog-details .widget-area .widget .wp-block-latest-posts__list li {
    padding: 0;
    margin-bottom: 12px;
}

.reactheme-blog-details .widget-area .widget .wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
}

.reactheme-blog-details .widget-area .widget .wp-block-latest-posts__list li a {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #111111;
    transition: all 0.25s ease 0s;
}

.reactheme-blog-details .widget-area .widget .wp-block-latest-posts__list li a:hover {
    color: #006AAC;
}

.single-post .reactheme-breadcrumbs.porfolio-details .breadcrumbs-inner {
    padding: 30px 0;
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post .reactheme-breadcrumbs.porfolio-details .breadcrumbs-inner .page-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}