/*
Theme Name: Fiona Bennett
Author: Pink Fish Associates
Version: 1.02
*/
/*
* === Variables and Selectors ===
*/
.transition {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*
* === Global shared ===
*/
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #b51f4a;
  font-size: 100%;
  background-image: url('assets/images/background-body.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}
div.container {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
div.content {
  padding: 5em 0;
  clear: both;
  overflow: hidden;
  min-height: 280px;
}
div.content ul,
div.content ol {
  margin: 1.5em 0 1.5em 20px;
}
div.content ul li,
div.content ol li {
  margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
}
div.content ul li:last-of-type,
div.content ol li:last-of-type {
  margin-bottom: 0;
}
div.content div.content-inner {
  display: flex;
  justify-content: space-between;
}
div.content div.content-inner div.content-left {
  width: 46%;
}
div.content div.content-inner div.content-right {
  width: 46%;
  padding-top: 10px;
}
div.content div.content-inner div.content-right blockquote {
  margin: 3em 0;
}
h1,
h2,
h3,
h4 {
  font-family: 'Prata', serif;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.2;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  font-weight: 400;
}
h1 {
  font-size: 38px;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 34px;
}
h2::before {
  content: '';
  display: flex;
  margin-bottom: 20px;
  width: 60px;
  height: 10px;
  background-color: #fff;
}
body.page h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
body.page h3::before {
  content: '';
  display: flex;
  margin-bottom: 20px;
  width: 60px;
  height: 10px;
  background-color: #fff;
}
table {
  line-height: 1.7;
  color: #fff;
  font-size: 16px;
}
table td {
  padding: 3px 15px;
}
table td:first-of-type {
  padding-left: 0;
}
table td:last-of-type {
  padding-right: 0;
}
p {
  margin: 0 0 1em 0;
  line-height: 1.7;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 1.7;
  font-size: 16px;
  color: #fff;
}
div.cky-preference-center ul li {
	color: #000;
}
div.wp-block-buttons {
  margin-bottom: 1.5em;
}
div.wp-block-buttons a.wp-block-button__link {
  font-size: 18px;
  line-height: 1.7;
}
a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a img {
  border: none;
}
a.button,
a.wp-block-button__link {
  background-color: transparent;
  padding: 15px 50px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.button:hover,
a.wp-block-button__link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #b51f4a !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a[href^=tel] {
  color: #b51f4a;
}
div.clear {
  clear: both;
}
img {
  max-width: 100%;
  display: block;
}
.wp-block-image .alignright {
  margin-left: 2em;
  margin-bottom: 2em;
}
.wp-block-image .alignleft {
  margin-right: 2em;
  margin-bottom: 2em;
}
blockquote {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}
blockquote p {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 30px;
}
blockquote p.author {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
blockquote div.blockquote-inner {
  display: flex;
  justify-content: space-between;
}
blockquote div.blockquote-inner div.blockquote-left {
  flex-shrink: 0;
  margin-right: 30px;
  width: 70px;
}
/*
* === Header ===
*/
header#main {
  padding-top: 30px;
}
header#main a {
  text-decoration: none;
  font-weight: 400;
}
header#main a:hover {
  text-decoration: underline;
}
header#main div.header-top {
  display: flex;
  justify-content: space-between;
}
header#main div.header-top p,
header#main div.header-top a {
  margin-bottom: 0;
  color: #fff;
}
header#main div.header-top div.social ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header#main div.header-top div.social ul li {
  list-style-type: none;
  margin-right: 15px;
  flex-shrink: 0;
}
header#main div.header-top div.social ul li:last-of-type {
  margin-right: 0;
}
header#main div.header-top div.social ul li img {
  height: 20px;
}
header#main div.header-top div.logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 380px;
  z-index: 100;
}
header#main div.header-top div.logo p {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}
header#main div.header-top div.logo a {
  font-weight: 300;
}
header#main div.header-top div.logo a:hover {
  text-decoration: none;
}
header#main div.header-top div.shop a,
header#main div.header-top div.shop p {
  font-size: 14px;
}
body.privacy-policy div.content h3::before {
	display: none;
}
/*
* === Navigation ===
*/
body.woocommerce li#menu-item-406 a {
  border-bottom: 3px solid #fff;
}
div#navigation-main ul {
  display: flex;
  justify-content: center;
  padding-top: 2.5em;
}
div#navigation-main ul li {
  text-transform: uppercase;
  list-style-type: none;
  margin: 0 25px;
}
div#navigation-main ul li:first-of-type {
  margin-left: 0;
}
div#navigation-main ul li:last-of-type {
  margin-right: 0;
}
div#navigation-main ul li.current_page_item a {
  border-bottom: 3px solid #fff;
}
div#navigation-main ul li a {
  color: #fff;
  font-weight: 600;
  padding-bottom: 5px;
  transition: none;
}
div#navigation-main ul li a:hover {
  border-bottom: 3px solid #fff;
  text-decoration: none;
  transition: none;
}
/*
* === Home page ===
*/
div.home-heading {
  text-align: center;
}
div.home-heading h1 {
  text-transform: none;
  font-size: 140px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
div.home-heading h1 span {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 80px;
  position: relative;
  left: -60px;
  top: 25px;
}
div.home-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 0;
}
div.home-heading h2::before {
  display: none;
}
div.home-intro {
  padding-top: 7em;
  margin-bottom: 5em;
}
div.home-intro div.home-intro-inner {
  display: flex;
  justify-content: space-between;
}
div.home-intro div.home-intro-inner div.home-intro-inner-left,
div.home-intro div.home-intro-inner div.home-intro-inner-right {
  width: 46%;
}
div.home-intro div.home-intro-inner div.home-intro-inner-right div.home-intro-inner-right-inner {
  max-width: 75%;
}
div.home-intro div.home-intro-inner div.home-intro-inner-right div.wp-block-buttons {
  margin-bottom: 0;
  padding-top: 0.5em;
}
div.latest-news h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 0;
  background-color: #b51f4a;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  font-weight: 300;
}
div.latest-news h2::before {
  display: none;
}
div.latest-news div.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  bottom: 7px;
}
div.latest-news div.latest-news-items {
  padding-top: 3em;
  display: flex;
  justify-content: space-between;
}
div.latest-news div.latest-news-items div.latest-news-item {
  width: 32%;
  background-color: #fff;
  text-decoration: none;
}
div.latest-news div.latest-news-items div.latest-news-item div.featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 60%;
}
div.latest-news div.latest-news-items div.latest-news-item div.latest-news-item-inner {
  padding: 30px;
}
div.latest-news div.latest-news-items div.latest-news-item h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
div.latest-news div.latest-news-items div.latest-news-item h3::before {
  display: none;
}
div.latest-news div.latest-news-items div.latest-news-item h3,
div.latest-news div.latest-news-items div.latest-news-item p {
  color: #000;
}
div.latest-news div.latest-news-items div.latest-news-item p:last-of-type {
  margin-bottom: 0;
}
div.home-shop {
  padding-bottom: 5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 3em;
}
div.home-shop h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
div.home-shop h3::before {
  content: '';
  display: flex;
  margin-bottom: 20px;
  width: 60px;
  height: 10px;
  background-color: #fff;
}
div.home-shop p {
  margin-bottom: 1.5em;
}
div.home-shop p:last-of-type {
  margin-bottom: 0;
}
div.home-shop h2::before {
  display: none;
}
div.home-shop div.home-shop-inner {
  display: flex;
  justify-content: space-between;
}
div.home-shop div.home-shop-inner div.home-shop-inner-left {
  max-width: 470px;
  flex-shrink: 0;
}
div.home-shop div.home-shop-inner div.home-shop-inner-right {
  width: 40%;
}
div.home-contact {
  padding-bottom: 8em;
  background-image: url('assets/images/background-contact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 8em;
}
div.home-contact h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
div.home-contact h3::before {
  content: '';
  display: flex;
  margin-bottom: 20px;
  width: 60px;
  height: 10px;
  background-color: #fff;
}
div.home-contact p {
  margin-bottom: 1.5em;
}
div.home-contact p:last-of-type {
  margin-bottom: 0;
}
div.home-contact h2::before {
  display: none;
}
div.home-contact div.home-contact-inner {
  display: flex;
  justify-content: space-between;
}
div.home-contact div.home-contact-inner div.home-contact-inner-left {
  max-width: 470px;
  flex-shrink: 0;
}
div.home-contact div.home-contact-inner div.home-contact-inner-right {
  width: 40%;
}
/*
* === About page ===
*/
div.greyhounds {
  padding-bottom: 5em;
}
div.greyhounds div.greyhounds-inner {
  display: flex;
  justify-content: space-between;
}
div.greyhounds div.greyhounds-inner div.greyhounds-left {
  width: 46%;
}
div.greyhounds div.greyhounds-inner div.greyhounds-right {
  width: 46%;
}
/*
* === Contact page ===
*/
div.contact {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
}
div.contact div.contact-left {
  width: 46%;
}
div.contact div.contact-right {
  width: 46%;
  padding-top: 10px;
}
/*
* === Forms ===
*/
textarea,
input {
  font-family: 'Open Sans', sans-serif;
}
.nf-form-content {
  padding: 0!important;
  max-width: 100%!important;
}
div.nf-before-form-content {
  display: none;
}
.nf-error-msg,
.ninja-forms-req-symbol {
  color: yellow!important;
}
.nf-form-content label {
  font-size: 16px!important;
  color: #fff;
}
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  background-color: transparent!important;
  font-size: 18px!important;
  padding: 15px 50px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 1px solid #fff !important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  height: 63px!important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  text-decoration: none;
  background-color: #fff !important;
  color: #b51f4a !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*
* === Shop Account ===
*/
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row textarea {
  height: 50px;
  padding-left: 10px;
}
body.woocommerce-account .woocommerce form .form-row .required {
  color: yellow;
}
body.woocommerce-account .woocommerce #respond input#submit,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button {
  background-color: transparent!important;
  font-size: 18px!important;
  padding: 15px 50px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 1px solid #fff !important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  height: 63px!important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-account .woocommerce #respond input#submit:hover,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce input.button:hover {
  background-color: #fff !important;
  color: #b51f4a !important;
}
/*
* === Shop Archive ===
*/
.woocommerce .woocommerce-ordering select {
  padding: 10px;
}
.woocommerce ul.products li.product-category {
  padding-bottom: 0!important;
  padding-top: 10px!important;
}
.woocommerce ul.products li.product-category mark {
  display: none;
}
.woocommerce ul.products li.product-category h2 {
  padding-left: 20px!important;
  padding-right: 20px!important;
  margin-bottom: 10px!important;
  text-align: center;
}
ul.products {
  padding-top: 1.5em !important;
  display: flex;
  flex-wrap: wrap;
}
ul.products li {
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  padding-bottom: 115px!important;
}
ul.products li h2 {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.4em !important;
}
ul.products li h2::before {
  display: none;
}
ul.products li span.price {
  font-size: 18px!important;
  color: #000 !important;
  font-weight: 600!important;
  margin-bottom: 0!important;
  position: absolute;
  bottom: 100px;
}
ul.products li p {
  color: #000;
}
ul.products li p:last-of-type {
  margin-bottom: 0;
}
ul.products li a.button,
ul.products li a.added_to_cart {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  border: 1px solid #b51f4a;
  background-color: transparent;
  color: #b51f4a !important;
  text-transform: uppercase!important;
  text-align: center;
  border-radius: 0;
  padding: 20px 0;
  width: 86%!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 0!important;
  font-size: 20px!important;
  line-height: 1!important;
  z-index: 1;
}
ul.products li a.button.loading,
ul.products li a.added_to_cart.loading {
  padding-right: 0!important;
  padding-left: 0!important;
}
ul.products li a.button:hover,
ul.products li a.added_to_cart:hover {
  background-color: #b51f4a !important;
  color: #fff !important;
}
ul.products li a.add_to_cart_button::after {
  top: 20px!important;
}
ul.products li a.added_to_cart {
  background-color: #b51f4a !important;
  color: #fff !important;
  z-index: 10;
}
ul.products div.product-inner {
  padding: 7%;
}
/*
* === Shop Single Product ===
*/
body.single-product div.woocommerce {
  color: #fff;
}
body.single-product div.woocommerce section.related {
  clear: both;
}
body.single-product div.woocommerce p.price {
  color: #fff;
}
body.single-product div.woocommerce h1::before {
  content: '';
  display: flex;
  margin-bottom: 20px;
  width: 60px;
  height: 10px;
  background-color: #fff;
}
body.single-product div.woocommerce div.product div.images {
  width: auto;
  max-width: 48%;
}
body.single-product div.woocommerce div.product div.images {
  margin-bottom: 3em;
}
body.single-product div.woocommerce figure.woocommerce-product-gallery__wrapper {
  border: 15px solid #fff;
  border-radius: 7px;
}
body.single-product div.woocommerce div.woocommerce-Tabs-panel h2 {
  display: none;
}
body.single-product div.woocommerce .woocommerce-message .button {
  background-color: #b51f4a;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #fff;
}
body.single-product div.woocommerce .woocommerce-message .button:hover {
  border: 1px solid #b51f4a;
  color: #b51f4a;
  background-color: #fff;
}
body.single-product div.woocommerce button.single_add_to_cart_button {
  background-color: transparent;
  padding: 15px 50px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.single-product div.woocommerce button.single_add_to_cart_button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #b51f4a !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.single-product div.woocommerce .quantity .qty {
  height: 43px;
}
/*
* === Shop Shared ===
*/
body.woocommerce nav.woocommerce-breadcrumb {
  color: #fff;
}
body.woocommerce div.breadcrumbs {
  color: #fff;
  margin-bottom: 1.5em;
}
body.woocommerce div.breadcrumbs p,
body.woocommerce div.breadcrumbs a {
  color: #fff;
  margin: 0;
}
.woocommerce-message {
  display: flex;
  align-items: center;
  padding: 1em 2em;
}
.woocommerce-message::before {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 15px;
}
.woocommerce-message a.button {
  margin-left: auto;
  order: 3;
}
.woocommerce-message a.restore-item {
  color: #515151;
  margin-left: 10px;
}
/*
* === Shop Basket ===
*/
body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-cart .woocommerce table tr td {
  border-color: #fff;
}
body.woocommerce-cart .woocommerce td.product-thumbnail a {
  display: inline-block;
}
body.woocommerce-cart .woocommerce td.product-thumbnail img {
  max-width: 100px!important;
  height: auto!important;
  width: auto!important;
}
body.woocommerce-cart .woocommerce a.remove {
  color: #fff !important;
  background: red!important;
}
body.woocommerce-cart .woocommerce button,
body.woocommerce-cart .woocommerce a.button {
  background-color: transparent;
  padding: 15px 50px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-cart .woocommerce button:hover,
body.woocommerce-cart .woocommerce a.button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #b51f4a !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-cart .woocommerce a.button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/*
* === Shop checkout ===
*/
body.woocommerce-checkout div.woocommerce ul li {
  color: #fff;
}
body.woocommerce-checkout div.woocommerce textarea#order_comments {
  height: 11em;
  padding: 10px;
}
body.woocommerce-checkout div.woocommerce .select2-container--default .select2-selection--single {
  height: 50px;
}
body.woocommerce-checkout div.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-size: 16px;
}
body.woocommerce-checkout div.woocommerce #payment {
  background-color: #000;
}
body.woocommerce-checkout div.woocommerce #payment label {
  color: #fff;
}
body.woocommerce-checkout div.woocommerce #payment div.payment_box {
  background-color: #fff;
}
body.woocommerce-checkout div.woocommerce #payment div.payment_box::before {
  border: 1em solid #ffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body.woocommerce-checkout div.woocommerce #payment div.payment_box p {
  color: #000;
}
body.woocommerce-checkout div.woocommerce input {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  height: 50px;
  padding-left: 10px;
}
body.woocommerce-checkout div.woocommerce form .form-row .required {
  color: yellow;
}
body.woocommerce-checkout div.woocommerce select {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.woocommerce-checkout div.woocommerce h3#order_review_heading {
  padding-top: 30px;
}
body.woocommerce-checkout div.woocommerce table.shop_table,
body.woocommerce-checkout div.woocommerce table.shop_table tr,
body.woocommerce-checkout div.woocommerce table.shop_table th,
body.woocommerce-checkout div.woocommerce table.shop_table td {
  border-color: #fff;
}
body.woocommerce-checkout div.woocommerce button.alt {
  background-color: #b51f4a;
  padding: 15px 50px;
  font-weight: 400!important;
  color: #fff !important;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-checkout div.woocommerce button.alt:hover {
  text-decoration: none;
  background-color: #fff;
  color: #b51f4a !important;
  border-color: #b51f4a !important;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-checkout div.woocommerce form .form-row.woocommerce-invalid label {
  color: yellow;
}
body.woocommerce-checkout ul li {
  color: #444;
}
/*
* === Videos ===
*/
div.videos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5em;
}
div.videos div.video {
  width: 23%;
  margin-bottom: 2.6%;
  text-align: center;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.videos div.video:nth-of-type(4n+2) {
  margin-left: 2.6%;
  margin-right: 2.6%;
}
div.videos div.video:nth-of-type(4n+4) {
  margin-left: auto;
}
div.videos div.video a {
  position: relative;
  display: block;
  text-decoration: none;
}
div.videos div.video a:hover div.icon-wrapper {
  background-color: #DE2E2E;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.videos div.video div.video-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 100%;
}
div.videos div.video div.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.videos div.video img {
  width: 80px;
}
div.videos div.video h3 {
  padding-top: 15px;
  margin-bottom: 0;
}
div.videos div.video h3 a {
  display: inline-block;
}
div.videos div.video h3::before {
  display: none;
}
/*
* === Footer ===
*/
footer#main {
  padding: 3em 0;
  background-color: #fff;
  border-top: 25px solid #000;
  text-align: center;
}
footer#main p,
footer#main a {
  color: #000;
}
footer#main a {
  text-decoration: none;
  font-weight: 400;
}
footer#main a:hover {
  text-decoration: underline;
}
footer#main p:last-of-type {
  margin-bottom: 0;
}
footer#main div#navigation-footer {
  margin-bottom: 2em;
}
footer#main div#navigation-footer nav ul {
  display: flex;
  justify-content: center;
}
footer#main div#navigation-footer nav ul li {
  list-style-type: none;
  margin: 0 25px;
  text-transform: uppercase;
}
footer#main div#navigation-footer nav ul li.current_page_item a {
  border-bottom: 3px solid #000;
}
footer#main div#navigation-footer nav ul a {
  font-weight: 600;
  padding-bottom: 5px;
  transition: none;
}
footer#main div#navigation-footer nav ul a:hover {
  transition: none;
  border-bottom: 3px solid #000;
  text-decoration: none;
}
footer#main p.site-title {
  text-transform: uppercase;
  color: #b51f4a;
  font-size: 40px;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
footer#main p br.credit {
  display: none;
}
footer#main div.social {
  margin-bottom: 2em;
}
footer#main div.social ul {
  display: flex;
  justify-content: center;
}
footer#main div.social ul li {
  list-style-type: none;
  margin: 0 25px;
}
footer#main div.social ul li img {
  height: 30px;
}
/*
* === Media Queries ===
*/
@media screen and (max-width: 1679px) {
  /* Home */
  div.home-intro div.home-intro-inner div.home-intro-inner-right div.home-intro-inner-right-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  /* Videos */
  div.videos div.video {
    width: 31.3%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 3em;
  }
  div.videos div.video:nth-of-type(3n+3) {
    margin-left: auto!important;
  }
  div.videos div.video:nth-of-type(3n+2) {
    margin-left: 3%!important;
  }
}
@media screen and (max-width: 1023px) {
  /* Videos */
  div.videos div.video h3 {
    font-size: 16px;
  }
  div.videos div.video {
    width: 48%;
  }
  div.videos div.video:nth-of-type(3n+2),
  div.videos div.video:nth-of-type(3n+3) {
    margin-left: 0!important;
  }
  div.videos div.video:nth-of-type(even) {
    margin-left: auto!important;
  }
  /* Contact */
  div.contact {
    flex-wrap: wrap;
  }
  div.contact div.contact-left {
    width: 100%;
    margin-bottom: 1.5em;
  }
  div.contact div.contact-right {
    width: 100%;
    padding-top: 0;
  }
  /* Global */
  div.content div.content-inner {
    flex-wrap: wrap;
  }
  div.content div.content-inner div.content-left {
    width: 100%;
    margin-bottom: 1.5em;
  }
  div.content div.content-inner div.content-right {
    width: 100%;
    padding-top: 0;
  }
  div.content {
    padding: 3em 0;
  }
  /* About */
  div.greyhounds {
    padding-bottom: 3em;
  }
  div.greyhounds div.greyhounds-inner {
    flex-wrap: wrap;
  }
  div.greyhounds div.greyhounds-inner div.greyhounds-left {
    width: 100%;
    order: 2;
  }
  div.greyhounds div.greyhounds-inner div.greyhounds-right {
    width: 100%;
    order: 1;
    margin-bottom: 1.5em;
  }
  /* Header */
  header#main div.header-top div.logo {
    top: 55px;
  }
  div#navigation-main ul {
    padding-top: 6em;
    position: relative;
    z-index: 1;
  }
  header#main div.header-top div.logo {
    z-index: 10;
  }
  /* Home */
  div.home-shop div.home-shop-inner {
    flex-wrap: wrap;
  }
  div.home-shop div.home-shop-inner div.home-shop-inner-left {
    max-width: 100%;
    margin-bottom: 3em;
  }
  div.home-shop div.home-shop-inner div.home-shop-inner-right {
    width: 100%;
  }
  div.home-contact div.home-contact-inner {
    flex-wrap: wrap;
  }
  div.home-contact div.home-contact-inner div.home-contact-inner-left {
    max-width: 100%;
    margin-bottom: 3em;
  }
  div.home-contact div.home-contact-inner div.home-contact-inner-right {
    width: 100%;
  }
  div.home-intro {
    padding: 3em 0 0 0;
    margin-bottom: 0;
  }
  div.home-intro div.home-intro-inner {
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
  }
  div.home-intro div.home-intro-inner div.home-intro-inner-left {
    margin-bottom: 1.5em;
  }
  div.home-intro div.home-intro-inner div.home-intro-inner-left,
  div.home-intro div.home-intro-inner div.home-intro-inner-right {
    width: 100%;
  }
  div.home-intro div.home-intro-inner div.home-intro-inner-right {
    padding-bottom: 3em;
  }
  div.home-shop {
    padding-top: 3em;
    padding-bottom: 0;
  }
  div.latest-news {
    padding-top: 3em;
  }
  div.latest-news div.line {
    display: none;
  }
  div.latest-news h2 {
    font-family: 'Prata', serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    font-weight: 400;
  }
  div.home-shop div.home-shop-inner {
    border-bottom: 1px solid #fff;
    padding-bottom: 3em;
  }
  div.latest-news div.latest-news-items {
    flex-wrap: wrap;
  }
  div.latest-news div.latest-news-items div.latest-news-item {
    width: 100%;
    margin-bottom: 3em;
  }
  div.latest-news div.latest-news-items div.latest-news-item:last-of-type {
    margin-bottom: 0;
  }
  div.latest-news div.latest-news-inner {
    border-bottom: 1px solid #fff;
    padding-bottom: 3em;
  }
  div.home-contact {
    padding: 3em 0;
  }
  /* Archive */
  ul.products li a.button,
  ul.products li a.added_to_cart {
    font-size: 13px!important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li:nth-of-type(even) {
    margin-left: auto!important;
  }
}
@media screen and (max-width: 767px) {
  /* Archive */
  ul.products li a.button,
  ul.products li a.added_to_cart {
    font-size: 18px!important;
  }
  /* Global */
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .wp-block-image {
    width: 100%;
  }
  .wp-block-image figure {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  /* Shop */
  ul.products li h2 {
    font-size: 1.2em !important;
  }
  ul.products li a.button,
  ul.products li a.added_to_cart {
    font-size: 14px!important;
  }
  /* About */
  blockquote div.blockquote-inner div.blockquote-left {
    width: 50px;
  }
  blockquote p {
    font-size: 24px;
  }
  /* Global */
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  /* Header */
  div#navigation-main ul li {
    margin: 0 15px;
  }
  /* Footer */
  footer#main p br.credit {
    display: block;
  }
  footer#main p span.divide {
    display: none;
  }
  footer#main div#navigation-footer nav ul {
    flex-wrap: wrap;
  }
  footer#main div#navigation-footer nav ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer#main div#navigation-footer nav ul li:last-of-type {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  /* Header */
  header#main div.header-top div.logo p {
    font-size: 30px;
  }
  header#main div.header-top {
    flex-wrap: wrap;
  }
  header#main div.header-top div.social,
  header#main div.header-top div.shop {
    width: 100%;
    margin-bottom: 0.75em;
    display: flex;
    justify-content: center;
  }
  header#main div.header-top div.logo {
    top: 75px;
  }
  div#navigation-main ul {
    padding-top: 4em;
  }
  div#navigation-main ul li {
    font-size: 14px;
    margin: 0 7px;
  }
  /* About */
  blockquote div.blockquote-inner div.blockquote-left {
    width: 40px;
    margin-right: 20px;
  }
  blockquote p {
    font-size: 22px;
  }
  /* Global */
  h1 {
    font-size: 26px;
  }
  h2,
  div.latest-news h2 {
    font-size: 22px;
  }
  /* Header */
  header#main div.header-top div.logo p {
    font-size: 34px;
  }
  header#main div.header-top div.social ul li img {
    height: 17px;
  }
  div#navigation-main ul li {
    margin: 0 12px;
  }
  li#menu-item-401 {
    margin-left: 0!important;
  }
  li#menu-item-399 {
    display: none;
  }
  /* Footer */
  footer#main div.social ul {
    justify-content: space-between;
  }
  footer#main div.social ul li {
    margin: 0;
    flex-shrink: 0;
  }
  footer#main p.site-title {
    font-size: 30px;
  }
  footer#main div.social ul li img {
    height: 25px;
  }
}
