.sonnyImage{
 margin-right: 10px; 
  margin-bottom: 10px;
}

.CenterObject
{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
}

.CenterObjectTwo {
    display: block !important;
    margin-left: 50% !important;
    margin-right: auto !important;
    width: fit-content !important;
}

.OwnAStorePageLink
{
 color: #FFF !important; 
/* font-size: medium; */
}

/*hide the login ribbon at the top of each page*/

/*
.eds_topRibbon  {
  display:none !important;
}
*/


.EasyDNNSkin_Galore .eds_headerContainer .eds_fixedHeader .eds_headerBackground .eds_header .eds_userLogin .registerGroup > ul li.userMessages a strong, .EasyDNNSkin_Galore .eds_headerContainer .eds_fixedHeader .eds_headerBackground .eds_header .eds_userLogin .registerGroup > ul li.userNotifications a {
 display:none; 
}

.eds_searchButton
{display:none !important;
}

#dnn_dnnCURRENTDATE_lblDate
{
display: none;  
}

/*get rid of space between breadcrum title bar and header */
.EasyDNNSkin_Galore .eds_fixedHeader.eds_headerStyle2 + .eds_headerHeightHolder {
    padding-top: 0px !important;
}

@media screen and (min-width : 993px) {
.eds_header .eds_logo > a > img {
    max-height: 90px !important;
}
}

.eds_headerHeightHolder > div:first-child {
  height: 72px !iimportant;
}
.eds_pageDetails.eds_pageDetails1 {
    padding-bottom: 0px !important;
}

/* hide terms and privacy notices */
#dnn_dnnTerms_hypTerms {display:none !important;}
#dnn_dnnPrivacy_hypPrivacy {display:none !important;}

.cooking {
  width:100%
}

.calling {
  position: absolute;
  top: 50%
}

/* show asterick automatically for any form field required */
.bstrap30 label.required:after {
color: #e32;
content: '*';
display:inline;
} important!

/* set menu text next to mobile hamburger icon to white */
.EasyDNNSkin_Galore .responsAbilityMenu.eds_menuType2 .raMenuTriggerWrapper .raMenuTrigger {
    color: #FFF !important;
}
.raMenuTrigger {
    color: #FFF !important;
}

.submit-confirm
{width: 100% !important}

.DnnModule-2067 {
  background-color: #303030;
}

.edstmr_Them1.ms-staff-carousel.ms-staff-info {
  color: #FFF
}

.ms-dir-h {
  color: #FFF
}

.ms-info {
  color: #FFF
}

/*checkbox for row selection*/
.rowIsSelected{
display:none;
}
.selected .rowIsSelected{
display:block;
}
.selected .rowIsNotSelected{
display:none;
}

.rowIsNotSelected{
display:block;
}


.wrapbutton {
  /%max-width: 100px !important; */
  max-width: 100%  !important; 
    white-space: normal !important;
}