/*** 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;
}

.views-field-field-photo-guest a img{
	border: 1px solid;
	margin-bottom: 7px;
}

.views-field-title h4{
	margin-bottom: 0;
}
.views-field-field-status {
	color: #888;
}

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

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

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

/****** block ************/

h2.block-title,
.view-content > h3{
	color: var(--dxt-color-base);
	font-size: var(--dxt-setting-h2-font-size);
	margin: 2rem 0 1rem;
}

#block-dxpr-theme-views-block-guests-block-1{
	margin-bottom: 3em;
}

/*** 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;
}
/*****************************/