/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1699417330
Updated: 2023-11-08 04:22:10
*/
:root {
    --var-white: #fff;
    --var-black: #000;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    height: 100%;
}
html body {
    min-height: 100%;
    position: relative;
    margin: 0;
}
html img {
    max-width: 100%;
    height: auto;
}
html img,
html svg,
html iframe {
    vertical-align: top;
}
html a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
}
html body section.e-con-boxed>.e-con-inner,
html body section.e-con-full>.e-con-boxed>.e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
}
html body .e-con-full>.e-con-inner {
    padding-left: 0px;
    padding-right: 0px;
}
html body .e-con-boxed>.e-con-inner .elementor-element>.e-con-inner {
    padding-left: 0px;
    padding-right: 0px;
}
p:last-child {
    margin-bottom: 0 !important;
}
input:focus,
input,
select,
select:focus,
button,
button:hover,
a,
a:focus,
button:focus {
    outline: none !important;
    cursor: pointer;
}
img,
img:focus {
    outline: none !important;
}
a {
    display: inline-block;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*********** site_header *************/
.site_header {
    position: absolute !important;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    z-index: 9 !important;
}
.home .site_header {
    background-color: transparent !important;
}
/*********** site_header *************/
.latest_post .elementor-posts-container article.elementor-post {
    position: relative !important;
    overflow: visible;
}
.latest_post .elementor-posts-container {
    counter-reset: list-number;
}
.latest_post .elementor-posts-container article.elementor-post:before {
    counter-increment: list-number;
    content: counter(list-number);
    position: absolute;
    margin-top: 18px;
    left: -23px;
    font-weight: 700;
    font-size: 27px;
}
.blog_post_sec .blog_posst_warp .elementor-posts {
    counter-reset: list-number;
}
.blog_post_sec .blog_posst_warp .elementor-post__text {
    position: relative;
}
.blog_post_sec .blog_posst_warp .elementor-posts article.elementor-post.elementor-grid-item .elementor-post__text:before {
    counter-increment: list-number;
    content: counter(list-number);
    left: -38px;
    position: absolute;
    font-size: 38px;
    font-weight: 600;
    top: 0px;
    font-family: "Playfair Display", sans-serif;
    color: #898672;
}
.main-box-pagination {
    text-align: center;
}
.main-box-pagination {
    margin-bottom: 46px;
}
.pagination_list ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.pagination_list {
    padding-top: 20px;
}
.pagination_list ul li a {
    color: #9F9C88;
    font: normal normal 900 16px/32px Avenir !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}
.pagination_list ul li a.active {
    color: #000;
}
.paination_data {
    border: 5px solid black;
    height: 202px;
    padding: 24px 20px 24px;
}
.pagination_head {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: #C3BFA8;
    width: 100%;
    line-height: 50px;
}
.pagination_num {
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
    font-size: 110px;
    color: #C3BFA8;
    font-weight: 800;
    padding-top: 27px;
}
.pagination_list ul {
    display: inline-flex;
    justify-content: center;
    column-gap: 50px;
    position: relative;
    margin: 0 !important;
}
.pagination_list ul li:before {
    display: none;
}
.pagination_list ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}
/* .pagination_list ul li.prev {
	position: absolute;
	left: 0;
}
.pagination_list ul li.next {
	position: absolute;
	right: 0;
} */
.timeline_section .timeline_wrapper .elementor-widget-image figcaption {
    display: none;
}
/******* custom ba_slider *********/
.before_after_slider #page {
    width: 100%;
    height: 100%;
    min-height: 800px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.before_after_slider .wrapper {
    width: 100%;
    height: 100%;
    max-height: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
}
.before_after_slider .bottom,
.before_after_slider .middle,
.before_after_slider .top {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.before_after_slider img {
    height: 100% !important;
    width: 100vw;
    object-fit: cover;
    max-width: none !important;
}
.before_after_slider .scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.12s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/11/lines.png);
    background-position: right bottom 50px;
    background-repeat: no-repeat;
}
.before_after_slider .scroller:hover {
    opacity: 1;
}
.before_after_slider .scrolling {
    pointer-events: none;
    opacity: 1;
}
.before_after_slider .scroller__thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 7px;
}
.before_after_slider .scroller:before,
.before_after_slider .scroller:after {
    content: " ";
    display: block;
    width: 3px;
    height: 9999px;
    position: absolute;
    left: 50%;
    background-color: #a01315;
}
.before_after_slider .scroller span.top_arrow {
    position: absolute;
    right: 50%;
    border: 20px inset transparent;
    border-top: 30px solid #a30808;
    margin-right: -22px;
    top: 0;
    bottom: auto;
}
.before_after_slider .scroller span.bottom_arrow {
    position: absolute;
    right: 50%;
    border: 20px inset transparent;
    border-bottom: 30px solid #a30808;
    margin-right: -22px;
    bottom: 0;
    top: auto;
}
.before_after_slider .wrapper h3 {
    font-size: 40px;
    line-height: 72px;
    font-family: "Playfair Display", Sans-serif;
    color: #fff;
    background: transparent;
    padding: 0;
    font-weight: 900;
    letter-spacing: 0;
    position: absolute;
    top: 20px;
    left: 47px;
    margin: 0;
    width: max-content;
}
.before_after_slider .wrapper .bottom h3 {
    right: 47px;
    left: auto;
}
/******* custom ba_slider *********/
.post_entry_num .main-box-pagination .pagination_list ul li:not(.prev):not(.next) {
    display: none;
}
.post_entry_num .main-box-pagination .pagination_list {
    /* display: none; */
    padding: 0;
}
.post_entry_num .main-box-pagination .paination_data {
    border: 0;
    height: auto;
    padding: 0;
    text-align: center;
    max-width: 150px;
}
.post_entry_num .main-box-pagination .pagination_num {
    font-size: 170px;
    color: #89866F;
    line-height: 231px;
    margin-top: -55px;
    padding: 0;
}
.post_about_widget .paination_data {
    display: none;
}
.post_about_widget .pagination_list {
    padding-top: 100px;
}
.post_about_widget .pagination_list ul {
    display: flex;
    column-gap: 40px;
    padding: 0;
}
.post_about_widget .pagination_list ul li {
    display: none;
}
.post_about_widget .pagination_list ul li.prev,
.post_about_widget .pagination_list ul li.next {
    display: block;
}
.post_about_widget .pagination_list ul li.prev,
.post_about_widget .pagination_list ul li.next {
    position: relative;
    inset: auto;
}
.post_about_widget .pagination_list ul li a {
    color: #9F9C88;
    font: normal normal 900 16px/32px Avenir !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.post_entry_num .pagination_head {
    font: normal normal 900 18px/32px Avenir;
    letter-spacing: 0px;
    color: #D0CDB7;
}
.pagination_list ul li a img {
    max-width: 10px;
}
.pagination_list ul li.prev a img {
    transform: rotate(180deg);
}
.post_entry_num .main-box-pagination {
    display: flex;
    justify-content: space-between;
}
.post_about_widget .main-box-pagination {
    display: none;
}
div.fancybox-navigation .fancybox-button {
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background: #000;
}
div .fancybox-button svg path {
    fill: #fff;
}
.post_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.post_images .post_img {
    aspect-ratio: 1;
}
.post_images .post_img>a {
    height: 100%;
}
.post_images .post_img img {
    height: 100%;
    object-fit: cover;
}
.post_images:has(.post_img:nth-child(5)) {
    grid-template-columns: repeat(3, 1fr);
}
div .fancybox-toolbar .fancybox-button {
    padding: 0;
    background: #000;
    padding: 7px;
}
.blog_post_popup .content_wrapper p:has(img) {
    background-color: #3B3333;
    display: inline-flex;
    padding: 20px;
    gap: 20px;
}
.blog_post_popup .content_wrapper p img {
    width: 100%;
}
.blog_post_popup .content_wrapper p:has(img) br {
    display: none;
}
/************ blog post popup *************/
.blog_post_popup {
    position: relative;
    z-index: 1000;
    display: none;
}
.blog_post_popup .popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.blog_post_popup .main_wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateY(-50%) translateX(-50%);
    height: calc(100vh - 40px);
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    width: calc(100vw - 40px);
}
.blog_post_popup .content_wrapper {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    background-color: var(--var-white);
    padding: 80px;
    position: relative;
}
.blog_post_popup.loading .content_wrapper::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2025/04/loading-buffering.gif');
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog_post_popup.loading .content_wrapper {
    min-height: 70vh;
}
.blog_post_popup .content_wrapper .close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 32px;
    line-height: 20px;
}
.blog_post_popup .content_wrapper h2 {
    color: #B5B39C;
    margin: 0px 0px 25px;
}
.blog_post_popup .content_wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin: 0 0 12px;
}
.blog_post_popup .content_wrapper .location_field {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #848272;
    max-width: 220px;
    margin: 0 0 30px;
}
.blog_post_popup .content_wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.blog_post_popup .content_wrapper ul {
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    margin-bottom: 20px;
}
.blog_post_popup .content_wrapper ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.blog_post_popup .content_wrapper ul li::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--var-black);
    border-radius: 100%;
}
.blog_post_popup .single_post_wrapper {
    padding-top: 0;
}
/************ blog post popup *************/
.product_carousel #sync1 {
    position: relative;
}
.product_carousel #sync1 img {
    aspect-ratio: 16/9;
    max-height: 550px;
    min-height: 250px;
    object-fit: cover;
}
.product_carousel #sync2 img {
    aspect-ratio: 4/3;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}
.product_carousel #sync2 .owl-item.current img {
    border: 2px solid #333;
}
.product_carousel #sync2 {
    margin-top: 20px;
}
.product_carousel #sync1 button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    z-index: 1;
    left: 20px;
    width: 48px;
    height: 48px;
    background-color: #333;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2024/05/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.product_carousel #sync1 button span {
    display: none;
}
.product_carousel #sync1 button.owl-next {
    transform: translateY(-50%);
    right: 20px;
    left: auto;
}
.product_carousel #sync1 button:hover {
    box-shadow: 0 0 0 5px #33333329;
}
.cstm_carousel_wrap {
    padding: 80px 20px 0;
}
.cstm_carousel_wrap .product_carousel {
    max-width: 1090px;
    margin: auto;
}
.product_carousel #sync2 .owl-nav {
    display: none;
}
.single-post .site-main .page-header {
    display: none;
}
.blog_post_popup .content_wrapper .product_carousel {
    margin-bottom: 50px;
}
/**/
.product_carousel {
    display: none;
}
.single-post .elementor-widget-theme-post-content .wp-block-columns {
    gap: 30px;
}
.blog_post_popup .wp-lightbox-container .lightbox-trigger,
.single-post .wp-lightbox-container .lightbox-trigger {
    display: none;
}
.single-post .wp-lightbox-overlay .close-button {
    fill: #fff !important;
}
.single-post .wp-lightbox-overlay .scrim {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.single-post .post_about_widget .pagination_list {
    padding-top: 0;
}
.single-post .post_about_widget .main-box-pagination {
    display: block;
    margin: 0;
}
.single-post .elementor-widget-theme-post-content h2 {
    margin-top: 50px;
}
.single-post .elementor-widget-theme-post-content .elementor-widget-container :first-child {
    margin-top: 0 !important;
}
.single-post .cadiz_template_sec .post_about_widget .pagination_list ul {
    justify-content: space-between;
    border-top: 1px solid #9F9C88;
    padding: 25px 0;
}
.blog_post_popup .content_wrapper .year_value {
    margin: 0px 0px 5px;
    font-size: 32px !important;
}
/* ************************ Post Style ************************ */
.single-post figcaption {
    margin-top: 20px;
}
.portrait--image-post figure.wp-caption,
.landscape--image-post figure.wp-caption {
    background-color: #F5F5F2;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.landscape--image-post>.elementor-widget-container>img {
    background-color: #F5F5F2;
    padding: 3rem;
}
.landscape--image-post figure.wp-caption {
    grid-template-columns: 1fr;
}
.portrait--image-post figcaption:empty,
.landscape--image-post figcaption:empty, 
.simple--image-post figcaption:empty {
    display: none;
}
.portrait-2x,
.portrait--image-post,
.landscape--image-post {
    margin-block: 24px !important;
}
.elementor-element.portrait-2x {
    background-color: #F5F5F2 !important;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.portrait--image-post figcaption,
.landscape--image-post figcaption {
    text-align: left;
    font-style: normal;
    line-height: 1.5;
    border-top: 6px solid #694D36;
    padding-top: 20px;
    margin-top: 18%;
}
.portrait--image-post figcaption:empty,
.landscape--image-post figcaption:empty {
    display: none;
}
.landscape--image-post figcaption {
    margin-top: 0;
    max-width: 400px;
    margin: auto
}
.simple--image-post figure.wp-caption {
    padding: 3rem;
}
.simple--image-post figcaption {
    max-width: 480px;
    margin-inline: auto;
    text-align: left;
    font-style: normal;
    line-height: 1.5;
}
.portrait-2x .wp-caption figcaption {
	text-align: left;
	font-style: normal;
	line-height: 1.5;
	border-top: 6px solid #694D36;
	padding-top: 20px;
	margin-top: 8%;
}
.simple--image-post figcaption {
	text-align: left;
	font-style: normal;
	line-height: 1.5;
	border-top: 6px solid #694D36;
	padding-top: 20px;
	margin-top: 8%;
	max-width: 400px;
}

@media(max-width: 768px) {
    .elementor-element.portrait-2x {
        padding: 1.5rem;
        gap: 50px;
    }
    .portrait--image-post figure.wp-caption,
    .landscape--image-post figure.wp-caption {
        padding: 1.5rem;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .landscape--image-post>.elementor-widget-container>img {
        padding: 1.5rem;
    }
    .portrait--image-post figcaption,
    .landscape--image-post figcaption {
        margin-top: 30px;
    }
    .simple--image-post figure.wp-caption {
        padding: 2.5rem 1.5rem;
    }
}
/* ************************ Post Style ************************ */
/**/
/********** responsive **********/
@media(max-width: 1500px) {
    .before_after_slider #page {
        min-height: 650px;
    }
}
@media(max-width: 1200px) {
    .before_after_slider #page {
        min-height: 520px;
    }
    .before_after_slider .wrapper h3 {
        font-size: 30px;
        line-height: 40px;
        top: 20px;
        left: 20px;
    }
    .before_after_slider .wrapper .bottom h3 {
        right: 20px;
    }
}
@media(max-width: 1024px) {
    .post_about_widget .pagination_list {
        padding-top: 60px;
    }
    .post_entry_num .main-box-pagination .pagination_num {
        font-size: 140px;
        line-height: 200px;
        /*         margin-top: -70px; */
    }
    .post_entry_num .main-box-pagination,
    .post_about_widget .main-box-pagination {
        margin-bottom: 0;
    }
    .before_after_slider #page {
        min-height: 450px;
    }
}
@media(max-width: 767px) {
    .cstm_carousel_wrap {
        padding: 60px 20px 0;
    }
    .blog_post_popup .content_wrapper {
        padding: 40px;
    }
    .post_images {
        grid-template-columns: 1fr !important;
    }
    .post_entry_num .main-box-pagination .paination_data {
        text-align: left;
        max-width: none;
    }
    .post_entry_num .main-box-pagination .pagination_num {
        font-size: 110px;
        line-height: 155px;
        margin-top: -40px;
    }
    .post_about_widget .pagination_list {
        padding-top: 50px;
    }
    .before_after_slider img {
        object-position: left;
    }
    .before_after_slider .wrapper h3 {
        font-size: 24px;
        line-height: 34px;
        top: 15px;
    }
    .before_after_slider .scroller {
        background-image: none;
    }
    .before_after_slider #page {
        min-height: 300px;
    }
    .scroller.scroller-middle,
    .before_after_slider .middle {
        display: none !important;
    }
    .dropdown_list {
        cursor: pointer;
    }
    .dropdown_list::before {
        position: absolute;
        content: '';
        background-image: url(/wp-content/uploads/2023/11/arrow.svg);
        background-repeat: no-repeat;
        background-size: 13px;
        width: 13px;
        height: 10px;
        right: 0;
        top: 11px;
    }
    .dropdown_wrapper.active .dropdown_list:before {
        transform: rotate(180deg);
    }
    .dropdown_wrapper.active .dropdown_list h6 {
        color: #841010 !important;
    }
    .dropdown_wrapper.active .dropdown_text {
        display: block !important;
        position: absolute;
        top: 100%;
        background-color: #b5b399;
        border: 1px solid #000;
        width: calc(100vw - 40px);
        left: 0;
        right: 0;
        min-width: 320px !important;
        z-index: 9;
        padding: 25px 20px;
        text-align: left !important;
        max-width: none !important;
        margin: auto;
    }
    .dropdown_wrapper.right_side.active .dropdown_text {
        left: calc(-100% - 30px);
    }
    .blog_post_sec .blog_posst_warp .elementor-posts article.elementor-post {
        display: flex;
        flex-wrap: wrap;
    }
    .blog_post_sec .blog_posst_warp .elementor-posts article.elementor-post a.elementor-post__thumbnail__link {
        width: 100%;
    }
    .blog_post_sec .blog_posst_warp .elementor-posts article.elementor-post img {
        width: 100%;
    }
    .blog_post_sec .blog_posst_warp .elementor-posts article.elementor-post h3.elementor-post__title {
        padding-top: 15px;
    }
    .template_hero_heading span {
        font-size: 45px;
        display: block;
    }
    .hero_img_text {
        position: static !important;
    }
    .hero_img_text h2 {
        color: #000 !important;
    }
    .template_hero_sec>.e-con-inner {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .template_img_sec>.e-con-inner {
        padding: 0 !important;
    }
    .template_donde_sec>.e-con-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .template_timeline_text::after {
        content: '';
        position: absolute;
        height: 60%;
        width: 11px;
        background: #D0CDB7;
        left: -11px;
    }
    .template_timeline_text::after {
        height: 100%;
    }
    .template_timeline_text {
        border-color: #fff !important;
    }
    .template_img_carousel .elementor-swiper-button {
        padding: 4px;
        border-radius: 100%;
        background: rgb(255, 255, 255, 0.3);
    }
    .template_img_carousel .elementor-swiper-button-prev {
        left: 25px !important;
    }
    .template_img_carousel .elementor-swiper-button-next {
        right: 25px !important;
    }
    .arbolito_heading {
        border-bottom: 1px solid #000;
    }
    .arbolito_left_area::before {
        height: 59px !important;
        bottom: 0;
        top: unset !important;
    }
    .template_img_carousel .elementor-image-carousel-wrapper {
        position: relative;
    }
    .dropdown_sec h4 {
        font-weight: 500 !important;
        text-align: left;
    }
    .template_img_carousel .elementor-image-carousel-wrapper {
        overflow: visible !important;
    }
    .carousel_container {
        position: relative !important;
    }
    .template_img_carousel {
        position: static !important;
    }
    .post_entry_num .main-box-pagination {
        flex-direction: column;
    }
    .pagination_list ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .blog_post_popup .content_wrapper h2 {
        margin: 0px 0px 20px;
        font-size: 22px;
    }
    .blog_post_popup .content_wrapper h3 {
        line-height: 32px;
    }
}
@media(max-width: 575px) {
    body.single-post {
        padding-top: 85px;
    }
    .cstm_carousel_wrap {
        padding: 50px 20px 0;
    }
    .blog_post_popup .content_wrapper {
        padding: 50px 20px 35px;
    }
    .blog_post_popup .content_wrapper p:has(img) {
        padding: 15px;
        gap: 15px;
        flex-wrap: wrap;
    }
    .product_carousel #sync1 button {
        width: 38px;
        height: 38px;
        background-size: 8px;
        left: 10px;
    }
    .product_carousel #sync1 button.owl-next {
        right: 10px;
    }
}
/********** responsive **********/