/**
 * Theme name: clv2020_skeleton
 *
 * #index
 * 1.Normalize
 * 2.Layout
 * 3.Header
 * 4.Navigation
 * 5.Submenu
 * 6.Button
 * 7.list
 * 8.Table
 * 9.Selectbox
 * 10.Footer
 *
 */

 /************
 **Normalize**
 ************/
html,
body{
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 100%;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}
header.page-title-area{
  display: flex;
  justify-content: center;
  border-bottom: solid 8px;
  border-image: linear-gradient(47deg/*to right*/, #36b4d3 0%, #1e9cd7 100%) 1/0 0 8px 0;
  margin-bottom: 20px;
}
header.single-page-title-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0;
  border-image: 0;
  margin-bottom: 20px;
}
.stage-group-detail header.page-title-area{
  align-items: center;
}
h1{
  border-bottom: solid;
  border-image: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%) 1/0 0 3px 0;
}
header.page-title-area h1{
  border-bottom: none;
  border-image: none;
}
header.single-page-title-area h1{
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 0;
  border-image: 0;
}
h1.page-title{
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: none;
  border-image: none;
  text-align: center;
  padding: 0 15px;
}
.stage-group-detail header.page-title-area h1.post-title{
  margin-bottom: 0;
}
h2{
  background-image: url('./images/layout/h2-dot.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top:15px;
  padding-left: 20px;
}
h2.no-design{
  background-image: none;
  margin-top:0;
  padding-left: 0;
}
h3{
  margin-top:15px;
  margin-left: 5px;
  padding-left: 3px;
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #36b4d3 0%, #1e9cd7 100%) 1/0 0 0 4px;
}
h3.no-design,
.archive-card .content h3{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  border-image: none;
}
h4{
  margin-top:10px;
  padding-left: 5px;
}
h5{
  margin-top:5px;
  padding-left: 5px;
}
h6{
  margin-top:5px;
  padding-left: 5px;
}
p{
  font-size: 16px;
  line-height: 1.5em;/*1.2*/
}
a{
  color: #3185eb;
}
main ul, ol {
  color: #222;
  padding: 0.5em 0.5em 0.5em 2em;
}
main ul li{
  position: relative;
  list-style-type:none !important;
  color: #222;
  padding:0 0 0 0.4rem;
}
main ul li::after {
  position: absolute;
  display: block;
  content: '';
  top: 0.6rem;
  left: -1rem;
  width: 0.75rem;
  height: 1px;
  background-color: #222;
}
main ul li a{
    color: #222;
    text-decoration: underline;
}
ul li, ol li{
    line-height: 1.2;
    padding: 0.5em 0;
}

article ul,
article ol{
  border: 0;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
article ol{
  list-style-type: none;
  counter-reset: item;
}

article ul li {
  position: static;
  line-height: 1.2;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

article ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #38b6d3; /*アイコン色*/
}


article ul.check-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #38b6d3; /*アイコン色*/
}

article ul li::after {
  display: none;
}
article ol ol{
  padding-left: 1em;
}

article ol > li{
  text-indent: -1.3em;
}
article ol > li::before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: 900;
  color: #38b6d3;
}

article ul ul,
article ul ul ul{
  border: 0;
  text-indent: -1.3em;
}
article ul ul li:before,
article ol ul li:before{
  content: "\f101";
  font-weight: 900;
}

/************
****Form***
************/
input[type="text"],
input[type="email"],
input[type="tel"]{
  border:0;
  padding:5px;
  font-size:1.0em;
  color: #000;
  border:solid 1px #ccc;
  margin:0 0 25px;
  max-width:100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
input[type="submit"],button{
  display: inline-block;
  background: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%);
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0.7em 1.0em;
  margin: 0.5em 1em 0.5em 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
textarea{
  color: #000;
  border:solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  display: block;
  margin:0 0 25px;
}
select{
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border:1px solid #ddd;
  color:#333;
  width:100%;
  border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap {
    position:relative;
    max-width: 40%;
    display: block;
    margin:0 0 25px;
}
@media screen and (max-width: 800px){
  .select-wrap {
      max-width: 60%;
  }
}
@media screen and (max-width: 500px){
  .select-wrap {
      max-width: 100%;
  }
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
.radio-wrap{
  display: block;
  margin:0 0 25px;
}
.form-wrap{
  display: block;
  margin:0 0 25px;
}
.form-wrap input{
  margin-bottom: 0;
}

form > label{
  display: inline-block;
  font-size:20px;
  color: #000;
  border-bottom: solid 2px;
  border-image: linear-gradient(47deg/*to right*/, #36b4d3 0%, #1e9cd7 100%) 1/0 0 2px 0;
}
.mw_wp_form_confirm form > label{
  display: block;
}
.mw_wp_form_confirm form > label:not(:first-child){
  margin-top: 20px;
}
.mw_wp_form_confirm form .select-wrap,
.mw_wp_form_confirm form .radio-wrap,
.mw_wp_form_confirm form .form-wrap{
  margin:0 0 0 0;
}
.mw_wp_form_confirm form .select-wrap:before{
  content:"";
  display: none;
}

form span.error{
  font-weight: 900;
  margin-bottom:40px;
}
.else-wrap{
  display: none;
  margin-top: 5px;
}
.checkbox-else-area{
  margin-top: 5px;
}

/************
****Color***
************/
body.page.stage header.page-title-area{
  border-image: linear-gradient(47deg/*to right*/, #bde870 0%, #358d23 100%) 1/0 0 8px 0;
}
body.page.store header.page-title-area{
  border-image: linear-gradient(47deg/*to right*/, #e27b7c 0%, #ba1e44 100%) 1/0 0 8px 0;
}
body.page.event header.page-title-area{
  border-image: linear-gradient(47deg/*to right*/, #efc420 0%, #f0501a 100%) 1/0 0 8px 0;
}
body.page.stage h1,
body.page.stage h1.page-title{
  border-image: linear-gradient(to right, #bde870 0%, #358d23 100%) 1/0 0 3px 0;
}
body.page.store h1,
body.page.store h1.page-title{
  border-image: linear-gradient(to right, #e27b7c 0%, #ba1e44 100%) 1/0 0 3px 0;
}
body.page.event h1,
body.page.event h1.page-title{
  border-image: linear-gradient(to right, #efc420 0%, #f0501a 100%) 1/0 0 3px 0;
}
body.page.stage header.page-title-area h1,
body.page.store header.page-title-area h1,
body.page.event header.page-title-area h1{
  border-bottom: none;
  border-image: none;
}
body.page.stage h2{
  background-image: url('./images/layout/h2-dot-stage.svg');
}
body.page.store h2{
  background-image: url('./images/layout/h2-dot-store.svg');
}
body.page.event h2{
  background-image: url('./images/layout/h2-dot-event.svg');
}
body.page.stage h3{
  border-image: linear-gradient(to bottom, #bde870 0%, #358d23 100%)1/0 0 0 4px;
}
body.page.store h3{
  border-image: linear-gradient(to bottom, #e27b7c 0%, #ba1e44 100%)1/0 0 0 4px;
}
body.page.event h3{
  border-image: linear-gradient(to bottom, #efc420 0%, #f0501a 100%)1/0 0 0 4px;
}
body.page.stage h3.no-design,
body.page.store h3.no-design,
body.page.event h3.no-design,
body.page.stage .archive-card .content h3,
body.page.store .archive-card .content h3,
body.page.event .archive-card .content h3{
  margin-left:0;
  padding-left:0;
  border-left: 0;
  border-image: none;
}
body.page.stage article ul li::before {
  color: #91c64c;
}
body.page.store article ul li::before {
  color: #e6606d;
}
body.page.event article ul li::before {
  color: #f08e33;
}
body.page.stage article ul.check-list li::before {
  color: #91c64c;
}
body.page.store article ul.check-list li::before {
  color: #e6606d;
}
body.page.event article ul.check-list li::before {
  color: #f08e33;
}
body.page.stage article ol > li::before {
  color: #91c64c;
}
body.page.store article ol > li::before {
  color: #e6606d;
}
body.page.event article ol > li::before {
  color: #f08e33;
}
/************
****Layout***
************/
#wrapper{
  padding-top:80px;
  min-height: 100%;
  background-size:cover,auto;
  background-color: #f7f7f7;
  background-repeat: repeat;
  will-change: background-position-y;
}
main{
  display: flex;
  justify-content: center;
}
.post-type-archive-stage-group-detail main{
  display: block;
  padding: 0 15px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.post-type-archive-store-group-detail main{
  display: block;
  padding: 0 15px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
main.archive{
  display: block;
  padding: 0 15px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#wrapper{
  background-attachment:fixed;
}
body.page.stage #wrapper.bg-image-1{
  background-image: url('./images/background/bg-stage-1.svg') !important;
}
body.page.stage #wrapper.bg-image-2{
  background-image: url('./images/background/bg-stage-2.svg') !important;
}
body.page.stage #wrapper.bg-image-3{
  background-image: url('./images/background/bg-stage-3.svg') !important;
}
body.page.store #wrapper.bg-image-1{
  background-image: url('./images/background/bg-store-1.svg') !important;
}
body.page.store #wrapper.bg-image-2{
  background-image: url('./images/background/bg-store-2.svg') !important;
}
body.page.store #wrapper.bg-image-3{
  background-image: url('./images/background/bg-store-3.svg') !important;
}
body.page.event #wrapper.bg-image-1{
  background-image: url('./images/background/bg-event-1.svg') !important;
}
body.page.event #wrapper.bg-image-2{
  background-image: url('./images/background/bg-event-2.svg') !important;
}
body.page.event #wrapper.bg-image-3{
  background-image: url('./images/background/bg-event-3.svg') !important;
}
#wrapper.bg-image-1{
  background-image: url('./images/background/bg-frame-1.svg');
}
#wrapper.bg-image-2{
  background-image: url('./images/background/bg-frame-2.svg');
}
#wrapper.bg-image-3{
  background-image: url('./images/background/bg-frame-3.svg');
}
article{
  width: 100%;
}
@media screen and (min-width: 1160px){
  article{
    width: 80%;
  }
}
@media screen and (max-width: 1160px){
  article{
    width: 95%;
  }
}
@media screen and (max-width: 600px){
  article{
    width: 100%;
  }
}
article .main-content{
  padding: 0 15px;
  margin-bottom: 50px;
}

article.home-page{
  width: 100%;
}
article.home-page .cardview-area{
  margin: 0 0 30px 0;/*margin: 0 15px 30px 15px;*/
}

article.child-page{
  width: 85%;
  max-width: 1000px;
  padding: 15px 25px;
}
article.child-page .main-content{
  background:rgb(255,255,255,0.95);
  padding: 10px;
}
article.child-page .main-content p{
  padding: 0 5px;
}

.post-meta{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%);
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}
.post-meta .post-date{
  margin-bottom: 0;
}
.post-tags .tag-wrap{
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 3px 5px;
}
.post-meta .meta-author{
  margin: 5px 0;
}
.post-tags a{
  color: #fff;
}

.full-height{
  height: 100%;
}


iframe{
  width: 100%;
  min-height: 350px;
}

/************
****Header***
************/
#masthead{
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background-color: #222222;
  z-index: 9998;
}
.site-branding{
  display: flex;
  align-items: center;
  margin-left: 20px;
  z-index: 9999;
}
.site-branding a:hover{
  text-decoration: none;
}
.site-branding .site-logo{
  height: 60px;
  padding-right: 15px;
}
.site-branding .festival-logo{
  height: 60px;
  padding: 15px 0 15px 15px;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 1200px){
  .site-branding{
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 4px 0;
    line-height: 0;
  }
  .site-branding .site-logo{
    width:auto;
    height: 36px;
  }
  .site-branding a{
    font-size: 0;
    width: 272px;
  }
  .site-branding .festival-logo{
    height: 36px;
    padding: 3px 0 3px 15px;
    border-left: 2px solid #fff;
  }
}
@media screen and (max-width: 600px){
  .site-branding .site-logo{
    width:auto;
    height: 36px;
    padding: 0;
  }
  .site-branding .festival-logo{
    display: none;
  }
  .site-branding a{
    width: auto;
  }
}

#navigation .global-nav > ul{
  display: flex;
  justify-content: flex-end;
  height: 80px;
  padding: 0;
  margin: 0;
}
#navigation .global-nav > ul > li{
  display: flex;
  align-items: center;
  margin: 5px 5px;
  padding: 0 2px;
}
#navigation .global-nav > ul > li > a,
#navigation .global-nav > ul > li > .main-menu-item-inner > a{
  color: #ffffff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#navigation .global-nav > ul > li > a.no-child{
  justify-content: space-between;
}
#navigation .global-nav > ul > li > a.no-child > .menu-content{
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#navigation .global-nav > ul > li > a:hover,
#navigation .global-nav > ul > li > .main-menu-item-inner > a:hover{
  text-decoration: none;
  opacity: 0.7;
}
#navigation .global-nav > ul > li > a > span.text,
#navigation .global-nav > ul > li > .main-menu-item-inner > a > span.text,
#navigation .global-nav > ul > li > a > .menu-content > span.text{
  margin-top: 3px;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #3185eb 0%, #66f078 100%) 1/2px 0 0 0;
  padding: 0 5px;
}

#navigation .global-nav > ul > li > a > span.image,
#navigation .global-nav > ul > li > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li > a > .menu-content > span.image{
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40px;
}
/*松清ローカル環境用ID*/
#navigation .global-nav > ul > li#ssid-14 > a > span.image,
#navigation .global-nav > ul > li#ssid-14 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-14 > a > .menu-content > span.image{
  background-image: url("./images/header/stage.svg");
}
#navigation .global-nav > ul > li#ssid-13 > a > span.image,
#navigation .global-nav > ul > li#ssid-13 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-13 > a > .menu-content > span.image{
  background-image: url("./images/header/store.svg");
}
#navigation .global-nav > ul > li#ssid-37 > a > span.image,
#navigation .global-nav > ul > li#ssid-37 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-37 > a > .menu-content > span.image{
  background-image: url("./images/header/event.svg");
}
#navigation .global-nav > ul > li#ssid-38 > a > span.image,
#navigation .global-nav > ul > li#ssid-38 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-38 > a > .menu-content > span.image{
  background-image: url("./images/header/news.svg");
}
#navigation .global-nav > ul > li#ssid-36 > a > span.image,
#navigation .global-nav > ul > li#ssid-36 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-36 > a > .menu-content > span.image{
  background-image: url("./images/header/about.svg");
}
#navigation .global-nav > ul > li#ssid-35 > a > span.image,
#navigation .global-nav > ul > li#ssid-35 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-35 > a > .menu-content > span.image{
  background-image: url("./images/header/staff.svg");
}
#navigation .global-nav > ul > li#ssid-34 > a > span.image,
#navigation .global-nav > ul > li#ssid-34 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-34 > a > .menu-content > span.image{
  background-image: url("./images/header/sponsorship.svg");
}
#navigation .global-nav > ul > li#ssid-54 > a > span.image,
#navigation .global-nav > ul > li#ssid-54 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-54 > a > .menu-content > span.image{
  background-image: url("./images/header/application.svg");
}
#navigation .global-nav > ul > li#ssid-33 > a > span.image,
#navigation .global-nav > ul > li#ssid-33 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-33 > a > .menu-content > span.image{
  background-image: url("./images/header/contact.svg");
}
/*本公開環境用ID*/
#navigation .global-nav > ul > li#ssid-2039 > a > span.image,
#navigation .global-nav > ul > li#ssid-2039 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2039 > a > .menu-content > span.image{
  background-image: url("./images/header/stage.svg");
}
#navigation .global-nav > ul > li#ssid-2073 > a > span.image,
#navigation .global-nav > ul > li#ssid-2073 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2073 > a > .menu-content > span.image{
  background-image: url("./images/header/store.svg");
}
#navigation .global-nav > ul > li#ssid-2072 > a > span.image,
#navigation .global-nav > ul > li#ssid-2072 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2072 > a > .menu-content > span.image{
  background-image: url("./images/header/event.svg");
}
#navigation .global-nav > ul > li#ssid-3000 > a > span.image,
#navigation .global-nav > ul > li#ssid-3000 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-3000 > a > .menu-content > span.image{
  background-image: url("./images/header/news.svg");
}
#navigation .global-nav > ul > li#ssid-2023 > a > span.image,
#navigation .global-nav > ul > li#ssid-2023 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2023 > a > .menu-content > span.image{
  background-image: url("./images/header/about.svg");
}
#navigation .global-nav > ul > li#ssid-2032 > a > span.image,
#navigation .global-nav > ul > li#ssid-2032 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2032 > a > .menu-content > span.image,
#navigation .global-nav > ul > li#ssid-4310 > a > span.image,
#navigation .global-nav > ul > li#ssid-4310 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-4310 > a > .menu-content > span.image{
  background-image: url("./images/header/staff.svg");
}
#navigation .global-nav > ul > li#ssid-2027 > a > span.image,
#navigation .global-nav > ul > li#ssid-2027 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2027 > a > .menu-content > span.image{
  background-image: url("./images/header/application.svg");
}
#navigation .global-nav > ul > li#ssid-2045 > a > span.image,
#navigation .global-nav > ul > li#ssid-2045 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2045 > a > .menu-content > span.image{
  background-image: url("./images/header/sponsorship.svg");
}
#navigation .global-nav > ul > li#ssid-2031 > a > span.image,
#navigation .global-nav > ul > li#ssid-2031 > .main-menu-item-inner > a > span.image,
#navigation .global-nav > ul > li#ssid-2031 > a > .menu-content > span.image{
  background-image: url("./images/header/contact.svg");
}

#navigation .global-nav > ul > li > ul{
  display: none;
}
.header-ad{
  display: none;
}
#sub-header{
  height: auto;
  background-color: rgba(119,119,119,1);
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 0; /* 縦方向の閾値 */
  left: 0; /* 横方向の閾値 */
  display: flex;
  justify-content: space-between;
  z-index: 900;
}


/************
****Footer***
************/
footer{
  overflow:hidden;
  background-color: #fff;
}
footer .footer-sns{
  background-color: #222;
  height: 55px;
  padding: 2px 15%;
}
footer .footer-sns a{
  font-size: 0;
}
footer .footer-sns img{
  width: 51px;
  height: auto;
  padding: 2px;
}
footer .footer-ad{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px;
  border-bottom: 1px solid #222;
  margin: 0 15% 15px;
}
footer .footer-ad section{
  margin: 10px 3px;
}
footer .footer-main{
  display: flex;
  justify-content: center;
  margin: 15px 15%;
}
footer .footer-main img{
  width: 200px;
  height: auto;
}
footer .footer-meta-menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #222;
  margin: 5px 15%;
  list-style: none;
  padding: 0;
}
footer .footer-meta a span.text{
  color: #222;
  text-decoration: underline;
  padding: 0 10px;
  margin: 5px 0;
}
footer .footer-meta a .go_switch{
  display: none;
}
/*footer .footer-meta li:not(:last-child){
  border-right: 1px solid #000;
}*/
footer .copyright{
  text-align: center;
  margin: 0 0 5px 0;
}

/*****************
****Breadcrumb***
*****************/
#breadcrumb{
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
#breadcrumb ul{
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0 10px 0 15px;
  padding: 0;
}
#breadcrumb ul li{
  list-style: none;
}
#breadcrumb ul li:not(:last-child)::after{
  content: ">";
  color: #fff;
  margin: 0 8px;
}
#breadcrumb ul li a{
  color: #fff !important;
}
#breadcrumb ul li a:hover{
  text-decoration: underline !important;
}
#breadcrumb ul li span{
  color: #fff;
}

/*****************
*******Button*****
*****************/

/*****************
*******Table*****
*****************/
table{
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  margin-top: 15px;
  margin-bottom: 10px;
}

table tr{
  border-bottom: solid 2px white;
}

table th{
  text-align: left;
  background-color: #38b6d3;
  color: white;
  padding: 10px 5px;
}
body.page.stage table th{
  background-color: #91c64c;
}
body.page.store table th{
  background-color: #e6606d;
}
body.page.event table th{
  background-color: #f08e33;
}
table.color td:nth-child(1){
  text-align: left;
  background-color: #38b6d3;
  color: white;
  padding: 10px 5px;
}
body.page.stage table.color td:nth-child(1){
  background-color: #91c64c;
}
body.page.store table.color td:nth-child(1){
  background-color: #e6606d;
}
body.page.event table.color td:nth-child(1){
  background-color: #f08e33;
}

table td{
  text-align: left;
  background-color: #f5f5f5;
  padding: 10px 8px;
}
table td a{
  color: #000;
  text-decoration: underline;
}
table td a::after{
  padding-left: 10px;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  color: #38b6d3;
  font-weight: 900;
  text-decoration: none;
}
table td:nth-child(1){
  border-right: solid 2px #38b6d3;
  min-width: 74px;
}
body.page.stage table td:nth-child(1){
  border-right: solid 2px #91c64c;
}
body.page.stage table td a::after{
  color: #91c64c;
}
body.page.store table td:nth-child(1){
  border-right: solid 2px #e6606d;
}
body.page.event table td:nth-child(1){
  border-right: solid 2px #f08e33;
}
 body.page.store.post-type-archive-store-group-detail table th{
  width: 90px;
}
body.page.stage table.color td:nth-child(1),
body.page.store table.color td:nth-child(1),
body.page.event table.color td:nth-child(1){
  border-right: solid 2px #ffffff;
}

body.page.stage table.font-color td:nth-child(1){
  color: #91c64c;
}
body.page.store table.font-color td:nth-child(1){
  color: #e6606d;
}
body.page.event table.font-color td:nth-child(1){
  color: #f08e33;
}
table.text-black td:not(:nth-child(1)){
  color: #000 !important;
}
table.text-all-black td{
  color: #000 !important;
}
table.first-width-120 td:nth-child(1){
  width: 120px;
}
table.end-width-180 td:nth-last-child(1){
  width: 180px;
}
table.just-size{
  width: auto;
}

/*****************
****Compornents***
*****************/

.post-card{
  background-color: #fff;
  margin: 0 5px;
  padding: 0;
}
.post-card .post-thumbnail img{
  width:100%;
  height: auto;
}
.post-card .post-meta{
  padding: 5px;
}.post-card .post-meta a{
  text-align: center;
}
.post-card .post-title{
  font-size: 20px;
  color: #000;
}

.stage_group_image{
  width: 48px;
  height: 48px;
  margin: 5px 10px;
  padding: 2px;
  border: solid 2px #bde870;
  border-radius: 5px;
}
.archive-card{
  margin: 8px 0;
  padding: 0 8px;
}
.archive-card *:hover,
.archive-card *:active,
.archive-card *:focus{
  text-decoration: none;
}

.archive-card .content{
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 4px 18px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.archive-card .content .page-title-area{
  border-bottom: solid 3px;
  border-image: linear-gradient(47deg/*to right*/, #36b4d3 0%, #1e9cd7 100%) 1/0 0 3px 0;
}
body.page.stage .archive-card .content .page-title-area{
  border-image: linear-gradient(47deg/*to right*/, #bde870 0%, #358d23 100%) 1/0 0 3px 0;
}
body.page.store .archive-card .content .page-title-area{
  border-image: linear-gradient(47deg/*to right*/, #e27b7c 0%, #ba1e44 100%) 1/0 0 3px 0;
}
body.page.event .archive-card .content .page-title-area{
  border-image: linear-gradient(47deg/*to right*/, #efc420 0%, #f0501a 100%) 1/0 0 3px 0;
}
.archive-card .photo-content{
  color: #000;
  text-decoration: none;
  background: #fff;
  margin: 0 5px;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.archive-card .post-thumbnail img{
  width: 100%;
  height: 180px;/*auto*/
  border-radius: 8px 8px 0 0;
  object-fit:cover;
}
.archive-card .archive-post-content-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0;
  border-image: 0;
}
.archive-card .archive-post-content-area h3{
  margin-bottom: 15px;
  padding: 0 20px;
  color: #333;
}
.archive-card .archive-post-content-area .post-meta{
  padding: 20px;
  border-radius: 0 0 8px 8px;
}
.group_image img{
  width: 100%;
  height: auto;
}
/**********************
****Bootstrap Custom***
**********************/



/**********************
****Edit link Custom***
**********************/
.edit-link-area{
  text-align: right;
}
.post-edit-link{
  text-decoration: underline;
  color: #222;
}


/**********************
****Gutenberg custom***
**********************/
.wp-block-file a{
  color: #000;
  text-decoration: underline;
}
blockquote {
  display: inline-block;
  min-width: 50%;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #38b6d3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
body.page.stage blockquote{
  border-left: 4px solid #91c64c;
}
body.page.store blockquote{
  border-left: 4px solid #e6606d;
}
body.page.event blockquote{
  border-left: 4px solid #f08e33;
}
blockquote:before{
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #38b6d3;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
body.page.stage blockquote:before{
  color: #91c64c;
}
body.page.store blockquote:before{
  color: #e6606d;
}
body.page.event blockquote:before{
  color: #f08e33;
}
blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.wp-block-column{
  margin-bottom: 0.5em !important;
}





/*/////////////////
//Header
/////////////////*/
.ugb-header{
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.wp-block-column.ugb-header{
  margin-top: 1.5em;
  /*margin-bottom: 1.5em;*/
}
.ugb-header.thin{
  padding: 9.5rem 2rem;
}
.ugb-header.theme h2{
  padding-left: 0;
  background: none;
  background-image: none;
  border-bottom: solid;
  border-image: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%) 1/0 0 3px 0;
}
body.page.stage .ugb-header.theme h2,
.ugb-header.theme.stage h2{
  background-image: none;
  border-bottom: solid;
  border-image: linear-gradient(to right, #9acd54 0%, #81bc45 100%) 1/0 0 3px 0;
}
body.page.store .ugb-header.theme h2,
.ugb-header.theme.store h2{
  background-image: none;
  border-bottom: solid;
  border-image: linear-gradient(to right, #e56570 0%, #dd425b 100%) 1/0 0 3px 0;
}
body.page.event .ugb-header.theme h2,
.ugb-header.theme.event h2{
  background-image: none;
  border-bottom: solid;
  border-image: linear-gradient(to right, #efa82a 0%, #f09a2f 100%) 1/0 0 3px 0;
}
.ugb-header.theme.stage .ugb-button {
  background: linear-gradient(to right, #9acd54 0%, #81bc45 100%);
}
.ugb-header.theme.store .ugb-button {
  background: linear-gradient(to right, #e56570 0%, #dd425b 100%);
}
.ugb-header.theme.event .ugb-button {
  background: linear-gradient(to right, #efa82a 0%, #f09a2f 100%);
}


/*/////////////////
//Card
/////////////////*/
.ugb-card{
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.wp-block-column .ugb-card{
  margin-top: 1.5em;
  /*margin-bottom: 1.5em;*/
}
.photo-size-absolute .ugb-card__image-container{
  background-size: contain;
  background-repeat: no-repeat;
}
.photo-size-absolute.wide .ugb-card__image-container{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  /*height: 200px;*/
  padding-top: 56.25%;
}

h4.ugb-card__title{
  padding-left: 0;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%)1/0 0 3px 0;
}
body.page.stage h4.ugb-card__title{
  border-image: linear-gradient(to right, #bde870 0%, #358d23 100%)1/0 0 3px 0;
}
body.page.store h4.ugb-card__title{
  border-image: linear-gradient(to right, #e27b7c 0%, #ba1e44 100%)1/0 0 3px 0;
}
body.page.event h4.ugb-card__title{
  border-image: linear-gradient(to right, #efc420 0%, #f0501a 100%)1/0 0 3px 0;
}

.ugb-button{
  border-radius: 5px;
  color: #fff;
  padding: 0.7em 1.0em;
  background: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%);
}
body.page.stage .ugb-button {
  background: linear-gradient(to right, #9acd54 0%, #81bc45 100%);
}
body.page.store .ugb-button {
  background: linear-gradient(to right, #e56570 0%, #dd425b 100%);
}
body.page.event .ugb-button {
  background: linear-gradient(to right, #efa82a 0%, #f09a2f 100%);
}
/*/////////////////
//Accordion
/////////////////*/
.wp-block-ugb-accordion.ugb-accordion.theme{
  background-color: #fff;
  border-radius:  12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.ugb-accordion.theme .ugb-accordion__heading{
  background: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%);
  color: #fff;
}
.ugb-accordion.theme .ugb-accordion__heading svg{
  fill: #fff;
}
body.page.stage .ugb-accordion.theme .ugb-accordion__heading {
  background: linear-gradient(to right, #9acd54 0%, #81bc45 100%);
}
body.page.store .ugb-accordion.theme .ugb-accordion__heading {
  background: linear-gradient(to right, #e56570 0%, #dd425b 100%);
}
body.page.event .ugb-accordion.theme .ugb-accordion__heading {
  background: linear-gradient(to right, #efa82a 0%, #f09a2f 100%);
}
.ugb-accordion.ugb-accordion--open >:last-child{
  padding-bottom: 35px !important;
}
/*/////////////////
//Container
/////////////////*/
.ugb-container,
.ugb-container.ugb--has-background{
  padding: 35px;
  background-size: cover;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.wp-block-column .ugb-container,
.wp-block-column .ugb-container.ugb--has-background{
  margin-top: 1.5em;
  /*margin-bottom: 1.5em;*/
}
.image-board.ugb-container,
.image-board.ugb-container.ugb--has-background{
  padding: 0;
}
.image-board.ugb-container h2,
.image-board.ugb-container h3,
.image-board.ugb-container h4,
.image-board.ugb-container h5,
.image-board.ugb-container h6{
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.image-board.ugb-container p{
  margin-right: 35px;
  margin-left: 35px;
}
.image-board.ugb-container .wp-block-button__link{
  margin-right: 35px;
  margin-left: 35px;
}
.image-board.ugb-container .ugb-container__content-wrapper > *:first-child{
  margin-bottom:35px !important;
}
.image-board.ugb-container .ugb-container__content-wrapper > *:first-child img{
  width: 100%;
}
.image-board.ugb-container .ugb-container__content-wrapper > *:last-child{
  margin-bottom:35px !important;
}

.thin-edge.ugb-container,
.thin-edge.ugb-container.ugb--has-background{
  padding: 15px;
  box-shadow: 0 5px 5px 0 rgba(18,63,82,.035), 0 0 0 1px rgba(176,181,193,.2);
}
.ugb-container.theme{
  color: #000;
}
.ugb-container.theme h2,
body.page.stage .ugb-container.theme h2,
body.page.store .ugb-container.theme h2,
body.page.event .ugb-container.theme h2{
  padding-left: 0;
  background: none;
  background-image: none;
  border-bottom: solid;
  border-image: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%) 1/0 0 3px 0;
}
body.page.stage .ugb-container.theme h2,
.ugb-container.theme.stage h2{
  border-bottom: solid;
  border-image: linear-gradient(to right, #9acd54 0%, #81bc45 100%) 1/0 0 3px 0;
}
body.page.store .ugb-container.theme h2,
.ugb-container.theme.store h2{
  border-bottom: solid;
  border-image: linear-gradient(to right, #e56570 0%, #dd425b 100%) 1/0 0 3px 0;
}
body.page.event .ugb-container.theme h2,
.ugb-container.theme.event h2{
  border-bottom: solid;
  border-image: linear-gradient(to right, #efa82a 0%, #f09a2f 100%) 1/0 0 3px 0;
}
.ugb-container.theme h3,
body.page.stage .ugb-container.theme h3,
body.page.store .ugb-container.theme h3,
body.page.event .ugb-container.theme h3{
  padding-left: 0;
  margin-left: 0;
  background: none;
  background-image: none;
  border-left: none;
  border-image: none;
}
.ugb-container.theme.stage .wp-block-button__link {
  background: linear-gradient(to right, #9acd54 0%, #81bc45 100%);
}
.ugb-container.theme.store .wp-block-button__link {
  background: linear-gradient(to right, #e56570 0%, #dd425b 100%);
}
.ugb-container.theme.event .wp-block-button__link {
  background: linear-gradient(to right, #efa82a 0%, #f09a2f 100%);
}
body.page.event .ugb-container.theme.academic.blue h2{
  border-bottom: solid;
  border-image: linear-gradient(to right, #36b4d3 0%, #1e9cd7 100%) 1/0 0 3px 0;
}
body.page.event .ugb-container.theme.academic.red h2{
  border-bottom: solid;
  border-image: linear-gradient(to right, #e56570 0%, #dd425b 100%) 1/0 0 3px 0;
}
body.page.event .ugb-container.theme.academic.orange h2{
  border-bottom: solid;
  border-image: linear-gradient(to right, #efa82a 0%, #f09a2f 100%) 1/0 0 3px 0;
}
body.page.event .ugb-container.theme.academic table{
  margin-bottom:25px;
}
body.page.event .ugb-container.theme.academic table td:nth-child(1){
  text-align: left;
  background-color: #38b6d3;
  color: white;
  padding: 10px 5px;
  border-right: solid 3px #fff;
}
body.page.event .ugb-container.theme.academic.blue table td:nth-child(1){
  background-color: #38b6d3;
}
body.page.event .ugb-container.theme.academic.red table td:nth-child(1){
  background-color: #e6606d;
}
body.page.event .ugb-container.theme.academic.orange table td:nth-child(1){
  background-color: #f08e33;
}

.ugb-container.wide-s .ugb-container__wrapper{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ugb-container.wide-m .ugb-container__wrapper{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.ugb-container.wide-l .ugb-container__wrapper{
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
/*/////////////////
//Feature-Grid
/////////////////*/
.ugb-button.ugb-button--design-link,
.ugb-button.ugb-link-button{
  color: #38b6d3;
  background: transparent !important;
}
body.page.stage .ugb-button.ugb-button--design-link,
body.page.stage .ugb-button.ugb-link-button{
  color: #91c64c;
}
body.page.store .ugb-button.ugb-button--design-link,
body.page.store .ugb-button.ugb-link-button{
  color: #e6606d;
}
body.page.event .ugb-button.ugb-button--design-link,
body.page.event .ugb-button.ugb-link-button{
  color: #f08e33;
}

/**********************
****Stackable custom***
**********************/

.wp-block-media-text__content a{
  color: #000;
}
.wp-block-media-text__content a:hover{
  color: #1e9cd7;
}
body.page.stage .wp-block-media-text__content a:hover{
  color: #81bc45
}
body.page.store .wp-block-media-text__content a:hover{
  color: #dd425b;
}
body.page.event .wp-block-media-text__content a:hover{
  color: #f09a2f;
}

.wp-block-column .ugb-header,
.wp-block-column .ugb-container{
  /*margin-top: 0;*/
  margin-bottom: 0;
}


/*/////////////////
//Countdown-timer
/////////////////*/
.yycountdown-box{
  text-align:center;
  margin:10px 0;
  color:#000000;
}

.countdown-wrapper{
  width: 100%;
}

#countdown-timer .yycountdown-box .yyc-day,
#countdown-timer-date .yycountdown-box .yyc-day{
  font-size:2.5em;
  color:#38b6d3;
}
#countdown-timer-date .yycountdown-box .yyc-hou,
#countdown-timer-date .yycountdown-box .yyc-min,
#countdown-timer-date .yycountdown-box .yyc-sec{
  display: none;
}
#countdown-timer .yycountdown-box .yyc-hou,
#countdown-timer-time .yycountdown-box .yyc-hou{
  font-size:2.5em;
  color:#91c64c;
}
#countdown-timer .yycountdown-box .yyc-min,
#countdown-timer-time .yycountdown-box .yyc-min{
  font-size:2.5em;
  color:#e6606d;
}
#countdown-timer .yycountdown-box .yyc-sec,
#countdown-timer-time .yycountdown-box .yyc-sec{
  font-size:2.5em;
  color:#f08e33;
}
#countdown-timer-time .yycountdown-box .yyc-day{
  display: none;
}

#countdown-timer .yycountdown-box .yyc-day-text,
#countdown-timer .yycountdown-box .yyc-hou-text,
#countdown-timer .yycountdown-box .yyc-min-text,
#countdown-timer .yycountdown-box .yyc-sec-text,
#countdown-timer-date .yycountdown-box .yyc-day-text,
#countdown-timer-time .yycountdown-box .yyc-hou-text,
#countdown-timer-time .yycountdown-box .yyc-min-text,
#countdown-timer-time .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
  margin-right: 5px;
}
