@import url('https://fonts.googleapis.com/css2?family=Lustria&family=Roboto:wght@300;400;500;700&display=swap');

.header-top-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header-top-flex .header-top-col {
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lustria", serif;
    font-weight: 400;
}

body {
    font-family: "Roboto";
}

/* HEADER */

body.added {
    padding-top: 0;
}

.header {
    position: fixed;
    transition: 0.5s;
}

.header .container {
    max-width: 1140px;
}

.header-top {
    display: none;
}

.scroll .header-top {
    margin-top: 0;
    display: none !important;
}

.scroll .header {
    background: #fff !important;
}

.header .logo-color {
    display: none;
}

.scroll .logo-white {
    display: none;
}

.scroll .logo-color {
    display: block;
}

.header .logo {
    width: 170px !important;
}

.scroll .logo img {
    width: 170px !important;
}

.scroll .header-bottom-flex {
    padding: 15px 0 !important;
}

.header-bottom-flex {
    align-items: center;
}

.scroll .navigation > ul > li > a.link {
    color: #575756 !important;
}

.scroll .phone-header a {
    color: #575756 !important;
}

.phone-header i {
    padding: 10px 12px;
    
    border-radius: 50%;
}

.navigation ul li a {
    font-size: 14px;
}

.navigation ul li {
    margin: 0 25px;
    position: relative;
}

.navigation > ul > li.has_childs::after {
    content: "\f0dd";
    position: absolute;
    right: -15px;
    width: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 9px;
    color: #fff;
}

.scroll .navigation > ul > li.has_childs::after {
    color: #575756;
}

.navigation > ul > li.has_childs:hover::after {
    color: #e76e70;
}

.navigation ul.level_2 {
    width: auto;
    right: -54px;
    min-width: 150px;
}

.navigation ul.level_2 li a {
    text-align: center;
}

.navigation ul ul.level_2 {
    transition: 0.5s;
}

.slide-overlay {
    padding: 0;
    width: 60%;
    margin: 0 20%;
}

.slideshow .slide .slide-title {
    font-size: 6rem;
    line-height: 1.15;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: "Lustira", serif !important;
    font-weight: 400;
}

.slideshow .slide-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.slideshow .slide .slide-button a {
    margin-top: 0;
    font-size: 18px;
    transition: 0.5s;
}

.pager {
    display: none;
}


/* HOME ROW 2 */

.home-row-2 {
    background: #f7f4f0;
    padding: 80px 0;
}

.home-row-2-title h1,
.latest-articles-header,
.partners_list .title {
    text-align: center !important;
    position: relative;
    z-index: 99;
    font-size: 3rem;
    font-family: "Lustria", serif;
    font-weight: 400;
}

.home-row-2-title p {
    text-align: center !important;
}

.home-row-2-title h1:after,
.latest-articles-header:after,
.partners_list .title:after {
    position: absolute;
    content: "Welcome To";
    top: -50px;
    left: 0;
    z-index: 1;
    font-family: "Alex Brush", cursive;
    width: 100%;
    color: #b7948e;
    font-size: 6rem;
    opacity: 0.3;
}

.partners_list .title {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center;
}

.home-row-2 .home-box p {
    margin: 15px 0;
    text-align: center;
}

.home-box-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.home-box-2-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.home-box-2-col img {
    max-width: 100%;
    height: 513px;
}

.home-box-2-col .home-box {
    padding: 75px;
}

.home-box-bg {
    background: #f0e6e0;
}

.home-box-3 {
    float: left;
    width: 100%;
    margin-top: -5px;
}

.home-box-3-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.home-box-3-col {
    flex: 0 0 25%;
    max-width: 25%;
}

.home-box-3-col img {
    max-width: 100%;
    height: 287px;
}

.box-col {
    padding: 55px 20px 54px;
}

header.additional {
    display: none !important;
}

.request_latest_articles {
    padding: 80px 0 50px;
    float: left;
    width: 100%;
}

.request_latest_articles .container {
    width: 1208px;
}

/* //////////////// ACACIA CALL TO ACTION BOX ////////////////////////// */

.call-to-action {
    float                 : left;
    width                 : 100%;
    background            : url('https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/a461f298-5da0-4f91-8192-8fc8e351e7ac/logi_lotus-theme_536177220406/banner-5.jpg') no-repeat center center;
    background-attachment : fixed;
    min-height            : 500px;
    font-family: "Lustria", serif;
}

.call-to-action-flex {
    display               : flex;
    flex-wrap             : wrap;
    justify-content       : center;
    padding               : 126px; 
}

.call-to-action-title {
    font-size             : 40px;
    color                 : #757575;
    margin                : 20px 0;
    text-align            : center;
    flex                  : 0 0 100%;
    max-width             : 100%;
}

.call-to-action-text {
    font-size             : 18px;
    font-weight           : 300;
    line-height           : 28px;
    flex                  : 0 0 100%;
    max-width             : 100%;
    text-align            : center;
    color                 : #757575;
}

.theme-button {
  flex                    : 0 0 100%;
  max-width               : 100%;
  text-align              : center;
  margin                  : 40px 0;
}

.theme-button a {
  padding                 : 15px 2%;
  font-size               : 18px;
  color                   : #fff;
  font-weight             : 300;
  transition              : 0.5s;
}

/* footer - commented out, using base footer CSS
.footer-navigation {
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-navigation ul li {
    width: 50%;
    float: left;
    margin: 10px 0;
}

.footer-nav-title {
    float: left;
    width: 100%;
    font-size: 21px;
    text-align: left;
    margin: 0 0 15px;
    font-family: "Lustria", serif;
    color: #757575;

}

.footer-top {
    padding: 40px 0;
}

.footer-flex {
    align-items: flex-start;
    width: 65%;
}

.footer-social{
    margin-top: 40px;
}

.footer-col p {
    color: #757575;
}
*/

.phone-header i {
    padding: 10px;
}

.header {
    z-index: 99999;
}

.partners_list div img{
    max-width: 100%;
}

.model_partners .partners_list {
    padding: 50px 0;
}

.partners_list .container .row {
    margin: 20px 50px;
}

.shop_container {
    width: 65%;
}

.request_homepage .slideshow {
    top: -113px;
}

.header-top-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.blog-container {
    max-width: 1440px;
}

.blog-container .search {
    background: #F1EFE3;
    border-bottom: 2px solid #e76e70;
    padding: 30px 0;
}

.blog-container .search select,
.blog-container .search input {
    border-radius: 0;
    border: none;
}

.blog-container .search button {
    border: none;
    color: #fff;
}

.blog-container .wrap_articles {
    justify-content: space-between;
}

.blog-container .wrap_articles .article {
    flex: 0 0 48%;
    margin: 0 0 30px;
    border: none;

}


.blog-container .category_box {
    text-align: left;
}

.blog-container .action_box {
    display: none;
}

.blog-container .title_box {
    color: #e76e70;
}

header.header.header-template-1{ 
    background: #8e8e8e !important;
}

.request_homepage header.header.header-template-1, header.header.header-template-1{ 
    background: transparent !important;
} 

.scroll header.header.header-template-1  {
    background: #ffffff !important;
}


.blog-container.article .blog-right {
    display:none;
}

.article-header .article-title{
    display: none;
}

.category-placeholder {
    margin-top: 30px;
}

.blog-left {
    background: #F1EFE3;
    padding: 10px;
}

.blog-container ul.article-menu li a:hover, .blog-container ul.article-menu li.active a {
    color: #e76e70;
}

.request_latest_articles .wrap_articles .article {
    border: none;
}

.request_latest_articles .wrap_articles .article .brief_box,
.request_latest_articles .wrap_articles .article .date_box,
.request_latest_articles .wrap_articles .article .action_box {
    display: none;
}

.request_latest_articles .wrap_articles .article .title_box,
.similar-title {
    color: #e76e70;
}


.similar-boxes .similar-box img {
    height: 100%;
}

.similar-box .similar-text,
.similar-box .similar-date {
    display: none;
}

header.header {
    position: absolute;
}

.scroll header.header {
    position: fixed;
    top: 0;
}

/* header.header.header-template-1 {
    background: rgba(0,0,0,0.2) !important;
} */

.blog-container.article .search {
    margin: 0 0 30px;
    padding: 0;
}

.blog-container .menu {
    color: #555555;
}

.request_homepage .slideshow {
    top: 0;
}

.bee-page-container {
    background: #fff !important;
}

header .navigation i {
    font-size: 18px;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 16px;
}

.header-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.header-socials a:hover {
    background: rgba(255,255,255,0.2);
    color: #e76e70;
}

.scroll .header-socials a {
    color: #575756;
}

.scroll .header-socials a:hover {
    color: #e76e70;
}

@media only screen and (max-width: 1024px) {
    .header-socials {
        display: none;
    }
}

@media only screen and (max-width: 1024px){

    body                                    {padding: 0;}
    .header .logo img                       {max-width: 120px !important;}
    .phone-header                           {margin-right: 40px;}
    .phone-header i                         {padding: 10px 12px;}
    .scroll .header-bottom-flex              {padding: 10px 0 !important;}
    .close_mobile_menu, #open_mobile_menu   {top: 8px !important; color: #fff;}
    .navigation ul.level_2, 
    .with-menu .leftMenu ul, 
    #mobile_menu ul a                       {background: transparent !important;}
    .home-sec-1-col                         {flex: 0 0 100%; max-width: 100%;}
    .home-box h1                            {text-align: center;}
    .home-sec-1-col ul, 
    .home-box ul                            {text-align: center;}
    .home-box-2-col                         {flex:0 0 100%; max-width: 100%;}
    .request_latest_articles .container     {width: 100%;}
    /* .footer-navigation ul li                {width: 100%;} */
    /* .footer-social                          {width: 100%; justify-content: center;} */
    .wrap_articles .article                 {width: 100%;}
    .slideshow                              {min-height: 500px;}
    .home-box-3-col                         {max-width: 100%; flex: 0 0 100%;}


    .phone-bottom {display: none;}
    .scroll .close_mobile_menu, .scroll #open_mobile_menu {color: #000;}

    .bee-row-content, .bee-row{flex-wrap: wrap; width: 96% !important; margin: 0 2% !important;}

    
    .bee-row h1 {text-align: center !important;}

    .partners_list .container .row {max-width: 50%;}

    /* .footer-navigation {flex: 0 0 100%; max-width: 100%;} */
    /* .footer-nav-title {text-align: center !important;} */

    .bee-row-content:not(.no_stack) {display:unset;}


    .blog-container .search, .blog-container .search form  {
        flex-wrap: wrap;
    }

    .blog-container .search .select {
        margin-bottom: 15px;
    }

    header.header .header-top {
        display: none;
    }
    #default_layout .header-bottom-flex .logo img {
        max-height: 60%;
        margin: 10px 0;
    }

    .scroll .logo-white {
        display: none !important;
    }

    .scroll .logo-color {
        display: block !important;
    }

    .blog-container .wrap_articles .article {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-container .category_box {
        text-align: center;
    }

    .blog-container .title_box {
        text-align: center;
    }

}

@media only screen and (max-width: 840px) {

    .slideshow .slide .slide-title          {font-size: 11vw;}
    .phone-header                           {display: none;}
    
}

@media only screen and (max-width: 390px) {

    .scroll .header-bottom-flex {padding: 0 !important;}
    .home-box {padding: 30px 2% !important;}
    .home-row-2 {padding: 80px 0 30px !important;}
    .bee-row h1 span {text-align: center;}
    .call-to-action-flex {padding: 80px 2%;}
    /* .footer-col img {max-width: 100% !important;} */
}