/* Themify Customize Styling */
body[class*="themify"] #site-logo a {	display: none; 
}
#site-description {	display: none; 
}

/* Themify Custom CSS */
.ot-dc-badge--p {
  background-image: url(DC_Widget_US_2019-1x.png);
  line-height: 40px;
  padding-top: 112px;
  height: 188px !important;
	background-size: 175px;
	background-position: center !important;
 }

.ot-dc-badge--p-fr-ca{
  background-image: url(DC_Widget_FR_CA_2019_v2-1x.png);
  line-height: 40px;
  padding-top: 112px;
  height: 188px !important;
	background-size: 175px;
	background-position: center !important;
}

.ot-dc-badge--p-de{
  background-image: url(DC_Widget_DE_2019-1x.png);
  line-height: 40px;
  padding-top: 112px;
  height: 188px !important;
	background-size: 175px;
	background-position: center !important;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
  .ot-dc-badge--p{
    background-image: url(DC_Widget_US_2019-2x.png);
    background-size: 175px !important;
	  background-position: center !important;
  }

  .ot-dc-badge--p-fr-ca{
    background-image: url(DC_Widget_FR_CA_2019_v2-2x.png);
    background-size: 175px !important;
	background-position: center !important;
  }

  .ot-dc-badge--p-de{
    background-image: url(DC_Widget_DE_2019-2x.png);
    background-size: 175px !important;
	background-position: center !important;
  }
}