/*** CSS ***/

@media (max-width: 36rem) {
  .vvjs.br-576 .vvjs-hero-content {
  	color: #fff;
    background-color: #222 !important;
    padding: 2em;
    margin-top: 0;
  }
  .vvjs.br-576 .vvjs-hero-content h2{
  	color: #fff;
  	font-size: 1.7em;
  }
	
	
}


.view-guests .views-view-responsive-grid__item{
	text-align: center;
}

a.button{
	background: var(--dxt-color-base);
  color: white;
  font-weight: bold;
}

a:hover.button{
	background: black;
	color: white;
}

.view-header{
	margin-bottom: 1em;
}


/*** footer *******************/
footer.dxpr-theme-footer{
	text-align: center;
  border-top: 1px solid;
  padding-bottom: 20px;
}

#block-dxpr-theme-templeaddress{
	margin-bottom: 2em;
}

#block-dxpr-theme-useraccountmenu{
	text-align: left;
	border-top: 1px solid;
}
#block-dxpr-theme-useraccountmenu a{
	color: #999;
}
/*****************************/