/*
Theme Name: Buying House
Author: Rejuan Ahamed
Description: Ananna Fashion Buying House page.
Version: 1.0.1
Requires PHP: 7.4
Tested up to: 6.4
Text Domain: buying-house
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
Tags: blog, news, flexible-header, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, wide-block-width, block-styles, editor-style
*/

/* -------------------------------------- *
*           WordPress Core                *
* --------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    width: 100%;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor {
    font-size: 12px;
}
.gallery-caption {
    margin: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.boxwidth {
    max-width: 1400px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}
.single_article_wrap input[type="submit"] {
    color: #ffffff;
    padding: 4px 25px;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 4px;
    outline: none;
    border: none;
    background: var(--buying_house-major-color);
}
.entry-content blockquote {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #f7f9fc;
}
.entry-content blockquote p {
    padding: 0 90px;
    margin: 20px 0;
}
.entry-content .page-links {
    display: inherit;
    width: 100%;
}
.comment-area img.avatar {
    max-width: 70px;
    border-radius: 50%;
}
.article_comments_thumb {
    float: left;
    width: 70px;
}
.comment-details .comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 15px;
}
.comment-details h4.author-name {
    margin: 0;
}
.comment-details span.selected {
    color: #6abb7c;
    margin-left: 5px;
    font-size: 16px;
}
.comment-list ul li {
    margin-bottom: 30px;
}
.comment-list ul.children {
    margin-left: 50px;
    margin-top: 22px;
}
.comment-respond input#submit {
    padding: 14px 24px;
}
h3#reply-title small {
    margin-left: 10px;
}
.appointment {
    box-shadow: 0px 3px 30px 0px rgb(0 51 78 / 11%);
    margin: 0px;
}
.appointment .form {
    background: #ffffff;
    padding: 40px 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.appointment {
    width: inherit;
}
.appointment label {
    width: 100%;
}
.appointment input {
    background: #fff;
    border: none;
    margin-bottom: 10px;
    padding: 13px 25px 13px 25px;
    width: 100%;
    border: 1px solid #ededed;
}
.appointment textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    padding: 15px;
    height: 110px;
    width: 100%;
    border: 1px solid #ededed;
}
.appointment input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #7fc6a4;
    color: #fff;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 0px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    transition: .4s;
}

.appointment input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #04131e;

}

section {
    padding: 0;
}

.elementor-heading-title span {
    color: #d2232a;
}
.white-bg .elementor-heading-title {
    background: #fff;
    display: inline-block;
    padding: 3px 8px 1px;
}

html,
body {
    font-size: 62.5%;
    height: 100%;
}
svg {
    display: block;
    overflow: visible;
}

.navigation {
    height: 90px;
}

a.read-more {
    color: #7fc6a4;
    font-size: 15px;
    font-weight: 600;
}
p {
    line-height: 22px;
}

.footer_widget ul li {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .footer-middle .col-lg-12 .row > div:nth-child(2) .footer_widget,
    .footer-middle .col-lg-12 .row > div:nth-child(3) .footer_widget {
        padding-left: 40px;
    }
}
.icon-box.icon-box-body {
    text-align: left;
    background-color: #7fc6a4;
    padding: 15px 30px 8px 34px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    margin-top: 17px;
}
h3.title {
    color: #ffffff;
    font-size: 18px;
}
img.img-footer.small {
    margin-bottom: 15px !important;
}
.footer_widget i.fa.fa-clock {
    color: #7fc6a4;
}

.latest-project-wrap .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}
.latest-project-wrap .elementor-image-box-content {
    position: absolute;
    transition: 0.4s;
    visibility: hidden;
    bottom: -150px;
    opacity: 0;
}
.latest-project-wrap .elementor-image-box-content {
    width: 100%;
    background: #0b2b43c4;
    height: 100%;
    padding: 250px 30px 30px;
}
.latest-project-wrap
    .elementor-image-box-wrapper:hover
    .elementor-image-box-content {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    display: block;
}

.latest-project-wrap .elementor-image-box-title {
    color: #fff;
}
.latest-project-wrap
    .elementor-image-box-wrapper:hover
    .elementor-image-box-description,
.latest-project-wrap
    .elementor-image-box-wrapper:hover
    .elementor-image-box-title {
    color: #fff;
}
.latest-project-wrap.padding .elementor-image-box-content {
    padding: 164px 30px 30px;
}
h4.widget_title {
    font-size: 18px;
    text-transform: capitalize;
}
[data-overlay]:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.latest-project-wrap .elementor-image-box-wrapper:hover h3,
.latest-project-wrap .elementor-image-box-wrapper:hover p {
    color: #fff !important;
}
.icon-box icon-box-body p.icon-box-description {
    padding-left: 22px;
}

p {
    line-height: 26px;
}

.wrap-flow-tit {
    background-color: #e9ecef;
    border-radius: 22px;
    margin: 1em auto 1em;
    text-align: center;
}
.wrap-flow-tit .tit-fw {
    font-size: 14px;
    color: #3d3d3e;
    padding: 10px;
    font-weight: 500;
    font-family: "Noto Sans JP";
}
.wrap-flow-tit .tit-fw span {
    font-size: 13px;
    color: #fff;
    padding: 0.5em;
    margin-right: 1em;
    background-color: #7fc6a4;
    font-weight: normal;
    border-radius: 7px;
}
.wrap-flow-li {
    width: 920px;
    margin: 2.5em auto 0 auto;
}
.wrap-flow-li img {
    width: 260px;
    float: right;
}
.flow-li {
    width: 620px;
    float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.flow-li li {
    font-size: 16px;
    line-height: 1.5;
}
.flow-li li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    display: block;
    font-size: 14px;
    margin: 0.2em 0 0.5em 2em;
    color: #7fc6a4;
}
.flow-li span {
    font-size: 13px;
    color: #fff;
    padding: 0.3em 1.5em;
    margin-right: 1em;
    background-color: #7fc6a4;
    font-weight: normal;
    border-radius: 7px;
}
.flow-li li p {
    padding-bottom: 0.7em;
    border-bottom: 1px dashed #e5e5e5;
}

/*wholesale*/
.box02-left-wrap {
    margin: 3.5em 0;
}
.box02-left-wrap .left {
    float: left;
    width: 490px;
}
.box02-left-wrap .right {
    float: right;
    width: 510px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.box02-left-wrap .right .tit {
    font-size: 20px;
    margin: 1.8em 0;
    letter-spacing: 0.1em;
}
.box02-left-wrap .right .txt {
    font-size: 15px;
    color: #504f4d;
    line-height: 1.8;
    margin-bottom: 2.5em;
}
.t-btn02 {
    margin-top: 1.8em;
}
.t-btn02 a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 12px;
    background: #7fc6a4;
}
.t-btn02 a span {
    display: block;
    padding: 15px 31px;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}

/*ANANNAFASHION Tabs */
.wrap-flow-tit {
    background-color: #e9ecef;
    border-radius: 22px;
    margin: 1em auto 1em;
    text-align: center;
}
.wrap-flow-tit .tit-fw {
    font-size: 14px;
    color: #3d3d3e;
    padding: 10px;
    font-weight: 500;
    font-family: "Noto Sans JP";
}
.wrap-flow-tit .tit-fw span {
    font-size: 13px;
    color: #fff;
    padding: 0.5em;
    margin-right: 1em;
    background-color: #7fc6a4;
    font-weight: normal;
    border-radius: 7px;
}
.wrap-flow-li {
    width: 920px;
    margin: 2.5em auto 0 auto;
}
.wrap-flow-li img {
    width: 260px;
    float: right;
}
.flow-li {
    width: 620px;
    float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.flow-li li {
    font-size: 16px;
    line-height: 1.5;
}
.flow-li li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    display: block;
    font-size: 14px;
    margin: 0.2em 0 0.5em 2em;
    color: #7fc6a4;
}
.flow-li span {
    font-size: 13px;
    color: #fff;
    padding: 0.3em 1.5em;
    margin-right: 1em;
    background-color: #7fc6a4;
    font-weight: normal;
    border-radius: 7px;
}
.flow-li li p {
    padding-bottom: 0.7em;
    border-bottom: 1px dashed #e5e5e5;
}
.breadcrumb-item.active span {
    color: #f8f9fa;
    font-size: 14px;
}
.crs_grid_thumb {
    margin-bottom: 30px;
}
p.icon-box-description {
    margin-left: 20px;
}
.anannafashion-tabs .elementor-tab-desktop-title.elementor-active {
    background-color: #7fc6a4 !important;
}

.anannafashion-tabs .elementor-tab-title,
.anannafashion-tabs .elementor-tab-title a {
    background-color: #3d3d3e !important;
}
.anannafashion-tabs .elementor-tab-title {
    border-right: 1px solid #cccccc73 !important;
}
.anannafashion-tabs .elementor-tabs-content-wrapper {
    padding: 20px 30px !important;
}
.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none;
    background-color: #7fc6a4 !important;
}
.tablepress td,
.tablepress th {
    padding: 14px !important;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #3d3d3e;
    font-weight: 400;
}

.appointment span.require {
    background: #de4e46;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 7px;
    display: inline-block;
}

.appointment label {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
}

.appointment span.not-require {
    background: #6c757d;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 7px;
    display: inline-block;
}



.overview-an p span {
    font-size: 52px !important;
    font-weight: 600 !important;
    padding: 10px 0 0 !important;
    display: block !important;
}