/*//////////////////////////////////////////////////////////////*/
/*/////////////////// CUSTOM CSS BACKEND ///////////////////////*/
/*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/

/*******************************************************/
/* Fix SVG replaced images
/*******************************************************/

/*Fixes logo in theme settings panel*/
@media only screen and (min-width:690px) {
	#redux-header img, #redux-header svg
	{
  width: 36px;
  height: auto;
  padding-left: 5px;
}
}
/*fixes logo in admin left panel*/
#adminmenu div.wp-menu-image .replaced-svg {
width: 24px;
height: auto;
float: left;
margin: 5px 0px 0px 5px;
text-align: center;
}

/*fixes svg icons that appear in media*/
.media-icon svg {
  width: 62px;
  text-align: center;
}

/*******************************************************/
/* Fix Business Details Option Pages
/*******************************************************/
/*hide info if multiple locations enabled*/
.cx-ui-kit.cx-control.cx-control-text[data-control-name="google_information_section"] .cx-ui-kit__description.cx-control__description,
.cx-ui-kit.cx-control.cx-control-text[data-control-name="google_information_section"] .cx-ui-kit__content.cx-control__content,
.cx-ui-kit.cx-control.cx-control-text[data-control-name="business_multiple_locations_section"] .cx-ui-kit__description.cx-control__description,
.cx-ui-kit.cx-control.cx-control-text[data-control-name="business_multiple_locations_section"] .cx-ui-kit__content.cx-control__content {
  display: none;
}

.cx-ui-kit.cx-control.cx-control-text[data-control-name="google_information_section"] .cx-control__title,
.cx-ui-kit.cx-control.cx-control-text[data-control-name="business_multiple_locations_section"] .h4-style.cx-ui-kit__title.cx-control__title {
  font-size: 2rem;
  font-weight: 600;
}