html,
body {
margin: 0;
padding: 0;
font-family: 'Bai Jamjuree', sans-serif;
}
img {
max-width: 100%;
height: auto;
}
* {
outline: none;
}
a {
color: inherit;
}
h1 {
font-family: 'DM Serif Text', serif;
font-size: 36px;
line-height: 40px;
margin: 0;
margin-bottom: 20px;
color: #077352;
}
h2 {
font-family: 'DM Serif Text', serif;
font-size: 36px;
line-height: 40px;
margin: 0;
margin-bottom: 20px;
color: #077352;
}
p {
font-size: 16px;
line-height: 20px;
color: #4d4d4d;
}
#header-container {
position: fixed;
top: 0px;
left: 0px;
height: 250px;
background-color: #fff;
width: 100%;
margin: 0 auto;
z-index: 999999;
}
#header-inner {
position: relative;
margin: 0 auto;
width: 1000px;
padding-left: 12px;
padding-right: 12px;
height: 100px;
}
#logo {
position: absolute;
width: 180px;
left: 12px;
top: 15px;
}
#cta {
font-family: 'DM Serif Text', serif;
font-size: 18px;
line-height: 20px;
color: #077352;
position: absolute;
top: 20px;
right: 12px;
}
#cta a {
text-decoration: none;
}
#cta .fa-facebook-square {
margin-left: 10px;
font-size: 20px;
}
#cta .fa-instagram {
margin-left: 5px;
font-size: 20px;
}
#nav-inner {
height: 30px;
position: absolute;
margin: 0 auto;
right: 12px;
bottom: -130px;
}
#nav-inner ul {
list-style: none;
padding: 0;
margin: 0px 0 0 0;
}
#nav-inner ul li {
display: block;
position: relative;
float: left;
}
#nav-inner ul li ul li {
display: block;
position: relative;
float: left;
} #nav-inner li ul {
display: none;
}
#nav-inner ul li a {
display: block;
height: 30px;
padding-left: 22px;
padding-right: 22px;
text-decoration: none;
white-space: nowrap;
color: #000000;
display: table-cell;
vertical-align: middle;
font-size: 20px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#nav-inner ul li:last-child a {
padding-right: 0px;
}
#nav-inner li:hover a {
background: transparent;
color: #077352;
}
#nav-inner ul li ul li a {
display: block;
height: auto;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 22px;
padding-right: 22px;
text-decoration: none;
white-space: nowrap;
color: #000000;
font-size: 16px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#nav-inner ul li a:hover {
background: transparent;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#nav-inner ul li.active {
background: transparent;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
} #nav-inner li:hover > ul {
display: block;
position: absolute;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
background-color: rgba(0, 0, 0, 0.8);
}
#nav-inner li:hover li {
float: none;
}
#nav-inner li:hover li a {
color: #ffffff;
}
#nav-inner li:hover li a:hover {
background: #077352;
color: #ffffff;
}
#nav-inner .main-navigation li ul li {
border-top: 0;
} #nav-inner ul ul ul {
left: 100%;
top: 0;
} #nav-inner ul:before,
#nav-inner ul:after {
content: ' '; display: table; }
#nav-inner ul:after {
clear: both;
}
#mobile-header-container {
position: fixed;
width: 100%;
background-color: #ffffff;
z-index: 9999999;
height: 65px;
top: 0px;
left: 0px;
}
#mobile-header-container #mobile-header-logo {
position: absolute;
top: 12px;
left: 20px;
}
#mobile-header-container #mobile-nav-icon {
position: absolute;
height: 45px;
width: 45px;
top: 10px;
right: 20px;
padding: 0;
}
#mobile-nav {
margin-top: 65px;
}
#mobile-header-container #mobile-nav-icon #themobilenavopen {
cursor: pointer;
}
#mobile-navigation-container {
position: fixed;
top: 65px;
left: 0px;
width: 100%;
background-color: #ffffff;
z-index: 9999999;
height: 0px;
overflow: hidden;
overflow-y: scroll;
}
#mobile-navigation-container #mobile-nav-inner {
position: absolute;
top: 0px;
left: 0px;
width: 100%; }
#mobile-nav-inner::-webkit-scrollbar-thumb {
background-color: #b03c3f;
border-radius: 10px;
}
#mobile-nav-inner::-webkit-scrollbar-thumb:hover {
background-color: #bf4649;
border: 1px solid #333333;
}
#mobile-nav-inner::-webkit-scrollbar-thumb:active {
background-color: #a6393d;
border: 1px solid #333333;
}
#mobile-navigation-container #mobile-nav-inner ul {
list-style-type: none;
padding: 0;
margin-bottom: 80px;
text-align: center;
}
#mobile-navigation-container #mobile-nav-inner ul li.menu-item-has-children::after {
content: '+';
position: absolute;
right: 20px;
top: 3px;
font-size: 24px;
}
#mobile-navigation-container #mobile-nav-inner ul li ul {
margin-bottom: 0px;
display: none;
}
#mobile-navigation-container #mobile-nav-inner ul li {
list-style-type: none;
padding-left: 0px;
font-weight: bold;
position: relative;
}
#mobile-navigation-container #mobile-nav-inner ul li ul li {
padding-left: 0px;
font-weight: normal;
}
#mobile-navigation-container #mobile-nav-inner a {
display: block;
color: #4d4d4d;
text-decoration: none;
margin-left: 20px;
margin-right: 20px;
border-top: 1px solid #4d4d4d;
padding-top: 8px;
padding-bottom: 8px;
font-size: 14px;
}
#mobile-navigation-container #mobile-nav-inner li:nth-last-child(1) a {
border-bottom: 1px solid #4d4d4d;
}
#mobile-navigation-container #mobile-nav-inner ul li ul li:nth-last-child(1) a {
border-bottom: 0px;
}
.menu-menu-container ul li ul li a {
padding-left: 50px;
}
@media (min-width: 1024px) {
#mobile-header-container {
display: none;
}
#header-container {
display: block;
}
#nav-container {
display: block;
}
#top-clearer {
position: relative;
height: 250px;
}
}
@media (max-width: 1023px) {
#mobile-header-container {
display: block;
}
#header-container {
display: none;
}
#nav-container {
display: none;
}
#top-clearer {
position: relative;
height: 65px;
}
}
#homepage-banners-container {
position: relative;
width: 100%;
height: 450px;
}
#homepage-banners-inner {
position: relative;
width: 100%;
height: 450px;
}
.banner {
position: relative;
width: 100%;
height: 450px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.banner-inner {
position: relative;
display: grid;
align-items: center;
max-width: 1000px;
padding: 0px 12px;
margin: 0 auto;
height: 450px;
}
.banner-text {
font-family: 'DM Serif Text', serif;
font-size: 56px;
line-height: 65px;
color: #ffffff;
max-width: 500px;
}
#banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 450px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-image: url(https://supreme-auctions.co.uk/wp-content/uploads/2020/09/banneroverlay.png);
z-index: 9;
}
@media (max-width: 800px) {
#banner-overlay {
display: none;
}
}
.slick-dots {
z-index: 99;
}
#homepage-content-container {
position: relative;
width: 100%;
}
#homepage-content-inner {
position: relative;
max-width: 800px;
padding: 60px 12px;
margin: 0 auto;
text-align: center;
}
#live-auction-container {
position: relative;
width: 100%;
background-color: #f2f2f2;
}
#live-auction-inner {
position: relative;
max-width: 1000px;
padding: 60px 12px;
margin: 0 auto;
text-align: center;
}
#live-auctions {
display: grid;
grid-template-columns: 30% 30% 30%;
justify-content: space-between;
grid-row-gap: 60px;
margin-top: 60px;
}
.auction .image {
margin-bottom: 20px;
}
.auction .title h4 {
font-family: 'DM Serif Text', serif;
font-size: 24px;
line-height: 28px;
margin: 0;
margin-bottom: 20px;
color: #077352;
}
.auction .link a {
max-width: 370px;
display: block;
background-color: #077352;
color: #ffffff;
font-size: 18px;
line-height: 22px;
padding: 10px;
box-sizing: border-box;
margin: 0 auto;
border-radius: 100px;
text-decoration: none;
overflow: hidden;
}
.auction .hvr-sweep-to-top:before {
background: #8cc63f;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
} @media (max-width: 800px) {
#live-auctions {
grid-template-columns: 100%;
}
}
#homepage-quick-links-container {
position: relative;
width: 100%;
}
#homepage-quick-links-inner {
position: relative;
max-width: 1000px;
padding: 60px 12px;
margin: 0 auto;
display: grid;
grid-template-columns: 47% 47%;
justify-content: space-between;
}
@media (max-width: 800px) {
#homepage-quick-links-inner {
grid-template-columns: 100%;
}
}
#facebook-feed {
margin: 0 auto;
text-align: center;
}
.quicklink {
display: block;
padding: 20px;
color: #ffffff;
font-size: 14px;
margin-bottom: 20px;
text-decoration: none;
}
.quicklink h5 {
font-family: 'DM Serif Text', serif;
font-size: 20px;
line-height: 23px;
margin: 0;
margin-bottom: 4px;
color: #ffffff;
}
.quicklink1 {
background-color: #077352;
background-image: url(//supreme-auctions.co.uk/wp-content/uploads/2020/09/overlay1.png);
background-position: center right;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.quicklink2 {
background-color: #8cc63f;
background-image: url(//supreme-auctions.co.uk/wp-content/uploads/2020/09/overlay2.png);
background-position: center right;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.quicklink3 {
background-color: #025239;
background-image: url(//supreme-auctions.co.uk/wp-content/uploads/2020/09/overlay3.png);
background-position: center right;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.quicklink1:hover {
background-color: #065d42;
}
.quicklink2:hover {
background-color: #76a735;
}
.quicklink3:hover {
background-color: #023e2b;
}
#info-page-container {
position: relative;
width: 100%;
}
#info-page-inner {
position: relative;
max-width: 1000px;
padding: 60px 12px;
margin: 0 auto;
display: grid;
grid-template-columns: 47% 47%;
justify-content: space-between;
}
@media (max-width: 800px) {
#info-page-inner {
grid-template-columns: 100%;
grid-row-gap: 40px;
text-align: center;
}
}
#info-page-right-image {
position: relative;
margin-bottom: 40px;
overflow: hidden;
}
#info-page-right-image:after {
content: '';
position: absolute;
margin: -31px;
width: 61px;
height: 61px;
transform: rotate(45deg);
background-color: #ffffff;
right: 0;
bottom: 0;
}
#info-page-right-image img {
display: inline-block;
}
#info-page-right a {
display: block;
width: 100%;
color: #ffffff;
padding: 10px 20px;
border-radius: 100px;
box-sizing: border-box;
text-decoration: none;
margin-bottom: 10px;
overflow: hidden;
}
#info-page-right a:nth-child(even) {
background-color: #077352;
}
#info-page-right a:nth-child(odd) {
background-color: #8cc63f;
}
#info-page-right a:nth-child(even).hvr-sweep-to-top:before {
background: #035239;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#info-page-right a:nth-child(odd).hvr-sweep-to-top:before {
background: #035239;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#contact-us-social {
font-size: 24px;
}
#footer-container {
position: relative;
width: 100%;
background-color: #077352;
color: #ffffff;
}
#footer-inner {
position: relative;
max-width: 1000px;
padding: 40px 12px;
margin: 0 auto;
display: grid;
grid-template-columns: 47% 47%;
justify-content: space-between;
}
#footer-inner h3 {
font-size: 29px;
line-height: 32px;
margin: 0;
margin-bottom: 20px;
}
#footer-inner p {
font-size: 16px;
line-height: 19px;
margin: 0;
margin-bottom: 10px;
color: #ffffff;
}
#footer-social {
font-size: 30px;
}
#footer-inner input {
width: 100%;
padding: 10px;
margin: 0;
border: 0;
border-radius: 7px;
box-sizing: border-box;
font-family: 'Bai Jamjuree', sans-serif;
}
#footer-inner textarea {
width: 100%;
padding: 10px;
margin: 0;
border: 0;
border-radius: 7px;
box-sizing: border-box;
font-family: 'Bai Jamjuree', sans-serif;
}
#footer-inner input[type='submit'] {
background-color: #8cc63f;
color: #ffffff;
cursor: pointer;
}
#footer-inner .wpcf7-not-valid-tip {
color: #ffffff;
}
@media (max-width: 800px) {
#footer-inner {
grid-template-columns: 100%;
grid-row-gap: 30px;
text-align: center;
}
}
#base-footer-container {
position: relative;
width: 100%;
background-color: #035239;
}
#base-footer-inner {
position: relative;
max-width: 1000px;
padding: 12px 12px;
margin: 0 auto;
display: grid;
grid-template-columns: 40% 40%;
justify-content: space-between;
color: #ffffff;
font-size: 11px;
line-height: 16px;
align-items: end;
}
#base-footer-left {
}
#base-footer-right {
text-align: right;
}
@media (max-width: 800px) {
#base-footer-inner {
grid-template-columns: 100%;
grid-row-gap: 10px;
}
#base-footer-left {
text-align: center;
}
#base-footer-right {
text-align: center;
}
} .bid-form .input-container {
display: flex;
}
.bid-form .input-container i {
font-size: 1em; border: 1px solid #000; flex-basis: 10%;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
background: rgba(100, 100, 100, 0.9);
color: white;
border-radius: 7px 0px 0px 7px;
}
.bid-form .input-container input#bid-price {
flex-basis: 90%;
padding: 10px;
margin: 0;
border: 0;
border-radius: 0px 7px 7px 0px;
box-sizing: border-box;
font-family: 'Bai Jamjuree', sans-serif;
border: 1px solid;
border-left: 0px;
}
.bid-form input[type='submit'] {
background-color: #8cc63f;
color: #ffffff;
cursor: pointer;
width: 100%;
padding: 10px;
margin: 0;
border: 0;
border-radius: 7px;
box-sizing: border-box;
font-family: 'Bai Jamjuree', sans-serif;
}
.bid-container {
padding: 20px 0px;
}
.bid-container h2 {
border-bottom: 2px solid #077352;
}