/*
    Theme Name: Graffiti Recruitment
    Author: Yellow Marshmallow
    Author URI: https://www.yellowmarshmallow.co.uk/
    Version: 1.0
    Template: genesis
    Template Version: 2.3.0
*/


/* # Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - Genesis eNews Extended
    - Jetpack
- Skip Links
- Site Header
    - Title Area
    - Widget Area
- Site Navigation
    - Accessible Menu
    - Site Header Navigation
    - After Header Navigation
    - Footer Navigation
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
    - Max-width: 1340px
    - Max-width: 1200px
    - Max-width: 1023px
    - Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

@import url("//hello.myfonts.net/count/3bfc70");

@font-face {
    font-family: 'Nexa';
    src: url('fonts/NexaLight.woff2') format('woff2'),
        url('fonts/NexaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/NexaRegular.woff2') format('woff2'),
        url('fonts/NexaRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/NexaBold.woff2') format('woff2'),
        url('fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 17px;
    font-size: 1.7rem;
}

body {
    background-color: #fff;
    color: #262228;
    font-family: 'Nexa', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden;
}

.dslc-modules-section .dslc-module-front {
    font-family: 'Nexa', sans-serif;
}

a,
#dslc-content .dslc-module-front a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
img,
h1,
h2,
h3,
h4,
h5,
h6,
.last-word-gilroy h4 strong:after,
.lnr,
.top-bar,
.site-header,
.footer-top #text-6 .textwidget a i,
.dslc-icon,
.grid-layout .last-word-gilroy,
.grid-layout .dslc-modules-area .dslc-module-front.dslc-col,
.dslc-text-module-content,
.site-header,
.dashicons-menu:before,
.site-header > .wrap,
.header-image .title-area,
.owl-page span,
.pricing-table .dslc-3-col,
.pricing-table .dslc-4-col,
.site-header .widget-area section,
.genesis-nav-menu,
.footer-widgets .menu li:before,
#dslc-content .dslc-project-thumb .dslc-project-main,
#dslc-content .dslc-accordion-item .dslc-accordion-header:after,
#dslc-content .dslc-accordion-item .dslc-accordion-header .dslc-accordion-title,
.gfield.final .final-wrapper,
#dslc-content .block-section .dslc-post-filters .dslc-post-filter,
.genesis-nav-menu a:before,
body .recipe-form .gform_wrapper ul li.gfield,
.gallery img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

.product-listing-section ul.products li.product,
.search-results .results-section .dslc-post,
.product-listing-section ul.products li.product .product-attributes {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

a {
    color: #8a27b4;
    text-decoration: none;
    outline: none !important;
}

#dslc-content .dslc-module-front a {
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    color: #e238a1;
    text-decoration: none;
    outline: none !important;
}

#dslc-content .dslc-module-front a:focus,
#dslc-content .dslc-module-front a:active,
#dslc-content .dslc-module-front a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 25px;
    padding: 0;
}

#dslc-content .dslc-text-module-content p:last-child {
    margin-bottom: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

.dslc-tp-content ol,
.dslc-tp-content ul {
    margin: 25px 0;
    padding: 0 0 0 25px;
}

li {
    list-style-type: none;
}

.dslc-tp-content li {
    list-style-type: inherit;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong,
body .dslc-content strong, body .dslc-content b {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

.fa, .fas, .far, .fal, .fab {
    font-style: normal !important;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 35px;
    color: #262228;
    letter-spacing: 0.025em;
}

h1 {
    font-size: 80px;
    font-size: 8rem;
}

h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
}

h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.33;
}

h3 strong,
h3 b {
    color: #8a27b4;
}

h3 i,
h3 em {
    color: #e238a1;
    font-style: normal !important;
}

h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
}

h5 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.45;
}

h6 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.home-slider-container {
    min-height: 100vh;
}

.ms_wrapper .ms_slide_wrapper .ms_color.ng-scope {
    background-color: #262228 !important;
    background-blend-mode: lighten;
    -webkit-background-blend-mode: lighten;
    -moz-background-blend-mode: lighten;
}

.ms_wrapper .ms_slide_wrapper .ms_image.ng-scope,
.ms_wrapper .ms_slide_wrapper .ms_video_background.ng-scope{
    opacity: 0.8;
    background-color: #262228 !important;
    background-blend-mode: lighten;
    -webkit-background-blend-mode: lighten;
    -moz-background-blend-mode: lighten;
}

.ms_wrapper .ms_layer {
    text-align: left;
    margin-top: 60px !important;
}

.ms_wrapper h1,
.ms_wrapper h4 {
    color: #fff;
}

.ms_wrapper h4 {
    font-weight: 300;
}

.ms_button_layer {
    background-color: #8a27b4;
    border-radius: 30px;
    border: 2px solid #8a27b4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: none;
    font-weight: 700;
    line-height: 56px !important;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    letter-spacing: 0.025em;
}

.ms_button_layer:hover,
.ms_button_layer:focus {
    background-color: #e238a1 !important;
    border-color: #e238a1 !important;
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* ## Forms
--------------------------------------------- */

.contact-heading {
    padding-top: 60px !important;
}

#gform_wrapper_3.gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

#gform_wrapper_3.gform_wrapper .gform_body {
    padding: 0;
    overflow: hidden;
}

#gform_wrapper_3.gform_wrapper ul.gform_fields li.gfield {
    margin: 0 0 15px;
    padding: 0;
}

#gform_wrapper_3.gform_wrapper ul.gform_fields li.gfield.col-3 {
    width: 23.40425%;
    display: block;
    float: left;
    margin-right: 2.12766%;
    min-height: 1px;
    clear: none;
}

#gform_wrapper_3.gform_wrapper ul.gform_fields li.gfield.col-3:nth-child(3) {
    margin-right: 0;
}

#gform_wrapper_3.gform_wrapper .gfield_required {
    color: #ff6000;
}

#gform_wrapper_3.gform_wrapper .top_label .gfield_label {
    margin-bottom: 10px;
}

body #gform_wrapper_3.gform_wrapper .top_label div.ginput_container {
    margin: 0;
}

#gform_wrapper_3 .nf-form-cont .submit-container {
    margin-top: 30px;
}

#gform_wrapper_3 .nf-form-cont .submit-wrap {
    text-align: center;
}

input,
select,
textarea,
#gform_wrapper_3.gform_wrapper textarea,
#gform_wrapper_3.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #fff;
    border: 2px solid #d5d5d5;
    line-height: 50px;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    outline: none;
    color: #262228;
    border-radius: 25px;
    padding: 0 20px;
    font-weight: 400;
}

.search_jobs input[type="text"] {
    border-radius: 25px;
    padding: 0 20px;
}


.search-form input.search-form-input {
    line-height: 60px;
    height: 60px;
    border: none;
    border-radius: 3px 0 0 3px;
    color: #002e2e;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 25px;
    display: inline-block;
    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -ms-calc(100% - 130px);
    max-width: 420px;
}

.search-form input[type="submit"].search-form-submit {
    width: 130px;
    background: #fea680;
    border-color: #fea680;
    line-height: 60px;
    height: 60px;
    padding: 0;
    border-radius: 0 3px 3px 0;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

#gform_wrapper_3.gform_wrapper textarea {
    height: 110px !important;
}

#gform_wrapper_3.gform_wrapper select {
    width: 100% !important;
    padding: 0 15px !important;
}

input:focus,
select:focus,
textarea:focus,
#gform_wrapper_3.gform_wrapper textarea:focus,
#gform_wrapper_3.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    border-color: #8a27b4;
}

.search-form input[type="submit"].search-form-submit:hover,
.search-form input[type="submit"].search-form-submit:focus {
    background: #01abaa !important;
    border-color: #01abaa !important;
}

#gform_wrapper_3.gform_wrapper .gform_footer {
    padding: 0;
    margin: 35px 0 0;
    text-align: left;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input::-webkit-input-placeholder {
    color: #262228;
    font-weight: 400;
}

input:-moz-placeholder {
    color: #262228;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #262228;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #262228;
    font-weight: 400;
}

input::-ms-input-placeholder {
    color: #262228;
    font-weight: 400;
}

input::placeholder {
    color: #262228;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#dslc-content div.dslc-button a,
.button {
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid #8a27b4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    color: #8a27b4;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: none;
    font-weight: 700;
    line-height: 56px;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    letter-spacing: 0.025em;
}

.search_submit input[type="submit"] {
    line-height: 46px;
    border-style: solid;
    background: #8a27b4;
    color: #fff;
    border-color: #8a27b4;
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.cta-section .wpcf7 input,
.cta-section .wpcf7 textarea {
    border-color: #fff;
}

button i,
#dslc-content div.dslc-button a i,
.button i,
button span.dslc-icon,
#dslc-content div.dslc-button a span.dslc-icon,
.dslc-info-box-button span.dslc-icon,
.button span.dslc-icon {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px;
    vertical-align: unset;
}

.button.btn-green,
#dslc-content a.btn-green {
    background-color: #8a27b4 !important;
    border-color: #8a27b4 !important;
    color: #fff !important;
}

.button.btn-white,
#dslc-content a.btn-white {
    background-color: transparent!important;
    border-color: #fff !important;
    color: #fff !important;
}

.button.btn-blue,
#dslc-content a.btn-blue {
    background-color: #e238a1 !important;
    border-color: #e238a1 !important;
    color: #fff !important;
}

.half-btn-section {
    margin-top: -22px;
}

.button.btn-float-right,
#dslc-content a.btn-float-right {
    position: absolute;
    bottom: 120px;
    right: 120px;
    z-index: 1;
}

#dslc-content .center-btns div.dslc-button a {
    min-width: 270px;
    text-align: center;
    margin: 0 15px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
#dslc-content div.dslc-button a:focus,
#dslc-content div.dslc-button a:hover,
.button.btn-green:hover,
#dslc-content a.btn-green:hover,
.button.btn-green:focus,
#dslc-content a.btn-green:focus,
.button:focus,
.button:hover {
    background-color: #e238a1 !important;
    border-color: #e238a1 !important;
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.wpcf7 .submit-wrap input[type="submit"],
.wpcf7 .submit-wrap input[type="reset"] {
    background-color: #8a27b4;
    border-radius: 30px;
    border: 2px solid #8a27b4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: none;
    font-weight: 700;
    line-height: 56px;
    height: 60px;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    letter-spacing: 0.025em;
    width: auto;
}

.wpcf7 .submit-wrap input[type="submit"].btn-white,
.wpcf7 .submit-wrap input[type="reset"].btn-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.wpcf7 .submit-wrap input[type="reset"] {
    background-color: transparent;
    border: 2px solid #e238a1;
    color: #e238a1;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.wpcf7 .submit-wrap input[type="submit"]:hover,
.wpcf7 .submit-wrap input[type="reset"]:hover {
    background-color: #e238a1 !important;
    border-color: #e238a1 !important;
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.wpcf7 .submit-wrap input[type="submit"]:disabled,
.wpcf7 .submit-wrap input[type="submit"]:disabled:hover {
    background-color: #8a27b4 !important;
    border-color: #8a27b4 !important;
    border-width: 2px !important;
    color: #fff !important;
    cursor: not-allowed !important;
    opacity: 0.5;
}

.wpcf7 fieldset {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

.wpcf7 hr {
    margin: 0;
    margin-top: 45px;
    padding-bottom: 45px;
    border-top: none;
}

.wpcf7 label {
    font-weight: bold;
    margin: 0 0 10px;
    display: block;
}

.wpcf7 textarea {
    min-height: 110px !important;
    max-width: 100% !important;
    outline: none;
}

.wpcf7 .fields.col-2 .field,
.wpcf7 .fields.col-3 .field {
    width: 23.40425%;
    display: block;
    float: left;
    margin-right: 2.12766%;
    min-height: 1px;
}

.wpcf7 .fields.col-3 .field {
    width: 23.40425%;
}

.wpcf7 .fields.col-2 .field.last,
.wpcf7 .fields.col-3 .field.last {
    margin-right: 0;
    clear: right;
}

#dslc-content .contact-form .wpcf7 {
    padding-right: 30px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}

.wpcf7 .submit-wrap {
    margin: 0;
}

.cta-section .wpcf7 .wpcf7-list-item {
    color: #fff;
}

.wpcf7 input[type="checkbox"] {
    line-height: 1;
    height: auto;
    border-radius: 0;
    border: none;
    vertical-align: unset;
    margin-right: 5px;
}

.cta-section .wpcf7 input[type="file"] {
    display: none;
}

.cta-section .wpcf7 label[for=upload-cv] {
    background-color: #fff;
    border: 2px solid #d5d5d5;
    line-height: 46px;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    outline: none;
    color: #262228;
    border-radius: 25px;
    padding: 0 20px;
    font-weight: 400;
    cursor: pointer;
}

.cta-section .wpcf7 label[for=upload-cv] i {
    font-weight: 400;
    margin-right: 10px;
}

.cta-section .wpcf7 label[for=upload-cv] {
    border-color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

#dslc-content .contact-form .wpcf7 .submit-wrap {
    margin: 0;
}

.gforms_confirmation_message {
    margin: 0 auto;
    max-width: 768px;
    background-color: #c5a467;
}

.gforms_confirmation_message {
    padding: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
}

.gforms_confirmation_message h2 {
    color: #fff;
    margin-bottom: 30px;
}

.gforms_confirmation_message p:last-child {
    margin-bottom: 0;
}

.gforms_confirmation_message br {
    display: none;
}

#gform_wrapper_3.gform_wrapper div.validation_error {
    color: #fff;
    background: #790000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding: 15px;
    min-height: 0;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error, #gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,255,255,.15);
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
    border-top: none;
    border-bottom: none;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 15px !important;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: -15px;
}

#gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    margin-top: 10px;
}

#gform_wrapper_3.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.breadcrumb,
.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.top-bar .wrap,
.site-header .wrap,
.breadcrumb,
.footer-widgets .wrap,
.woocommerce-custom-sidebar .wrap,
.site-footer .wrap {
    max-width: 100%;
    padding: 0 80px;
}

.site-inner {
    clear: both;
    word-wrap: break-word;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: transparent;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.45;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    position: relative;
    text-align: left;
    margin-top: 0;
    z-index: 1;
    float: left;
    display: block;
    overflow: hidden;
}

#dslc-content .heading-section .dslc-tp-meta li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.45;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    position: relative;
    text-align: left;
    margin-top: 0;
    z-index: 1;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 25px;
}

#dslc-content .heading-section .dslc-tp-meta li:before {
    content: '\f660';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-weight: 300;
    display: inline-block;
}

#dslc-content .heading-section .dslc-tp-meta li:first-child:before {
    content: '\f073';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-weight: 300;
    display: inline-block;
}

.breadcrumb a,
#dslc-content .heading-section .dslc-tp-meta li a {
    color: #fff;
}

.breadcrumb a:hover,
#dslc-content .heading-section .dslc-tp-meta li a:hover {
    color: #8a27b4;
}

.page-id-5856 .breadcrumb a:hover {
    color: #8a27b4 !important;
}

.page-id-5859 .breadcrumb a:hover {
    color: #e238a1 !important;
}

.page-id-5862 .breadcrumb a:hover {
    color: #57d885 !important;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

/* ## Titles
--------------------------------------------- */

#dslc-content .block-section {
    padding-bottom: 0 !important;
}

#dslc-content .block-section.blog-blocks {
    padding-bottom: 80px !important;
}

#dslc-content .block-section .dslc-post,
#dslc-content .block-section .dslc-module-shortcode {
    padding: 80px;
    position: relative;
    margin-bottom: 0;
    background: #8a27b4;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dslc-content .block-section.blog-blocks .dslc-post {
    padding: 0;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    min-height: 0 !important;
    display: block !important;
}

#dslc-content .block-section .dslc-post:last-child {
    background: #e238a1;
}

#dslc-content .block-section .dslc-post:hover {
    background: #fdce3f;
}

#dslc-content .block-section .dslc-module-shortcode {
    background: #262228;
}

#dslc-content .block-section.blog-blocks .dslc-post:last-child,
#dslc-content .block-section.blog-blocks .dslc-post:hover {
    background: #fff;
}

#dslc-content .block-section .dslc-posts.dslc-carousel-arrow-aside {
    width: 100%;
}

#dslc-content .block-section .dslc-post-thumb {
    margin-bottom: 0;
    background: #002e2e;
    border-radius: 3px;
}

#dslc-content .block-section.blog-blocks .dslc-post-thumb {
    margin-bottom: 0;
    border-radius: 0;
}

#dslc-content .block-section .dslc-post img {
    opacity: 0.66;
}

#dslc-content .block-section.blog-blocks .dslc-post img {
    opacity: 1;
}

#dslc-content .block-section .dslc-post:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 1;
}

#dslc-content .block-section.blog-blocks .dslc-post:hover img {
    opacity: 1;
}

#dslc-content .block-section .dslc-post-main {
    padding: 0;
    margin: 0;
}

#dslc-content .block-section.blog-blocks .dslc-post-main {
    padding: 25px 25px 10px;
    margin: 0;
    color: #262228;
}

#dslc-content .block-section .dslc-post-main:after {
    content: '\f148';
    font-family: 'Font Awesome 5 Pro';
    margin: 0;
    font-weight: 300;
    font-size: 60px;
    font-size: 6rem;
    position: relative;
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    left: 17px;
    top: 5px;
    margin-bottom: -20px;
    pointer-events: none
}

#dslc-content .block-section.blog-blocks .dslc-post-main:after {
    left: 17px;
    top: -5px;
    margin-bottom: -20px;
    color: #8a27b4;
}

#dslc-content .block-section .dslc-post:hover .dslc-post-main {

}

#dslc-content .block-section .dslc-cpt-post-title,
#dslc-content .block-section .dslc-project-title {
    margin-bottom: 0;
}

#dslc-content .block-section .dslc-cpt-post-excerpt,
#dslc-content .block-section .dslc-project-excerpt {
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
}

#dslc-content .block-section .dslc-cpt-post-title h2,
#dslc-content .block-section .dslc-project-title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
    margin-bottom: 35px;
    padding: 0;
    width: 100%;
    color: #fff;
}

#dslc-content .block-section.blog-blocks .dslc-cpt-post-title h2 {
    color: #8a27b4;
    margin-bottom: 25px;
    font-size: 19px;
    font-size: 1.9rem;
}

#dslc-content .block-section .dslc-cpt-post-title h2 a,
#dslc-content .block-section .dslc-project-title h2 a {
    display: inline-block;
}

#dslc-content .block-section .dslc-cpt-post-meta,
#dslc-content .block-section .dslc-project-cats {
    margin: 0 0 35px;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
    background: none;
    color: #fff;
    font-weight: bold;
    font-style: normal;
}

#dslc-content .block-section.blog-blocks .dslc-cpt-post-meta {
    margin: 0 0 25px;
    color: #262228;
}

#dslc-content .block-section .dslc-cpt-post-meta .dslc-cpt-post-meta-date {
    float: none;
}

#dslc-content .block-section .dslc-cpt-post-meta .dslc-cpt-post-meta-date:before {
    content: '\f073';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-weight: 300;
    display: inline-block;
}

#dslc-content .block-section .dslc-cpt-post-read-more a,
#dslc-content .block-section .dslc-project-read-more a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#dslc-content .block-section .dslc-post-filters {
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}

#dslc-content .block-section .dslc-post-filters .dslc-post-filter {
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid #d5d5d5;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    color: #262228;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: bold;
    line-height: 36px;
    height: 40px;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0 5px 10px;
}

#dslc-content .block-section .dslc-post-filters .dslc-post-filter.dslc-active,
#dslc-content .block-section .dslc-post-filters .dslc-post-filter:hover {
    background: #8a27b4;
    border-color: #8a27b4;
    color: #fff;
}




#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial,
#dslc-content .block-section .dslc-post,
#dslc-content .target-section .dslc-info-box,
#dslc-content .block-section .dslc-module-shortcode {
    min-height: 540px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}



#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls {
    margin-top: 40px;
}

#dslc-content .dslc-carousel-nav-next.position-aside {
    right: -75px;
    margin-top: -15px;
}

#dslc-content .dslc-carousel-nav-prev.position-aside {
    left: -75px;
    margin-top: -15px;
}

#dslc-content .dslc-carousel-nav-prev span,
#dslc-content .dslc-carousel-nav-next span {
    color: #d1d1d1;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dslc-content .dslc-carousel-nav-next.position-aside:hover span,
#dslc-content .dslc-carousel-nav-prev.position-aside:hover span {
    color: #8a27b4;
}

#dslc-content .dslc-icon-chevron-left:before {
    content: "\f104";
}

#dslc-content .dslc-icon-chevron-right:before {
    content: "\f105";
}

#dslc-content .benefits-section {
    position: relative;
    padding-bottom: 50px !important;
}






body.page:not(.dslc-page) #dslc-theme-content,
body.single-job_listing #dslc-theme-content {
    padding: 110px 30px;
    position: relative;
    border-bottom: 2px solid #f5f5f5;
}

body.page:not(.dslc-page) #dslc-theme-content #dslc-theme-content-inner,
body.single-job_listing #dslc-theme-content #dslc-theme-content-inner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 1170px;
}



.page-header, .page-header h1, .page-header h4 {
    color: #fff;
}

.page-header.about-header,
.page-header.standard-header,
.page-header.recipe-header {
    padding-bottom: 90px !important;
}

#dslc-content .heading-section,
body.page:not(.dslc-page) header.entry-header .header-container,
body.single-job_listing header.entry-header .header-container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: 640px;
    position: relative;
}

#dslc-content .heading-section .dslc-bg-video .mejs-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#dslc-content .heading-section .dslc-bg-video .mejs-container .mejs-inner {
    width: 100% !important;
}

#dslc-content .heading-section .dslc-modules-section-wrapper {
    width: 1170px;
}

#dslc-content .heading-section,
body.page:not(.dslc-page) header.entry-header .header-container,
body.single-job_listing header.entry-header .header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-blend-mode: screen;
}

body.page:not(.dslc-page) header.entry-header .header-container,
body.single-job_listing header.entry-header .header-container {
    background-color: #262228;
    padding: 0 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body.page:not(.dslc-page) header.entry-header .header-container .header-overlay,
body.single-job_listing header.entry-header .header-container .header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #262228;
}

body.page:not(.dslc-page) header.entry-header .header-wrap,
body.single-job_listing header.entry-header .header-wrap {
    width: 1170px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

#dslc-content .heading-section h1,
body.page:not(.dslc-page) header.entry-header .header-wrap h1,
body.single-job_listing header.entry-header .header-wrap h1 {
    color: #fff;
}

#dslc-content .heading-section h4,
body.page:not(.dslc-page) header.entry-header .header-wrap p,
body.single-job_listing header.entry-header .header-wrap p {
    color: #fff;
    max-width: 640px;
    margin-bottom: 35px;
    font-weight: 300;
}

body.page:not(.dslc-page) header.entry-header .header-wrap p,
body.single-job_listing header.entry-header .header-wrap p {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
    max-width: 640px;
    margin-bottom: 35px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

body.single-job_listing header.entry-header .entry-meta {
    display: none;
}

#dslc-content .service-box.hide-box {
    display: none;
}

#dslc-content .service-box .dslc-6-col .dslc-image img {
    padding-right: 30px;
    padding-left: 0;
}

#dslc-content .service-box .dslc-6-col.dslc-last-col .dslc-image img {
    padding-left: 30px;
    padding-right: 0;
}

body .dslca-activate-composer-hook {
    display: none;
}

#dslc-content .button-intro .dslc-button {
    position: relative;
    margin-top: -22.5px;
    z-index: 2;
}

#dslc-content .button-intro .dslc-button a {
    width: auto;
    margin: 0;
    overflow: hidden;
    line-height: 45px;
    font-size: 17px;
    font-size: 1.7rem;
}

#dslc-content .services-section {
    padding-bottom: 30px !important;
}

#dslc-content .services-section.contact-info {
    padding-bottom: 0px !important;
}

#dslc-content .faqs-section {
    padding-bottom: 120px !important;
}

#dslc-content .dslc-accordion {
    margin-bottom: 60px;
}

#dslc-content .dslc-accordion .dslc-accordion-item {
    margin-top: 0;
    border-bottom: 2px solid #e3e3e3;
}

#dslc-content .dslc-accordion .dslc-accordion-item:first-child {
    border-top: 2px solid #e3e3e3;
}

#dslc-content .dslc-accordion .dslc-accordion-item .dslc-accordion-header {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 17.5px 50px 17.5px 0;
    background: #fff;
    color: #002e2e;
    line-height: 1.2;
}

#dslc-content .dslc-accordion .dslc-accordion-item .dslc-accordion-header .dslca-toggle-accordion-hook .dslca-icon {
    display: none;
}

#dslc-content .dslc-accordion .dslc-accordion-item .dslc-accordion-header:after {
    content: '\f055';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    font-size: 3rem;
    color: #01abaa;
}

#dslc-content .dslc-accordion .dslc-accordion-item.dslc-active .dslc-accordion-header:after,
#dslc-content .dslc-accordion .dslc-accordion-item:hover .dslc-accordion-header:after {
    color: #002e2e;
}

#dslc-content .dslc-accordion .dslc-accordion-item.dslc-active .dslc-accordion-header:after {
    content: '\f056';
}

#dslc-content .dslc-accordion .dslc-accordion-item .dslca-editable-content {
    padding: 5px 0 25px;
    border: none;
    border-top: 0;
}

#dslc-content .dslc-accordion .dslc-accordion-item .dslca-editable-content p:last-child {
    margin-bottom: 0;
}





#dslc-content .landing-page-section .dslc-module-DSLC_Image {
    position: absolute;
    height: 100%;
    right: 0;
}

#dslc-content .landing-page-section .dslc-module-DSLC_Image:after {
    content: '';
    background-image: url('images/slant-section-divider.png');
    position: absolute;
    width: 615px;
    height: 121px;
    left: -595px;
    bottom: -60px;
    z-index: 1;
}

#dslc-content .landing-page-section.float-right .dslc-module-DSLC_Image {
    right: auto;
    left: 0;
}

#dslc-content .landing-page-section .dslc-module-DSLC_Image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dslc-content .landing-page-section .dslc-module-DSLC_Image.slant-image .dslc-image {
    position: absolute;
    left: -60px;
    top: -60px;
    width: 100%;
    height: 100%;
    transform: skew(10deg);
    overflow: hidden;
}

#dslc-content .landing-page-section .dslc-module-DSLC_Image.slant-image .dslc-image img {
    position: relative;
    left: 50px;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(-10deg);
}

#dslc-content .landing-page-section.float-right .dslc-text-module-content {
    background: #f3f3f3;
    padding: 120px;
}

#dslc-content .landing-page-section.float-right.stay-grey .dslc-text-module-content {
    background: #f3f3f3;
}

#dslc-content .landing-page-section.float-right .dslc-module-DSLC_Text_Simple {
    float: right;
}

#dslc-content .landing-page-section.float-right .dslc-image {

}

#dslc-content .slant-section .testimonial-slider:before {
    content: '';
    position: absolute;
    top: -60px;
    right: -180px;
    width: 200%;
    height: 100%;
    background: #fea680;
    transform: skewX(-10deg);
    z-index: 1;
    left: auto;
    bottom: auto;
}

#dslc-content .slant-section .dslc-text-module-content h1,
#dslc-content .slant-section .dslc-text-module-content h2,
#dslc-content .slant-section .dslc-text-module-content h3,
#dslc-content .slant-section .dslc-text-module-content h4,
#dslc-content .slant-section .dslc-text-module-content h5,
#dslc-content .slant-section .dslc-text-module-content h6,
#dslc-content .slant-section .dslc-text-module-content p,
#dslc-content .slant-section .dslc-text-module-content a,
#dslc-content .slant-section .testimonial-slider .dslc-testimonials {
    z-index: 2;
    position: relative;
}

#dslc-content .slant-section .dslc-text-module-content a.button {
    margin-top: 25px;
    margin-right: 20px;
}










#dslc-content .dslc-info-box {
    margin-bottom: 60px;
}

#dslc-content .target-section .dslc-info-box {
    padding: 110px 80px;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dslc-content .benefits-section .dslc-info-box {
    padding: 0 30px;
}

#dslc-content .dslc-info-box .dslc-info-box-image {
    margin-bottom: 35px;
}

#dslc-content .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    font-size: 60px;
    font-size: 6rem;
    color: #8a27b4;
    font-weight: 300;
}

#dslc-content .benefits-section .dslc-module-DSLC_Info_Box:nth-child(4n+2) .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    color: #e238a1;
}

#dslc-content .benefits-section .dslc-module-DSLC_Info_Box:nth-child(4n+3) .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    color: #57d885;
}

#dslc-content .benefits-section .dslc-module-DSLC_Info_Box:nth-child(4n+4) .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    color: #fdce3f;
}

.page-id-5856 #dslc-content .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    color: #8a27b4 !important;
}

.page-id-5859 #dslc-content .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    color: #e238a1 !important;
}

.page-id-5859 .search_submit input[type="submit"] {
    background: #e238a1;
    border-color: #e238a1;
}

.page-id-5862 #dslc-content .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    color: #57d885 !important;
}

#dslc-content .target-section .dslc-info-box .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon,
#dslc-content .target-section .dslc-info-box-main .dslc-info-box-title h4,
#dslc-content .target-section .dslc-info-box-main .dslc-info-box-content h4 {
    color: #fff;
}

#dslc-content .dslc-info-box-main .dslc-info-box-title h4,
#dslc-content .target-section .dslc-info-box-main .dslc-info-box-content h4 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.025em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

#dslc-content .target-section .dslc-info-box-main .dslc-info-box-content h4 strong {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.45;
    font-weight: 400;
}

.page-id-5862 #dslc-content .dslc-info-box .dslc-info-box-main .dslc-info-box-title h4 {
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
}

#dslc-content .dslc-info-box-main .dslc-info-box-content a {
    font-weight: 700;
}

#dslc-content .target-section .dslc-info-box-main .dslc-info-box-content:after {
    content: '\f148';
    font-family: 'Font Awesome 5 Pro';
    margin: 0;
    font-weight: 300;
    font-size: 60px;
    font-size: 6rem;
    position: relative;
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    left: 17px;
    top: 5px;
    margin-bottom: -20px;
}

#dslc-content .target-section .dslc-info-box-main .dslc-info-box-content,
#dslc-content .target-section .dslc-info-box-main .dslc-info-box-content p,
#dslc-content .benefits-section .dslc-info-box-main .dslc-info-box-content,
#dslc-content .benefits-section .dslc-info-box-main .dslc-info-box-content p {
    margin-bottom: 0;
}

#dslc-content .contact-info .dslc-info-box-main .dslc-info-box-content {
    margin-top: 25px;
}

#dslc-content .contact-info .contact-socials .dslc-info-box-main .dslc-info-box-content a i {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 10px;
}

#dslc-content .contact-info .dslc-info-box-main .dslc-info-box-content p em {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4 !important;
    display: block;
}

#dslc-content .contact-info .dslc-modules-area.dslc-4-col {
    background: #fff;
    border-radius: 3px;
    padding: 40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#dslc-content .contact-info .dslc-modules-area.dslc-4-col .dslc-html-module-content i {
    color: #8a27b4;
    width: 25px;
}

#dslc-content .contact-info .dslc-modules-area.dslc-4-col .menu-social-container .big-social {
    text-align: left;
}

#dslc-content .dslc-info-box-main .dslc-info-box-button {
    margin-top: 0;
}

#dslc-content .dslc-info-box-main .dslc-info-box-button a {
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid #8a27b4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    color: #8a27b4;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: bold;
    line-height: 36px;
    height: 40px;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0 5px 10px;
}

#dslc-content .dslc-info-box-main .dslc-info-box-button a:hover,
#dslc-content .dslc-info-box-main .dslc-info-box-button a:focus {
    background-color: #8a27b4 !important;
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#dslc-content .invisibtn .dslc-info-box-main .dslc-info-box-button a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: none !important;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
}

#dslc-content .target-section .dslc-info-box:hover .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#dslc-content .target-section .dslc-info-box:hover .dslc-info-box-image .dslc-info-box-image-inner .dslc-icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


#dslc-content .target-section .dslc-info-box:hover {
    background: #262228;
}



#dslc-content .contact-info .dslc-info-box-main {
    position: relative;
}

#dslc-content .dslc-partner .dslc-partner-thumb {
    text-align: center;
    padding: 0 30px;
    height: 70px;
    line-height: 70px !important;
    margin: 0;
    width: 100%;
}

#dslc-content .dslc-partner .dslc-partner-thumb img {
    max-height: 70px;
    display: block !important;
    vertical-align: middle !important;
    margin: 0 auto;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider {
    /*margin: -15px 0 -15px;*/
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider {
    padding-bottom: 0;
    opacity: 1;
    max-height: 100%;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-item,
#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item {
    position: relative;
    margin-bottom: 0;
    background-color: transparent;
    overflow: hidden;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-item:after,
#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-controls {
    margin: 0;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-controls .owl-buttons div {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 40px;
    opacity: 0.66;
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    margin-top: -20px;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 20px;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item {
    /*width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 15px;*/
    width: 14.89361%;
    margin-right: 2.12766%;
    display: block;
    float: left;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item .dslc-caption {
    color: #fff;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(55,53,53,0.33);
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item:nth-child(6n+6) {
    margin-right: 0;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item img {
    max-width: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

#dslc-content .gallery-section .dslc-tp-gallery-slider-main .dslc-slider-item:hover img {
    opacity: 0.66;
}

#dslc-content .gallery-section .dslc-gallery {
    padding: 0 15px;
    margin-bottom: 50px;
}

#dslc-content .gallery-section .dslc-gallery-main {
    align-items: flex-end;
}

#dslc-content .gallery-section .dslc-gallery-main-inner {
    background: rgba(255,255,255,0.75);
    margin: 20px;
    padding: 20px;
}

#dslc-content .gallery-section .dslc-gallery-main-inner .dslc-gallery-title {
    margin: 0;
}

#dslc-content .gallery-section .dslc-gallery-main-inner .dslc-gallery-title h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    color: #222222;
    text-align: left;
}

#dslc-content .gallery-section .dslc-gallery-main-inner .dslc-gallery-title h2 a {
    color: #222222;
}

#dslc-content .gallery-section .dslc-gallery .dslc-post-main-inner-link-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

#dslc-content .gallery-section .dslc-gallery:hover .dslc-gallery-thumb img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

body button.mfp-arrow {
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    border: none;
    opacity: .75;
    filter: alpha(opacity=75);
    margin: -35px 0 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

body button.mfp-arrow:before {
    border: none;
    margin: 0;
    line-height: 70px;
    opacity: 1;
}

body button.mfp-arrow-right:after {
    margin-left: 30px;
    top: -12px;
}

body button.mfp-arrow-left:after {
    margin-left: 21px;
    top: -12px;
}

#dslc-content .title-section {
    padding-bottom: 40px !important;
}

#dslc-content .title-section .dslc-text-module-content,
#dslc-content .title-section .dslc-tp-title {
    margin: 0 auto;
    margin-top: -65px;
    background: rgba(255,255,255,0.9);
    max-width: 768px;
    padding: 40px 20px !important;
    border: 1px solid #eeeeee;
    text-align: center;
    z-index: 1;
    position: relative;
}

#dslc-content .title-section .dslc-text-module-content h1,
#dslc-content .title-section .dslc-tp-title h1 {
    margin-bottom: 0;
}










#dslc-content .job_listings .job_filters {
    margin-bottom: 110px;
}


#dslc-content .job_listings .job_filters .search_jobs {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

#dslc-content .job_listings .job_filters .search_jobs .search_keywords,
#dslc-content .job_listings .job_filters .search_jobs .search_location,
#dslc-content .job_listings .job_filters .search_jobs .search_submit {
    position: relative;
    display: block;
    float: left;
    margin-right: 2.12766%;
    min-height: 1px;
    width: 40.42553%;
}

#dslc-content .job_listings .job_filters .search_jobs div label {
    display: none;
}

#dslc-content .job_listings .job_filters .search_jobs .search_submit {
    width: 14.89361%;
    margin: 0;
}

#dslc-content .job_listings .job_filters .search_jobs div:nth-child(3) {
    display: none;
}

#dslc-content .job_listings .job_filters .job_types {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}

#dslc-content .job_listings .job_filters .job_types li {
    list-style: none;
    margin: 0 10px;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

#dslc-content .job_listings .job_filters .job_types li label {
    cursor: pointer;
}

#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"] {
    line-height: 1;
    height: auto;
    vertical-align: inherit;
    border: none;
    color: #8a27b4;
    margin-right: 5px;
    position: relative;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]:before {
    content: '\f058';
    width: 15px;
    height: 15px;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
    color: #d5d5d5;
}

#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]:checked:before,
#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]:hover:before {
    color: #262228;
    font-weight: 900;
}

#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]#job_type_tech:checked:before,
#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]#job_type_tech:hover:before {
    color: #8a27b4;
}

#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]#job_type_executive:checked:before,
#dslc-content .job_listings .job_filters .job_types li input[type="checkbox"]#job_type_executive:hover:before {
    color: #e238a1;
}

#dslc-content .job_listings .showing_jobs {
    text-align: center;
    margin-top: 30px;
}

#dslc-content .job_listings ul.job_listings {
    margin: 0;
    padding: 110px 0 80px;
    background: #f5f5f5;
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

#dslc-content .job_listings ul.job_listings:before,
#dslc-content .job_listings ul.job_listings:after,
#dslc-content .job-manager-pagination:before,
#dslc-content .job-manager-pagination:after {
    content: '';
    background: #f5f5f5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
}

#dslc-content .job_listings ul.job_listings:after,
#dslc-content .job-manager-pagination:after {
    left: auto;
    right: -100%;
}

#dslc-content .job_listings ul.job_listings .job_listing {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 2.12766%;
    min-height: 1px;
    width: 31.91489%;
    background: #fff;
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    min-height: 375px;
}

#dslc-content .job_listings ul.job_listings .job_listing:nth-child(3n+3) {
    margin-right: 0;
}

#dslc-content .job_listings ul.job_listings .job_listing:nth-child(3n+4) {
    clear: left;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_top {
    padding: 25px 25px 0;
    display: block;
    width: 100%;
    position: relative;
    background: #fdce3f;
    color: #fff;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dslc-content .job_listings ul.job_listings .job_listing.job-type-tech .job_top {
    background: #8a27b4;
}

#dslc-content .job_listings ul.job_listings .job_listing.job-type-executive .job_top {
    background: #e238a1;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_bottom {
    padding: 25px;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_image {
    float: left;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_image img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: block;
    background: #fff;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_title {
    float: none;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_title ul.job_types {
    margin: 0 0 25px;
    padding: 0;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_title ul.job_types li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    margin-right: 10px;
    border-left: 1px solid #fff;
    line-height: 15px;
    padding-left: 10px;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_title ul.job_types li:first-child {
    border: none;
    padding-left: 0;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_title h3 {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    line-height: 1.45;
    color: #fff;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_meta {
    color: #262228;
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_meta span {
    width: 50%;
    display: block;
    float: left;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_meta span:first-child {
    border-right: 1px solid #e5e5e5;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_meta span i {
    font-weight: 300;
    margin-right: 10px;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_desc {
    clear: both;
    color: #262228;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_desc p {
    margin-bottom: 0;
}

#dslc-content .job_listings ul.job_listings .job_listing:hover .job_top {
    background: #262228;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_read_more {
    padding: 25px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -91px;
    left: 0;
    float: left;
    background: rgba(255,255,255,0.75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

#dslc-content .job_listings ul.job_listings .job_listing .job_read_more .button {
    display: block;
    text-align: center;
    line-height: 36px;
    height: 40px;
    font-size: 17px;
    font-size: 1.7rem;
}

#dslc-content .job_listings ul.job_listings .job_listing:hover .job_read_more {
    bottom: 0;
}

#dslc-content .job_listings ul.job_listings .job_listing:hover .job_read_more a {
    pointer-events: all;
}

#dslc-content .job-manager-pagination {
    margin: 0;
    padding: 0 0 110px;
    background: #f5f5f5;
    position: relative;
    float: left;
    width: 100%;
    display: block;
    margin-top: -50px;
}

#dslc-content .job-manager-pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

#dslc-content .job-manager-pagination ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}

#dslc-content .job-manager-pagination ul li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 38px;
    width: 40px;
    height: 40px;
    color: #262228;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
    border: 2px solid #d5d5d5;
    position: relative;
    font-weight: 400;
}

#dslc-content .job-manager-pagination ul li a,
#dslc-content .job-manager-pagination ul li span {
    color: #262228;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    line-height: 40px;
}

#dslc-content .job-manager-pagination ul li a:hover,
#dslc-content .job-manager-pagination ul li span.current {
    color: #fff;
    background: #8a27b4;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company {
    background: #8a27b4;
    padding: 25px 25px 0;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    margin: 0 0 40px;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: block;
    background: #fff;
    position: relative;
    left: 0;
    float: left;
    vertical-align: middle;
    box-shadow: none;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company-desc {
    float: left;
    padding-top: 7.5px;
    margin-bottom: 25px;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .job_types {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .job_types li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    line-height: 1.2;
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .job_types li:first-child {
    border: none;
    padding-left: 0;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .meta {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .meta li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    line-height: 1.2;
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0;
    margin-bottom: 0;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .meta li:first-child {
    border: none;
    padding-left: 0;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .meta .location:before,
body.single-job_listing #dslc-theme-content .single_job_listing .company .meta .date-posted:before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro' !important;
    margin-right: 10px;
    font-weight: 300;
    font-size: 19px;
    font-size: 1.9rem;
    width: auto;
    height: auto;
    vertical-align: text-top;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .meta .date-posted:before {
    content: '\f073';
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .meta .location a {
    color: #fff;
    cursor: default;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .application {
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 40px;
    right: 25px;
}

body.single-job_listing #dslc-theme-content .single_job_listing .company .application .button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}





.larger-text {
    font-size: 16px;
    font-size: 1.6rem;
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #c3251d;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
    background-color: #fff;
    color: #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.menu-social-container .menu,
.menu-social-container .big-social,
#menu-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-social-container .big-social {
    text-align: center;
}

.menu-social-container .menu li,
.menu-social-container .big-social li,
#menu-social li {
    list-style: none;
    display: inline-block;
    line-height: 120px;
    margin: 0;
}

.menu-social-container .big-social li,
.footer-widgets .menu-social-container .menu li {
    line-height: 40px;
}

.sticky #menu-social li {
    line-height: 90px;
}

.menu-social-container .menu a,
.menu-social-container .big-social a,
#menu-social a {
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0;
}

.site-header #menu-social li a {
    color: #262228;
    margin-left: 2px;
}

.menu-social-container .big-social li a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: #8a27b4;
    color: #fff;
    margin: 0 4px;
}

.footer-widgets .menu-social-container .menu li a {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #8a27b4;
    color: #fff;
    margin: 0;
    margin-right: 5px;
    text-align: center;
}

.site-header #menu-social li a i {
    line-height: 30px;
}

.site-header #menu-social li a:hover,
.site-header #menu-social li a:focus {
    background: #8a27b4;
    color: #fff !important;
}

.menu-social-container .big-social li.twitter a,
.footer-widgets .menu-social-container .menu li.twitter a,
.site-header #menu-social li.twitter a:hover,
.site-header #menu-social li.twitter a:focus,
.sticky #menu-social li.twitter a {
    background: #1da1f2;
    color: #fff;
}

.menu-social-container .big-social li.facebook a,
.footer-widgets .menu-social-container .menu li.facebook a,
.site-header #menu-social li.facebook a:hover,
.site-header #menu-social li.facebook a:focus,
.sticky #menu-social li.facebook a {
    background: #4267b2;
    color: #fff;
}

.menu-social-container .big-social li.linkedin a,
.footer-widgets .menu-social-container .menu li.linkedin a,
.site-header #menu-social li.linkedin a:hover,
.site-header #menu-social li.linkedin a:focus,
.sticky #menu-social li.linkedin a {
    background: #4267b2;
    color: #fff;
}

.menu-social-container .big-social li.insta a,
.footer-widgets .menu-social-container .menu li.insta a,
.site-header #menu-social li.insta a:hover,
.site-header #menu-social li.insta a:focus,
.sticky #menu-social li.insta a {
    background: #c13584;
    color: #fff;
}

.menu-social-container .big-social.big-social li a:hover,
.menu-social-container .big-social.big-social li a:focus,
.footer-widgets .menu-social-container .menu li a:hover,
.footer-widgets .menu-social-container .menu li a:focus,
.sticky #menu-social li.twitter a:hover,
.sticky #menu-social li.twitter a:focus,
.sticky #menu-social li.facebook a:hover,
.sticky #menu-social li.facebook a:focus,
.sticky #menu-social li.linkedin a:hover,
.sticky #menu-social li.linkedin a:focus,
.sticky #menu-social li.insta a:hover,
.sticky #menu-social li.insta a:focus {
    background: #262228;
    color: #fff !important;
}

.site-header {
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: 99;
    top: 0;
    position: fixed;
}

.sticky.site-header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    top: 0;
}

.sticky.site-header > .wrap {
    border: none;
    padding: 0 80px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0;
    width: 121px;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 121px;
    padding: 30px 0;
    margin-top: 0;
}

.sticky .title-area {
    padding: 15px 0;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 60px;
    margin-top: 0;
    width: 100%;
}

/*

.page-id-5856.header-image .site-title > a {
    background-image: url(https://www.graffitirecruitment.co.uk/wp-content/uploads/2020/07/graffiti-recruitment-green.png) !important;
}

.page-id-5859.header-image .site-title > a {
    background-image: url(https://www.graffitirecruitment.co.uk/wp-content/uploads/2020/07/graffiti-recruitment-blue.png) !important;
}

.page-id-5862.header-image .site-title > a {
    background-image: url(https://www.graffitirecruitment.co.uk/wp-content/uploads/2020/07/graffiti-recruitment-yellow.png) !important;
}

*/

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    color: #fff;
    width: 100%;
    max-width: calc(100% - 173px);
    max-width: -webkit-calc(100% - 173px);
    max-width: -moz-calc(100% - 173px);
    max-width: -ms-calc(100% - 173px);
}

.intro-section p:last-child,
.intro-section h3:last-child {
    margin-bottom: 0;
}

.intro-section .dslc-text-module-content {
    max-width: 768px;
    margin: 0 auto;
}

.site-header .widget-area section {
    display: inline-block;
    margin-bottom: 0;
}

.site-header .widget-area section.widget_nav_menu {
    float: right;
    padding-left: 0;
    margin: 0;
    margin-top: 0;
}

.site-header .widget-area section.widget_nav_menu#nav_menu-9 {
    float: left;
    width: 100%;
    max-width: calc(100% - 198px);
    max-width: -webkit-calc(100% - 198px);
    max-width: -moz-calc(100% - 198px);
    max-width: -ms-calc(100% - 198px);
    text-align: center;
}

.site-header .widget-area section.widget_custom_html {
    float: right;
    padding-left: 35px;
    margin: 0;
    margin-top: 23px;
}

.site-header .widget-area section.widget_custom_html a {
    margin-left: 20px;
    color: #002e2e;
}

.site-header .widget-area section.widget_custom_html a:hover,
.site-header .widget-area section.widget_custom_html a:focus {
    color: #fea680;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-transform: none;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.genesis-nav-menu .menu-item:last-child a {
    padding-right: 0;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 0;
    margin-right: 0;
    padding: 0 20px;
    line-height: 120px;
    text-decoration: none;
    outline: none !important;
    border: none !important;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.025em;
}

.genesis-nav-menu a span,
.genesis-nav-menu a span,
.genesis-nav-menu .current-menu-item > a span {
    position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
    color: #8a27b4 !important;
    text-decoration: none;
}

.sticky .genesis-nav-menu a:focus,
.sticky .genesis-nav-menu a:hover,
.sticky .genesis-nav-menu .current-menu-item > a,
.sticky .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.sticky .genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
    color: #8a27b4 !important;
}

.genesis-nav-menu a:focus span:before,
.genesis-nav-menu a:hover span:before,
.genesis-nav-menu .current-menu-item > a:hover span:before {
    width: 100%;
    opacity: 1;
}

.genesis-nav-menu .sub-menu {
    border-top: none;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 320px;
    z-index: 99;
    margin-top: 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 20px 0;
    margin-left: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    margin-top: -10px;
}

.genesis-nav-menu .location-menu .sub-menu {
    width: 990px;
    margin-left: -495px;
    left: 50% !important;
    padding-bottom: 15px;
    padding-top: 0;
}

.sticky .genesis-nav-menu a {
    line-height: 90px;
    color: #262228;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
    position: relative;
    width: auto;
    word-wrap: break-word;
    line-height: 1.55;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5 !important;
    width: 100%;
    color: #262228;
    text-align: left;
}

.genesis-nav-menu .sub-menu li:first-child a {
    border: none !important;
}

.genesis-nav-menu .sub-menu a span:before {
    display: none !important;
}

.genesis-nav-menu .sub-menu .menu-item {
    display: block;
}

.genesis-nav-menu .sub-menu .menu-item:last-child {
    margin-bottom: 0;
}

.genesis-nav-menu .sub-menu #menu-item-249.menu-item {

}

.genesis-nav-menu .sub-menu a:before {
    display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
    color: #8a27b4 !important;
}

.genesis-nav-menu .sub-menu a i {
    width: 25px;
}

.genesis-nav-menu .sub-menu a i.fa-user-cog {
    color: #8a27b4;
}

.genesis-nav-menu .sub-menu a i.fa-user-tie {
    color: #e238a1;
}

.genesis-nav-menu .sub-menu a i.fa-user-graduate {
    color: #57d885;
}

.genesis-nav-menu .sub-menu li:last-child .yspl_win_wrap .widget-area {
    margin-right: 0;
}

.genesis-nav-menu .sub-menu .yspl_win_wrap .widget-area .yspl_win_title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
}

.genesis-nav-menu .sub-menu .yspl_win_wrap .widget-area .geodir-category-list-in {
    margin-top: 0;
    background: none;
    border: none;
    padding: 0;
}

.genesis-nav-menu .sub-menu .yspl_win_wrap .widget-area .geodir-category-list-in ul li {
    padding: 0;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-bottom: 10px;
}

.genesis-nav-menu .sub-menu .yspl_win_wrap .widget-area .geodir-category-list-in ul li:nth-child(3n+3) {
    margin-right: 0;
}

.genesis-nav-menu .sub-menu .yspl_win_wrap .widget-area .geodir-category-list-in ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    border: none !important;
    padding: 0;
    line-height: 1;
}

.genesis-nav-menu .sub-menu .yspl_win_wrap .widget-area .geodir-category-list-in ul li a i {
    display: none;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu .menu-item-has-children a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    top: 1px;
}

.genesis-nav-menu .menu-item-has-children .sub-menu a:after {
    display: none;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 0;
    padding: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 25px;
    margin-left: 20px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
    margin-bottom: 10px;
}

#dslc-content .dslc-text-module-content ul > li {
    position: relative;
    list-style-type: none;
    margin-bottom: 5px;
}

#dslc-content .dslc-text-module-content ul > li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #002e2e;
    position: absolute;
    left: -20px;
}

#dslc-content .special-bullets .dslc-text-module-content ul {
    margin: 15px 0 0;
    text-align: center;
    float: left;
}

#dslc-content .special-bullets .dslc-text-module-content ul > li {
    display: inline-block;
    margin: 0 5px 10px;
    padding: 6px 12px;
    background: #f5f5f5;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 30px;
}

#dslc-content .special-bullets .dslc-text-module-content ul > li:before {
    display: none;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
    background-color: #c3251d;
    color: #fff;
}

#dslc-content .dslc-pagination {
    margin: 30px 0;
}

#dslc-content .dslc-pagination li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 38px;
    width: 40px;
    height: 40px;
    color: #262228;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
    border: 2px solid #d5d5d5;
    position: relative;
    font-weight: 400;
}

#dslc-content .dslc-pagination li a,
#dslc-content .dslc-pagination li span {
    color: #262228;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    line-height: 1.2;
    background: transparent;
}

#dslc-content .dslc-pagination li a:hover,
#dslc-content .dslc-pagination li.dslc-active a {
    color: #fff;
    background: #8a27b4;
}




/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

/* # Testimonials
---------------------------------------------------------------------------------------------------- */

#dslc-content .testimonials-section {
    position: relative;
}

#dslc-content .testimonials-section .testimonial-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    background-color: transparent !important;
}

#dslc-content .testimonials-section .testimonial-btn .testimonial-btn {
    background-color: transparent !important;
}

#dslc-content .testimonial-slider {
    padding: 60px 60px 180px 120px;
}

#dslc-content .testimonial-slider .dslc-testimonial-main {
    border-radius: 0;
    padding: 0;
}

#dslc-content .testimonial-slider .dslc-testimonial-main:before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 40px;
    display: block;
    letter-spacing: 3px;
}

#dslc-content .testimonial-slider .dslc-testimonial-quote,
#dslc-content #testimonials.block-section .dslc-cpt-post-excerpt {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    font-style: italic;
    font-weight: normal;
}

#dslc-content #testimonials.block-section .dslc-cpt-post-excerpt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
}

#dslc-content .testimonial-slider .dslc-testimonial-quote:before,
#dslc-content #testimonials.block-section .dslc-cpt-post-excerpt:before {
    content: '" ';
}

#dslc-content .testimonial-slider .dslc-testimonial-quote:after,
#dslc-content #testimonials.block-section .dslc-cpt-post-excerpt:after {
    content: ' "';
}

#dslc-content .testimonial-slider .dslc-testimonial-author {
    text-align: left;
}

#dslc-content .testimonial-slider .dslc-testimonial-author-main {
    float: none;
    margin-top: 35px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 3px;
    color: #fff;
}

#dslc-content .testimonial-slider .dslc-testimonial-author-name:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    font-weight: 300;
    display: inline-block;
}

#dslc-content .testimonial-slider .owl-controls {
    margin-top: 25px;
    text-align: left;
    padding: 0;
}

#dslc-content .testimonial-slider .owl-controls .owl-page span,
#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 5px;
    margin: 0 10px 0 0 !important;
    background: #fff;
    border-radius: 0%;
    opacity: 0.33 !important;
}

#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls .owl-page span {
    background: #d1d1d1;
    opacity: 1 !important;
}

#dslc-content .testimonial-slider .owl-controls .owl-page.active span,
#dslc-content .testimonial-slider .owl-controls .owl-page:hover span,
#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls .owl-page.active span,
#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls .owl-page:hover span {
    background: #fff;
    opacity: 1 !important;
}

#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls .owl-page.active span,
#dslc-content .dslc-tp-project-slider .owl-theme .owl-controls .owl-page:hover span {
    background: #ff6600;
    opacity: 1 !important;
}

#dslc-content #testimonials {
    padding-bottom: 80px !important;
}





#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial {
    margin-bottom: 0;
    padding: 80px;
    background: #e238a1;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial {
    padding: 40px;
    display: block;
    min-height: 0;
    margin-bottom: 60px;
    position: relative;
    overflow: visible;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #e238a1 transparent transparent transparent;
    bottom: -30px;
    left: 0;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial:nth-child(4n+2) {
    background: #57d885;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial:nth-child(4n+2):after {
    border-color: #57d885 transparent transparent transparent;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial:nth-child(4n+3) {
    background: #8a27b4;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial:nth-child(4n+3):after {
    border-color: #8a27b4 transparent transparent transparent;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial:nth-child(4n+4) {
    background: #fdce3f;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial:nth-child(4n+4):after {
    border-color: #fdce3f transparent transparent transparent;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-avatar img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin-right: 30px;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-avatar img {
    width: 90px;
    height: 90px;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-main {
    padding: 0;
    color: #fff;
    border-radius: 0;
    margin-top: 40px;
    overflow: visible;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-quote {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.45;
    font-weight: 400;
    max-height: 165px;
    overflow: hidden;
    font-style: normal;
    position: relative;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial .dslc-testimonial-quote {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    max-height: 100%;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-quote:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    display: block;
    float: left;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 5px;
    font-weight: 300;
    position: relative;
    top: -1px;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-quote:after {
    content: '...';
    position: absolute;
    bottom: 3px;
    right: 0;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial .dslc-testimonial-quote:after {
    display: none;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-main {
    float: none;
    margin-top: 30px;
    font-weight: 700;
    padding-bottom: 1px;
    color: #fff;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-main {
    margin-top: 10px;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-main .dslc-testimonial-author-name {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
}

#dslc-content .testimonials-section.testimonials-page .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-main .dslc-testimonial-author-name {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
}

#dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-main .dslc-testimonial-author-position {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.45;
}

#dslc-content #ctf .ctf-tweets:before {
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    margin: 0 0 30px;
    font-weight: 400;
    display: block;
    color: #fff;
}

#dslc-content #ctf .ctf-item {
    border: none;
    padding: 0;
}

#dslc-content #ctf .ctf-tweet-meta {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.45;
    color: #fff;
    margin: 0 0 30px;
}

#dslc-content #ctf .ctf-tweet-meta a {
    color: #fff !important;
}

#dslc-content #ctf .ctf-tweet-content {
    padding: 0;
    margin: 0 0 30px;
}

#dslc-content #ctf p.ctf-tweet-text {
    color: #fff !important;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.45;
    font-weight: 400;
    max-height: 165px;
    overflow: hidden;
    font-style: normal;
    position: relative;
}

#dslc-content #ctf .ctf-tweets .owl-controls {
    margin: 0;
    text-align: left;
}

#dslc-content #ctf .ctf-tweets .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    filter: Alpha(Opacity=25);
    opacity: .25;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

#dslc-content #ctf .ctf-tweets .owl-controls .owl-page.active span,
#dslc-content #ctf .ctf-tweets .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}


#dslc-content .cta-section {

}

#dslc-content .cta-section h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.1;
    color: #fff;
}

#dslc-content .cta-section h3 {
    color: #fff;
    margin: 0;
}

#dslc-content .cta-section h4 {
    color: #fff;
    font-weight: 300;
    margin: 0;
}

#dslc-content .cta-section div.dslc-button a.white-btn {
    border-color: #fff;
}

#dslc-content .cta-section div.dslc-button a.white-btn:hover,
#dslc-content .cta-section div.dslc-button a.white-btn:focus {
    border-color: #002e2e;
}

#dslc-content .cta-section .cta-contact a {
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.55;
}

#dslc-content .cta-section .cta-contact a i {
    margin-right: 15px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    color: #262228;
    clear: both;
    padding: 90px 0;
}

.footer-widgets a {
    color: #262228;
}

.footer-widgets .widget-title {
    color: #262228;
    margin-bottom: 30px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.1;
}

.footer-widgets .menu li {
    padding: 0;
    margin: 0;
}

.footer-widgets .menu a {
    color: #262228;
}

.footer-widgets .menu li.hide-in-footer > a {
    display: none;
}

.footer-widgets .menu li.hide-in-footer {
    padding: 0;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #8a27b4;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
    text-align: left;
    width: 22.5%;
    display: block;
    float: left;
    margin-right: 7%;
}

.footer-widgets-1 {
    width: 7%;
    margin-right: 4.5%;
}

.footer-widgets-2 {
    width: 19%;
}

.footer-widgets-3 {
    width: 15%;
}

.footer-widgets-4 {
    width: 11%;
}

.footer-widgets .widget {
    margin-bottom: 35px;
}

.footer-widgets-5 {
    margin-right: 0;
}

.footer-widgets-5 i {
    margin-right: 10px;
    color: #8a27b4;
}

.footer-widgets .menu-social-container .menu li a {
    text-align: center;
    color: #fff;
}

.footer-widgets .menu-social-container .menu li a i {
    color: #fff;
    margin: 0;
}

.footer-widgets .menu-social-container .menu li a:hover,
.footer-widgets .menu-social-container .menu li a:focus {
    color: #fff;
}

.footer-widgets .wpcf7-form-control-wrap input[type="email"] {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.footer-widgets .wpcf7-form input[type="submit"] {
    display: block;
    line-height: 36px;
    height: 40px;
    font-size: 17px;
    font-size: 1.7rem;
    border-style: solid;
}

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #f5f5f5;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 40px 0 40px;
    color: #262228;
}

.site-footer p {
    margin-bottom: 0;
    text-align: center;
}

.site-footer a {
    color: #262228;
    text-decoration: none;
}

.site-footer a:hover {
    color: #8a27b4;
}

.cookie-bar-bar button#catapultCookie {
    background: #8a27b4;
    color: #ffffff;
    border: 0;
    padding: 0 25px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 17px;
    font-size: 1.7rem;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1920px) {

    #dslc-content .target-section .dslc-info-box {
        min-height: 600px;
    }

}

@media only screen and (max-width: 1640px) {

    #dslc-content .target-section .dslc-info-box {
        min-height: 640px;
    }

}

@media only screen and (max-width: 1440px) {



}

@media only screen and (max-width: 1340px) {

    .ms_wrapper .ms_layer {
        margin: 0 30px;
    }

    .site-inner,
    .wrap {
        margin: 0 auto;
        max-width: 100%;
    }

    .footer-widgets .wrap,
    .site-header .wrap,
    .site-footer .wrap,
    .top-bar .wrap {
        max-width: 100%;
    }

    .top-bar .wrap,
    .site-header .wrap,
    .footer-widgets .wrap,
    .woocommerce-custom-sidebar .wrap,
    .site-footer .wrap,
    .site-header > .wrap,
    .sticky.site-header > .wrap {
        padding: 0 30px;
    }

    #dslc-content .target-section .dslc-info-box {
        min-height: 690px;
    }

}


@media only screen and (max-width: 1200px) {

    #dslc-content .target-section .dslc-4-col {
        width: 100%;
        margin: 0;
    }

    #dslc-content .target-section .dslc-info-box {
        min-height: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
        width: 100%;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description {
        text-align: center;
    }

    .site-header .widget-area section.widget_nav_menu#nav_menu-9 {
        max-width: 100%;
    }

    .genesis-nav-menu {
        height: 100%;
        max-height: 100%;
        background: #262228;
        width: 300px;
        float: right !important;
        padding: 120px 30px 30px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -o-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        display: none;
        margin-top: 0;
    }

    .sticky .genesis-nav-menu {
        margin-top: 0;
        padding: 90px 30px 30px;
    }

    /* ### Genesis Responsive Menus */

    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .genesis-responsive-menu {
        display: none;
        position: fixed;
        top: 0;
        background: rgba(0,0,0,0.33);
        height: 100%;
        width: 100%;
        right: 0;
        padding: 0;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: right;
        visibility: visible;
        outline: none !important;
        border: none !important;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0;
    }

    .menu-toggle:focus,
    .menu-toggle:hover,
    .menu-toggle.activated {
        background-color: transparent !important;
        color: #8a27b4 !important;
        outline: none !important;
        border: none !important;
        cursor: pointer;
    }

    .dashicons-menu:before {
        line-height: 120px !important;
        font-size: 24px !important;
        width: 24px !important;
        height: 24px !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .menu-toggle.activated.dashicons-menu:before {
        content: "\f335";
    }

    .menu-toggle {
        background-color: transparent;
        width: 100%;
        z-index: 1000;
        color: #fff;
        display: block;
        padding: 0;
        margin-right: 0;
        padding: 0;
        line-height: 120px;
        text-decoration: none;
        outline: none !important;
        border: none !important;
        position: relative;
        font-weight: bold;
        letter-spacing: 0.025em;
        font-size: 19px;
        font-size: 1.9rem;
    }

    .menu-toggle:before {
        margin-right: 10px;
        text-rendering: auto;
    }

    .sticky .menu-toggle {
        margin-top: 0;
        color: #262228;
        line-height: 90px;
    }

    .sticky .dashicons-menu:before {
        line-height: 90px !important;
    }

    .sub-menu-toggle {
        float: right;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        background: none !important;
        line-height: 1;
        top: -3px;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background: none !important;
    }

    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0 );
        -ms-transform:     rotate( 0 );
        transform:         rotate( 0 );
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition:     transform .25s ease-in-out;
        transition:         transform .25s ease-in-out;
    }

    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg );
        -ms-transform:     rotate( 180deg );
        transform:         rotate( 180deg );
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item.twitter,
    .genesis-responsive-menu .genesis-nav-menu .menu-item.facebook,
    .genesis-responsive-menu .genesis-nav-menu .menu-item.linkedin,
    .genesis-responsive-menu .genesis-nav-menu .menu-item.insta {
        display: inline-block;
        margin-right: 20px;
        float: left;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        margin-bottom: 25px;
        padding: 0;
        width: 100%;
        padding-bottom: 0;
        text-align: left;
        line-height: 1;
        color: #fff;
        border: none !important;
    }

    .sticky .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        color: #fff;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:last-child a {
        border: none !important;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none !important;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: static;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        background: none;
        margin-bottom: 30px;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
        background: none;
        padding-left: 15px;
    }

    .home #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial,
    .home #dslc-content .block-section .dslc-module-front.dslc-8-col,
    .home #dslc-content .block-section .dslc-module-front.dslc-4-col {
        width: 50%;
    }

    .home #dslc-content .block-section .dslc-post {
        width: 100%;
    }

    .home #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial.dslc-last-col,
    .home #dslc-content .block-section .dslc-post.dslc-last-col {
        display: none;
    }

}

@media only screen and (max-width: 1023px) {

    #dslc-content .landing-page-section .dslc-text-module-content {
        padding: 120px 90px;
    }

    #dslc-content .target-section .dslc-info-box {
        padding: 80px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        text-align: left;
        width: 44%;
        display: block;
        float: left;
        margin-right: 7%;
        margin-bottom: 60px;
    }

    .footer-widgets-1 {
        width: 8%;
        margin-right: 4.5%;
    }

    .footer-widgets-2 {
        width: 80.5%;
        padding: 0 40% 0 0;
    }

    .footer-widgets-3 {
        width: 24%;
        clear: left;
        margin-bottom: 0;
    }

    .footer-widgets-4 {
        width: 18%;
        margin-bottom: 0;
    }

    .footer-widgets-5 {
        margin-right: 0;
        margin-bottom: 0;
    }

    #dslc-content .job_listings .job_filters .search_jobs .search_keywords,
    #dslc-content .job_listings .job_filters .search_jobs .search_location,
    #dslc-content .job_listings .job_filters .search_jobs .search_submit {
        width: 38.42553%;
    }

    #dslc-content .job_listings .job_filters .search_jobs .search_submit {
        width: 18.89361%;
        margin: 0;
    }

}

@media only screen and (max-width: 860px) {

    .pagination {
        margin: 5% auto;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    #dslc-content .dslc-col, #dslc-content .dslc-no-columns-spacing .dslc-col {
        width: 100%;
        margin: 0;
        margin-bottom: 0;
        min-width: 0px;
    }

    #dslc-content .target-section .dslc-info-box {
        padding: 80px;
        min-height: 0;
    }

    #dslc-content .dslc-carousel-nav-prev.position-aside {
        left: -45px;
        margin-top: -15px;
    }

    #dslc-content .dslc-carousel-nav-next.position-aside {
        right: -45px;
        margin-top: -15px;
    }




    #dslc-content .landing-page-section .dslc-text-module-content,
    #dslc-content .slant-section .dslc-text-module-content,
    #dslc-content .testimonial-slider {
        padding: 90px 30px;
    }

    #dslc-content .benefits-section .dslc-3-col,
    #dslc-content .services-section .dslc-3-col,
    #dslc-content .center-btns .dslc-6-col {
        width: 48.93617%;
        margin-right: 2.12766%;
        clear: none;
    }

    #dslc-content .benefits-section .dslc-3-col:nth-child(odd),
    #dslc-content .services-section .dslc-3-col:nth-child(odd),
    #dslc-content .center-btns .dslc-6-col:nth-child(odd) {
        clear: both;
    }

    #dslc-content .benefits-section .dslc-3-col:nth-child(even),
    #dslc-content .services-section .dslc-3-col:nth-child(even),
    #dslc-content .center-btns .dslc-6-col:nth-child(even) {
        margin-right: 0;
    }





    #dslc-content .landing-page-section .dslc-text-module-content {
        padding: 90px 30px;
        min-height: 0;
    }

    #dslc-content .landing-page-section .dslc-module-DSLC_Image {
        position: relative;
        height: 300px;
    }

    .single-post #dslc-content .heading-section {
        margin-bottom: 90px !important;
    }

    #dslc-content .services-section.contact-info {
        padding-top: 90px !important;
        padding-bottom: 0 !important;
    }

    #dslc-content #testimonials.block-section .dslc-post {
        padding: 0;
    }

    #dslc-content #testimonials.block-section .dslc-post-main {
        padding: 30px;
    }

    #dslc-content .contact-form .dslc-modules-section-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    #dslc-content .contact-form .dslc-modules-section-wrapper .dslc-modules-area.dslc-4-col {
        margin-bottom: 50px;
    }

    #dslc-content .contact-form .dslc-modules-section-wrapper .dslc-modules-area.dslc-4-col .dslc-info-box {
        margin-bottom: 40px;
    }

    #dslc-content .contact-form .dslc-modules-section-wrapper .dslc-modules-area.dslc-4-col .dslc-separator-wrapper {
        display: none;
    }

    #dslc-content .contact-form {
        padding-bottom: 90px !important;
    }

    #dslc-content .cta-section {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    #dslc-content .job_listings ul.job_listings .job_listing,
    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(3n+3),
    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(3n+4) {
        clear: none;
        width: 48.93617%;
        margin-right: 2.12766%;
    }

    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(2n+2) {
        margin-right: 0;
    }

    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(2n+3) {
        clear: left;
    }

    #dslc-content .contact-form .wpcf7 {
        padding-right: 0;
    }

}

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

    .ms_wrapper .ms_slide_wrapper {
        display: block;
    }

    #dslc-content .dslc-bg-video-inner,
    .ms_wrapper .ms_slide_wrapper .ms_video_background.ng-scope {
        display: none;
    }

    .ms_wrapper .ms_slide_wrapper .ms_image.ng-scope {
        display: block;
    }

    .ms_wrapper .ms_layer.ms_button_layer {
        left: 0 !important;
        right: auto !important;
        margin-top: 350px !important;
    }

    #dslc-content .job_listings .job_filters .search_jobs .search_keywords,
    #dslc-content .job_listings .job_filters .search_jobs .search_location,
    #dslc-content .job_listings .job_filters .search_jobs .search_submit {
        width: 36.42553%;
    }

    #dslc-content .job_listings .job_filters .search_jobs .search_submit {
        width: 22.89361%;
        margin: 0;
    }

    #dslc-content .services-section.contact-info .dslc-modules-area.dslc-last-col .dslc-module-front.dslc-4-col {
        width: 100%;
        margin-right: 0;
    }

    #dslc-content .landing-page-section .dslc-text-module-content {
        padding: 90px 30px;
    }

    #dslc-content .center-btns .dslc-6-col {
        width: 100%;
        margin: 0;
    }

    #dslc-content .center-btns .dslc-6-col .dslc-button {
        text-align: center;
    }

    #dslc-content .center-btns .dslc-6-col.dslc-last-col {
        margin-top: 30px;
    }

    #dslc-content #dslc-module-c1649bfef9a .dslc-image {
        margin: 30px 0 !important;
    }

    .hide-sm {
        display: none !important;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        text-align: left;
        width: 100%;
        display: block;
        float: left;
        margin-right: 7%;
        margin-bottom: 60px;
    }

    .footer-widgets-1 {
        width: 10%;
        margin-right: 6.5%;
    }

    .footer-widgets-2 {
        width: 76.5%;
        padding: 0 20% 0 0;
    }

    .footer-widgets-3 {
        width: 43%;
        clear: left;
        margin-bottom: 0;
    }

    .footer-widgets-4 {
        width: 43%;
        margin-bottom: 0;
    }

    .footer-widgets-5 {
        clear: left;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 60px;
    }

    .home #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial,
    .home #dslc-content .block-section .dslc-module-front.dslc-8-col,
    .home #dslc-content .block-section .dslc-module-front.dslc-4-col,
    .home #dslc-content .block-section .dslc-post {
        width: 100%;
        min-height: 0;
    }

}

@media only screen and (max-width: 640px) {

    .header-image .title-area {
        padding: 15px 0;
    }

    .menu-toggle,
    .dashicons-menu:before {
        line-height: 90px !important;
    }

    #dslc-content .heading-section {
        height: 579px;
    }

    .header-image .title-area {
        max-width: 180px;
    }

    .ms_wrapper h1 {
        font-size: 60px !important;
        font-size: 6rem !important;
    }

    h2,
    #dslc-content .cta-section h2 {
        font-size: 60px;
        font-size: 6rem;
    }

    #dslc-content .heading-section h1,
    body.page:not(.dslc-page) header.entry-header .header-wrap h1,
    body.single-job_listing header.entry-header .header-wrap h1 {
        font-size: 60px;
        font-size: 6rem;
    }

    #gform_wrapper_3.gform_wrapper ul.gform_fields li.gfield.col-3 {
        width: 100%;
        margin-right: 0;
    }

    .wpcf7 .fields.col-3 .field {
        width: 100%;
        margin-right: 0;
    }

    .footer-widgets-1 {
        width: 13%;
        margin-right: 6.5%;
    }

    .footer-widgets-2 {
        width: 73.5%;
        padding: 0;
    }

    #dslc-content .job_listings .job_filters .search_jobs .search_keywords,
    #dslc-content .job_listings .job_filters .search_jobs .search_location,
    #dslc-content .job_listings .job_filters .search_jobs .search_submit {
        width: 100%;
        margin-bottom: 20px;
    }

    #dslc-content .intro-section,
    #dslc-content .text-section,
    #dslc-content .partner-section,
    #dslc-content .center-btns,
    #dslc-content .cta-section,
    #dslc-content .contact-info {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #dslc-content .benefits-section {
        padding-bottom: 20px !important;
    }

    #dslc-content .cta-section .dslc-separator,
    #dslc-content .jobs-section .dslc-separator {
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
    }

    #dslc-content .job_listings .job_filters {
        margin-bottom: 80px;
    }

    #dslc-content .job_listings .job_filters .search_jobs .search_submit {
        width: 100%;
        margin: 0;
    }

    #dslc-content .job_listings ul.job_listings {
        padding: 80px 0;
    }

    #dslc-content .job-manager-pagination,
    #dslc-content .contact-form {
        padding-bottom: 80px !important;
    }

    #dslc-content .block-section.blog-blocks {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .footer-widgets {
        padding: 80px 0;
    }

    #dslc-content .job_listings ul.job_listings .job_listing,
    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(3n+3),
    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(3n+4),
    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(2n+2),
    #dslc-content .job_listings ul.job_listings .job_listing:nth-child(2n+3) {
        width: 100%;
        clear: none;
        margin-right: 0;
        min-height: 0;
    }

}

@media only screen and (max-width: 579px) {

    #dslc-content .heading-section {
        height: 480px;
    }

    .ms_wrapper h4 br {
        display: none;
    }

    .wpcf7 .fields.col-2 .field {
        width: 100%;
        margin-right: 0;
    }

    .ms_wrapper h1 {
        font-size: 48px !important;
        font-size: 4.8rem !important;
    }

    h2,
    #dslc-content .cta-section h2 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    #dslc-content .heading-section h1,
    body.page:not(.dslc-page) header.entry-header .header-wrap h1,
    body.single-job_listing header.entry-header .header-wrap h1 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.5;
    }

    #dslc-content .target-section .dslc-info-box,
    #dslc-content .block-section .dslc-post,
    #dslc-content .block-section .dslc-module-shortcode,
    #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial {
        padding: 80px 60px;
        min-height: 0;
    }

    #dslc-content .benefits-section .dslc-3-col,
    #dslc-content .services-section .dslc-3-col,
    #dslc-content .center-btns .dslc-6-col {
        width: 100%;
        margin-right: 0;
    }

    .footer-widgets-1 {
        width: 16%;
        margin-right: 8.5%;
    }

    .footer-widgets-2 {
        width: 68.5%;
        padding: 0;
    }


}

@media only screen and (max-width: 480px) {

    .ms_wrapper .ms_slide_wrapper .ms_image.ng-scope {
        background-position: 58% center !important;
    }

    .footer-widgets .wrap,
    .site-header .wrap,
    .site-footer .wrap,
    .top-bar .wrap {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sticky.site-header > .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dslc-modules-section:not(.dslc-full) {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ms_wrapper h1 {
        font-size: 40px !important;
        font-size: 4rem !important;
    }

    h2,
    #dslc-content .cta-section h2 {
        font-size: 40px;
        font-size: 4rem;
    }

    #dslc-content .heading-section h1,
    body.page:not(.dslc-page) header.entry-header .header-wrap h1,
    body.single-job_listing header.entry-header .header-wrap h1 {
        font-size: 40px;
        font-size: 4rem;
    }

    #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-quote,
    #dslc-content #ctf p.ctf-tweet-text {
        font-size: 17px;
        font-size: 1.7rem;
    }

    #dslc-content #ctf p.ctf-tweet-text {
        max-height: 220px;
    }

    #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial .dslc-testimonial-author-main .dslc-testimonial-author-name {
        font-size: 19px;
        font-size: 1.9rem;
    }

    #dslc-content .target-section .dslc-info-box,
    #dslc-content .block-section .dslc-post,
    #dslc-content .block-section .dslc-module-shortcode,
    #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial {
        padding: 60px;
        min-height: 0;
    }


}

@media only screen and (max-width: 399px) {

    #dslc-content .target-section .dslc-info-box,
    #dslc-content .block-section .dslc-post,
    #dslc-content .block-section .dslc-module-shortcode,
    #dslc-content .testimonials-section .dslc-testimonials .dslc-testimonial {
        padding: 60px 30px;
        min-height: 0;
    }

    .genesis-nav-menu {
        width: 250px;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}
