/*
Theme Name: 2021 Birthplace of Country Music Lobby Kiosk
Theme URI:
Author: Stellar Studios - Creative Energy
Author URI: https://creativeenergy.agency/
Description: Theme for Front Lobby Kiosk
Version: 0.1
License: Proprietary
Tags:
*/


/***** TODO *************************************************************/
/*
style.css:

UNCOMMENT:
html, body { overflow: hidden; }

 */


/**************************************** overall */
/*<editor-fold desc="Overall">*/
* {
	box-sizing: border-box;
}

html, body {
	width: 1920px;
	height: 1080px;
	background-color: black;
	position: relative;
	padding: 0;
	margin: 0;
	/*overflow: hidden;*/
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	background-position: center center;
	background-size: cover;
}

h1.page-header {
	font-family: "Museo Slab", serif;
	font-size: 42px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	margin: 0;
	position: absolute;
	top: 84px;
	left: 205px;
}

.page-header-line {
	width: 1517px;
	border-width: 2px 0 0 0;
	border-color: #E5E1C6;
	border-style: solid;
	margin: 0;
	position: absolute;
	top: 143px;
	left: 205px;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}



.pull-tab-back {
	width: 129px;
	height: 191px;
	position: absolute;
	top: -50px;
	right: 10px;
}


.side-overlay {
	background-color: rgba(24,95,95,.9);
	height: 100%;
	width: 632px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 70px;
	color: white;
	font-size: 18px;
	line-height: 24px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: left;
}

.side-overlay h2 {
	font-family: "Museo Slab", serif;
	text-align: center;
	color: #D8D9C0;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
}

.side-overlay h3 {
	font-family: "Museo Slab", serif;
	color: #D8D9C0;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: -15px;
}

.side-overlay .sidebar-title-line {
	width: 52px;
	border-width: 2px 0 0 0;
	border-color: #2FBEBC;
	border-style: solid;
	margin-bottom: 20px;
}


.btn-nav-round {
	width: 69px;
	height: 69px;
	position: absolute;
	top: 845px;
}
.btn-nav-round.prev {
	right: 135px;
}
.btn-nav-round.next {
	right: 33px;
}


#single_item_detail .title { margin-top: 0; }

.single-item .prev, .single-item .next {
	color: #125975;
	font-family: "Museo Slab", serif;
	font-size: 22px;
	font-weight: 600;
	position: absolute;
	bottom: 23px;
	opacity: .4;
}
.single-item .prev.active, .single-item .next.active {
	opacity: 1;
}

.single-item .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
}

.single-item .prev .arrow {
	border-width: 6px 15px 6px 0;
	border-color: transparent #2FBEBC transparent transparent;
}
.single-item .next .arrow {
	border-width: 6px 0 6px 15px;
	border-color: transparent transparent transparent #2FBEBC;
}
.single-item .prev {
	text-align: left;
	left: 44px;
}
.single-item .next {
	text-align: right;
	right: 44px;
}




















.close-btn {
	position: absolute;
	top: -10px;
	right: -30px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	font-weight: 800;
}


#footer_nav {
	width: 100%;
	height: 126px;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-nav-item {
	position: relative;
	float: left;
	width: 274px;
	height: 126px;
	padding-top: 38px;
	text-align: center;
}

.footer-nav-item a, .footer-nav-item span {
	text-decoration: none;
	color: #245855;
	font-family: "Museo Slab", serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}


.footer-nav-item hr {
	width: 167px;
	border-width: 2px 0 0 0;
	border-color: #2FBEBC;
	border-style: solid;
	margin-bottom: 20px;
}


/*</editor-fold>*/








/**************************************** home */
/*<editor-fold desc="Home">*/
.home-strip-top {
	width: 320px;
	height: 803px;
	position: absolute;
	top: 0;
}

.home-btn-block img {
	width: 320px;
	height: 278px;
	position: absolute;
	top: 803px;
}


#logo_home {
	width: 719px;
	height: 434px;
	position: absolute;
	top: 109px;
	left: 601px;
	pointer-events: none;
}

#btn_home_about {
	width: 446px;
	height: 76px;
	position: absolute;
	top: 609px;
	left: 737px;
}


#tab_home_dyk {
	width: 155px;
	height: 237px;
	position: absolute;
	top: -40px;
	right: 3px;
}
/*</editor-fold>*/



/**************************************** home dyk */
/*<editor-fold desc="Home DYK">*/

#did_you_know {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(12,64,85,.85);
	display: none;
}


#dyk_slides {
	width: 1561px;
	height: 605px;
	position: absolute;
	top: 240px;
	left: 179px;
	background-color: white;
}

.dyk-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	top: 494px;
	position: absolute;
	opacity: .74;
}

.dyk-arrow.left {
	left: 93px;
	border-width: 47.5px 46px 47.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.dyk-arrow.right {
	right: 93px;
	border-width: 47.5px 0 47.5px 46px;
	border-color: transparent transparent transparent #ffffff;
}

.dyk-arrow.disabled {
	opacity: .31;
}

.dyk-item {
	width: 1561px;
	height: 605px;
}

.dyk-item .content {
	width: 956px;
	height: 605px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 80px;
	font-size: 18px;
}


.dyk-item .content h1, .dyk-item .content h2 {
	font-family: 'Museo Slab', serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
}
.dyk-item .content h1 {
	font-size: 32px;
	color: #125975;
	margin-bottom: 0;
}
.dyk-item .content h2 {
	font-size: 25px;
	color: #185F5F;
}


.dyk-item .featured-image {
	width: 605px;
	height: 605px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}


/*</editor-fold>*/






/*************************************** foyer sculpture */
/*<editor-fold desc="Sculpture">*/



body.page-sculpture input[type=range] {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
	background: transparent;
}
body.page-sculpture input[type=range]:focus {
	outline: none;
}
body.page-sculpture input[type=range]::-webkit-slider-runnable-track {
	width: 495px;
	height: 6px;
	cursor: pointer;
	background-color: rgba(255,255,255,.23);
	border: none;
}
body.page-sculpture input[type=range]::-webkit-slider-thumb {
	height: 24px;
	width: 24px;
	border-radius: 100%;
	background-color: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -10px;
}
body.page-sculpture input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: rgba(255,255,255,.23);
}

body.page-sculpture .hit-area {
	opacity: 0;
	position: absolute;
	transition: opacity 300ms ease-in-out;
	padding-top: 160px;
	padding-left: 90px;
	padding-right: 60px;
	top:0;
	right: 0;
	bottom: 0;
	width: 562px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	line-height: 1.5;
	color: white;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: left;
}
body.page-sculpture .hit-area.shown {
	opacity: 1;
}
body.page-sculpture .hit-area h2 {
	font-size: 22px;
	line-height: 1;
	color: #D8D9C0;
	font-weight: 400;
	margin: 0;
	font-family: "Museo Slab", serif;
	text-transform: uppercase;
	text-align: left;
}


body.page-sculpture .hit-area .featured-image {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 30px;
}



body.page-sculpture #sculpture_controls label {
	font-size: 18px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	margin-top: 30px;
}


body.page-sculpture #controls input {
	width: 500px;
	height: 20px;
	position: absolute;
	top: 260px;
	/*transform: rotate(90deg);*/
}


body.page-sculpture #sculpture-canvas {
	height: 100vh;
	width: 100vw;
}

/*</editor-fold>*/






/**************************************** Map */
/*<editor-fold desc="Map">*/
body.page-map .side-overlay {
	background-color: rgba(24,95,95,1);
}

#location_list {
	position: relative;
	width: 426px;
	margin-left: 60px;
	margin-bottom: 80px;
}


.location-list-item {
	width: 100%;
	color: white;
	position: relative;
	margin-bottom: 22px;
}

.location-list-item.active {
	color: #D8D9C0;
}
.location-list-item.active:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 12px;
	border-color: transparent transparent transparent #2fbebc;
	position: absolute;
	left: -31px;
	top: 5px;
}

.location-list-item div {
	position: relative;
	float: left;
}

.location-list-item .number {
	width: 20px;
	font-weight: 600;
}
.location-list-item .name {
	width: 406px;
}



.btn-view-other-floor {
	width: 309px;
	height: 51px;
	background-color: white;
	display: inline-block;
	font-family: "Museo Slab", serif;
	text-align: center;
	color: #125975;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 51px;
	margin-top: 20px;
}



#map_image {
	width: 1288px;
	height: 954px;
	position: absolute;
	top: 0;
	right: 0;
}



#map-info-overlay {
	background-color: rgba(0,0,0,.38);
	width: 1288px;
	height: 954px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.map-info {
	width: 556px;
	height: 798px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -399px;
	margin-left: -278px;
	background-color: white;
}


.map-info .featured-image {
	width: 556px;
	height: 333px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.map-info .title {
	font-family: "Museo Slab", serif;
	font-size: 23px;
	font-weight: 600;
	color: #004D6C;
	line-height: 28px;
}

.map-info .content {
	width: 556px;
	height: 465px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 27px 32px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #444444;
	line-height: 24px;
}
.map-info .content.no-pic {
	height: 798px;
}

.map-info .number {
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border: 5px solid #D8D9C0;
	border-radius: 100%;
	color: #125975;
	font-family: "Museo Slab", serif;
	font-size: 22px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
	margin-right: 14px;
}



/*</editor-fold>*/





/**************************************** Special Exhibit */
/*<editor-fold desc="Special Exhibit">*/
/* *shrug* nothin' unusual here */


/*</editor-fold>*/




/**************************************** About/Discover */
/*<editor-fold desc="About/Discover">*/

.social-icon {
	margin: 0 5px;
}

#social_overlay {
	display: none;
	width: 1288px;
	height: 954px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(12,64,85, .8);
}

.social-info-box {
	display:none;
	width: 993px;
	height: 340px;
	position: absolute;
	top: 328px;
	left: 779px;
	background-color: white;
	padding: 60px 70px;
}

.social-info-box .social-qr {
	width: 218px;
	height: 218px;
	position: relative;
	float: left;
	margin-right: 66px;
}

.social-info-box h2 {
	margin-top: 58px;
	font-family: "Museo Slab", serif;
	color: #125975;
	font-size: 32px;

}

.social-info-box p {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #444444;
}

.social-info-box .url {
	font-weight: 600;
}

/*</editor-fold>*/



/**************************************** Events & Shopping */
/*<editor-fold desc="Events & Shopping">*/
#items_carousel {
	width: 1517px;
	height: 693px;
	position: absolute;
	top: 193px;
	left: 205px;
	overflow: hidden;
}


.cycle-pager {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 492px;
}

.cycle-pager.prev {
	border-width: 47.5px 46px 47.5px 0;
	border-color: transparent rgba(255,255,255,.74) transparent transparent;
	left: 92px;
}
.cycle-pager.prev.disabled {
	border-color: transparent rgba(255,255,255,.31) transparent transparent;

}

.cycle-pager.next {
	border-width: 47.5px 0 47.5px 46px;
	border-color: transparent transparent transparent rgba(255,255,255,.74);
	right: 92px;
}
.cycle-pager.next.disabled {
	border-width: 47.5px 0 47.5px 46px;
	border-color: transparent transparent transparent rgba(255,255,255,.31);
}




.dump {
	width: 700px;
	height: 693px;
	position: absolute;
	top: 0;
	left: 0px;
	background-color: white;
	overflow: scroll;
}
.dump.focus { left: 0; }




.items-slide {
	width: 1517px;
	height: 693px;
}

.item-tile {
	width: 334px;
	height: 322px;
	background-color: white;
	position: relative;
	float: left;
	margin: 0 60px 50px 0;
	overflow: hidden;
}
.item-tile:nth-child(4n) {
	margin-right: 0;
}

.item-tile-pic {
	position: relative;
	background-size: cover;
	background-position: center center;
}


.item-tile-pic.top {
	width: 334px;
	height: 183px;
}
.item-tile-pic.side {
	width: 155px;
	height: 322px;
	float: left;
}


.item-tile-detail {
	position: relative;
	margin-left: 17px;
	text-align: center;
	white-space: normal;
}
.item-tile-detail.under {
	width: 300px;
	height: 110px;
}

.item-tile-detail.beside {
	width: 152px;
	height: 321px;
	float: left;
}

.item-tile-detail .item-name, #single_item_detail .title {
	font-family: "Museo Slab", serif;
	color: #004D6C;
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	position: relative;
	word-wrap: break-word;
}

.item-tile-detail .item-date,
#single_item_detail .date,
.item-tile-detail .item-info {
	font-family: "Roboto", sans-serif;
	color: #185F5F;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}

.item-detail-source {
	display: none;
}



#fullscreen_item {
	display: none;
	width: 100%;
	height:1011px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(12,64,85,.8);
}


#single_item_detail {
	width: 793px;
	height: 831px;
	position: absolute;
	top: 67px;
	left: 564px;
	background-color: white;
}

#single_item_detail .pic {
	background-size: cover;
	background-position: center center;
}

#single_item_detail .pic.top {
	width: 793px;
	height: 301px;
}
#single_item_detail .pic.side {
	width: 300px;
	height: 831px;
	float: left;
}

#single_item_detail .content {
	position: relative;
	margin-left: 37px;
	margin-top: 33px;
	overflow-y: auto;
}

#single_item_detail .content.under {
	width: 723px;
	height: 470px;
}

#single_item_detail .content.beside {
	width: 420px;
	height: 798px;
	float: left;
}

#filters {
	width: 500px;
	height: 39px;
	position: absolute;
	top: 89px;
	right: 198px;
}


.filter-btn {
	display: block;
	position: relative;
	float: right;
	width: 136px;
	height: 39px;
	line-height: 39px;
	font-family: "Open Sans", sans-serif;
	color: #004D6C;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background-color: #E5E1C6;
	margin-left: 24px;
}
.filter-btn.active { background-color: white; }


/*</editor-fold>*/







/**************************************** SECTION */
/*<editor-fold desc="SECTION">*/


/*</editor-fold>*/
