/*
Theme Name: Havaya Summer Programs Blocks
Author: Adam Rayches
Author URI: https://arayches.com
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: havaya-summer-programs-blocks
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.3

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/***
*
*Custom
*
***/

body{
    overflow-x:hidden;
}

body main > * {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
}

body main > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body main > .fullwidth {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}


.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.entry-content {
    padding-top: 0;
    padding-right: calc(var(--wp--custom--standard-gap-spacing) / 2);
    padding-bottom: 0;
    padding-left: calc(var(--wp--custom--standard-gap-spacing) / 2);
    min-height: 150vh;
}

.alignfull img:where(:not(.custom-logo)) {
    width: 100vw;
}



.entry-content figure img,
.entry-content .wp-block-media-text__media,
.entry-content .wp-block-video video {
    border-radius: calc(var(--wp--custom--border-radius-value) / 2);
}

.wp-block-cover.alignfull {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    text-wrap: balance;
    z-index: 1;
}

.wp-block-cover.alignfull .wp-block-heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

main {
    /*margin-top: -calc(var(--wp--custom--standard-gap-spacing) / 2) !important;*/
    margin-bottom: var(--wp--custom--standard-gap-spacing);
}

header {
    margin-top: calc(var(--wp--custom--standard-gap-spacing) / 2) !important;
    width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
    /*height:150;*/
}

@media (max-width: 783px) {
    header {
        width: auto;
    }
}

.fullimage-header-text,
.header-text {
    max-width: var(--wp--style--global--content-size);
    height: 46vh;
    gap: 0;
}

.fullimage-header-text h2{
    color:#fff;
    font-size: var(--wp--preset--font-size--heading-standard);
    text-transform: uppercase;
}


.fullvideo-header-text {
    max-width: var(--wp--style--global--content-size);
    height: 59vh;
    gap: 0;
}

@media (max-width: 600px) {
    .wp-block-cover.alignfull {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.wp-block-cover .fullimage-header-text {
    width: 80%;
    line-height: 1.35em;
    opacity: 1;
    -webkit-animation: header-text ease-in;
    animation: header-text ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-margin-before: 0;
    margin-block-start: 0;
}



@-webkit-keyframes header-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes header-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fullimage-header-text,
.fullvideo-header-text {
    text-shadow: 0 0 8px rgba(99, 100, 102, 0.5);
}

.header-text {
    margin-left: auto;
    margin-right: auto;
}

.is-style-image-border-left img,
.is-style-image-border-right img {
    border: 15px solid #fff;
    -webkit-box-shadow: 21px 21px 60 -21px rgba(0, 0, 0, 0.82);
    box-shadow: 21px 21px 60 -21px rgba(0, 0, 0, 0.82);
    /*box-shadow: 0 0 8px rgba(99, 100, 102, 0.5);*/
}

.is-style-image-border-left img {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.is-style-image-border-right img {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

nav {
    z-index: 100;
}

p {
    text-wrap: pretty;
}

:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: var(--wp--preset--color--primary);
}

.is-style-list-column-san-bulletes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.15rem 2em;
    list-style: none;
    padding-left: 0;
}

.is-style-list-column-three-san-bulletes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.15rem 2em;
    list-style: none;
    padding-left: 0;
}

mark {
    background-color: #fdb515;
    margin: 0.05em;
    line-height: 1.4em;
    padding: 0.12em 0.25em;
    font-weight: bold;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #191d63;
    position: relative;
}

:root :where(.wp-block-details){
    padding-bottom:0;
}

/*
details summary {
    font-weight: 700;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
*/

details summary {
    font-weight: 700;
    list-style: none;
    display: grid;
    grid-auto-flow:column;
    grid-template-columns: auto 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}



details summary::before{
    /*content:"";*/
}

details summary::-webkit-details-marker {
    display: none;
}

details.new-york-directions summary,
details.new-jersey-directions summary,
details.pennisilvanyia-directions summary,
details.maryland-directions summary,
details.connecticut-directions summary{
     grid-template-columns: 2em auto 1em;
}

details.new-york-directions summary::before{
    content:"h";
    font-family:"StateFace";
    font-size:1.25em;
    color: var(--wp--preset--color--golden);
}

details.new-jersey-directions summary::before{
    content:"e";
    font-family:"StateFace";
    font-size:1.25em;
    color: var(--wp--preset--color--golden);
}

details.maryland-directions summary::before{
    content:"T";
    font-family:"StateFace";
    font-size:1.25em;
    color: var(--wp--preset--color--golden);
}

details.connecticut-directions summary::before{
    content:"G";
    font-family:"StateFace";
    font-size:1.25em;
    color: var(--wp--preset--color--golden);
}

details.pennisilvanyia-directions summary::before{
    content:"l";
    font-family:"StateFace";
    font-size:1.25em;
    color: var(--wp--preset--color--golden);
}

details summary::after {
    width: 10px;
    height: 10px;
    border: 6px solid var(--wp--preset--color--lighest-light-grey);
    border-left: 0;
    border-top: 0;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);
    content: " ";
    margin-top: 5px;
    margin-left: 0em;
    margin-right: 0.5em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
}

details summary:hover,
details:hover summary::before,
details[open] summary::before {
    color: var(--wp--preset--color--secondary);
}

details:hover summary::after {
    border-color: var(--wp--preset--color--secondary);
}

details[open] {
    -webkit-box-shadow: var(--wp--preset--shadow--soft);
    box-shadow: var(--wp--preset--shadow--soft);
    padding-bottom:1em;
}

details[open] summary {
    color: var(--wp--preset--color--secondary);
    border-bottom: 5px dotted var(--wp--preset--color--lighest-light-grey);
    padding-bottom: 1em;
}

details[open] > summary::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: var(--wp--preset--color--secondary);
    margin-top: 8px;
}

.frm_button_submit {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}



.wp-block-group.alignfull.has-background.is-style-background-pattern {
    background-image: url(assets/images/havaya_sitepattern_top_row.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 150%;
    background-blend-mode: soft-light;
    color: #fff !important;

    padding-top: var(--wp--custom--standard-gap-spacing);
    padding-bottom: var(--wp--custom--standard-gap-spacing);
}

.wp-block-cover + .wp-block-group.alignfull.has-background {
    margin-top: -100px;
    padding-top: 100px;
}


.wp-block-heading {
    text-wrap: pretty;
}

.wp-block-column.has-dark-blue-background-color .wp-block-heading {
    margin-top: 0.5em;
}

.wp-block-column.has-dark-blue-background-color :last-child {
    margin-bottom: 0.5em;
}

.call-to-action-columns .wp-block-image {
    margin-left: -50px;
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.has-dark-blue-background-color .wp-block-heading {
    color: #fff !important;
}



@media (prefers-reduced-motion: no-preference) {
    .full-width-cta mark {
        background-color: transparent !important;
    }

    .full-width-cta .mark-animation {
        background-size: 0 100%;
        background-repeat: no-repeat;
        background-color: transparent !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--wp--preset--color--golden)), to(var(--wp--preset--color--golden)));
        background-image: linear-gradient(var(--wp--preset--color--golden), var(--wp--preset--color--golden));

        -webkit-transform: rotate(-0.5deg);

        transform: rotate(-0.5deg);
        -webkit-animation: mark-it cubic-bezier(0.34, 1.56, 0.64, 1);
        animation: mark-it cubic-bezier(0.34, 1.56, 0.64, 1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 750ms;
        animation-duration: 750ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        animation-range: contain 15% contain 25%;
    }

    @-webkit-keyframes mark-it {
        0% {
            background-size: 0 100%;
        }
        100% {
            background-size: 100% 100%;
        }
    }

    @keyframes mark-it {
        0% {
            background-size: 0 100%;
        }
        100% {
            background-size: 100% 100%;
        }
    }
}

.is-style-background-pattern-woodgrain-darkblue {
    background-image: url(assets/images/wood-grain-darkblue.jpg);
    background-size: cover;
}

.full-width-cta {
    margin-top: calc(var(--wp--custom--standard-gap-spacing)*2);
    margin-bottom: calc(var(--wp--custom--standard-gap-spacing) * (-1)) !important;
}

.full-width-cta.has-sky-blue-background-color {
    background-image: url(assets/images/wood-grain-skyblue.jpg);
    background-size: cover;
}

.full-width-cta .wp-block-group .wp-block-heading:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

footer {
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
}

footer .has-dark-blue-background-color {
    background-color: #0d104a !important;

    background-image: url(assets/images/havaya_sitepattern_bottom_row.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 150%;
    background-blend-mode: soft-light;
}

@media (max-width: 600px) {
    /*
    footer {
     -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
        margin-top: -5%;
    }
    */
}

footer .wp-block-columns {
    margin-bottom: 0;
}



.call-to-action-columns {
    gap: 0;
}

h6 ~ h2 {
    margin-top: 0.25rem !important;
    padding-top: 0.25rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
}

.wp-block-ub-tabbed-content-block .wp-block-ub-tabbed-content-tabs-title-vertical-tab .active {
    color: var(--wp--preset--color--secondary) !important;
    font-weight: 700;
}

.wp-block-ub-tabbed-content-tab-content-wrap h3 {
        font-size: var(--wp--preset--font-size--large);
        line-height: 1.2em;
}

@media (min-width: 600px) {
    .wp-block-ub-tabbed-content-tabs-content {
        padding-left: 50px;
    }

    .wp-block-ub-tabbed-content-tab-content-wrap > .wp-block-heading {
        padding-top: 0;
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }

}


@media (max-width: 600px) {
    .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-mobile>.wp-block-ub-tabbed-content-tabs-content{
    width: auto !important;
    }
}



blockquote p {
    text-wrap: pretty;
    line-height: 1.5em;
}

.daily-schedule-item {
    -webkit-box-shadow: var(--wp--preset--shadow--soft);
    box-shadow: var(--wp--preset--shadow--soft);
    border-radius: var(--wp--custom--border-radius-value);
}


.daily-schedule-item .wp-block-details {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid var(--wp--preset--color--lighest-light-grey);
}

.daily-schedule-item .wp-block-details[open] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid var(--wp--preset--color--secondary);
    fill: var(--wp--preset--color--secondary);
}

.daily-schedule-item .wp-block-details[open]::after {
    fill: var(--wp--preset--color--secondary);
}

thead {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}

.wp-block-table td,
.wp-block-table th {
    border-left: 0;
    border-right: 0;
    border-color: var(--wp--preset--color--lighest-light-grey);
}

.wp-block-table td:empty,
.wp-block-table th:empty {
    border: 0 !important;
    padding: 0;
}


.inline-icon {
    margin-bottom: -0.3em;
    margin-right: 0.25em;
}

:where(.wp-site-blocks) > * {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.team-member-block{
    margin-top:var(--wp--custom--standard-gap-spacing);
    margin-bottom:var(--wp--custom--standard-gap-spacing);
}
.team-member-block figure{
    margin-right:50px;
    max-width: 683px;
}

.single-post .wp-block-post-featured-image img{
    border-radius: calc(var(--wp--custom--border-radius-value) / 2);
}

.wp-block-column:empty {
    display: none !important;
}

.page-title-uppercase{
    font-size: var(--wp--preset--font-size--heading-standard);
    text-transform: uppercase;
}


/*Smash Balloon Instagram*/
#sb_instagram #sbi_images .sbi_item{
     border-radius: calc(var(--wp--custom--border-radius-value) / 2);
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
    background-color: var(--wp--preset--color--primary);
    border-radius: calc(var(--wp--custom--border-radius-value)* 2.5);
    border-color: var(--wp--preset--color--transparent);
    border-width: 0px;
    border-style: solid;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--standard);
    font-weight: 700;
    line-height: inherit;
    margin-top: calc(0.5em - 1px);
    margin-right: 0;
    margin-bottom: calc(0.5em - 1px);
    margin-left: 0;
    padding-top: calc(0.75em + 5px);
    padding-right: calc(1rem + 15px);
    padding-bottom: calc(0.75em + 5px);
    padding-left: calc(1rem + 15px);
    text-decoration: none;
}

#sb_instagram .sbi_follow_btn a{
    background-color: var(--wp--preset--color--sky-blue);
    color: var(--wp--preset--color--primary) !important;
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{
    -webkit-box-shadow: 0 0 8px rgba(99, 100, 102, 0.5) !important;
    box-shadow: 0 0 8px rgba(99, 100, 102, 0.5) !important;
    
        -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.wp-block-wpe-slider:not(.swiper-cards) .swiper-slide{
    background-color: #fff;
}

/*WordPress columns wp-block-columns-inline-css*/

.wp-block-columns{-webkit-box-align:normal!important;-ms-flex-align:normal!important;align-items:normal!important;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-columns.are-vertically-aligned-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{-ms-flex-preferred-size:100%!important;flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{-ms-flex-item-align:start;align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-flex-item-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{-ms-flex-item-align:end;align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{-ms-flex-item-align:stretch;align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}


/*Session Block*/
     .session-information-block {
         border-radius: var(--wp--custom--border-radius-value);

         padding: calc(var(--wp--custom--standard-gap-spacing)/2);

         -webkit-box-shadow: var(--wp--preset--shadow--soft);

         box-shadow: var(--wp--preset--shadow--soft);
         -webkit-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         background-color: white;
         -webkit-box-align: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
         border: 2px solid #fff;
         border-color: var(--wp--preset--color--lighest-light-grey);
     }

     .session-information-block::after {
         content: '';
         position: absolute;
         top:0;
         left:0;
         z-index: -1;
         width: 100%;
         height: 100%;
         opacity: 0;
         border-radius: var(--wp--custom--border-radius-value);
         -webkit-box-shadow: var(--wp--preset--shadow--soft);
         box-shadow: var(--wp--preset--shadow--soft);
         -webkit-transition: opacity 0.3s ease-in-out;
         transition: opacity 0.3s ease-in-out;
     }


     .session-information-block .wp-block-columns {
         margin-bottom: 0;
     }

     .session-information-block .session-wait-list {
         background-color: #ffeec9;
         border-radius: var(--wp--custom--border-radius-value);
         padding: 0.2em 1em;
         font-weight: bold;
         font-size: var(--wp--preset--font-size--small);
     }

     .session-information-block .session-overview-details {
    
          font-size: var(--wp--preset--font-size--small);
     }

     .session-information-block h2 {
         font-size: var(--wp--preset--font-size--medium);
         margin-bottom: 0px;
         background-color: transparent !important;
         padding: 10px;
         width: auto;
         display: inline !important;
         margin-left: -10px;
     }

     .session-information-block:hover {
         -webkit-transform: scale(1.1, 1.1);
         transform: scale(1.1, 1.1);
        border: 2px solid #fff;
        border-color: var(--wp--preset--color--lighest-light-grey);
     }
    
    .session-information-block a,
    .session-information-block:hover a{
        text-decoration: none !important;
    }

     .session-information-block:hover::after {
         opacity: 1;
     }

     .session-information-block:hover h2 {

         -webkit-animation: mark-it cubic-bezier(0.34, 1.56, 0.64, 1);

         animation: mark-it cubic-bezier(0.34, 1.56, 0.64, 1);
         -webkit-animation-fill-mode: forwards;
         animation-fill-mode: forwards;
         -webkit-animation-duration: 750ms;
         animation-duration: 750ms;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         background-size: 0 100%;
         background-repeat: no-repeat;
         background-color: transparent !important;
         background-image: -webkit-gradient(linear, left top, left bottom, from(var(--wp--preset--color--golden)), to(var(--wp--preset--color--golden)));
         background-image: linear-gradient(var(--wp--preset--color--golden), var(--wp--preset--color--golden));
     }

     .session-information-block .session-overview-details p:first-of-type {
   
     }

     .session-information-block.session-full {
         background-color: var(--wp--preset--color--lighest-light-grey);
         color: var(--wp--preset--color--light-grey) !important;
          -webkit-transition: none;
          transition: none;
     }

     .session-information-block.session-full h2 {
         color: var(--wp--preset--color--light-grey) !important;
     }

     .session-information-block.session-full:hover h2 {
         -webkit-animation: none;
         animation: none;
         -webkit-transition: none;
         transition: none;
     }
     
     .session-information-block.session-full:hover{
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
     }
     
      .session-information-block.session-full:hover::after {
         opacity: 0;
     }

     
    
     .session-information-block.session-full .session-full-banner {
         margin-top: calc(-1 * var(--wp--custom--standard-gap-spacing)/2);
         margin-left: calc(-1 * var(--wp--custom--standard-gap-spacing)/2);
         margin-right: calc(-1 * var(--wp--custom--standard-gap-spacing)/2);
         margin-bottom: calc(var(--wp--custom--standard-gap-spacing)/2);
         border-bottom-left-radius: 0;
         border-bottom-right-radius: 0;
     }
     
     .session-information-block .session-registration-banner,
     .session-information-block .session-additional-information-banner{
         border-radius: var(--wp--custom--border-radius-value);
         padding: 0.2em 1em;
         font-weight: bold;
         background-color: var(--wp--preset--color--dark-blue);
         margin-left: calc(-1 * var(--wp--custom--standard-gap-spacing)/2);
         margin-right: calc(-1 * var(--wp--custom--standard-gap-spacing)/2);
         margin-bottom: calc(-1 * var(--wp--custom--standard-gap-spacing)/2);
         border-top-left-radius: 0;
         border-top-right-radius: 0;
         text-align: center;
         color: white;
         -webkit-transition: all 0.5s ease-in-out;
         transition: all 0.5s ease-in-out;
     }
     
     .session-information-block:hover .session-registration-banner,
     .session-information-block .session-additional-information-banner:hover{
         background-color: var(--wp--preset--color--sky-blue);
         color: var(--wp--preset--color--dark-blue);
     }
     
     .transparent-link{
         text-decoration: none !important;
         color: inherit;
     
         display: block;
     }
     
     .session-overview-details{
        margin-top:20px;    
     }
     
     .session-overview-details table td{
         vertical-align: top;
     }
     
     .session-overview-details table td p{
         margin-top:0.25em;
     }
