/*
Theme Name: PivotalTheme5.2
Theme URI: 
Author: Pivotal Marketing
Author URI: https://www.pivotalmarketing.co.uk
Description: The 2023 Pivotal theme for WordPress built on Bootstrap 5.2.
Version: 21.0
License URI: https://www.pivotalmarketing.co.uk

CSS and actions to maintain
***************************
1*  Standard Styling
2*  Topbar, Header, Sticky
3*  Page Titles
4*  Parallax
5*  Soliloquy / Slider
6*  Menu
7*  Sidebar
8*  Blog / Case Studies
9*  Testimonials
10* Contact form
11* Woocommerce
12* Footer
13* Copyright
14* 404 / Search
15* Breakpoints

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 
font-family: 'Opens Sans', sans-serif; 
font-family: 'Roboto', sans-serif;
*/



/* Branding 

Purple: #202145
Orange: #f4a186
Light Orange: #fef8f5;


/* *1 */

html {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #202145;
}

body {
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    font-weight: 400;
    color: #202145;
}


h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #f4a186;
}


h4 {
    font-size: 1.2rem;
    font-weight: 700;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 0.875rem;
}

p,
ul,
ol {
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
}

ul li {
    margin: 0 0 5px 0;
    padding: 3px 0 0 28px;
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-weight: 400;
    list-style: none;
    background: url(/wp-content/uploads/2025/09/site-icon-150x150-1.webp) no-repeat left 10px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #202145;
    text-decoration: none;
}

a:hover {
    color: #202145;
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clear {
    clear: both;
}

.pull-right {
    text-align: right;
}

hr {
    border-top: 2px solid #f1ad93;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}


.br35 {
    border-radius: 35px;
}

span {
    color: #202145;
}

span.orange {
    color: #f4a186;
}

.orange {
    color: #f4a186;
}

center {
    text-align: center;
}

.center {
    text-align: center;
}

.wholeg-left {
    height: 300px;
    z-index: 0;
    position: absolute;
    margin-left: -150px;
    margin-top: -150px;
}

.wholeg-pr {
    position: relative;
}

.wholeg-zi {
    z-index: 9999;
}

.wholeg-right {
    height: 300px;
    z-index: 0;
    position: absolute;
    margin-left: -150px;
    margin-top: -150px;
}

.wholeg-raf {
    height: 300px;
    z-index: 0;
    position: absolute;
    margin-left: -200px;
    margin-top: -50px;
}

.wholeg-ddr {
    height: 800px;
    z-index: 0;
    position: absolute;
    margin-left: -500px;
    margin-top: -500px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -50%);
}

.centred {
    display: block;
    margin: 0 auto;
}

.asc {
    align-self: center;
}

.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

section {
    padding: 40px 0;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 100% !important;
    width: 1270px;
}

.container-padding {
    padding-left: 100px;
    padding-right: 100px;
}

.p30 {
    padding: 30px;
}

.nomargin {
    margin: 0;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer40 {
    height: 40px;
}

.pulse {
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
    margin: 0 auto;
    display: table;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    padding-top: 50px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}


@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}




.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}


.pvac p:first-of-type + p {
    display: none;
}

.pvac p:first-of-type + row {
    display: block;
}


/* End New Animated Caption Formattting */

/***** Standard button *****   see Codepen for transition buttons  *****/

a.btn {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #202145;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 0;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 13px;
    border-radius: 15px;
    text-decoration: none;
}

a.btn:hover {
    background-color: #f8b297;
    color: #202145;
}

a.btn-header {
    display: inline-block;
    height: auto;
    background-color: #f8b297;
    color: #202145;
    border: none;
    cursor: pointer;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

a.btn-header:hover {
    background-color: #fbd2c3;
    color: #202145;
}

.btn-default {
    background: #3a3748;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    width: auto;
    margin: 0 auto 0 0;
}

.btn-default:hover {
    background: #fff;
    color: #3a3748;
}

/****** Split Button Style *****/

.btn-split {
    background: linear-gradient(110deg, #fdcd3b 70%, #ffed4b 70%);
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    width: auto;
    margin: 0 auto 0 0;
    transition: 1s linear;
}

.btn-split:hover {
    background: linear-gradient(110deg, #ff6600 80%, #ffed4b 80%);
}

.btn-split-img {
    background: linear-gradient(-70deg, #fa7c30 30%, rgba(0, 0, 0, 0) 30%), url('/wp-content/uploads/2024/04/btn-image100.jpg');
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: auto;
    margin: 0 auto 0 0;
    transition: 1s ease;
}

.btn-split-img:hover {
    background: linear-gradient(-60deg, #666 30%, rgba(0, 0, 0, 0) 30%), url('/wp-content/uploads/2024/04/btn-image.jpg');
}


.btn-shadow-insert {
    box-shadow: 120px 0px red inset;
    border-radius: 0px;
    width: 200px;
    padding: 10px;
    margin: 0 auto 0 0;
    transition: 0.5s ease;
}

.btn-shadow-insert:hover {
    box-shadow: 200px 0px black inset;
}


/****** Standard post image *****/

.wp-post-image {
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 0;
}

/* *2 */

/***** Topbar *****/

.topbar {
    background: #fff;
    margin: 0;
    color: #5dc5ea;
    font-size: .8rem;
    font-weight: 200;
    transition: 1s ease;
    display: block;
}

.topbar a {
    color: #3a3748;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 200;
}


.topbar img {
    max-height: 25px;
    margin-right: 5px;
}


.header h1 {
    text-align: center;
}


.custom-logo {
    display: block;
    margin: 0 auto 0 0;
    max-width: 400px;
    padding: 20px;
    transition: all .5s cubic-bezier(0, 0.5, 0.2, 1);
}

/***** Header *****/

/* header with transparent background - To give header/menu/logo a background remove postition:absolute; */


.header-img-m {
    display: none;
}

.header {
    padding: 0;
    background: transparent;
    width: 100%;
    transition: 1s ease;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 99999;
}

.lo-header {
    background: #fef8f5;
    margin-top: 40px;
    border-radius: 40px;
}

.purple-qcircle {
    width: 55vw;
    position: absolute;
    /*margin-top: -40px; */
    max-height: 700px;
}

.purple-qcircle img {
    max-height: 700px;
}

.purple-qcircle .top-left {
    position: absolute;
    top: 40%;
    left: 20%;
    color: #fff;
    font-size: 3rem;
    max-width: 500px;
}

.purple-qcircle .top-left h1 {
    color: #fff;
    text-align: left;
}

.content {
    padding-top: 175px;
}

.svg-inline--fa {
    color: #202145;
}

.fa-phone {
    rotate: 90deg;
}

/***** Sticky Header *****/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding: 200px;
}

.sticky .custom-logo height: 40px;
width: auto;
}

.sticky .header-right {}

.sticky .topbar {
    display: none;
}

/* *3 */

.content {}


.show-mobile {
    display: none !important;
}

/***** Page title area *****/

.header-wrap {
    padding: 100px 0;
    object-fit: cover;
}

.header-wrap h1.entry-title {
    font-size: 60px;
    line-height: 70px;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    font-weight: 700;
}

.header-right {}

p.menu-title {
    text-align: center;
    margin: 10px 0;
    color: #3a3748;
    font-weight: 500;
}

.entry-header {
    margin: 0 auto 0 13%;
    width: 40%;
}

#mega-menu-wrap-primary,
.navbar-default {
    margin: 7px 0;
    font-size: 14px;
}

.page-title {
    color: #222;
    letter-spacing: 1px;
    font: 700 40px/40px"Questrial", sans-serif;
    text-align: center;
    width: 100%;
    padding: 20px;
}


/************************** Image Overlay with tint colour ****************************/
.image-overlay {
    background: green;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: white;
}

.image-overlay p {
    margin: 0;
}

.image-overlay img {
    object-fit: cover;
    opacity: 0.6;
}

.image-overlay .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/************************** Smooth scroll instructions ****************************/
/* https://github.com/cferdinandi/smooth-scroll */
/* Functions.php to enqueue :  wp_enqueue_script ("smooth-scroll", get_stylesheet_directory_uri()."/js/dist/js/smooth-scroll.js");    */
/* Footer script to include:  <script> 	var scroll = new SmoothScroll('a[href*="#"]');  </script>
   - See full script including speed of scroll in the footer.php of this theme  */

/* Then add links to page: e.g.  <a data-scroll href="#bazinga">Anchor Link</a>   &   <div id="bazinga">Scroll End</div>  */
/* Upload the JS  to /js/dist/js/smooth-scroll.js */

/* *4 */

/***** Parallax Images *****/

.parallax h1 {
    font-size: 3em;
    line-height: 1.2em;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.parallax-200-1 {
    background-color: #fff;
    background-image: url("/wp-content/uploads/2018/06/test-solilowuy.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    padding: 20px;
}


/***** Soliloquy / Slider *****/

.soliloquy-container {
    margin-bottom: 0 !important;
}

.soliloquy-outer-container {
    margin-top: 0;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    transition: 1s ease;
    text-align: left !important;
    color: #3a3748 !important;
}

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    padding: 50px !important;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    bottom: unset !important;
    width: 50% !important;
}


.soliloquy-container h1,
.entry-header h1 {
    font-size: 3rem;
    line-height: 3.2rem;
}

.soliloquy-container p:first-of-type,
.entry-header p:first-of-type {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.soliloquy-container p:nth-of-type(2),
.soliloquy-container p:nth-of-type(3),
.entry-header p:nth-of-type(2),
.entry-header p:nth-of-type(3) {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.soliloquy-container a,
.entry-header a {
    background: #3a3748;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
}

.soliloquy-container {
    background: none !important;
    height: auto !important;
}

/***** Mega Menu Styling ******/

#mega-menu-wrap-primary,
.navbar-default {
    background: transparent;
    border: 0px;
    padding: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #fff;
    margin: 0 0 0 5px;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary input,
#mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 100%;
    max-height: 75px;
    margin: 0 auto;
    display: block;
}

/* 7* */

/***** background *****/

.purple-box {
    background: #202145;
    color: #fff;
    padding: 50px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 50px 100px;
}

.purple-box h2,
.footer .purple-box h3,
.footer .purple-box p {
    color: #fff;
    margin-bottom: 10px;
}

.footer .purple-box a {
    color: #f4a186;
    text-align: center;
}


.morange-box {
    background: #fbd2c3;
    color: #f4a186;
    padding: 50px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 50px 100px;
}


.morange-box h2 {
    color: #202145;
    line-height: 3rem;
}

.morange-box h3 {
    color: #202145;
}

.morange-box p {
    color: #202145;
}





.lorange-box {
    background: #fef8f5;
    color: #202145;
    padding: 50px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 50px 100px;
}


.lorange-box img {
    margin-bottom: 40px;
    border-radius: 35px;
}

.lorange-box h2 {
    color: #202145;
    line-height: 3rem;
}

.lorange-box h3 {
    color: #202145;
}

.lorange-box p {
    color: #202145;
}

.lorange-box a {
    color: #202145;
}


.lorange-box.wwa img {
    position: relative;
    margin-top: -220px;
}


.lorange-box.fps {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lorange-box.fps img {
    position: absolute;
    margin-top: -100px;
    max-height: 500px
}

.lorange-box.wcu {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lorange-box.wcu .letstalk {
    position: relative;
    margin-top: -80px;
    margin-bottom: -80px;
    padding: 50px;
    text-align: center;
}


/***** job vacancies *****/

h1.page-title.awsm-jobs-archive-title {
    display: none;
}

.awsm-grid-item .awsm-job-item {
    background: #fff;
    color: #202145;
    border-radius: 25px;
}


.awsm-grid-item .awsm-job-item h2 {
    color: #202145;
    font-size: 1.5rem;
    text-align: center;
}

.explore-more {
    border-radius: 25px;
    margin-bottom: 40px;
    background: #f8b297;
    padding: 30px;
}

.explore-more h3 {
    color: #202145;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 1.2rem;
    margin: 0;
}


.awsm-job-more-container {
    text-align: center;
    margin-top: 40px;
}

a.awsm-job-item .awsm-job-specification-item {
    color: #4c4c4c;
    font-size: 1.1rem;
    line-height: 1.8rem;
}


.awsm-job-form-inner {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 35px;
    color: #202145;
}


.awsm-job-form-inner [type=submit] {
    background: #202145;
    color: #fff;
}


.awsm-job-form-inner [type=submit]:hover {
    background: #fbd2c3;
    color: #202145;
}

.awsm-job-form-group input[type=checkbox] {
    width: auto;
}


.awsm-job-single-wrap small {
    font-size: .8rem;
}

/***** sidebar *****/

.blog-sidebar {
    text-align: right;
    background: #efefef;
    padding: 15px 10px;
    margin-bottom: 45px;
}

.blog-sidebar .textwidget {
    margin-bottom: 40px;
}

.blog-sidebar p {
    text-align: center;
}

.blog-sidebar h4 {
    text-align: center;
}


p.blog-author {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;

}

p.blog-pub {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;
}

p.blog-read {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
}

p.blog-up {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    line-height: 1.25rem;
    display: inline-block;
}

.entry-header ::before,
.entry-header ::after {
    position: unset !important;
}

/* 8* */

/***** Main Blog  *****/

.blog-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
    background: #000000b0;
    margin-top: -30px;
    color: #fff;
    transition: 1s ease;
}

.blog-info p.blog-post-meta {
    color: #efefef;
    margin: 0;
}

.blog-container {
    position: relative;
    border: 3px solid transparent;
}

.blog-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 1s ease;
    backface-visibility: hidden;
}

.blog-image img {
    display: block;
    margin: 0 auto;
    max-height: 250px;
    height: 250px;
    width: auto;
}

.blog-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.blog-container:hover .blog-image {
    filter: grayscale(1);
}

.blog-container:hover .blog-middle {
    opacity: 1;
}

.blog-container:hover .blog-info {
    opacity: 0;
}

.blog-text {
    background-color: #5dc5ea;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.blog-middle a,
.blog-middle a:hover {
    text-decoration: none;
}

.blog-post p {}

.blog-post p:hover {
    text-decoration: none;
}

.blog-cols {
    padding: 30px;
    border: 10px solid #fff; 
}

.col-lg-4:nth-of-type(odd) .blog-cols {
    background: #fbd2c3;
    color: #f4a186;
}

.col-lg-4:nth-of-type(even) .blog-cols {
    background: #fef8f5;
    color: #202145;
}

.blog-img img {
    margin: 0 auto 30px auto;
    display: block;
    object-fit: cover;
    height: 250px;
    width: 100%;
    max-height: 250px;
    border-radius: 20px;
}

.blog-cols h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.blog-cols h3::before {
    display: none;
}

.blog-cols p {
    font-size: .9rem;
    line-height: 1.6rem;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

.blog-cols p.blog-post-meta {
    font-size: .8rem;
    font-weight: 600;
}


/***** Single Blog *****/

.featured-image {
    width: 300px;
    float: left;
    margin: 5px 20px 0 0;
}

img.blog-img {
    margin-top: -100px;
    width: auto;
    max-width: 450px;
    height: 300px;
    object-fit: cover;
}

/***** Case studies *****/

.case-study-excerpt {}

/* 9* */

/***** Testimonials *****/


blockquote {
    background: #e7f6fb;
    border-radius: 30px;
    padding: 10px 30px;
}

blockquote a {
    color: #3a3748;
}

/*
blockquote::before {
    content: url(/wp-content/uploads/2022/12/quote-right-2.png);
    left: 270px;
    margin-top: 40px;
}

blockquote::after {
    content: url(/wp-content/uploads/2022/12/quote-left-2.png);    
    right: 270px;
    margin-top: -410px;
}
*/

.strong-view-id-1 .wpmtst-testimonial-content {
    text-align: left !important;
    margin: 0 !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
    font-size: 1rem !important;
    font-style: italic;
    line-height: 1.5rem !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-field {
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

/* 10* */
/***** Contact Form CF7 WPCF7  *****/

.wpcf7-spinner {
    display: none;
}

#wpcf7-f5-o1 {
    padding: 50px;
}

.wpcf7-form-control-wrap {
    width: -webkit-fill-available;
}

footer [type=submit] {
    width: fit-content;
    padding: 0 20px;
    margin-left: 5px;
    background: #3a3748;
    color: #fff;
    border: none;
}

[type=submit] {
    width: fit-content;
    padding: 0 20px;
    margin-left: 5px;
    background: transparent;
    font-weight: 500;
    color: #fff;
    border: 2px solid #efefef;
    width: 100%;
    font-size: 1.2rem;
    padding: 5px;
}

[type=submit]:hover {
    background: #5dc5ea;
    color: #fff;
    border: 2px solid #5dc5ea;
}

.form-control {
    background: rgba(255, 255, 255, 0.6);
}

#awsm-application-file {
    border: none;
}


button,
input,
optgroup,
select,
textarea {
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    width: 100%;
    color: #202145;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
}

select {
    height: 42px;
    text-align: center;
}

::placeholder {
    color: #202145 !important;
    font-size: .9rem;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #202145 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #202145 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #202145 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

input.btn-default {
    max-width: 300px;
    padding: 15px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

input.btn-default:hover {
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

.awsm-job-form-group label {
    margin-bottom: 7px;
    font-size: .8rem;
    line-height: normal
}

.section .awsm_job_openings-template-default .purple-box {
    margin-bottom: 0;
}

.awsm_job_openings-template-default .purple-box h3 a {
    color: #f4a186; 
}

.home .awsm-grid-item {
    width: 50%;
}

.home .awsm-filter-wrap {
    display: none;
}

.awsm-selectric-scroll li {
    background: none;
}

.cky-notice-btn-wrapper {
    display: flex!important;
}

.cky-btn { 
    width: auto!important;
    max-width: 100%!important;
}

.awsm-job-content ul, .morange-box ul {
     color: #202145;
}
/* 11* */

/* 12* */
/***** Footer *****/


footer {
    background: #fef8f5;
    padding: 40px 0;
}

.footer h4 {
    font-size: 1.25rem;
    padding-bottom: 20px;
    margin: 0;
    color: #202145;
    font-weight: 500;
}

.footer p,
.footer a {
    color: #202145;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    margin-right: 5px;
    margin-bottom: 10px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}

.ffa {}

.sfa {
    text-align: center;
}


/* 13* */
/***** Copyright *****/


.copyright {
    background-color: #202145;
    font-size: 0.75rem;
    color: #fff;
    padding: 15px 0;
}

.copyright a {
    color: #fff;
    margin-left: 15px;
}

.copyright p {
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.copyright p.copyright-right {
    text-align: right;
}

.copyright p.copyright-left {
    text-align: left;
}


/* 14* */
/***** 404 / Search *****/

.page404 {
    margin-top: 50px;
    text-align: center;
    padding: 100px 30px;
}

.page404 h2 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 form#searchform.searchform {
    max-width: 300px;
    margin: 0 auto;
}



/* 15* */
/***** Resolution Break Point / Media Screens *****/

/***** 
Bootstrap Grid 

Size              Extra Small    Small         Medium        Large       Extra Large
                  <576px         >=576PX       >=768px       >=992px     >=1200px
Class Prefix      .col-          .col-sm-      .col-md-      .col-lg-    .col-xl-

*****/

@media (max-width:1500px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 10%;
    }

    .purple-qcircle .top-left h1 {
        font-size: 2.2rem;
    }

    a.btn-header {
        margin: 20px 0 0 0;
    }

    /*** body ***/

    /*** footer ***/
}

@media (max-width:1399px) {

    .menubox.mob-hide {
        display: none;
    }

}


@media (max-width:1300px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 5%;
    }

    .header {
        padding-left: 50px;
        padding-right: 50px;
    }

    .custom-logo {
        max-width: 100%;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Large devices (desktops, up to 1200px)   .col-lg-   *****/
@media (max-width:1199px) {

    /*** header / menu ***/
    .purple-qcircle .top-left {
        top: 40%;
        left: 10%;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px;
    }

    .content {
        padding-top: 155px;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:998px) {

    /*** header / menu ***/

    .show-mobile {
        display: block !important;
    }

    .show-mobile ::before,
    .show-mobile ::after {
        position: relative;
    }

    .contactbox.hide-mobile {
        display: none;
    }

    .topbar {
        text-align: center;
    }

    .topbar .asc {
        padding: 10px;
    }

    .custom-logo {
        padding: 10px;
        max-height: 55px;
    }

    .hide-mobile {
        display: none;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:991px) {

    /*** header / menu ***/

    .header-wrap {
        padding: 50px 0;
    }

    /*** body ***/

    .purple-qcircle .top-left {
        width: 39vw;
        left: 14%;
    }

    .purple-qcircle .top-left h1 {
        font-size: 1.5rem;
    }

    .purple-qcircle .top-left p {
        font-size: .9rem;
    }

    a.btn-header {
        padding: 6px 12px;
        margin: 10px 0 0 0;
    }

    .o1 {
        order: 1;
    }

    .o2 {
        order: 2;
        text-align: center;
    }

    .o3 {
        order: 3;
    }

    .phem {
        display: inline-block;
        padding-right: 10px;
    }

    .container-padding,
    .purple-box,
    .morange-box,
    .lorange-box {
        padding-left: 50px;
        padding-right: 50px;
    }

    .morange-box {
        text-align: center;
    }



    .lorange-box.wwa img {
        position: unset;
        margin-top: 0;
    }


    /*** footer ***/
}

/***** Small devices (landscape phone, up to 768px)   .col-sm-   *****/
@media (max-width: 767px) {

    /*** header / menu ***/

    .header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .mob-hide {
        display: none;
    }

    .purple-qcircle {
        width: 70vw;
    }

    .purple-qcircle .top-left {
        width: 55vw;
        left: 10%;
    }

    a.btn-header {
        padding: 5px 10px;
        margin: 0px 0 0 0;
    }

    .purple-qcircle .top-left p {
        font-size: .75rem;
    }

    .purple-qcircle .top-left h1 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    a.btn {
        font-size: .9rem;
    }

    /*** body ***/


    /*** footer ***/
    .copyright p.copyright-right,
    .copyright p.copyright-left {
        text-align: center;
    }
}


/***** Small devices (phones, up to 576px)   .col-   *****/
@media (max-width: 575px) {


    .header-img-d {
        display: none;
    }

    .header-img-m {
        display: block;
    }

    .topbar .fbtns {
        padding: 3px 0 0 0;
    }

    span.contact:first-of-type {
        display: block;
        margin-bottom: 10px;
    }

    .lo-header {
        margin-top: 20px;
    }

    .content {
        padding-top: 130px;
    }

    .purple-qcircle .top-left {
        width: 85vw;
        left: 14%;
        top: 35%;
    }

    .purple-qcircle .top-left p {
        font-size: .7rem;
    }

    a.btn-header {
        padding: 1px 13px;
        margin: 7px 0 0 0;
        border-radius: 10px;
    }

    .morange-box h2,
    .morange-box h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lorange-box.fps img {
        position: inherit;
        margin-top: -100px;
        max-height: 500px
    }

    .lorange-box.wcu .letstalk {
        position: unset;
        margin-top: 30px;
    }


    ol,
    ul {
        padding-left: 0;
    }

    /*** header / menu ***/
    .header-wrap {
        background: url('/wp-content/uploads/2022/11/sides_with_panel.png') !important;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-color: #5dc5ea !important;
        padding: 50px !important;
    }

    .purple-qcircle {
        width: 100vw;
    }


    /*** body ***/

    .container-padding,
    .purple-box,
    .morange-box,
    .lorange-box {
        padding-left: 25px;
        padding-right: 25px;
    }

    /*** footer ***/
}
