/*
 * O2 Commerce Custom Styles
 */

 .home main h2 {
	position: relative;
 }

.home main h2 a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 20px;
}

.home main h2 a:hover {
	text-decoration: underline;
}

.slick-slide {outline: none;}

.slick-slide:hover {cursor: pointer;}

@media only screen and (max-width: 780px) {
  footer .wp-block-navigation.items-justified-right {
    justify-content: left;
  }
  footer .wp-block-social-links {
	justify-content: left;
  }

  footer .is-layout-flow > .alignright {
	float: left;
	margin-left: 0;
  }
}