@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400&display=swap');

:not(.fa):not(.fi){
font-family: 'Noto Sans TC', sans-serif !important;
}

/*首頁表頭顏色*/
#header {
    background-color: white;
    height: 60px !important;
}


/*首頁主圖高度*/
#main-buttons .wrapper {
    height: 540px!important;
    min-height: 360px;
}

/*頂部右上方使用者登入口*/
#sb_main #sb-main-container #header #sb_client_info .avatar.item-container, #sb_main #sb-main-container #header .cart-container .cart.item-container {
    color: #ffffff;
}

/*頂部右上方使用者登入按鈕統一為方形按鈕及統一樣式*/
.login-container #sb_client_info {
    border-radius: 2px !important;
    background-color: #303a51 !important;
    width: 46px !important;
    height: 40px !important;
    border: 1px solid #000 !important;
    background-image: -webkit-linear-gradient(left, rgb(48, 58, 81), rgb(79, 95, 132), rgb(48, 58, 81)) !important;
    background-size: 500%;
    background-color: rgb(58, 70, 97) !important;
    opacity: 0.8;
}

.login-container #sb_client_info:hover {
    opacity: 0.95;
}


#main-buttons .wrapper .company-name {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.9;
    text-transform: capitalize;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

/* 當寬度小於900px時首頁背景顏色 */
@media screen and (max-width: 900px) {
    #content-view #about-us {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    /* 如果我們的專業占星師群區塊的背景也要改的話就加這段 */
    #content-view #gallery-view {
        background: rgba(255, 255, 255, 0.1) !important;
    }
}

/* 當寬度大於900px時首頁背景顏色 */
@media screen and (min-width: 900px) {
    #content-view #about-us {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    /* 如果我們的專業占星師群區塊的背景也要改的話就加這段 */
    #content-view #gallery-view {
        background: rgba(255, 255, 255, 0.1) !important;
    }
}

/* 當寬度小於900px時條款與條件背景顏色 */
@media screen and (max-width: 900px) {
    #sb_content #news-single .article  {
        background: rgba(255, 255, 255, 0.5) !important;
    }
}

/* 當寬度大於900px時條款與條件背景顏色 */
@media screen and (min-width: 900px) {
    #sb_content #news-single .article  {
        background: rgba(255, 255, 255, 0.5) !important;
    }
}

/* 條款與條件文字大小 */
#news-single .article .txt h3 {
    font-size: 18px !important; /* 文字大小 */
    line-height: 1.2 !important;    /* 標題行高 */
}

/* 新增 - 桌機以下寬度螢幕首頁背景顏色 */
/* @media screen and (max-width: 900px) {
    #content-view #about-us {
        background: rgba(255, 255, 255, 0.85) !important;
    }

    #content-view #gallery-view {
        background: rgba(255, 255, 255, 0.85) !important;
    }
} */

/* 設定 - 我們的專業占星師群標題 */
.row-mg #gallery-view .main-title {
    display: flex;
    justify-content: center; /* 標題置中 */
    color: #fff; /* 標題顏色 */
}

/* 主圖 Banner 上的 logo */
.flex-header-row .flex-header-item.item-2.has-logo.company-logo-only {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
   margin-top: 50px  !important;
}

@media screen and (max-width: 1366px) {
    /* 新增 - 主圖 Banner 上的 logo + 名稱 之 logo */
    .flex-header-row .flex-header-item.item-2.has-logo.company-logo-and-name {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 50px  !important;
    }

    /* 新增 - 主圖 Banner 上的 logo + 名稱 之 名稱 */
    .flex-header-row .flex-header-item.item-3.has-logo.company-logo-and-name {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 50px  !important;
    }

    /* 新增 - 主圖 Banner 上的 logo + 名稱 之 名稱的文字樣式 */
    .flex-header-row .flex-header-item.item-3.has-logo.company-logo-and-name h1{
        color: white !important;
        font-size: 32px !important;
        text-shadow: 0.1em 0.1em 0.2em black !important;
    }
}


/* Banner 上的 logo 在桌機版本會長的有點奇怪，如果只要在桌機版本以下將logo置中可以改成這段 */
/* @media screen and (max-width: 1366px) {
    .flex-header-row .flex-header-item.item-2.has-logo.company-logo-only {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
} */

@media screen and (min-width: 1366px) {
    .flex-header-row .flex-header-item.item-2.has-logo.company-logo-and-name {
        display: none !important;
    }

    .flex-header-row .flex-header-item.item-3.has-logo.company-logo-and-name {
        display: none !important;
    }

    #sb_menu #sb_menu_list_items_container {
        margin-top: -75px !important;
    }
}



/* 新增 - 開始預約按鈕的樣式在這裡修改*/
#main-buttons .wrapper .bar .btn {
    margin-top: 50px !important;
    min-height: 50px;
    font-size: 40px;
    color: white;
    background-color: transparent;
    border-color: white;
    border-style: groove;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
    /*
        margin-top 可以調整 logo 與上方距離
        margin-bottom 可以調整 logo 與下方距離
    */
}

#footer a {
    font-size: 18px !important;
}

#main-buttons .wrapper .inner .bar .btn a {
    font-size: 20px;
    color: #fff;
}

.btn.btn-with-icon a, .btn.btn-with-icon span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 12px 38px 12px 19px!important;
}

#main-buttons .wrapper .inner .bar .btn {
    margin: 0 6px;
    border-radius: 0px !important;
}

.container{
  display:flex;
  flex-flow: row wrap  !important;
  justify-content:space-between  !important;
}

@media screen and (max-width:600px){
  .container {
    flex-direction:column
  }


.invoice-pay-page .promo-code-input .custom-form .btn {
    margin-top: 0;
    margin-left: 5px !important;
}

#sb_pay_btn {
border-radius: 0px !important;
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn {
border-radius: 0px !important;
}

.btn.btn-with-icon {
border-radius: 0px !important;

}

#membership-view #sb_membership_list_container>div .membership-item .sessions-num-wrapper {
    display: none;
}

#sb-timeline #steps-nav li .content .title-small {
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-family:  'Noto Sans TC', sans-serif !important;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell {
    border-radius: 0px !important;
}

.custom-form .btn {
    border-radius: 0px;
}

.tab.tab-col .excerpt-info .btn-bar .btn.select {
    border-radius: 0px !important;
}

.btn-danger .confirm-details .btn {
border-radius: 0px !important;
}

.btn-danger {
border-radius: 0px !important;

}

#sb-timeline #steps #steps-content #sb_booking_content .detail-step .right-side #sb_book_btn {
border-radius: 0px !important;

}

.index__item>div .title--h3, .index__item>section .title--h3 {
    font-size: 22px;
    display: none;
}



#content-view #contacts .section-pd .card-header.current-company-data .item-company-data {
    line-height: 1.25;
    font-size: 26px;
}

/*
	Custom CSS
	Please make sure your CSS rules are
	more particular / have higher priority
	then other page styles
*/

 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

div.simplybook-widget-button {
   font-size: 0.8 em;
   padding: 10px;
  button-radius: 0px !important;

}

.title title--h1.company-name company-logo-and-name{
color: black !important;
}

/* 稍微放大一點圖片，可再自行增減下面數字 */
.gallery--list-card{
 width: 280px !important;
}

.gallery--list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -5px;
    background-color: whitesmoke !important;
}

#client-login .social {
    display: none;
}
#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social {
    display: none;
}

.brand, .social-links {
    display: none !important;
}

