/*!
Theme Name: UK Company Rescue
Theme URI: https://www.companyrescueuk.co.uk
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for UK Company Rescue 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: 'Figtree', 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;
}

.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: #556987;
	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 {
	--main: #0D1324;
}

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


header#masthead.sticky .top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
}


.main-btn a {
    background-color: var(--main);
    padding: 8px 20px;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: .5s;
}

.hero-text .main-btn {
    margin-top: 20px;
}

.main-btn a:hover {
    filter: blur(1px);
    cursor: pointer;
}

.top-bar {
    background: #F7F4F4;
    padding: 5px 0;
    text-align: right;
}

.header-bar-menu {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.site-branding img {
    height: 60px;
}

ul#primary-menu {
    list-style: none;
    display: flex;
}

ul#primary-menu li {
    padding: 0 10px;
}

ul#primary-menu a {
    color: var(--main);
}

ul#primary-menu a:hover {
    opacity: 70%;
}

.inner-menu {
    display: flex;
    align-items: center;
}

.main-btn i {
    margin-left: 5px;
}

.main-btn.empty a {
    background: transparent;
    color: var(--main);
}

.main-btn a {
    border: solid 1px var(--main);
}

ul#primary-menu a {
    font-size: 20px;
}



/*******************************
================================
HERO
================================
*******************************/

section.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

section.hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(65, 65, 61);
    background: -moz-linear-gradient(90deg, rgba(65, 65, 61, 1) 0%, rgba(65, 65, 61, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(65, 65, 61, 1) 0%, rgba(65, 65, 61, 0) 100%);
    background: linear-gradient(90deg, rgba(65, 65, 61, 1) 0%, rgba(65, 65, 61, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41413d",endColorstr="#41413d",GradientType=1);
    opacity: 50%;
}

section.hero .content_wrap {
    position: relative;
    z-index: 1;
}

.hero-text h1 {
    color: #fff;
    margin: 0 0 30px;
}

h1 {
    font-size: 80px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    font-weight: 100;
}

.hero-text h3 {
    color: #fff;
}

.hero-form {
    background-color: rgba(255, 255, 255, 0.8);

   @supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) {
       
       background-color: transparent; 
       -webkit-backdrop-filter: blur(50px);
       backdrop-filter: blur(50px);
             
   }
}

.hero-form {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.hero-form input {
    background: rgba(245, 241, 241, 0.80);
    border: none;
    border-radius: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 0 10px;
}

.hero-form textarea {
    background: rgba(245, 241, 241, 0.80);
    border: none;
    border-radius: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 0 10px;
}

.hero-form  input.wpcf7-submit {
    background: var(--main);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 200px;
    margin-right: 100%;
    transition: .5s;
}

.hero-form input.wpcf7-submit:hover {
    filter: blur(1px);
    cursor: pointer;
}

span.wpcf7-spinner {
    display: block;
    width: 100%;
}

.hero-form h2 {
    font-size: 30px;
    margin: 0 0 20px;
    text-align: left;
}

.hero-form {
    padding: 30px 30px 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px;
}

.row.inline-centre {
    align-items: center;
}

/*******************************
================================
ABOUT US
================================
*******************************/

section.aboutus {
    padding: 100px 0;
    background: #F7F4F4;
}

.img-row {
    display: flex;
    margin-top: 30px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.single-img {
    padding: 10px;
}

.single-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

h2 {
    font-size: 40px;
    font-weight: 400;
}

.signle-svg {
    width: calc(50% - 30px);
    margin: 15px;
}

.svg-boxes {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.signle-svg h3 {
    margin: 10px 0 0;
    font-size: 30px;
    font-weight: 500;
}


/*******************************
================================
SERVICES
================================
*******************************/

section#services {
    padding: 100px 0;
}

.title-area {
    margin: 0 0 30px;
}

.space {
    margin: 15px;
}

.row.spaced-row {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.service-image img {
    border-radius: 20px;
    display: block;
    margin: 0 0 30px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
}

.service-description h3 {
    font-size: 25px;
    font-weight: 500;
}

.service-description .main-btn {
    margin-top: 20px;
}

/*******************************
================================
TESTIMONIALS
================================
*******************************/

section#reviews {
    background: #1D1F1E;
    padding: 100px 0;
}

section#reviews .title-area h2 {
    border-top: solid 1px;
    padding-top: 50px;
}

.single-testimonial-inner {
    background: #f7f4f4;
    padding: 30px 20px;
    border-radius: 20px;
}

.client-details {
    margin-top: 15px;
    text-align: right;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

h6 {
    font-weight: 100;
    font-size: 18px;
}

.glide__bullets {
    margin-top: 50px;
    background: rgba(255,255,255,0.5);
    height: 2px;
    position: relative;
    display: flex;
}

button.glide__bullet {
    width: 100%;
    background: transparent;
    border: none;
}

/*******************************
================================
CONTACT
================================
*******************************/

section#contactus {
    padding: 100px 0;
}
section#contactus {
    background-image: url(/wp-content/uploads/2024/10/Business-struggle.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-text p {
    text-align: left;
    margin: 0 0 20px;
}

.hero-form h2 {
    margin: 0 0 3px;
}

.large-contact {
    max-width: 650px;
    margin: 0 auto;
}

section#contactus:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 50%;
}

section#contactus .hero-form p {
    color: #111;
}

section#contactus .hero-form {
    background: rgba(255, 255, 255, 0.8);
}

.copyright {
    background: #F7F4F4;
    padding: 5px 0;
}

.copy-detials {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-detials a {
    color: #111;
}


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

.header-bar-menu {
    display: none;
}

section.hero {
    padding: 50px 0;
}

.hero-text h1 {
    font-size: 50px;
    margin: 0 0 10px;
}

section.hero:before {
    background: #111;
    opacity: 60%;
}

section.hero .hero-form h2 {
    margin: 0 0 20px;
    color: #fff;
}

.svg-boxes {
    margin-top: 50px;
}

section.aboutus {
    padding: 50px 0;
}

.signle-svg h3 {
    font-size: 22px;
}

.signle-svg svg {
    height: 80px;
}

.copy-detials {
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px){


/* 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){
	
    .header-bar-menu {
        display: flex;
    }
    
    section.hero:before {
        background: rgb(65, 65, 61);
        background: -moz-linear-gradient(90deg, rgba(65, 65, 61, 1) 0%, rgba(65, 65, 61, 0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(65, 65, 61, 1) 0%, rgba(65, 65, 61, 0) 100%);
        background: linear-gradient(90deg, rgba(65, 65, 61, 1) 0%, rgba(65, 65, 61, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41413d",endColorstr="#41413d",GradientType=1);
        opacity: 50%;
    }
    
    section.hero .hero-form h2 {
        color: #111;
    }
    
    .signle-svg svg {
        height: 100px;
    }
    
    .copy-detials {
        justify-content: space-between;
    }

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






















