/*
Theme Name: Room47
Author: Brian Richards
Author URI: https://m3digital360.com
Description: Custom theme for Room47
Version: 1.0.0

Room47 WordPress Theme 2025
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{/*margin:0; padding:0;*/border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://use.typekit.net/eon6vtx.css");
body {
	background-color: #0c0008;
	margin:0px;         
  font-family: "Karla", sans-serif;
	font-size: 16px;
	color: #efdf3a;
	font-weight:400;
	overflow-x:hidden;
	font-variation-settings:
    "wdth" 100;
}
a:link {
	color: #efdf3a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #efdf3a;
}
a:hover {
	text-decoration: underline;
	color: #efdf3a;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color: #efdf3a;
}
.darkred{color: #efdf3a;}
.green{color:#17a30b;}
.stickyfooter{text-align:center; width:100%; box-sizing:border-box; padding-right: 5%; padding-left:5%; background-color: rgba(0,0,0,.4); position: fixed; z-index: 98; left:0; bottom: 0px; padding-top: 8px; padding-bottom: 8px; font-display: 14px; font-family: "din-condensed", sans-serif; color: #fbff66; backdrop-filter: blur(10px);}
.stickyhead{text-align:center;  width:100%; box-sizing:border-box; padding-right: 1%; padding-left:1%; position: fixed; z-index: 99; top: 0; left: 0; background-color: #0c0008; padding-top: 15px; padding-bottom: 15px; height: 100px;}
h1 {
	font-size: 24px;
	color: #efdf3a;
	font-weight:700;
	font-family: "oswald", sans-serif;
    text-transform: uppercase;
}
h2 {
	font-size: 20px;
	color: #efdf3a;
	font-weight:700;
	font-family: "oswald", sans-serif;
  text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #efdf3a;
	font-weight:700;
	font-family: "oswald", sans-serif;
    /*text-transform: uppercase;*/
}
p{line-height: 22px;}
.oswald{font-family: "oswald", sans-serif;}
.candara{font-family: "candara", sans-serif;}
.proxima{font-family: "proxima-nova", sans-serif !important;}
img{
	border:none;
	max-width:100%;
	height: auto;
}
strong{font-weight:700;}
.fade-in {
  opacity: 0;
  transform: scale(0.85); /* start smaller */
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.fade-in.show {
  opacity: 1;
  transform: scale(1); /* fade and grow */
  transition-delay: 0.35s;
}
.mobileonly{}
.deskonly{display:none;}
.alignleft {
	float: left;
	padding-right: 25px;
	max-width:35%;
}
.alignright {
	float: right;
	margin-left: 25px;
	max-width:35%;
}
.floatleft{float:left;}
.floatright{float: right;}
.left_text{float: left; width: 100%; box-sizing: border-box; padding-left: 5%; padding-right: 5%;}
.right_image{float: right; width: 100%; box-sizing: border-box;}
.right_text{float: right; width: 100%; box-sizing: border-box; padding-left: 5%; padding-right: 5%;}
.left_image{float: left; width: 100%; box-sizing: border-box;}
.myrow{float: left; width: 100%; padding-left: 5%; padding-right: 5%; box-sizing: border-box;}
.bottomrow{float: left; width: 100%; padding-left: 5%; padding-right: 5%; box-sizing: border-box;}
.fullrow{float: left; width: 100%; box-sizing: border-box;}
.twocol{float: left; width: 100%; box-sizing: border-box;}
.threecol{float: left; width: 100%; box-sizing: border-box;}
.fourcol{float: left; width: 100%; box-sizing: border-box;}
.mobilethreecol{float: left; width: 33.33%; box-sizing: border-box;}
.mobilefourcol{float: left; width: 25%; box-sizing: border-box;}
.fivecol{float: left; width: 100%; box-sizing: border-box;}
.sixcol{float: left; width: 100%; box-sizing: border-box;}
.logo{float: left; width: 30%;}
a.linkbutton{background:#efdf3a; padding:10px 20px; border: solid 1px #efdf3a; color:#000; font-family: "din-condensed", sans-serif; font-weight: 300; font-size: 18px; letter-spacing: 1px;}
a.linkbutton:hover{border: solid 1px #efdf3a; background: #efdf3a; color:#000;}
.bar-menu-scroll {
  display: flex;               /* ensures items are in a row */
  flex-wrap: nowrap;           /* prevents wrapping to next line */
  overflow-x: auto;            /* enables horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  gap: 12px;                   /* spacing between links */
  padding-top: 35px;
  padding-bottom:20px;
  background-color: #FFF;
  white-space: nowrap;
}

.bar-menu-scroll a {
  flex: 0 0 auto;             /* keeps each link from shrinking */
  padding: 8px 16px;
  text-decoration: none;
  background-color: #efdf3a;
  border-radius: 8px;
  color: #FFF;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;        /* prevents text from wrapping */
  font-size: 16px;
}

.bar-menu-scroll a:hover {
  background-color: #efdf3a;
  color: #FFF;
}

/* Optional: hide scrollbar but keep scrolling */
.bar-menu-scroll::-webkit-scrollbar {
  display: none;
}
.barbible h2{float: left; width: 100%;}
.website-bg {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homebgone {
  background: 
    linear-gradient(rgba(182, 172, 180, 0.6), rgba(182, 172, 180, 0.6)),
    url('https://room47kw.com/wp-content/uploads/2025/09/homebg.jpg') center/cover no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.homebgtwo {
  background: 
    linear-gradient(rgba(182, 172, 180, 0.6), rgba(182, 172, 180, 0.6)),
    url('https://room47kw.com/wp-content/uploads/2025/09/homebg2.jpg') center/cover no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.mainmenuright{float:right; margin-top:30px;}
@media screen and (min-width: 980px) {
	body {
		font-size: 20px;
	}
	h1 {font-size: 50px;}
	h2 {font-size: 42px;}
	h3 {font-size: 28px;}
	p{line-height: 28px;}
	.mobileonly{display:none;}
	.deskonly{display:inline;}
	.deskright{float: right;}
	.flex{display:flex;}
	.flexright{margin-left:auto; order: 2;}
	.vertalign{align-items: center;}
	.left_text{float: left; width: 50%; padding-left:0px;}
	.right_image{float: right; width: 50%; padding-right:0px;}
	.right_text{float: right; width: 50%;}
	.left_image{float: left; width: 50%;}
	.twocol{float: left; width: 50%;}
	.threecol{float: left; width: 33.33%;}
	.fourcol{float: left; width: 25%;}
	.fivecol{float: left; width: 20%;}
	.sixcol{float: left; width: 16.66%;}
	.stickyhead{height: 115px;}
	.mainmenuleft{display: inline; width: 45%; float: left; padding-right: 5%;}
	.mainmenuright{display: inline; width: 90%; float: right; padding-left: 5%;}
	.mainmenuright ul{float: right !important;}
	.logo{float: left; width: 10%; margin-bottom:-50px;}
	.leftpad{padding-left:30px;}
	.rightpad{padding-right:30px;}
	.mainmenuright .mega-menu-link{line-height:30px !important; height: auto !important;}
	.menuhighlight .mega-menu-link{font-family: "din-condensed", sans-serif !important;
    background: #FFF !important;
    text-align: center !important;
    border: solid 1px #000 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    height: !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 130px !important;
    text-transform: uppercase !important;
    margin-left: 20px !important;}
     .threecol-container {
  display: flex;
  flex-wrap: wrap;       /* allows items to wrap to next row */
  gap: 20px;             /* spacing between columns */
}

.barbible .threecol {
  flex: 1 1 calc(33.333% - 20px); /* 3 per row, accounting for gap */
  min-width: 250px;                 /* ensures they don’t get too small */
  box-sizing: border-box;
  padding: 0px;
  border-bottom: solid 1px #f5f5f5;
}
}
@media screen and (min-width: 1400px) {
	body {
		font-size: 20px;
	}
	h1 {font-size: 50px;}
	h2 {font-size: 42px;}
	h3 {font-size: 28px;}
	.myrow{padding-left: 10%; padding-right: 10%;}
}