a {
  color: inherit;
}

h1, .h1 {
    color: #547095;
}

h2, .h2 {
    font-weight: 100;
    color: #547095;
    font-size: 22px;
}

ul, ol {
    font-family: Roboto, sans-serif;
    color: #547095;
    font-weight: 300;
}

.header .nav {
  margin-top: 0;
}

.header .row {
    display: flex;
    align-items: center;
}

.nav ul {
    font-family: Cinzel,serif;
    font-weight: 500;
}

.header .nav ul li:last-child:after {
  content: "♦";
}

.header .nav, .header .search {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.search {
  margin-left: 10px;
  border-bottom: 1px dotted #fff;
}

.search button {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 3px 0 2px;
    float: right;
}

.search input[type=text] {
    float: left;
}

.search input[type=text] {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    padding: 6px 2px 2px;
    background: transparent;
    border: none;
    color: #fff;
    width: 200px;
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.top-banner {
  background-image: url('../images/build/antique-bunting.jpg');
}

.buy .buy-box-5 {
  background-image: url('../images/build/gates.jpg');
}

.buy .buy-box-8 {
  background-image: url('../images/build/salvaged-garden-features.jpg');
}

.buy .buy-box-9 {
  background-image: url('../images/build/vintage-toys.jpg');
}

.inner-banner .wrapper {
  padding: 30px 20px;
}

.product {
  margin-bottom: 20px;
}

.product a {
    text-decoration: none;
}

.section .wrapper {
    padding-top: 10px;
}

.section.product-large .wrapper {
    padding-top: 30px;
}

.product-list-content .row {
    display: flex;
    align-items: flex-end;
}

.product-large input, .product-large textarea {
    border: 1px solid #48668f;
    font-size: 16px;
    padding: 6px;
    background: transparent;
    font-family: Roboto,sans-serif!important;
    font-weight: 300;
    color: #47668f;
    width: 100%;
    margin: 5px 0;
    -webkit-appearance: none;
    border-radius: 0;
}

input, textarea, label {
  font-family: Roboto,sans-serif!important;
  color: #47668f;
  resize: none;
  background: transparent !important;
}

label {
  display: inline-block;
  margin: 5px 0;
}

.product:nth-child(4n+1) {
    clear: both;
}

.product-large ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #48668f;
  opacity: 1; /* Firefox */
}

.product-large :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #48668f;
}

.product-large ::-ms-input-placeholder { /* Microsoft Edge */
  color: #48668f;
}

.product-large p {
  color: #333;
}

.model_pagination a {
  font-size: 1.11em;
  width: 40px;
  height: 40px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e4bb3e;
  text-decoration: none;
  color: #537095;
  background: #fff;
  transition: all 0.3s;
}

.model_pagination a:hover {
  background: #e4bb3e;
}

.model_pagination a.inactive {
  opacity: 0.5;
  pointer-events: none;
}

form {
  display: block;
}

form .row {
    margin-left: -5px;
    margin-right: -5px;
}

form .row > div {
    padding: 0 5px;
}

form button {
    border: 1px solid #e4bb3e;
    padding: 6px 12px;
    font-family: Roboto,sans-serif!important;
    background: transparent;
    font-size: 17px;
    -webkit-appearance: none;
    text-transform: uppercase;
    color: #47668f;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
    float: right;
    margin: 10px 0 0;
}

form button:hover {
  background: #e4bb3e;
  color: #fff;
}

.footer label {
  color: #fff;
  font-size: 12px;
}

.footer button {
  color: #fff;
}

.footer .phone {
  margin-top: 30px;
}

.footer .phone:last-of-type {
    margin-bottom: 0;
}

br.clear {
  content: '';
  display: block;
  clear: both;
}

.mobile, .mobile-only {
  display: none;
}

.mobile-menu {
  position: fixed;
  left: 100%;
  top: 110px;
  bottom: 0;
  width: 250px;
  padding-bottom: 180px;
  background: #4d6a91;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  z-index: 100;
  overflow: scroll;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.mobile-menu * {
  box-sizing: border-box;
}

.mobile-menu ul {
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  display: block;
  margin: 0;
  font-family: Cinzel,serif;
  font-size: 20px;
}

.mobile-menu li:after {
    content: "♦";
    color: #a8b5c8;
    font-size: 14px;
    margin-left: 15px;
}

.mobile-menu ul:last-of-type li:after {
  display: none;
}

.mobile-menu li.button {
  margin: 10px;
}

.mobile-menu li li a {
  padding: 5px 10px 5px 35px;
}

.mobile-menu li.dropdown {
  padding-bottom: 7px;
}

.mobile-menu li.dropdown > a {
  padding-bottom: 5px;
}

.mobile-menu a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 0.81em;
}

.mobile-menu a:focus,
.mobile-menu a:hover {
  background: #fff;
  color: #e4bb3d;
}

.mobile-menu .mobile-menu__parent {
  position: relative;
}

.mobile-menu .mobile-menu__parent--open > ul {
  display: block !important;
}

.mobile-menu__button {
  display: none;
}

.mobile-menu ul ul {
  display: block;
  padding-left: 0;
}

.mobile-menu ul ul a:before {
  /*content: "- ";*/
}

.mobile-menu--enhanced {
  right: auto !important;
  left: 0 !important;
  transform: translateX(-100%);
}

.mobile-menu--animateable {
  transition: transform 0.3s ease-in-out;
}

.mobile-menu-checkbox {
  display: none;
}

.mobile-menu-checkbox:checked ~ .mobile-menu {
  left: auto;
  right: 0;
}

.mobile-menu-checkbox:checked ~ .mobile-menu--enhanced {
  transform: translate(0, 0);
}

.mobile-menu-trigger {
  width: 34px;
  overflow: hidden;
  display: block;
  float: right;
  margin-top: 7px;
}

.mobile-menu-trigger div {
  padding: 7px 0;
}

.mobile-menu-trigger span {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 3px;
}

.mobile-menu-trigger span:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .mobile {
      display: block;
  }
  .desktop {
      display: none;
  }
  .header {
      position: fixed;
      width: 100%;
      z-index: 5;
  }
  .page-content {
    padding-top: 110px;
  }
  .header .row {
      display: block;
  }
  .logo img {
      max-width: 208px;
  }
  .product:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 520px) {
  .product-large .col-xs-5, .product-large .col-xs-7 {
    width: 100%;
  }
  .footer .footer-icon {
      float: none;
      margin: 5px 0;
  }
  
  .footer .text-right {
      text-align: center;
  }
  
  .footer .bottom-footer {
      padding: 5px 0 10px;
  }
  
  .copyright {
      text-align: center;
      font-size: 14px;
  }
  
  .footer .phone {
      margin: 10px 0;
  }
  
  .footer .phone:last-of-type {
      margin-bottom: 20px;
  }
  
  .footer .open-times {
      margin: 10px 0 20px;
  }
  
  .footer .footer-color h3 {
      margin-bottom: 10px;
      font-size: 19px;
  }
  
  .footer form button {
      float: none;
  }
  
  .footer .footer-color .wrapper {
      padding-top: 35px;
  }
  .buy .row > div {
    width: 100%;
  }
  .product {
    width: 100% !important;
  }
}