/*!
Theme Name: astonsaccess
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: astonsaccess
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.

astonsaccess 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
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;
}

/* 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 {
	list-style: disc;
}

ul li {
	list-style-type: none;
}

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: #111;
	text-decoration: none;
}

a:visited {
	color: #111;
}

a:hover,
a:focus,
a:active {
	color: #235d9a;
}

a:focus {
	outline: thin dotted;
}

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


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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 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 ul a {
	width: 200px;
}

.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;
}

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

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

.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. */
.custom-logo-link {
	display: inline-block;
}

/* 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 {
	display: grid;
}

.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;
}






/*--------------------------------------------------------------
# Global 
--------------------------------------------------------------*/


/* Font Size */

.font-xxs {
  font-size: 80%;
}

.font-xs {
  font-size: 90%;
}

.font-normal {
  font-size: 1em;
}

.font-s {
  font-size: 1.1em;
}

.font-m {
  font-size: 1.2em;
}

.font-l {
  font-size: 1.4em;
}

.font-xl {
  font-size: 1.6em;
}

.font-xxl {
  font-size: 2em;
}

.font-spaced {
  letter-spacing: 2px;
}

.font-capital {
  text-transform: uppercase;
}

/* Display Type */

.grid {
  display:grid;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

/* Visibility */

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

/* Padding */

.p0_10 {
  padding: 0 10px;
}

.p0_15 {
  padding: 0 15px;
}


.p5 {
  padding:5px;
}

.p5_0 {
  padding: 5px 0;
}

.p5_10 {
  padding: 5px 10px;
}

.p5_15 {
  padding: 5px 15px;
}

.p10 {
  padding:10px;
}

.p10_15 {
  padding: 10px 15px;
}

.p15 {
  padding:15px;
}

.p15_25 {
  padding: 15px 25px;
}

.p15_0 {
  padding: 15px 0;
}

.p25 {
  padding:25px;
}

.p25_50 {
  padding:25px 50px;
}

.p50 {
  padding: 50px;
}

.p50_0 {
  padding: 50px 0;
}

.p50_25 {
  padding: 50px 25px;
}

.p50_50_25_50 {
	padding: 50px 50px 25px 50px;
}

.p100 {
  padding: 100px;
}

.p100_25 {
  padding: 100px 25px;
}

.p100_50 {
  padding: 100px 50px;
}

.p150_25 {
  padding: 150px 25px;
}

.p200_25 {
  padding: 200px 25px;
}

.p250_25 {
  padding: 250px 25px;
}

.p350_25 {
  padding: 350px 25px;
}


.p0_25 {
  padding: 0 25px;
}

.p25_0 {
  padding: 25px 0;
}

.p5_25 {
  padding: 5px 25px;
}


/* Margins */

.m5 {
  margin:5px;
}

.m10 {
  margin:10px
}

.m10_0 {
  margin: 10px 0;
}

.m15 {
  margin:15px;
}

.m25 {
  margin:25px;
}

.m25_0 {
  margin: 25px 0;
}

.m50_0 {
  margin: 50px 0;
}


/* Width */

.w10 {
  width: 10%;
}

.w25 {
  width: 25%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.w100 {
  width: 100%;
}


.w_25 {
	width: 25px;
}


.w_50 {
	width: 50px;
}

.w_75 {
  width: 75px;
}

.w_100 {
  width: 100px;
}

.w_125 {
  width: 125px;
}

.w_150 {
  width: 150px;
}

.w_175 {
  width: 175px;
}

.w_200 {
  width: 200px;
}

.w_225 {
  width: 225px;
}

.w_250 {
  width: 250px;
}

/* Height */

.h10pc {
  height: 10%;
}

.h25pc {
  height: 25%;
}

.h50pc {
  height: 50%;
}

.h75pc {
  height: 75%;
}

.h100pc {
  height: 100%;
}


/* Gap */

.g0 {
  grid-gap: 0px !important;
}

.g5 {
  grid-gap: 5px;
}

.g10 {
  grid-gap: 10px;
}

.g15 {
  grid-gap: 15px;
}

.g25 {
  grid-gap: 25px;
}

.g50 {
  grid-gap: 50px;
}

.g100 {
  grid-gap: 100px;
}


.gr25 {
  grid-row-gap: 25px;
}

.gc25 {
  grid-column-gap: 25px;
}

.gc50 {
  grid-column-gap: 50px;
}


/* Grid Alignments */

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.aie {
  align-items: end;
}

.asc {
  align-self: center;
}

.alc {
  align-content:end;
}

.als {
  align-content: start;
}

.ace {
  align-content: end;
}

.acc {
  align-content: center;
}

.jcc {
  justify-content: center;
}

.jce {
  justify-content: end;
}

.jsc {
  justify-self: center;
}

.ass {
	align-self: start;
}

/* Text */

.tl {
  text-align: left;
}

.tr{
  text-align: right;
}

.tc {
  text-align: center;
}

/* Radius */

.r0 {
  border-radius: 0px;
}

.r2 {
  border-radius: 2px;
}

.r5 {
  border-radius: 5px;
}

.r5t {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.r10 {
  border-radius: 10px;
}

.r10t {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.r15 {
  border-radius: 15px;
}

.r15t {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


.r25 {
  border-radius: 25px;
}






/* Button */

.btn {
  cursor: pointer;
  display: inline-block;
  text-shadow: none;
}

.btn-xs {
  padding: 2.5px 7.5px;
}

.btn-s {
  padding: 5px 15px;
}

.btn-m {
  padding: 10px 20px;
}

.btn-l {
  padding: 12.5px 20px;
}

.btn-xl {
  padding: 15px 20px;
}

/* Error */

.error {
  color:red;
}


/* 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;
}


/* Colours
--------------------------------------------- */

.bg--primary {
	background-color: #235d9a;
	color:#fff;
}

a.bg--primary {
	color:#fff !important;
}

.bg--secondary {
	background-color: #151b31;
	color:#fff;
}

a.bg--secondary {
	color: #fff !important;
}

.bg--white {
	background-color: #fff;
	color:#404040;
}

a.bg--white {
	color:#404040 !important;
}

.bg--grey {
	background-color: #f8f8f8;
	color:#404040;
}

a.bg--grey {
	color:#404040 !important;
}




/* Body
--------------------------------------------- */

body {
  background: linear-gradient(
    to bottom,
    #efefef 0%,
    #fcfcfc 40%,
    #f7f7f7 100%
  );
}

body, a {
		color: #111111;
}

/* Header
--------------------------------------------- */


header {
	background-color: #fff;
}

header.top {
	transition: all 0.3s ease;
}

header .container {
	grid-template-columns: 200px 1fr auto;
	transition: grid-template-columns 0.3s ease;
}

header.top.active {
	position: fixed;
	box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
    top: 0;
   width: 100%;
   z-index: 99999;
}

header.active .container {
	grid-template-columns: 150px 1fr auto;
}






/* Slider
--------------------------------------------- */


/* Slider */

section .slider {
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.35);
}


section .slider .item.h650, section .slider .item.h650 .overlay {
	height: 650px;
}

section .slider .item .overlay {
  background-color: rgba(0,0,0,0.1); 
  position: relative;
  z-index: 8888;
  padding: 0 25px;
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: flex-start; /* left align */
}


section .slider .item .overlay .text {
  padding: 50px;
  width: 70%;
  color:#fff;
  line-height: 2em;
  border-radius: 25px;
  /* background: rgba(0, 0, 0, 0.2); */
}

section .slider .item .overlay .text h1,
section .slider .item .overlay .text h2,
section .slider .item .overlay .text h3,
section .slider .item .overlay .text h5,
section .slider .item .overlay .text p {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
}


section .slider .item .overlay .text h1 {
  color:#fff;
  font-size: 2.8em;
  padding: 0;
}

section .slider .item .overlay .text h2 {
  color:#fff;
  font-size: 2.4em;
  padding: 5px 0;
  margin: 0;
}


section .slider .item .overlay .text h3 {
  color:#fff;
  font-size: 1.6em;
  padding: 5px 0;
  margin: 0;
}


section .slider .item .overlay .text h3::after {
  content: '';
  display: block;
  width: 50px;
  padding-top: 15px;
}


section .slider .item .overlay .text h4 {
	display: inline-block;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 15px;
	width: fit-content;
	padding: 2.5px 15px;
	background-color: #071830;
	font-size: 70%;
}



section .slider .item .overlay .text p {
  margin: 0 0 25px 0;
  line-height: 1.3em;
  font-size: 1.1em;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

section .slider .item .overlay .text p a.whatsapp {
	color:#25d366;
}

section .slider .item .overlay .text a.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 15px 0 0;
  transition: all 0.3s ease;
}

/* Chevron ONLY for callback button */
section .slider .item .overlay .text a.about-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Hover effect */
section .slider .item .overlay .text a.about-btn:hover::after {
  transform: rotate(45deg) translate(3px, -3px);
}

/* Phone icon styling */
section .slider .item .overlay .text a.callback-btn i {
  font-size: 14px;
}

/* About button */
section .slider .item .overlay .text a.about-btn {
  background: #fff;
  color: #222;
}

/* Callback button */
section .slider .item .overlay .text a.callback-btn {
  background-color: #2f66a9;
  color: #fff;
}

/* Hover states */
section .slider .item .overlay .text a.btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

section .slider .item .overlay .text ul {
	margin: 0;
	padding: 0;
}

section .slider .item .overlay .text ul.action {
	margin: 15px 0;
}

section .slider .item .overlay .text ul li {
  display: inline-block;
  list-style-type: none;
}

section .slider ul.slick-dots {
  /* position: relative !important; */
}

.slick-dots {
  bottom: 25px !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

section .slider ul.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1 !important;
}

section.slick-dotted.slick-slider {
  margin: 0 !important;
}

section .slider ul.slick-dots li button:before {
  font-size: 12px !important;
  color: #fff;
}

section .slider .item .overlay {
	position: relative;
}


section .slider .item .overlay .logo {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    border-radius: 50%;
    height: 125px;
    width: 125px;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    overflow: hidden;
}

section .slider .item .overlay .logo img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
}

section .slider .item.h350 .overlay .text ul.services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	margin: 15px 0;
	justify-self: start;
}


/* Navigation */
header .container nav ul,
header .container nav.desktop--action ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

header .container nav ul li {
	display: inline-block;
	position: relative;
}

header .container nav ul li.current-menu-item > a, header .container nav ul li.current-menu-ancestor > a {
	background-color: #225d9a;
	color: #fff;
	border-radius: 25px;
	box-shadow:
		0 2px 6px rgba(0, 0, 0, 0.06),
		0 1px 2px rgba(0, 0, 0, 0.04);
}

header .container nav ul li.menu-item-has-children > ul.sub-menu li a{
	background: inherit;
	color:inherit;
	border-radius: inherit;
	box-shadow: inherit;
}

header .container nav ul li a {
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
}

/* Dropdown parent */
header .container nav ul li.menu-item-has-children {
	position: relative;
}

/* Hidden by default */
header .container nav ul li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 1000;
	background: #fff;
	min-width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
}

/* Dropdown items */
header .container nav ul li.menu-item-has-children > ul.sub-menu li {
	display: block;
	width: 100%;
}

/* Show dropdown on hover */
header .container nav ul li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}

/* Dropdown links */
header .container nav ul li.menu-item-has-children > ul.sub-menu li a {
	padding: 10px 20px;
}



header .container nav.desktop--action ul {
	grid-template-columns: auto auto auto 1fr;
}

header .container nav.desktop--action ul li {
	display: grid;
	align-items: center;
}

header .container nav.desktop--action ul li a.whatsapp {
	padding: 0;
	color:#25d366;
}

header .container nav.desktop--action ul li a.whatsapp i {
	color:#25d366;
	font-size: 2.8em;
}

header .container nav.desktop--action ul li span.mobile-menu-btn {
	display: block;
	font-size: 2em;
	cursor: pointer;
}




header .mobile--navigation {
	display: none;
	top: 0;
	width: 350px;
	height: 100%;
	position: fixed;
	padding: 25px;
	overflow-x: hidden;
	z-index: 9999;
	box-shadow: 3px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

header .mobile--navigation .mobile-menu-btn-close {
	position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.6em;
    cursor: pointer;
    background: none;
    border: none;
    width: auto !important;
    box-shadow: none;
    color:#fff;
}

header .mobile--navigation nav .menu-desktop_menu-container {
  margin: 25px 0;
}

header .mobile--navigation nav ul {
  padding: 0;
  margin: 0;
}

header .mobile--navigation nav ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,.6);
}

header .mobile--navigation nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

header .mobile--navigation nav ul li.menu-item-has-children > a::after {
  content: "+";
  font-size: 28px;
  line-height: 1;
}

header .mobile--navigation nav ul li.menu-item-has-children.open > a::after {
  content: "−";
}

header .mobile--navigation nav ul li ul {
  padding: 0 0 10px 15px;
  display: none;
}

header .mobile--navigation nav ul li ul li {
  border: 0;
}

header .mobile--navigation nav ul li ul li a {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  opacity: .9;
}

header .mobile--navigation nav ul li ul li a:hover {
	text-decoration: underline;
}

/* Manufacturer
--------------------------------------------- */

section .text.manufacturer h1 {
	padding: 0;
	margin: 0;
}

section .text.manufacturer h2 {
	color:#235d9a;
	padding: 0 0 25px 0;
	margin: 0;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: linear-gradient(90deg, #061d36, #07172c);
  color: #fff;
  grid-gap: 25px;
  padding: 15px 5%;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.35);
  overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 95%;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center; /* centers horizontally */
  gap: 15px;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.trust-item svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
}

.trust-item svg.star-icon {
  fill: currentColor;
  stroke: none;
}

/* Footer
--------------------------------------------- */

footer .container {
	grid-template-columns: auto 1fr;
	background-color: #fff;
}

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

footer .copyright ul.address {
	text-align: left;
}

footer .copyright ul.address li {
	padding: 10px 0;
}

footer .copyright ul.privacy.terms {
	text-align: right;
}

footer .copyright ul {
	margin: 0;
	padding: 0;
}

footer .copyright ul li {
	display: inline-block;
	list-style-type: none;
}

footer .copyright ul li a {
	display: block;
	white-space: nowrap;
	text-decoration: underline;
}

footer .copyright ul.privacy.terms li a {
	display: block;
	padding: 10px;
}

footer .container .models {
	display: grid;
	grid-gap: 25px;
	grid-column: 1 / 3;
background:
  radial-gradient(circle at top left, rgba(255,255,255,0.1) 0%, transparent 60%),
  linear-gradient(135deg, #235d9a 0%, #1f538a 100%);
  color:#fff;
}

footer .container .models h2 {
	padding: 0;
	margin: 0;
}

footer .container .models h2::after {
		content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 10px 0;
}

footer .container .models .menu-make_model_menu-container ul {
	margin: 0;
	padding: 0;
}

footer .container .models .menu-make_model_menu-container ul li {
	display: inline-block;
}


footer .container .models .menu-make_model_menu-container ul li a {
	display: block;
	margin: 5px;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s ease;
}

/* Hover effect */
footer .container .models .menu-make_model_menu-container ul li a:hover {
	color: #fff !important; /* subtle highlight */
	border-bottom-color: #fff;
}

/* First & last margin fixes */
footer .container .models .menu-make_model_menu-container ul li:first-child a {
	margin-left: 0;
}

footer .container .models .menu-make_model_menu-container ul li:last-child a {
	margin-right: 0;
}

footer .regions {
	background-color: #fff;
}

footer .regions .menu-regions_menu-container ul {
	margin: 0;
	padding: 0;
}

footer .regions .menu-regions_menu-container ul li {
	display: inline-block;
}

footer .regions .menu-regions_menu-container ul li a {
		display: block;
	padding: 5px 0;
	margin: 5px;
	border-bottom: 1px dotted #555;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #555 !important;
	font-size: 90%;
}

footer .float.whatsapp {
	position: fixed;
	display: grid;
	align-items: center;
	justify-content: center;
	right: 25px;
	bottom: 25px;
	z-index: 100;
	background-color: #25d366;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	padding: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

footer .float.whatsapp.active {
	width: 65px;
	height: 65px;
}

footer .float.whatsapp.active a i {
	font-size: 2.4em;
	transition: all 0.3s ease;
}

footer .float.whatsapp a i{
	font-size: 2em;
	color:#fff;
}


/* Hero 
--------------------------------------------- */

section .hero--vrm {
	grid-template-columns: repeat(2, 1fr);
background:
    radial-gradient(circle at top, rgba(255,255,255,0.04) 0%, transparent 60%),
    linear-gradient(to bottom, #151b31 0%, #171d35 100%);
	 color:#fff;
}

section .hero--vrm .text {
	padding: 50px;
}

section .hero--vrm .text h1, section .hero--vrm .text h2 {
	position: relative;
	padding: 0;
	margin: 0;
}

section .hero--vrm .text h2::after,
section .contact .text h1::after,
section .page--service .text h1::after,
section .page--reviews .text h1::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #235d9a;
	margin: 10px 0;
}

section .hero--vrm .text ul.services {
	margin: 0;
	padding: 0 15px;
}

section .hero--vrm .text ul.services li {
	list-style-type: none;
	display: block;
	padding: 2.5px 0;
}

section .hero--vrm .text ul.links {
	margin: 0;
	padding: 35px 0;
}

section .hero--vrm .text ul.links li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px 0 0;
}
section .hero--vrm .text ul.links li a {
	display: block;
	font-weight: bolder;
}

section .hero--vrm .registration {
	background: radial-gradient(circle at top left, rgba(255,255,255,0.1) 0%, transparent 60%), linear-gradient(135deg, #235d9a 0%, #1f538a 100%);
}

section .hero--vrm .text form  {
	grid-template-columns: repeat(2, 1fr);
}

section .hero--vrm .text .error p strong a {
	color:red;
}

section .hero--vrm .text form  input[type="text"], section .page--service form input[type="text"] {
	padding: 5px 15px;
	font-family: 'UKNumberPlate', sans-serif;
	font-size: 1.8em;
  background-color: #f2cf53;
  border-radius: 5px;
  border:0;
  text-align: center;
  min-height: 50px;
}

section .hero--vrm .text form input[type="submit"], section .page--service form input[type="submit"] {
	display: block;
	cursor: pointer;
	font-weight: bold;
	border:none;
	width: 100px;
}


section .hero--vrm .text p a {
	text-decoration: underline;
	color:#fff;
}

/* Key Services
--------------------------------------------- */

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

section .key--services .item {
	grid-template-columns: auto 1fr;
		 box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.04);
}

section .key--services .item .text h3 {
	padding: 10px 0;
	margin: 0;
	line-height: 1.2em;
}

section .key--services .item .text p {
	margin: 0;
	padding: 0;
}

section .key--services .item .icon span {
	display: block;
	border-radius: 50%;
	padding: 5px;
	font-size: 2.2em;
	padding: 15px;
}

/* Key Services Manufacturer
--------------------------------------------- */

section .key--services-manufacturer {
	grid-template-columns: repeat(2, 1fr);
}

section .key--services-manufacturer .text {
	background-color: #fff;
}

section .key--services-manufacturer .text ul li {
	list-style-type: square;
}

section .key--services-manufacturer .text .title {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 15px;
	align-items: center;
	line-height: 1.8em;
}

section .key--services-manufacturer .text .title img {
	width: 75px;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

section .key--services-manufacturer .text .title h1, section .key--services-manufacturer .text .title h2 {
	margin: 0;
	padding: 0;
}

section .key--services-manufacturer .image .key--services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

section .key--services-manufacturer .image .key--services .item {
	grid-template-columns: 1fr;
}


section .key--services-manufacturer .image .key--services .item .text {
	background: none;
}

section .key--services-manufacturer .text .gallery {
	
}

section .key--services-manufacturer .text .gallery figure {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 15px;
}
/* Telephone */

section .cta--telephone {
	font-size: 1.1em;
}

section .cta--telephone a {
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
}

/* Map
--------------------------------------------- */

section .map {
	background-color: #fff;
	height: 500px;
}

section .region .map {
	height: 100%;
}

/* Region
--------------------------------------------- */

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

section .region .text {
	background: linear-gradient(
    to bottom,
    #ffffff,
    #fbfbfb,
    #f7f7f7
);
}

/* Page
--------------------------------------------- */

section .page ul li {
	list-style-type: square;
}

section .page p a {
	font-weight: bold;
	text-decoration: underline;
}

/* Contact
--------------------------------------------- */

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

section .contact .text {
	background: linear-gradient(
    to bottom,
    #ffffff,
    #fbfbfb,
    #f7f7f7
);
}

section .contact .text h1 {
	padding: 0 0 15px 0;
	margin: 0;
}

section .contact .text p.disclaimer {
	line-height: 1.2em;
	color:#222;
}



section .contact .text .wpcf7 form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 10px;
}


section .contact .text .wpcf7 form .field input, section .contact .text .wpcf7 form .field textarea, section .contact .text .wpcf7 form .field select {
	width: 100%;
	box-sizing: border-box;
	transition: all 0.2s ease;
	border-radius: 5px;
	padding: 10px;
	border:none;
	background-color: #fff;
	border:1px solid #efefef;
}

section .contact .text .wpcf7 form .field input[type="submit"] {
	cursor: pointer;
	background-color: #235d9a;
	color:#fff !important;
	font-weight: bold;
	min-height: 50px;
}

section .contact .text .wpcf7 form .field label {
	font-size: 95%;
}

section .contact .text .wpcf7 form .field.col_2, section .contact .text .wpcf7 form .wpcf7-response-output {
	grid-column: 1 / 3;
}

section .contact .text .wpcf7 form .field.submit {
	padding: 25px 0 0 0;
}

section .contact .text .wpcf7 form .field.vrm input {
	font-family: 'UKNumberPlate', sans-serif;

}


section .contact .map {
	height: 100%;
}


/* FAQ
--------------------------------------------- */

section .faq .question {
	padding: 0 15%;
}

section .faq .question details {
  display: block;
  padding: 15px 25px;
  background-color: #fff;
  margin: 25px 0;
  		 box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.04);
}

section .faq .question details summary {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 10px;
}

section .faq .question details summary h3 {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.1em;
}

section .faq .question details .answer ul {
  padding: 0;
  margin: 0 0 0 15px;
}

section .faq .question details summary span.arrow:after {
    content: '\02795';
    font-size: 1.1em;
}

section .faq .question details[open] summary span.arrow:after {
    content: "\2796" !important;
    font-size: 1.1em;
}

section .faq .text.help p {
	color:#777;
	font-size: 90%;
}

section .faq .text.help p a {
	color:#777;
	border-bottom: 1px dotted #777;
}


/* Service
--------------------------------------------- */

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

section .page--service .text img {
	display: none;
}

section .page--service .text h1, section .page--reviews .text h1{
	padding: 0 0 15px 0;
	margin: 0;
}

section .page--service .text h1::after, section .page--reviews .text h1::after {
	  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #235d9a;
  margin: 10px 0;
}

section .page--service form {
	grid-template-columns: repeat(2, 1fr);
	background-color: #fafafa;
}

section .page--service .text ul li {
	list-style-type: square;
}

section .page--service .text p a {
	text-decoration: underline;
}


.faq .elfsight-app-1cf417f3-0eec-4f48-8c1f-7c3ab176a4c4 {
	display: none;
}

/*--------------------------------------------------------------
# Responsive Laptop
--------------------------------------------------------------*/

@media all and (max-width: 1280px) { 

	header .container {
		grid-template-columns: 200px auto;
	}


	nav.desktop--navigation {
		display: none;
	}

	header .container nav.desktop--action ul {
		justify-self: end;
	}

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



  .faq .elfsight-app-1cf417f3-0eec-4f48-8c1f-7c3ab176a4c4 {
		display: block;
	}


}



/*--------------------------------------------------------------
# Responsive Big Tablet
--------------------------------------------------------------*/

@media all and (max-width: 980px) { 

	header .container nav ul li a {
		padding: 7.5px 15px;
	}

	section .slider .item.h650, section .slider .item.h650 .overlay {
		height: 500px;
	}

	section .slider .item .overlay .text {
		width: 100%;
	}

	section .slider .item .overlay .text h2 {
		font-size: 1.8em;
	}

	section .slider .item .overlay .text h3 {
		font-size: 1.3em;
	}


	section .key--services-manufacturer, section .region {
		grid-template-columns: 1fr;
	}

	section .region {
		grid-gap: 0;
	}

	section .region .text {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	section .region .map {
		grid-row: 1 / 2;
		height: 200px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	section .contact {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	section .contact .map {
		grid-row: 2 / 3;
		height: 200px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}


}




/*--------------------------------------------------------------
# Responsive Small Tablet
--------------------------------------------------------------*/

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

	h1 {
		font-size: 1.6em;
	}

	h2 {
		font-size: 1.2em;
	}


	section .key--services {
		grid-template-columns: 1fr;
	}


	section .hero--vrm {
		grid-template-columns: 1fr;
		padding: 0 0 50px 0;
	}

	section .hero--vrm .image {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		height: 200px;
	}

	section .hero--vrm .text {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
		padding: 25px;
	}

	section .hero--vrm .text form, 	section .page--service .text form {
		grid-template-columns: 1fr;
	}

	section .hero--vrm .text form input[type="text"], section .page--service form input[type="text"] {
		font-size: 1.3em;
	}

	section .hero--vrm .text form input[type="submit"], section .page--service form input[type="submit"] {
		width: auto;
	}

	section .page--service {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	section .page--service .text {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	section .page--service .image {
		grid-row: 1 / 2;
		height: 200px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	section .page--service .image , section .region .map{
		grid-row: 1 / 2;
		height: 200px;
	}

	section .page--service .text {
		grid-row: 2 / 3;
	}

	section .key--services-manufacturer .image .key--services {
		grid-template-columns: 1fr;
	}



}


/*--------------------------------------------------------------
# Responsive Mobile Landscape
--------------------------------------------------------------*/


@media all and (max-width: 520px) { 


	.p50 {
		padding: 25px;
	}

	header .container {
		grid-template-columns: 160px auto;
		grid-gap: 5px;
	}

	header .container .logo a img {
		width: 100%;
		display: block;
	}

	header .container .elfsight-app-1cf417f3-0eec-4f48-8c1f-7c3ab176a4c4 {
		display: none;
	}

	section .slider .item .overlay .text {
		width: 100%;
		padding: 0;
	}

	section .slider .item .overlay .text h2 {
		font-size: 1.6em;
		line-height: 1em;
	}

	section .slider .item .overlay .text h3 {
		font-size: 1.3em;
		line-height: 1.4em;
	}


	section .slider .item .overlay .text p {
		font-size: 1em;
	}

	section .slider .item .overlay .text ul li a.p15_25 {
		padding: 7.5px 15px;
	}


	section .key--services .item {
		grid-template-columns: 1fr;
		text-align: center;
	}

	section .key--services .item .icon {
			justify-content: center;
	}

	section .key--services-manufacturer .text .title h2 {
		font-size: 1.1em;
	}

	section .key--services-manufacturer .text .title img {
		width: 50px;
	}


	section .faq .question {
		padding: 0;
	}


	footer .copyright {
		grid-template-columns: 1fr;
	}

	footer .float.whatsapp {
		bottom: 15px;
		right: 15px;
	}

	section .contact .text .wpcf7 form {
		grid-template-columns: 1fr;
	}

	section .contact .text .wpcf7 form .field.col_2, section .contact .text .wpcf7 form .wpcf7-response-output {
		grid-column: 1 / 2;
	}

	footer .copyright ul.privacy.terms {
		text-align: center;
	}
 


}





