/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.entry-content {
}

.entry-header {
}

.error {
  color: red;
  font-weight: normal;
}

.gdpr {
  max-width: 75%;
  align-self: center;

}

.submit-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrap {
  margin: 20px;
  padding: 10px;
}

.huge {
  font-size: 48px!important;
}

.tiny {
  font-size: 8px!important;
}

.green {
  color: green!important;
}

.fancy-button {
  border: solid 3px red!important;
  min-width: 100px!important;
  background-color: yellow!important;
  color: red!important;
}

.pink {
  color: pink;
}

/* Icon for WooCommerce account link */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gdpr a:before {
	font-family: "FontAwesome";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gdpr a:before {
	content: "\f21b";
}
