/* Enter Your Custom CSS Here */



#wpfc-calendar-wrapper .fc-header td {
  padding: 5px 0;
}

.fc .fc-header-space {
	padding-left: 5px;
	}

@media only screen and (max-width:568px) {
	#wpfc-calendar-wrapper *, .ui-selectmenu-menu {
  font-size: 2vw !important;
}
	  
  #wpfc-calendar-wrapper .fc-header-title h2 {
  font-size: 2vw !important;
    padding-top:5px;
}
 
#acf-table-editor{
  width:100%!important;
  }  
  

}

.widget_wysija {
	  width: 200px;
  margin: 0 0 0 0!important;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
}

.widget_wysija_cont {
  display: flex;
  align-content: flex-end;
  flex-direction: column;
}

body .wysija-paragraph {
	margin:5px 0!important;
}


