/*

COLOURS...

BRAND       BLUE            #005a8d         rgba(76,184,255,1)
HIGHLIGHT   YELLOW          #f6e545         rgba(246,229,69,1)
DARK        DARK GREY       #032538         rgba(29,42,91,1)
LIGHT       LIGHT GREY      #dee6f2         rgba(228,244,255,1)
WHITE       WHITE           #ffffff         rgba(255,255,255,1)

FONTS...

font-family: 'Brown', sans-serif;

*/

/*------------------------------
BRAND STYLES
------------------------------*/

.anniversary #logo > .badge{
  position: absolute;
  width: 90px;
  height: 100px;
  background-image: url('../img/badge_anniversary.png');
  top: -35px;
  z-index: 1;
  right: -65px;
}

@media (max-width: 1230px){

  .anniversary #logo > .badge{
    top: 0;
    right: 0;
  }

}

@media (max-width: 670px){

  .anniversary #logo > .badge {
      width: 45px;
      height: 50px;
      top: -36px;
      right: auto;
      left: 80px;
  }

}

.christmas header.website-header > .header-body > .overlay,
.christmas section.testimonials-section > .overlay,
.christmas footer.footer > .overlay{
  background-image: url('../img/snow_transparent.png');
  background-repeat: repeat;
  background-position: center center;
}






.euronics{
  width: 100%;
  display: block;
  max-width: calc(100% - 220px);
  margin-bottom: 20px;
}

.euronics > h5{
  display: block;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  background-image: url('../img/euronics.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}


.trywadesfirstmate{
	display: block;
	position: absolute;
	width: 160px;
	height: 270px;
	left: 0;
	bottom: 0;
	z-index: 1401;
	pointer-events: none;
	background-image: url('../img/brand/trywadesfirstmate_2021.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.christmas .trywadesfirstmate{
  background-image: url('../img/brand/trywadesfirstmate_xmas.png');
}




/*

.sketchy-border{
  display: inline-block;
  border: 2px solid rgba(29,42,91,1) !important;
  border-radius: 2% 6% 5% 4% / 1% 1% 2% 4% !important;
  position: relative !important;
}

.woocommerce-product-gallery__wrapper.sketchy-border{
  display: block;
}

.sketchy-border::before {
  content: '';
  border: 1px solid rgba(29,42,91,1);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
}



div.button > a,
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  display: inline-block;
  border: 2px solid rgba(29,42,91,1);
  border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
  position: relative;
  transform: rotate(-2deg);
}

div.button > a:hover,
input[type=submit]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  transform: rotate(2deg);
}

div.button > a::before,
input[type=submit]::before,
.woocommerce #respond input#submit::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before{
  content: '';
  border: 1px solid rgba(29,42,91,1);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
  border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
}

*/

.sketchy{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 501;
  font-size: 0;
  vertical-align: bottom;
  pointer-events: none;
}

.website-header > .sketchy{
  z-index: 10;
}

.sketchy.sketchy-bottom-inside{
  bottom: 0;
}

.sketchy.sketchy-top-inside{
  top: 0;
}

.sketchy.sketchy-bottom-outside{
  top: 100%;
}

.sketchy.sketchy-top-outside{
  bottom: 100%;
}

.sketchy.sketchy-bottom-middle{
  bottom: 0;
  transform: translateY(50%);
}

.sketchy.sketchy-top-middle{
  top: 0;
  transform: translateY(-50%);
}






.sketchy > svg{
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.rental-badge{
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -35px;
  right: -25px;
  background-image: url('../img/brand/rent-me.png');
}


.header-illustration{

}

.header-illustration.header-illustration-top{
  margin-bottom: 30px;
}

.header-illustration.header-illustration-bottom{
  margin-top: 30px;
}

.header-illustration > div{
  
}

.header-illustration > div > img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}


.credit-card-logos{
  margin-bottom: 20px;
}

.credit-card-logos > ul{
  
}

.credit-card-logos > ul > li{
  
}

.credit-card-logos > ul > li > img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 80px;
}


.website-handyness > ul > li > a{
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 0.75em;
}

.website-handyness > ul > li > a > i{
    display: block;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 40px;
}

.website-handyness > ul > li.search{
  padding-left:  20px;
}

.website-handyness > ul > li.search > a > i {
    background-image: url(../img/_white/icon_search.png);
}


.searchbox{
  display: block;
  width:  100%;
  height: 100%;
}

.searchbox > .close{
  position: absolute;
  z-index: 1;
  top:  30px;
  right:  30px;
}

.searchbox > .close > a{
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/_white/close.png');
}

.searchbox > .close > a:hover{
  background-image: url('../img/_highlight/close.png');
}

.searchbox > .searchbox-content{
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.searchbox > .searchbox-content .search-input::placeholder {
  color: rgba(255,255,255,1);
  opacity: 1;
}

.searchbox > .searchbox-content .search-input:-ms-input-placeholder{
  color: rgba(255,255,255,1);
}

.searchbox > .searchbox-content .search-input::-ms-input-placeholder{
  color: rgba(255,255,255,1);
}

.searchbox > .searchbox-content .search-input{
  display: block;
    width: 100%;
    max-width: 520px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid rgba(76,184,255,1) !important;
    font-size: 26px;
    text-align: center;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    outline: 0;
    margin-bottom: 30px;
    box-shadow: none;
    color: rgba(255,255,255,1);
}

.searchbox > .searchbox-content .search-submit{
  vertical-align: top;
}

.searchbox > .searchbox-content .search-submit > i {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background-image: url(../img/_white/icon_search.png);
}




@media (max-width: 800px){

	footer > .overlay {
		padding-bottom: 300px;
	}

	.trywadesfirstmate{
		left: 50%;
		margin-left: -80px;
	}

}