/*
Theme Name: Kids Academy Child
Theme URI: http://themeforest.net/user/codexcoder/portfolio
Author: CodexCoder
Author URI: https://www.codexcoder.com/
Description: Kids Kindergarten & School WordPress theme
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kids-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: kids-academy
*/

:root {
    --theme-color-1: #ffc000;
    --theme-color-2: #e84b3a;
    --theme-color-3: #fc7f0c;
    --theme-color-4: #92278f;
    --theme-color-5: #0fbaf4;
    --theme-color-6: #008c99;
    --theme-color-7: #ee257c;
    --theme-color-8: #88c87b;
    --theme-color-9: #fa6f57;
}

body,
button,
form.input,
input,
select,
textarea {
    font-family: Prompt, sans-serif;
}
section.page-header.section-notch h1 {
    font-size: 26px;
}
.wpb_wrapper h2 {
    font-size: 32px;
}
/* Header */
header .main-menu {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.main-menu ul li.header_favorite_names a {
    font-size: 0px;
    /* padding: 30px 15px; */
    padding: 17px 15px;
    line-height: normal;
}

.header_favorite_names a span.fbn_number {
    position: absolute !important;
    bottom: 30px;
    right: 8px;
    height: 20px !important;
    width: 20px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500;
    color: #fff !important;
    background-color: #db4437;
    border-radius: 100% !important;
    text-align: center !important;
}

.header_favorite_names a:after {
    font-size: 14px;
    display: block;
    content: "\f004";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #db4437;
    font-size: 20px !important;
    border: 2px solid #db4437;
    padding: 10px;
    border-radius: 100%;
}
.page-header .overlay .container h1 {
    color: #fff;
    /* color: #5f0873; */
}
/* .Header */

section.blog-post.padding-120 {
    padding: 20px 0px 50px 0;
}

/* mobile_menu */
@-webkit-keyframes glowing {
    0% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
    50% {
        background-color: #ffffff;
        box-shadow: 0 0 10px #ff0000;
    }
    100% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
    50% {
        background-color: #ffffff;
        box-shadow: 0 0 10px #ff0000;
    }
    100% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
    50% {
        background-color: #ffffff;
        box-shadow: 0 0 10px #ff0000;
    }
    100% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
}

@keyframes glowing {
    0% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
    50% {
        background-color: #ffffff;
        box-shadow: 0 0 10px #ff0000;
    }
    100% {
        background-color: #ffffff;
        box-shadow: 0 0 3px #ffffff;
    }
}
.mob_fbn,
.mob_fbs {
    display: none;
}

.mob_fbs {
    display: block;
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 9999;
}
.baby-names-search {
    text-align: center;
    color: #fcb614;
    border: 2px solid #fcb614;
    border-radius: 100%;
    margin: 20px 0px 20px 0px;
    cursor: pointer;
    font-size: 17px;
    padding: 8px 13px;
    background-color: #fff;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@media (max-width: 991px) {
    .mobile-menu-area {
        background-color: #fff !important;
        max-width: 375px;
    }
    .mobile-menu-area .mobile-menu-area {
        max-width: 375px;
    }
    .mobile-menu-area .mobile-menu ul {
        max-width: 375px;
        text-align: left;
    }
    .mobile-menu-area .mobile-menu ul li a {
        font-weight: bold;
        font-size: 18px;
        line-height: 38px;
        color: #5f0873;
    }
    .mob_fbn {
        display: block;
        position: fixed;
        top: 100px;
        right: 20px;
        z-index: 9999;
    }
    .mob_fbn a {
        font-size: 0px;
        padding: 0;
    }
    .mob_fbn a:focus {
        outline: 0;
        outline-offset: 0;
        text-decoration: unset;
    }
    .mob_fbn a:after {
        font-size: 14px;
        display: block;
        content: "\f004";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #db4437;
        font-size: 20px;
        border: 2px solid #db4437;
        padding: 10px;
        border-radius: 100%;
    }
    .mob_fbn a span.fbn_number {
        position: absolute;
        bottom: 0px;
        left: -9px;
        height: 20px;
        width: 20px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #fff !important;
        background-color: #db4437;
        border-radius: 100%;
        text-align: center;
    }
    .mob_fbn a:after {
        -webkit-animation: glowing 2000ms infinite;
        -moz-animation: glowing 2000ms infinite;
        -o-animation: glowing 2000ms infinite;
        animation: glowing 2000ms infinite;
    }
}
/* mobile_menu */

/* Home */
@media (min-width: 1200px) {
    .wpb_content_element {
        max-width: 100%;
    }
}
.name_cat_list_bg {
}
.name_cat_title {
    margin-bottom: 15px;
    text-align: center;
}
/*.name_cat_title h4 {
    font-size: 20px;
    line-height: 1.4em;
}*/
.name_cat_title h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #93288f;
}
ul.name_cat_list {
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.name_cat_list li {
    display: inline-block;
    margin: 8px;
}
ul.name_cat_list li a {
    font-size: 20px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
    padding: 8px 14px;
    border: 1px solid;
    border-radius: 3px;
    background-color: #fff;
}

.home_p {
    color: #000;
}
.home_title {
    color: #ffc000;
    font-size: 26px;
}
h2.home_title:nth-of-type(1) {
    color: #92278f;
}
h2.home_title:nth-of-type(2) {
    color: #e84b3a;
}
h2.home_title:nth-of-type(3) {
    color: #fc7f0c;
}
h2.home_title:nth-of-type(4) {
    color: #92278f;
}
h2.home_title:nth-of-type(5) {
    color: #0fbaf4;
}
h2.home_title:nth-of-type(6) {
    color: #008c99;
}
h2.home_title:nth-of-type(7) {
    color: #ee257c;
}
h2.home_title:nth-of-type(8) {
    color: #88c87b;
}
h2.home_title:nth-of-type(9) {
    color: #fa6f57;
}
.baby_names_desc_top {
    font-size: 18px;
    margin: 15px 0;
}
.baby_names_desc_top p.name_meanings {
    margin: 0;
    line-height: inherit;
}

.baby_names_desc h2 {
    font-size: 24px;
}

.counter_section .padding-120 {
    padding: 60px 0;
}
/* .Home */

/* BN_Cat_list*/
.page_bn_cat_list ul.name_cat_list li {
    display: block;
    text-align: left;
    border: 0;
}
.page_bn_cat_list ul.name_cat_list li a {
    border: 0;
    text-transform: capitalize;
}
/* .BN_Cat_list*/

/* baby_names_list */
section.blog-post.padding-60 {
    padding: 60px 0;
}
.post-items.baby-names-term .blog-post .post-item h3 a {
    color: var(--color-1);
    text-transform: capitalize;
}
.baby_name_desc p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    height: 24px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar .sidebar-item {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.sidebar .sidebar-item .sidebar-title {
    font-size: 22px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}
.sidebar .sidebar-item ul.name_cat_list {
    text-align: left;
}
.sidebar-item ul.name_cat_list li a {
    font-size: 18px;
    line-height: 38px;
    color: #000;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid;
    border-radius: 3px;
}

/* .baby_names_list */

.single-baby-names .post-content {
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-top: none;
}
.post-type-archive-baby-names .post-item.baby-names-item .post-content.no_thumbnail,
.single-baby-names .blog-post .post-item .post-content.no_thumbnail,
.post-items.baby-names-term .post-item .post-content.no_thumbnail {
    border: 1px solid #f0f0f0;
}
.post-type-archive-baby-names .post-item.baby-names-item .post-content.no_thumbnail,
.post-items.baby-names-term .post-item.baby-names-item .post-content.no_thumbnail {
    padding: 6px 15px;
}
.post-type-archive-baby-names .post-item.baby-names-item h3.baby_name_title,
.post-items.baby-names-term .post-item.baby-names-item h3.baby_name_title {
    font-size: 22px;
    margin-bottom: 0;
}
.post-type-archive-baby-names .post-item.baby-names-item,
.post-items.baby-names-term .post-item.baby-names-item {
    margin-bottom: 15px;
    /* width: max-content;
    display: inline-block; */
}

.blog-post .baby_name_top .baby_name_title,
.blog-post .baby_name_top .baby_name_right,
.blog-post .baby_name_top span {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
}

span.baby_name_gender,
span.baby_name_religion {
    margin: 0 6px;
}
span.baby_name_gender {
    font-weight: 500;
}

span.baby_name_gender.Boy {
    color: #45b6ea;
}
span.baby_name_gender.Girl {
    color: #fc88af;
}
span.baby_name_gender.Unisex {
    color: #424242;
}

.baby_name_right {
    float: right;
}

a.add_which_list {
    font-size: 24px;
    padding: 0 5px 0 5px;
    cursor: pointer;
}

i.fa.fa-heart-o.which_icon {
    color: #fa6f57;
}
i.fa.fa-heart.which_icon {
    color: #ff0000;
}

.favorite_names_dec h2 {
    font-size: 28px;
    text-align: center;
}

.favorite_names_dec p {
    color: #000;
    font-size: 18px;
    line-height: initial;
}

.favorite_names_dec p a {
    color: #ff0000;
}

.baby_names_header h1,
.baby_names_header span {
    display: inline-block;
    vertical-align: middle;
}
.baby_names_header span.baby_name_whichlist {
    float: right;
    vertical-align: middle;
}
.baby_names_header a.add_which_list {
    vertical-align: middle;
    padding: 0;
}

@media (max-width: 768px) {
    .baby_names_header span.baby_name_whichlist {
        margin-top: 25px;
    }
}

/* single_baby_names */
.single-baby-names .baby-names-title {
    color: #7900cb;
}
.single-baby-names .post-content h3.single-baby-names-title {
    font-size: 30px;
    color: #e84b3a;
    margin-bottom: 10px;
}
.single-baby-names .post-content blockquote {
    font-style: normal;
    color: #e84b3a;
    font-weight: 500;
    font-size: 14px;
    border: none;
    padding: 0px 0px 0px 40px;
}
.single-baby-names .post-content blockquote:after {
    left: 0px;
    top: 30%;
    color: #e84b3a;
    font-size: 30px;
}
.single-baby-names .post-content blockquote:before {
    content: "\f10e" !important;
    position: absolute;
    right: 50px;
    bottom: 0px;
    font: normal normal normal 30px/1 FontAwesome;
    color: #e84b3a;
}
.single-baby-names .post-content p:last-child {
    margin: 0px;
}
.single-baby-names .content-bottom {
    /* border: 1px solid #f0f0f0; */
    /* padding: 12px 30px; */
    border-top: none;
    overflow: hidden;
    margin-bottom: 20px;
}
.single-baby-names .content-bottom ul {
    margin: 0px;
}
.single-baby-names .content-bottom ul li {
    list-style: none;
    display: inline-block;
}
.single-baby-names .content-bottom li:first-child {
    margin-right: 5px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #92278f;
}
.single-baby-names .content-bottom li span {
    margin-right: 5px;
}
.single-baby-names .content-bottom li span:before {
    color: #92278f;
    font-size: 18px;
}
.single-baby-names .post-tags {
    float: unset;
}
.single-baby-names .post-tags li a {
    font-style: normal;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin: 0 5px;
    line-height: 18px;
}
.single-baby-names .baby-names.type-baby-names h1 a {
    color: #e84b3a;
}
.single-baby-names .post-tags li:nth-child(3) a {
    color: #e84b3a;
}
.single-baby-names .post-tags li:nth-child(4) a {
    color: #fc7f0c;
}
.single-baby-names .post-tags li:nth-child(5) a {
    color: #0fbaf4;
}
.single-baby-names .post-share {
    float: right;
}
.single-baby-names .post-share li {
    margin-right: 10px;
}
.single-baby-names .post-share li:last-child {
    margin: 0px;
}
.single-baby-names .post-share li a {
    color: #3b5998;
}
.single-baby-names .post-share li:nth-child(3) a {
    color: #db4437;
}
.single-baby-names .post-share li:nth-child(4) a {
    color: #e94c89;
}
.single-baby-names .post-share li:nth-child(5) a {
    color: #23b6ea;
}
.single-baby-names .post-share li:nth-child(6) a {
    color: #cb1f27;
}

.blog-post .post-items .post-item .post-content p {
    word-wrap: break-word;
    margin: 0 0 10px 0;
}

.baby_name_likes .post-views-label {
    display: none;
}
.baby_name_likes .post-views.content-post.entry-meta {
    display: inline;
}
.baby_name_likes {
    border: 1px solid #68a35c;
    padding: 5px;
    color: white;
    background-color: #68a35c;
    /* font-family: Lora, sans-serif; */
    font-family: Prompt, sans-serif;
    font-size: 16px;
}

p.name_meanings {
    color: #000;
}
p.name_meanings strong {
    color: #cb1f27;
    font-size: 22px;
}
.content-meta {
    margin-bottom: 20px;
}
p.baby_name_meta {
    margin-bottom: 5px;
}
p.baby_name_meta span {
    margin-right: 5px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #92278f;
}

ul.similarnames_list {
    list-style: none;
    margin: 0;
}

ul.similarnames_list li {
    display: inline-block;
    margin: 10px 16px 10px 0;
}

ul.similarnames_list li a {
    border: 1px solid;
    padding: 4px 6px;
    border-radius: 3px;
}

section.fag_baby_name {
    margin-bottom: 30px;
}
section.fag_baby_name h2.faq_title {
    font-size: 18px;
    color: #000;
}
.blog-post .post-item section.fag_baby_name h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 1px;
    color: #fa6f57;
}
p.faq_text {
    color: #3c3c3c;
}

@media (max-width: 767px) {
    .single-baby-names .padding-120 {
        padding: 15px 0 30px 0;
    }
    .single-baby-names p.name_meanings {
        font-size: 16px;
    }
    p.name_meanings strong {
        font-size: 18px;
    }
    .single-baby-names .content-bottom li:first-child {
        font-size: 16px;
    }
    .single-baby-names .baby_names_desc_top {
        margin: 10px 0;
    }
    .single-baby-names .content-bottom {
        margin-bottom: 15px;
    }
    .single-baby-names .baby_names_desc p {
        margin-bottom: 15px;
    }
    .baby_names_search_form p input[type="checkbox"],
    .baby_names_search_popup_form p input[type="checkbox"] {
        right: 4px;
    }
    .footer-item img.image {
        max-width: 150px !important;
    }
}
/* .single_baby_names */

/* baby_names_search_form */
form#baby_names_search_form,
form#baby_names_search_popup_form {
    /* border: 1px solid #5f0873; */
    border: 0;
    padding: 5px;
    margin-bottom: 0;
    border-radius: 6px;
}
form#baby_names_search_popup_form input {
    font-family: Prompt, sans-serif !important;
}
.baby_names_search_popup {
    background: #fff;
    border-radius: 6px;
}
form#baby_names_search_popup_form {
    position: relative;
}
#baby_names_search_popup_form {
    margin-top: 0;
}

.baby_names_search_form p,
.baby_names_search_popup_form p {
    margin-bottom: 10px;
}

.baby_names_search_form p label,
.baby_names_search_popup_form p label {
    border: 1px solid #eee;
    padding: 4px 10px;
    margin: 0 12px 12px 0;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
}

.baby_names_search_popup_form p {
    margin-bottom: 0;
}
.baby_names_search_popup_form table {
    border-right: 1px solid #d7d7d7;
    margin-bottom: 10px;
}
.baby_names_search_popup_form tr td {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 10px;
    vertical-align: top;
}
.baby_names_search_popup_form tr td p .tax_title {
    font-weight: 400;
    color: #000;
    margin-top: -26px;
    margin-bottom: 12px;
    padding: 2px 12px;
    display: block;
    background-color: #fff;
    border: 1px solid;
    width: max-content;
    border-radius: 2px;
}
span.search_span {
    position: relative;
    display: inline-block;
}
.baby_names_search_popup_form h4 {
    margin-bottom: 10px;
}
.baby_names_search_form p input[type="radio"],
.baby_names_search_popup_form p input[type="radio"] {
    margin: 0;
    position: absolute;
    right: 8px;
    top: -5px;
}

.baby_names_search_form p input[type="checkbox"],
.baby_names_search_popup_form p input[type="checkbox"] {
    margin: 0;
    position: absolute;
    right: 7px;
    top: -5px;
}

.baby_names_search_popup_form input[type="checkbox"]:checked + label,
.baby_names_search_form input[type="checkbox"]:checked + label,
.baby_names_search_popup_form input[type="radio"]:checked + label,
.baby_names_search_form input[type="radio"]:checked + label {
    border: 1px solid #5f0873;
    background-color: #5f0873;
    color: #fff !important;
}

#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#popupForm {
    position: relative;
    background-color: #9168f5;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90%;
    margin: 130px auto 200px auto;
    max-width: 800px;
    max-height: calc(100% - 280px);
    overflow-y: auto;
}

.closeBtn {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
    color: #ff0000;
    padding: 4px 11px;
    line-height: 30px;
    text-align: right;
    z-index: 9;
}

.popupOverlay form {
    margin-top: 20px;
}

input.search_btn {
    margin-bottom: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 126px;
    border-radius: 5px;
    display: inline-block;
    margin: auto 10px;
    font-family: Prompt, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

input[type="submit"].search_btn {
    background-color: #4caf50;
    color: #fff;
    cursor: pointer;
}
input[type="submit"].search_btn:focus {
    outline: 0;
    outline-offset: 0;
}

.text_center.search_btn_div {
    /* margin-bottom: 25px; */
    position: sticky;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #9168f5;
    padding: 10px;
    width: calc(100% + 20px);
    margin: 0 -10px -25px -10px;
}

.name_not_found p {
    font-size: 18px;
    color: red;
    margin-bottom: 0;
}
.text_center.search_btn_div input {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}
button.openPopupBtn.search_button {
    width: 100%;
    padding: 17px 10px;
    background-color: #2b272c;
    border: 3px solid #bf00eb;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

@media (max-width: 768px) {
    input.search_btn {
        padding: 10px 15px !important;
        width: auto;
    }
    .search_span label {
        font-size: 14px;
    }
    .baby_names_search_form p label,
    .baby_names_search_popup_form p label {
        padding: 0px 8px;
        margin: 0 12px 12px 0;
    }
}
/* .baby_names_search_form */

/* footer */
footer .footer-bottom p {
    color: #fff;
}
.footer-top .menu .menu-item {
    margin-bottom: 10px;
}
.footer-top .menu .menu-item a {
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.footer-top input[type="search"] {
    width: calc(100% - 50px);
    display: inline-block;
}
.footer-top #sidebar_search {
    display: inline-block;
}
/* .footer */

/* Responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .wpb_content_element {
        width: auto;
    }
}

@media (max-width: 767px) {
    section.page-header.section-notch h1 {
        font-size: 22px;
    }
    section.padding-120 {
        padding: 60px 0px 120px 0px;
    }
    ul.name_cat_list li a {
        font-size: 18px;
        line-height: 38px;
        color: #000;
        font-weight: 500;
        padding: 4px 10px;
        border: 1px solid;
        border-radius: 3px;
    }
}
@media screen and (max-width: 783px) {
    div.heateor_sss_bottom_sharing {
        width: unset !important;
        left: 0 !important;
        bottom: unset;
        top: 25% !important;
        max-width: 40px !important;
    }
    div.heateor_sss_bottom_sharing a {
        width: unset !important;
        display: block !important;
    }
    div.heateor_sss_bottom_sharing .heateor_sss_more,
    div.heateor_sss_bottom_sharing .heateor_sss_more .heateor_sss_svg,
    div.heateor_sss_bottom_sharing .heateor_sss_more svg {
        display: none !important;
        opacity: 0;
    }
}
/* .Responsive */

/* mobile_footer */
.mobile_footer {
    display: none;
}
@media (max-width: 768px) {
    .post-type-archive-baby-names .post-item.baby-names-item,
    .post-items.baby-names-term .post-item.baby-names-item {
        margin-bottom: 10px;
    }
    .mobile_footer {
        display: block;
        background-color: #9967ff;
        padding: 10px 10px 4px 10px;
        position: sticky;
        bottom: 0;
        z-index: 9998;
    }

    .footer_icon_links {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer_icon_links a {
        text-align: center;
    }
    .footer_icon_links a:hover i,
    .footer_icon_links a:focus i {
        color: #db4437;
    }
    .footer_icon_links span {
        display: block;
        color: #fff;
        font-size: 12px;
    }
    .footer_icon_links i {
        color: #fff;
        font-size: 22px;
    }
}
/* .mobile_footer */
