/*
Theme Name: Solihull Bereavement Counselling Service Custom Theme
Theme URI: http://www.colabdigital.co.uk
Author: Colab Digital
Author URI: http://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital Limited, Birmingham, UK.  
Version: 4.0.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ==========================================================================
   MANUAL FLEXBOX RESTORATION (Fix for WP 6.x/7.x Layout Issues)
   ========================================================================== */

/* 1. Fix Columns Container */
.wp-block-columns.is-layout-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 2em; /* This restores the space between columns */
}

/* 2. Fix Individual Columns */
.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 3. Fix Buttons Container */
.wp-block-buttons.is-layout-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5em;
}

/* 4. Fix Social Links Container */
.wp-block-social-links.is-layout-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style-type: none;
    padding: 0;
    gap: 1em;
}

/* 5. Mobile Responsiveness */
@media (max-width: 782px) {
    .wp-block-columns.is-layout-flex {
        flex-wrap: wrap !important;
    }
    .wp-block-column {
        flex-basis: 100% !important;
    }
}





/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

body {
	color:#fff;
	font-size:14px;
	background-color:#7C4FAC;
	font-family: soleil, sans-serif;
	font-weight: 400;
    background-image: url("images/bg.png"),url("images/bg-180.png");
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100%;
    overflow-x: hidden;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
    overflow: hidden;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, li {
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
}
p {
	font-size:16px;
}
p a {
	font-weight:700;
}
a {
	text-decoration:none;
	color:#F8C9F4;
}
a:hover,
a:hover i {
	color:#fff;
}
a:hover,
a:hover i {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
i {
    color: #F8C9F4;
}
h1 {
    font-family: museo, serif;
	font-size:38px;
    font-weight: 100;
}
h2 {
    font-family: museo, serif;
	font-size:34px;
    font-weight: 100;
    line-height: 1.3;
}
h3 {
    font-family: museo, serif;
	font-size:24px;
    font-weight: 500;
}
h3.term-tag {
	font-size:18px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
blockquote {
	margin:80px 0;
	padding:0;
}
blockquote p {
	font-size: 28px;
	color: #fff;
    font-family: museo, serif;
    font-weight: 100;
}
blockquote p:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	color: #F8C9F4;
	padding-right: 10px;
}
blockquote p:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	color: #F8C9F4;
	padding-left: 10px;
}
hr {
	border-bottom:#F8C9F4 solid 2px;
	border-top:none;
	border-left:none;
	border-right:none;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search-results hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
/*img {
    width: 100%;
    height: auto;
}*/
.smallPrint {
	font-size: 11px;
}
iframe {
    width: 100%;
    height: 325px;
    margin-bottom: 40px;
    box-shadow: 0 20px 10px rgba(51,58,61,0.2);
}
.mobileShow {
	display: none;
}
.noScale img {
	width: inherit;
	height: auto;
}
.noShadow {
	width: inherit!important;
	height: auto!important;
    box-shadow: none!important;
    border-radius: 0!important;
}
.wp-block-image.noMargin {
    margin: 0!important;
}
.singlePostThumb,
.wp-block-media-text figure,
.wp-block-image {
    font-size: 0;
    overflow: hidden;
    box-shadow: 0 20px 10px rgb(51 58 61 / 20%);
    border-radius: 20px;
}


/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCKS COLOUR PALETTE
---------------------------------------------------------
--------------------------------------------------------- */

.has-grey-color {
	color: #333A3D!important;
}
.has-grey-background-color {
	background-color: #333A3D!important;
}
.has-white-color,
.af-submit button,
ul.slides li a {
	color: #fff!important;
}
.has-white-background-color {
	background-color: #fff!important;
}
.has-pink-color {
	color: #F8C9F4!important;
}
.has-pink-background-color {
	background-color: #F8C9F4!important;
}
.has-purple-color {
	color: #7C4FAC!important;
}
.has-purple-background-color {
	background-color: #7C4FAC!important;
}
.has-blue-color {
	color: #1A1057!important;
}
.has-blue-background-color,
ul.slides li a,
.af-submit button {
	background-color: #1A1057!important;
}
a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.af-submit button,
ul.slides li a {
    border-radius: 30px!important;
    border:none!important;
    font-weight: 400!important;
    font-size: 16px!important;
    transition: all .2s ease-in-out!important;
    text-transform: uppercase!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
a.wp-block-button__link:hover,
.af-submit button:hover,
ul.slides li a:hover {
    transform: scale(1.1)!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM WYSIWYG STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.wpcf7-submit {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #007EB4;
    background-color: inherit;
    border-radius: 3px;
    border: 1px #007EB4 solid;
    margin: 15px 0;
    display: inline-block;
}
.wpcf7-submit {
	font-size:12px;
    padding: 7px 10px;
}
.wpcf7-submit:hover {
	color:#fff;
	background-color:#007EB4;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.notificationBar {
    background-color: #1A1057;
    text-align: center;
    padding: 10px 5%;
}
a .notificationBar:hover {
    background-color: #F8C9F4;
}
.notificationBar p,
.notificationBar p a {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.notificationBar:hover p,
.notificationBar:hover p a {
    color: #1A1057;
}
header {
}
header .logo {
    width: 245px;
	float:left;
    margin: 32px 30px 32px  5%;
}
.logo img {
	width:100%;
	height:auto;
}
header .queensAwardLogo {
    width: 75px;
	float:left;
    margin: 32px 0 32px;
}
header .queensAwardLogo img {
	width:100%;
	height:auto;
}
.headerContactDetails {
	float:right;
    text-align: right;
    margin: 28px 5% 0  0;
}
.headerContactDetails .socialIcons {
    margin: 0 0 10px 0;
}
.headerContactDetails p {
    clear: both;
    margin: 0;
    font-size: 20px;
}
.mobileNavTel,
.mobileNavEmail {
	display:none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SOCIAL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialIcons {
}
.socialIcons a i {
	margin-left:15px;
}
footer .socialIcons a i {
	margin-right:10px;
	margin-left:0;
}
.socialShareIcons {
	font-size: 18px;
    margin-bottom: 40px;
}
.socialShareIcons a i {
	margin-right: 10px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		MAIN NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.mMenuBT {
    display: none;
}

@media (max-width:10000px) and (min-width:1201px) {
    
#mobMenu {
    margin-top: 23px;
}
#mobMenu ul#menu-main-menu {
    list-style-type:none;
    margin:0;
    padding:0;
    text-align: right;
}
/*Create a horizontal list with spacing*/
#mobMenu ul#menu-main-menu li {
	list-style: none;
	font-size:15px;
	margin:0;
    display: inline-block;
    border-radius: 21px;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
#mobMenu ul#menu-main-menu li:last-child {
    box-shadow: inset 0 0 0 1px #F8C9F4;
}
#mobMenu ul#menu-main-menu li:hover,
#mobMenu ul#menu-main-menu li:last-child:hover {
    box-shadow: inset 0 0 0 1px #fff;
}
/*Style for menu links*/
#mobMenu ul#menu-main-menu li a {
    padding: 10px 20px;
    color: #FFFFFF;
    display: block;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}
#mobMenu ul#menu-main-menu li.menu-item-has-children > a::after {
	content: "\f107";
	margin-left: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
}
/*Style for dropdown links*/
#mobMenu ul#menu-main-menu li ul {
	z-index:5000;
	display:none;
	position:absolute;
	clear:both;
	overflow: hidden;
    padding-top: 10px;
}
#mobMenu ul#menu-main-menu li:hover ul {
	margin: 0;
}
/*Hover state for dropdown links*/
#mobMenu ul#menu-main-menu li:hover ul li {
	float:none;
	margin:0;
	padding:0;
	text-align:left;
}
/*Hide dropdown links until they are needed*/
#mobMenu ul#menu-main-menu li ul {
    display: none;
}
/*Make dropdown links vertical*/
#mobMenu ul#menu-main-menu li ul li {
    display: block;
    float: none;
    border-radius: 0px;
    box-shadow: none!important;
}
#mobMenu ul#menu-main-menu li ul li a {
	font-size:12px;
	margin:0;
	padding:12px;
	display:block;
	background-color: #1A1057;
}
#mobMenu ul#menu-main-menu li ul li a:hover {
	background-color: #F8C9F4;
    color: #1A1057;
}
#mobMenu ul#menu-main-menu li ul li:first-child a {
    border-radius: 10px 10px 0px 0px;
}
#mobMenu ul#menu-main-menu li ul li:last-child a {
    border-radius: 0px 0px 10px 10px;
}
/*Display the dropdown on hover*/
#mobMenu ul#menu-main-menu li:hover ul {
    display: block;
}

}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: normal;
    text-align: center;
}
ul.page-numbers li {
	list-style-type:none;
	height: 35px;
	width: 35px;
	font-weight: 400;
	border-radius: 50%;
    box-shadow: 0 0 0 1px #F8C9F4; 
	text-align: center;
	display:inline-block;
	margin: 2px 5px 2px 0;
	text-decoration:none;
	background-color: inherit;
	line-height: 35px;
}
ul.page-numbers li a {
	color: #F8C9F4;
    height: 100%;
    width: 100%;
}
ul.page-numbers li span.current {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #7C4FAC;
    background-color: #F8C9F4;
	line-height: 35px;
}
ul.page-numbers li:hover {	
    background: #F8C9F4;
}
ul.page-numbers li:hover a,	
ul.page-numbers li:hover a i {	
	color:#7C4FAC!important;
}
ul.page-numbers li a.page-numbers,
ul.page-numbers li span.current {
	display: inline-block;
	position: relative;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

section.slider {
	overflow:hidden;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 20px 10px rgba(51,58,61,0.2);
}
ul.slides li {
	width:100%;
}
ul.slides li .wrapper {
    position: relative;
    height: 460px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}
.slide-caption-1,
.slide-caption-2 {
    max-width: 870px;
	margin:0 auto;
    text-align: center;
}
.slide-caption-1 p {
	font-size:44px;
    font-family: museo, serif;
    font-weight: 100;
	margin-top:60px;
    color: #1A1057;
    margin-bottom: 30px;
}
.slide-caption-2 p {
	margin-top:0;
    margin-bottom: 30px;
	font-size:18px;
    color: #7C4FAC;
}
ul.slides li a {
    padding: 12px 24px;
    margin-bottom: 0!important;
}
.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 45%!important;
    font-size: 30px!important;
}
a.unslider-arrow i {
	color: #1A1057!important;
    padding: 15px;
}
.unslider-arrow.next {
    border-radius: 3px 0 0 3px;
}
.unslider-arrow.prev {
    border-radius: 0 3px 3px 0;
}
a.unslider-arrow:hover {
	background-color: #F8C9F4;
}
.unslider-nav {
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
}
.unslider-nav ol li {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid #fff !important;
}
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
}

/* ------------------------------------------------------
---------------------------------------------------------
		GALLERY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.galleryStage {
    max-width: 870px;
    margin: 0 auto;
}
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
    margin: 60px 0 0 0;
	display: flex;
	align-items: center;
    box-shadow: 0 20px 10px rgba(51,58,61,0.2);
}

/* Hide the images by default */
.mySlides {
	display: none;
	border-radius: 20px;
	overflow: hidden;
	font-size: 0;
	width: 100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.galleryStage .prev,
.galleryStage .next {
    cursor: pointer;
    position: absolute;
    padding: 16px;
    color: #7C4FAC!important;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.galleryStage .prev i,
.galleryStage .next i {
    color: #7C4FAC!important;
}

/* Position the "next button" to the right */
.galleryStage .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.galleryStage .prev:hover,
.galleryStage .next:hover {
  background-color: #F8C9F4;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 15.833%;
	margin: 7px 1% 0 0;
	border-radius: 20px;
	overflow: hidden;
	font-size: 0;
    box-shadow: 0 20px 10px rgba(51,58,61,0.2);
}
.column:nth-child(6n+6) {
    margin-right: 0;
}
.single-case_studies .column {
	width: 11.975%;
	margin: 7px 0.6% 0 0;
}
.single-case_studies .column:nth-child(8n+8) {
    margin-right: 0;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6!important;
}

.active,
.demo:hover {
  opacity: 1!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COLLAPSIBLE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
    margin-bottom: 5px;
}
.collapsible {
	font-family: soleil, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    position: relative;
    color: #fff;
    background-color: #1A1057;
    cursor: pointer;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 20px 70px 20px 5%;
}
.collapsible:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: '\f078';
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    top: 25px;
}
.collapsible:hover,
.collapsible.active {
    background-color: #F8C9F4;
    color: #1A1057;
}
.active:after {
    content: "\f077";
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.pageTitle {
    display: flex;
    align-items: baseline;
}
.pageTitle h1 {
    flex-grow: 1;
    margin-right: 60px
}
.pageTitle .socialShareIcons {
    flex: none;
}
.infoBox {
    box-shadow: inset 0 0 0 1px #fff;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.infoBox br {
    display: none;
}
.infoBox p {
    font-family: museo, serif;
	font-size:30px;
    font-weight: 100;
    margin: 0;
}
.infoBox p i {
    margin: 0 17px;
}
.singlePostThumb {
    margin: 0 0 50px!important;
}
.wp-block-media-text {
    margin-bottom: 50px;
}
.content {
	width:60%;
	float:left;
    padding: 40px 0;
}
.contentNarrow {
	width:70%;
	margin: 0 auto;
    padding: 20px 0;
}
.content5050Left {
	width:45%;
	margin: 0 auto;
	float: left;
    padding: 0 0 40px;
}
.content5050Right {
	width:45%;
	margin: 0 auto;
	float: right;
    padding: 0 0 40px;
}
.contentFullWidth {
	width:100%;
    padding: 20px 0 40px;
}
.page-template-50-50-template .contentFullWidth {
	width:100%;
    padding: 40px 0 0;
}
.contentArchive {
	width:60%;
	float:left;
    padding: 40px 0;
}
.contentArchive ul {
    list-style-type: none;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
    font-weight: 700;
    font-size: 18px;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0em;
    color: #F8C9F4;
}
.wysiwyg ul li:before {
    content: "\f105";
}
.wysiwyg ol li:before {
    content: "\f00c";
}
.wysiwyg ul li ul.children {
    margin-top: 15px;
}
/* YouTube iFrames */
.wysiwyg .video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wysiwyg .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FLEX COLUMN STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.flexContainer {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 0;
}
ul.flexContainer li.flexBox {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
    color: #333A3D;
    box-shadow: 0 20px 10px rgba(51,58,61,0.2);
    top: 0;
    transition: box-shadow 0.3s ease-in-out, top ease-in-out 0.3s;
    padding-left: 0!important;
    font-size: inherit;
}
ul.flexContainer li.flexBox::before {
    content: none;
}
ul.flexContainer li.flexBox:hover {
    box-shadow: 0 40px 20px rgba(51,58,61,0.2);
    position: relative;
    top: -20px;
}
ul.flexContainer li.flexBox > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
ul.flexContainer li.flexBox .archiveImage {
    font-size: 0;
}
ul.flexContainer li.flexBox .postContent {
    padding: 0 30px;
}
ul.flexContainer li.flexBox .postContent h4 {
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.col3 li {
    width: 30%;
    margin-right: 5%;
}
ul.col3 li:nth-child(3n+3) {
    margin-right: 0;
}
ul.col4 li {
    width: 23.125%;
    margin-right: 2.5%;
}
ul.col4 li:nth-child(4n+4) {
    margin-right: 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.acf-label {
	margin-bottom: 5px!important;
}
.acf-hidden {
	display: none!important;
}
.acf-fields>.acf-field {
    margin-bottom: 20px!important;
    padding: 0!important;
    border-top: none!important;
}
.acf-form-fields ul,
.acf-form-fields ol {
	margin-top: inherit;
	margin-bottom: inherit;
}
.acf-form-fields ul li,
.acf-form-fields ol li {
	padding-left: 0;
	margin-bottom: inherit;
	position: static;
    font-weight: inherit;
    font-size: 14;
}
.acf-form-fields ul li:before,
.acf-form-fields ol li:before {
    font-weight: 900;
    position: absolute;
    left: 0em;
    color: #007eb4;
}
.acf-form-fields ul li:before {
    content: none;
}
.acf-form-fields ol li:before {
    content: none;
}
.af-success {
	background-color: #aef8aa!important;
	border: 2px solid #154913!important;
	border-radius: 6px!important;
	padding: 30px!important;
}
.af-success h3,
.af-success p {
	color: #154913!important;
}
.af-success h3 {
	margin-top: 0!important;
}
.af-success p {
	margin-bottom: 0!important;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea,
select {
	font-size:14px!important;
	padding-left:3%!important;
    font-family: soleil, sans-serif;
    outline: none!important;
	border-radius: 3px!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
select {
	height:35px!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
textarea {
	width:100%;
	border:none;
	background-color:#fff;
}
textarea {
	height:150px;
	padding-top:10px;
    -webkit-appearance: none;
}
select {
    -webkit-appearance:none!important;
    width: 100%!important;
    border: none!important;
    background-color: #fff!important;
    background-image: url("images/icon-arrow.svg")!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 10px!important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 10px 0 0;
}
.af-submit {
    padding: 0!important;
}
.af-submit button {
    padding: 0!important;
    padding: 12px 24px!important;
	font-family: soleil, sans-serif;
    cursor: pointer!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	padding:50px 0;
	clear:both;
	color: #FFF;
    border-top: 2px solid #F8C9F4;
}
footer .socialIcons {
	float:none;
}
footer .social-icons .fa {
	color: #fff;
}
footer .social-icons .fa:hover {
	color: #666;
}
footer .content5050Right {
    text-align: right;
}
footer .logo {
    width: 157px;
    display: inline-block;
}
footer .queensAwardLogo {
    width: 48px;
    display: inline-block;
    margin-left: 30px;
}
footer .queensAwardLogo img {
	width:100%;
	height:auto;
}

.footerMenu ul {
	padding:10px 0;
	margin:0;
}
.footerMenu ul li {
	list-style: none;
	float: left;
	font-size:12px;
	font-weight:400;
	margin:0;
}
.footerMenu ul li a {
	display: block;
	font-weight:700;
	text-decoration:none;
	margin-right:20px;
}

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

body {
    padding-top: 60px;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
    width: 100%;
    margin: 0 auto;
    background-color: #1A1057;
    padding: 0;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 10px 10px rgba(0,0,0,0.25);
}
header .logo {
    float: none;
    width: 130px;
    position: absolute;
    left: 3%;
    top: 7px;
    margin: 0;
}
header .queensAwardLogo {
    display: none;
}
.headerContactDetails p {
	display: none;
}
.mobileNavEmail,
.mobileNavTel {
    height: 60px;
    width: 60px;
	font-size: 18px;
    position: absolute;
    top: 0px;
	text-align:center;
	border-left: rgba(255,255,255,0.2) 1px solid;
}
.mobileNavEmail i,
.mobileNavTel i {
	line-height:60px;
}
.mobileNavEmail a,
.mobileNavTel a {
	color:#000;
}
.mobileNavEmail a:hover,
.mobileNavTel a:hover {
	color:#000;
}
.mobileNavEmail {
    display: block;
	right:61px;
}
/* MOBILE MENU START*/
a.mMenuBT {
    display: block!important;
    height: 60px!important;
    width: 60px!important;
	font-size: 18px!important;
	text-align:center!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    background-color: inherit!important;
    color: #fff!important;
	border-left: rgba(255,255,255,0.2) 1px solid!important;
}
a.mMenuBT i {
    line-height: 60px!important;
}
a.mMenuBT:hover {
    color: #fff;
}
.mm {
    background: #1A1057!important;
}
.mm:before {
    border-top: 2px solid rgba(255,255,255,0.5)!important;
    border-left: 2px solid rgba(255,255,255,0.5)!important;
    opacity: 1!important;
}
.mm:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
    color: rgba(255,255,255,0.5)!important;
}
.mm li:after {
    border-top: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
}
.mm li:before {
    content: "\f105"!important;
    font-family: "Font Awesome 5 Pro"!important;
    color: rgba(255,255,255,0.5)!important;
    top: 15px!important;
    right: 22px!important;
    width:  auto!important;
    height: auto!important;
    border-top: none!important;
    border-right: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    opacity: 1!important;
}    
.mm li a {
    text-transform: uppercase!important;
    padding: 15px 5% 12px!important;
    color: #fff!important;
}    
.mm a:not(:last-child) {
    width: calc(100% - 48px)!important;
}
.mm-blocker {
    background: rgba(0,0,0,.6)!important;
}
/* MOBILE MENU END*/
section.slider {
    margin: 5vw auto 0;
}
.content {
	width:55%;
	margin-left:5%;
}
footer .content5050Left {
    width: 40%;
}
footer .content5050Right {
    width: 40%;
    margin-left: 5%;
}
.contentFullWidth {
	width:90%;
	margin-left:5%;
}
footer {
	padding:25px 5%;
}

}

@media only screen and (max-width : 1000px) {
    
ul.col3 li {
    width: 47.5%;
}
ul.col3 li:nth-child(3n+3) {
    margin-right: 5%;
}
ul.col3 li:nth-child(2n+2) {
    margin-right: 0;
}
    
}

@media only screen and (max-width : 768px) {
 
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
ul.slides li .wrapper {
    height: 390px;
}
ul.col4 li {
    width: 47.5%;
    margin-right: 5%;
}
ul.col4 li:nth-child(2n+2) {
    margin-right: 0;
}
.slide-caption-1,
.slide-caption-2 {
    max-width: 80%
}
.slide-caption-1 p {
    font-size: 34px;
    margin-top: 0;
}
.infoBox p {
    font-size: 20px;
}
    
}
    
@media only screen and (max-width : 615px) {

.notificationBar p {
    font-size: 11px;
}
.mobileShow {
	display: inline-block;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
}
.mobileNavTel {
    display: block;
	right:122px;
}
.slide-caption-1 p {
    font-size: 26px;
    font-weight: 500;
}
.slide-caption-2 p {
    font-size: 14px;
}
ul.slides li a {
    margin-top: 0!important;
}
a.unslider-arrow {
    display: none;
}
.unslider-nav {
    display: none;
}
.infoBox {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding: 15px 40px 20px;
}
.infoBox span.intro {
    font-size: 16px;
    font-weight: 500;
}
.infoBox br {
    display: inline-block;
}
.infoBox p {
    font-size: 24px;
}
.infoBox p i {
    margin-left: 0;
}
ul.col4 li {
    width: 100%;
    margin-right: 0;
}
ul.flexContainer {
    margin-top: 5vw;
}
ul.flexContainer li.flexBox {
    margin-bottom: 5vw;
}
ul.flexContainer li.flexBox .postContent h4 {
    font-size: 18px;
}
.pageTitle {
    display: block;
}
.pageTitle h1 {
    margin-bottom: 5px;
}
.pageTitle p {
    margin-top: 0;
}
.content,
.contentArchive,
.contentNarrow {
	width:90%;
	margin-left:5%;
	float:none
}
.content5050Left {
    width: 90%;
	float: none;
}
.content5050Right {
    width: 90%;
	float: none;
    margin-right: 0;
    margin-left: 5%;
}
.contentFullWidth {
	width:90%;
    padding:5vw 0;
	margin-left:5%;
}
.wysiwyg ul,
.wysiwyg ol {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wysiwyg ul li,
.wysiwyg ol li {
    font-size: 16px;
}
footer {
    padding: 40px 5%;
	text-align:center;
}
footer .content5050Right {
    text-align: center;
    width: 100%;
    margin-left: 0;
}
footer .content5050Left {
    width: 100%;
}
footer .logo {
    float: none;
    margin: 20px auto 0 auto;
}
footer .socialIcons a i {
    margin-right: 5px;
    margin-left: 5px;
}
.footerMenu ul li {
	float: none;
    background-color: #1A1057;
    border-radius: 5px;
}
.footerMenu ul li a {
	padding-top:10px;
	padding-bottom:10px;
	margin-right:0;
    margin-bottom: 5px;
}

}

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

.wp-block-media-text .wp-block-media-text__content {
    padding: 5vw 0 0!important;
}    
    
}