/*!
Theme Name: RF Thunder
Theme URI: https://rfthunder.me
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for RF Thunder by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

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, textarea {
	font-family: 'Nunito', sans-serif;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #101010;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--green: #8BAF1A;
	--pink: #E6007E;
	--gray: #F2F2F5;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(218, 218, 218, 0.5);
}

.site-header .content_wrap {
    max-width: 1280px;
    width: 100%;
    padding: 0 24px;
}

.header-bar-menu {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-branding img.custom-logo {
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.site-title-link {
    font-weight: 700;
    font-size: 1.25rem;
    color: #101010;
}

.header-contact-link {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}

.header-contact-link:hover {
    color: #b00000;
}

/*******************************
================================
HOME
================================
*******************************/

.hero-section {
    padding-top: 12rem;
    padding-bottom: 4rem;
}

.hero-wrap {
    max-width: 1280px;
    width: 100%;
    padding: 0 24px;
}

.hero-content {
    max-width: 980px;
}

.hero-kicker-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.hero-kicker-line {
    width: 48px;
    height: 2px;
    background: #b00000;
}

.hero-kicker-text {
    color: #b00000;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 40px;
    color: #111111;
}

.hero-subtitle {
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.5;
    max-width: 860px;
    color: #4a4a4a;
}

.hero-image-wrap {
    margin-top: 64px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.intro-section {
    padding: 4rem 0;
    background: #ffffff;
}

.intro-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.intro-content {
    margin-left: auto;
}

.intro-lead {
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    line-height: 1.55;
    color: #2d2d2d;
    font-weight: 600;
    margin: 0 0 2rem;
}

.intro-copy {
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 2rem;
}

.intro-copy:last-child {
    margin-bottom: 0;
}

.what-we-do-section {
    padding: 4rem 0;
    background: #f9f7f5;
}

.what-we-do-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.what-we-do-heading {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b00000;
    margin: 0 0 2.5rem;
}

.what-we-do-image-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3rem;
}

.what-we-do-image {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
}

.what-we-do-col--text {
    display: flex;
    flex-direction: column;
}

.what-we-do-lead {
    font-size: clamp(1.35rem, 3vw, 1.875rem);
    font-weight: 600;
    line-height: 1.25;
    color: #111111;
    margin: 0 0 1.25rem;
}

.what-we-do-copy {
    font-size: clamp(1.05rem, 1.8vw, 1.125rem);
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 1.25rem;
}

.what-we-do-copy--last {
    margin-bottom: 0;
}

.what-we-do-emphasis {
    font-weight: 600;
    color: #2d2d2d;
}

.what-we-do-col--card {
    display: flex;
}

.what-we-do-card {
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(218, 218, 218, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.what-we-do-card-intro {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 500;
    line-height: 1.5;
    color: #2d2d2d;
    margin: 0 0 1.5rem;
}

.what-we-do-list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.what-we-do-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.what-we-do-list li:last-child {
    margin-bottom: 0;
}

.what-we-do-list-line {
    width: 24px;
    height: 2px;
    background: #b00000;
    margin-top: 0.65em;
    flex-shrink: 0;
}

.what-we-do-list-text {
    font-size: clamp(1.125rem, 2.2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.35;
    color: #111111;
}

.what-we-do-card-footer {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(218, 218, 218, 0.45);
}

@media (min-width: 1024px) {
    .what-we-do-grid {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: 3rem;
    }
}

.how-we-work-section {
    position: relative;
    min-height: clamp(520px, 75vh, 900px);
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    background-image: var(--how-we-work-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.how-we-work-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.15) 55%,
        rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
}

.how-we-work-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 24px;
    box-sizing: border-box;
}

.how-we-work-card {
    max-width: 34rem;
    width: 100%;
    padding: 2rem 1.75rem;
    background: rgba(24, 24, 28, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}

.how-we-work-label {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e5c04d;
    margin: 0 0 1.25rem;
}

.how-we-work-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 1.75rem;
}

.how-we-work-body {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
}

.how-we-work-accent {
    width: 3px;
    min-height: 100%;
    align-self: stretch;
    flex-shrink: 0;
    background: #e5c04d;
    border-radius: 2px;
}

.how-we-work-text {
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    font-weight: 500;
    line-height: 1.65;
    color: rgba(235, 235, 240, 0.88);
    margin: 0;
}

.cta-section {
    position: relative;
    padding: 6rem 24px;
    color: #ffffff;
    overflow: hidden;
}

.cta-pattern {
    position: absolute;
    inset: 0;
    background-size: 600px;
    background-position: center;
    background-repeat: repeat;
    pointer-events: none;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        #ee3124 0%,
        #ee3124 55%,
        rgba(238, 49, 36, 0.85) 75%,
        rgba(238, 49, 36, 0.3) 90%,
        rgba(238, 49, 36, 0.05) 100%
    );
    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 56rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.cta-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.cta-title {
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.cta-title-br {
    display: none;
}

.cta-title-muted {
    color: rgba(255, 255, 255, 0.6);
}

.cta-subtitle {
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    max-width: 42rem;
    margin: 0 auto;
}

.cta-form-panel {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    box-sizing: border-box;
}

.cta-form-heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #ffffff;
}

.cta-form-lead {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 2rem;
}

.cta-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cta-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.cta-field {
    display: flex;
    flex-direction: column;
}

.cta-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
}

.cta-input {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.cta-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.cta-input:focus {
    border-bottom-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.cta-textarea {
    resize: none;
    min-height: 8rem;
}

.cta-form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1rem;
}

.cta-disclaimer {
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    text-align: center;
}

.cta-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-shrink: 0;
    background: #ffffff;
    color: #ee3124;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-submit-icon {
    transition: transform 0.3s ease;
}

.cta-submit:hover {
    background: #111111;
    color: #ffffff;
}

.cta-submit:hover .cta-submit-icon {
    transform: translateX(4px);
}

.cta-form-admin-note {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.cta-form-panel .wpcf7 {
    margin: 0;
}

.cta-form-panel .wpcf7-form {
    margin: 0;
}

.cta-form-panel .cta-form--cf7 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cta-form-panel .wpcf7-form p {
    margin: 0;
}

.cta-form-panel .wpcf7-form .cta-form-footer p {
    margin: 0;
}

.cta-form-panel .wpcf7-form-control.wpcf7-text,
.cta-form-panel .wpcf7-form-control.wpcf7-email,
.cta-form-panel .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
}

.cta-form-panel .wpcf7-not-valid-tip {
    font-size: 0.8125rem;
    margin-top: 0.35rem;
    color: #ffb4b4;
}

.cta-form-panel .wpcf7-response-output {
    margin: 0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.cta-form-panel .wpcf7-spinner {
    margin-left: 0.5rem;
}

.cta-form-panel input.wpcf7-submit.cta-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-right: 2.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23EE3124' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 20px 20px;
}

.cta-form-panel input.wpcf7-submit.cta-submit:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

@media (min-width: 640px) {
    .cta-form-footer {
        flex-direction: row;
        align-items: center;
    }

    .cta-disclaimer {
        text-align: left;
        max-width: 20rem;
    }
}

@media (min-width: 768px) {
    .cta-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-title-br {
        display: block;
    }
}

/*******************************
================================
FOOTER
================================
*******************************/

.site-footer {
    background: #111111;
    color: rgba(200, 200, 205, 0.9);
    padding: 3rem 24px;
}

.site-footer-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-sizing: border-box;
}

.site-footer-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-footer-logo {
    height: 2rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.site-footer-name-link {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(200, 200, 205, 0.5);
    text-decoration: none;
}

.site-footer-name-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer-copy {
    font-size: 0.75rem;
    line-height: 1.45;
    text-align: center;
    color: #ffffff;
}

.site-footer-line {
    margin: 0 0 0.35rem;
    color: #ffffff;
}

.site-footer-line:last-child {
    margin-bottom: 0;
}

/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){

.site-header .content_wrap {
    padding: 0 48px;
}

.hero-section {
    padding-top: 16rem;
    padding-bottom: 5rem;
}

.hero-wrap {
    padding: 0 48px;
}

.hero-image-wrap {
    margin-top: 96px;
}

.intro-section {
    padding: 5rem 0;
}

.intro-container {
    padding: 0 48px;
}

.what-we-do-section {
    padding: 5rem 0;
}

.what-we-do-container {
    padding: 0 48px;
}

.what-we-do-card {
    padding: 2rem;
}

.how-we-work-inner {
    padding: 5rem 48px;
}

.how-we-work-card {
    padding: 2.5rem 2.25rem;
}

.cta-section {
    padding: 8rem 48px;
}

.cta-form-panel {
    padding: 3rem;
}

.site-footer {
    padding: 3rem 48px;
}

.site-footer-inner {
    flex-direction: row;
    align-items: center;
}

.site-footer-copy {
    text-align: right;
}

/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){
	
/* global */


.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}






















