/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: SINGWHALE
	License URI: https://SINGWHALE.com



/* SINGWHALE Keep the footer on the bottom */
	html,body {
		margin:0;
		padding:0;
		height:100%;
		background: #232020;
		background-color: #232020
	}



/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/

.sgpb-popup-builder-content-450{
		color: #FFFFFF
	}
.sgpb-popup-builder-content-368{
		color: #FFFFFF
	}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.topspacer{
	height:23px;
}

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	/* footer stick on bottom */
	min-height:100%;
}


/* header */
.header {

}
/* logo */
.logo {
	position: fixed; 
	top: 0; 
	left:25px; 
	z-index:99999;
	width: 205px;
    
	
}
.logo-img {
width: 205px;	
}
/* nav */
.nav {

}
/*------------------------------------*\
    Page Properties
\*------------------------------------*/




.innerwrapper {
    width:97%;
	max-width: 1280px;
	margin:0 auto;
	
	
}




.innerwrapperWide {
    width:100%;
margin:0 auto;
	background: #FFFFFF;
	background-color: white;
	
}

/* page canvass */

.pageCanvass {
	background: rgba(250, 250, 250, 0.85); 
	width: 90%;
	max-width: 1000px;
	margin: auto;
	box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.61);
-webkit-box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.61);
-moz-box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.61);
	border-radius: 5px;
	position: relative;
	min-height:65vh;
	
} 


/* Calendar page canvass */

.calendarCanvass {
	background: rgba(0, 0, 0, 0.55); 
	width: 90%;
	max-width: 1600px;
	margin: auto;
	box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.61);
-webkit-box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.61);
-moz-box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.61);
	border-radius: 5px;
	position: relative;
	min-height:80vh;
} 

.innerCanvass{
	width: 100%; 
	padding: 23px 23px 222px 13px; 
	color: #333333; 
	font-size: 16px;
	
}

/* page canvass dark */




h1.pageTitle{
	color: black
}

.pageTopPad{
   height: 35px
}


/* sidebar */
.sidebar {

}

.paddingAboveFooter{
height: 65px; 
font-size: 30px; 
color: black; 
text-align: center	
	
}


/*------------------------------------*\
    footer
\*------------------------------------*/


.sg-popup-id-368{
cursor: pointer
	}

.sg-popup-id-368:hover{
color: #8e8f8f;	
}


.footer {
position:absolute;
bottom:0;
	width: 100%;
}

.innerFooterPadding {
height: 13px;
	}
	
	
	
.innerFooter{
	background-color: #000000; 
	margin-bottom: -25px;
	padding: 0 5px;
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
}
	
	
	
.copyright {
	font-size: 14px;
	color:pink;
	}

a.footerLink{ 
	color: #E4E4E4;  
	text-decoration: none
}

a.footerLink:hover{
	color: #8e8f8f;
	
}



.footerRow{
	text-align: center;
	width: 90%;
	max-width: 1200px;
	margin: 3px auto;
	padding: 13px;
	border-top: #E4E4E4 1px solid;
	color: #E4E4E4; 
	font-size: 14px;
	font-weight: bold;	
}

.footerMidRow{
	text-align: center;
	width: 90%;
	max-width: 1200px;
	margin: 7px auto;
	padding: 13px;
	color: #E4E4E4; 
	font-size: 14px;
	font-weight: bold;	
}

.footerTopRow{
	text-align: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 7px;
	padding: 13px;
	color: #E4E4E4; 
	font-size: 14px;
	font-weight: bold;	
}

.footerDesignator{
	width: 100%;
	background-color:#b9b9b9;
	color:#b9b9b9;
	border: none
}

.covid{
	color:#fdba06;
}


/*------------------------------------*\
    Virtual Tour
\*------------------------------------*/
.MatterportVirtualTour {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.MatterportVirtualTour-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.MatterportVirtualTour-4x3 {
  padding-bottom: 75%;
}
 
.MatterportVirtualTour iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.mobileFooterAdjust{
	height: 12px; font-size: 10px
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


.mobileBottomAdjust{
		height: 50px;
		text-align: center;
		
	}

	
@media only screen and (max-width: 800px) {
	
	
	
	
	.mobileBottomAdjust{
		height: 222px;
		text-align: center;
		
		
	}
	
	.pageTopPad{
   height: 0
}
	
.innerCanvass{
	width: 100%; 
	padding: 23px 23px 522px 13px; 
	color: #FFFFFF; 
	font-size: 16px;
	
}	

}


	

@media only screen and (max-width: 479px) {
	.innerCanvass{
	width: 100%; 
	padding: 23px 23px 222px 13px; 
	color: #FFFFFF; 
	font-size: 16px;
	
}	
}

/* On screens that are 600px wide or less, the background color is olive */



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
