:root {
	--height-icon: 30px;
	--width-icon: 30px;
}





/* .portrait_only { */
	/* display: none; */
/* } */


.popup_inlay {
    border: 40px solid #08000014;
}





   

.portrait .content_inlay.middle-layer {
	!top: 40px;
}



.floating_link {
    z-index: 10;
    background: #f9c671 !important;
    transform: rotate(90deg);
    position: absolute;
    width: fit-content;
    height: fit-content;
    padding: 10px !important;
    top: 50%;
    right: 0px;
    min-width: 100px;
    text-align: center;
}



.close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	cursor: pointer;
}

.clickable {
	cursor: pointer;
	display: inline;
	/* border-image: url("<?php echo $base_url; ?>/images/borders/Sketchy - Rectangle - 800x800.png") 25 25 4 25 round round !important; */
	background: transparent;
	padding: 0px;
}

.clickable.highlighted {
    background: #f9f071;
    padding: 0 5px;
    margin: 0 5px;
}

/* .clickable.inline { */
	/* display: inline; */
/* } */

.clickable.block {
    display: block;
}

.clickable:active {
	background-color: #f9e771 !important
}

.inline {
	display: inline;
}

.clickable.last_clicked.menu_item {
    background: #000000;
    color: white;
}
.clickable.link {
    border-bottom: 2px solid gold;
    padding: 0px 5px;
}
.clickable.link:hover {
    border-bottom-color: turquoise;
}










#ajax-loader {
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	height: var(--height-icon);
	width: var(--width-icon);
	z-index: 20;
}





/* .line1 { */
	/* top: 6px; */
/* } */

/* .line2 { */
	/* top: 13px; */
/* } */

/* .line3 { */
	/* top: 20px; */
/* } */






img {
	width: 100%;
	height: auto;
}		


.form-field {
	display: flex;
	flex-direction: column;
	margin: 10px auto;
	justify-content: center;
	align-items: center;
}




.page.outer_wrapper {
    margin: auto;
    max-width: 777px;
    width: 80vw;
    text-align: center;
}
.portrait .page.outer_wrapper {
    width: 100%;
}
.page.outer_wrapper .page.outer_wrapper {
    width: 100%;
}

.page > .title {
    margin: 10px auto;
    text-align: center;
    font-size: 125%;
}
.page > .banner {
}
.page > .abstract {
    margin: 10px auto;
    text-align: center;
}


.page_section.outer_wrapper {
    width: 95%;
    margin: 15px auto;
    max-width: 555px;
}


.page_sub_section.outer_wrapper {
	display: flex;
	width: 100%;
	margin: 10px auto;
}
.portrait .page_sub_section > .outer_wrapper {
	flex-direction: column;
}

.page_sub_section {
}

.page_sub_section:nth-child(odd) > .outer_wrapper {
	flex-direction: row-reverse;
}
.portrait .page_sub_section:nth-child(odd) > .outer_wrapper {
	flex-direction: column;
}


.page_sub_section .image_wrapper {
	height: auto;
	width: 45%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.portrait .page_sub_section .image_wrapper {
	width: 100%;
    height: 100vw;
}

.page_sub_section .text_wrapper {
	flex-grow: 1;
	width: 66%;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.portrait .page_sub_section .text_wrapper {
	width: 100%;
}

.page_sub_section .title {
	font-size: 125%;
	font-weight: bold;
	text-transform: capitalize;
}

.page_sub_section .text_body {
}

div#logo_top_bar {
    height: var(--height-icon);
    width: 100%;
    max-width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: auto;
}



.borderless {
	border-width: 0px !important;
}





.

.icon.close {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content_inlay > .icon.close {
    position: fixed;
    right: 40px;
    bottom: 40px;
	z-index: 2;
}

div#social_icons_top_bar {
    display: flex;
    width: calc((var(--width-icon) + 5px) * 4);
    justify-content: space-between;
}

#front_full_screen_wrapper {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	z-index: 1000; /* Ensure it is on top */
	background-color: white;
}

#front_full_screen_logo {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
div#front_full_screen_text {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 333px;
    text-align: center;
}


#mock_layer_wrapper {
	display: none; 
}


div#path_content_wrapper,
div#inlay_content_wrapper {
    display: none;
}
div#rough_work_wrapper {
    display: none;
    z-index: 6;
    position: absolute;
    overflow: scroll;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}



.post_image {
    height: 30vh;
    width: 40vh;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.portrait .post_image {
    float: unset;
    margin: auto;
    width: 90vw;
    height: 60vw;
}



.portrait .text {
    text-align: center;
}

.footnotes {
    font-size: 80%;
}


.calendar_date_wrapper {
    height: 70px;
    width: 70px;
    float: right;
    font-size: 75%;
    line-height: 16px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portrait .calendar_date_wrapper {
    float: unset;
    margin: 10px auto;
}

.calendar_date_wrapper > div:not(:nth-child(2)) {
    background: indianred;
    color: white;
}

.calendar_date_wrapper > div {
    padding: 0px;
}

.calendar_date_wrapper > div:nth-child(2) {
    font-size: 35px;
}



.XL {
    font-size: 21px;
}

.devnotes {
    background: wheat;
    padding: 2px;
    font-size: 80%;
}

/*

button.primary-cta {
    background: #ff6500;
    color: white;
    font-size: 21px;
    border: 0px;
}
.wrapper.form {
    max-width: 333px !important;
    padding: 25px;
    background: #0000005c;
}

form {
    max-width: 555px;
    margin: auto;
    padding: 10px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
	background: #ffffffcf;
}

input, button {
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid darkgrey;
    padding: 5px;
    height: 40px;
    border-radius: 5px;
    outline: none;
}

.form-field {
	display: flex;
	flex-direction: column;
	margin: 10px auto;
	justify-content: center;
	align-items: center;
}
*/








.table_wrapper {
    width: 40vw;
    max-width: 777px;
    margin: 10px auto;
    /* border: 1px solid red; */
    height: fit-content;
    max-heigt: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 10px;
	overflow-y: auto;
}

.table_row_wrapper {
    display: flex;
    justify-content: space-between;
    /* border: 3px solid pink; */
    background: #f9f9f9;
}

.table_cell_wrapper {
    flex: 1;
    padding: 5px;
    text-align: center;
}

.table_cell_S {
    flex: 0.1;
}

.table_cell_M {
    flex: 0.3;
}

.table_cell_L {
    flex: 0.5;
}

.table_cell_XL {
    flex: 0.7;
}

.table_cell_2XL {
    flex: 0.9;
}

.table_cell_LAT {
	text-align: left;
}

.table_row_wrapper .table_cell_wrapper-child {
    text-align: center;
}

.table_row_wrapper .table_cell_wrapper:last-child {
    text-align: right;
}
.table_row_wrapper .table_cell_wrapper:first-child {
    text-align: left;
}

.table_row_wrapper .table_cell_wrapper:first-child:last-child {
    text-align: center;
}

.table_head_wrapper {
    background: unset;
}

.hidden {
	display: none !important;
}





.debug_content {
    opacity: 40%;
    width: 100%;
    max-width: 555px;
    margin: auto;
	display: none;
}
.debug_content > pre {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}





.upper_case {
    text-transform: uppercase;
}
.capitalized {
	text-transform: capitalize; /* Capitalizes the first letter of each word */
}





.flex-wrapper-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #f1f1f1;
    padding: 10px;
}





.list-item {
    background: beige;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.list-item:hover {
    opacity: 75%;
}
















.flipping_wrapper {
    display: flex;
    height: fit-content;
    gap: 10px;
}
.portrait .flipping_wrapper {
    flex-direction: column;
}




.landscape .flipping_wrapper > div {
    width: 100%;
}





.flex_row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px;
    max-width: 333px;
    margin: auto;
}
.flex_column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px;
}





span {
    margin: 0px 5px;
}





.chiclet {
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-radius: 5px;
    min-width: 75px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}





.inline {
	display: inline-block !important;
}