/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

figure {
  max-width: 100% !important;
}

body .wdsi-slide-minimal .wdsi-slide-share {
  min-height: 50px !important;
}

article > .entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: 100%;
}

.homeSlider .entries {
  display: block;
}

section.homeSlider {
  margin-top: 50px;
}

@media only screen and (max-width: 960px){
	img[src*="Star-Rating"] {
		display: block;
	}
}