.pagetop--container {
padding: 20px 20px 0;
}
.pagetop {
background-color: #E8BDD3;
width: auto;
min-height: 300px;
padding: 40px 30px 30px;
margin: 12px;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: center;
}
.pagetop_content {
width: 100%;
max-width: 500px;
}
.pagetop h1 {
line-height: 1.1;
}
.highlight h1 {
color: white;
background-color: #222;
font-style: italic;
line-height: 1.4;
display: inline;
}
.pagetop p {
margin: 20px 0;
}
@media screen and (min-width: 768px) {
.pagetop {
background: url(https://fordandguy.co.uk/wp-content/uploads/2024/05/bg-desktop.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #E8BDD3;
border-radius: 16px;
margin: 16px 16px 20px;
}
.pagetop p {
font-size: 1.1rem;
}
}
@media screen and (min-width: 1024px) {
.pagetop {
padding: 50px 40px 40px;
margin: 16px 20px 30px;
}
}
@media screen and (min-width: 1250px) {
.pagetop {
padding: 60px 50px 50px;
margin: 20px 28px 28px;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "myriad-pro", 'Open Sans', 'Helvetica', 'Arial', sans-serif;  text-decoration: none;
}
.squares .squares__title {
font-size: 1.4em;
line-height: 1.4em;
color: #fff;
font-weight: bold;
}
.squares .squares__text {
font-size: 0.9em;
line-height: 1.6;
margin-bottom: 20px;
font-family: "myriad-pro", 'Open Sans', 'Helvetica', 'Arial', sans-serif;
color: #fff;
}
.squares {
display: flex;
flex-direction: column;
font-size: 98%;
max-width: 1600px;
}
.squares__square {
display: flex;
position: relative;
margin: 0 20px 20px;
overflow: hidden;
justify-content: space-between;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
align-items: center;
min-height: 35vw;
}
.squares__container {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 100%;
min-height: inherit;
color: white;
background-color: rgba(0,0,0,0.6);
padding: 30px 20px 30px;
text-align: center;
}
.squares__container:hover {
background-color: rgba(0,0,0,0.5);
}
.squares__image {
display: flex;
min-height: 44px;
max-height: 74px;
width: auto;
margin-top: -30px;
margin-bottom: 20px;
}
.squares__content {
flex-direction: column;
max-width: 420px;
margin: 0 auto;
width: 100%;
margin-top: auto;
}
.squares__footer {
font-weight: bold;
align-self: center;
display: flex;
}
.squares__link {
color: #fff;
font-weight: bold;
padding: 3px 0;
border-bottom: 2px solid #fff;
display: flex;
align-self: center;
text-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3) !important;
text-decoration: none;
margin-bottom: auto;
}
.squares__link:hover {
color: #c30c15;
border-bottom: 2px solid #c30c15;
text-decoration: none;
}
@media only screen and (min-width: 768px) {
.squares {
flex-direction: row;
font-size: 100%;
padding: 0 10px;
margin: 0 auto 10px;
}
.squares__square{
flex: 1 0 0;
flex-grow: 1;
margin: 0 10px 10px;
}
.squares__container {
flex: 1 0 0;
flex-grow: 1;
}
}
@media only screen and (min-width: 1024px) {
.squares {
padding: 0 20px;
margin: 0 auto 20px;
}
.squares__square{
flex: 1 0 0;
flex-grow: 1;
min-height: 29.2vw;
margin: 0 20px 20px;
}
}
@media only screen and (min-width: 1600px) {
.squares {
font-size: 102%;
}
.squares__square {
min-height: 480px;
}
.squares__container {
margin-top: auto;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
} .product-card,
.product-card-img {
position: relative;
overflow: hidden;
background-color: rgba(246, 246, 246, 0);
transition: background-color .5s ease-in-out;
}
.product-card:hover {
background: rgba(246, 246, 246, 1);
}
.product-card::after {
position: absolute;
width: 100%;
height: 2px;
background: #222;
content: " ";
left: 0;
bottom: 0;
transition: transform .5s ease-in-out;
transform: translateX(-100%);
}
.product-card:hover::after {
transform: translateX(0);
}
.product-text-box {
padding: 10px 15px 12px;
}
.product-card .product-card__details {
display: flex;
width: 100%;
justify-content: space-between;
}
.product-card .product-card__details .product-card__button {
text-decoration: underline;
}
.product-card .product-card__details .product-card__button:hover {
color: $primary-color;
}
.product-card {
color: #222;
}
.product-card a h3 {
font-size: 1.266rem;
margin-bottom: 10px;
}
.product-card a p {
text-decoration: none;
margin-bottom: 5px !important;
}
.product-card__summary {
padding: 12px 15px 0;
}
.product-card__details {
padding: 0 15px 12px;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1300px) {
}
@media only screen and (min-width: 1600px) {
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.product-card__container {
display: block !important;
}
}.wrapper {
max-width: 1600px;
margin: 0 auto;
padding: 0 20px;
}.faqs {
}
.faqs__container {
max-width: 1000px !important;
margin: 0 auto;
padding: 20px;
}
.faq {
background-color: white;
border-left: 3px solid #333;
padding: 20px 20px 5px;
margin-bottom: 20px;
box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.faq__question {
}
.faq__answer {
margin: 0;
}