body.page-node-type--room #block-scheduleblock-title {
    display: none;
}

#rp-vertical {
    overflow: hidden;
    padding: 0 10px;
}
#rp-vertical form {
    padding: 20px 0;
    text-align: center;
}
#rp-vertical .dayswrapper {
    margin-bottom: 20px;
}
#rp-vertical .radiowrapper {
    position: relative;
    display: inline-block;
    height: 35px;
    min-width: 18%;
    border: 1px solid #000;
    margin-right: 1.5%;
    overflow: hidden;
}

#rp-vertical .radiowrapper input {
    opacity: 0;
    position: absolute;
    top: 0px;
}
#rp-vertical .radiowrapper label {
    padding: 0 3%;
    text-transform: uppercase;
    line-height: 35px;
    word-wrap: normal;
}
#rp-vertical .radiowrapper label:hover {
    cursor: pointer;
}
#rp-vertical .radiowrapper :checked + label {
    color: #fff;
    background: #000;
}

#rp-vertical select {font-family:"SuperGrotesk";font-size:1em;}

#rp-vertical .selectwrapper {
    height: 35px;
    min-width: 18%;
    margin-right: 1.5%;
    display: inline-block;
    border: 1px solid #000;
    overflow: hidden;
}
#rp-vertical select {
    width: 110%;
    background: #fff;
    border:0;
    font-size: 0.9em;
    font-weight: bold;
    height: 35px;
    text-indent: 10px;
}
#rp-vertical select:hover {
    cursor: pointer;
}
#rp-vertical select:focus {
    outline: none;
}
#rp-vertical option {
    padding: 0 20px;
    background: #fff;
}
#rp-vertical .selectwrapper.experience {
    margin-right: 0;
}
#rp-vertical .submit {
    height: 35px;
    min-width: 18%;
    margin: 20px auto 0;
    display: block;
    border: 1px solid #000;
    background: #fff;
    font-weight: bold;
}

#rp-vertical .calgroup.displaynot {
    display: none;
}

#rp-vertical .calgroup > h3 {
    text-align: center;
    color: #555;
    margin: 0;
    position: relative;
    top: -2px;
    font-size: 1.6em;
}

#rp-vertical .prevhour, #rp-vertical .nexthour {
    text-align: center;
    font-size: 14px;
}

#rp-vertical .prevhour:hover, #rp-vertical .nexthour:hover {
    cursor: pointer;
}

#rp-vertical .prevhour {margin-top:20px;}
#rp-vertical .nexthour {margin-bottom:20px;}

#rp-vertical .session {
    display: flex;
    padding: 5px;
    border: 2px solid #000;
    margin: 5px 0;
    padding: 0 10px;
}

#rp-vertical .session:hover {
  background: white;
  cursor: pointer;
}

#rp-vertical .session.displaynot {
    display: none;
}

#rp-vertical .session-details {
    display: flex;
}

#rp-vertical .time span {
    font-size: 2.3em;
    line-height: 0.5em;
}
#rp-vertical .main {
    flex: 5;
}
#rp-vertical .main .inner {
    padding: 5px 10px;
}
#rp-vertical .main h3.session-title {
    margin: 0.1em 0 0.3em;
}
#rp-vertical .opener-action .icon {
    text-align: center;
}

#rp-vertical .opener-action .icon:hover {
    cursor: pointer;
}

#rp-vertical .description .inner.closed {
    display: none;
}

#rp-vertical .free {
    flex: 1.5;
}

#rp-vertical .closer-action .icon:hover {
    cursor: pointer;
}

#rp-vertical .found-else-hint {
    text-align: center;
}

label .option {
    padding-left: 0 !important;
}

.right {
	padding-top: 0.5rem !important;
}
.session.hidden{
	display: none !important;
}
.nothing-found-text {
	color: grey;
	text-align: center;
}
.nothing-found-text.hidden {
	display: none;
} 


/* VERTICAL ========================================================================= */

#rp-vertical .session {
    border: 1px solid var(--color-grey-light);
    border-radius: var(--button-radius);

    position: relative;
    display: flex;
    padding: 5px;
    margin: 5px 0;
    margin-right: 10px;
}

.session-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-standard);
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--line-height-standard);
    text-decoration: none;
}

.language {
    font-family: var(--font-body);
    font-size: var(--font-size-expand);
    line-height: var(--line-height-expand);
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 43.75rem) {
  div.button.go-horizontal {
        display: none;
	}
}
@media (hover:none) {
	div.button.go-horizontal {
		  display: none;
	  }
  }


#rp-vertical .cancelled .session-title a:before {
    content: 'Cancelled: ';
    color: red;
}

#rp-vertical {
	max-width: var(--width-desktop);
  margin: 0 auto;
} 

#rp-vertical .calgroup > h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: var(--font-size-menu-item);
	color: #000000;
}

#rp-vertical .horizontal-session {
	background: #FFF;
	max-height: 150px;
	height: auto;
	overflow: hidden;
	padding: 0.5rem 0.5rem 0rem 0.5rem;
}

#rp-vertical .session > div {
    padding: 1rem 1rem 0rem 1rem;
}

#rp-vertical .left {
	  font-family: var(--font-heading);
    width:120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#rp-vertical .time {
    width: 60px;
}

#rp-vertical .time .devider{
	text-align: center;
	display: inline-block;
	width: 100%;
}
#rp-vertical .time span {
    font-family: var(--font-body);
    font-size: var(--font-size-expand);
    line-height: var(--line-height-expand);
    font-weight: 700;
    text-transform: uppercase;
}

#rp-vertical .track a {
	font-family: var(--font-body);
    font-size: var(--font-size-expand);
    line-height: var(--line-height-expand);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 1.5rem 0 0;
}

#rp-vertical .middle {
    flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 825px;
}

#rp-vertical span.speakers a,
#rp-vertical span.moderators a  {
    font-family: var(--font-body);
    font-size: var(--font-size-expand);
    font-weight: 400;
    text-transform: uppercase;
    line-height: var(--line-height-expand);
    margin: 0 0 auto;
}

#rp-vertical span.speakers a:hover,
#rp-vertical span.moderators a:hover,
#rp-vertical h3.session-title.node__title a:hover {
    color: var(--color-track) !important;
}

#rp-vertical .description,
#rp-vertical .track,
#rp-vertical .session-type {
    padding-top: 1rem;
}

#rp-vertical .opener-action .icon {
    color: var(--color-track);
    padding-left: 136px;
}


#rp-vertical .right {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-word;
    font-family: var(--font-heading);
    text-align: right;
}
#rp-vertical .right .cats {
    text-align: right;
    display: flex;
    flex-direction: column;
		/* width: 140px; */
}

#rp-vertical span.special:before {
    content: 'Special:';
    font-weight: 700;
    margin-right: 5px;
}

#rp-vertical .right h4.stage-title {
    font-family: var(--font-body);
    font-size: var(--font-size-expand);
    line-height: var(--line-height-expand);
    font-weight: 700;
    text-transform: uppercase;
}
#rp-vertical .left .session-type {
    font-weight: 700; 
    font-size: 1.3625rem; 
    font-size: 1.1rem;
}

#rp-vertical span.moderators:before {
    content: ',';
}

#rp-vertical .found-else-hint {
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    padding: 30px;
    border-radius: 10px;
}

#rp-vertical h3.session-title.node__title {
	    margin: 0 0 0.25rem 0;
}
@media (max-width: 1200px) {
	#rp-vertical .opener-action .icon {
	    padding-left: 0px;
			text-align: left;
	}
}

@media (max-width: 43.75rem) {

  #rp-vertical .session {
	  flex-direction: column;
  }
	#rp-vertical .session > div {
    padding: 0.3rem 0.3rem 0rem 0.3rem;
	}

	#rp-vertical .left {
	    width:100%;
			display:flex;
    	flex-direction: row;
			order: 1;
		}

	#rp-vertical .time {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-content: space-between;
	}

	#rp-vertical .time .devider {
    text-align: center;
    display: inline-block;
    width: 10px;
	}

  #rp-vertical .session-type {
    padding-top: 0;
}

	#rp-vertical .time span,
	#rp-vertical .right h4.stage-title,
	#rp-vertical .left .track a,
	#rp-vertical .right .session-type {
		font-size:20px;
	}

	#rp-vertical .right {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
			word-break: break-word;
			font-family: var(--font-heading);
			order: 2;
	}
	#rp-vertical .right .cats {
	    text-align: left;
	    display: flex;
	    flex-direction: column;
			width: 100%;
	}

	#rp-vertical .middle {
		order: 3;
		width: unset;
    max-width: 800px!important;
 	}
 #rp-vertical .track {
	 display:none;
 }
}

.tincon-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0 0.75em;
}
.tincon-toggle .toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.tincon-toggle .toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size:1.2rem;
}
.tincon-toggle .toggle-track {
    position: relative;
    display: inline-block;
    width: 3.4em;
    height: 1.9em;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 1em;
    flex-shrink: 0;
    transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.tincon-toggle .toggle-icon {
    position: absolute;
    top: 50%;
    left: 0.15em;
    transform: translateY(-50%);
    transition: left 0.18s ease-in-out;
    display: inline-flex;
    align-items: center;
}
.tincon-toggle .toggle-icon svg {
    display: block;
    width: 1.6em;
    height: auto;
    padding-top: .5rem;
}
.tincon-toggle .toggle-icon svg g path:first-child {
    fill: #bbb;
    transition: fill 0.15s ease-in-out;
}
.tincon-toggle .toggle-input:checked + .toggle-label .toggle-icon {
    left: calc(100% - 1.6em - 0.15em);
}
.tincon-toggle .toggle-input:checked + .toggle-label .toggle-icon svg g path:first-child {
    fill: #ED318C;
}
.tincon-toggle .toggle-input:checked + .toggle-label .toggle-track {
    background: #ffe0ef;
}
.tincon-toggle .toggle-input:focus-visible + .toggle-label .toggle-track {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.rp-button-style.tincon-toggle {
    padding-top: .3em;
}

#rp-vertical a.search-link {
    color: #e95252;
}