@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

/* Global Styles */

body {
	font-family: 'Montserrat', sans-serif;
	color: #454545;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
	font-weight: 800;
	margin: 0 0 20px;
	color: #292929;
	line-height: 50px;
}
h3 {
	font-size: 30px;
	font-weight: 800;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
	margin: 0;
}
.blue {
	color: #0091FF;
}
.dark-grey {
	color: #292929;
}
.dark-blue {
	color: #00365F;
}
.white, 
.white h2 {
	color: #FFFFFF;
}
.site-branding, 
#content, 
.site-info {
	width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.widget {
	margin: 0;
}


header#masthead {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}
#top-link {
    background: #00365F;
    font-size: 14px;
    text-align: right;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 15px;
}
#top-link a {
	color: #FFFFFF;
	text-decoration: none;
}
#top-link img {
    width: 11px;
    margin-right: 5px;
}
.custom-logo {
    width: 220px;
}
#hleft {
    width: 18%;
    float: left;
}
#h-right {
    width: 16%;
    float: left;
}
#hcenter {
    width: 66%;
    float: left;
}
#hcontact {
    color: #00172E;
    float: right;
    padding-right: 85px;
    display: flex;
}
#hc-left {
    float: left;
    border-right: 2px solid #00365F;
    padding: 5px 20px 5px 0;
}
#hc-right {
    float: left;
    padding: 5px 0 5px 20px;
}
#himage {
    position: relative;
    top: 7px;
}
#hcontact a {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}
.main-navigation {
	margin-top: 70px;
}
.menu-main-menu-container {
    width: 758px;
    margin: 0 auto;
}
#primary-menu {
    display: inline-flex;
}
.main-navigation li {
    padding: 0 20px;
    font-size: 18px;
}
ul.sub-menu {
    display: block;
    margin-left: -20px;
    padding: 10px 0;
    background: #FFF;
}
ul.sub-menu li {
    font-size: 16px;
    padding: 6px 20px;
}
ul.sub-menu li a {
    width: 267px;
}

footer#colophon {
    background: #252525;
    color: #FFFFFF;
    display: flex;
    padding: 40px 0;
}
footer#colophon a {
	color: inherit;
	text-decoration: none;
}
#f1, 
#f2, 
#f3 {
    width: 20%;
    float: left;
}
#f4 {
    width: 23%;
    float: left;
    padding-top: 65px;
}
#f4 img {
    margin: 0 auto;
    display: block;
    text-align: center;
}
#f5 {
    width: 16%;
    float: right;
    text-align: right;
    padding-top: 60px;
}
#f5 img {
    width: 120px;
}


body.home rs-fullwidth-wrap, 
body.page-id-10 rs-fullwidth-wrap {
    padding-bottom: 0;
}
rs-fullwidth-wrap {
    padding-bottom: 20px;
}
.service-row {
    padding: 40px 0 60px;
}
.service-row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://brookes-stephens-co-uk.inlifedev.co.uk/wp-content/uploads/2022/07/service-left-overlay.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-row:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(http://brookes-stephens-co-uk.inlifedev.co.uk/wp-content/uploads/2022/07/service-right-overlay.png);
    width: 133px;
    height: 541px;
    background-repeat: no-repeat;
}
.inner-row {
    padding: 40px 0 60px;
}
.service-link {
    text-decoration: none;
}
.vc-home-fd-block {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 40px 35px 20px;
    margin-bottom: 40px;
    transition: 0.3s ease-in-out;
}
.fd-container {
	position: relative;
}
.vc-home-fd-block img {
    height: 40px !important;
    transition: 0.3s ease-in-out;
}
.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.vc-home-fd-block h4 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 28px;
    min-height: 56px;
}
.vc-home-fd-block p {
    font-size: 14px;
    color: #878787;
    transition: 0.3s ease-in-out;
}
.service-link:hover .vc-home-fd-block {
    background: #00365F;
}
.service-link:hover {
    color: #FFFFFF;
}
.service-link:hover .vc-home-fd-block .hover-image {
    opacity: 1;
}
.service-link:hover .vc-home-fd-block p {
	color: #FFFFFF;
}
.service-inner h2 {
	font-size: 46px;
}
.db-btn {
    color: #fff;
    border: 2px solid #00365F;
    border-radius: 40px;
    text-decoration: none;
    background: #00365F;
    display: block;
    width: 200px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.db-btn:hover {
    background: transparent;
    color: #00365F;
}
.service-inner p:first-child {
    margin-top: 0;
}
.text-left .wpb_text_column {
    width: 659px;
    float: right;
    padding: 30px 60px 30px 0;
}
.text-left h2 {
    margin-bottom: 35px;
}
ul.ticks {
    margin: 0;
    padding-inline-start: 20px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
}
ul.ticks li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
ul.ticks li:before {
    content: "";
    position: absolute;
    background: url(http://brookes-stephens-co-uk.inlifedev.co.uk/wp-content/uploads/2022/07/tick.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
}
.w-btn {
    background: #FFFFFF;
    border: 2px solid #FFF;
    color: #00365F;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    margin-top: 60px;
    transition: 0.3s ease-in-out;
}
.w-btn:hover {
    background: transparent;
    color: #FFF;
}
.margin-none h2, 
.margin-none h3 {
	margin: 0;
}
.dc-btn {
    background: #00365f;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 200px;
    margin: 50px auto 0;
    font-weight: 700;
    padding: 10px;
    border-radius: 40px;
    border: 2px solid #00365f;
    transition: 0.3s ease-in-out;
}
.dc-btn:hover {
    background: transparent;
    color: #00365F;
}
.book-row {
    padding: 30px 0;
}
.book-row:before {
    content: "";
    position: absolute;
    background: url(http://brookes-stephens-co-uk.inlifedev.co.uk/wp-content/uploads/2022/07/bg-icon.png);
    width: 280px;
    height: 265px;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    transform: translate(-20%, -50%);
    background-size: contain;
}
.social-row {
    padding: 40px 0 0;
}
.social-row h3 {
    padding-bottom: 30px;
}
.clients-row {
    padding: 60px 0 40px;
}
.review-column {
    width: 90%;
    margin: 60px auto 0;
}
.review-container {
    background: #ebf7ff;
    width: 90%;
    margin: 0 auto;
    padding: 30px 50px 20px 120px;
    position: relative;
}
.review-container:before {
    content: "";
    position: absolute;
    background: url(http://brookes-stephens-co-uk.inlifedev.co.uk/wp-content/uploads/2022/07/quote.png);
    width: 70px;
    height: 50px;
    top: 25px;
    left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.t-content {
    min-height: 140px;
    font-size: 14px;
}
.owl-nav {
    top: 0;
    width: 100%;
    height: 100%;
}
.owl-dots {
    display: none;
}
button.owl-prev{
    position: absolute;
    top: 28%;
    left: -30px;
}
button.owl-next{
    position: absolute;
    top: 28%;
    right: -30px;

}
.owl-nav .owl-prev span, 
.owl-nav .owl-next span{
    font-size: 70px;
}
.t-title, 
.owl-nav span {
    color: #00172e;
}
.request-row {
    padding: 40px 0 60px;
}
.cb-form {
    margin: 50px 0 0;
}
.cb-left {
    width: 47%;
    float: left;
    margin-bottom: 35px;
}
.cb-right {
    width: 47%;
    float: right;
    margin-bottom: 35px;
}
.cb-left input, 
.cb-right input {
    width: 100%;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
}
.cb-right select {
    width: 100%;
    border: 2px solid #fff;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 14px;
}
.cb-full input {
    width: 200px;
    display: block;
    border: 2px solid #FFF;
    background: #FFF;
    padding: 14px;
    border-radius: 40px;
    font-weight: 700;
    color: #00365F;
    cursor: pointer;
    clear: both;
    float: right;
    transition: 0.3s ease-in-out;
}
.cb-full input:hover {
	border: 2px solid #FFF;
	background: transparent;
	color: #FFF;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #454545 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #454545 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #454545 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #454545 !important;
    opacity: 1;
}
.team-block p {
	font-size: 15px;
}
.t-block:before {
	content: "";
    position: absolute;
    background: url(http://brookes-stephens-co-uk.inlifedev.co.uk/wp-content/uploads/2022/07/quote.png);
    width: 35px;
    height: 25px;
    top: 32px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.t-block {
    background: #EBF7FF;
    padding: 30px 20px 25px 50px;
}
.tblock-content {
    font-size: 14px;
    min-height: 140px;
}
.tblock-name {
    font-weight: 700;
    padding-top: 20px;
}
.resource-title {
    margin-bottom: 0 !important;
    padding: 20px;
}
.resource-title h4 {
    margin: 0;
}
.resource-text {
    padding: 20px 20px 30px;
}
.resource-text p {
    margin-top: 0;
}
.resource-text a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.resource-text ul {
    margin: 0 0 30px 0;
    min-height: 240px;
}
.link-blocks p {
    position: relative;
}
.link-blocks a {
    padding: 28px 20px;
    box-shadow: 0px 0px 7px #b2b2b2;
    display: block;
    height: 170px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.link-blocks a b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.twitter-feed {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.cf-full {
    margin-bottom: 15px;
}

.cf-full input {
    width: 100%;
    border: 2px solid #eaeaea;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
}
.cf-full textarea {
	width: 100%;
	height: 120px;
    border: 2px solid #eaeaea;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
}
.cf-send input {
    width: 200px;
    display: block;
    border: 2px solid #00365f;
    padding: 14px;
    border-radius: 40px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    clear: both;
    float: right;
    transition: 0.3s ease-in-out;
    background: #00365f;
    text-transform: uppercase;
}
.cf-send input:hover {
    background: transparent;
    color: #00365F;
    border-color: #00365F;
}
form#frmSS816 {
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px;
}
.nl-left {
    width: 47%;
    float: left;
    margin-bottom: 20px;
}
.nl-right {
    width: 47%;
    float: right;
    margin-bottom: 20px;
}
.nl-left input, 
.nl-right input {
    width: 100%;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
}
form#frmSS816 input[type="submit"] {
    background: #00365f;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 200px;
    font-weight: 700;
    padding: 14px 10px;
    border-radius: 40px;
    border: 2px solid #00365f;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
form#frmSS816 input[type="submit"]:hover {
	background: transparent;
    color: #00365F;
    border-color: #00365F;
}

@media screen and (max-width: 1366px) {
	.site-branding, 
	#content, 
	.site-info {
		width: 100%;
	}
	.text-left .wpb_text_column {
	    width: 100%;
	    float: none;
	    padding: 30px 20px 30px;
	}
	.text-left h2 br {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.menu-main-menu-container {
	    width: 576px;
	}
	.main-navigation li {
	    padding: 0 12px;
	    font-size: 15px;
	}
	.vc-home-fd-block h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 950px) {
	#hcenter, 
	#h-right {
		display: none;
	}
	#hleft {
	    width: 140px;
	    text-align: center;
	    margin: 0 auto;
	    float: none;
	}
	#f1, 
	#f2, 
	#f3 {
	    width: 33%;
	    float: left;
	}
	#f4, 
	#f5 {
		width: 50%;
		text-align: center;
	}
	.inner-row .vc_col-sm-3 {
	    width: 50% !important;
	}
	.service-inner h2 {
	    font-size: 35px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 26px;
	}
	.service-row:before {
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	.inner-row .vc_col-sm-3 {
	    width: 100% !important;
	}
	.vc-home-fd-block h4 {
		min-height: auto;
	}.text-right {
	    height: 400px;
	}
    .service-inner h2 {
        font-size: 26px;
        line-height: 1.6;
    }
    .book-row:before {
        opacity: 0;
    }
}
@media screen and (max-width: 600px) {
	.cb-left, 
	.cb-right, 
	.nl-left, 
	.nl-right {
		width: 100%;
		float: none;
	}
	#f1,
	#f2, 
	#f3, 
	#f4, 
	#f5 {
		width: 100%;
		text-align: center;
		float: !important;
	}
    .review-container {
        width: 99%;
        padding: 20px 20px 25px 60px;
    }
    .review-container:before {
        width: 35px;
        left: 15px;
    }
    h4 {
        font-size: 20px;
    }
}

