/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.menu-button1 a {
  background-color: #0a499c;
  color: #fff !important;
  padding: 10px 28px !important;
  border-radius: 35px;
  display: inline-block !important;
  line-height: normal !important;
}
.menu-button1 > a:hover {
  background-color: #083a7d;
}

@media (min-width: 769px) {
	body {
		padding: 30px;
	}
	
	.site-footer {
		margin-top: 30px;
	}
}

.photo-shadow img {
	box-shadow: 10px 10px 0px rgba(237,235,235,0.8);
}

.woocommerce table.shop_attributes th {
	font-size: 16px;
}

.woocommerce table.shop_attributes td p {
	padding: 8px 16px;
	font-size: 16px;
} 

p a{color: #0a499c;text-decoration:underline;}




@media (max-width: 1024px) {
  .inside-header {
    height: 100px !important;
    padding-top: 15px !important;
  }

  .site-logo img {
    max-height: 80px !important;
    height: auto !important;
    width: auto !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .inside-header {
    height: 80px !important;
    padding-top: 10px !important;
  }

  .site-logo img {
    max-height: 60px !important;
    margin-bottom: 0 !important;
  }
}
