/*
Theme Name: BIMCOM Kiosk
Author: BoulderInternetMarketing.com
Author URI: http://www.boulderinternetmarketing.com
Description: WordPress kiosk theme build by BIMCOM based off Materialize CSS framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bimkiosk

This theme, like WordPress, is licensed under the GPL.
*/


/*////////////////////////
PUT CUSTOM CSS AFTER THIS COMMENT, BUT BEFORE THE MEDIA QUERIES
///////////////////////*/


::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
textarea::placeholder {
  color: #999;
}


body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background-color: #ffffff;
}

main {
	flex: 1 0 auto;
	padding-bottom: 0;
}
.home main {
	padding-bottom: 0;
}

h1 {
	font-size: 3.65rem;
}

.section h5 {
	text-transform: none;
	margin-top: 2rem;
}

h6.light {
	font-weight: 400;
}

a {
	color: #504c4d;
}

a[href^="tel"] {
	text-decoration: none;
}
a[href^="tel"]:hover,
a[href^="tel"]:focus,
a[href^="tel"]:active {
	text-decoration: underline;
}


b, strong {
    font-weight: 600;
}

p {
	font-size: 1.15rem;
/*	margin-bottom: 2em; */
}

main a {
	text-decoration: underline;
}
main a:hover,
main a:focus {
	text-decoration: none;
}

.wp-caption, .wp-caption-text, .screen-reader-text,.gallery-caption,.bypostauthor,.sticky  {
	font-size: inherit;
}

h1 {
}
h1 span {
}

main ul:not(.browser-default) {
	padding-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
main ul:not(.browser-default) li {
	list-style-type: initial;
}

.noPadBtm {
	padding-bottom: 0;
}
.noMarBtm {
	margin-bottom: 0;
}


/*////////////////////////
NAVIGATION
///////////////////////*/

nav {
	background-color: transparent;
	height: auto;
	line-height: inherit;
	box-shadow: none;
}
nav .brand-logo {
    position: inherit;
    display: block;
	margin-bottom: 2em;
	margin-top: 2em;
}

#home-nav {
	background-color: rgba(80,76,77,0.9);
	min-height: 100vh;
}
main ul.homenav:not(.browser-default) {
	padding-left: 1em;
	padding-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
	width: 100%;
}
main ul:not(.browser-default) li {
	list-style-type: none;
}
.homenav li {
	width: 100%;
	border-bottom: 1px solid #fff;
}
.homenav li:last-child {
	border-bottom: 0;
}
.homenav li a {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	padding: 1em 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.top-logo img {
	margin-top: 2em;
	margin-bottom: 2em;
}

.brand-logo img {
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0);
}

/*////////////////////////
	HOME
////////////////////////*/
.home main {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#greeting {
	position: absolute;
	bottom: 5em;
	right: 5em;
	z-index: 1;
}
#greeting h1 {
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
#greeting h4 {
	font-size: 2.125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-top: 0;
}


.video-container {
	height: 50vh;
	position: relative;
	overflow: hidden;
	padding-bottom: inherit;
}
@media (min-width: 600px) {
  .video-container {
    height: 100vh;
  }
}

video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

#weather {
	background-color: rgba(80,76,77,0.9);
	padding: 5rem 1.25rem 4.375rem;
}
#weather h3 {
	color: #ffffff;
	text-transform: none;
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 0.5rem;
	margin-bottom: 0;
	letter-spacing: 0;
}
#weather h3.temp {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
}
#weather h3 span.min-temperature {
	color: #cecece;
	font-size: 1.75rem;
	font-weight: 700;
}
#weather i {
	color: #ffffff;
	margin-bottom: 1rem;
}



/*////////////////////////
	BODY
///////////////////////*/

.whiteBG {
	background-color: #ffffff;
}
.greyBG {
    background-color: #f1f1f1;
}
.brandBG {
    background-color: #504c4d;
}

.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert h7,
.invert p,
.invert li,
.invert a {
    color: #ffffff !important;
}

.section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.noPad {
    padding-top: 0;
    padding-bottom: 0;
}
.padTop {
    padding-top: 1.5em !important;
}
.padTop2x {
    padding-top: 2rem !important;
}
.padTop3x {
    padding-top: 3rem !important;
}
.padTop4x {
    padding-top: 4rem !important;
}
.padBtm2x {
    padding-bottom: 2rem !important;
}
.padBtm3x {
    padding-bottom: 3rem !important;
}
.padBtm4x {
    padding-bottom: 4rem !important;
}
.noPadLeftRight {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.padNO {
    padding: 0 !important;
}
.padNO .row {
    margin-bottom: 0 !important;
}
.padLeft2x {
	padding-left: 2rem !important;
}
.padLeft3x {
	padding-left: 3rem !important;
}
.padLeft4x {
	padding-left: 4rem !important;
}
.padRight2x {
	padding-right: 2rem !important;
}
.padRight3x {
	padding-right: 3rem !important;
}
.padRight4x {
	padding-right: 4rem !important;
}
.parallax-container .parallax {
    z-index: 0;
}

.acf-gmap {
    width: 100%;
    line-height: 0;
}

.section.fullImage {
	padding-top: 0;
	padding-bottom: 0;
}

.parallax-container .valign-wrapper {
  height: 100%;
}

.fullImage h1 {
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	z-index: 1;
	width: 100%;
}

.modal.bottom-sheet {
    max-height: 75%;
}

.modal .modal-footer {
    padding: 4px 15px;
}
.modal-footer a {
	text-decoration: none;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
}


main .section ul:not(.browser-default) {
    margin-top: 0;
    margin-bottom: 2em;
}

.material-placeholder img {
	margin: 0 auto;
}


/*////////////////////////
		BUTTONS
///////////////////////*/

.btn-large {
    font-weight: 500;
	font-size: 15px !important;
	line-height: 54px !important;
	padding: 0 28px !important;
	position: relative;
    overflow: hidden;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #504c4d;
    box-sizing: content-box;
    color: #504c4d;
    transition: color .3s, background-color .3s;
}
.btn-large:focus {
    background-color: rgba(255,255,255,0.2);
	border: 2px solid #504c4d;
}
.btn-large:hover,
.btn-large:active {
    border: 2px solid #504c4d;
	box-shadow: none;
    background-color: #504c4d;
    color: #fff;
}
.btn-large::before {
    width: calc(100% + 60px);
    transform: skewX(-45deg) translateX(calc(-100% - 30px));
}
.btn-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #504c4d;
    transition: transform .3s;
    z-index: -1;
}
.btn-large:hover::before {
    transform: skewX(-45deg) translateX(-30px);
}

.invert .btn-large {
	color: #ffffff;
	border: 2px solid #ffffff;
}
.invert .btn-large:hover,
.invert .btn-large:active {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #504c4d !important;
}
.invert .btn-large::before {
    background-color: #ffffff;
}

/*////////////////////////
	CARD GALLERY
///////////////////////*/

.gallery .gallery-header h4 {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.gallery .gallery-header p {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #504c4d;
	margin-top: 1.5em;
	margin-bottom: 0;
}
.gallery-header {
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}
.gallery .gallery-body h3 {
	font-size: 2.5rem;
}
.gallery .gallery-body {
	padding-bottom: 100px !important;
}

.gallery .gallery-body .title-sep {
    border-bottom: 1px solid #dcdcdc;
    width: 250px;
    margin: 2.5rem 0 1.5rem;
    line-height: 1;
}

.gallery-body .carousel-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery .gallery-expand .gallery-curve-wrapper {
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
}

#placeholder-navbar {
    position: fixed;
    top: initial;
    bottom: 0;
	background-color: #504c4d;
}
#placeholder-navbar .back-btn {
	color: #fff;
	display: block;
    width: 100%;
}
#placeholder-navbar .back-btn span {
	color: #fff;
}


/*////////////////////////
MATERIAL DESIGN ELEMENTS
///////////////////////*/
.demo-card-square.mdl-card {
  width: 320px;
  height: 320px;
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  background:rgb(83, 109, 254);
}


/*////////////////////////
	FOOTER
///////////////////////*/
.footer {
    background-color: #ffffff;
	min-height: 90px;
    padding-top: 1rem;
	padding-bottom: 0.75rem;
}

.page-footer {
    padding-top: 0;
}

ul.ftr-nav {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

ul.ftr-nav li {
	display: inline-block;
    border-left: 1px solid #504c4d;
    padding-left: 1em;
    margin-left: 1em;
	line-height: 1;
}

ul.ftr-nav li:first-child {
    border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

ul.ftr-nav a {
    color: #504c4d;
	font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .5s;
}
.current-menu-item a,
.current-menu-ancestor a,
.current_page_parent a {
    background: rgba(0,0,0,0);
	font-weight: 600;
}

ul.ftr-nav a:hover,
ul.ftr-nav a:focus {
    color: #504c4d;
	text-decoration: none;	
}

.footer .row.legal {
	margin-bottom: 2rem;
}
.copyright {
	font-size: 0.875rem;
	text-transform: uppercase;
}

.copyright a {
    color: #504c4d;
    text-decoration: underline;
}
.copyright a:hover {
    color: #504c4d;
	text-decoration: none;
}
.tou {
    font-size: 0.875rem;
	text-transform: uppercase;
	display: inline-block;
}


/*////////////////////////
MEDIA QUERIES BELOW HERE
- default widths are set here
- use the following to add specific CSS for the various widths
///////////////////////*/

#rotation-warning {
  display: none !important;
}

@media only screen and (orientation: portrait) {
  nav, header, main, section, footer {
    display: none !important;
  }

  #rotation-warning {
    display: block !important;
    background-color: #504c4d;
    height: 100vh;
    width: 100vw;
    text-align: center;
    overflow: hidden;
    color: #fff;
  }
  #rotation-warning i {
    margin-top: 10%;
    font-size: 25vw;
  }
}

@media (max-width: 1199px) {
.brand-logo img,
.top-logo img {
	max-width: 240px;
}
nav .brand-logo {
    margin-top: 0;
    margin-bottom: 1em;
}
p {
	font-size: 1rem;
}	

#greeting h1 {
    font-size: 2.25rem;
}
#greeting h4 {
	font-size: 1.25rem;
}
#weather {
    padding: 3rem 1.25rem 2.375rem;
}
#weather h3 {
	font-size: 1.25rem;
}	
.homenav li a {
    font-size: 1.25rem;
}
ul.ftr-nav a {
    font-size: 0.875rem;
}
	
.gallery .gallery-body h3 {
    font-size: 1.75rem;
}
.gallery .gallery-body p.subtitle {
    font-size: 0.875rem;
}

ul.ftr-nav li:first-child a {
	border-left: 0;
	padding-left: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {
nav {
    height: 70px;
    line-height: 70px;
}
}

@media (max-width: 767px) {

}

@media (max-width: 559px) {

}

@media (max-width: 479px) {

}




@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
 
}
@media (min-width: 560px) {
  
}
@media (min-width: 768px) {
 
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}