/*
Theme Name: Bluelight
Description: Theme by Bluelight Design
Version: 9.0
Author: Bluelight Design
Author URI: https://www.bluelightdesign.co.uk
*/


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* BODY */
body {
	margin: 0px;
	line-height: 1;
	font-family: 'poppins', sans-serif;
	font-weight: 400;
	background-color: #111111;
}
.page-id- body {
	background-color: #FFFFFF;
}
img {
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}
p, ul, ol, tbody, thead, tfoot, figcaption {
	color: #777777;
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 0px 0px 30px 0px;
}
ul, ol {
	margin-left: 45px;
}
h1,h2,h3,h4,h5,h6, .has-large-font-size {
	color: #cf1a4a;
	font-family: 'poppins', sans-serif;
	font-weight: 500;
	margin: 0px 0px 30px 0px;
    line-height: 1.5em;
    letter-spacing: -0.7px;
}
h1 {
	font-size: 2.4em;
	font-weight: 500;
}
/* This is for Cover headings to match H1 size and colour */
.has-large-font-size {
	font-size: 2.4em!important;
	font-weight: 500;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
}
h3 {
	font-size: 1.3em;
	font-weight: 500;
}
h4,h5,h6 {
	font-size: 1.0em;
	letter-spacing: 0px!important;
	font-weight: 500;
}
a:link, a:visited, a:active {
	color: #cf1a4a;
	text-decoration: none;
}
a:hover {
	color: #db0049;
	text-decoration: none;
	transition: .3s ease;
}
strong {
	font-weight: 500;
}
em {
 	font-style: italic;
}
html {
	scroll-behavior: smooth;
}


/* GUTENBURG 2020 */

.wp-block-button, .wp-block-quote, .wp-block-file, .wp-block-embed, .wp-block-audio, .wp-block-verse, .wp-block-preformatted, .wp-block-pullquote, .wp-block-separator, .wp-block-table, #content_container .wp-block-cover {
	margin: 0px 0px 30px 0px!important;
}

body .wp-block-image {
	margin: 0px 0px 30px 0px;
}

body .wp-block-gallery .wp-block-image{
	margin: 0px 16px 16px 0px;
}

.wp-block-column, .wp-block-columns {
	margin-bottom: 0em!important;
}
.wp-block-table {
	width: 100%!important;
	overflow-x:auto!important;
	word-break: normal!important;
}
.wp-block-button__link, .wp-block-file__button {
    border-radius: 30px!important;
    font-size: 1em!important;
    padding: 15px 25px 15px 25px!important;
    font-weight: 500!important;
	display: inline-block!important;
}
.wp-block-file__button, .wp-block-button__link {
    background-color: #cf1a4a!important;
}
.wp-block-button__link:link, .wp-block-button__link:active, .wp-block-button__link:visited, .wp-block-file__button:link, .wp-block-file__button:active, .wp-block-file__button:visited{
	color: #FFFFFF!important;
}
.wp-block-button__link:hover, .wp-block-file__button:hover{
	background-color: #ef215b!important;
;
}

/* GUTENBURG 2021 */

.wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1200px!important;
	margin: auto!important;
	z-index: 1!important;
	overflow: hidden;
}
.wp-block-group, .wp-block-cover {
	width: auto!important;
	padding: 60px 30px 60px 30px!important;
}
.wp-block-group {
    position: relative!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    box-sizing: border-box!important;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 30px 60px 0px 60px!important;
}



/* HEADER */

#header_container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #111111;
}


/* Transparent Header .page-id-911 
.home #header_container {
	position: absolute;
	z-index: 999;
	background-color: transparent;
}
.blog #header_container,
.single-post #header_container,
.archive #header_container,
.search #header_container {
	background-color: #0a141c;
}*/
header {
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0px 30px;
	min-height: 80px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 30px;
	max-width: 252px;
}




/* MAIN NAVIGATION */

nav { 
	position: absolute;
	top: 23px;
	right: 30px;
}
nav ul { 
	margin: 0px;
	line-height: normal;
}
nav li {  
	display: inline-block;
    padding: 5px 0px 5px 0px;
} 
nav a {  
    padding: 0px 15px 0px 15px;
    font-size: 1.0em;
	line-height: 1.1em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
nav li:last-child a { 
	padding-right: 0px!important;
}
nav a:link, nav a:active, nav a:visited {
	color: #ffffff;
}
nav a:hover  {
	color: #ffffff;
}
nav li.current-menu-item a, nav li.current_page_item a{
	color: #ffffff;
}
nav ul li:hover > ul {
    display: block;
}



/* SUB NAVIGATION */

nav .menu-item {
	position: relative;
}
nav ul ul {
    background-color: #212121;
   	opacity: 0.9;
    display: none;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    z-index: 999;
}
nav ul ul a:link, ul ul  a:active, ul ul a:visited {
	color: #FFFFFF;
}
nav ul ul :hover > a {
	color: #db0049;
}
nav ul ul li.current-menu-item a, nav ul ul li.current_page_item a{
	color: #db0049;
}
nav ul ul a {
    padding: 5px 10px 5px 10px;
    height: auto;
	font-size: 1.0em;
	display: block;
	font-family: 'poppins', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	text-transform: none;
}
nav .sub-menu {
	width: 200px !important;
	padding: 10px;
	margin-top: 5px;
}
nav .sub-menu li {
	width:100% !important;
}



/* CONTENT */
#wrapper_page {
	width: 100%;
	background-color: #fffff;
}
#wrapper_blog {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 60px!important;
}
#content_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 30px 60px 30px;
	overflow: hidden;
}
#content {
	width: 75%;
	float: left;
    box-sizing: border-box;
}



/* SIDE BAR, BLOG & WIDGETS */

#sidebar {
	width: 25%;
	float: right;
	padding-left: 30px;
	box-sizing: border-box;
}
.latest-posts ul, .footer-link ul, .widget_recent_entries ul, .widget_archive ul {
	list-style-type: none;
	margin: 0px;
}
.latest-posts li, .footer-link li, .widget_recent_entries li, .widget_archive li {
	margin-bottom: 15px;
}
.latest-posts li:last-child, .footer-link li:last-child, .widget_recent_entries li:last-child, .widget_archive li:last-child {
	margin-bottom: 0px;
}
.latest-posts li a:link, .footer-link li a:link, .widget_recent_entries li a:link, .widget_archive li a:link,
.latest-posts li a:visited, .footer-link li a:visited, .widget_recent_entries li a:visited, .widget_archive li a:visited,
.latest-posts li a:active, .footer-link li a:active, .widget_recent_entries li a:active, .widget_archive li a:active {
	color: #cf1a4a;
}
.latest-posts li a:hover, .footer-link li a:hover, .widget_recent_entries li a:hover, .widget_archive li a:hover {
	color: #db0049;
}
.widget, .post-box {
    background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #dddddd;
    border-radius: 3px;
	margin-bottom: 30px;
}
.post-box, .widget_recent_entries, .widget_archive {
	padding: 30px;
}
.post_thumb {
	background-position: center;
	background-size:cover;
	padding-top: 100%;
}
.home_thumb {
	margin-bottom: 15px!important;
}
.post_date, .post_date_home {
	margin: -20px 0px 30px 0px;
	color: #999999;
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-box .wp-block-button {
	margin: 0px!important;
}
.widget_search {
	padding: 10px 25px 10px 25px;
}
.widget_search form input[type=submit], #searchform .submit {
    background: url(images/search-icon.png) no-repeat center right;
    height: 25px;
    border: none;
    background-size: 25px;
    width: 25px;
	color: transparent;
	margin-top: 15px;
}
.widget_search form input[type=submit] {
    float: right;
}
.widget_search .field, .wp-block-search__input {
	font-family: 'poppins', sans-serif;
    border: none;
    color: #777777;
    font-size: 1.1em;
    padding: 10px;
    width: 70%;
    margin: 0;
}




/* FOOTER */

#footer_container {
	width: 100%;
	background-color: #111111;
}
footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 30px 30px 30px;
	overflow: hidden;
}
footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
}
footer a:link, footer a:active, footer a:visited {
	color: #FFFFFF;
}
footer a:hover  {
	color: #cf1a4a;
}




/* MISC */

#featured_image {
	margin: 0px 0px 30px 0px;
    display: flex;
    justify-content: center;
   	align-items: center;
   	max-height: 600px;
   	overflow: hidden;
}
#featured_image img {
	width: 100%;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: 0px 0px 30px 0px;
}
div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 input[type="tel"], textarea, #searchform .field {
    	border: 1px solid #cccccc;
    	border-radius: 5px;
    	margin: 10px 0;
    	padding: 7px;
}
.wpcf7-form input, .wpcf7-form textarea, #searchform .field {
	font-family: 'poppins', sans-serif;
	color: #777777;
	font-size: 1.0em;
}
.wpcf7-form-control {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   	box-sizing: border-box;
}
.wpcf7-submit, .wp-block-search__button {
	background-color: #cf1a4a!important;
    border-radius: 30px!important;
    font-size: 1em!important;
    padding: 15px 25px 15px 25px!important;
    font-weight: 500!important;
	display: inline-block!important;
	color: #FFFFFF!important;
    border: none;
}
.wp-block-table table {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table td, .wp-block-table table th {
  border: 1px solid #BBBBBB;
  padding: 5px 10px;
}
#cookie-law-info-bar {
	font-size: 0.9em!important;
}
figcaption {
	text-align: center;
}
.clear {
	clear: left;
}
.vertical-align-center {
	align-self: center;
}
.hr-short {
	width: 100px;
	margin: 0px auto 30px auto !important;
}
.col-box {
    border-radius: 10px;
    margin-bottom: 30px !important;
    padding: 30px 30px 0px 30px;
    box-sizing: border-box;
}
.col-box2 {
    border-radius: 24px;
    margin-bottom: 30px !important;
    padding: 30px 30px 0px 30px;
    box-sizing: border-box;
background: radial-gradient(circle at 100% 100%, #0a141c 0, #0a141c 21px, transparent 21px) 0% 0%/24px 24px no-repeat,
            radial-gradient(circle at 0 100%, #0a141c 0, #0a141c 21px, transparent 21px) 100% 0%/24px 24px no-repeat,
            radial-gradient(circle at 100% 0, #0a141c 0, #0a141c 21px, transparent 21px) 0% 100%/24px 24px no-repeat,
            radial-gradient(circle at 0 0, #0a141c 0, #0a141c 21px, transparent 21px) 100% 100%/24px 24px no-repeat,
            linear-gradient(#0a141c, #0a141c) 50% 50%/calc(100% - 6px) calc(100% - 48px) no-repeat,
            linear-gradient(#0a141c, #0a141c) 50% 50%/calc(100% - 48px) calc(100% - 6px) no-repeat,
            linear-gradient(90deg, #ce1a4b 0%, #6b7de7 100%);
	border-radius: 24px;
	padding: 27px;
	box-sizing: border-box;
}
.col-box3 {
	border: 1px solid #384551;
    border-radius: 24px;
    margin-bottom: 30px !important;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
    min-height: 360px;
}
.col-box4 {
    border-radius: 24px;
    margin-bottom: 30px !important;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
	min-height: 360px;
	display: flex;
    flex-direction: column;
    justify-content: center; /* vertical alignment */
}
.card-padding {
	padding: 10px;
}
.card {
	box-shadow: 0px 0px 10px #e5e5e5;
	border-radius: 5px;
	border: 2px solid #ffffff;

}
.card h3, .card p {
	margin-left: 30px;
	margin-right: 30px;
}
.card .wp-block-image {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.fa-li {
	color: #FFFFFF!important;
	font-size: 2.0em!important;
	left: auto!important;
	position: relative!important;
	width: 1.7em!important;
}
.gap-fix {
	gap: 2em;
}
.herotxt {
	line-height: 1.0em!important;
	font-family: "Space Grotesk", serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 7px;
}
.herotxt2 {
	line-height: 1.0em!important;
	font-family: "Space Grotesk", serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1.4em!important;
}
.bullet-txt {
	display: flex;
    align-items: flex-start; /* or center if you prefer */
    gap: 12px;
    font-family: "Space Grotesk", serif !important;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 1.8em !important;
}
.bullet-txt2 {
    display: flex;
    align-items: flex-start; /* or center if you prefer */
    gap: 12px;
    font-family: "Space Grotesk", serif !important;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 2.8em !important;
}
.bullet-txt img {
    flex-shrink: 0; /* prevents the icon from shrinking */
    margin-top: 7px; /* optional: fine-tune vertical alignment */
}
.bullet-txt2 img {
    flex-shrink: 0; /* prevents the icon from shrinking */
    margin-top: 19px; /* optional: fine-tune vertical alignment */
}
h2.bullet-txt2  {
	margin: 0px!important;
}
.bullet-para {
	margin-left: 36px;	
}
.herotxt3 {
	line-height: 1.4em!important;
	font-family: "Space Grotesk", serif;
	font-weight: 500;
	font-size: 2.4em!important;
}
.herotxt img {
vertical-align: baseline;
}
.down-arrow {
  position: absolute;
  top: calc(100vh - 80px);
  left: calc(50% - 14px);
  width: 0;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
  animation: jumpInfinite 1.5s infinite;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

.wp-block-contact-form-7-contact-form-selector {
	width: 50%!important;
}

.contact-centre {
	margin: auto;
}
.line-bot {
	border-bottom: 2px solid #ffffff;
}
.line-top {
	border-top: 2px solid #ffffff;
}
.imgzoom {
    justify-content: center;
    align-items: center;
    display:flex;
}
.imgzoom img{
    transition: transform .2s;
    width:120px;
    height:120px;
    margin:0 auto;
}
.imgzoom img:hover{
    transform:scale(1.10);
}
.white-txt ul {
	color: #ffffff!important;
}
.box-heading {
	font-family: "Space Grotesk", serif;
	font-size: 1.4em;
}
.wp-block-cover.flip-cover .wp-block-cover__image-background {
    transform: scaleX(-1);
}
.wp-block-cover.flip-cover2 .wp-block-cover__image-background {
    transform: scaleY(-1);
}
.contact-text {
    font-family: "Space Grotesk", serif !important;
    font-weight: 400;
    letter-spacing: 0.1px;
	font-size: 3.0em;
}
.contact-button .wp-block-button__link {
    padding: 30px 50px!important;
    border-radius: 60px!important;
}







/* TABLET 1200 */

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

nav {  
	display: none;
}
.rmp_menu_trigger {
	top: 14px!important;
	right: 20px!important;
}
.rmp-menu-item-link {
	padding-right: 0px!important;	
	}
}





/* TABLET 960 */

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

#content {
	width: 66%;
}
#sidebar {
	width: 33%;
}
}




/* Homepage 2 Gutenberg Columns 1199*/

@media screen and (max-width: 1199px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.home-make-sure {
	flex-basis: 100%!important;
}
}


/* Homepage 2 Gutenberg Columns 782*/

@media screen and (max-width: 782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.home-cat {
	flex-basis: 33%!important;
}

}


/* TABLET 768 */

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


#content {
	width: 100%;
}
#sidebar {
	width: 100%;
	padding-left: 0px;
	padding-bottom: 0px;
}
#featured_image {
	max-height: 500px;
}
.card {
	margin-bottom: 30px!important;
}
.card:last-child {
	margin-bottom: 0px!important;
}
.gap-fix {
	gap: 0em;
}
.wp-block-contact-form-7-contact-form-selector {
	width: 100%!important;
}
.herotxt {
	font-size: 42px!important;
}
.herotxt img {
	width: 24px!important;
}

}



/* SMALL TABLET 599 */

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

.post_thumb {
	margin-bottom: 15px!important;
}
.post_date_home {
	margin: -20px 0px 45px 0px;
}

}


/* MOBILE 480 */

@media screen and (max-width: 480px) {
	
	
.bullet-txt2 {
    font-size: 2.0em !important;
}

.rmp_menu_trigger {
	top: 4px!important;
	right: 10px!important;
}
#logo {
    max-width: 180px;
    top: 13px;
    left: 15px;
}
header {
	min-height: 60px;
}
#content_container {
	padding: 30px 15px 30px 15px;
}
.wp-block-group, .wp-block-cover {
	padding: 30px 15px 30px 15px!important;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 30px 30px 0px 30px!important;
}
header {
	padding: 0px 15px 0px 15px;
}
footer {
	padding: 60px 15px 30px 15px;
}	
.post-box, .widget_recent_entries, .widget_archive {
	padding: 15px;
}
#featured_image {
	max-height: 300px;
}
ul, ol {
	margin-left: 20px;
}
.herotxt {
	font-size: 32px!important;
}
.herotxt img {
	width: 18px!important;
}

}