.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: 1rem;
}
dl, ol, ul {
padding-left: 1rem;
margin-bottom: 0;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem 0.3rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
color: #FFFFFF;
background-color: #E27B26;
border-color: #E27B26;
}
.btn-primary:hover,
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active,
.btn-check:focus + .btn,
.btn:focus {
background-color: #7B909D;
border-color: #7B909D;
}
.btn-secondary {
background-color: #E5E5E5;
}
.btn-secondary:hover, .btn-secondary[aria-expanded=true] {
background-color: #7B909D;
border-color: #7B909D;
color: white;
}
.btn-link:hover {
color: black;
}
.table {
color: #7B909D;
}
.table-dark {
--bs-table-bg: #AAAAAA;
--bs-table-border-color: #dee2e6;
--bs-table-bg: #7B909D;
}
.table-active {
--bs-table-accent-bg: #202A3D;
} .bg-blue {
background-color: #202A3D;
}
.bg-blue-alt {
background-color: #263248;
}
.bg-blue-trans {
background-color: rgba(32, 42, 61, 0.8);
}
.bg-blue-grey {
background-color: #7B909D;
}
.bg-green {
background-color: #41B69B;
}
.bg-orange {
background-color: #E27B26;
}
.text-blue {
color: #202A3D;
}
.text-blue-grey {
color: #7B909D;
}
.links-light a {
color: #F9F9F9;
}
.links-light a:hover {
color: #FFFFFF;
}
.links-text-decoration-none a {
text-decoration: none;
}
.links-muted a {
color: var(--bs-grey);
}
.links-muted a:hover {
color: #000000;
}
.multi-select-checkbox {
background-position: right 0.75rem top 0.75rem;
text-align: left;
cursor: pointer;
position: relative;
}
.multi-select-checkbox .checkboxes {
display: none;
position: absolute;
z-index: 99999;
left: -1px;
background-color: white;
width: calc(100% + 2px);
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
border: 1px solid #ced4da;
border-radius: 0.375rem;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.multi-select-checkbox.active .checkboxes {
display: block;
}  html {
min-height: 100%;
background-color: #202A3D;
}
body {
text-rendering: optimizeLegibility;
font-family: garamond-premier-pro, serif;
font-weight: 400;
font-style: normal;
color: #7B909D;
}
.gm-style { font-family: garamond-premier-pro, serif;
font-weight: 400;
font-style: normal;
color: #7B909D;
}
a {
color: #E27B26;
transition-property: color;
transition-duration: 0.2s;
}
a:hover {
color: #7B909D;
}
.awaken {
opacity: 0;
transform: translateY(5rem);
transition-property: all;
transition-duration: 1s;
}
.awaken.fade {
transform: none;
transition-duration: 0.5s;
}
.awaken.in-viewport {
opacity: 1;
transform: translateY(0);
}
li.cta a {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem 0.3rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #FFFFFF;
background-color: #E27B26;
border-color: #E27B26;
font-size: 1.2rem;
}
li.cta a:hover {
background-color: #7B909D;
border-color: #7B909D;
}
#desktop-menu {
padding: 0;
margin: 0;
list-style: none;
font-weight: 400;
font-size: 1.2rem;
white-space: nowrap;
}
#desktop-menu > li {
margin: 0 0 0 2rem;
position: relative;
display: flex;
align-items: center;
}
#desktop-menu > li > .sub-menu {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 10rem);
padding: 0;
text-align: center;
list-style: none;
transition-property: all;
transition-duration: 0.2s;
opacity: 0;
pointer-events: none;
border-top: 1rem solid transparent;
max-width: 300px;
}
#desktop-menu > li > .sub-menu > li a {
background-color: #000000;
color: #F9F9F9;
display: block;
padding: 0.5rem;
}
#desktop-menu > li > .sub-menu > li a:hover {
color: #FFFFFF;
background-color: #363636;
}
#desktop-menu > li > .sub-menu > li:first-child a {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#desktop-menu > li > .sub-menu > li:last-child a {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#desktop-menu > li > .sub-menu .sub-menu {
display: none;
}
#desktop-menu > li:hover .sub-menu {
opacity: 1;
pointer-events: all;
transform: translate(-50%, 0rem);
}
#mobile-menu {
padding: 0.75rem 0;
margin: 0;
list-style: none;
}
#mobile-menu > li a {
display: block;
padding: 0.5rem 1.5rem;
}
#mobile-menu > li > .sub-menu {
padding: 0.75rem 0;
background-color: #000000;
list-style: none;
}
#mobile-menu > li > .sub-menu a {
margin: 0;
}
#mobile-menu > li > .sub-menu .sub-menu {
display: none;
}
#mobile-menu > li.cta {
padding: 0 1.5rem;
}
.footer-menu {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu .sub-menu {
padding: 0;
list-style: none;
}
.footer-menu .sub-menu .sub-menu {
display: none;
}
.carousel .carousel-indicators {
bottom: auto;
top: calc(56.25vw - 2.5rem);
}
@media screen and (min-width: 768px) {
.carousel .carousel-indicators {
bottom: 0;
top: auto;
}
}
.carousel .overlay {
background-color: var(--bs-light);
}
@media screen and (min-width: 768px) {
.carousel .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
background-color: transparent;
}
}
.carousel .overlay .wrap {
padding: 1.5rem;
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 768px) {
.carousel .overlay .wrap {
background-color: rgba(255, 255, 255, 0.85);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
width: 50%;
max-width: 480px;
margin-left: 0;
}
}
.wysiwyg-content::after {
display: block;
clear: both;
content: "";
}
.wysiwyg-content img {
max-width: 100%;
height: auto;
}
.wysiwyg-content iframe {
max-width: 100%;
}
.wysiwyg-content iframe[allowFullScreen] {
aspect-ratio: 1.6;
height: auto;
}
.wysiwyg-content br {
display: none;
}
@media screen and (min-width: 1400px) {
.wysiwyg-content br {
display: block;
}
}
.wysiwyg-content .alignleft,
.wysiwyg-content .alignright {
width: 100%;
}
@media screen and (min-width: 768px) {
.wysiwyg-content .alignleft,
.wysiwyg-content .alignright {
width: auto;
max-width: calc(50% - 1.5rem);
}
}
@media screen and (min-width: 768px) {
.wysiwyg-content .alignleft {
float: left;
margin: 0 3rem 1.5rem 0;
}
}
@media screen and (min-width: 768px) {
.wysiwyg-content .alignright {
float: right;
margin: 0 0 1.5rem 3rem;
}
}
.wysiwyg-content .aligncenter {
margin: auto;
display: block;
}
.wysiwyg-content ul li, .wysiwyg-content ol li {
margin-bottom: 1.5rem;
}
.sticker {
position: absolute;
top: 0;
width: 70px;
height: 70px;
background-color: #E27B26;
color: #FFFFFF;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 0.5rem;
font-size: 0.8rem;
line-height: 1;
text-align: center;
box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
.sticker.large {
width: 120px;
height: 120px;
}
.sticker.large.right.sticker-1 {
right: -20px;
}
}
.sticker.green {
background-color: #41B69B;
}
.sticker.blue {
background-color: #202A3D;
}
.sticker.blue-grey {
background-color: #7B909D;
}
.sticker.top {
top: 10px;
}
.sticker.top.outside {
top: -15px;
}
.sticker.left.outside {
left: -15px;
}
.sticker.left.outside.sticker-2 {
left: 50px;
}
.sticker.left.outside.sticker-3 {
left: 115px;
}
.sticker.left.outside.sticker-4 {
left: 205px;
}
.sticker.left.outside.sticker-5 {
left: 295px;
}
.sticker.right {
left: auto;
right: 10px;
}
.sticker.right.sticker-2 {
right: 100px;
}
.sticker.right.sticker-3 {
right: 190px;
}
.sticker.right.sticker-4 {
right: 280px;
}
.sticker.right.sticker-5 {
right: 370px;
}
.sticker.right.outside {
right: -15px;
}
.sticker.right.outside.sticker-2 {
right: 75px;
}
.sticker.right.outside.sticker-3 {
right: 165px;
}
.sticker.right.outside.sticker-4 {
right: 255px;
}
.sticker.right.outside.sticker-5 {
right: 345px;
}
.card .sticker {
width: 75px;
height: 75px;
}
@media screen and (min-width: 576px) {
.card .sticker {
display: flex;
}
}
.card .sticker.right {
right: 10px;
}
.card .sticker.right:nth-of-type(2) {
right: 75px;
}
.card .sticker.right:nth-of-type(3) {
right: 140px;
}
.card .sticker.right:nth-of-type(4) {
right: 205px;
}
.card .sticker.right:nth-of-type(5) {
right: 270px;
}
.badge {
background-color: #E27B26;
}
.badge.green {
background-color: #41B69B;
}
.badge.blue {
background-color: #202A3D;
}
.badge.blue-grey {
background-color: #7B909D;
}
#plots .card .sticker {
display: none;
}
@media screen and (min-width: 768px) {
#plots .card .sticker {
display: flex;
}
}
body.festive-mode .sticker {
background-image: url(//www.mulgraveproperties.co.uk/wp-content/themes/mg2022/assets/images/festive-mode/bauble-orange.svg);
background-color: transparent;
background-repeat: no-repeat;
background-size: 100% auto;
padding-top: 0;
padding-left: 1.3rem;
padding-right: 1.3rem;
width: 85px;
height: 105px;
border-radius: 0;
box-shadow: none;
}
body.festive-mode .sticker.green {
background-image: url(//www.mulgraveproperties.co.uk/wp-content/themes/mg2022/assets/images/festive-mode/bauble-green.svg);
}
body.festive-mode .sticker.blue {
background-image: url(//www.mulgraveproperties.co.uk/wp-content/themes/mg2022/assets/images/festive-mode/bauble-blue.svg);
}
@media screen and (min-width: 992px) {
body.festive-mode .sticker.large {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1.7rem;
height: 125px;
width: 125px;
}
}
body.festive-mode .card .sticker {
font-size: 0.8rem;
width: 90px;
height: 100px;
}
.single-plot .stickers .sticker.right {
right: auto;
left: 10px;
}
.single-plot .stickers .sticker.right:nth-of-type(2) {
left: 95px;
}
.single-plot .stickers .sticker.right:nth-of-type(3) {
left: 180px;
}
.single-plot .stickers .sticker.right:nth-of-type(4) {
left: 265px;
}
.single-plot .stickers .sticker.right:nth-of-type(5) {
left: 350px;
}
@media screen and (min-width: 992px) {
.single-plot .stickers .sticker.right {
left: auto;
right: 0;
}
.single-plot .stickers .sticker.right:nth-of-type(2) {
left: auto;
right: 85px;
}
.single-plot .stickers .sticker.right:nth-of-type(3) {
left: auto;
right: 170px;
}
.single-plot .stickers .sticker.right:nth-of-type(4) {
left: auto;
right: 255px;
}
.single-plot .stickers .sticker.right:nth-of-type(5) {
left: auto;
right: 340px;
}
}
.hover-rise {
transition-property: transform;
transition-duration: 0.2s;
}
.hover-rise:hover {
transform: translateY(-1rem);
}
.grecaptcha-badge {
visibility: hidden;
}
section.banner_image_cta .ratio {
--bs-aspect-ratio: 100%;
}
.development-ops .colour-bg {
background: none;
border: 1px solid #7B909D;
padding-left: 2em;
padding-right: 0.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
margin: 0;
border-radius: 3px;
}
.development-ops .colour-bg.bg-blue-grey {
border-color: #7B909D;
color: #7B909D;
}
.development-ops .colour-bg.bg-blue-grey.active {
background-color: #7B909D;
color: white;
}
.development-ops .colour-bg.bg-orange {
border-color: #E27B26;
color: #E27B26;
}
.development-ops .colour-bg.bg-orange.active {
background-color: #E27B26;
color: white;
}
.development-ops .colour-bg.bg-green {
border-color: #41B69B;
color: #41B69B;
}
.development-ops .colour-bg.bg-green.active {
background-color: #41B69B;
color: white;
}
.development-ops .colour-bg.bg-blue {
border-color: #263248;
color: #263248;
}
.development-ops .colour-bg.bg-blue.active {
background-color: #263248;
color: white;
}
#developments-map-view {
--bs-aspect-ratio: 150%;
}
@media screen and (min-width: 768px) {
#developments-map-view {
--bs-aspect-ratio: 100%;
}
}
@media screen and (min-width: 1200px) {
#developments-map-view {
--bs-aspect-ratio: 50%;
}
}
#site-plan-map-view {
--bs-aspect-ratio: 150%;
}
@media screen and (min-width: 768px) {
#site-plan-map-view {
--bs-aspect-ratio: 100%;
}
}
@media screen and (min-width: 1200px) {
#site-plan-map-view {
--bs-aspect-ratio: 50%;
}
}
#site-plan-map-view .gm-style .gm-style-iw-c {
padding: 0 !important;
}
#site-plan-map-view .gm-style-iw-d {
overflow: auto !important;
}
#site-plan-map-view .grid-card {
width: 300px;
}
#page-nav {
overflow: auto;
}
#page-nav a {
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
padding: 0.25rem 0;
transition-property: border-top-color;
transition-duration: 0.2s;
white-space: nowrap;
}
#page-nav a.active {
border-top-color: #F9F9F9;
}
.sidebar {
position: relative;
z-index: 9;
}
@media screen and (min-width: 768px) {
.sidebar {
margin-top: -6rem;
}
}
.gallery .item {
padding: 0.75rem;
}
.gallery .item:first-child {
padding-left: 0;
}
.gallery .item a {
height: 500px;
width: auto;
display: block;
}
.gallery .item a img {
height: 100%;
width: auto;
}
.gallery .item.double a {
height: 250px;
width: auto;
padding-bottom: 0.75rem;
}
.gallery .item.double a:nth-child(2) {
padding-bottom: 0;
padding-top: 0.75rem;
}
.gallery .item:last-child {
padding-right: 0;
}
.gallery .overlay {
position: absolute;
bottom: 0;
right: 0;
height: 620px;
display: flex;
justify-content: end;
align-items: center;
font-size: 2rem;
border: none;
background: none;
}
.gallery .overlay i {
background-color: white;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.grid-filters {
padding-top: 50px;
margin-top: -50px;
z-index: 100;
}
.grid-filters .btn {
border: none;
border-radius: 0;
border-bottom: 1px solid #E5E5E5;
background-color: transparent;
}
.grid-filters .btn:hover {
color: #7B909D;
}
.grid-filters .btn-check:checked + .btn:hover {
color: #FFFFFF;
}
.grid-filters .btn-check:checked + .btn::after {
content: " ";
background-image: url(//www.mulgraveproperties.co.uk/wp-content/themes/mg2022/assets/images/icons/triangle-right-blue-grey.svg);
background-size: cover;
display: block;
width: 15px;
height: 35.8px;
position: absolute;
top: 0;
right: -15px;
}
.spec-table > thead th {
vertical-align: middle;
text-align: center;
font-weight: normal;
}
.spec-table > thead th span {
writing-mode: tb;
min-height: 100px;
}
.spec-table > tbody tr.heading {
background-color: #7B909D;
}
.spec-table > tbody tr.heading > * {
color: #FFFFFF;
}
.spec-table > tbody td.value {
text-align: center;
}