@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@900&family=Manrope:wght@300;500;700;800&display=swap');

#content, 
.site-info, 
.container, 
.rr-container {
	width: 970px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.site-branding {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
body {
	font-family: 'Manrope', sans-serif;
	color: #415364;
}
#content {
	font-size: 20px;
	font-weight: 300;
}
h1 {
	font-size: 65px;
	font-weight: 800;
}
h2 {
	font-size: 50px;
	font-weight: 800;
}
h3 {
	font-size: 38px;
	font-weight: 700;
	color: #f18a00;
}
h4 {
	font-size: 30px;
	font-weight: 500;
}
h5 {
    font-size: 24px;
    font-weight: 500;
}
h6 {
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
}


#topbar {
    background: #3c5262;
/*    padding: 8px 0px 3px;*/
}
#topbar section {
    margin: 0;
}
#topbar img {
    width: 25px;
    height: 25px;
    margin-right: 4px;
}
#white-header {
    padding: 15px 0;
    background: #3c5262;
}
#blue-header {
    background: #415364;
    display: flex;
    padding: 31px 0 25px;
}
#white-header section.widget_media_image {
    margin: 0;
    display: inline-block;
}
#white-header section.widget_media_image img {
    width: 150px;
    position: relative;
    top: 2px;
}
#blue-header section {
    margin: 0;
}
#logo-icon {
    float: left;
}
#logo-icon img {
    width: 60px;
    margin-top: 1px;
}
#white-header .main-navigation {
    margin-top: 34px;
}
.main-navigation {
    float: right;
    margin-top: 17px;
}
#white-header .main-navigation li a {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 30px;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 15px;
}
#white-header .main-navigation li a:hover, 
#white-header .main-navigation li.current-menu-item > a {
    color: #f18a00;
}
.main-navigation li a {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 30px;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 15px;
    transition: 0.3s ease-in-out;
}
.main-navigation li a:hover, 
.main-navigation li.current-menu-item > a {
    color: #f18a00;
}
ul.sub-menu {
    display: block;
    background: #f18a00;
    padding: 10px 15px;
    margin-left: 30px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
ul.sub-menu li {
    margin: 5px 0;
}
#menu-item-81 ul.sub-menu li {
    width: 196px;
}
#menu-item-68 ul.sub-menu li {
    width: 207px;
}
li#menu-item-83 ul a {
    width: 196px;
}
li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
}
ul.sub-menu li:hover a {
    color: #425264 !important;
}
.main-navigation ul ul a {
    width: auto;
}
ul.sub-menu li a {
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 3px !important;
    transition: 0.3s ease-in-out;
}
ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 23px;
    background: url(/wp-content/uploads/2023/01/menu-arrow.svg);
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
}

.wwd-row {
    display: inline-block;
    width: 100%;
    padding: 40px 0 100px;
}
.cs-container {
    width: 48%;
    float: left;
    overflow: hidden;
}
.cs-container:first-child {
	margin-right: 4%;
}
.cs-image {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    height: 425px;
}
.cs-container:hover .cs-title {
    bottom: 0;
}
.cs-title {
    position: absolute;
    bottom: -37px;
    background: #f18a00;
    width: 100%;
    left: 0;
    color: #fff;
    padding: 20px 15px;
    transition: 0.3s ease-in-out;
}
.cs-title h6 {
	margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-right: 35px;
    position: relative;
}
.cs-title h6:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    background: url(/wp-content/uploads/2023/01/arrow.svg);
    background-repeat: no-repeat;
    width: 27px;
    height: 16px;
}
.form-row {
    background: #415364;
    padding: 40px 0;
}
.nf-before-form-content, 
.nf-field-label, 
.nf-error-msg.nf-error-required-error {
    display: none;
}
.nf-field-element input[type="submit"] {
    background: #f18a00 !important;
    margin: 0 auto;
    display: block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 8px 17px;
    border-radius: 0 !important;
    cursor: pointer;
}
.nf-field-element input[type="submit"]:hover {
    background: #fff !important;
    color: #425264;
}
.nf-field-container .field-wrap .nf-element::placeholder {
	color: #415364 !important;
}
section#ninja_forms_widget-2 {
    padding-bottom: 20px;
    margin: 0;
}
.nf-field input, 
.nf-field textarea {
    border-radius: 12px !important;
    border: 0 !important;
}
.orange-row {
    background: #3c5262;
    color: #fff;
    display: flex;
    font-size: 13px;
    padding: 20px 0 15px;
}
.orange-row section {
    margin-bottom: 0;
}
.orange-row section:first-child {
    float: left;
    width: 30%;
}
.orange-row section:last-child {
    width: 70%;
    float: right;
    text-align: right;
    position: relative;
    top: 18px;
}
.orange-row img {
    width: 90px;
}
.orange-row a {
	text-decoration: none;
}
#copyright {
    padding-left: 40px;
}

.first-row {
    padding: 50px 0;
}
.first-row h3 {
    margin: -15px 0 0;
}
.text-container p {
    width: 81%;
}
.c-btn a {
    background: #f08900;
    text-decoration: none;
    padding: 16px 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.wa-row {
    padding-bottom: 40px;
}
.wa-row img {
    width: 100%;
    height: 255px !important;
}
.process-row {
    padding: 0 0 100px;
}
.process-row .vc_col-sm-6 .wpb_content_element {
    margin-bottom: 20px !important;
}
.process-row h4 {
	font-weight: 600;
    margin: 0;
}
.num {
    font-size: 45px;
    font-weight: 800;
    color: #f18a00;
}
.process-row .wpb_text_column p {
	margin: 0;
}
.service-banner {
/*	background-size: cover !important;
    background-position: center center !important;
    position: relative;
    padding: 163px 0;*/
    display: none;
}
/*.service-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(65 83 100 / 50%);
    width: 100%;
    height: 100%;
    display: block !important;
}*/
/*.service-banner .container {
    z-index: 9;
}*/
/*.service-banner:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 338px;
    height: 305px;
    background: url(/wp-content/uploads/2023/01/crofton-icon.svg);
}*/
.service-banner img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -38px;
}
.service-banner h1 {
    margin: 0;
    padding-left: 180px;
    font-size: 50px;
    color: #fff;
}
#content ul {
    padding-inline-start: 25px;
}
.single rs-fullwidth-wrap {
    margin-bottom: 20px !important;
}
.single-title {
	margin-bottom: 10px;
}
.single .wpb_single_image {
    margin-bottom: 30px !important;
}
.single #primary {
    padding: 0 0 30px;
}
.single .wpb_text_column {
    margin-bottom: 0 !important;
}
.services-row {
    padding: 0 0 80px;
}
.service-column {
    padding: 20px 0 40px;
}
.service-group img {
    width: 250px !important;
    height: 250px;
    margin: 0 auto;
}
.s-title {
    margin: 30px 0px 0;
    text-align: center;
}
.s-content {
    text-align: center;
    width: 82%;
    margin: 15px auto 0;
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
}
.owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
}
.owl-nav img {
    width: 40px;
    height: 40px;
}
.owl-dots {
    display: none;
}
.blue-btn {
    background: #415364;
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 13px 36px;
    transition: 0.3s ease-in-out;
}
.blue-btn:hover {
    background: #f18a00;
    color: #fff;
}
.logo-row {
    padding: 0 0 60px;
}
.logo-row img {
    height: 80px !important;
    width: auto !important;
}
.what-row {
    padding: 0 0 100px;
}
.social-row {
    padding: 0 0 80px;
}
.socials-block h4 {
    float: left;
    margin: 0;
}
#s-imgs {
    float: left;
    margin-top: 0;
    position: relative;
    top: -14px;
    left: 20px;
}
#s-imgs img {
    position: relative;
    top: 16px;
    margin-right: 15px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
#s-imgs img:hover, 
#s-imgs .orange-btn:hover {
	opacity: 0.8;
}
.orange-btn {
    background: #f18a00;
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 13px 15px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.sector-title {
	margin-bottom: 30px !important;
}
.image-row .wpb_single_image {
    margin-bottom: 30px !important;
}
.contact-left h3 {
    margin: 0 0 15px;
}
.contact-left h4 {
    margin: 0;
}
.contact-left p {
    margin: 0 0 18px;
}
.contact-left a {
    text-decoration: none;
}
.service-area .service-column .service-container {
    width: 32%;
    float: left;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 80px;
}
.service-area .service-column .service-container:nth-of-type(3n + 3) {
    margin-right: 0;
}
.service-area .service-btn {
    background: #415364;
    color: #fff;
    text-decoration: none;
    padding: 11px 34px;
    display: inline-block;
    margin-top: 30px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
.service-area .service-btn:hover {
    background: #f18a00;
}
.service-area ul.vc_general.vc_pagination.vc_pagination-style-outline.vc_pagination-shape-round.vc_pagination-color-grey {
    background: #f18a00;
    padding: 20px;
    padding-inline-start: 0 !important;
}
.service-area .vc_tta-panels {
    padding: 60px 0 20px;
}
.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
    padding-top: 30px !important;
    position: relative;
    z-index: 9;
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
	border: 1px solid #fff !important;
}
.vc_general.vc_pagination .vc_pagination-trigger {
	width: 20px !important;
	height: 20px !important;
}
.service-area .vc_pagination-item {
    position: relative;
}
.service-area .vc_pagination-item:first-of-type {
    padding-right: 140px !important;
}
.service-area .vc_pagination-item:first-of-type a:after {
    content: "Commercial";
    position: absolute;
    top: 4px;
    left: 45px;
    letter-spacing: 3px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.service-area .vc_pagination-item:nth-of-type(2) {
    padding-right: 235px !important;
}
.service-area .vc_pagination-item:nth-of-type(2) a:after {
    content: "Hospitality & Retail";
    position: absolute;
    top: 4px;
    left: 45px;
    letter-spacing: 3px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.service-area .vc_pagination-item:nth-of-type(3) {
    padding-right: 100px !important;
}
.service-area .vc_pagination-item:nth-of-type(3) a:after {
    content: "Leisure";
    position: absolute;
    top: 4px;
    left: 45px;
    letter-spacing: 3px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.service-area .vc_pagination-item:nth-of-type(4) {
    padding-right: 145px !important;
}
.service-area .vc_pagination-item:nth-of-type(4) a:after {
    content: "Residential";
    position: absolute;
    top: 4px;
    left: 45px;
    letter-spacing: 3px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.service-area .vc_pagination-item:nth-of-type(5) {
    padding-right: 95px !important;
}
.service-area .vc_pagination-item:nth-of-type(5) a:after {
    content: "Retail";
    position: absolute;
    top: 4px;
    left: 45px;
    letter-spacing: 3px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.post-background {
    height: 325px;
    background-size: cover !important;
    background-position: center center !important;
    padding: 0 !important;
}
.post-title h6 {
	margin: 0;
	text-transform: uppercase;
    letter-spacing: 3px;
    padding-right: 35px;;
}
.post-title h6 a {
    position: absolute;
    bottom: -37px;
    background: #f18a00;
    width: 100%;
    left: 0;
    color: #fff !important;
    padding: 20px 50px 20px 15px;
    transition: 0.3s ease-in-out;
}
.post-background:hover h6 a {
    bottom: 0;
}
.post-title h6 a:after {
	content: "";
    position: absolute;
    right: 20px;
    top: 25px;
    background: url(/wp-content/uploads/2023/01/arrow.svg);
    background-repeat: no-repeat;
    width: 27px;
    height: 16px;
}

.vc_custom_heading a:hover {
	opacity: 1 !important;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	display: inline-block !important;
}

.splash-top {
    padding: 129px 0;
    position: relative;
}
.splash-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(65,83,100,0.5);
    width: 100%;
    height: 100%;
    display: block !important;
}
.splash-top img {
    width: 300px;
}
.map-row {
    padding: 35px 0 120px;
}
.map-row h1 {
    margin: 0;
    color: #fff;
    font-size: 50px;
}
.map-row h3 {
    margin: 10px 0 0;
}
#main-map-container {
	position: relative;
}
#uk-map {
    width: 401px;
    height: 633px;
    background: url(/wp-content/uploads/2023/08/uk.svg);
    position: relative;
    background-repeat: no-repeat;
    float: right;
}
#uk-map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2023/08/uk-grey.svg);
    width: 401px;
    height: 633px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
#uk-map:hover:before {
    opacity:1;
}
#uk-text {
    width: 320px;
    position: absolute;
    left: 0;
    top: 43%;
    cursor: default;
    transform: translate(0, 0%);
	transition: 0.3s ease-in-out;
}
#uk-text p {
	color: #fff;
	width: 320px;
}
#main-ireland {
	position: relative;
}
#i-map {
	position: absolute;
    top: 284px;
    right: 279px;
    width: 194px;
    height: 256px;
    background: url(/wp-content/uploads/2023/08/ireland.svg);
    background-repeat: no-repeat;
    float: right;
}
#i-map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2023/08/ireland-grey.svg);
    width: 194px;
    height: 256px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
#i-map:hover:before {
    opacity:1;
}
#i-text {
    width: 320px;
    position: absolute;
    left: -15px;
    top: 152px;
    cursor: default;
    transform: translate(0, 0%);
	transition: 0.3s ease-in-out;
}
#i-text p {
	color: #fff;
	width: 320px;
}
.orange-row.splash {
    font-size: 10px;
}
.orange-row.splash #copyright {
    padding-left: 20px;
}
#site-by {
    padding-left: 120px;
}
#base-map {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}
#base-left {
    width: 70%;
    float: left;
    position: relative;
}
#base-left-img {
    background: url(/wp-content/uploads/2023/08/base-map.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 504px;
    background-position: center center;
}
#base-left img {
    width: 24.5px;
    position: absolute;
    height: 36.1px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
#base-left #marker1 {
    top: 232.5px;
    left: 264.3px;
}
#base-left #marker2 {
    left: 390.7px;
    top: 340.5px;
}
#base-left #marker3 {
    top: 349px;
    left: 463.5px;
}
#base-left #marker4 {
    top: 392px;
    left: 455px;
}
#base-left #marker5 {
    top: 285px;
    left: 375.5px;
}
#base-right {
    width: 30%;
    float: right;
    margin-top: 100px;
}
#base-right h4 {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}
#base-right h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background: url(/wp-content/uploads/2023/01/blue-arrow.svg);
    width: 27px;
    height: 17px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}
#base-right h4 a {
    padding-left: 40px;
    text-decoration: none;
    position: relative;
    left: 0;
    transition: 0.3s ease-in-out;
}
#base-right h4:after {
    content: "";
    height: 3px;
    width: 24px;
    background: #425264;
    left: 0;
    top: 21px;
    position: absolute;
    transition: 0.3s ease-in-out;
}
#base-right h4:hover a {
    color: orange;
    left: 10px;
}
#base-right h4:hover:before {
    left: 10px;
}
#base-right h4:hover:after {
    width: 34px; 
}
body.page-template-page_splash button#rmp_menu_trigger-195 {
    display: none;
}
.nf-response-msg {
    color: #fff !important;
}
.service-area .service-column .service-container:nth-child(4) {
    clear: left;
}
.team-section .wpb_single_image {
    margin-bottom: 15px !important;
}
.team-section h5, 
.team-section p {
    margin: 0;
}
.location-row {
    background: #ffecdb;
    padding: 40px 0 60px;
    display: flex;
}
.location-row .widget {
    float: left;
    width: 33%;
}
.location-row h4 {
    margin: 0 0 10px;
}
.location-row .widget:nth-child(4n), 
.location-row .widget:nth-child(5), 
.location-row .widget:nth-child(6) {
    margin-top: 30px;
}
.location-row h5 {
    margin: 0;
}
#s-imgs p {
    margin: 0;
}
.download-row {
    padding-top: 40px;
}
.test-btn {
    display: none;
}
.df-left {
    width: 49%;
    float: left;
    margin-bottom: 22px;
}
.df-right {
    width: 49%;
    float: right;
    margin-bottom: 22px;
}
.df-left input, 
.df-right input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.df-left p, 
.df-right p {
    margin: 0;
}
.df-full {
    clear: both;
    text-align: center;
}
.df-full p {
    margin-bottom: 0;
}
.df-full input {
    background: #f18a00 !important;
    margin: 0 auto;
    display: block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 3px;
    font-size: 14px !important;
    padding: 18px 25px !important;
    border-radius: 0 !important;
    cursor: pointer;border: 0;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
.df-full input:hover {
    background: #415364 !important;
}
.test-btn {
    display: none;
    background: #f18a00;
    margin: 0 auto;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 3px;
    font-size: 14px !important;
    padding: 18px 25px !important;
    border-radius: 0 !important;
    cursor: pointer;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.wpcf7-response-output {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}
.grecaptcha-badge {
    display: none !important;
}
.experience-row .wpb_single_image {
    margin-bottom: 0px;
}
.experience-row h3 {
    margin-top: 15px;
}
.team-section {
    padding-bottom: 20px;
}
.team-section .vc_row {
    padding: 30px 0;
}
.team-section img {
    width: 300px !important;
    height: 300px !important;
}
.bespoke-home h4, 
.bespoke-business h4 {
    margin-bottom: 30px !important;
}
.team-title {
    margin: 0 !important;
}
.team-title h3 {
    margin-top: 10px;
}
#rmp_menu_trigger-195 .responsive-menu-pro-inner::before {
    top: 10px;
}
#rmp_menu_trigger-195 .responsive-menu-pro-inner::after {
    bottom: 10px;
}
.rr-row {
    padding: 0 0 40px;
}
.promise-mobile {
    display: none;
}
.calendly-badge-widget .calendly-badge-content {
    background: #f18a00 !important;
}
.ready-row {
    background: #3c5262;
    color: #fff;
    text-align: center;
    padding: 60px 0 40px;
    font-size: 20px;
}
.ready-row h3 {
    margin-top: 0;
}
.ready-row p {
    margin-bottom: 0;
}
.bespoke-area {
    padding: 60px 0 20px;
}
.ti-footer {
    display: none;
}
.cp-row {
    padding: 90px 0 55px;
}
.promise-desktop .wpb_single_image, 
.promise-mobile .wpb_single_image {
    margin-bottom: 0 !important;
}
.promise-desktop h4, 
.promise-mobile h4 {
    margin: 0;
}

@media screen and (max-width: 970px) {
	.site-branding, 
	#content, 
	.site-info, 
	.container, 
    .rr-container {
		width: 100%;
	}
	.main-navigation {
		display: none;
	}
	#white-header {
	    padding: 30px 0 26px;
	}
	#blue-header {
		padding: 30px 0 23px;
	}
	#logo-icon {
	    float: none;
	    text-align: center;
	}
	.custom-logo-link {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	}
	#hs-block {
	    text-align: center;
	}
	.service-banner {
		padding: 140px 0;
	}
	.service-banner img {
	    width: 100px;
	    height: 100px;
	    top: -18px;
	}
	.service-banner h1 {
		padding-left: 130px;
    	font-size: 40px;
	}
	.owl-nav {
	    display: none;
	}
	.num {
		font-size: 35px;
	}
	h4 {
		font-size: 25px;
	}
	#site-by {
	    padding-left: 50px;
	}
	#uk-text p, 
	#i-text p {
		width: 290px;
	}
    #base-left {
        width: 60%;
    } 
    #base-right {
        width: 40%;
    }
    #base-left img {
        display: none;
    }
    .service-banner:after {
        display: none;
    }
    .service-group img {
        width: 200px !important;
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
	.cs-container {
	    width: 100%;
	    float: none;
	    margin-bottom: 60px;
	}
	.cs-container:first-child {
		margin-right: 0;
	}
	.orange-row section:first-child {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.orange-row section:last-child {
	    width: 100%;
	    float: none;
	    text-align: center;
	    top: 0;
	    margin: 15px 0 0px;
	}
	#copyright {
	    padding-left: 0;
	    display: block;
	    margin-top: 5px;
	}
	h3 {
		font-size: 30px;
	}
	.post-title h6 a, 
	.cs-title {
		bottom: 0;
	}
	.vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
		padding-top: 60px !important;
	}
	ul.vc_general.vc_pagination.vc_pagination-style-outline.vc_pagination-shape-round.vc_pagination-color-grey li {
	    width: 100%;
	    padding-left: 20px;
	}
    .service-area .vc_pagination-item:nth-of-type(5) {
        width: 100% !important;
    }
	.service-area .vc_pagination-item:first-of-type a:after, 
	.service-area .vc_pagination-item:nth-of-type(2) a:after, 
	.service-area .vc_pagination-item:nth-of-type(3) a:after, 
	.service-area .vc_pagination-item:nth-of-type(4) a:after, 
    .service-area .vc_pagination-item:nth-of-type(5) a:after {
		left: 60px;
	}
	.first-row {
	    padding: 60px 0;
	}
	.first-row .wpb_content_element {
	    margin-bottom: 35px !important;
	}
	.text-container p {
	    width: 100%;
	}
	.logo-row .wpb_single_image {
	    margin-bottom: 40px;
	}
	.logo-row img {
		height: 70px !important;
	}
	.socials-block h4 {
	    float: none;
	    text-align: center;
	    margin: 0;
	}
	#s-imgs {
		float: none;
		top: 0;
	    left: 0;
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	}
	#site-by {
	    padding-left: 0;
	    display: block;
	    padding-top: 5px;
	}
	#i-text, 
	#uk-text {
	    display: none;
	}
    .service-banner {
        padding: 110px 0;
    }
    .service-banner img {
        width: 70px;
        height: 70px;
        top: -8px;
    }
    .service-banner h1 {
        padding-left: 90px;
        font-size: 35px;
    }
    .location-row .widget {
        width: 50%;
    }
    .location-row .widget:nth-child(4n), 
    .location-row .widget:nth-child(5), 
    .location-row .widget:nth-child(6) {
        margin-top: 0;
    }
    .location-row .widget:nth-child(5) {
        clear: left;
    }
    .service-area .service-column .service-container {
        width: 48%;
        margin: 0 1% 80px;;
    }
    .service-area .service-column .service-container:nth-of-type(3n + 3) {
        margin-right: auto;
    }
    .service-area .service-column .service-container:nth-child(4) {
        clear: none;
    }
    .service-area .service-column .service-container:nth-of-type(3) {
        clear: left;
    }
    .mobile-swap {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .first-row {
        padding: 35px 0 40px;
    }
    .first-row .vc_col-sm-6:last-child {
        display: none;
    }
    .rr-row {
        padding: 0 0 10px;
    }
    .rr-row h3 {
        margin-top: 0;
    }
    .promise-desktop {
        display: none;
    }
    .promise-mobile {
        display: block;
    }
    .promise-mobile .vc_col-sm-4 {
        width: 33%;
        float: left;
    }
    .promise-mobile .vc_column-inner {
        padding-top: 0 !important;
    }
    .promise-mobile h3 {
        margin: 0;
    }
    .team-section .vc_row {
        padding: 30px 0 10px;
    }
    .cp-row {
        padding: 50px 0 30px;
    }
}
@media screen and (max-width: 500px) {
    #base-left {
        width: 100%;
        float: none;
    }
    #base-right {
        margin: 80px auto 0;
        width: 200px;
        float: none;
    }
    #base-right h4 {
        display: block;
    }
    #uk-map {
        width: 200px;
        height: 300px;
    }
    #uk-map:before {
        width: 200px;
        height: 300px;
    }
    #i-map {
        top: 140px;
        right: 145px;
        width: 100px;
        height: 130px;
    }
    #i-map:before {
        width: 100px;
        height: 193px;
    }
    .service-banner {
        padding: 90px 0;
    }
    .service-banner img {
        width: 50px;
        height: 50px;
        top: -5px;
    }
    .service-banner h1 {
        padding-left: 70px;
        font-size: 25px;
    }
    .location-row .widget {
        width: 100%;
    }
    .service-area .service-column .service-container {
        width: 100%;
        margin: 0 0% 80px;
    }
    .service-group img {
        width: 100% !important;
        height: auto;
    }
    h3 {
        font-size: 26px;
    }
    .bespoke-area {
        padding: 40px 0 60px;
    }
}