/*
Theme Name: BGDS-Irene's Bodygraph
Theme URI: https://bgds.com.tw
Author: Bafone Graphic Design Studio
Author URI: https://bgds.com.tw
Description: Theme for Irene's Bodygraph Official Website
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: copyrights reserved.
License URI: http://bgds.com.tw
Text Domain: twentytwenty
This theme is licensed under copyrights reserved.
*/

@import "./assets/css/cv.css"; /* import content-view grid style */
/*@import "./assets/css/main_front.css"; /* import LatePoint system style */



/* Content Views Grid BGDS Custome Style */ /* is applying */

.pt-cv-wrapper .pt-cv-content-item .pt-cv-ifield {
    padding: 15px;
    padding-bottom: 20px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: url("https://ireneinsights.com/wp-content/uploads/2020/11/fabric_of_squares_gray.png"), repeat;
}

.pt-cv-wrapper .pt-cv-ifield img {
    padding: 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.pt-cv-wrapper .pt-cv-ifield .pt-cv-title {
    font-weight: 600;
    font-size: 1.5rem;
    padding: 15px 0;
    margin-top: 20px;
    border-top: dashed 1px grey;
    border-bottom: dashed 1px grey;
}

.pt-cv-wrapper .pt-cv-ifield .pt-cv-content {
    color:rgb(117, 117, 117);
    text-align: left;
    line-height: 1.5;
    font-size: 1rem;
}

.pt-cv-wrapper .pt-cv-ifield .pt-cv-readmore {
    font-size: 1rem;
    margin-top: 15px;
    color: black;
    background-color: transparent;
    border-color: black;
}

.pt-cv-wrapper .pt-cv-ifield .pt-cv-readmore:hover {
    color: white;
    background-color: rgb(219, 122, 11);
    border-color: transparent;
}

/* Content Views Grid BGDS Custome Style */ /* is applying */

html {
    font-size: 1.2rem;
}

body {
    /* background: url("https://ireneinsights.com/wp-content/uploads/2020/11/subtle_white_feathers.png"), repeat; */
    /* font: 1.5rem/1.5 var(--bs-font-sans-serif); */
}

a {color:black;}

li.listing-item, li.cat-item {
    list-style: none;
}

li.listing-item > a, li.cat-item > a {
    text-decoration: none;
}

.sidebar {
    line-height: 35px;
}

.singleDate {
    font-size: 20px;
    color:rgb(167, 167, 167);
    font-style: italic;
}

.singleContent p {
    line-height: 1.8;
    text-align: left;
}

.singleContent img {
    width: 60vw;
    height: auto;
    margin-top: 45px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.singleContent figcaption {
    color: grey;
    font-style: italic;
    margin-bottom: 45px;
}

.nobg {
    background-color: transparent;
}

.HDBadge {
    width: 200px;
    height: auto;
}

.indexContent .listing-item .excerpt {
    line-height: 2.2;
}

.notebg {
    background: url('https://ireneinsights.com/wp-content/uploads/2020/11/subtle_white_mini_waves.png'), repeat;
}

.indexContent {
    padding-bottom: 4rem;
    padding-top: 6rem;
}

.footerBg {
    background-image: url('https://ireneinsights.com/wp-content/uploads/2020/12/dark-landscape-small.jpg');
    background-size: cover;
    background-position: center;
}

.indexServiceImg {
    object-fit:cover;
    width: 100%;
    height: auto;
}

.indexServiceImg2 {
    object-fit:contain;
    width: 100%;
    height: 400px;
}

#PreviewModal .modal-dialog .modal-content {
    color: rgb(66, 66, 66);
    margin: 0;
    padding: 0 40px;
    background-color: #f9f9f9;
opacity: 1;
background: repeating-linear-gradient( -45deg, #efefef, #efefef 2px, #f9f9f9 2px, #f9f9f9 10px );
    -webkit-box-shadow: inset 0px 0px 21px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: inset 0px 0px 21px -4px rgba(0,0,0,0.62);
    box-shadow: inset 0px 0px 21px -4px rgba(0,0,0,0.62);
}

#course-info-index, #course-info-desc, #party-info-index, #party-info-desc {
    display: none;
}

.btn-new {
    margin-right: 7px;
}

.btn-success {
    color: #fff;
    background-color: rgb(0, 91, 73);
    border-color:  rgb(0, 91, 73);
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-outline-success {
    color:  rgb(0, 91, 73);
    border-color: rgb(0, 91, 73);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: rgb(0, 91, 73);
    border-color:  rgb(0, 91, 73);
}

.btn-outline-danger {
    color: rgb(209, 152, 41);
    border-color: rgb(209, 152, 41);
}	

.btn-outline-danger:hover {
    color: #fff;
    background-color: rgb(209, 152, 41);
    border-color:rgb(209, 152, 41);
}

/* 清除按鈕聚焦時的邊框線 */
.btn:focus,
.btn:active {
  outline: none; /* 清除預設的外邊框 */
  box-shadow: none; /* 清除預設的陰影效果（如果有的話） */
}

/* 清除欄位聚焦時的邊框線 */
.form-control:focus {
  border-color: none; /* 設置欄位的邊框顏色，可以根據您的設計需要自行調整 */
  box-shadow: none; /* 清除預設的陰影效果 */
}

/* 清除連結聚焦時的邊框線 */
a:focus {
  outline: none; /* 清除預設的外邊框 */
}

.accordion-button {
    font-size: 1.2rem;
    color:#737373;
}

.accordion-button:not(.collapsed){
    color: white;
    background-color:rgb(209, 152, 41);
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }

  @media (min-width: 1115px) {
    .tabsSticky {
      position: sticky;
      top: 0;
      z-index: 1000; /* 可能需要調整 z-index 值 */
      background-color: #fff; /* 可能需要添加背景色 */
    }
  }

  .nav-tabs .nav-link.active {
    color: black !important;
  }
