/*!
Theme Name: millward
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: millward
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

millward is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
html, body{
	overflow-x: hidden;
}
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #eeeeee;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: 'Open Sans', sans-serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-bottom: -15px;
	/* margin-top: -5px; */
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #3770af;
	transition: 0.2s ease-in-out;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	transition: color 0.2s ease;
	color: #3770af;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
} */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	float: right;
	margin-top: 4em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: rgba(0, 0, 0, 0.);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main 
.comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation 
.nav-links,
.posts-navigation 
.nav-links,
.post-navigation 
.nav-links {
	display: flex;
}

.comment-navigation 
.nav-previous,
.posts-navigation 
.nav-previous,
.post-navigation 
.nav-previous {
	flex: 1 0 50%;
}

.comment-navigation 
.nav-next,
.posts-navigation 
.nav-next,
.post-navigation 
.nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary,
.entry-content  {
	margin: 0; }

/* .entry-content {
	margin-top: 1em;
	margin-bottom: 2em;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content 
.wp-smiley,
.entry-content 
.wp-smiley,
.comment-content 
.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll 
.posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.site-branding, .content, .site-info {
	width: 1386px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}




/* Custom Style
--------------------------------------------- */
 a {
	text-decoration: none;
	color: #000000;
}

body, html {
	overflow-x: hidden;
}

/* typography */
h1 {
	font-size: 36px;
	color: #3770af;

}

h2 {
	/* text-transform: uppercase; */
	font-size: 24px;
	color: #009881;
}

h3 {
	font-size: 16px;
	color: #009881;
}


@media screen and (max-width: 1386px){
	.site-branding, 
	.content, 
	.site-info {
		width: 100%;
	}
}



/* navigation */
.main-navigation li:active {
	transition: color 5s ease;
	color: #000000;
}

.main-navigation li:visited {
  color: #3770af;
}

.menu-item{
	margin-left: 1em;
	margin-right: 1em;
}


#menu-item-49 {
	margin-right: 0;
}

.main-navigation li.current_page_item > a {
	color: #000000 !important;
	font-weight: bold;
}

#primary-menu > li > a {
	color: #3770af;
}


/* Responsive menu */
.header_details {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 2em;
	padding-right: 1em;
}

@media screen and (max-width: 1200px){
.header_details {
	display: none;
	}	
}

.site-header {
	position: absolute;
	z-index: 99;
	width: 100%;
}

.custom-html-widget i {
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #3770af;
}

#secondary, 
.entry-title {
	display: none;
}

.custom-logo-link {
	display: inline-block;
	width: 150px;
	margin: 2em 0 0 0;
}


/* button style */
button {
	color: #3770af;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

#slider-1-slide-1-layer-8:hover {
	background-color: white !important;
	color: #3770af !important;	
}

.vc_btn3:hover {
	background-color: white !important;
	color: #3770af !important;
}


/* Images */
.front-page-image img {
	width: 630px;
}

.full-size-img-front-page img {
		position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* black and white image */
	.black-and-white {
		cursor: pointer;
}


.family-image {
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(./img/L&SFPshoot2-2-min.jpg);
	background-size: auto;
	background-position: center center;
}

@media screen and (max-width: 400px){
	.family-image {
		height: 150px;	
	}
}
@media screen and (max-width: 500px){
	li#responsive-menu-item-519 a {
	    height: 55px !important;
	    line-height: 25px !important;
	    padding-top: 3px !important;
	}
}

@media screen and (min-width: 401px) and (max-width: 600px){
	.family-image {
		height: 200px;	
	}

}

@media screen and (min-width: 600px) and (max-width:900px){
	.family-image {
		height: 300px;
	}
}

@media screen and (min-width: 901px) and (max-width:1200px) {
	.family-image{
		height: 450px;
	}
}


.what-we-do-paragraph .wpb_single_image{
	margin-bottom: 0 !important;
}

/* section  in homepage*/
.grey-background{
	background-color: #F0F0F0;
	padding:0 0 2em 0;
	width: 100%;
	margin-bottom: 0 !important;
}

.what-we-do-paragraph{
		padding: 30px 0 !important;
		font-size: 14px;
	}
	.what-we-do-img-padding figure {
    position: relative;
}
.what-we-do-img-padding figure:before {
    content: "";
    background: #009881;
    width: 75%;
    height: 65%;
    position: absolute;
    z-index: -1;
    left: -8px;
    top: -8px;
}

	.what-we-do-p a {
		font-family: Georgia, 'Times New Roman', Times, serif;
		color: #009881;
		text-transform: uppercase;
		font-size: 16px !important;
		margin-bottom: -5px;
	}

	.ol-hompepage {
    font-size: 16px;
        padding-inline-start: 20px;
}

.ol-hompepage li {
    margin: 20px 10px;
    padding-left: 38px;
    position: relative;
}

.ol-hompepage li:before {  
  	content: counter(li);
    color: white;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #3770af;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px 1px 1px;
    position: absolute;
    left: 0;
    top: -3px;
}

.btn_contact_us {
	text-align: center !important;
	margin: 2em;

}

.btn_contact_us a {
	color: #fff;
	background-color: #08c;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn_contact_us:hover a {
	color: black;
}

.nav-previous,
.nav-next {
	margin-top: 1em;
	margin-bottom: 1em;
}

.years-experience-title {
	color: #3770af;
	margin-bottom: 15px;
	margin-top: 0;
}

.meet-the-millwards-title a{
	padding-bottom: 10px;
	text-align: center !important; 
	color: #3770af; 
	margin-top: 35px;
}

.meet-the-millwards-title h1 {
	text-align: center !important;
}
.meet-the-millwards-p {
	text-align: center; 
	font-size: 14px;
}

.blue-background {
	background-color: #3670AF;
}

.who-we-help-block {
	padding-top: 100px;
	padding-bottom: 100px;
}

p.white-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 15px;
    font-size: 16px;
}
.white-text p:last-of-type {
    font-size: 14px;
}

.white-text h1 {
	margin-bottom: 0;
	margin-top: -15px;
	font-size: 35px;
}

.help-section-read-more {
    color: #009881 !important;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 700 !important;
}

#rev_slider_20_2_wrapper .custom.tparrows {
	background: rgba(252, 250, 250, 0.5);
	transition: 0.3s ease-in-out;
}

#rev_slider_20_2_wrapper .custom.tparrows:hover {
	background: rgba(252, 250, 250, 0.30);
}
#rev_slider_20_2_wrapper .custom.tparrows:before{
	font-size: 24px !important;
    color: #3770af !important;
}

.client-stories-position {
	padding: 5em;
}

@media screen and (max-width: 767px) {
	.client-stories-position {
		padding: 0;
		margin-bottom: 1em;
	}
	.client-group h1{
		font-size: 40px !important;
	}
	p#client-quote{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.header_details{
		display: none;
	}
	.cp-left, .cp-right {
	    width: 100% !important;
	    float: none !important;
	    margin-right: 0 !important;
	}
	
}

@media screen and (max-width: 767px) {
.meet-the-millwards-title,
	.meet-the-millwards-p {
		text-align: left !important;
	}

	.who-we-help-block {
    padding-top: 0;
    padding-bottom: 0;
	}


	.client-stories-position {
		padding: 0 0 15px 0; 
	}
}


@media screen and (max-width: 600px){ 
		.who-we-help-block {
		padding-top: 50px !important;
		padding-bottom: 10px !important;
	}
}


	
/* client stories in homepage */
	.client-stories {
		background-color: rgba(0,0 ,0, 0.85);
		padding: 1em 1em 1em 5em;
		color: white;
		min-height: 50vh;
	}

.client-stories-arrow {
	color: black !important;
	background-color:#9B9B9B;
	position: absolute;
	right: 2%;
	bottom: 7%;
	padding: 1em;
	font-weight: bold;
	
}

.client-stories-arrow i {
	font-size: 24px;
}

@media screen and (max-width: 600px){ 
	.client-stories-arrow {
		right: 7%;
		bottom: 5%;
}
}

@media screen and (max-width: 500px){
	.cs-container .carousel-content {
	    font-size: 14px !important;
	    line-height: 16px !important;
	}
	rs-module-wrap#rev_slider_4_2_wrapper, rs-module#rev_slider_4_2 {
	    height: 350px !important;
	}
}


rs-slide {
	overflow: visible !important;
}

.carousel-p p {
	font-family: 'Open Sans', sans-serif !important;
}

.carousel{
	color: black !important;
	font-weight: 400 !important;
}

.carousel-content {
	font-size: 12px !important;
	padding-top: 0px !important;

}
h2.carousel{
	line-height: 24px !important;
}


/* coloured dots */
.list-front-page ol{
	list-style: none; 
	counter-reset: li
	}

.list-front-page li::before {
	content: counter(li); 
	color: white;
  display: inline-block; 
	height: 30px;
  width: 30px;
  background-color: #3770af;
  border-radius: 50%;
	text-align: center;
	font-weight: bold;
	}

	li {
		counter-increment: li
		}

/* 
icons  */
.fas.fa-arrow-right i:active {
	color: black;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text p,
.white-text a {
	color: white !important;
}





/* contact form */
/* homepage form */
.wpcf7-form.init {
    margin-top: 2em;
		display: flex;
		flex-direction: column;
}

.your-name input, 
.your-email input, 
.your-tel input, 
.text-566 input{
	background: none;
	border: none;
	border-bottom: 2px solid #3670AF;
	color:white;
	padding: 0.5em;
	width: 100%! important;
}

/* placeholder changes */
::-webkit-input-placeholder { /* WebKit browsers */
color: #3670AF;;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #3670AF;;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #3670AF;;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #3670AF;;
opacity: 1;
}



.h1-contact {
	font-size: 16px;
	color: #3670AF;
	text-transform: uppercase;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 10px 0;
}

.h2-contact {
	color: white;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 36px;
	margin: 0 30px 10px 0;
	line-height: 1.2;
	font-weight: bold;

}

.h3-contact {
	color: white;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
}

.button-submit{
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	cursor: pointer;
	padding-top: 0;
	transition: 0.3s ease-in-out;
}

.button-submit:hover, .button-submit:hover i {
	color: #3670AF;
}

.fa-arrow-right-contact{
	background-color: rgba(255,255,255, 0.2);
	color: #3770af;
	font-weight: bold;
	vertical-align: middle;
	padding: 0.5em;
	font-size: 20px;
	transition: 0.3s ease-in-out;
}

.fa-arrow-right-contact:hover{
	color: white !important;

}

/* flex content to align the input of contact form */
.flex-first-part, .flex-second-part{
	display: flex;
	flex-direction: row;
}

.label-contact-padding {
	margin-right: 1em;
}

@media screen and (max-width: 767px) {
	.flex-first-part, .flex-second-part{
	display: inline-block;
	width: 100%;
	}
	.custom-logo-link{
		width: 100px;
	}
}



/* contact-form-page */
h1 #contact-page {
	font-size: 36px;
	color: black;
	text-transform: uppercase;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-top: -15px;
	margin-bottom: 0;
}


h3#contact-page {
	color:black;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	;
}

.your-name-page input, 
.your-email-page input, 
.your-tel-page input,
.text-587 input
 {
	background: none;
	border: none;
	border-bottom: 1px #3770AF ;
	color: white !important;
	width: 50% !important;
}

.blue-form input {
	color: #3770af !important;
	background-color:  white  !important;
}

.cp-left input,
.cp-right input {
	color: white !important;
}


.button-submit-page {
	color: #3770AF;
	border:none;
	background-color: transparent;
	font-size: 24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	vertical-align: middle;
	transition: 0.3s ease-in-out;
    cursor: pointer;
}

.button-submit-page:hover, .button-submit-page:hover i {
	color: #009881;
} 

	.your-name input, 
	.your-email input, 
	.your-tel input 
	{
		width: 100%;
		color: black;
}


.fa-arrow-right-contact-page {
	color: #3770AF;
	vertical-align: middle;
	font-size: 30px;
	transition: 0.3s ease-in-out;
}

.fa-arrow-right-contact-page:hover{
	color:black;

}

.flex-first-part-page, .flex-second-part-page{
	display: flex;
	flex-direction: row;
	width: 100%;
}

	.your-name-page input, 
	.your-email-page input, 
	.your-tel-page input,
	.text-587 input {
		width: 100% !important;
}

@media screen and (max-width: 767px) {
	.flex-first-part-page, .flex-second-part-page{
	display: inline-block;
	width: 100%;
	}

		.your-name-page input, 
	.your-email-page input, 
	.your-tel-page input,
	.your-message-page input,
	.text-587 input {
		width: 100% !important;
}
}






/* footer */
footer#colophon {
    background:#3770AF;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    padding: 40px 0 20px;
		border-bottom: 50px solid #000;
}
footer#colophon a {
    text-decoration: none;
    color: #ffffff;
}

footer#colophon ul {
	list-style-type: none;
}

.main-menu-footer ul {
	margin: 2em 0 0 -4em;
	text-align: left;
}

.fwidgets {
    float: left;
}
#f1 {
    width: 20%;
}
#f2 {
    width: 20%;
}
#f3 {
    width: 20%;
}
div#f4 {
    width: 40%;
    text-align: right;
}
.fwidgets h2.widget-title{
	text-align: left;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	text-transform: inherit;
	margin-bottom: 15px;
}

.entry-footer {
	display: none;
}

.fa-facebook-f {
	padding: 0.5em 0.7em;
	background-color: white;
	color: #3770AF !important;
	border-radius: 50%;
	font-size: 25px;
}

#f4 img{
	width: 190px;
    margin-top: 14px;
}

.privacy-notice-home {
	font-size: 12px;
	color: white;
	padding: 0.5em;
	margin-top: 1em;
}

.privacy-notice-contact-page {
	font-size: 12px;
}

#f5 {
    color: white;
}

#text-5 p a {
	font-weight: 800 !important;
}

#text-5 p {
text-align: center;
}

@media screen and (max-width: 1024px){
	.help-row .vc_col-sm-4, .help-row .vc_col-sm-8 {
	    width: 100% !important;
	}
	.client-group {
	    padding: 30px 40px 40px !important;
	}
	#f1, #f2, #f3, #f4{
		width: 20%;
	}
	.who-we-help-block{
		padding: 0 !important;
	}
	.client-stories-position {
	    padding: 0 0 60px;
	}
}

@media screen and (max-width: 600px) {
	div#f4 {
		text-align: center;
	}

	.custom-html-widget {
		margin: 0;
		padding: 0;
	}

	.custom-html-widget a {
		display: inline-block;
	}
	
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	div#f4 {
		text-align: center;
	}
	.custom-html-widget {
			margin: 0;
			padding: 0;
	}

	#f1, #f2, #f3, #f4 {
	    width: 100% !important;
	}

	.fwidgets h2.widget-title, 
	.menu-item, 
	.widget_text li, 
	.textwidget p, 
	.widget, 
	.widget_media_image {
		text-align: center;
	}
}

#copyright{
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 0;
}

.clear{
	clear: both;
}



/* media queries */

@media screen and (max-width: 600px){

	#f1, #f2, #f3, #f4 {
	    width: 100% !important;
	}

	.fwidgets h2.widget-title, 
	.menu-item, 
	.widget_text li, 
	.textwidget p, 
	.widget, 
	.widget_media_image {
		text-align: center;
	}

}


/* tablet display */
@media screen and (min-width: 600px) and (max-width: 800px){ 

	.who-we-help-display {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
		}

	.who-we-help-block > .vc_col-sm-4{
		width: 100% !important;
		}

	footer#colophon{
		padding-left: 30px;
		padding-right: 30px;
	}


	.client-stories {
		padding: 1em 1em 1em 1em;
	}

}

.client-block-link {
	color: #009881  !important;
}

.client-column {
    background: #009881 !important;
    position: relative;
}
.client-btn a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white !important;
    padding: 10px 11px 6px;
}
.client-group {
    padding: 30px 100px 40px;
    color: #fff;
}
p#sm-title {
    font-family: Georgia;
    font-size: 18px;
    margin: 0 0 20px;
}
.client-group h1 {
    font-size: 50px;
    margin-top: 0;
    color: #fff;
    font-weight: 100;
}
p#client-quote {
    font-size: 24px;
    font-family: Georgia;
    margin-top: 20px !important;
    line-height: 50px;
    /* margin-bottom: 45px; */
}

h1#client-quote {

    margin-bottom: 20px;
}

.client-btn a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #969696;
    padding: 10px 12px 7px;
}
.client-btn i {
    font-size: 22px;
}


.cp-left input, .cp-right input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #3770AF;
    color: #3770AF !important;
    padding: 0.5em;
    width: 100%;
}
.cp-left, .cp-right {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 25px;
}
.cp-right {
    margin-right: 0;
}

.grid-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	min-height: 325px;
	
}

 .kid-portrait{
    padding: 50px 0;
}

@media screen and (max-width: 1024px){ 
	.kid-portrait{
    padding: 0 0;
}
}

@media screen and (max-width: 766px) {
	.reverse-image {
    display: flex;
    flex-direction: column-reverse;
}
}




.sub-menu {
	display: flex;
	flex-direction: column;
	background-color: white;
}

.main-navigation ul ul a{
	width: 375px;
	padding: 0.5em;
}

.sub-menu ul {
	width: 300px !important;
}

.sub-menu > li > a {
	color: #3770af !important;
}

.sub-menu > li > a:hover {
	color: #000000 !important;
}

#menu-item-56 {
	padding-bottom: 1em;
}

#contact-page a {
	color: #3770AF !important;
}


#contact-page a:hover {
	color: black;
}

#contact-page input p  {
	color: #3670AF !important;
}

.our-process {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
	.our-process {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.client-journey-page > .vc_column-inner{
	padding-top: 10px !important;
}

.client-journey-page-right > .vc_column-inner {
	margin-top: -30px !important;
}
}

/* testimonial display  */
h3.testimonial-heading {
	font-size: 36px !important;
	font-family: Georgia, 'Times New Roman', Times, serif !important;
	margin-bottom: 30px !important;
}

.testimonial-heading p {
	margin-top: 50px !important;
	font-family: Georgia, 'Times New Roman', Times, serif !important;
	font-style: normal !important;

}

.testimonial-name,
.testimonial-company,
.testimonial-company a,
.testimonial-content {
	color: white !important;
}

.testimonial-content::after,
.testimonial-content::before {
display: none !important;
}

.wpmslider-next:before a,
a.wpmslider-prev::before {
	background: white !important;
	background-color: white !important;
}

.link-about-us a {
	font-weight: bold !important;
	color: #3770af !important;
}

/* .testimonial-content p strong {
	font-weight: 600 !important; 
} */

.what-we-do-homepage a {
	cursor: pointer !important;
}

.wpmtst-testimonial-field .testimonial-field .testimonial-name {
	margin-top: 1em !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content p {
	  /* font-size: 24px !important; */
    font-style: normal !important;
    margin: 0;
		font-weight: 300 !important;
}

.testimonial-name {
	padding-top: 0.1em !important;
	font-size: 36px !important;
	font-family: Georgia, 'Times New Roman', Times, serif !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content strong {
	font-weight: 600 !important;
}


.client-stories-homepage  > .vc_column-inner{
	padding-top: 2em;
	padding-bottom: 2em;
}

/* @media screen and (max-width: 900px) {
	.client-stories-homepage > .vc_column-inner{
		padding-top: 0 !important;
	}

	h1.meet-the-millwards-title {
		margin-top: 0 !important;
	}

	.testimonial-content,
	.testimonial-text {
		font-size: 16px !important;
	}	
} */



 li.entry-content  {

 }


 .client-review-block {
	 margin-bottom: 2em;
 }

 .client-review-box {
	 	-webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.2);
	width: 100%;
	padding: 20px;
 }

  @media screen and (max-width: 767px) {
		.client-review-box {
			margin-bottom: 20px;
			margin-right: 5px !important;
			margin-left: 5px !important;
		}	

		.client-review-title {
			font-size: 20px !important;
		}
	}

.blue-box-about-you {
	background-color: #3770af !important;
	max-width: 400px !important;
	padding: 2em;
	color: white;
	text-transform: uppercase;
	text-align: center !important;
}

.check-list li {
	list-style-type: none;
	position: relative;
	padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #3770af;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.about-you-display {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	max-width: 500px;

}

h2.about-you-h2 {
	padding: 1em !important;
	color: white !important;
}

@media screen and (max-width: 767px) {
.wpb_text_column.wpb_content_element.check-list-tablet{
	margin-bottom: 10px !important;
}
ul.check-list-tablet {
	margin-bottom: -25px;
}
}


.display-none {
	display: none !important;
}

h2.carousel{
	color: #009881 !important;
}

.about-you-text {
	color: white !important;
	padding: 2em;
}

.process-title {
	color: white !important;
	font-weight: bold;
}

.client-journey-page p:last-of-type {
	font-size: 16px !important;
}

h2.this-service-title {
	margin-bottom: 1em !important;
}

.wpmslider-next:before,
.wpmslider-prev:before {
	background: white !important;
}
.vc_gitem-acf.vc_gitem-align-center.field_5fb2844849931 {
    padding-bottom: 20px;
}


    


.grecaptcha-badge {
    display: none !important;
}