@media (max-width: 700px) {
body {
overflow-x: hidden;
}
}
@media (max-width: 1043px) {
.site-header {
top: 0px;
position: fixed;
}
.site-header .site-header__inner {
background: #000;
border-radius: 0;
padding-bottom: 1rem;
margin-top: -7px;
}
}
@media (max-width: 504px) {
.site-header {
top: 0px;
}
}
@media (max-width: 477px) {
.site-header {
top: 0px;
}
}
@media (max-width: 1100px) {
.site-header--nav__mobile {
top: 52px;
padding: 30px 1rem;
}
} .top-strip {
position: fixed;
top: 150px;
left: 0;
width: 100%;
background-color: #AD0900;
padding: 20px 0;
text-align: center;
z-index: 50;
transition: top 0.2s ease;
}
.top-strip.is-stuck {
top: 0;
}
.top-strip a {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
.top-strip a:hover {
color: #fff;
opacity: 0.85;
} .site-header__nav li .sub-menu {
z-index: 101;
}
.site-header--nav__mobile {
z-index: 102;
}
@media (max-width: 700px) {
.banner__content {
margin-top: 10px;
padding-top: 40px;
}
}
@media (max-width: 600px) {
.banner__content h1 {
font-size: 40px;
margin-top: 30px;
}
}
@media (max-width: 1295px) {
#menu-item-94 {
padding-left: 19px;
padding-right: 19px;
}
}
@media (max-width: 1135px) {
#menu-item-94 {
display: none !important;
}
}  .site-header__fixed-contact-wrapper {
position: fixed;
top: 300px;
right: -220px; display: flex;
align-items: center;
z-index: 9999;
transition: right 0.3s ease;
} .site-header__fixed-contact-wrapper.active {
right: 0;
} .site-header__fixed-cta {
background-color: #AD0900;
border: 1px solid #707070;
padding: 17px 12px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
z-index: 2;
}
.site-header__fixed-cta:hover {
background-color: #990a02;
}
.site-header__fixed-cta img {
width: 30px;
} .contact-panel {
background-color: #AD0900;
color: #fff;
padding: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
width: 220px;
text-align: center;
} .contact-panel__title {
margin-top: 0;
font-size: 18px;
margin-bottom: 15px;
} .contact-panel__links {
display: flex;
flex-direction: column;
gap: 10px;
} .contact-pill {
display: block;
text-align: center;
padding: 10px 15px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s ease;
font-size: 14px;
} .white-pill {
background-color: #fff;
color: #AD0900;
border: 2px solid #AD0900;
}
.white-pill:hover {
background-color: #f0f0f0;
} .red-pill {
background-color: #850000;
color: #fff;
border: 2px solid #850000;
}
.red-pill:hover {
background-color: #a30000;
} .animate {
transition: all 0.3s ease;
}
.bkg-stats-red {
background-image: url(//doylesecurity.co.uk/wp-content/themes/doyle/assets/img/stats-bg.png);
background-size: cover;
}
.banner__scroll-btn {
text-align: center;
position: absolute;
bottom: 14px;
}
.banner__scroll-btn a {
text-decoration: none;
text-align: center;
display: block;
}
.banner__scroll-btn span {
color: #A3A3A3;
text-decoration: none;
}
.banner__scroll-btn img {
width: 20px;
margin: 0 auto;
margin-top: 8px;
} .banner-gradient {
width: 100%;
position: absolute;
bottom: 0;
z-index: 2;
height: 100vh;
background-image: url(//doylesecurity.co.uk/wp-content/themes/doyle/assets/img/header-grad.png);
background-repeat: repeat-x;
background-size: contain;
}
.banner__content h1 {
z-index: 9;
}
.banner__text {
z-index: 9;
}
.banner__scroll-btn {
z-index: 9;
}
.banner__content .btn {
z-index: 9;
} .featured-services-v2 {
padding: 60px 20px;
background-color: #000;
background-image: url(//doylesecurity.co.uk/wp-content/themes/doyle/assets/img/Ellipse-1.png);
text-align: center;
background-position-x: -400px;
background-position-y: -550px;
background-size: 1200px;
background-repeat: no-repeat;
}
.red-fade-background-effect {
background-image: url(//doylesecurity.co.uk/wp-content/themes/doyle/assets/img/Ellipse-1.png);
background-position-x: -272px;
background-position-y: -78px;
background-size: 600px;
background-repeat: no-repeat;
}
@media (max-width: 1390px) {
.red-fade-background-effect {
background-size: 900px;
background-position-x: -400px;
background-position-y: -194px;
}
}
.featured-services-v2 .section-title {
font-size: 2.5rem;
margin-bottom: 40px;
}
@media (max-width: 600px) {
.featured-services-v2 .section-title {
font-size: 30px;
}
}
.featured-services-v2 .section-title .title-white {
color: #fff;
font-weight: normal;
}
.featured-services-v2 .section-title .title-red {
color: #e63946;
font-weight: normal;
}
.featured-services-v2 .services-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-bottom: 40px;
}
.featured-services-v2 .service-card {
background-image: url(//doylesecurity.co.uk/wp-content/themes/doyle/assets/img/service-box.png);
border: 2px solid #8B4848;
border-radius: 20px;
padding: 20px;
max-width: 268px;
flex: 1 1 268px;
text-align: center;
transition: box-shadow 0.3s ease;
}
.featured-services-v2 .service-card:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.featured-services-v2 .service-card .service-card-icon {
max-width: 100%;
height: 80px;
width: auto;
border-radius: 10px;
margin: 0 auto;
margin-bottom: 30px;
}
.featured-service-circle {
background-image: url(//doylesecurity.co.uk/wp-content/themes/doyle/assets/img/featured-service-circle.png);
background-repeat: no-repeat;
height: 160px;
background-position: center;
padding-top: 38px;
}
.featured-services-v2 .service-card h3 {
font-size: 1.25rem;
margin-bottom: 10px;
color: #fff;
margin-top: 10px;
font-weight: normal;
}
.featured-services-v2 .read-more {
color: #fff;
text-decoration: none;
font-weight: normal;
}
.featured-services-v2 .read-more:hover {
color: #AD0900;
}
.featured-services-v2 .cta-button-wrapper {
margin-top: 20px;
}
.featured-services-v2 .cta-button {
background-color: #e63946;
color: white;
padding: 12px 30px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
display: inline-block;
transition: background-color 0.3s ease;
}
.featured-services-v2 .cta-button:hover {
background-color: #c92336;
}
.featured-services-v2 .service-right-arrow {
vertical-align: middle; margin-left: 5px; position: relative;
top: 0px; width: 10px;
display: inline;
} .imagery-text-content {
padding: 60px 20px;
background-color: #000;
}
.imagery-text-content .content-wrapper {
display: flex;
flex-wrap: wrap;
gap: 40px;
align-items: center;
background-color: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.imagery-text-content .content-wrapper.reverse {
flex-direction: row-reverse;
}
.imagery-text-content .image-block {
flex: 1 1 45%;
text-align: center;
}
.imagery-text-content .image-block img {
max-width: 100%;
border-radius: 15px;
height: auto;
}
.imagery-text-content .text-block {
flex: 1 1 50%;
text-align: left;
}
.imagery-text-content .red-sub-title {
display: inline-block;
background-color: #e63946;
color: white;
font-weight: normal;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 30px;
font-size: 0.9rem;
margin-bottom: 15px;
}
.imagery-text-content .main-title {
font-size: 2.5rem;
margin: 0 0 20px;
line-height: 1.2;
}
@media (max-width: 600px) {
.imagery-text-content .main-title {
font-size: 30px;
}
}
.imagery-text-content .main-title .black {
color: #000;
margin-right: 8px;
}
.imagery-text-content .main-title .red {
color: #e63946;
}
.imagery-text-content .description {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 25px;
}
.imagery-text-content .cta-button-wrapper {
margin-top: 20px;
}
.imagery-text-content .cta-button {
background-color: #e63946;
color: white;
padding: 12px 30px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
transition: background-color 0.3s ease;
}
.imagery-text-content .cta-button:hover {
background-color: #c92336;
} .infographic-content-block {
padding: 60px 20px;
text-align: center;
background-color: #000;
}
.infographic-wrapper {
max-width: 100%;
}
.infographic-image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
} .desktop-only {
display: block;
}
.mobile-only {
display: none;
}
@media (max-width: 768px) {
.desktop-only {
display: none;
}
.mobile-only {
display: block;
}
} .featured-case-studies {
padding: 60px 20px;
background-color: #000;
text-align: center;
}
.case-studies-header {
margin-bottom: 40px;
}
.case-studies-title {
font-size: 2.5rem;
margin-bottom: 10px;
}
@media (max-width: 600px) {
.case-studies-title {
font-size: 30px;
}
}
.case-studies-title .white {
color: #fff;
}
.case-studies-title .red {
color: #e63946;
}
.case-studies-description {
font-size: 1.1rem;
color: #fff;
margin-top: 10px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.case-studies-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}
.case-study-card {
background-color: #fff;
border-radius: 20px;
max-width: 364px;
width: 100%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: box-shadow 0.3s ease;
}
.case-study-card:hover {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.case-image img {
width: 100%;
height: auto;
display: block;
border-radius: 20px 20px 0 0;
}
.case-content {
padding: 30px;
text-align: center;
}
.case-title {
color: #e63946;
font-size: 1.25rem;
margin-bottom: 30px;
}
.case-desc {
font-size: 1rem;
margin-bottom: 30px;
color: #555;
min-height: 201px;
}
.case-name {
font-weight: bold;
color: #e63946;
margin-bottom: 4px;
}
.case-job-title {
font-size: 0.95rem;
color: #666;
margin-bottom: 16px !important;
}
.read-case-link {
display: inline-block;
text-decoration: none;
font-weight: bold;
color: #AD0900;
margin-top: 10px;
} .hidden_label label {
display: none !important;
}
.form-block-section {
background-color: #000;
padding: 100px 0;
}
.form-block-title {
font-size: 64px;
font-weight: normal;
text-align: center;
margin-bottom: 60px;
}
.form-block-title .white {
color: white;
}
.form-block-title .red {
color: #AD0900;
}
.form-block-content {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.left-column {
padding-right: 30px;
}
.content-alongside {
color: white;
font-size: 52px;
line-height: 1.2;
}
.testimonial-block {
margin-top: 340px;
color: white;
}
@media (max-width: 1060px) {
.testimonial-block {
margin-top: 30px;
}
}
.testimonial-block .stars {
font-size: 24px;
color: #fff;
margin-bottom: 15px;
}
.testimonial-block .quote {
font-style: italic;
font-size: 13px;
margin-bottom: 15px;
margin-left: 91px;
max-width: 300px;
}
@media (max-width: 1060px) {
.testimonial-block .quote {
margin-left: 15px;
}
}
.testimonial-block .red {
color: #AD0900;
font-weight: normal;
margin-bottom: 5px;
font-size: 13px;
}
.testimonial-block .white {
color: white;
font-size: 13px;
}
.right-column {
padding-left: 30px;
}
.form-container {
background-color: white;
padding: 40px;
border-radius: 20px;
}
.form-title {
font-size: 32px;
font-weight: normal;
margin-bottom: 30px;
color: #000;
}
.form-title .red {
color: #AD0900;
}
@media (max-width: 767px) {
.form-block-title {
font-size: 40px;
}
.content-alongside {
font-size: 32px;
}
.form-block-content {
flex-direction: column;
}
.left-column,
.right-column {
padding: 0;
margin-bottom: 60px;
}
}
.form-content-alongside h1, .form-content-alongside h2, .form-content-alongside h3, .form-content-alongside h4, .form-content-alongside h5, .form-content-alongside h6 {
font-size: 52px;
color: #fff;
}
@media (max-width: 1060px) {
.form-content-alongside h1, .form-content-alongside h2, .form-content-alongside h3, .form-content-alongside h4, .form-content-alongside h5, .form-content-alongside h6 {
font-size: 30px;
}
} .news-block-section {
background-color: #000;
padding: 100px 0;
}
.news-block-title {
color: white;
font-size: 48px;
text-align: center;
margin-bottom: 80px;
}
.news-article-container {
margin-bottom: 20px;
}
.news-image-container {
background-size: cover;
background-position: center;
border-radius: 20px;
height: 300px;
width: 100%;
position: relative;
}
.news-image-container .no-image-fallback {
background-color: white;
height: 100%;
width: 100%;
border-radius: 20px;
}
.news-text-content {
padding: 30px;
padding-top: 0px;
display: flex;
flex-direction: column;
justify-content: center;
}
.news-title {
color: #AD0900;
font-size: 28px;
margin-bottom: 40px;
}
.news-excerpt {
color: white;
font-size: 14px;
margin-bottom: 50px;
}
.news-date {
color: #AD0900;
font-size: 14px;
margin-bottom: 20px;
}
.news-read-more a:hover {
text-decoration: underline;
}
.news-divider {
height: 2px;
background-color: #AD0900;
margin-top: 40px;
margin-bottom: 40px;
}
.news-pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 40px;
flex-wrap: wrap;
}
.news-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background-color: white;
color: #AD0900;
text-decoration: none;
font-weight: bold;
border: 2px solid #AD0900;
transition: all 0.3s ease;
}
.news-pagination .page-numbers:hover {
background-color: #AD0900;
color: white;
}
.news-pagination .page-numbers.current {
background-color: #AD0900;
color: white;
pointer-events: none;
}
.news-pagination .dots {
background: none;
border: none;
color: #aaa;
width: auto;
height: auto;
padding: 10px;
font-weight: bold;
}
.column-binder {
display: flex;
flex-wrap: wrap;
}
.col-1,
.col-3 {
padding: 1rem; box-sizing: border-box;
} @media (min-width: 768px) {
.col-1 {
width: 30%;
}
.col-3 {
width: 70%;
}
} @media (max-width: 767px) {
.col-1,
.col-3 {
width: 100%;
}
} .objective-case-studies-grid-section {
background-color: #000;
padding: 60px 20px;
}
.objective-case-studies-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
}
.objective-case-study-card {
background-size: cover;
background-position: center;
height: 300px;
border-radius: 20px;
position: relative;
overflow: hidden;
display: flex;
align-items: flex-end;
padding: 20px;
transition: transform 0.3s ease;
background-color: #fff;
}
.objective-case-study-card:hover { } .objective-case-study-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); z-index: 1;
} .objective-case-study-content {
position: relative;
z-index: 2;
padding: 15px;
border-radius: 10px;
width: 100%;
}
.objective-case-study-title {
color: #fff;
font-size: 20px;
margin: 0 0 10px 0;
}
.objective-case-study-date {
color: #AD0900;
font-size: 14px;
margin-bottom: 10px;
}
.objective-case-study-read-more {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.objective-case-study-right-arrow {
vertical-align: middle; margin-left: 5px; position: relative;
top: 0px; width: 6px;
display: inline;
}  .downloads-grid {
background-color: #000;
padding: 60px 30px;
} .downloads-grid__container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
} .download-card {
position: relative;
height: 300px;
border-radius: 20px;
background-size: cover;
background-position: center;
overflow: hidden;
display: flex;
align-items: flex-end;
transition: transform 0.3s ease;
}
.download-card:hover { } .download-card__overlay {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.85));
z-index: 1;
} .download-card__content {
position: relative;
z-index: 2;
width: 100%;
padding: 20px;
color: #fff;
text-align: left;
} .download-card__title {
margin: 0 0 10px 0;
font-size: 24px;
font-weight: bold;
} .download-card__link {
color: #fff;
font-weight: normal;
text-decoration: none;
transition: color 0.3s ease;
}
.download-card__link:hover {
color: #AD0900;
text-decoration: none;
}
.site-footer__alert {
background-color: #1575ba;
width: 100%;
position: relative;
padding-left: 5%;
padding-right: 5%;
top: 0;
z-index: 9999;
padding-top: 20px;
padding-bottom: 20px;
}
.site-footer__alert .left {
width: 50%;
float: left;
}
.site-footer__alert .right {
width: 50%;
float: left;
text-align: right;
}
@media (max-width: 700px) {
.site-footer__alert .left {
width: 100%;
text-align: left;
}
.site-footer__alert .right {
width: 100%;
text-align: left;
}
}
.site-footer__alert strong {
font-weight: 600;
}
.site-footer__alert .left p, .site-footer__alert .right p {
color: #fff;
font-size: 12px;
}
.site-footer__alert .left p a, .site-footer__alert .right p a {
color: #fff;
font-size: 12px;
}
.site-footer__alert .left p a {
text-decoration: none;
font-weight: 600;
}
@media (max-width: 700px) {
.site-footer__alert .left {
text-align: center;
}
.site-footer__alert .right {
text-align: center;
}
}
.footer-logo-section {
max-width: 1200px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1300px) {
.footer-logo-section {
padding-left: 70.56px;
padding-right: 70.56px;
}
}
@media (max-width: 750px) {
.footer-logo-section {
padding-left: 17.64px;
padding-right: 17.64px;
}
}
.footer-logo-section__logos {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.footer-logo-section__logos img {
max-height: 82.5px;
width: auto;
display: block;
}
.footer-logo-section__logos a {
display: flex;
align-items: center;
}
@media (max-width: 750px) {
.footer-logo-section__logos {
display: none;
}
}
.footer-logo-section__text {
font-size: 13px !important;
text-align: center !important;
max-width: 650px !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 30px !important;
}
@media (max-width: 750px) {
.footer-logo-section__text {
display: none;
}
}
.footer-logo-section .divider-point {
background-color: #AD0900;
height: 2px;
width: 100%;
}
.footer-logo {
width: 230px;
display: block;
padding-bottom: 20px;
}
@media (max-width: 1300px) {
.footer-logo {
margin: 0 auto !important;
}
}
@media (max-width: 750px) {
.footer-logo {
width: 100%;
max-width: 320px;
}
}
.footer-logo img {
width: 100%;
}
@media (max-width: 750px) {
.footer-logo img {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 1300px) {
.social-links {
width: 129px;
margin: 0 auto !important;
margin-top: 30px !important;
}
}
.social-links__link-v2 {
padding-right: 15px;
width: 48px;
display: block;
}
.social-links__link-v2:hover {
opacity: 0.8;
}
@media (max-width: 1300px) {
.site-footer__item {
width: 100%;
text-align: center;
}
}
.site-footer__item strong {
color: #AD0900;
}
.site-footer {
padding-bottom: 50px;
}
.mobile-only-down-arrow {
display: none;
}
@media (max-width: 750px) {
.mobile-only-down-arrow {
display: inline;
width: 16px;
margin-left: 10px;
}
}
@media (max-width: 750px) {
.footer-mobile-menu-toggle {
display: none;
}
}
@media (max-width: 750px) {
.mobile-menu-toggle-control {
cursor: pointer;
}
}
@media (max-width: 750px) {
.mobile-align-content-left {
text-align: left !important;
}
}
@media (max-width: 750px) {
.mobile-footer-font-resize {
font-size: 20px !important;
}
.mobile-footer-font-resize a {
font-size: 20px !important;
}
}