/*

Theme Name: The Social Accelerators
Theme URI: https://klevermedia.uk
Author: Klever media
Author URI: https://kleveremdia.uk
Description: The Social Accelerators WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: socialaccelerators
Tags: blog, one-column, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options
Tested up to: 5.5.1
Requires PHP: true

*/

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

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1;
}

a {
	text-decoration-skip-ink: auto;
}

a[href^='tel'] {
	color: inherit;
	text-decoration: none;
}

button {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

q {
	display: inline;
	font-style: italic;
}

q:before {
	content: '"';
	font-style: normal;
}

q:after {
	content: '"';
	font-style: normal;
}

textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='search'],
input[type='password'] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 2px;
}

big {
	font-size: 120%;
}

small,
sup,
sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd,
tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del,
strike,
s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address,
cite,
var {
	font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

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

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}


/* Fonts */

h1 span {
	color: var( --e-global-color-secondary );
}

p {
	margin-bottom: 20px;
}

p:last-of-type {
	margin-bottom: 0;
}


/* Testimonials */

.elementor .tsa-testimonial {
	display: flex;
    align-items: center;
}

.elementor .tsa-testimonial img {
	max-width: 275px;
	margin-right: 40px;
}

.elementor .tsa-testimonial .tsa-testimonial__content {
	background: url(./assets/images/quote.svg) no-repeat top right;
    background-size: contain;
}

.elementor .tsa-testimonial .tsa-testimonial__content .title {
	color: var( --e-global-color-accent );
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 10px;
	display: block;
}

.elementor .tsa-testimonial .tsa-testimonial__content h3 {
	margin-bottom: 20px;
}

.elementor .tsa-testimonial .tsa-testimonial__content .author {
	display: block;
	font-size: 12px;
	margin-top: 20px;
}

.elementor .tsa-testimonial .tsa-testimonial__content .job-title {
	color: var( --e-global-color-accent );
	display: block;
	font-weight: 500;
}

/* Accordion */

.elementor-accordion-item {
	margin: 5px 0;
}

.elementor-accordion-item .elementor-tab-title {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.elementor-accordion-item .elementor-tab-content ul {
	list-style: disc;
    margin: 0 0 20px 30px;
}

.elementor-accordion-item .elementor-tab-content a:last-of-type {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: var( --e-global-color-057e5c9 );
	color: #fff;
    padding: 15px 20px 15px 20px;
    display: inline-block;
	border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}

.elementor-accordion-item .elementor-tab-content a:last-of-type:hover {
	background: var( --e-global-color-accent );
}

/* Lists */

.elementor-widget-text-editor ul {
	margin: 20px 0 20px 20px;
    list-style: initial;
}

.elementor-widget-text-editor ul li {
	margin-bottom: 10px;
}

.elementor-widget-text-editor ul li:last-of-type {
	margin-bottom: 0;
}

/* Coloured table */

.coloured-table .elementor-container {
	flex-direction: column;
}

.coloured-table .elementor-container .elementor-column .elementor-widget-wrap {
	padding: 20px;
}

.coloured-table .elementor-container .elementor-column:not(:first-of-type) {
	min-height: 100px;
}

.coloured-table .elementor-container .elementor-column {
	width: 100%;
	margin: 2.5px 0;
}

/* Notice banner */

.notice-banner {
	display: flex;
	align-items: center;
	position: fixed;
	max-width: 1120px;
	width: 100%;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	background: var( --e-global-color-primary );
	color: #fff;
	padding: 15px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.notice-banner.show {
	z-index: 99;
	opacity: 1;
	visibility: visible;
}

.notice-banner p {
	font-family: "Lora", Sans-serif;
    font-style: italic;
	font-size: 18px;
	margin-left: 15px;
}

.notice-banner .btn {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
	padding: 15px 20px;
	margin-left: auto;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.notice-banner .btn:hover {
	color: #fff;
    background-color: var( --e-global-color-057e5c9 );
	border-color: var( --e-global-color-057e5c9 );
	cursor: pointer;
}

.notice-banner .close {
	color: #fff;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.notice-banner .close:hover {
	color: var( --e-global-color-secondary );
}

/* Blog */

.single .post-content h1,
.single .post-content h2,
.single .post-content h3,
.single .post-content h4,
.single .post-content h5,
.single .post-content h6 {
	margin-bottom: 20px;
}

/* Embedded forms */

html body ._form {
	padding: 0 !important;
	margin: 0 !important;
}

html body ._form ._form-title,
html body ._form ._html-code {
	margin-bottom: 20px !important;
}

html body ._form input {
	background: #F5F5F5;
	border-color: #F5F5F5 !important;
	padding: 12px 15px !important;
}

html body ._form ._submit,
html body ._form #_form_5_submit {
	background: var( --e-global-color-primary ) !important;
	padding: 15px 20px 15px 20px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

html body ._form ._submit:hover,
html body ._form #_form_5_submit:hover {
	background: var( --e-global-color-accent ) !important;
}

/* Responsive */

@media (max-width: 1140px) {

	.notice-banner {
		right: 10px;
		left: 10px;
	}

}

@media (max-width: 767px) {

	.elementor .tsa-testimonial img {
		max-width: 200px;
	}

	.elementor .tsa-testimonial .tsa-testimonial__content {
		background-size: 30%;
	}

}

@media (max-width: 600px) {

	.elementor .tsa-testimonial {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.elementor .tsa-testimonial img {
		max-width: 150px;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.elementor .tsa-testimonial .tsa-testimonial__content {
		background: none;
	}

}