:root {
    --text-font: "renner-regular", Sans-serif;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container .container {
    padding: 0
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}

.page-wrapper {
    position: unset;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 70px
}

@media (max-width: 768px) {
    .page-wrapper {
        overflow: hidden
    }
}

@media (min-width: 1025px) {
    .elementor-section-height-full {
        height: calc(100vh - 70px)
    }
}

@media (max-width: 768px) {
    .elementor-section-height-full .elementor-container {
        height: 100%
    }
}

.text-font h1,
.text-font h2,
.text-font h3,
.text-font h4,
.text-font h5,
.text-font h6,
.text-font p,
.text-font span {
    font-family: var(--text-font)
}

.primary-font h1,
.primary-font h2,
.primary-font h3,
.primary-font h4,
.primary-font h5,
.primary-font h6,
.primary-font p,
.primary-font span {
    font-family: var(--primary-font)
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none
}

a {
    text-decoration: none
}

a,
i {
    color: inherit
}

i {
    line-height: 1
}

button,
form,
input {
    border: none
}

::-webkit-search-cancel-button,
::-webkit-search-results-button {
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: none
}

img {
    display: block
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    background-color: transparent
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.elementor-editor-active {
    overflow-x: hidden
}

.elementor-editor-active .leadership-aos[data-aos] {
    opacity: 1;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none
}

[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.course-rate {
    display: none !important;
}

h3.course-review-head {
    margin-bottom: 20px;
}

.aligncenter,
.alignleft,
.alignright,
.bypostauthor,
.gallery-caption,
.screen-reader-text,
.wp-caption,
.wp-caption-text {
    pointer-events: auto
}

.hidden-actions {
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    height: 0;
    position: absolute
}

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-preloader.hidden {
    opacity: 0;
    pointer-events: none
}

:root {
    --white-color: #fff;
    --dark-color: #000;
    --primary-1: #000;
    --primary-2: #606060;
    --primary-3: #ffa177;
    --secondary-1: #d4c2bf;
    --secondary-2: #edf1f5;
    --body-bg: #fafafa;
    --button-default-color: #000;
    --button-default-hover-color: #454553;
    --button-default-active-color: #000;
    --button-bg-color: #ffa177;
    --button-bg-hover-color: #ffa177;
    --button-bg-active-color: #ffa177;
    --link-default-hover-color: #67718a;
    --link-color: #ffa177;
    --link-hover-color: #ffa177;
    --link-active-color: #ffa177;
    --link-border-color: rgba(255, 161, 119, 0.5);
    --link-border-hover-color: rgba(255, 161, 119, 0.4)
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

.sticky-content .elementor-element {
    position: sticky;
    top: 110px
}

@media (max-width: 1025px) {
    .hero-scene {
        min-height: 540px;
        height: auto
    }
}

@media (max-width: 778px) {
    .hero-scene {
        min-height: 540px;
        height: auto
    }
}

.aos-animate {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

body {
    line-height: normal;
    background-color: var(--body-bg)
}

.share-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.share-wrapper .leadership-btn {
    margin-right: 20px;
    padding: 7px 18px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
    border: 2px solid #e1e1e1;
    background-color: transparent;
    color: var(--dark-color)
}

.share-wrapper .leadership-btn:hover {
    color: var(--primary-3);
    border: 2px solid var(--link-border-hover-color)
}

body {
    font-family: var(--text-font);
    color: var(--primary-2);
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0;
    font-weight: 400
}

@media (max-width: 1025px) {
    body {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.71
    }
}

ol li,
ul li {
    list-style: none;
    font-family: var(--text-font)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.2
}

h1 {
    /*  font-size: 74px;
    line-height: .95;*/
    letter-spacing: 1px
}

@media (max-width: 1025px) {
    h1 {
        font-size: 20px;
        line-height: 24px
    }
}

h2 {
    /*  font-size: 56px*/
}

@media (max-width: 1025px) {
    h2 {
        font-size: 40px;
        line-height: 28px;
        letter-spacing: 1px;
        font-stretch: normal;
        font-style: normal
    }
}

h3 {
    /*  font-size: 36px*/
}

@media (max-width: 1025px) {
    h3 {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: .38px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal
    }
}

h4 {
    font-size: 32px
}

@media (max-width: 1025px) {
    h4 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .38px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal
    }
}

h5 {
    font-size: 30px
}

@media (max-width: 1025px) {
    h5 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .38px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal
    }
}

h6 {
    font-size: 24px
}

@media (max-width: 1025px) {
    h6 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .38px
    }
}

p {
    font-family: var(--text-font)
}

.leadership-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    line-height: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: none;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400
}

.leadership-link:hover {
    text-decoration: none
}

.leadership-link.leadership-default-link {
    color: var(--dark-color)
}

.leadership-link.leadership-default-link:hover {
    opacity: .8
}

.leadership-link.leadership-default-link.leadership-decor-link {
    border-bottom: 2px solid var(--dark-color)
}

.leadership-link.leadership-color-link {
    color: var(--link-color)
}

.leadership-link.leadership-color-link:hover {
    opacity: .8
}

.leadership-link.leadership-color-link.leadership-decor-link {
    border-bottom: 2px solid var(--link-border-color);
    letter-spacing: 1px
}

.leadership-link.leadership-color-link.leadership-decor-link:hover {
    border-color: var(--link-border-hover-color)
}

.leadership-link.leadership-decor-link {
    padding-bottom: 5px
}

.leadership-accordion {
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.leadership-accordion .leadership-accordion-item {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.leadership-accordion .leadership-accordion-item .leadership-open-link {
    font-size: 16px;
    line-height: 1.38;
    color: var(--primary-3);
    cursor: pointer;
    font-weight: 400;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.leadership-accordion .leadership-accordion-item .leadership-open-link:hover i,
.leadership-accordion .leadership-accordion-item .leadership-open-link:hover span {
    color: var(--primary-3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7
}

.leadership-accordion .leadership-accordion-item .leadership-open-link span {
    padding: 20px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0;
    opacity: 1
}

.leadership-accordion .leadership-accordion-item .leadership-open-text {
    display: none
}

.leadership-accordion .leadership-accordion-item .leadership-open-text p {
    font-size: 14px;
    line-height: 1.43;
    padding: 20px 0;
    opacity: .7;
    color: var(--primary-2)
}

.leadership-accordion li i {
    position: absolute;
    top: 25px;
    color: var(--primary-1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    right: 14px;
    left: auto;
    font-size: 14px
}

.leadership-accordion li:last-child.open .link {
    border-bottom: none
}

.leadership-accordion li.open i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button-wrapper,
.leadership-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.leadership-btn {
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 36px 16px;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1;
    height: 51px
}

.leadership-btn svg {
    margin-left: 12px
}

.leadership-btn.leadership-icon-btn {
    padding-right: 20px
}

.leadership-btn .btn-icon {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.leadership-btn .btn-icon img {
    max-height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    width: auto
}

.leadership-btn.leadership-white-btn {
    background-color: var(--white-color);
    color: var(--primary-3)
}

.leadership-btn.leadership-white-btn:hover {
    background-color: var(--white-color);
    color: var(--button-bg-hover-color)
}

.leadership-btn.leadership-white-btn.white-hover:hover {
    background-color: var(--white-color);
    color: var(--primary-3);
    opacity: .8
}

.leadership-btn.leadership-white-btn.hovered:hover {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(12, 53, 165, .1)
}

.leadership-btn.leadership-white-btn.bordered {
    border: 1px solid var(--link-color)
}

.leadership-btn.leadership-white-btn.pink {
    color: #ffa177
}

.leadership-btn:hover {
    text-decoration: none
}

.leadership-btn.leadership-default-btn {
    background-color: var(--button-default-color);
    color: var(--white-color)
}

.leadership-btn.leadership-default-btn.gray:hover {
    opacity: .7
}

.leadership-btn.leadership-default-btn:hover {
    background-color: var(--button-default-hover-color);
    color: var(--white-color)
}

.leadership-btn.leadership-default-btn.leadership-white-btn {
    background-color: var(--white-color);
    color: var(--dark-color)
}

.leadership-btn.leadership-default-btn.leadership-white-btn:hover {
    background-color: var(--link-color);
    color: var(--dark-color)
}

.leadership-btn.leadership-default-btn.leadership-white-btn.white-hover:hover {
    background-color: var(--white-color);
    color: #0c35a5;
    opacity: .8
}

.leadership-btn.leadership-default-btn.leadership-white-btn.hovered:hover {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(12, 53, 165, .1)
}

.leadership-btn.leadership-default-btn.leadership-white-btn.bordered {
    border: 1px solid var(--link-color)
}

.leadership-btn.leadership-default-btn.custom-btn,
.leadership-btn.leadership-default-btn.leadership-white-btn.pink {
    color: #ffa177
}

.leadership-btn.leadership-default-btn.custom-btn:hover {
    color: #000
}

.leadership-btn.leadership-color-btn {
    background-color: var(--primary-1);
    color: var(--white-color)
}

.leadership-btn.leadership-color-btn.white-text,
.leadership-btn.leadership-color-btn.white-text:hover {
    color: var(--white-color)
}

.leadership-btn.leadership-color-btn:hover {
    background-color: var(--button-bg-hover-color);
    color: var(--white-color)
}

.leadership-btn.leadership-border-btn {
    padding: 13px 34px;
    border: 2px solid var(--primary-1);
    background-color: transparent;
    color: var(--primary-1)
}

.leadership-btn.leadership-border-btn:hover {
    background-color: var(--primary-1);
    color: var(--white-color);
    border: 2px solid var(--primary-1)
}

.leadership-btn.leadership-border-btn.leadership-default-btn {
    padding: 13px 34px;
    border: 1px solid var(--link-color);
    background-color: transparent;
    color: var(--primary-3)
}

.leadership-btn.leadership-border-btn.leadership-default-btn.dark {
    border-color: var(--primary-3)
}

.leadership-btn.leadership-border-btn.leadership-default-btn:hover {
    background-color: #e5e9eb;
    color: var(--primary-2);
    border: 1px solid var(--button-default-hover-color)
}

.leadership-btn.leadership-border-btn.leadership-default-btn.leadership-btn-icon {
    padding: 0
}

.leadership-btn.leadership-border-btn.leadership-white-btn {
    border: 1px solid hsla(0, 0%, 100%, .8);
    background-color: transparent;
    color: var(--white-color)
}

.leadership-btn.leadership-border-btn.leadership-white-btn:hover {
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color)
}

.leadership-btn.leadership-border-btn.leadership-btn--gray {
    background-color: var(--secondary-2);
    border-color: var(--secondary-2);
    color: var(--primary-2);
    margin-right: 18px
}

.leadership-btn.leadership-border-btn.leadership-btn--gray:last-child {
    margin-right: 0
}

.leadership-btn.leadership-btn-icon {
    padding: 0;
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%
}

.leadership-btn.leadership-btn-icon i {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 2px
}

.leadership-btn.leadership-sm-btn {
    font-size: 12px;
    padding: 7px 18px;
    height: 32px
}

.leadership-btn.leadership-sm-btn.leadership-btn-icon {
    margin-right: 20px;
    width: 40px;
    height: 40px
}

.leadership-btn.leadership-sm-btn.gold i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.leadership-btn.leadership-sm-btn.gold:hover {
    opacity: 1
}

.leadership-btn.leadership-sm-btn.gold:hover i {
    color: #d1a976
}

.leadership-btn.leadership-sm-btn.pink:hover {
    opacity: .7
}

.leadership-btn.leadership-btn--gray {
    background-color: var(--secondary-2);
    border-color: var(--secondary-2);
    color: var(--primary-2);
    margin-right: 18px
}

.leadership-btn.leadership-btn--gray:last-child {
    margin-right: 0
}

.leadership-btn.color-hover:hover {
    color: var(--link-color)
}

.mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 {
    width: 450px;
    height: 51px;
    background-color: var(--white-color);
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 768px) {
    .mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 {
        width: 400px
    }
}

@media (max-width: 576px) {
    .mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 {
        width: 300px
    }
}

.mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 input {
    padding: 15px;
    width: 100%;
    position: relative;
    line-height: 1;
    font-size: 14px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 51px
}

.mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 input:hover {
    opacity: .8
}

.mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 button {
    padding: 15px 45px 15px 40px;
    background-color: var(--white-color);
    color: var(--primary-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    height: 51px;
    z-index: 10;
    letter-spacing: 1.5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    padding: 0;
    background: transparent !important;
    padding-right: 20px;
}

.sidebar .sidebar-widget .mc4wp-form-fields input {
    margin: 0;
}

.mailchimp-subscribe-form.mailchimp-subscribe-form-style-1 button:after {
    content: "";
    background-image: var(--arrow-right-url);
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 10px;
    right: 14px
}

.mc4wp-response {
    width: 450px
}

@media (max-width: 768px) {
    .mc4wp-response {
        width: 400px
    }
}

@media (max-width: 576px) {
    .mc4wp-response {
        width: 300px
    }
}

.mc4wp-response p {
    margin-top: 10px;
    font-size: 13px
}

.featured-posts-section {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.featured-posts-section .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.featured-posts-section .inner-wrapper .leadership-woman-service {
    width: 100%;
    max-width: 33.33333%;
    padding: 0 15px;
    text-align: center
}

@media (max-width: 768px) {
    .featured-posts-section .inner-wrapper .leadership-woman-service {
        max-width: 100%
    }
}

.featured-posts-section .inner-wrapper .leadership-woman-service .card-inner-wrapper {
    position: relative
}

.featured-posts-section .inner-wrapper .leadership-woman-service .card-inner-wrapper .program-type {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    border-radius: 5px;
    display: inline;
    height: 26px;
    padding: 5px 10px;
    background-color: var(--primary-3);
    color: var(--white-color)
}

.featured-posts-section .inner-wrapper .leadership-woman-service .card-inner-wrapper img {
    width: 100%;
    height: auto
}

.featured-posts-section .inner-wrapper .leadership-woman-service .card-inner-wrapper .leadership-card-description {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


.cf7-main-wrapper .ajax-loader {
    display: none
}

.cf7-main-wrapper input:hover,
.cf7-main-wrapper textarea:hover {
    opacity: .56
}

.cf7-main-wrapper input::-webkit-input-placeholder,
.cf7-main-wrapper textarea::-webkit-input-placeholder {
    opacity: .8
}

.cf7-main-wrapper input::-moz-placeholder,
.cf7-main-wrapper textarea::-moz-placeholder {
    opacity: .8
}

.cf7-main-wrapper input:-ms-input-placeholder,
.cf7-main-wrapper textarea:-ms-input-placeholder {
    opacity: .8
}

.cf7-main-wrapper input::-ms-input-placeholder,
.cf7-main-wrapper textarea::-ms-input-placeholder {
    opacity: .8
}

.cf7-main-wrapper input::placeholder,
.cf7-main-wrapper textarea::placeholder {
    opacity: .8
}

.cf7-main-wrapper input:focus,
.cf7-main-wrapper textarea:focus {
    border: 1px solid var(--primary-3);
    opacity: 1
}

.cf7-main-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px
}

.cf7-main-wrapper input {
    background-color: var(--white-color);
    border: 1px solid #a7a7a7;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    color: var(--dark-color);
    margin-bottom: 20px
}

.cf7-main-wrapper input:focus {
    outline: inherit;
    border: 1px solid var(--primary-3)
}

.cf7-main-wrapper input::-webkit-input-placeholder {
    font-size: 14px
}

.cf7-main-wrapper input::-moz-placeholder {
    font-size: 14px
}

.cf7-main-wrapper input:-ms-input-placeholder {
    font-size: 14px
}

.cf7-main-wrapper input::-ms-input-placeholder {
    font-size: 14px
}

.cf7-main-wrapper input::placeholder {
    font-size: 14px
}

.cf7-main-wrapper input[type=submit] {
    margin-bottom: 0
}

.cf7-main-wrapper textarea {
    background-color: var(--white-color);
    border: 1px solid #a7a7a7;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    height: 100px;
    color: var(--dark-color);
    margin-bottom: 10px;
    resize: none
}

.cf7-main-wrapper textarea::-webkit-input-placeholder {
    font-size: 14px
}

.cf7-main-wrapper textarea::-moz-placeholder {
    font-size: 14px
}

.cf7-main-wrapper textarea:-ms-input-placeholder {
    font-size: 14px
}

.cf7-main-wrapper textarea::-ms-input-placeholder {
    font-size: 14px
}

.cf7-main-wrapper textarea::placeholder {
    font-size: 14px
}

.cf7-main-wrapper textarea:focus {
    outline: inherit;
    border: 1px solid var(--primary-3)
}

.cf7-main-wrapper .wpcf7-submit {
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 15px 36px;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--primary-1);
    color: #fff;
    width: 100%;
    letter-spacing: .5px
}

.cf7-main-wrapper .wpcf7-submit:focus,
.cf7-main-wrapper .wpcf7-submit:hover {
    background-color: var(--button-default-hover-color);
    color: var(--white-color)
}

.cf7-main-wrapper .wpcf7-submit:hover {
    opacity: 1
}

.theme-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.theme-logos img {
    width: 10%;
    margin: 0 5%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center
}

.theme-logos-slider img {
    width: 50%;
    margin: 0 auto
}

.theme-logos-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.leadership-testimonial-slider {
    padding-bottom: 100px;
    position: relative
}

@media (max-width: 1025px) {
    .leadership-testimonial-slider {
        -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
        padding-bottom: 0
    }
}

.leadership-testimonial-slider .leadership-testimonial {
    padding-top: 50px;
    background-size: cover;
    height: 466px;
    background-position: 100%;
    background-color: #e2b9b4
}

@media (max-width: 1025px) {
    .leadership-testimonial-slider .leadership-testimonial {
        background-image: none;
        height: unset;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px
    }

    .leadership-testimonial-slider .leadership-testimonial:after {
        content: " ";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        background-color: var(--white-color);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1
    }
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    left: 100px;
    background-color: var(--white-color);
    top: 50px;
    padding: 50px;
    width: 32%;
    z-index: 10
}

@media (max-width: 1025px) {
    .leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame {
        padding: 30px;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 0;
        border-radius: 5px;
        background-color: #fff
    }
}

@media (max-width: 768px) {
    .leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame {
        padding: 25px 9px 25px 25px
    }
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .icon-quotes-icon,
.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame i {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 95px;
    color: rgba(var(--primary-3), .2)
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame:before {
    content: "";
    height: 50px;
    position: relative;
    width: 50px;
    background: var(--dark-color)
}

.leadership-testimonial-slider .swiper-slide {
    background-color: #e2b9b4
}

.leadership-testimonial-slider .leadership-testimonial {
    height: 100%
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .leadership-testimonials-name {
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 400;
    opacity: .7;
    line-height: 1;
    color: var(--dark-color);
    margin-bottom: 8px
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .leadership-testimonials-text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .leadership-testimonials-text {
        font-size: 20px;
        letter-spacing: .38px;
        margin-bottom: 20px
    }
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .leadership-testimonial-post {
    margin-left: 24px;
    line-height: 1.43;
    font-weight: 400;
    opacity: .7;
    font-size: 14px;
    color: var(--dark-color)
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .icon-quotes-icon {
    top: 10px
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .icon-quotes-icon:after {
    content: "";
    color: inherit
}

.leadership-testimonial-slider .leadership-testimonial .leadership-testimonial-frame .icon-quotes-icon:before {
    content: ""
}

.leadership-testimonial-slider .leadership-slider-arrows {
    width: 102px;
    height: 26px;
    position: absolute;
    right: 40px;
    bottom: 115px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1025px) {
    .leadership-testimonial-slider .leadership-slider-arrows {
        display: none
    }
}

.leadership-testimonial-slider .leadership-slider-arrows div {
    height: 26px;
    width: 46px;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer
}

.leadership-testimonial-slider .leadership-slider-arrows div img,
.leadership-testimonial-slider .leadership-slider-arrows div svg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.leadership-testimonial-slider .leadership-slider-arrows div:hover {
    background-color: rgba(12, 53, 165, .15);
    opacity: 1
}

.leadership-testimonial-slider .leadership-slider-arrows div:active {
    background-color: rgba(0, 0, 0, .25);
    opacity: 1
}

.leadership-testimonial-slider .leadership-slider-arrows div.swiper-button-disabled {
    pointer-events: none;
    opacity: .3;
    cursor: not-allowed
}

.latest-products {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1025px) {
    .latest-products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}

.latest-products .leadership-card-product {
    position: relative;
    padding: 15px;
    width: 33.3333333%;
    min-width: 33.3333333%;
    max-width: 33.3333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1025px) {
    .latest-products .leadership-card-product {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0
    }
}

@media (max-width: 1025px) {
    .latest-products .leadership-card-product:not(:last-child) {
        margin-bottom: 30px
    }
}

.latest-products .leadership-card-product .card-inner {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: var(--white-color);
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    padding: 50px 0 0
}

.latest-products .leadership-card-product .card-inner:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15);
    box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15)
}

.latest-products .leadership-card-product .card-inner .leadership-product-thumb {
    background-color: #203052;
    height: 290px
}

.latest-products .leadership-card-product .card-inner img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0 auto 50px;
    width: 210px
}

.latest-products .leadership-card-product .card-inner .leadership-card-product-description {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--dark-color);
    border-top: 1px solid #eee
}

.latest-products .leadership-card-product .card-inner .leadership-card-product-description .product-title {
    letter-spacing: .5px;
    line-height: 1.38;
    color: var(--primary-2);
    font-size: 16px;
    opacity: .7;
    font-weight: 400;
    font-family: var(--text-font);
    padding: 0 8px 0 0;
    text-align: left
}

@media (max-width: 1025px) {
    .latest-products .leadership-card-product .card-inner .leadership-card-product-description .product-title {
        text-align: center
    }
}

.latest-products .leadership-card-product .card-inner .leadership-card-product-description .price {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--primary-2);
    min-width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.latest-products .leadership-card-product .card-inner .leadership-card-product-description .price bdi,
.latest-products .leadership-card-product .card-inner .leadership-card-product-description .price ins,
.latest-products .leadership-card-product .card-inner .leadership-card-product-description .price span {
    text-decoration: none;
    font-weight: 600
}

.latest-products .leadership-card-product .card-inner .leadership-card-product-description .price del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    font-weight: 600;
    opacity: .7
}

.latest-products .load-more-wrapper {
    margin-top: 35px
}

@media (max-width: 1025px) {
    .latest-products .load-more-wrapper {
        margin-top: 5px
    }
}

.events-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.events-list,
.events-list .event-card-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.events-list .event-card-1 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    background-color: var(--white-color)
}

.events-list .event-card-1 .image-wrapper {
    width: 50%;
    height: 100%
}

@media (max-width: 1025px) {
    .events-list .event-card-1 .image-wrapper {
        width: 100%
    }
}

.events-list .event-card-1 .image-wrapper img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.events-list .event-card-1 .description-wrapper {
    width: 50%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1025px) {
    .events-list .event-card-1 .description-wrapper {
        width: 100%;
        padding: 20px;
        position: relative
    }
}

.events-list .event-card-1 .description-wrapper .top-info .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: .5px;
    color: var(--primary-3);
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width: 1025px) {
    .events-list .event-card-1 .description-wrapper .top-info .post-date {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .79px;
        color: var(--primary-3);
        margin-bottom: 14px
    }
}

.events-list .event-card-1 .description-wrapper .top-info .post-date svg {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

@media (max-width: 1025px) {
    .events-list .event-card-1 .description-wrapper .top-info .post-date svg {
        display: none
    }
}

.events-list .event-card-1 .description-wrapper .top-info .post-date svg path {
    fill: var(--primary-3)
}

.events-list .event-card-1 .description-wrapper .top-info .post-date .event-location {
    text-transform: capitalize;
    margin-left: 5px
}

@media (max-width: 1025px) {
    .events-list .event-card-1 .description-wrapper .top-info .post-date .event-location {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .79px;
        color: var(--primary-3)
    }
}

.events-list .event-card-1 .post-title {
    text-decoration: none;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: .5px;
    line-height: normal
}

.events-list .event-card-1 .post-date {
    margin-bottom: 7px
}

@media (max-width: 1025px) {
    .events-list .event-card-1 .leadership-btn {
        width: 100%;
        height: 36px;
        line-height: 34px;
        text-align: center;
        padding: 0
    }
}

.events-list .event-card-1:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.events-list .event-card-1 img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.events-list .event-card-1:first-child {
    margin-bottom: 20px
}

.events-list .leadership-event-2 {
    width: 100%;
    border-radius: 5px;
    min-height: 120px;
    background-color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-left: 40px;
    position: relative;
    padding-right: 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

@media (max-width: 1025px) {
    .events-list .leadership-event-2 {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.events-list .leadership-event-2:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 134px;
    background-color: #f7f7f7
}

@media (max-width: 1025px) {
    .events-list .leadership-event-2:after {
        display: none
    }
}

.events-list .leadership-event-2 .leadership-link {
    padding-bottom: 5px
}

.events-list .leadership-event-2 .leadership-event-2-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.events-list .leadership-event-2 .leadership-event-2-left .event-date-mobile {
    display: none
}

@media (max-width: 1025px) {
    .events-list .leadership-event-2 .leadership-event-2-left .event-date-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .79px;
        text-transform: uppercase;
        color: var(--primary-3)
    }
}

.events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-date {
    width: 100px;
    padding-right: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 80px;
    padding-left: 0;
    margin-right: 74px
}

@media (max-width: 1025px) {
    .events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-date {
        display: none
    }
}

.events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-date .leadership-date-number {
    font-weight: 700;
    color: var(--primary-3);
    text-transform: uppercase;
    opacity: 1;
    font-size: 42px;
    line-height: 50px
}

.events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-date .leadership-date-text {
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    font-size: 20px;
    color: var(--primary-3)
}

.events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-date {
    position: relative;
    margin-right: 40px
}

.events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-description .event-location {
    height: 20px;
    color: var(--primary-3);
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 7px
}

@media (max-width: 1025px) {
    .events-list .leadership-event-2 .leadership-event-2-left .leadership-event-2-description .event-location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .79px;
        color: var(--primary-3)
    }
}

.events-list .leadership-event-2 .leadership-event-2-left .post-title {
    font-size: 30px
}

@media (max-width: 1025px) {
    .events-list .leadership-event-2 .leadership-event-2-left .post-title {
        margin-bottom: 16px
    }
}

.events-list .view-all-events {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 1025px) {
    .events-list .view-all-events {
        margin-top: 30px
    }
}

.elementor-widget-container ol,
.elementor-widget-container ul {
    padding-left: 18px
}


.blog-card {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

.blog-card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.blog-card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

.blog-card .blog-card-description {
    padding: 25px 20px;
    color: var(--dark-color)
}

.blog-card .blog-card-description .post-date {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 600;
    font-family: var(--text-font);
    letter-spacing: 0;
    color: var(--primary-3);
    opacity: .7
}

.blog-card .blog-card-description .post-title {
    letter-spacing: .5px;
    line-height: 1.38;
    color: var(--dark-color);
    font-size: 16px;
    opacity: 1;
    font-weight: 400;
    font-family: var(--text-font)
}

.blog-card-lg {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--white-color);
    width: 100%;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.blog-card-lg:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15);
    box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15)
}

.blog-card-lg .blog-card-description {
    display: block;
    padding: 30px 50px
}

@media (max-width: 1025px) {
    .blog-card-lg .blog-card-description {
        padding: 20px 22px
    }
}

.blog-card-lg .blog-card-description .post-title {
    margin-bottom: 10px;
    font-size: 32px
}

.blog-card-lg .card-badge {
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .5px;
    color: var(--primary-3);
    margin-bottom: 8px
}

.blog-card-lg .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 0
}

.blog-card-lg .bottom-wrapper .post-excerpt {
    color: var(--primary-2);
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 1.38;
    opacity: .7
}

.blog-card-lg .bottom-wrapper .leadership-btn {
    padding: 15px 46px
}

.blog-card-xs {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.blog-card-xs:hover .post-title {
    opacity: 1
}

.blog-card-xs:hover img {
    -webkit-box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15);
    box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15)
}

.blog-card-xs img {
    border-radius: 5px;
    width: 118px;
    height: 94px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-card-xs .blog-card-description {
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    padding: 0 0 0 20px;
    background: transparent
}

.blog-card-xs .blog-card-description .post-title {
    opacity: 1;
    font-size: 14px;
    line-height: 1.43;
    color: var(--dark-color);
    letter-spacing: .5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: var(--text-font);
}

.blog-card-xs .blog-card-description .post-date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    letter-spacing: .5px;
    color: var(--primary-3);
    opacity: 1;
    font-weight: 400
}

.blog-list-wrapper {
    padding-top: 40px;
    padding-bottom: 100px
}

@media (max-width: 1025px) {
    .blog-list-wrapper {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

.blog-list-wrapper .blog-filter {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.blog-list-wrapper .blog-filter p {
    margin: 0 50px 15px 0;
    font-size: 12px;
    color: var(--primary-2);
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    opacity: .7
}

.blog-list-wrapper .blog-filter p.active {
    color: var(--primary-3)
}

.blog-list-wrapper .isotope-grid-wrapper {
    margin: -15px -15px 0
}

.blog-list-wrapper .isotope-grid-wrapper .isotope-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-list-wrapper .isotope-grid-wrapper .grid-item {
    padding: 15px;
    width: 33.3333333%
}

@media (max-width: 1025px) {
    .blog-list-wrapper .isotope-grid-wrapper .grid-item {
        width: 50%
    }
}

@media (max-width: 768px) {
    .blog-list-wrapper .isotope-grid-wrapper .grid-item {
        width: 100%
    }
}

.blog-list-wrapper .isotope-grid-wrapper .load-more-wrapper {
    margin-top: 40px
}

.blog-simple-wrapper {
    padding-top: 50px;
    padding-bottom: 100px
}

@media (max-width: 1025px) {
    .blog-simple-wrapper {
        padding-top: 30px
    }
}

.blog-simple-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-simple-wrapper .container.sidebar-enabled.sidebar-right .sidebar-wrapper {
    padding-left: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.blog-simple-wrapper .container.sidebar-enabled.sidebar-right .list-wrapper {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blog-simple-wrapper .container.sidebar-enabled.sidebar-left .sidebar-wrapper {
    padding-right: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blog-simple-wrapper .container.sidebar-enabled.sidebar-left .list-wrapper {
    padding-left: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width: 1025px) {
    .blog-simple-wrapper .list-wrapper {
        margin: 0
    }
}

@media (max-width: 1025px) {

    .blog-simple-wrapper .list-wrapper,
    .blog-simple-wrapper .sidebar-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        padding: 0 !important
    }

    .blog-simple-wrapper .sidebar-wrapper {
        margin: 0;
        margin-top: 60px
    }
}

.blog-simple-wrapper .leadership-card-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    height: auto
}

.blog-simple-wrapper .blog-simple-list .blog-card-lg:not(:last-child) {
    margin-bottom: 30px
}

.blog-simple-wrapper .sidebar-enabled .list-wrapper {
    width: 66.666666%;
    min-width: 66.666666%
}

.blog-simple-wrapper .sidebar-enabled .sidebar-wrapper {
    width: 33.3333333%;
    min-width: 33.3333333%
}

.single-post-wrapper {
    padding: 50px 0 80px
}

@media (max-width: 1024px) {
    .single-post-wrapper {
        padding-top: 20px;
    }
}

.single-post-wrapper .single-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-post-wrapper .single-inner .post-thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-post-wrapper .single-inner .leadership-post-frame {
    padding: 40px;
    background-color: var(--white-color);
    border-radius: 0
}


.single-post-wrapper .single-inner .leadership-post-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-header {
    margin-bottom: 50px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-header .post-thumb {
    border-radius: 0
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-header .post-date {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.43;
    color: var(--primary-3)
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-header .post-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 30px
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-content {
    margin-bottom: 50px
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .footer-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--text-font);
    color: var(--dark-color);
    margin-bottom: 20px
}

@media (max-width: 1025px) {
    .single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .footer-title {
        margin-bottom: 14px
    }
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .footer-title:not(:first-child) {
    margin-top: 50px
}

@media (max-width: 1025px) {
    .single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .footer-title:not(:first-child) {
        margin-top: 22px
    }
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .tags-wrapper .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px
}

.single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .tags-wrapper .tagcloud .tag-cloud-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1025px) {
    .single-post-wrapper .single-inner .leadership-post-frame .single-post-footer .share-wrapper .leadership-btn {
        margin-right: 8px
    }
}

.single-post-wrapper .single-inner.sidebar-enabled .leadership-post-frame {
    width: 66.666666%
}

.single-post-wrapper .single-inner.sidebar-enabled .sidebar-wrapper {
    width: 33.333333%
}

.single-post-wrapper .single-inner.sidebar-enabled.sidebar-right .leadership-post-frame {
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.single-post-wrapper .single-inner.sidebar-enabled.sidebar-right .sidebar-wrapper {
    margin-left: 15px;
    padding-left: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.single-post-wrapper .single-inner.sidebar-enabled.sidebar-left .leadership-post-frame {
    margin-left: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.single-post-wrapper .single-inner.sidebar-enabled.sidebar-left .sidebar-wrapper {
    margin-right: 15px;
    padding-right: 35px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 1025px) {
    .single-post-wrapper .single-inner.sidebar-enabled.sidebar-right .leadership-post-frame {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 40px 20px;
        margin-right: 0;
    }

    .single-post-wrapper .single-inner .sidebar-wrapper {
        display: none
    }

    .single-post-wrapper .single-inner.sidebar-enabled.sidebar-right .sidebar-wrapper {
        margin-left: 0;
        padding-left: 0;
    }

    .single-post-wrapper .single-inner.sidebar-enabled.sidebar-right .sidebar-wrapper aside.sidebar {
        padding: 0 15px;
    }
}

.single-post-wrapper .recent-posts-section {
    margin-top: 60px
}

.single-post-wrapper .recent-posts-section .recent-post-title {
    margin-bottom: 60px;
    text-align: center
}

.single-post-wrapper .recent-posts-section .recent-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768px) {
    .single-post-wrapper .recent-posts-section .recent-posts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
}

.single-post-wrapper .recent-posts-section .recent-posts .blog-card {
    margin: 0 15px
}

@media (max-width: 768px) {
    .single-post-wrapper .recent-posts-section .recent-posts .blog-card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 30px
    }
}

.wp-block-image img {
    height: auto
}

.wp-block-image:after {
    content: "";
    clear: both;
    display: table
}

.comments-wrapper {
    margin-top: 50px
}

.comments-wrapper .comments-area .comment-list {
    margin-bottom: 50px
}

@media (max-width: 576px) {
    .comments-wrapper .comments-area .comment-list {
        margin-bottom: 30px
    }
}

.comments-wrapper .comments-area .comment-list .comment-respond {
    margin-top: 50px
}

@media (max-width: 576px) {
    .comments-wrapper .comments-area .comment-list .comment-respond {
        margin-top: 30px
    }
}

.comments-wrapper .comments-area .children .comment,
.comments-wrapper .comments-area .children .pingback,
.comments-wrapper .comments-area .children .trackback,
.comments-wrapper .comments-area .comment-list .comment,
.comments-wrapper .comments-area .comment-list .pingback,
.comments-wrapper .comments-area .comment-list .trackback,
.comments-wrapper .comments-area .commentlist .comment,
.comments-wrapper .comments-area .commentlist .pingback,
.comments-wrapper .comments-area .commentlist .trackback {
    list-style: none
}

.comments-wrapper .comments-area .children .comment:not(:first-child),
.comments-wrapper .comments-area .children .pingback:not(:first-child),
.comments-wrapper .comments-area .children .trackback:not(:first-child),
.comments-wrapper .comments-area .comment-list .comment:not(:first-child),
.comments-wrapper .comments-area .comment-list .pingback:not(:first-child),
.comments-wrapper .comments-area .comment-list .trackback:not(:first-child),
.comments-wrapper .comments-area .commentlist .comment:not(:first-child),
.comments-wrapper .comments-area .commentlist .pingback:not(:first-child),
.comments-wrapper .comments-area .commentlist .trackback:not(:first-child) {
    margin-top: 50px
}

@media (max-width: 576px) {

    .comments-wrapper .comments-area .children .comment:not(:first-child),
    .comments-wrapper .comments-area .children .pingback:not(:first-child),
    .comments-wrapper .comments-area .children .trackback:not(:first-child),
    .comments-wrapper .comments-area .comment-list .comment:not(:first-child),
    .comments-wrapper .comments-area .comment-list .pingback:not(:first-child),
    .comments-wrapper .comments-area .comment-list .trackback:not(:first-child),
    .comments-wrapper .comments-area .commentlist .comment:not(:first-child),
    .comments-wrapper .comments-area .commentlist .pingback:not(:first-child),
    .comments-wrapper .comments-area .commentlist .trackback:not(:first-child) {
        margin-top: 30px
    }
}

.comments-wrapper .comments-area .comment .comment-body,
.comments-wrapper .comments-area .pingback .comment-body,
.comments-wrapper .comments-area .trackback .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .author-avatar,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .author-avatar,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .author-avatar {
    min-width: 75px;
    min-height: 75px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 25px
}

@media (max-width: 576px) {

    .comments-wrapper .comments-area .comment .comment-body .comment-meta .author-avatar,
    .comments-wrapper .comments-area .pingback .comment-body .comment-meta .author-avatar,
    .comments-wrapper .comments-area .trackback .comment-body .comment-meta .author-avatar {
        margin-right: 15px;
        min-height: 50px;
        min-width: 50px
    }
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper {
    width: 100%
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper .author-name,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper .author-name,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper .author-name {
    font-weight: 600;
    color: var(--dark-color);
    line-height: 1;
    margin-bottom: 3px
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper .date-wrapper,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper .date-wrapper,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper .date-wrapper .date,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper .date-wrapper .date,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper .date-wrapper .date {
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
    margin: 0
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button {
    margin-left: 15px
}

.comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button .comment-edit-link,
.comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button .comment-edit-link,
.comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button .comment-edit-link {
    padding: 0 7px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    color: var(--white-color);
    background-color: var(--primary-3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width: 375px) {

    .comments-wrapper .comments-area .comment .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button .comment-edit-link,
    .comments-wrapper .comments-area .pingback .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button .comment-edit-link,
    .comments-wrapper .comments-area .trackback .comment-body .comment-meta .meta-wrapper .date-wrapper .edit-button .comment-edit-link {
        font-size: 13px
    }
}

.comments-wrapper .comments-area .comment .comment-body .comment-content,
.comments-wrapper .comments-area .pingback .comment-body .comment-content,
.comments-wrapper .comments-area .trackback .comment-body .comment-content {
    padding: 25px;
    border: 1px solid hsla(0, 0%, 59.6%, .2);
    border-radius: 3px
}

@media (max-width: 375px) {

    .comments-wrapper .comments-area .comment .comment-body .comment-content .comment-text,
    .comments-wrapper .comments-area .pingback .comment-body .comment-content .comment-text,
    .comments-wrapper .comments-area .trackback .comment-body .comment-content .comment-text {
        font-size: 13px
    }
}

.comments-wrapper .comments-area .comment .comment-body .comment-content .reply-button,
.comments-wrapper .comments-area .pingback .comment-body .comment-content .reply-button,
.comments-wrapper .comments-area .trackback .comment-body .comment-content .reply-button {
    margin-top: 5px
}

.comments-wrapper .comments-area .comment .comment-body .comment-content .reply-button span i,
.comments-wrapper .comments-area .pingback .comment-body .comment-content .reply-button span i,
.comments-wrapper .comments-area .trackback .comment-body .comment-content .reply-button span i {
    display: none
}

.comments-wrapper .comments-area .comment .comment-body .comment-content .reply-button span .comment-reply-link,
.comments-wrapper .comments-area .pingback .comment-body .comment-content .reply-button span .comment-reply-link,
.comments-wrapper .comments-area .trackback .comment-body .comment-content .reply-button span .comment-reply-link {
    padding: 0 7px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    color: var(--white-color);
    background-color: var(--primary-3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width: 375px) {

    .comments-wrapper .comments-area .comment .comment-body .comment-content .reply-button span .comment-reply-link,
    .comments-wrapper .comments-area .pingback .comment-body .comment-content .reply-button span .comment-reply-link,
    .comments-wrapper .comments-area .trackback .comment-body .comment-content .reply-button span .comment-reply-link {
        font-size: 13px
    }
}

.comments-wrapper .comments-area .children {
    margin-top: 50px;
    padding-left: 50px
}

@media (max-width: 576px) {
    .comments-wrapper .comments-area .children {
        margin-top: 30px;
        padding-left: 30px
    }
}

.comments-wrapper .comment-respond {
    max-width: 650px
}

.comments-wrapper .comment-respond .reply-comment-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 28px
}

.comments-wrapper .comment-respond .reply-comment-title > a {
    margin-left: 4px
}

.comments-wrapper .comment-respond .reply-comment-title small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.comments-wrapper .comment-respond .reply-comment-title small #cancel-comment-reply-link {
    font-size: 18px;
    padding: 3px 0 3px 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px
}

.comments-wrapper .comment-respond .reply-comment-title small #cancel-comment-reply-link:hover {
    color: var(--dark-color);
    background-color: var(--primary-3)
}

.comments-wrapper .comment-respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.comments-wrapper .comment-respond .comment-form .comment-notes {
    margin-bottom: 0
}

.comments-wrapper .comment-respond .comment-form .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.comments-wrapper .comment-respond .comment-form .logged-in-as a {
    font-weight: 400;
    background-color: unset;
    padding: unset;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--primary-2)
}

.comments-wrapper .comment-respond .comment-form .logged-in-as a:not(:first-child) {
    margin-right: 5px
}

.comments-wrapper .comment-respond .comment-form .logged-in-as a:hover {
    opacity: .7
}

.comments-wrapper .comment-respond .comment-form textarea {
    margin-bottom: 15px
}

.comments-wrapper .comment-respond .comment-form input,
.comments-wrapper .comment-respond .comment-form textarea {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: var(--white-color);
    color: var(--dark-color)
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea {
    width: 100%;
    margin-top: 15px
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea {
    padding: 25px 30px;
    border: 1px solid hsla(0, 0%, 59.6%, .2);
    border-radius: 3px;
    color: var(--dark-color);
    min-height: 200px;
    resize: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 576px) {
    .comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea {
        padding: 15px 20px;
        min-height: 150px
    }
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:focus {
    background-color: var(--white-color);
    border: 1px solid var(--primary-3)
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:focus::-moz-placeholder {
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:focus:-ms-input-placeholder {
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:focus::-ms-input-placeholder {
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:focus::placeholder {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea::-moz-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .comment-form-textarea textarea::placeholder {
    color: var(--primary-2);
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .input-wrapper {
    width: 100%
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url {
    width: 100%;
    margin-top: 15px
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border: 1px solid hsla(0, 0%, 59.6%, .2);
    border-radius: 3px;
    color: var(--dark-color);
    resize: none;
    height: 55px;
    width: 100%
}

@media (max-width: 576px) {

    .comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input,
    .comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input,
    .comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input {
        padding: 0 20px;
        height: 40px
    }
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:focus,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:focus,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:focus {
    background-color: var(--white-color);
    border: 1px solid var(--primary-3)
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:focus::-webkit-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:focus::-webkit-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:focus::-moz-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:focus::-moz-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:focus::-moz-placeholder {
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:focus:-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:focus:-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:focus:-ms-input-placeholder {
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:focus::-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:focus::-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:focus::-ms-input-placeholder {
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:focus::placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:focus::placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:focus::placeholder {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input::-webkit-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input::-webkit-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input::-moz-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input::-moz-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input::-moz-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input:-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input:-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input::-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input::-ms-input-placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .7;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-author input::placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-email input::placeholder,
.comments-wrapper .comment-respond .comment-form .input-wrapper .comment-form-url input::placeholder {
    color: var(--primary-2);
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comments-wrapper .comment-respond .comment-form .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 15px
}

.comments-wrapper .comment-respond .comment-form .comment-form-cookies-consent input {
    margin-right: 8px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    width: unset
}

.comments-wrapper .comment-respond .comment-form .form-submit {
    margin-top: 15px
}

.comments-wrapper .comment-respond .comment-form .form-submit input {
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
    color: var(--white-color);
    padding: 17px 22px;
    background-color: var(--primary-3);
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width: 576px) {
    .comments-wrapper .comment-respond .comment-form .form-submit input {
        padding: 12px 17px
    }
}

.comments-wrapper .comment-respond .comment-form .form-submit input:hover {
    opacity: .7
}

#cc-banner-wrap {
    pointer-events: none;
    background-color: transparent;
    font-family: var(--text-font)
}

#cc-banner-wrap #cc-window {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    background-color: #f6f6f6;
    pointer-events: auto;
    width: 100%;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    bottom: 0;
    font-family: var(--text-font)
}

#cc-banner-wrap #cc-window .cc-compliance,
#cc-banner-wrap #cc-window .cc-compliance .cc-save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cc-banner-wrap #cc-window .cc-compliance .cc-save {
    margin-left: 12px;
    height: 36px;
    font-size: 14px;
    border: 1px solid var(--primary-1);
    background-color: transparent;
    color: var(--primary-1);
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 34px;
    padding: 0 36px;
    letter-spacing: 1.5px
}

#cc-banner-wrap #cc-window .cc-compliance .cc-save:hover {
    text-decoration: none;
    border: 1px solid var(--primary-1);
    background-color: var(--primary-1);
    color: var(--white-color)
}

#cc-banner-wrap #cc-window .cc-compliance .cc-dismiss {
    height: 36px;
    line-height: 36px;
    padding: 13px 36px;
    font-size: 14px;
    background-color: var(--primary-1);
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 800;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#cc-banner-wrap #cc-window .cc-compliance .cc-dismiss:hover {
    opacity: .7;
    text-decoration: none
}

#cc-banner-wrap #cc-window .cc-message {
    font-size: 12px;
    color: var(--primary-2);
    margin: 0;
    width: 100%;
    padding: 0;
    font-family: var(--text-font);
    line-height: 23px;
    letter-spacing: .1px;
    font-weight: 500
}

#cc-banner-wrap #cc-window .cc-message a {
    color: var(--primary-3);
    text-decoration: none
}

.cta-section {
    padding: 100px 0;
    background-color: var(--white-color);
    /*  border-bottom: 1px solid #eee*/
}

@media (max-width: 1025px) {
    .cta-section {
        padding: 40px 0
    }
}

.cta-section .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cta-section .inner-wrapper .cta-title {
    margin-bottom: 20px;
    text-align: center;
    color: var(--dark-color)
}

@media (max-width: 1025px) {
    .cta-section .inner-wrapper .cta-title {
        margin-bottom: 40px
    }
}

.cta-section .inner-wrapper .cta-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 1.43;
    color: var(--primary-2);
    letter-spacing: .5px;
    opacity: .7;
    margin-bottom: 20px
}

.page-not-found {
    background-color: var(--white-color);
    border-bottom: 1px solid #eee
}

.page-not-found .page-not-found-wrapper {
    padding: 120px 0 100px;
    text-align: center
}

@media (max-width: 1025px) {
    .page-not-found .page-not-found-wrapper {
        padding: 70px 0 50px
    }
}

.page-not-found .page-not-found-wrapper h1 {
    font-size: 74px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: .95;
    letter-spacing: 1px;
    color: var(--dark-color);
    margin-bottom: 30px
}

@media (max-width: 1025px) {
    .page-not-found .page-not-found-wrapper h1 {
        margin-bottom: 10px
    }
}

.page-not-found .page-not-found-wrapper p {
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: .2px;
    color: var(--primary-2);
    margin-bottom: 42px;
    display: block
}

@media (max-width: 1025px) {
    .page-not-found .page-not-found-wrapper p {
        font-size: 16px
    }
}

.page-not-found .page-not-found-wrapper .links {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.page-not-found .page-not-found-wrapper .links div {
    width: 80px;
    text-align: left
}

.page-not-found .page-not-found-wrapper .links div li {
    margin: 0;
    list-style: none
}

.page-not-found .page-not-found-wrapper .links div a {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--primary-2);
    text-decoration: none;
    margin-bottom: 16px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
    text-transform: uppercase
}

.page-not-found .page-not-found-wrapper .links div a:hover {
    color: var(--primary-3)
}

.theme-footer {
    text-align: center;
    background-color: var(--body-bg)
}

.theme-footer #sbi_mod_error {
    display: none
}

.theme-footer .bottom-wrapper {
    background-color: var(--body-bg)
}

.theme-footer .container {
    padding: 80px 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
}

@media (max-width: 1025px) {


    .theme-footer .container {
        padding: 0px 15px
    }
}

.theme-footer .container .theme-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1025px) {
    .theme-footer .container .theme-footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.theme-footer .container .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .center-side {
        margin: 30px 0;
    }
}

.theme-footer .container .footer-top ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.theme-footer .container .footer-top ul li {
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 15px
}


@media (max-width: 768px) {
    .theme-footer .container .footer-top .left-side {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.theme-footer .container .footer-top .left-side .info-item {
    font-size: 16px
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top .left-side .info-item {
        text-align: center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.theme-footer .container .footer-top .left-side .info-item:not(:last-child) {
    margin-bottom: 10px
}

.theme-footer .container .footer-top .left-side .theme-logo {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top .left-side .theme-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.theme-footer .container .footer-top .left-side .theme-logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.theme-footer .container .footer-top .menu-list-wrapper {
    width: 30%;
    min-width: 30%
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top .menu-list-wrapper {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.theme-footer .container .footer-top .menu-list-wrapper .main-menu {
    max-height: 120px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top .menu-list-wrapper .main-menu {
        max-height: unset
    }
}

.theme-footer .container .footer-top .menu-list-wrapper .main-menu li {
    width: 25%;
    max-width: 25%;
    text-align: left
}

.theme-footer .container .footer-top .menu-list-wrapper .main-menu li a {
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top .menu-list-wrapper .main-menu li a {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.theme-footer .container .footer-top .menu-list-wrapper .main-menu li a:hover {
    opacity: .7
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top .menu-list-wrapper .main-menu li {
        width: 100%;
        max-width: 100%
    }
}

.theme-footer .container .footer-top .footer-social-wrapper {
    /* width: 25%;
    min-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;*/
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 768px) {
    .theme-footer .container .footer-top ul li {
        margin-bottom: 0;
    }

    .theme-footer .container .footer-top .footer-social-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /* min-width: 100%; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        max-width: 200px;
        text-align: center;
    }
}

.theme-footer .container .footer-top .footer-social-wrapper li a {
    color: var(--dark-color);
    margin-right: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}


.theme-footer .container .footer-top .footer-social-wrapper li a:hover {
    background-color: transparent;
    border: 2px solid var(--link-border-hover-color);
    color: var(--primary-3)
}


.theme-footer .container .theme-copyright a {
    text-decoration: underline
}

.theme-footer .container .theme-copyright a:hover {
    text-decoration: none
}

@media (max-width: 1025px) {
    .theme-footer .container .theme-copyright {
        margin-bottom: 10px
    }
}


.leadership-input {
    width: 100%;
    border: none;
    padding: 15px 30px
}

.leadership-input.leadership-default-input {
    border: none;
    border-radius: 5px
}

.leadership-input:active,
.leadership-input:focus {
    outline: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.post-icon-box {
    text-align: center;
    margin-bottom: 30px
}

.post-icon-box img {
    margin-bottom: 25px
}

.post-icon-box .iconbox-title {
    display: block;
    margin-bottom: 10px
}

.post-icon-box-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.post-icon-box-xs i {
    margin-right: 12px;
    color: var(--primary-3)
}

.post-icon-box-xs svg {
    display: inline-block;
    fill: var(--dark-color);
    padding: 5px 0 0 5px;
    margin-right: 10px
}

.post-icon-box-xs span {
    width: calc(100% - 30px)
}

@media (max-width: 1025px) {
    .quotes-icon svg {
        width: 30px;
        height: 48px
    }
}

.footer-instagram-wrapper {
    background-color: var(--white-color);
    padding-top: 60px
}

@media (max-width: 1025px) {
    .footer-instagram-wrapper {
        padding-top: 40px
    }
}

#sbi_images {
    margin: 0
}

@media (max-width: 1025px) {
    #sbi_images .sbi_item {
        width: 33.333333333%
    }
}

.footer-instagram .container {
    padding: 0
}

.footer-instagram .instagram-title {
    color: var(--dark-color);
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    letter-spacing: .5px
}

@media (max-width: 1025px) {
    .footer-instagram .instagram-title {
        margin-bottom: 15px
    }
}

.footer-instagram .instagram-offer {
    opacity: .9;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 400;
    color: var(--primary-2)
}

@media (max-width: 1025px) {
    .footer-instagram .instagram-offer {
        width: 100%;
        min-width: 100%;
        position: relative;
        padding: 0 15px
    }
}

.footer-instagram .footer-instagram-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-instagram .footer-instagram-img:hover {
    opacity: .98
}

.footer-instagram .instagram-links {
    position: relative;
    padding: 0 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1025px) {
    .footer-instagram .instagram-links {
        margin-top: 20px
    }
}

@media (max-width: 576px) {
    .footer-instagram .instagram-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-instagram .instagram-links .leadership-link {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-instagram .instagram-links .leadership-link span,
.footer-instagram .instagram-links .leadership-link svg {
    margin-left: 5px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media (max-width: 576px) {
    .footer-instagram .instagram-links .leadership-link:not(:last-child) {
        margin-bottom: 20px
    }
}

.leadership-blog-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.leadership-blog-instagram a {
    width: 30%;
    margin-bottom: 15px
}

.leadership-blog-instagram a img {
    width: 100%
}

.navigation-wrapper {
    /*   -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05)*/
}

.navigation-wrapper nav {
    -ms-flex-item-align: center;
    align-self: center
}

.navigation-wrapper nav .main-menu {
    padding: 0;
    margin: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1025px) {
    .navigation-wrapper nav .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.navigation-wrapper nav .main-menu li {
    height: 100%;
    display: inline-block;
    list-style-type: none
}

.navigation-wrapper nav .main-menu li a {
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
    display: block;
    padding: 0 25px;
    line-height: 70px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    pointer-events: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap
}

@media (max-width: 1441px) {
    .navigation-wrapper nav .main-menu li a {
        padding: 0 15px
    }
}

@media (max-width: 1201px) {
    .navigation-wrapper nav .main-menu li a {
        padding: 0 7px
    }
}

@media (max-width: 1025px) {
    .navigation-wrapper nav .main-menu li a {
        padding: 0 25px
    }
}

.navigation-wrapper nav .main-menu li a:hover {
    text-decoration: none;
    color: var(--link-color)
}

.navigation-wrapper nav .main-menu li.menu-item-has-children {
    position: relative
}

.home .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu,
.page-id-2081 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu,
.page-id-3837 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu {
    background-color: #212121;
    min-width: 100px;
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu {
    -webkit-box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15);
    box-shadow: 0 8px 24px 0 rgba(44, 72, 129, .15);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    min-width: 100px;
    padding: 0;
    position: absolute;
    top: 65px;
    left: 0;
    background-color: var(--white-color);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu.active {
    opacity: 1 !important;
    pointer-events: all !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    visibility: visible;

}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item {
    border-bottom: 1px solid rgba(44, 72, 129, .1);
    display: block;
    padding: 0
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a {
    line-height: 20px
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item.current-menu-item {
    position: relative
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item.current-menu-item a:after {
    display: none
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children {
    position: relative
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
    min-width: 240px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
    padding-top: 0
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a {
    display: block;
    padding: 16px 14px;

}

.home .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a,
.page-id-2081 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a,
.page-id-3203 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a,
.page-id-3201 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a,
.page-id-3837 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a,
.page-id-3820 .navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item a {
    color: #fff
}

.navigation-wrapper nav .main-menu li.menu-item-has-children .sub-menu .menu-item:last-child {
    border: none
}

.navigation-wrapper .theme-navbar-social,
.navigation-wrapper .theme-navbar-social li,
.navigation-wrapper .theme-navbar-social li a {
    line-height: 1
}

@media (max-width: 1441px) {
    .navigation-wrapper .theme-navbar-social li a {
        font-size: 14px
    }
}

.navigation-wrapper .theme-navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 50px;
    background-color: var(--white-color);
    height: 70px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .navigation-wrapper .theme-navbar {
        padding: 0 20px;
        box-shadow: 0px 2px 5px #ccc;
    }
}


.navigation-wrapper .theme-navbar .current-menu-item-link {
    color: var(--primary-3)
}

.navigation-wrapper .theme-navbar .theme-logo {
    min-width: 150px
}

.navigation-wrapper .theme-navbar .theme-logo img {
    height: auto
}

.navigation-wrapper .theme-navbar.theme-navbar-with-top-offer {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

@media (max-width: 782px) {
    .navigation-wrapper .theme-navbar.theme-navbar-with-top-offer {
        -webkit-transform: translateY(52px);
        transform: translateY(52px)
    }
}

.navigation-wrapper .theme-navbar .theme-navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-wrapper .theme-navbar .theme-navbar-right .is-hidden {
    display: none
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color);
    display: none;
    margin-left: 15px
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: var(--white-color);
    height: 14px;
    width: 18px;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger {
    -ms-flex-item-align: center;
    align-self: center;
    width: 18px;
    height: 14px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    outline: none;
    padding: 0;
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger span {
    width: 100%;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    background: var(--dark-color);
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger:after {
    top: 0;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    background: var(--dark-color);
    left: 0
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger:before {
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    background: var(--dark-color);
    left: 0
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger.leadership-on-menu:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    -webkit-transition: all .2s, -webkit-transform .2s .3s;
    transition: all .2s, -webkit-transform .2s .3s;
    transition: all .2s, transform .2s .3s;
    transition: all .2s, transform .2s .3s, -webkit-transform .2s .3s
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger.leadership-on-menu:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 35%;
    -webkit-transition: all .2s, -webkit-transform .2s .3s;
    transition: all .2s, -webkit-transform .2s .3s;
    transition: all .2s, transform .2s .3s;
    transition: all .2s, transform .2s .3s, -webkit-transform .2s .3s
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle .menu-burger.leadership-on-menu span {
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .3s;
    transition: opacity .4s, visibility .3s;
    opacity: 0
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle.leadership-on-menu {
    position: relative
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle.leadership-on-menu span {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper .menu-toggle.leadership-on-menu span:before {
    content: "";
    width: 4px;
    height: 25px;
    border-radius: 4px;
    background-color: var(--dark-color);
    position: absolute;
    top: -10px;
    left: 10px
}

.navigation-wrapper.style-1 .leadership-search-button {
    padding-left: 20px;
    margin-left: 15px;
    border-left: 1px solid rgba(44, 72, 129, .1);
    line-height: 1;
    padding-top: 2px;
    padding-bottom: 2px
}

.navigation-wrapper.style-1 .leadership-search-button p {
    font-size: 16px;
    color: var(--dark-color);
    line-height: 1;
    cursor: pointer
}

.navigation-wrapper.style-1 .leadership-search-button p:active,
.navigation-wrapper.style-1 .leadership-search-button p:hover {
    color: var(--primary-3);
    text-decoration: none
}

.navigation-wrapper.style-2 .hidden-menu {
    display: none
}

.navigation-wrapper.style-2 .theme-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navigation-wrapper.style-2 .theme-navbar .theme-navbar-right .shopping-bag-icon,
.navigation-wrapper.style-2 .theme-navbar .theme-navbar-right .theme-navbar-button {
    display: none
}

.navigation-wrapper.style-2 .leadership-search-button p {
    font-size: 16px;
    color: var(--dark-color);
    line-height: 1;
    cursor: pointer
}

.navigation-wrapper.style-2 .leadership-search-button p:active,
.navigation-wrapper.style-2 .leadership-search-button p:hover {
    color: var(--primary-3);
    text-decoration: none
}

.navigation-wrapper.style-2 .bottom-side {
    height: 60px;
    border-top: 1px solid rgba(44, 72, 129, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
    position: relative
}

.navigation-wrapper.navigation-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.navigation-wrapper.navigation-default {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

.admin-bar .navigation-top-offer {
    -webkit-transform: translateY(32px);
    transform: translateY(32px)
}

@media (max-width: 782px) {
    .admin-bar .navigation-top-offer {
        -webkit-transform: translateY(46px);
        transform: translateY(46px)
    }
}

.admin-bar .navigation-wrapper {
    -webkit-transform: translateY(32px);
    transform: translateY(32px)
}

@media (max-width: 782px) {
    .admin-bar .navigation-wrapper {
        /* -webkit-transform: translateY(46px);
        transform: translateY(46px) */
    }
}

.contact_me_label_mobile,
.contact_me_mail_mobile,
.theme-navbar-social-mobile {
    display: none
}

@media screen and (max-width: 1200px) {
    .theme-navbar {
        padding: 20px 30px
    }

    .theme-navbar .theme-logo a {
        font-size: 18px
    }

    .theme-navbar nav .main-menu li {
        /*    background-color: #fff;*/
        width: 100%
    }

    .theme-navbar nav .main-menu li a {
        font-size: 13px
    }
}

@media screen and (max-width: 1024px) {
    .theme-navbar-left {
        display: none
    }

    .theme-logo {
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        left: unset
    }

    .bottom-side {
        display: none
    }

    .hidden-menu {
        display: block
    }

    .shopping-bag-icon,
    .theme-navbar-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .theme-navbar-social-mobile {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    .contact_me_label_mobile {
        margin-top: 40px;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        color: var(--dark-color);
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .contact_me_label_mobile,
    .contact_me_mail_mobile {
        font-stretch: normal;
        font-style: normal;
        text-align: center;
        display: block
    }

    .contact_me_mail_mobile {
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.57;
        letter-spacing: .4px;
        color: var(--primary-2)
    }

    .theme-navbar {
        padding: 20px 30px
    }

    .theme-navbar .theme-logo a {
        font-size: 18px
    }

    .theme-navbar nav {
        position: absolute;
        background-color: var(--white-color);
        width: 100%;
        top: 70px;
        left: 0;
        height: calc(100vh - 70px);
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        padding: 0;
        visibility: hidden
    }

    .theme-navbar nav.leadership-active-menu {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }

    .theme-navbar nav .main-menu {
        width: 100%;
        height: auto;
        padding: 0
    }

    .theme-navbar nav .main-menu li {
        display: block;
        min-height: 50px;
        line-height: 50px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        margin-left: 15px;
    }


    .theme-navbar nav .main-menu li.menu-item-has-children {
        position: relative
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .menu-item-has-children-arrow {
        position: absolute;
        right: 85%;
        top: 20px;
        margin: auto;
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        width: 14px;
        display: inline-block;
        background-image: url(../../img/arrow-gray.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        transition: .3s
    }

    .home .theme-navbar nav .main-menu li.menu-item-has-children .menu-item-has-children-arrow {
        background-image: url(../../img/arrow.svg);
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .menu-item-has-children-arrow.active {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        left: 0;
        height: 0;
        position: relative;
        overflow: hidden;
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu.sub-menu-active {
        height: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        overflow: visible;
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item {
        position: relative;
        border: none;
        min-height: 17px;
        line-height: 17px;
        padding: 0;
        margin-bottom: 10px
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item:after {
        top: 12px
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item:first-child {
        padding-top: 0
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item:before {
        content: "";
        display: none
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children {
        position: relative
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .menu-item-has-children-arrow {
        top: 2px
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
        padding-top: 10px;
        height: 0;
        min-height: 0;
        position: relative;
        overflow: hidden;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu.sub-menu-active {
        height: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item a {
        display: block;
        padding: 0;
        min-height: 17px;
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: var(--primary-2);
        text-transform: capitalize
    }

    .home .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item a {
        color: #FBFBFB
    }

    .theme-navbar nav .main-menu li.menu-item-has-children .sub-menu .menu-item:last-child {
        border: none
    }

    .theme-navbar nav .main-menu li a {
        font-size: 14px;
        display: block;
        padding: 0 0 0 15px;
        line-height: 50px
    }


    .theme-navbar .theme-navbar-right {
        min-width: 20px
    }

    .theme-navbar .theme-navbar-right .leadership-search-button,
    .theme-navbar .theme-navbar-right .social-wrapper {
        display: none
    }

    .navigation-wrapper .theme-navbar .theme-navbar-right .open-menu-toggle-wrapper {
        display: block
    }
}

@media screen and (max-width: 992px) {
    .theme-navbar-button {
        display: none
    }
}

.search-popup {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    height: calc(100vh - 70px);
    padding: 100px 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none;
    background-color: hsla(0, 0%, 100%, .94);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.search-popup.leadership-search-with-top-offer {
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
}

.search-popup.leadership-on-search {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all
}

.search-popup.leadership-on-search.leadership-search-with-top-offer {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.search-popup .close-search {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 18px;
    color: var(--dark-color);
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.search-popup .close-search:hover {
    color: var(--dark-color);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none
}

.search-popup .search-body {
    position: relative
}

.search-popup .search-body .leadership-input-frame {
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-popup .search-body .leadership-input-frame .leadership-border-bottom-input {
    background-color: transparent;
    border-bottom: 1px solid var(--dark-color);
    height: 70px;
    padding: 15px 30px 15px 45px;
    font-size: 26px;
    color: var(--primary-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-popup .search-body .leadership-input-frame .leadership-border-bottom-input::-webkit-input-placeholder {
    opacity: 0
}

.search-popup .search-body .leadership-input-frame .leadership-border-bottom-input::-moz-placeholder {
    opacity: 0
}

.search-popup .search-body .leadership-input-frame .leadership-border-bottom-input:-ms-input-placeholder {
    opacity: 0
}

.search-popup .search-body .leadership-input-frame .leadership-border-bottom-input::-ms-input-placeholder {
    opacity: 0
}

.search-popup .search-body .leadership-input-frame .leadership-border-bottom-input::placeholder {
    opacity: 0
}

.search-popup .search-body .leadership-input-frame .icon-search-icon {
    position: absolute;
    color: var(--primary-2);
    font-size: 30px;
    margin-bottom: -5px;
    left: 0
}

.search-popup .search-body .leadership-t-6 {
    font-size: 10px;
    letter-spacing: .5px;
    opacity: 1;
    margin-bottom: 25px
}

.search-popup .search-body .leadership-search-hint {
    padding: 0;
    margin: 0
}

.search-popup .search-body .leadership-search-hint li {
    list-style-type: none;
    margin-bottom: 15px
}

.search-popup .search-body .leadership-search-hint li a {
    color: var(--dark-color)
}

.search-popup .search-body .leadership-search-hint li a:hover {
    text-decoration: none;
    color: var(--dark-color)
}

.page-wrapper {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-wrapper.with-top-offer {
    padding-top: 40px
}

@media (max-width: 782px) {
    .page-wrapper.with-top-offer {
        padding-top: 52px
    }
}

.navigation-top-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    padding: 0 60px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    background-color: var(--body-bg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: 0
}

.viewing-course-item .navigation-top-offer {
    display: none
}

.navigation-top-offer .top-offer-text {
    color: var(--primary-1);
    letter-spacing: 1px;
    pointer-events: none;
    font-size: 12px
}

.navigation-top-offer.leadership-show-top-offer {
    height: 40px
}

.navigation-top-offer .leadership-link {
    margin-left: 15px;
    color: var(--dark-color)
}

.navigation-top-offer .leadership-link svg {
    margin-left: 5px
}

.navigation-top-offer .leadership-close-top-offer {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 12px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navigation-top-offer .leadership-close-top-offer span {
    color: var(--primary-1-color)
}

.navigation-top-offer .leadership-close-top-offer:hover {
    opacity: .8;
    text-decoration: none
}

.navigation-top-offer .leadership-link {
    font-size: 12px
}

.navigation-top-offer .icon-close-icon {
    color: var(--primary-3)
}

@media screen and (max-width: 768px) {
    .navigation-top-offer {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 40px
    }

    .navigation-top-offer .leadership-close-top-offer {
        right: 10px;
        top: 10px;
        font-size: 10px
    }

    .navigation-top-offer .leadership-link {
        display: none
    }

    .navigation-top-offer.leadership-show-top-offer {
        height: 52px
    }
}

.admin-bar .search-popup {
    -webkit-transform: translateY(62px);
    transform: translateY(62px)
}

.admin-bar .search-popup.leadership-search-with-top-offer {
    -webkit-transform: translateY(102px);
    transform: translateY(102px)
}

.admin-bar .search-popup.leadership-on-search {
    -webkit-transform: translateY(32px);
    transform: translateY(32px)
}

.admin-bar .search-popup.leadership-on-search.leadership-search-with-top-offer {
    -webkit-transform: translateY(72px);
    transform: translateY(72px)
}

.post-header {
    background-size: cover;
    background-position: 50%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

@media (max-width: 1025px) {
    .post-header {
        height: 180px
    }

    .post-header:after {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--white-color)
    }
}

.post-header .header-title {
    color: var(--dark-color);
    font-weight: 700;
    position: relative;
    z-index: 10;
    font-size: 56px;
    line-height: 1.2
}

.post-header .subtitle {
    font-size: 16px;
    margin-top: 22px;
    line-height: 1.78;
    color: var(--primary-2);
    letter-spacing: .5px;
    position: relative;
    z-index: 10
}

@media (max-width: 768px) {
    .post-header .subtitle {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: .5px
    }
}

.sidebar .sidebar-widget {
    position: relative
}

.sidebar .sidebar-widget .wp-block-group__inner-container > h1,
.sidebar .sidebar-widget .wp-block-group__inner-container > h2,
.sidebar .sidebar-widget .wp-block-group__inner-container > h3,
.sidebar .sidebar-widget .wp-block-group__inner-container > h4,
.sidebar .sidebar-widget .wp-block-group__inner-container > h5,
.sidebar .sidebar-widget .wp-block-group__inner-container > h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark-color);
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--text-color);
    letter-spacing: .89px;
    text-align: center;
    margin-bottom: 30px
}

.sidebar .sidebar-widget .wp-block-group__inner-container ol li,
.sidebar .sidebar-widget .wp-block-group__inner-container ul li {
    line-height: 26px;
    font-size: 14px
}

.sidebar .sidebar-widget .wp-block-group__inner-container ol li:not(:last-child),
.sidebar .sidebar-widget .wp-block-group__inner-container ul li:not(:last-child) {
    margin-bottom: 5px
}

.sidebar .sidebar-widget .wp-block-group__inner-container ol li a,
.sidebar .sidebar-widget .wp-block-group__inner-container ul li a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--link-color)
}

.sidebar .sidebar-widget .wp-block-group__inner-container ol li a:hover,
.sidebar .sidebar-widget .wp-block-group__inner-container ul li a:hover {
    opacity: .7
}

.sidebar .sidebar-widget .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark-color);
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--heading-font);
    letter-spacing: .89px;
    text-align: center;
    margin-bottom: 30px
}

.sidebar .sidebar-widget:not(:last-child) {
    margin-bottom: 30px
}

.sidebar .sidebar-widget .mc4wp-form-fields {
    position: relative
}

.sidebar .sidebar-widget .mc4wp-form-fields .mailchimp-subscribe-form {
    width: 100%;
    overflow: unset
}

.sidebar .sidebar-widget .mc4wp-form-fields button[type=submit] {
    background-color: transparent !important
}

.sidebar .sidebar-widget .mc4wp-form-fields input {
    -webkit-transition: none;
    transition: none;
    border-radius: 5px;
    border: 1px solid transparent
}

.sidebar .sidebar-widget .mc4wp-form-fields input:hover {
    border: 1px solid #a7a7a7;
    opacity: 1
}

.sidebar .sidebar-widget .mc4wp-form-fields input:focus {
    border: 1px solid #d1a976;
    opacity: 1
}

.sidebar .sidebar-widget.widget_search .wp-block-search__label {
    display: none
}

.sidebar .sidebar-widget.widget_search .wp-block-search__input {
    height: 40px;
    padding: 0 15px;
    margin-right: 15px;
    border: 0;
    background-color: var(--white-color);
    border-radius: 5px;
    font-size: 14px
}

.sidebar .sidebar-widget.widget_search .wp-block-search__button {
    display: inline-block;
    padding: 0 12px;
    background-color: var(--primary-3);
    margin-left: 0;
    border: none;
    border-radius: 5px;
    color: var(--white-color);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.sidebar .sidebar-widget.widget_search .wp-block-search__button:hover {
    background-color: var(--button-bg-hover-color);
    color: var(--white-color)
}

.sidebar .sidebar-widget.widget_search .wp-block-search__button:active,
.sidebar .sidebar-widget.widget_search .wp-block-search__button:focus {
    background-color: var(--button-bg-active-color);
    color: var(--white-color)
}

.sidebar .sidebar-widget.widget_search .search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar .sidebar-widget.widget_search .search-form input {
    padding: 15px 0 15px 30px;
    font-size: 14px;
    border-bottom: 2px solid hsla(0, 0%, 59.6%, .2);
    color: var(--dark-color)
}

.sidebar .sidebar-widget.widget_search .search-form input::-webkit-input-placeholder {
    color: var(--primary-2);
    font-size: 14px;
    opacity: .7
}

.sidebar .sidebar-widget.widget_search .search-form input::-moz-placeholder {
    color: var(--primary-2);
    font-size: 14px;
    opacity: .7
}

.sidebar .sidebar-widget.widget_search .search-form input:-ms-input-placeholder {
    color: var(--primary-2);
    font-size: 14px;
    opacity: .7
}

.sidebar .sidebar-widget.widget_search .search-form input::-ms-input-placeholder {
    color: var(--primary-2);
    font-size: 14px;
    opacity: .7
}

.sidebar .sidebar-widget.widget_search .search-form input::placeholder {
    color: var(--primary-2);
    font-size: 14px;
    opacity: .7
}

.sidebar .sidebar-widget.widget_search .search-form input:focus {
    border-bottom: 2px solid var(--dark-color)
}

.sidebar .sidebar-widget.widget_search .search-form .icon-search-icon {
    position: absolute
}

.sidebar .sidebar-widget.widget_recent_comments ul li {
    line-height: 22px
}

.sidebar .sidebar-widget.widget_recent_comments a {
    color: var(--dark-color)
}

.sidebar .sidebar-widget.widget_rss .rsswidget {
    margin-right: 5px
}

.sidebar .sidebar-widget.widget_rss ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar .sidebar-widget.widget_rss ul li .rsswidget {
    margin-right: 0;
    color: var(--dark-color);
    font-weight: 500
}

.sidebar .sidebar-widget.widget_rss ul li .rss-date {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: .7
}

.sidebar .sidebar-widget.widget_rss ul li cite {
    color: var(--dark-color);
    font-weight: 500;
    margin-top: 5px
}

.sidebar .sidebar-widget.widget_rss ul li:not(:last-child) {
    margin-bottom: 15px
}

.sidebar .sidebar-widget.widget_text {
    font-size: 14px
}

.sidebar .sidebar-widget.widget_text strong {
    font-weight: 500;
    color: var(--dark-color)
}

.sidebar .sidebar-widget.widget_text select {
    width: 100%;
    max-width: 100%
}

.sidebar .sidebar-widget.widget_text img {
    width: 100%;
    height: auto;
    margin: 10px 0
}

.sidebar .sidebar-widget.widget_archive a,
.sidebar .sidebar-widget.widget_categories a,
.sidebar .sidebar-widget.widget_meta a,
.sidebar .sidebar-widget.widget_nav_menu a,
.sidebar .sidebar-widget.widget_pages a,
.sidebar .sidebar-widget.widget_recent_comments a,
.sidebar .sidebar-widget.widget_recent_entries a,
.sidebar .sidebar-widget.widget_rss a,
.sidebar .sidebar-widget.widget_text a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--link-color)
}

.sidebar .sidebar-widget.widget_archive a:hover,
.sidebar .sidebar-widget.widget_categories a:hover,
.sidebar .sidebar-widget.widget_meta a:hover,
.sidebar .sidebar-widget.widget_nav_menu a:hover,
.sidebar .sidebar-widget.widget_pages a:hover,
.sidebar .sidebar-widget.widget_recent_comments a:hover,
.sidebar .sidebar-widget.widget_recent_entries a:hover,
.sidebar .sidebar-widget.widget_rss a:hover,
.sidebar .sidebar-widget.widget_text a:hover {
    opacity: .7
}

.sidebar .sidebar-widget.widget_archive select,
.sidebar .sidebar-widget.widget_categories select,
.sidebar .sidebar-widget.widget_meta select,
.sidebar .sidebar-widget.widget_nav_menu select,
.sidebar .sidebar-widget.widget_pages select,
.sidebar .sidebar-widget.widget_recent_comments select,
.sidebar .sidebar-widget.widget_recent_entries select,
.sidebar .sidebar-widget.widget_rss select,
.sidebar .sidebar-widget.widget_text select {
    padding: 14px 40px 14px 14px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: var(--primary-2);
    border: 1px solid hsla(0, 0%, 59.6%, .2);
    background-image: var(--select-arrow-url);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.sidebar .sidebar-widget.widget_archive ul .children,
.sidebar .sidebar-widget.widget_archive ul .sub-menu,
.sidebar .sidebar-widget.widget_categories ul .children,
.sidebar .sidebar-widget.widget_categories ul .sub-menu,
.sidebar .sidebar-widget.widget_meta ul .children,
.sidebar .sidebar-widget.widget_meta ul .sub-menu,
.sidebar .sidebar-widget.widget_nav_menu ul .children,
.sidebar .sidebar-widget.widget_nav_menu ul .sub-menu,
.sidebar .sidebar-widget.widget_pages ul .children,
.sidebar .sidebar-widget.widget_pages ul .sub-menu,
.sidebar .sidebar-widget.widget_recent_comments ul .children,
.sidebar .sidebar-widget.widget_recent_comments ul .sub-menu,
.sidebar .sidebar-widget.widget_recent_entries ul .children,
.sidebar .sidebar-widget.widget_recent_entries ul .sub-menu,
.sidebar .sidebar-widget.widget_rss ul .children,
.sidebar .sidebar-widget.widget_rss ul .sub-menu,
.sidebar .sidebar-widget.widget_text ul .children,
.sidebar .sidebar-widget.widget_text ul .sub-menu {
    padding-left: 17px;
    margin-top: 5px
}

.sidebar .sidebar-widget.widget_archive ul li,
.sidebar .sidebar-widget.widget_categories ul li,
.sidebar .sidebar-widget.widget_meta ul li,
.sidebar .sidebar-widget.widget_nav_menu ul li,
.sidebar .sidebar-widget.widget_pages ul li,
.sidebar .sidebar-widget.widget_recent_comments ul li,
.sidebar .sidebar-widget.widget_recent_entries ul li,
.sidebar .sidebar-widget.widget_rss ul li,
.sidebar .sidebar-widget.widget_text ul li {
    font-size: 14px;
    list-style: none
}

.sidebar .sidebar-widget.widget_archive ul li:not(:last-child),
.sidebar .sidebar-widget.widget_categories ul li:not(:last-child),
.sidebar .sidebar-widget.widget_meta ul li:not(:last-child),
.sidebar .sidebar-widget.widget_nav_menu ul li:not(:last-child),
.sidebar .sidebar-widget.widget_pages ul li:not(:last-child),
.sidebar .sidebar-widget.widget_recent_comments ul li:not(:last-child),
.sidebar .sidebar-widget.widget_recent_entries ul li:not(:last-child),
.sidebar .sidebar-widget.widget_rss ul li:not(:last-child),
.sidebar .sidebar-widget.widget_text ul li:not(:last-child) {
    margin-bottom: 5px
}

.sidebar .sidebar-widget.widget_calendar .calendar_wrap {
    margin: -5px
}

.sidebar .sidebar-widget.widget_calendar .wp-calendar-nav-next,
.sidebar .sidebar-widget.widget_calendar .wp-calendar-nav-prev {
    font-size: 14px;
    color: var(--dark-color)
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar caption {
    display: none
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td {
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid hsla(0, 0%, 59.6%, .2);
    padding: 3px;
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 600;
    text-align: center
}

@media (max-width: 375px) {
    .sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td {
        font-size: 13px
    }
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: var(--dark-color)
}

@media (max-width: 375px) {
    .sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td a {
        font-size: 13px
    }
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td:hover {
    border-color: hsla(0, 0%, 59.6%, .2)
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td.pad {
    border: 0;
    background-color: hsla(0, 0%, 59.6%, .2)
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td#today {
    color: var(--dark-color);
    border-color: hsla(0, 0%, 59.6%, .2)
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#next a,
.sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#prev a {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    bottom: -9px;
    margin-bottom: 1px
}

@media (max-width: 375px) {

    .sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#next a,
    .sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#prev a {
        font-size: 13px
    }
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#prev {
    text-align: left
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#next {
    text-align: right
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar thead th {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    text-align: center;
    border-radius: 2px;
    background-color: hsla(0, 0%, 59.6%, .2);
    padding: 3px
}

@media (max-width: 375px) {
    .sidebar .sidebar-widget.widget_calendar #wp-calendar thead th {
        font-size: 13px
    }
}

.sidebar .sidebar-widget.widget_calendar #wp-calendar tbody td a,
.sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#next a:hover,
.sidebar .sidebar-widget.widget_calendar #wp-calendar tfoot td#prev a:hover {
    color: var(--dark-color)
}

.sidebar .sidebar-widget.widget_calendar tfoot tr td {
    border: none;
    padding: 10px
}

.sidebar .sidebar-widget.widget_calendar tfoot a {
    font-size: 12px;
    font-weight: 600;
    color: var(--dark-color)
}

.sidebar .sidebar-widget.widget_tag_cloud {
    margin-bottom: 40px
}

.sidebar .sidebar-widget .screen-reader-text {
    display: block;
    margin-bottom: 4px;
    line-height: 26px;
    font-size: 14px
}

.sidebar #sbi_images {
    width: calc(100% + 28px);
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px)
}

.sbi_lightbox_carousel_icon {
    display: none;
    opacity: 0
}

.social-wrapper {
    padding: 0;
    margin: 0
}

.social-wrapper li {
    display: inline-block;
    list-style-type: none
}

.social-wrapper li a {
    font-size: 16px;
    padding: 0 8px;
    color: var(--primary-3)
}

.social-wrapper li a:hover {
    text-decoration: none;
    color: var(--primary-1);
    -webkit-transition: .3s;
    transition: .3s
}

.social-wrapper li a:active {
    color: var(--primary-1)
}

.leadership-blog-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.leadership-blog-social .leadership-btn {
    height: 45px;
    min-height: 45px;
    width: 45px;
    font-size: 16px;
    background-color: transparent;
    border: 2px;
    color: var(--dark-color)
}

.leadership-blog-social .leadership-btn:hover {
    border: 2px;
    color: var(--primary-1)
}

.leadership-tag {
    margin-bottom: 5px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    letter-spacing: .4px;
    font-family: var(--text-font);
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-2);
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px
}

.leadership-tag:hover {
    text-decoration: none;
    background-color: hsla(0, 0%, 83.9%, .15)
}

.leadership-tag:active,
.leadership-tag:focus {
    text-decoration: none
}

.leadership-tag.leadership-white-tag {
    background-color: #fff;
    border: 1px solid #fff
}

.leadership-tag:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 16px
}

.tags-wrapper {
    margin-bottom: -5px;
    margin-right: -5px
}

.tagcloud,
.tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tagcloud {
    margin-bottom: 30px
}

.tagcloud .tag-cloud-link {
    display: inline-block;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    letter-spacing: .4px;
    font-family: renner, sans-serif;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--primary-2);
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin: 5px
}

.tagcloud .tag-cloud-link:hover {
    background-color: hsla(0, 0%, 83.9%, .15)
}

.boxzilla-overlay {
    background-color: var(--body-bg)
}

.boxzilla .boxzilla-close-icon {
    color: transparent;
    padding: 0;
    opacity: 1;
    background-image: var(--exit-icon-url);
    width: 18px;
    height: 18px;
    top: 15px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.boxzilla .boxzilla-close-icon:hover {
    opacity: .7
}

.boxzilla .wpcf7 {
    width: 100%
}

.boxzilla .wpcf7-form input:not(.wpcf7-submit) {
    color: var(--primary-2);
    letter-spacing: .4px;
    background-color: var(--white-color);
    border: 1px solid #d6d6d6;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
    resize: none;
    outline: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.boxzilla .wpcf7-form input:not(.wpcf7-submit):focus {
    border: 1px solid var(--dark-color)
}

.boxzilla .wpcf7-form input:not(.wpcf7-submit):hover {
    border: 1px solid #d6d6d6
}

.boxzilla .wpcf7-form textarea {
    background-color: var(--white-color);
    border: 1px solid #d6d6d6;
    border-radius: 0;
    width: 100%;
    color: var(--primary-2);
    letter-spacing: .4px;
    padding: 15px;
    height: 100px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 20px;
    resize: none;
    outline: 0;
    font-size: 14px
}

.boxzilla .wpcf7-form textarea:focus {
    border: 1px solid var(--dark-color)
}

.boxzilla .wpcf7-form textarea:hover {
    border: 1px solid #d6d6d6
}

.boxzilla .wpcf7-form .ajax-loader {
    display: none
}

.boxzilla .wpcf7-form .wpcf7-submit {
    margin: 0;
    background-color: var(--dark-color);
    color: var(--white-color);
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 15px 36px;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%
}

.boxzilla .wpcf7-form .wpcf7-submit:hover {
    background-color: var(--button-default-hover-color);
    color: var(--white-color)
}

.boxzilla .wpcf7-form .wpcf7-response-output {
    display: none
}

.boxzilla.boxzilla-popup-1 {
    width: 100%;
    background-color: var(--body-bg);
    padding: 0
}

.boxzilla.boxzilla-popup-1 .boxzilla-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boxzilla.boxzilla-popup-1 .boxzilla-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-1 .boxzilla-content .first-child {
        display: none
    }
}

.boxzilla.boxzilla-popup-1 .boxzilla-content .first-child img {
    width: 435px;
    height: auto
}

.boxzilla.boxzilla-popup-1 .boxzilla-content .modal-content {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-1 .boxzilla-content .modal-content {
        width: 100%;
        padding: 50px 15px 30px
    }
}

.boxzilla.boxzilla-popup-1 .boxzilla-content .modal-content h4 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-color)
}

.boxzilla.boxzilla-popup-1 .boxzilla-content .modal-content .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    color: var(--primary-2);
    opacity: .7
}

.boxzilla.boxzilla-popup-2 {
    width: 100%;
    background-color: var(--body-bg);
    padding: 0
}

.boxzilla.boxzilla-popup-2 .boxzilla-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boxzilla.boxzilla-popup-2 .boxzilla-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-2 .boxzilla-content .first-child {
        display: none
    }
}

.boxzilla.boxzilla-popup-2 .boxzilla-content .first-child img {
    width: 368px;
    height: auto
}

.boxzilla.boxzilla-popup-2 .boxzilla-content .modal-content {
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-2 .boxzilla-content .modal-content {
        width: 100%;
        padding: 50px 15px 30px
    }
}

.boxzilla.boxzilla-popup-2 .boxzilla-content .modal-content h4 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-color)
}

.boxzilla.boxzilla-popup-2 .boxzilla-content .modal-content .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    color: var(--primary-2);
    opacity: .7
}

.boxzilla.boxzilla-popup-3 {
    width: 100%;
    background-color: var(--body-bg);
    padding: 0
}

.boxzilla.boxzilla-popup-3 .boxzilla-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boxzilla.boxzilla-popup-3 .boxzilla-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.boxzilla.boxzilla-popup-3 .boxzilla-content .modal-content {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-3 .boxzilla-content .modal-content {
        width: 100%;
        padding: 50px 15px 30px
    }
}

.boxzilla.boxzilla-popup-3 .boxzilla-content .modal-content h4 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-color)
}

.boxzilla.boxzilla-popup-3 .boxzilla-content .modal-content .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    color: var(--primary-2);
    opacity: .7
}

.boxzilla.boxzilla-popup-4 {
    width: 100%;
    background-color: var(--body-bg);
    padding: 0
}

.boxzilla.boxzilla-popup-4 .boxzilla-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boxzilla.boxzilla-popup-4 .boxzilla-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 600px
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content {
        width: 100%;
        padding: 50px 15px 30px;
        min-height: auto
    }
}

.boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content img {
    margin-bottom: 20px
}

.boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content h4 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-color)
}

.boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    color: var(--primary-2);
    opacity: .7
}

.boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content .leadership-btn {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boxzilla.boxzilla-popup-4 .boxzilla-content .modal-content .leadership-btn img {
    margin-left: 12px
}

.boxzilla.boxzilla-popup-5 {
    width: 100%;
    background-color: var(--body-bg);
    padding: 0
}

.boxzilla.boxzilla-popup-5 .boxzilla-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boxzilla.boxzilla-popup-5 .boxzilla-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.boxzilla.boxzilla-popup-5 .boxzilla-content .modal-content {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 600px
}

@media (max-width: 1025px) {
    .boxzilla.boxzilla-popup-5 .boxzilla-content .modal-content {
        width: 100%;
        padding: 50px 15px 30px;
        min-height: auto
    }
}

.boxzilla.boxzilla-popup-5 .boxzilla-content .modal-content img {
    margin-bottom: 20px
}

.boxzilla.boxzilla-popup-5 .boxzilla-content .modal-content h4 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-color)
}

.boxzilla.boxzilla-popup-5 .boxzilla-content .modal-content .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    color: var(--primary-2);
    opacity: .7
}

.boxzilla.boxzilla-popup-5 .boxzilla-content .modal-content .leadership-btn {
    width: auto
}

.event-wrapper {
    padding: 45px 0 50px
}

.event-wrapper .container .list-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-wrapper .container .list-wrapper,
.event-wrapper .container .list-wrapper .events-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.event-wrapper .container .list-wrapper .events-list {
    width: 100%
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color)
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 .image-wrapper {
    width: 50%;
    position: relative;
    height: 100%
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 .image-wrapper {
        width: 100%
    }
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 .image-wrapper .post-date {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 12px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    background-color: var(--primary-3);
    color: var(--white-color);
    padding: 3px 10px 5px;
    opacity: 1;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 .description-wrapper {
    width: 50%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1201px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 .description-wrapper {
        padding: 20px
    }
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 .description-wrapper {
        width: 100%;
        position: relative
    }
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 .description-wrapper .top-info {
        margin-bottom: 44px
    }
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 .post-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: var(--dark-color);
    letter-spacing: .5px;
    margin-bottom: 20px
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 .post-title {
        margin-bottom: 0
    }
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 .post-date {
    margin-bottom: 10px
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 .post-date .event-location {
    text-transform: capitalize
}

.event-wrapper .container .list-wrapper .events-list .event-card-1 img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1 .leadership-btn {
        margin-top: 0;
        width: 100%;
        height: 36px;
        line-height: 34px;
        text-align: center;
        padding: 0
    }
}

.event-wrapper .container .list-wrapper .events-list .event-card-1:not(:last-child) {
    margin-bottom: 60px
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .events-list .event-card-1:not(:last-child) {
        margin-bottom: 20px
    }
}

.event-wrapper .container .list-wrapper .load-more-wrapper {
    margin-top: 60px
}

@media (max-width: 1025px) {
    .event-wrapper .container .list-wrapper .load-more-wrapper {
        margin-top: 30px
    }
}

.single-event-wrapper {
    padding: 60px 0 80px;
    border-bottom: 1px solid #eee
}

@media (max-width: 1025px) {
    .single-event-wrapper {
        padding-top: 30px
    }
}

.single-event-wrapper .lp-enroll-notice {
    font-size: 12px;
    margin-top: 5px
}

.single-event-wrapper .single-inner .event-single-header {
    margin-bottom: 60px
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .event-single-header {
        margin-bottom: 22px
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .image-wrapper {
    width: 50%;
    height: 500px;
    background-position: 50%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .image-wrapper {
        width: 100%;
        height: 350px
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .image-wrapper .program-type {
    position: absolute;
    height: 29px;
    border-radius: 5px;
    background-color: var(--primary-3);
    top: 30px;
    right: 30px;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .86px;
    line-height: 29px;
    text-align: center;
    padding: 0 18px
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper {
    width: 50%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1201px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper {
        padding: 20px
    }
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper {
        width: 100%;
        position: relative
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info {
    padding-bottom: 25px
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info {
        margin-bottom: 44px;
        padding-bottom: 0
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-1)
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs {
    margin-bottom: 0
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs i,
.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs img,
.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs svg {
    width: 20px;
    min-width: 20px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    padding: 0;
    height: 20px;
    display: inline-block;
    fill: var(--dark-color);
    margin-right: 10px
}

@media (max-width: 1201px) {

    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs i,
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs img,
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs svg {
        margin-bottom: 10px
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs img path,
.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs i path,
.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs svg path {
    fill: var(--primary-3);
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs .meta-value {
    line-height: 1.43;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    opacity: .7;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: var(--primary-2)
}

@media (max-width: 1201px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs .meta-value {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: .5px
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs .meta-value.small-meta-value {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .5px;
    opacity: 1
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs .meta-value:not(:last-child) {
    margin-bottom: 5px
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs .meta-value .origin-price {
    margin-right: 8px;
    text-decoration: line-through
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs:not(:last-child) {
    margin-bottom: 18px
}

@media (max-width: 1201px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .leadership-btn {
        margin-top: 0;
        width: 100%;
        height: 36px;
        line-height: 34px;
        text-align: center;
        padding: 0
    }
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .leadership-btn:hover {
    background-color: var(--primary-1);
    color: var(--white-color);
    opacity: 1
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .post-title {
    text-decoration: none;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 1.5px;
    line-height: normal
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 .post-date {
    margin-bottom: 7px
}

.single-event-wrapper .single-inner .event-single-header .event-card-1 img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.single-event-wrapper .single-inner .event-single-header .event-card-1:not(:last-child) {
    margin-bottom: 60px
}

.single-event-wrapper .single-inner .single-event-content-wrapper {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 1px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper {
        padding: 20px
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content {
        width: 100%
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-content-inner {
    margin-bottom: 50px
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-content-inner {
        margin-bottom: 22px
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .footer-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--text-font);
    color: var(--dark-color);
    margin-bottom: 20px
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .footer-title {
        margin-bottom: 14px
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .footer-title:not(:first-child) {
    margin-top: 50px
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .footer-title:not(:first-child) {
        margin-top: 22px
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .tags-wrapper .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .tags-wrapper .tagcloud .tag-cloud-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper .single-event-content .single-event-footer .share-wrapper .leadership-btn {
        margin-right: 8px
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper {
    width: 30%;
    position: relative
}

@media (max-width: 1025px) {
    .single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper {
        display: none
    }
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window {
    width: 270px;
    position: sticky;
    float: right;
    top: 140px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body {
    padding: 25px 25px 40px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: .5px;
    color: var(--dark-color);
    font-family: var(--text-font);
    margin-bottom: 21px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs {
    margin-bottom: 0
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs.first-icon svg {
    width: 16px;
    min-width: 16px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs i,
.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs img,
.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs svg {
    width: 18px;
    min-width: 18px;
    width: 16px;
    min-width: 16px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    padding: 0;
    height: 20px;
    display: inline-block;
    fill: var(--dark-color);
    margin-right: 10px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs img path,
.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs i path,
.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs svg path,
.single-event-wrapper .single-inner .event-single-header .event-card-1 .description-wrapper .top-info .post-icon-box-xs svg path {
    fill: var(--primary-3);
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs .meta-value {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .5px;
    opacity: 1;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: var(--primary-2)
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs .meta-value.small-meta-value {
    font-size: 10px;
    letter-spacing: .5px;
    opacity: 1
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs .meta-value:not(:last-child) {
    margin-bottom: 5px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs .meta-value .origin-price {
    margin-right: 8px;
    text-decoration: line-through
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .post-icon-box-xs:not(:last-child) {
    margin-bottom: 15px
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window form {
    width: 100%
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .leadership-btn,
.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .lp-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .leadership-btn:hover,
.single-event-wrapper .single-inner .single-event-content-wrapper .single-event-window-wrapper .single-event-window .lp-button:hover {
    background-color: var(--button-default-hover-color);
    color: var(--white-color);
    opacity: 1
}

.single-event-wrapper .recent-events-section {
    margin-top: 60px
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section {
        margin-top: 50px
    }
}

.single-event-wrapper .recent-events-section .recent-event-title {
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: .5px;
    line-height: 1.2;
    color: var(--primary-1);
    font-size: 36px
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-event-title {
        margin-bottom: 40px
    }
}

.single-event-wrapper .recent-events-section .recent-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-events {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}

.single-event-wrapper .recent-events-section .recent-events .blog-card {
    margin: 0 15px
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-events .blog-card {
        margin: 0
    }
}

.single-event-wrapper .recent-events-section .recent-events .blog-card .blog-card-description .post-category {
    display: none
}

.single-event-wrapper .recent-events-section .recent-events .blog-card .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: .4px;
    color: var(--primary-3);
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-events .blog-card .post-date {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .79px;
        color: var(--primary-3);
        margin-bottom: 14px
    }
}

.single-event-wrapper .recent-events-section .recent-events .blog-card .post-date svg {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-events .blog-card .post-date svg {
        display: none
    }
}

.single-event-wrapper .recent-events-section .recent-events .blog-card .post-date svg path {
    fill: var(--primary-3)
}

.single-event-wrapper .recent-events-section .recent-events .blog-card .post-date .event-location {
    text-transform: capitalize;
    margin-left: 5px
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-events .blog-card .post-date .event-location {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .79px;
        color: var(--primary-3)
    }
}

.single-event-wrapper .recent-events-section .recent-events .blog-card .post-title {
    font-size: 16px;
    line-height: 1.38;
    color: var(--primary-2);
}

@media (max-width: 1025px) {
    .single-event-wrapper .recent-events-section .recent-events .blog-card:not(:last-child) {
        margin-bottom: 22px
    }
}

.leadership-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1025px) {
    .leadership-pagination {
        margin-top: 30px
    }
}

.leadership-pagination .pagination-button {
    color: var(--primary-3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    position: absolute
}

.leadership-pagination .pagination-button.right-button {
    right: 0
}

.leadership-pagination .pagination-button.right-button img,
.leadership-pagination .pagination-button.right-button svg {
    margin-left: 10px
}

.leadership-pagination .pagination-button.left-button {
    left: 0
}

.leadership-pagination .pagination-button.left-button img,
.leadership-pagination .pagination-button.left-button svg {
    margin-right: 10px
}

.leadership-pagination .pagination-button:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7
}

.leadership-pagination .page-numbers {
    color: var(--primary-2);
    font-weight: 600;
    font-size: 14px;
    margin: 0 11px;
    display: inline-block
}

.leadership-pagination .page-numbers.current {
    color: var(--dark-color);
    font-weight: 600
}

.load-more-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1025px) {
    .load-more-wrapper {
        margin-top: 30px
    }
}

.load-more-wrapper .leadership-link {
    cursor: pointer
}

.load-more-wrapper .leadership-link svg {
    margin-left: 12px
}

.programs-wrapper {
    padding: 45px 0 70px
}

@media (max-width: 1025px) {
    .programs-wrapper {
        padding: 45px 0 50px
    }
}

.programs-wrapper .container .list-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.programs-wrapper .container .list-wrapper,
.programs-wrapper .container .list-wrapper .programs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.programs-wrapper .container .list-wrapper .programs-list {
    width: 100%
}

.programs-wrapper .container .list-wrapper .programs-list .program-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color)
}

@media (max-width: 1025px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.programs-wrapper .container .list-wrapper .programs-list .program-card .image-wrapper {
    width: 50%;
    position: relative
}

@media (max-width: 1025px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card .image-wrapper {
        width: 100%
    }
}

.programs-wrapper .container .list-wrapper .programs-list .program-card .image-wrapper .program-type {
    position: absolute;
    height: 29px;
    border-radius: 5px;
    background-color: var(--primary-3);
    top: 30px;
    right: 30px;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .86px;
    line-height: 29px;
    text-align: center;
    padding: 0 18px
}

.programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper {
    width: 50%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1201px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper {
        padding: 20px
    }
}

@media (max-width: 1025px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper {
        width: 100%;
        position: relative
    }
}

@media (max-width: 1025px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper .top-info {
        margin-bottom: 44px
    }
}

.programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper .top-info .post-excerpt {
    font-size: 18px;
    line-height: 1.78;
    opacity: .7;
    color: var(--primary-2)
}

@media (max-width: 1025px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper .top-info .post-excerpt {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: .5px
    }
}

@media (max-width: 1025px) {
    .programs-wrapper .container .list-wrapper .programs-list .program-card .description-wrapper .leadership-btn {

        line-height: 34px;
        text-align: center;
        margin: 0 auto;
    }
}

.programs-wrapper .container .list-wrapper .programs-list .program-card .post-title {
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .5px;
    font-size: 40px !important;
    line-height: 38px;
    color: var(--dark-color)
}

.programs-wrapper .container .list-wrapper .programs-list .program-card .post-date {
    margin-bottom: 7px
}

.programs-wrapper .container .list-wrapper .programs-list .program-card img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.programs-wrapper .container .list-wrapper .programs-list .program-card:not(:last-child) {
    margin-bottom: 60px
}

.programs-wrapper .container .list-wrapper .load-more-wrapper {
    margin-top: 40px
}

.programs-wrapper .container .programs-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 70px 0
}

@media (max-width: 1025px) {
    .programs-wrapper .container .programs-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0
    }
}

.programs-wrapper .container .programs-icons .post-icon-box {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 25%;
    min-width: 25%
}

@media (max-width: 1025px) {
    .programs-wrapper .container .programs-icons .post-icon-box {
        width: 100%;
        min-width: 100%
    }
}

.programs-wrapper .container .programs-icons .post-icon-box img {
    margin-bottom: 25px
}

.programs-wrapper .container .programs-icons .post-icon-box .iconbox-title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    opacity: 1;
    color: var(--dark-color);
    font-weight: 600
}

.programs-wrapper .container .programs-icons .post-icon-box .iconbox-subtitle {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    opacity: .7;
    color: var(--primary-2)
}

.single-event-content-wrapper .course-detail-info {
    padding: 0;
    margin-bottom: 0;
    background: transparent
}

.single-event-content-wrapper .entry-content-left {
    width: 100% !important;
    padding-right: 0 !important
}

.single-event-content-wrapper .course-summary-sidebar {
    display: none
}

.lp-archive-courses form[name=search-course] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
    margin-bottom: 0 !important
}

.lp-archive-courses form[name=search-course] .search-course-input {
    height: 50px;
    padding: 0 15px !important;
    margin-right: 15px !important;
    background-color: var(--white-color);
    border-radius: 5px;
    font-size: 14px
}

.lp-archive-courses form[name=search-course] .search-course-button {
    position: static !important
}

#learn-press-profile-basic-information button,
.learnpress-page #lp-button,
.learnpress-page .lp-button,
body.learnpress #popup-content > a.lp-lesson-comment-btn,
form[name=profile-change-password] button {
    display: inline-block !important;
    padding: 15px 36px !important;
    margin: 0 !important;
    background-color: var(--primary-3) !important;
    border: none !important;
    border-radius: 0px !important;
    color: var(--white-color) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    -webkit-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    cursor: pointer !important
}

#learn-press-profile-basic-information button:hover,
.learnpress-page #lp-button:hover,
.learnpress-page .lp-button:hover,
body.learnpress #popup-content > a.lp-lesson-comment-btn:hover,
form[name=profile-change-password] button:hover {
    background-color: var(--button-bg-hover-color);
    color: var(--white-color)
}

#learn-press-profile-basic-information button:active,
#learn-press-profile-basic-information button:focus,
.learnpress-page #lp-button:active,
.learnpress-page #lp-button:focus,
.learnpress-page .lp-button:active,
.learnpress-page .lp-button:focus,
body.learnpress #popup-content > a.lp-lesson-comment-btn:active,
body.learnpress #popup-content > a.lp-lesson-comment-btn:focus,
form[name=profile-change-password] button:active,
form[name=profile-change-password] button:focus {
    background-color: var(--button-bg-active-color);
    color: var(--white-color)
}

body.learnpress #popup-content > a.lp-lesson-comment-btn {
    padding: 0 18px
}

.course-content .course-detail-info .course-meta-primary {
    margin-bottom: 24px
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eee
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item-instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item__image {
    margin-right: 10px
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item__image img {
    width: 40px;
    height: auto;
    border-radius: 100%
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item__value label {
    font-size: 12px;
    color: var(--primary-2-color)
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item__value > div {
    line-height: 16px;
    color: var(--dark-color)
}

.course-content .course-detail-info .course-meta-primary .course-meta__pull-left .meta-item__value > div a {
    font-size: 14px
}

.course-content .course-detail-info .course-meta-secondary .course-meta__pull-left .meta-item {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #eee
}

.course-content .course-detail-info .course-meta-secondary .course-meta__pull-left .meta-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.course-content .course-detail-info .course-title {
    display: none
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left {
    width: 100%
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item {
    margin-right: 10px;
    color: var(--dark-color)
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div a {
    color: var(--dark-color)
}

.lp-entry-content .comments-area {
    display: none
}

#learn-press-course-tabs.course-tabs {
    margin-top: 30px
}

ul.learn-press-nav-tabs {
    border-color: hsla(0, 0%, 59.6%, .2)
}

ul.learn-press-nav-tabs .course-nav {
    border-right-color: hsla(0, 0%, 59.6%, .2);
    border-bottom: 0
}

ul.learn-press-nav-tabs .course-nav > label {
    line-height: 30px;
    padding: 15px 10px;
    font-weight: 400
}

ul.learn-press-nav-tabs .course-nav.active label {
    color: var(--primary-3)
}

ul.learn-press-nav-tabs .course-nav.active:last-child:after {
    right: -1px
}

ul.learn-press-nav-tabs .course-nav.active:after {
    background-color: hsla(0, 0%, 59.6%, .2);
    width: 1px
}

ul.learn-press-nav-tabs .course-nav.active:before {
    background: var(--primary-3)
}

.course-tab-panels {
    border: 1px solid hsla(0, 0%, 59.6%, .2);
    padding: 0 30px 30px
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: none;
    color: #020202;
    font-family: "renner-regular", sans-serif !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item {
    padding-left: 15px
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview {
    background-color: var(--primary-3)
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before,
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before,
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
    color: var(--primary-3)
}


#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .item-name {
    padding-left: 4px;
    font-weight: 400;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
    font-size: 12px;
    margin-left: 8px;
    padding: 0 6px;
    display: none;
}

.course-author .lp-course-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.course-author__pull-left {
    margin-right: 30px
}

.course-author .author-title {
    margin-bottom: 10px;
    color: var(--dark-color);
    font-weight: 600
}

#popup-course #popup-header {
    padding: 30px 0;
    border: 0;
    background: var(--body-bg)
}

#popup-course #popup-header .popup-header__inner .course-title a {
    line-height: 36px;
    color: var(--dark-color);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.5px
}

#popup-course #popup-content {
    margin-top: 100px
}

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name {
    padding-left: 17px
}

#popup-course #sidebar-toggle {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

#popup-course #sidebar-toggle:before,
.quiz-intro-item:before {
    color: var(--primary-3)
}

#learn-press-profile .wrapper-profile-header {
    background: var(--body-bg);
    color: var(--dark-color)
}

body #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active,
body #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
    background: var(--primary-3)
}

body #learn-press-profile #profile-nav .lp-profile-nav-tabs li > a > i {
    color: var(--primary-3)
}

body #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a {
    color: #fff
}

body #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a:hover,
body #learn-press-profile #profile-nav .lp-profile-nav-tabs li ul li a:hover {
    color: var(--primary-3)
}

.learn-press-tabs .learn-press-tabs__checker:first-child:checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:first-child:before,
.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2):before,
.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3):before,
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:first-child {
    background: var(--primary-3)
}

.learn-press-filters > li span,
.learn-press-tabs .learn-press-tabs__checker:first-child:checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:first-child label a,
.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a,
.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a {
    color: var(--primary-3)
}

.learnpress.checkout .lp-archive-courses {
    padding: 50px 0 35px;
    background-color: var(--white-color);
    border-bottom: 1px solid #eee
}

.learnpress.checkout .lp-archive-courses .lp-checkout-block {
    margin-bottom: 10px;
    font-size: 14px
}

.learnpress.checkout .lp-archive-courses .order-comments {
    background-color: var(--white-color);
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    resize: none;
    height: 100px
}

#learn-press-checkout .payment-methods .lp-payment-method > label {
    padding: 0;
    background-color: transparent
}

.lp-badge.featured-course {
    display: none
}

.breadcrumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media (max-width: 1201px) {
    .breadcrumbs-wrapper {
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        height: 70px
    }
}

.breadcrumbs-wrapper .leadership-store-cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-wrapper .leadership-store-cart-container .leadership-store-cart-icon {
    width: 19px;
    height: 24px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.breadcrumbs-wrapper .leadership-store-cart-container .leadership-store-cart-icon path {
    fill: var(--primary-2)
}

.breadcrumbs-wrapper .leadership-store-cart-container .leadership-store-cart-quantity {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    letter-spacing: .5px;
    color: var(--primary-2);
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
    opacity: .7
}

.breadcrumbs-wrapper .leadership-store-cart-container:hover .leadership-store-cart-icon {
    opacity: .5
}

.breadcrumbs-wrapper .woocommerce-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    letter-spacing: .4px;
    color: var(--primary-1);
    line-height: 1.43;
    font-size: 14px;
    margin-bottom: 0
}

.breadcrumbs-wrapper .woocommerce-breadcrumb a {
    opacity: .7;
    font-weight: 400;
    color: var(--primary-2);
    line-height: 1.43;
    letter-spacing: .4px;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.breadcrumbs-wrapper .woocommerce-breadcrumb a:hover {
    opacity: 1
}

.breadcrumbs-wrapper .woocommerce-breadcrumb svg {
    margin: 0 15px
}

.breadcrumbs-wrapper .woocommerce-breadcrumb svg path {
    fill: var(--primary-1)
}

.cart-wrapper {
    padding: 50px 0 100px;
    background-color: var(--white-color)
}

.cart-wrapper .your-cart-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--dark-color);
    margin-bottom: 20px;
    font-weight: 700
}

.cart-wrapper .form-row span {
    width: 100%
}

.cart-wrapper .woocommerce-cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-wrapper .woocommerce-cart-form .form-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input {
    display: inline-block;
    background-color: var(--white-color);
    border: 1px solid hsla(0, 0%, 60%, .4);
    border-radius: 0;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 50px;
    padding: 0 15px;
    color: var(--dark-color)
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input::-webkit-input-placeholder {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input::-moz-placeholder {
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:-ms-input-placeholder {
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input::-ms-input-placeholder {
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input::placeholder {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:hover {
    border: 1px solid #7a7a7a
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:focus {
    border: 1px solid var(--dark-color);
    color: rgba(var(--dark-color), .9);
    opacity: 1
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:focus::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:focus::-moz-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:focus:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:focus::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar input:focus::placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select {
    color: var(--dark-color);
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 60%, .4);
    padding: 15px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:hover {
    border: 1px solid #7a7a7a
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:focus {
    border: 1px solid var(--dark-color);
    color: rgba(var(--dark-color), .9);
    opacity: 1
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:focus::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:focus::-moz-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:focus:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:focus::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar select:focus::placeholder {
    color: var(--primary-2);
    opacity: .9
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side {
    width: 370px;
    margin-right: 30px;
    margin-bottom: -20px
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side {
        margin: 0;
        width: 100%;
        margin-bottom: 30px
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .form-row {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 20px
}

@media (max-width: 1025px) {

    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .leadership-btn,
    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side p {
        width: 100%
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_city_field,
.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_postcode_field {
    width: calc(50% - 10px)
}

@media (max-width: 1025px) {

    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_city_field,
    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_postcode_field {
        width: 100%
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_city_field {
    margin-right: 10px
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_city_field {
        margin-right: 0
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_postcode_field {
    margin-left: 10px
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_postcode_field {
        margin-left: 0
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_country_field,
.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_state_field {
    position: relative
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_country_field:after,
.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_state_field:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: var(--select-arrow-url);
    width: 16px;
    position: absolute;
    right: 18px;
    height: 9px;
    pointer-events: none;
    background-size: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 2
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_country_field.on:after,
.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_state_field.on:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side #calc_shipping_state_field input {
    z-index: 99
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .calculator-title {
    margin-bottom: 20px;
    font-family: var(--text-font);
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: .2px;
    color: var(--dark-color);
    opacity: 1
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .shipping-calculator-button {
    display: none
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .shipping-calculator-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .leadership-btn {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid var(--primary-1);
    background-color: transparent;
    color: var(--primary-1)
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .left-side .leadership-btn:hover {
    background-color: var(--primary-1);
    color: var(--white-color);
    border: 2px solid var(--primary-1)
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side {
    width: 370px
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .right-side {
        margin: 0;
        width: 100%
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .actions {
    margin-bottom: 36px
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .actions .coupon label {
    margin-bottom: 15px;
    font-family: var(--text-font);
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: .2px;
    color: var(--dark-color);
    opacity: 1
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .actions .coupon .coupon-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .actions .coupon .coupon-wrapper input {
    width: 100%
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .actions .coupon .coupon-wrapper .button {
    position: absolute;
    right: 10px;
    z-index: 11;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    width: 38px
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals {
    width: 100%
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals td {
    background-color: transparent
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper .leadership-border-btn {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid var(--primary-1);
    background-color: transparent;
    color: var(--primary-1)
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper .leadership-border-btn {
        width: 100%;
        margin-bottom: 20px
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper .leadership-border-btn:hover {
    background-color: var(--primary-1);
    color: var(--white-color);
    border: 2px solid var(--primary-1)
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper .checkout-button:hover {
    background-color: var(--button-bg-hover-color);
    color: var(--white-color)
}

@media (max-width: 1025px) {
    .cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout .buttons-wrapper .checkout-button {
        width: 100%
    }
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table {
    margin-bottom: 20px
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table tbody li,
.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table tbody td,
.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table tbody th,
.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table tbody tr {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: .5px;
    color: var(--primary-2)
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table .order-total td,
.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table .order-total th {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: .5px
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table .order-total .woocommerce-Price-amount,
.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table .order-total .woocommerce-Price-amount bdi {
    font-weight: 400
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table th {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--dark-color);
    font-weight: 400;
    opacity: 1;
    font-size: 16px;
    line-height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table td {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: var(--primary-2);
    opacity: 1;
    font-size: 16px;
    line-height: 26px
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
    display: none
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
    font-family: var(--text-font);
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: .2px;
    color: var(--dark-color);
    opacity: 1
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0
}

.cart-wrapper .woocommerce-cart-form .form-sidebar .right-side .cart-collaterals .cart_totals .checkout-button {
    margin: 0
}

.cart-wrapper .shop_table {
    width: 100%;
    font-size: 14px;
    color: var(--dark-color);
    margin-bottom: 52px;
    border: none
}

.cart-wrapper .shop_table a {
    color: inherit
}

.cart-wrapper .shop_table a:hover {
    text-decoration: none
}

.cart-wrapper .shop_table thead tr th {
    border-top: 1px solid rgba(0, 0, 0, .05);
    height: 40px;
    padding: 0;
    color: var(--dark-color);
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table tbody tr {
        display: block;
        position: relative;
        padding-left: 115px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.cart-wrapper .shop_table tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table tbody tr td {
        border-bottom: unset
    }
}

.cart-wrapper .shop_table .cart_item {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-spacing: 100px;
    height: 170px
}

.cart-wrapper .shop_table .cart_item td {
    padding: 0;
    background-color: transparent
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .cart_item .product-thumbnail {
        display: block;
        width: 88px;
        height: 88px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .cart-wrapper .shop_table .cart_item .product-thumbnail:before {
        display: none
    }
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .cart_item .product-thumbnail img {
        width: 88px;
        height: 88px
    }
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .cart_item .product-remove {
        position: absolute;
        top: 24px;
        right: 0;
        width: 36px;
        height: 32px
    }
}

.cart-wrapper .shop_table tr {
    height: 40px;
    position: relative
}

.cart-wrapper .shop_table td {
    border: none
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table td {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cart-wrapper .shop_table td:before {
        display: none
    }
}

.cart-wrapper .shop_table th {
    font-weight: 400
}

.cart-wrapper .shop_table .product-thumbnail {
    width: 15%
}

.cart-wrapper .shop_table .product-thumbnail img {
    width: 120px
}

.cart-wrapper .shop_table .product-name {
    color: var(--dark-color);
    font-weight: 400;
    width: 30%
}

@media (max-width: 1025px) {
    .cart-wrapper .shop_table .product-name a {
        padding-left: 30px
    }
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .product-name {
        margin-bottom: 5px
    }

    .cart-wrapper .shop_table .product-name a {
        padding-left: 0
    }
}

.cart-wrapper .shop_table .product-price {
    width: 15%
}

.cart-wrapper .shop_table .product-price .woocommerce-Price-amount {
    color: var(--dark-color);
    font-weight: 400
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .product-price .woocommerce-Price-amount {
        margin-bottom: 10px
    }
}

.cart-wrapper .shop_table .product-quantity {
    width: 20%
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .product-quantity {
        margin-bottom: 10px
    }
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    border: 1px solid #d6d6d6
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: var(--dark-color);
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 1
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .product-quantity .quantity-wrapper a {
        height: 35px
    }
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper a.leadership-plus {
    right: 0
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper a:focus,
.cart-wrapper .shop_table .product-quantity .quantity-wrapper a:hover {
    color: var(--primary-2);
    outline: inherit
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper a.minus {
    left: 0
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper a.plus {
    right: 0
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    width: 100px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    color: #555d71;
    font-size: 14px;
    text-align: center;
    background-color: transparent
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .product-quantity .quantity-wrapper input {
        height: 35px
    }
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper input::-webkit-inner-spin-button,
.cart-wrapper .shop_table .product-quantity .quantity-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-wrapper .shop_table .product-quantity .quantity-wrapper input[type=number] {
    -moz-appearance: textfield
}

.cart-wrapper .shop_table .product-subtotal {
    width: 15%
}

.cart-wrapper .shop_table .product-subtotal .woocommerce-Price-amount {
    color: var(--dark-color);
    font-weight: 400
}

@media (max-width: 768px) {
    .cart-wrapper .shop_table .product-subtotal .woocommerce-Price-amount {
        color: var(--primary-2)
    }
}

.cart-wrapper .shop_table .product-remove {
    width: 5%;
    font-size: 20px
}

.cart-wrapper .shop_table .product-remove svg:hover {
    opacity: .8
}

.checkout-wrapper {
    padding: 50px 0 100px;
    background-color: var(--white-color)
}

.checkout-wrapper .woocommerce-info {
    display: none
}

.checkout-wrapper .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1025px) {
    .checkout-wrapper .checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.checkout-wrapper .checkout input[type=checkbox],
.checkout-wrapper .checkout input[type=radio] {
    width: 22px;
    margin-right: 12px;
    display: inline-block
}

.checkout-wrapper .checkout input[type=radio]:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: "";
    border: 1px solid hsla(0, 0%, 60%, .4);
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.checkout-wrapper .checkout input[type=radio]:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--white-color);
    content: "";
    display: inline-block;
    border: 6px solid var(--primary-3);
    cursor: pointer
}

.checkout-wrapper .checkout input[type=radio]:hover:after {
    background-color: var(--white-color)
}

.checkout-wrapper .checkout input[type=radio]:hover:checked:after {
    background-color: var(--white-color);
    color: #fff
}

.checkout-wrapper .checkout input[type=checkbox]:after {
    border-radius: 2px;
    top: -2px;
    left: -1px;
    padding: 1px 0 0 2px;
    background-color: #fff;
    content: "";
    border: 1px solid hsla(0, 0%, 60%, .4)
}

.checkout-wrapper .checkout input[type=checkbox]:after,
.checkout-wrapper .checkout input[type=checkbox]:checked:after {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.checkout-wrapper .checkout input[type=checkbox]:checked:after {
    border-radius: 2px;
    top: -2px;
    left: -1px;
    background-size: cover;
    background-color: var(--primary-3);
    border: 1px solid var(--primary-3);
    padding: 3px 0 0 2px;
    content: var(--check-icon-url)
}

.checkout-wrapper .checkout input[type=checkbox]:hover:after {
    background-color: #eee
}

.checkout-wrapper .checkout input[type=checkbox]:hover:checked:after {
    background-color: var(--primary-3);
    color: #fff
}

.checkout-wrapper .checkout .order-review-sidebar {
    margin-left: 15px;
    width: 32%;
    padding: 25px 25px 75px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    background-color: var(--white-color);
    border-radius: 0;
    position: relative;
    margin-top: 50px
}

@media (max-width: 1025px) {
    .checkout-wrapper .checkout .order-review-sidebar {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 0 0 75px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table {
    margin: 0;
    padding: 0;
    border: none
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item:last-child {
    margin-bottom: 15px
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item .item-thumb {
    margin-right: 10px
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item .item-thumb img {
    width: 90px;
    height: 90px;
    min-width: 90px
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item .item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item .item-description .item-title {
    color: var(--dark-color);
    margin-bottom: 5px;
    letter-spacing: .5px;
    font-weight: 400;
    opacity: 1;
    font-family: var(--text-font);
    font-size: 14px;
    line-height: 1.43
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item .item-description .price {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 1.43;
    color: var(--primary-2)
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table .cart_item .item-description .quantity {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 1.43;
    color: var(--primary-2)
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table td,
.checkout-wrapper .checkout .order-review-sidebar .shop_table th,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tr {
    margin: 0;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .cart-subtotal,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .order-total,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .woocommerce-shipping-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 10px
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .cart-subtotal td,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .cart-subtotal th,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .order-total td,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .order-total th,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .woocommerce-shipping-totals td,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .woocommerce-shipping-totals th {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: var(--primary-2);
    letter-spacing: .5px;
    opacity: 1
}

.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .order-total td,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .order-total td strong,
.checkout-wrapper .checkout .order-review-sidebar .shop_table tfoot .order-total th {
    font-weight: 600
}

.checkout-wrapper .checkout .order-review-sidebar .payment-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    font-family: var(--text-font);
    letter-spacing: .4px;
    color: var(--dark-color);
    opacity: 1
}

@media (max-width: 1025px) {
    .checkout-wrapper .checkout .order-review-sidebar .payment-title {
        font-size: 20px
    }
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods {
    margin: 0;
    padding: 0;
    border: none
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods .wc_payment_method {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods .wc_payment_method:not(:last-child) {
    margin-bottom: 7px
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods .wc_payment_method .payment_box {
    background-color: var(--body-bg);
    color: var(--primary-2);
    font-size: 14px;
    width: 100%;
    min-width: 100%;
    cursor: pointer
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods .wc_payment_method .payment_box:before {
    border-bottom-color: var(--body-bg)
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods .wc_payment_method label {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    margin-top: 6px;
    opacity: 1;
    color: var(--primary-1)
}

.checkout-wrapper .checkout .order-review-sidebar .place-order {
    padding: 0;
    margin: 0
}

.checkout-wrapper .checkout .order-review-sidebar .place-order .woocommerce-privacy-policy-text {
    display: none
}

.checkout-wrapper .checkout .order-review-sidebar .place-order .validate-required {
    padding: 0;
    margin: 15px 0 0;
    opacity: .7;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 1.43;
    color: var(--primary-2)
}

.checkout-wrapper .checkout .order-review-sidebar .place-order .validate-required label {
    line-height: 1.7
}

.checkout-wrapper .checkout .order-review-sidebar button[name=woocommerce_checkout_place_order] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-1);
    left: 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkout-wrapper .checkout .order-review-sidebar button[name=woocommerce_checkout_place_order]:hover {
    background-color: var(--button-default-hover-color);
    color: var(--white-color)
}

.checkout-wrapper .checkout .order-review-sidebar #order_review_heading {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    font-family: var(--text-font);
    letter-spacing: .4px;
    color: var(--dark-color);
    opacity: 1;
    margin-bottom: 20px
}

.checkout-wrapper .checkout .order-review-sidebar .woocommerce-checkout-payment {
    background-color: transparent;
    border-radius: unset
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods {
    border: unset
}

.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods .payment_method_bacs,
.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods label[for=payment_method_paypal] a,
.checkout-wrapper .checkout .order-review-sidebar .wc_payment_methods label[for=payment_method_paypal] img {
    display: none
}

.checkout-wrapper .checkout #customer_details {
    width: 68%;
    margin-right: 15px
}

@media (max-width: 1025px) {
    .checkout-wrapper .checkout #customer_details {
        margin: 0;
        width: 100%
    }
}

.checkout-wrapper .checkout #customer_details #billing_country_field .woocommerce-input-wrapper,
.checkout-wrapper .checkout #customer_details #billing_state_field .woocommerce-input-wrapper,
.checkout-wrapper .checkout #customer_details #shipping_country .woocommerce-input-wrapper,
.checkout-wrapper .checkout #customer_details #shipping_state .woocommerce-input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-wrapper .checkout #customer_details #billing_country_field .woocommerce-input-wrapper select,
.checkout-wrapper .checkout #customer_details #billing_state_field .woocommerce-input-wrapper select,
.checkout-wrapper .checkout #customer_details #shipping_country .woocommerce-input-wrapper select,
.checkout-wrapper .checkout #customer_details #shipping_state .woocommerce-input-wrapper select {
    position: relative;
    z-index: 1
}

.checkout-wrapper .checkout #customer_details #billing_country_field .woocommerce-input-wrapper input,
.checkout-wrapper .checkout #customer_details #billing_state_field .woocommerce-input-wrapper input,
.checkout-wrapper .checkout #customer_details #shipping_country .woocommerce-input-wrapper input,
.checkout-wrapper .checkout #customer_details #shipping_state .woocommerce-input-wrapper input {
    position: relative;
    z-index: 10
}

.checkout-wrapper .checkout #customer_details #billing_country_field .woocommerce-input-wrapper.on:after,
.checkout-wrapper .checkout #customer_details #billing_state_field .woocommerce-input-wrapper.on:after,
.checkout-wrapper .checkout #customer_details #shipping_country .woocommerce-input-wrapper.on:after,
.checkout-wrapper .checkout #customer_details #shipping_state .woocommerce-input-wrapper.on:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.checkout-wrapper .checkout #customer_details #billing_country_field .woocommerce-input-wrapper:after,
.checkout-wrapper .checkout #customer_details #billing_state_field .woocommerce-input-wrapper:after,
.checkout-wrapper .checkout #customer_details #shipping_country .woocommerce-input-wrapper:after,
.checkout-wrapper .checkout #customer_details #shipping_state .woocommerce-input-wrapper:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: var(--select-arrow-url);
    width: 12px;
    position: absolute;
    right: 14px;
    height: 9px;
    background-size: cover;
    z-index: 2
}

.checkout-wrapper .checkout #customer_details select {
    color: var(--dark-color);
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 60%, .4);
    padding: 15px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.checkout-wrapper .checkout #customer_details select:hover {
    border: 1px solid #7a7a7a
}

.checkout-wrapper .checkout #customer_details select:focus {
    border: 1px solid var(--dark-color);
    color: rgba(var(--dark-color), .9);
    opacity: 1
}

.checkout-wrapper .checkout #customer_details select:focus::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details select:focus::-moz-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details select:focus:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details select:focus::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details select:focus::placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details input {
    display: inline-block;
    background-color: var(--white-color);
    border: 1px solid hsla(0, 0%, 60%, .4);
    border-radius: 0;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 50px;
    padding: 0 15px;
    color: var(--dark-color)
}

.checkout-wrapper .checkout #customer_details input::-webkit-input-placeholder {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkout-wrapper .checkout #customer_details input::-moz-placeholder {
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkout-wrapper .checkout #customer_details input:-ms-input-placeholder {
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkout-wrapper .checkout #customer_details input::-ms-input-placeholder {
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkout-wrapper .checkout #customer_details input::placeholder {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.checkout-wrapper .checkout #customer_details input:hover {
    border: 1px solid #7a7a7a
}

.checkout-wrapper .checkout #customer_details input:focus {
    border: 1px solid var(--dark-color);
    color: rgba(var(--dark-color), .9);
    opacity: 1
}

.checkout-wrapper .checkout #customer_details input:focus::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details input:focus::-moz-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details input:focus:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details input:focus::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details input:focus::placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details .form-row {
    padding: 10px;
    width: 50%;
    margin: 0
}

@media (max-width: 1025px) {
    .checkout-wrapper .checkout #customer_details .form-row {
        width: 100%
    }
}

.checkout-wrapper .checkout #customer_details .form-row#billing_postcode_field,
.checkout-wrapper .checkout #customer_details .form-row#billing_state_field {
    width: 25%
}

.checkout-wrapper .checkout #customer_details .checkout-page-title {
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--dark-color);
    margin-bottom: 23px
}

@media (max-width: 1025px) {
    .checkout-wrapper .checkout #customer_details .checkout-page-title {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
}

.checkout-wrapper .checkout #customer_details .checkout-page-subtitle {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--dark-color);
    opacity: 1;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: var(--text-font)
}

.checkout-wrapper .checkout #customer_details .col-1 {
    width: 100%
}

.checkout-wrapper .checkout #customer_details .woocommerce-billing-fields__field-wrapper {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

.checkout-wrapper .checkout #customer_details label {
    display: none
}

.checkout-wrapper .checkout #customer_details .col-2 {
    min-width: 100%;
    width: 100%;
    margin-top: 35px
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments_field {
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
    min-width: 100%
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments {
    width: 100%;
    display: inline-block;
    background-color: var(--white-color);
    border: 1px solid hsla(0, 0%, 60%, .4);
    border-radius: 0;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 150px;
    resize: none;
    padding: 15px;
    color: var(--dark-color)
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:hover {
    border: 1px solid #7a7a7a
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:focus {
    border: 1px solid var(--dark-color);
    opacity: 1
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:focus::-webkit-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:focus::-moz-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:focus:-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:focus::-ms-input-placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details .col-2 #order_comments:focus::placeholder {
    color: var(--primary-2);
    opacity: .9
}

.checkout-wrapper .checkout #customer_details .col-2 #ship-to-different-address-checkbox {
    height: unset;
    margin-right: 10px
}

.checkout-wrapper .checkout #customer_details .col-2 #ship-to-different-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.checkout-wrapper .checkout #customer_details .col-2 #ship-to-different-address span {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: var(--primary-2);
    opacity: .7;
    cursor: pointer;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    font-family: var(--text-font)
}

.checkout-wrapper .checkout #customer_details .col-2 #ship-to-different-address .woocommerce-form__label {
    width: 100%
}

.checkout-wrapper .checkout #customer_details .col-2 #ship-to-different-address label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout-wrapper .checkout #customer_details .col-2 .shipping_address .shipping-title {
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--dark-color);
    opacity: 1;
    font-size: 24px;
    font-family: var(--text-font)
}

.checkout-wrapper .checkout #customer_details .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper {
    margin: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout-wrapper .checkout #customer_details .col-2 .shipping_address .form-row {
    margin: 0
}

.products-filter {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px
}

@media (max-width: 1201px) {
    .products-filter {
        display: none
    }
}

.products-filter a {
    margin: 0 50px 15px 0;
    font-size: 12px;
    color: var(--primary-2);
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    opacity: .7
}

.products-filter a.active {
    color: var(--primary-3)
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 768px) {

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        max-width: 940px
    }
}

@media (min-width: 1200px) {

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        max-width: 1170px
    }
}

.woocommerce-order {
    padding: 128px 0;
    background-color: var(--white-color);
    border-bottom: 1px solid #eee
}

@media (max-width: 1025px) {
    .woocommerce-order {
        padding: 75px 0
    }
}

.woocommerce-order .success-page-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce-order .success-page-wrp .leadership-btn:hover {
    background-color: var(--button-default-hover-color);
    color: var(--white-color)
}

.woocommerce-order .success-page-wrp svg {
    margin-bottom: 26px
}

.woocommerce-order .success-page-wrp h1 {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--dark-color)
}

.woocommerce-order .success-page-wrp p {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .4px;
    color: var(--primary-2);
    display: block
}

@media (max-width: 1025px) {
    .woocommerce-order .success-page-wrp p {
        margin-bottom: 20px
    }
}

.woocommerce-order .success-page-wrp svg path {
    fill: var(--primary-3)
}

.woocommerce-ordering {
    margin-bottom: 0;
    margin-right: 98px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1025px) {
    .woocommerce-ordering {
        width: 100%
    }
}

.woocommerce-ordering select {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 60%, .4);
    height: 57px;
    width: 273px;
    font-size: 16px;
    padding: 15px 14px;
    color: var(--dark-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.woocommerce-ordering select:focus {
    border: 1px solid var(--primary-3)
}

.woocommerce-ordering .select-arrow {
    right: 15px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.woocommerce-ordering .select-arrow path {
    fill: var(--primary-2)
}

.woocommerce-ordering .select-arrow.on {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.woocommerce-custom-pagination {
    margin-top: 50px;
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce-custom-pagination .pagination-button {
    color: var(--primary-3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    position: absolute
}

.woocommerce-custom-pagination .pagination-button.right-button {
    right: 0
}

.woocommerce-custom-pagination .pagination-button.right-button svg {
    margin-left: 10px
}

.woocommerce-custom-pagination .pagination-button.left-button {
    left: 0
}

.woocommerce-custom-pagination .pagination-button.left-button svg {
    margin-right: 10px
}

.woocommerce-custom-pagination .pagination-button:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7
}

.woocommerce-custom-pagination .page-numbers {
    color: var(--primary-2);
    font-weight: 600;
    font-size: 14px;
    margin: 0 11px;
    display: inline-block
}

.woocommerce-custom-pagination .page-numbers.current {
    color: var(--dark-color);
    font-weight: 600
}

.products {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products li {
    margin: 0;
    padding: 15px;
    width: 33.3333333%;
    min-width: 33.3333333%;
    max-width: 33.3333333%
}

@media (max-width: 1025px) {
    .products li {
        width: 50%;
        min-width: 50%;
        max-width: 50%
    }
}

@media (max-width: 768px) {
    .products li {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
}

.products li .product-inner-wrapper {
    border-radius: 5px;
    position: relative;
    background-color: var(--white-color);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

.products li .product-inner-wrapper:hover {
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .14)
}

.products li .product-inner-wrapper .product-header {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products li .product-inner-wrapper .product-header img {
    max-width: 210px;
    height: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.products li .product-inner-wrapper .product-footer {
    height: 64px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 576px) {
    .products li .product-inner-wrapper .product-footer {
        padding: 0 15px
    }
}

.products li .product-inner-wrapper .product-footer .star-rating {
    display: none;
    margin: 0
}

.products li .product-inner-wrapper .product-footer a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.products li .product-inner-wrapper .product-footer .price {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--primary-2);
    min-width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.products li .product-inner-wrapper .product-footer .price bdi,
.products li .product-inner-wrapper .product-footer .price ins,
.products li .product-inner-wrapper .product-footer .price span {
    text-decoration: none;
    font-weight: 600
}

.products li .product-inner-wrapper .product-footer .price del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    font-weight: 600;
    opacity: .7
}

.products li .product-inner-wrapper .product-footer .woocommerce-loop-product__title {
    text-align: left;
    letter-spacing: .5px;
    line-height: 1.38;
    color: var(--primary-2);
    font-size: 16px;
    opacity: .7;
    font-weight: 400;
    font-family: var(--text-font);
    padding: 0 8px 0 0
}

@media (max-width: 1025px) {
    .products li .product-inner-wrapper .product-footer .woocommerce-loop-product__title {
        text-align: center
    }
}

.products li .product-inner-wrapper .button {
    display: none
}

.store-entry {
    background-color: #fafafa
}

.store-wrapper {
    padding: 50px 0
}

.store-wrapper .breadcrumbs-wrapper {
    display: none
}

.store-wrapper .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    position: relative
}

@media (max-width: 576px) {
    .store-wrapper .header-wrapper {
        margin-bottom: 30px
    }
}

.store-wrapper .header-wrapper .leadership-store-cart-container {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.store-wrapper .header-wrapper .leadership-store-cart-container .leadership-store-cart-icon {
    width: 19px;
    height: 24px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.store-wrapper .header-wrapper .leadership-store-cart-container .leadership-store-cart-quantity {
    width: 20px;
    height: 20px;
    background-color: var(--white-color);
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    margin-left: 10px
}

.store-wrapper .header-wrapper .leadership-store-cart-container:hover .leadership-store-cart-icon {
    opacity: .8
}

.store-wrapper .header-wrapper .woocommerce-notices-wrapper {
    width: 100%;
    min-width: 100%
}

.single-product-wrapper {
    padding-top: 40px;
    background-color: var(--white-color)
}

.single-product-wrapper .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-product-wrapper .product .woocommerce-product-gallery {
    max-width: 680px;
    width: 680px;
    margin-bottom: 0
}

@media (max-width: 1201px) {
    .single-product-wrapper .product .woocommerce-product-gallery {
        max-width: 100%;
        width: 100%
    }
}

.single-product-wrapper .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.single-product-wrapper .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrapper .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrapper .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrapper .product .entry-summary {
    width: 33.33333333%;
    min-width: 370px;
    max-width: 370px
}

@media (max-width: 1201px) {
    .single-product-wrapper .product .entry-summary {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin-top: 20px
    }
}

.single-product-wrapper .product .entry-summary .product_title {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--dark-color);
    font-family: var(--text-font);
    opacity: 1;
    margin-bottom: 16px
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1201px) {
    .single-product-wrapper .product .entry-summary .woocommerce-product-rating {
        margin-bottom: 0
    }
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating .star-rating {
    color: #f7c04b;
    width: 88px;
    margin-right: 15px;
    margin-top: 0
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating .star-rating:before {
    font-size: 13px;
    letter-spacing: 4px;
    color: #f7c04b
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating .star-rating span {
    color: #f7c04b
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating .star-rating span:before {
    font-size: 13px;
    letter-spacing: 4px
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--primary-2)
}

.single-product-wrapper .product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
    opacity: .7
}

.single-product-wrapper .product .entry-summary .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.single-product-wrapper .product .entry-summary .price span {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--dark-color);
    font-family: var(--text-font);
    opacity: 1
}

.single-product-wrapper .product .entry-summary .cart {
    padding: 0;
    padding-top: 40px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    border: 1px solid #d6d6d6
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: var(--dark-color);
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 1
}

@media (max-width: 768px) {
    .single-product-wrapper .product .entry-summary .cart .quantity-wrapper button {
        height: 35px
    }
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper button.leadership-plus {
    right: 0
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper button:focus,
.single-product-wrapper .product .entry-summary .cart .quantity-wrapper button:hover {
    color: var(--primary-2);
    outline: inherit
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper button.minus {
    left: 0
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper button.plus {
    right: 0
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    width: 100px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555d71;
    font-size: 14px;
    text-align: center;
    background-color: transparent
}

@media (max-width: 768px) {
    .single-product-wrapper .product .entry-summary .cart .quantity-wrapper input {
        height: 35px
    }
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper input::-webkit-inner-spin-button,
.single-product-wrapper .product .entry-summary .cart .quantity-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.single-product-wrapper .product .entry-summary .cart .quantity-wrapper input[type=number] {
    -moz-appearance: textfield
}

.single-product-wrapper .product .entry-summary .cart button[type=submit] {
    /*border: none;*/
    /*cursor: pointer;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*padding: 14px 36px 16px;*/
    /*border-radius: 0;*/
    /*-webkit-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*font-size: 14px;*/
    /*letter-spacing: 1.5px;*/
    /*line-height: 1;*/
    /*height: 51px;*/
    /*margin-left: 33px;*/
    /*background-color: var(--button-default-color);*/
    /*color: var(--white-color);*/

    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1;
    height: 51px;
    font-weight: 700;
    margin-left: 33px;
    padding: 13px 34px;
    border: 2px solid #020202;
    background-color: transparent;
    color: #020202;
}

.single-product-wrapper .product .entry-summary .cart button[type=submit]:hover {
    /*background-color: var(--button-default-hover-color);*/
    /*color: var(--white-color)*/

    background-color: #020202;
    color: #ffffff;
    border: 2px solid #020202;
}

.single-product-wrapper .product .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: .5px;
    color: var(--primary-2);
    font-weight: 400;
    opacity: 1;
    font-stretch: normal;
    font-style: normal
}

.single-product-wrapper .product .entry-summary .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

.single-product-wrapper .product .entry-summary .product_meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--primary-2);
    text-transform: uppercase;
    opacity: 1
}

.single-product-wrapper .product .entry-summary .product_meta span a,
.single-product-wrapper .product .entry-summary .product_meta span span {
    margin-left: 5px
}

.single-product-wrapper .product .entry-summary .product_meta span:not(:last-child) {
    margin-bottom: 15px
}

.single-product-wrapper .product .woocommerce-tabs {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-bottom: 80px
}

@media (max-width: 1201px) {
    .single-product-wrapper .product .woocommerce-tabs {
        margin-top: 40px
    }
}

@media (max-width: 1025px) {
    .single-product-wrapper .product .woocommerce-tabs {
        margin-top: 20px
    }
}

.single-product-wrapper .product .woocommerce-tabs .panel {
    margin: 0
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: unset;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs:before {
    display: none
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs li {
    line-height: 1;
    background-color: transparent;
    margin: 0;
    border: unset
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs li a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs li:after,
.single-product-wrapper .product .woocommerce-tabs .wc-tabs li:before {
    display: none
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs li.active a {
    font-weight: 600;
    color: var(--primary-3)
}

.single-product-wrapper .product .woocommerce-tabs .wc-tabs li:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 768px) {
    .single-product-wrapper .product .woocommerce-tabs .wc-tabs li:not(:last-child) {
        margin-right: 15px
    }
}

.single-product-wrapper .product .woocommerce-Tabs-panel h2:first-child {
    display: none
}

.single-product-wrapper .product .woocommerce-Tabs-panel p {
    line-height: 24px;
    opacity: 1;
    letter-spacing: .2px;
    font-size: 16px;
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes,
.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody {
    border: none;
    background-color: transparent
}

.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody tr {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent
}

.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody th {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: .4px;
    color: var(--primary-2);
    opacity: 1
}

.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody td,
.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody th {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    font-stretch: normal;
    font-style: normal;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none
}

.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody td {
    background-color: transparent;
    line-height: normal
}

.single-product-wrapper .product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tbody td p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .4px;
    text-transform: none;
    color: var(--primary-2);
    opacity: .7
}

.single-product-wrapper .product .woocommerce-Reviews .woocommerce-noreviews {
    margin-bottom: 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .5px;
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist li {
    margin: 0
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist li:not(:last-child) {
    border-bottom: 1px solid #f3f4fa
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container {
    margin: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .avatar {
    position: relative;
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    border-radius: 100%;
    overflow: hidden;
    border: none;
    padding: 0;
    background-color: transparent
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text {
    margin-left: 28px;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating {
    color: var(--primary-3);
    width: 88px
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating:before {
    font-size: 13px;
    letter-spacing: 4px;
    color: var(--primary-3)
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating span {
    color: var(--primary-3)
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating span:before {
    font-size: 13px;
    letter-spacing: 4px
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta .woocommerce-review__author {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 4px;
    font-weight: 400;
    color: var(--dark-color)
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta .woocommerce-review__published-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #909090;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 400
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta .woocommerce-review__dash {
    display: none
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .description {
    margin-bottom: 0
}

.single-product-wrapper .product .woocommerce-Reviews #comments .commentlist .comment_container .comment-text .description p {
    color: var(--primary-2);
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .5px;
    opacity: 1;
    font-weight: 400
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .5px;
    color: var(--dark-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper .comment-notes {
    margin-bottom: 18px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .5px;
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper .add-review-desctiption {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .5px;
    color: var(--primary-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-rating {
    margin-bottom: 40px
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-rating .required {
    display: none
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-rating label {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .5px;
    color: var(--dark-color);
    opacity: .9;
    text-transform: capitalize
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-rating .stars {
    margin: 0;
    cursor: pointer
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-rating .stars span a {
    font-size: 15px;
    color: var(--primary-3)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment {
    margin-bottom: 15px;
    display: block
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    padding: 15px 14px;
    letter-spacing: .4px;
    color: var(--dark-color)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea:hover {
    border: 1px solid #a7a7a7
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea:focus {
    border: 1px solid var(--primary-1)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea::-webkit-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea::-moz-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea:-ms-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea::-ms-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-comment textarea::placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author {
    display: block;
    margin-bottom: 20px
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input {
    width: 100%;
    height: 50px;
    border: 1px solid #d6d6d6;
    resize: none;
    font-size: 14px;
    letter-spacing: .4px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    padding: 0 14px;
    color: var(--dark-color)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input:hover {
    border: 1px solid #a7a7a7
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input:focus {
    border: 1px solid var(--primary-1)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input::-webkit-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input::-moz-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input:-ms-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input::-ms-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-author input::placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email {
    display: block;
    margin-bottom: 29px
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input {
    width: 100%;
    height: 50px;
    letter-spacing: .4px;
    border: 1px solid #d6d6d6;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    padding: 0 14px;
    color: var(--dark-color)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input:hover {
    border: 1px solid #a7a7a7
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input:focus {
    border: 1px solid var(--primary-3)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input::-webkit-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input::-moz-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input:-ms-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input::-ms-input-placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .comment-form-email input::placeholder {
    color: var(--primary-2)
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .form-submit {
    margin-bottom: 0
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .form-submit .submit {
    padding: 13px 34px;
    border: 2px solid var(--dark-color);
    background-color: transparent;
    color: var(--dark-color);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    height: 51px
}

.single-product-wrapper .product .woocommerce-Reviews #review_form_wrapper form .form-submit .submit:hover {
    background-color: var(--dark-color);
    opacity: 1;
    color: var(--white-color)
}

.single-product-wrapper .related {
    background-color: var(--body-bg);
    padding: 50px 0 80px
}

.single-product-wrapper .related.products {
    margin: 0
}

.single-product-wrapper .related .products .product {
    width: 33.333333%;
    min-width: 33.333333%;
    max-width: 33.333333%
}

@media (max-width: 768px) {
    .single-product-wrapper .related .products {
        padding: 0 15px
    }
}

.single-product-wrapper .related h2 {
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: left;
    color: var(--dark-color)
}

.single-product-wrapper .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
    margin-top: 0
}

.single-product-wrapper .woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px
}

.single-product-wrapper .flex-control-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
    margin-right: 20px;
    min-width: 120px
}

@media (max-width: 1025px) {
    .single-product-wrapper .flex-control-nav {
        display: none
    }
}

.single-product-wrapper .flex-control-nav li {
    width: 100%;
    height: 120px;
    list-style-type: none;
    border: 1px solid #d4d5dd
}

.single-product-wrapper .flex-control-nav li:not(:last-child) {
    margin-bottom: 20px
}

.about-me-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-me-widget .avatar-wrapper {
    margin-bottom: 30px;
    border-radius: 100%;
    overflow: hidden
}

.about-me-widget .author-desc {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .5px;
    color: var(--primary-2);
    opacity: .7
}

.leadership-blog-posts-widget .blog-card-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.leadership-blog-posts-widget .blog-card-xs img {
    width: 120px;
    max-width: 120px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px;
    height: auto
}

.leadership-blog-posts-widget .blog-card-xs:not(:last-child) {
    margin-bottom: 20px
}

.leadership-blog-posts-widget .blog-card-xs:hover img {
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .14), 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .14), 0 0 20px 0 rgba(0, 0, 0, .1)
}

.ctf-carousel .ctf-owl-dots,
.ctf-carousel .ctf-owl-nav {
    display: none
}

.ctf-carousel .ctf-owl-item {
    margin-top: -20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.ctf-carousel .ctf-owl-item .ctf-author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.ctf-carousel .ctf-owl-item .ctf-author-box .ctf-author-box-link .ctf-author-screenname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    color: var(--primary-3);
    letter-spacing: .5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7
}

.ctf-carousel .ctf-owl-item .ctf-author-box .ctf-author-box-link .ctf-author-name,
.ctf-carousel .ctf-owl-item .ctf-author-box .ctf-author-box-link .ctf-screename-sep {
    display: none
}

.ctf-carousel .ctf-owl-item .ctf-author-box .ctf-author-box-link .ctf-tweet-meta {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ctf-carousel .ctf-owl-item .ctf-author-box .ctf-author-box-link .ctf-tweet-meta .ctf-tweet-date {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    color: var(--primary-3);
    letter-spacing: .5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7
}

.ctf-carousel .ctf-owl-item .ctf-author-box .ctf-corner-logo {
    display: none
}

.ctf-carousel .ctf-owl-item .ctf-tweet-content {
    margin: 20px 0 38px;
    padding: 0;
    position: relative
}

.ctf-carousel .ctf-owl-item .ctf-tweet-content:before {
    content: "";
    background-image: var(--quote-icon-url);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49px;
    height: 38px;
    opacity: 1;
    left: 10px;
    font-size: 50px;
    position: absolute;
    top: -15px;
    background-size: cover;
    color: var(--primary-1)
}

.ctf-carousel .ctf-owl-item .ctf-tweet-content .ctf-tweet-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: var(--primary-2);
    letter-spacing: .5px;
    opacity: 1
}

.ctf-carousel .ctf-owl-item .ctf-tweet-actions {
    display: none
}

.ctf-carousel .ctf-owl-item:not(:first-child) {
    padding-top: 20px
}

.ctf-carousel .ctf-owl-item:not(:last-child) {
    margin-bottom: 30px
}

.widget_custom-twitter-feeds-widget .ctf-carousel .ctf-owl-item {
    margin-bottom: 0
}

#sbi_images {
    padding: 0;
    margin: -15px
}

#sbi_images,
#sbi_images div {
    background-color: transparent
}

.social-wrapper-widget {
    text-align: center;
    margin-bottom: 50px
}

.social-wrapper-widget .leadership-btn {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #e1e1e1;
    color: var(--dark-color)
}

@media (max-width: 1025px) {
    .social-wrapper-widget .leadership-btn {
        margin-right: 8px
    }
}

.social-wrapper-widget .leadership-btn:hover {
    color: var(--primary-3);
    border: 2px solid var(--primary-3)
}

.social-wrapper-widget .leadership-btn i {
    font-size: 16px
}

.social-wrapper-widget .leadership-btn:last-child {
    margin-right: 0
}

.woocommerce span.onsale {
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    line-height: 50px;
    background-color: var(--button-bg-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.cart-empty.woocommerce-info {
    margin: 50px auto
}

.return-to-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px
}

.return-to-shop .button {
    background-color: var(--button-bg-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    padding: 15px 36px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.return-to-shop .button:hover {
    background-color: var(--button-bg-hover-color)
}

.single-lp_course.petrenko-single .course-description p,
.single-lp_course.petrenko-single .course-description ul li,
.single-lp_course.petrenko-single .course-description ol li {
    margin-bottom: 16px;
    font-size: 14px;
    color: #323232;
    text-decoration: none;
}

.review-author.avatar img {
    max-width: 100%;
    height: auto;
}