@import url("https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css");
@import url('https://fonts.googleapis.com/css2?family=Antic+Slab');
@import url('/content/res/fonts/ABCLaica-Book.otf');
@import url('/content/res/fonts/ABCDiatype-Medium.otf');

@font-face {
    font-family: "ABC Laica";
    src: url("/content/res/fonts/ABCLaica-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ABC Diatype";
    src: url("/content/res/fonts/ABCDiatype-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: "ABC Diatype", sans-serif;
    font-weight: 500;
    color: #000;
    --bulma-text: #000;
    --bulma-text-strong: #000;
}

.gContainer { 
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 3fr);
    grid-template-rows: auto 1fr auto;
    grid-template-areas: 'header nav nav' 'colLeft colCenter colRight' 'footer footer footer';
    gap: 2rem;
    padding: 46px 46px 0;
    min-height: 100vh;
}

.gItem {
    text-align: center;
}

  .gContainerRub { 
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-areas: 'header nav nav' 'pTitle pTitle pTitle' 'artTeaser artTeaser artTeaser' 'artTeaser artTeaser artTeaser' ' footer footer footer';
    gap: 2rem;
    align-items: start;
    padding: 46px 46px 0;
    min-height: 100vh;
}

.gContainerDet { 
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: 'header nav' 'artImg artContent' 'footer footer';
    gap: 2rem;
    padding: 46px 46px 0;
    min-height: 100vh;
}

.gItemDet {
    text-align: left;
    padding-right: 10%;
}

 .sdtHeader { 
    grid-area: header;
    display: grid;
    grid-template-columns: 3fr 5fr; 
    grid-template-rows: auto;
}

.sdtHeader a {
    color: #000;
    text-decoration: none;
}

.sdtHeading {
    text-align: right;
}

.sdtHeading img {
    width: 200px;
    max-height: none;
}

.sdtLogo {
    background-image: url("/content/sdt/res/logo-stroke-green.png");
    background-position: center;
    background-repeat: no-repeat;
}

.sdtNav {
    padding: 20px;
}  /* remove */

#navMenu a {
    font-size: 18px;
}

.sdtHero {
    xxbackground-size: 50px 50px;
    xxbackground-color: #4B4B4D ;   /*#84e2f1 blue #caec80; green     #F9E8B7 yellow*/
    background-image: linear-gradient(135deg, #f093fb 0%, #f5576c 50%, #fda085 100%);
}

.sdtHeroNav  {
    display: flex;
    flex-direction: row;
    gap:30px;
    justify-content: center;
}

.sdtHeroNav>div  {
	flex-grow: 1;	/*-basis: 50%;*/
	flex-basis:  auto; 
	xxmax-width: 960px;
}

.decoRight {
    width: 10%;
    position: absolute;
    right: 0;
    top: 300px;
    z-index: -11;
}

.imgHead {
    width: 100%;
}

/* Home Page */
.gColLeft {
    grid-area: colLeft;
}

.gColCenter {
    grid-area: colCenter;
}

.gColRight {
    grid-area: colRight;
}

.homeRubHeader {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #A52A2A;
    padding: 12px;
    margin-bottom: 14px;
}

.homeRubHeaderCotea {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    height: 60px;
    margin-bottom: 14px;
    padding: 12px;
    background: url("/content/sdt/res/coteal.png");
    background-size: 50% 100%;
    background-repeat: no-repeat;
    	
}

/* Detail Page */
.artImg {
    grid-area: artImg;
}

.artContent {
    grid-area: artContent;
}

.sdtFooter {
    background-color: #D9EB8B;
}
.sdtFooter a {
    color: #31674F;
    font-weight: bold;
}

/* .sdtFooter {
    grid-area: footer;
    margin: 0 -46px;
    background-image: linear-gradient(to bottom, #ffc76c, #ffcf82, #ffd798, #fedfad, #fde7c3); 
    display:grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
} */

.footerInfo {
    text-align: left;
    margin: 12px;
    border-radius: 8px;
    padding: 12px;
    background-color: #faba52;
}

.footerInfo h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Rubric Page */
.rubTitle {
    font-weight: 500;
    color:#fff;
    height: 80px;
    grid-area: pTitle; 
    display: flex;
    align-items: center;
    background-color: #94c;
}

.rubTitle img {
    height: 68px;
    margin-left: 22px;
}

.rubTitle div {
    padding-left: 22px;
}

.artTeaser {
    width: 100%;
    background-color: #fff; margin-bottom: 12px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    margin-top: 36px;
    /* grid-area: artTeaser; */
}

.artTeaser a:not(.button) {
    color: #000;
    text-decoration: none;
}

.artTeaser a:not(.button):hover,
.halfTeaser a:hover, .lnkGoDetail {
    color: #f8631f;
}

.artImg, .artImg img {
    width: 100%;
}

.artText {
    padding: 0 12px 12px;
}

.artTextOnly {
    padding-top: 16px;
    border: 0.5px solid #000;
}

.artTitle {
    font-size: 20px;
    font-weight: bolder;
    text-align: left;
}

.artLead {
    text-align: left;
}

.gColHalfTeaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.halfTeaser a {
    color:#000;
}

.halfTeaser h3 {
    font-size: 20px;
    font-weight: bolder;
    text-align: left;
    margin-left: 12px;
    margin-right: 12px;
}

.halfTeaserText {
    margin: 0px 12px 12px;
    text-align: left;
}

.halfTeaser1 {
    margin-right: 10px;
    border-right: 1px solid #808080;
}

.divAddresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.gContainerHor3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    align-items: start;
}

/* WW page */
#divDealers {
    padding: 6px;
    position: absolute;
    top: 1000px;
    left: 450px;
	z-index: 10;
    background-color: #fff;
    border: 1px solid #000;
}

/* Booking Page */
.nameInp {
    display: flex;
    gap: 14px;
}

.divParts {
    width: fit-content;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 20px;
}

/* Tea Dance Party */
.tdpHeader {
    padding: 0;
    background-color: #000;
    position: relative;
}

.tdpHeader:before {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.tdpHeader .hero-body {
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
}

.tdpHeader .hero-body * {
    color: #fff;
}

.tdpHeader .title {
    width: 60%;
    font-family: "ABC Laica", serif;
    font-weight: normal;
    text-transform: uppercase;
}

.tdpHeader .hero-image img {
    max-height: 600px;
}

.tdpHeader .hero-image video {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}

.card-image {
    max-height: 300px;
    overflow: hidden;
}

.divSponsors {
    width: 960px;
}

.sponsors {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 60px 20px;
}

.sponsors img {
    max-height: 172px;
}

.sponsorsTitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sponAd { width: 290px; }
.sponAd > a:nth-child(1) > p:nth-child(2) { color: black; font-style: italic; }
.sponAdSep { display:none; }

.tdpInfo {
    transform: translateY(-50%);
}

/* Helpers */
.lnkKeyword {
    color: #034F84 !important;
}

.lnkKeyword:hover {
    color: #f8631f !important;
}

.hook {
    width: 100%;
    color: #e03131;
    text-align: left;
}

.divTdpLangChange { position: relative; top:-120px; }
.divLangChange { position: absolute; right: 12px; }

.discList li {
    font-size: 12pt;
    list-style-type: disc;
    list-style-position: inside;
}

.antic-slab-regular {
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
}

.roundedBorder { border: 1px solid black; border-radius: 10px; padding: 18px; }

#vidArticle { height: 750px; margin: 0 auto; }

/* wwOnline */
.wwoHeader { display: flex; align-items: center; margin-bottom: 50px; border: 1px solid black; border-radius: 10px; padding: 12px;  }
.wwoHeader div:first-child { padding-right: 32px; }
.topicTeasers { width:960px; margin: 0 auto; }
.topicTeasers .card { min-height: 320px; }
.wwVenue { border: 1px solid black; border-radius: 10px; padding: 18px; margin-bottom: 22px; }
.wwVenueCore { display: flex; gap: 44px; flex-direction: row; }
.venueTitle { margin-bottom: 26px; }
.venueImg { width: 35%;  }
.venueImg img { border-radius: 6px; }
.venueImg table { width: 100%; border-radius: 6px; }
.venueTbl { width: 65%;  }
.venueDesc { width: 45%;  }
.venueTexts { width: 90%; background-color: white; padding: 32px; border-radius: 6px; font-size:18px !important;}
.venueTexts h3 { font-weight: bold; }
.venueTexts div { margin-bottom:22px; }
.wwIcon { margin-right: 18px; }
.secSearchFilter .searchHitlist { display:none; margin-top: 32px; }
.searchFilters { display: flex; gap: 22px; }
.searchFilters .filterLnks { display: flex; gap: 22px; }
.searchFilters .filterLnk { display: flex; gap: 12px; width: 180px; height: 72px; border: 1px solid black; border-radius: 10px; padding: 12px;  }
.secTopic { display:none; margin-bottom: 100px;}
.wwVenueTeaser .wwVenue { display: flex; flex-direction: row; gap: 22px; }
.wwVenueTeaser hr { margin-top: 6px; margin-bottom:6px; }
.linkVenueTeaser { color: black; }
.wwVenueDetail .venueTitle { color: white; }
.wwVenueDetTH  { background-color: #ee713e; }
.wwVenueDetAT  { background-color: #305C4B; }

@media screen and (max-width: 768px)  {
    
    /* Front Page */
    .gContainer { 
        grid-template-columns: 1fr 80px; 
        grid-template-rows: auto minmax( 50px, auto) auto auto auto;
        grid-template-areas: 'header nav' 'colCenter colCenter' 'colLeft colLeft' 'colRight colRight' 'footer footer';
    }

    /* Rubric Page */
    .gContainerRub { 
        grid-template-columns: 1fr; 
        grid-template-rows: auto minmax( 50px, auto) 1fr auto auto auto auto auto auto;
        grid-template-areas: 'header' 'nav' 'pTitle' 'artTeaser' 'artTeaser' 'artTeaser' 'artTeaser' 'artTeaser' 'artTeaser'' footer';
        gap: 0.5rem;
    }

    /* Detail Page */
    .gContainerDet { 
        grid-template-columns: 1fr 80px; 
        grid-template-rows: auto minmax( 50px, auto) 1fr auto;
        grid-template-areas: 'header nav' 'artImg artImg' 'artContent artContent' 'footer footer';
    }
    
    .gContainerHor3 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0rem;
    }

    .xxartAux {
        display: none;
    }
    
    .sdtNav {
        padding: 10px;
    }

    .sdtHeading {
        text-align: left;
    }

    .sdtHeading img {
        width: 220px;
    }
    
    .sdtHeroNav  {
        width: 80%;
        flex-direction: column;
        gap:3px;
    }

    .pTitle {
        align-items: start;
    }

    .sdtFooter {
        grid-template-columns: 1fr;
    }
    
    /* Tea Dance Party */
    .tdpHeader:before {
        content: none;
    }

    .tdpHeader .hero-body {
        position: static;
    }
    
    .tdpHeader .title {
        width: 100%;
    }
    
    .tdpInfo {
        transform: none;
    }
    
    .divSponsors {
        width: 90%;
    }
    
    .sponsors {
        flex-direction: column;
        justify-content: center;
    }
    
    .sponAd {width: 90%; }
    .sponAd::after {
        content: "";
        display: block;
        width: 1px; /* Thickness of the separator */
        background-color: #000; /* Color of the separator */
        height: 100%; /* Full height of the item */
    }
    .sponAdSep { display:block; }
    
    /*
    .sponsors .column {
        width: 50%;
        flex-basis: auto;
    }
    */
    
    .sponsors img {
        max-height: 90px;
    }
    
    .divTdpLangChange { position: relative; top:-450px; }

    .wwoHeader {flex-direction: column; }
    .topicTeasers { width:90%; }
        
    .wwVenueTeaser .wwVenue { flex-direction: column; }
    .wwVenueCore { flex-direction: column; }
    .venueImg { width: 100%; }

}