article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block } audio, canvas, video {display: inline-block } audio:not([controls]) {display: none; height: 0 } [hidden] {display: none } html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% } button, html, input, select, textarea {font-family: sans-serif } body {margin: 0 } a:focus {outline: dotted thin } a:active, a:hover {outline: 0 } h1 {font-size: 2em; margin: .67em 0 } h2 {font-size: 1.5em; margin: .83em 0 } h3 {font-size: 1.17em; margin: 1em 0 } h4 {font-size: 1em; margin: 1.33em 0 } h5 {font-size: .83em; margin: 1.67em 0 } h6 {font-size: .67em; margin: 2.33em 0 } abbr[title] {border-bottom: 1px dotted } b, strong {font-weight: 700 } blockquote {margin: 1em 40px } dfn {font-style: italic } mark {background: #ff0; color: #000 } p, pre {margin: 1em 0 } code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em } pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word } q {quotes: none } q:after, q:before {content: ''; content: none } small {font-size: 80% } sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup {top: -.5em } sub {bottom: -.25em } dl, menu, ol, ul {margin: 1em 0 } dd {margin: 0 0 0 40px } menu, ol, ul {padding: 0 0 0 40px } nav ol, nav ul {list-style: none } img {border: 0; -ms-interpolation-mode: bicubic } svg:not(:root) {overflow: hidden; } figure, form {margin: 0 } legend {border: 0; padding: 0; white-space: normal } button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline } button, input {line-height: normal } button, html input[type=button], input[type=reset], input[type=submit] {-webkit-appearance: button; cursor: pointer } button[disabled], input[disabled] {cursor: default } input[type=checkbox], input[type=radio] {box-sizing: border-box; padding: 0 } input[type=search] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {-webkit-appearance: none } button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0 } textarea {overflow: auto; vertical-align: top } table {border-collapse: collapse; border-spacing: 0 } ::-moz-selection {background: #d0d3d6; text-shadow: none } ::selection {background: #d0d3d6; text-shadow: none } img {vertical-align: middle } fieldset {border: 0; margin: 0; padding: 0 } textarea {resize: vertical } .chromeframe {margin: .2em 0; background: #ccc; color: #000; padding: .2em 0 }

/* GLOBAL */
body {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    letter-spacing: 0.015em;
}
::-webkit-scrollbar {display: none;}
p:empty,
h2:empty,
h3:empty{
    display:none;
}
.clear {clear: both;}

.no-scroll {
    height: 100vh;
    overflow: hidden;
}

* {
    font-weight: normal !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-smoothing: antialiased;
}

input,
textarea,
select,
button {
    color: inherit;
    font: inherit;
    text-transform: uppercase;
    letter-spacing: inherit;
    background: transparent;
    letter-spacing: 0.08em;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

textarea{
    text-transform: lowercase;
}

input{
    border-radius:0 !important;
}

.wpcf7-radio input[type="radio"]{
    position:relative;
    z-index:3;
    opacity:0;
}

.wpcf7-radio .wpcf7-list-item-label{
    position:relative;
    margin-left: 5px;
}

.wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before{
    position:absolute;
    top: 0;
    z-index:1;
    margin-top: 3px;
    margin-left:-1px;
    content:'';
    width:14px;
    height:14px;
    background:black;
    border-radius:100%;
    display:block;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after{
    position:absolute;
    top: 0;
    z-index:2;
    margin-top: 6px;
    margin-left:2px;
    content:'';
    width:8px;
    height:8px;
    background:white;
    border-radius:100%;
    display:block;
}

.wpcf7-form {
    margin-top: 56px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-radio {
    display: block;
    margin-top: 10px;
    margin-bottom: 58px;
}

.wpcf7-radio .first {
    margin-left: 0;
    width: 22%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
    width: 100%;
    padding: 18px;
    background: transparent;
    border: 1px solid #E4E4E4;
    text-transform: initial;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}

.wpcf7-form textarea {
    height: 160px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    clear: left;
}

.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    margin-left: 0px;
    width: 100%;
    min-width: 200px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: red !important;
}

.wpcf7-form .firstname,
.wpcf7-form .first-name,
.wpcf7-form .lastname,
.wpcf7-form .last-name,
.wpcf7-form .e-date,
.wpcf7-form .attendees {
    width: 50%;
    float: left;
    clear: none !important;
}

.wpcf7-form .firstname,
.wpcf7-form .first-name,
.wpcf7-form .e-date {
    padding-right: 10px;
}

.wpcf7-form .lastname,
.wpcf7-form .last-name,
.wpcf7-form .attendees {
    padding-left: 10px;
}

.wpcf7-form input.wpcf7-submit {
    width: calc(50% - 10px);
    border: 0;
    background: black;
    color: white !important;
    text-transform: uppercase;
    font-family: 'cardinalclassicmid-regular';
    letter-spacing: 0.15em;
    font-size: 18px;
    padding: 18px 10px 19px 10px;
    min-width: 220px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: red !important;
}

.mc4wp-form input {
    border: 0;
    border-bottom: 1px solid black;
}

ul {
    list-style: none;
    padding: 0;
}

p,
li {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.035em;
    margin: 20px 0;
}

h1 {
    font-family: 'cardinalclassicmid-bold';
    font-size: 80px;
    line-height: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

h2,
h3,
.cardinal {
    font-family: 'cardinalclassicmid-bold';
}

h3,
.page_title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.015em;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

.page_title {
    padding-bottom: 60px;
}

a {
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.container {
    padding: 0 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 1920px;
    margin:0 auto;
}

.big-headline {
    font-family: 'cardinalclassicmid-bold';
    font-size: 80px;
    line-height: 108%;
}

.btn,
.button {
    text-transform: uppercase;
    font-family: 'cardinalclassicmid-regular';
    letter-spacing: 0.15em;
    font-size: 18px;
    border: 1px solid white;
    padding: 18px 10px 19px 10px;
    min-width: 220px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#karam .button.wc-backward{
    height: auto;
    color:white;
    padding: 18px 10px 18px 10px;
    border-radius:0;
    background:black;
}

.btn-black {
    color: black;
    border-color: black;
}

.white-btn .btn {
    border-color: black !important;
}

.btn,
.button,
[type=submit],
.btn-icon {
    transition: 0.2s opacity ease-out !important;
}

.center {
    text-align: center;
}

.center-row {
    overflow: hidden;
}

.center-row .row {
    display: flex;
    padding: 0 40px;
}

.center-row .row .col {
    flex: 1 1 auto;
    margin: 0 40px;
}

.padding {
    padding-top: 120px;
}

section {
    padding: 120px 0;
}

.page_template{
    padding-top:240px;
}

section.white {
    background: white;
}

section.white :not(.small) {
    color: black;
}

.stock {
    display:none;
}

.small-headline {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.2em;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.section-title {
    margin-bottom: 100px;
}

.padding-box {
    padding: 0 45px;
    text-align: center;
}

.padding-box img {
    max-width: 350px;
}

.excerpt {
    padding-top: 6px;
}

.excerpt * {
    margin: 0;
}

ins {
    text-decoration: none;
}

.new,
.price del,
.small.uppercase {
    margin-top: 1em;
    display: inline-block;
}

.grey {
    color: #000 !important;
    opacity: 0.4;
}

.new {
    margin-right: 10px;
}

.related-products .new,
.related-products .small.uppercase {
    margin-top: 0.5em;
}

.small.uppercase {
    letter-spacing: 0.025em;
}

.small,
.small * {
    font-size: 12px !important;
    color: #CA5B3F;
}

.small * {
    color: #CA5B3F !important;
}

.black,
.black * {
    color: black !important;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 15px;
}

.news_date {
    margin-top: 0.5em;
    display: inline-block;
}

.caption,
.wp-caption-text {
    text-transform: uppercase;
    font-family: SangBleu Kingdom Regular;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 1.5em;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.06em;
}

.wp-caption,
.image-block-wrapper {
    width: 100% !important;
    margin: 60px 0;
}

.wide {
    letter-spacing: 0.2em;
}

.pre-sticky+.sticker {
    position: absolute;
    z-index: 2;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sticky+.sticker {
    position: fixed;
}

.post-sticky+.sticker {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lazy {
    opacity: 0;
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lazy.loaded {
    opacity: 1;
}
figure{
    position:relative;
}
figure:before{
    content:'';
    opacity: 0.08;
    background: #BE9A5E;
    z-index: 1;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.product-img figure:before{
    display:none;
}

figure.img {
    position: relative;
}

figure.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about-section .about-container .small-headline {
    top: 40vh;
}

.lightbox {
    position: fixed;
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    z-index: 1003;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 160, 189, 0.95);
    color: white;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .5s ease-in-out, transform .4s ease-in-out;
}

.single .lightbox{
    position:relative;
    z-index: 0;
    padding-top: 120px;
    background:white;
}

.single .lightbox .container{
    color:black;
}

.single-leaders .lightbox > .container{
    padding:0;
}

.single .lightbox .close{
    display:none !important;
}

.single .scrollable-content a {
    border-color:black;
    color:black;
}

.single .link_copied{
    background:rgba(51, 160, 189, 1) !important;
}
.single .scrollable-content .link_copied span{
    color:white !important;
}
.single .scrollable-content .link_copied:before {
    background-image: url(../images/tick.svg);
}

.lightbox.active {
    top: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lightbox.closing {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}

.lightbox .scroll-wrapper {
    height: 100vh;
    padding-bottom: 220px !important;
}

/*
.lightbox.leaders-lightbox .scroll-wrapper{
    padding-bottom: 160px !important;
}
*/
.lightbox .scroll-content {
    padding-top: 160px;
    padding-bottom: 80px;
}

.lightbox .lightbox-text>p:first-child {
    margin-top: -4px;
}

.news_first_row{
    margin-bottom:38px;
}

.lightbox main {
    padding-bottom: 100px;
}

.lightbox-img-box {
    position: relative;
}

.lightbox-img {
    padding-top: 0;
}

.lightbox .post_content {
    display: none;
}

.lightbox .post_content.active {
    display: block;
}

.lightbox .btn {
    margin-top: 40px !important;
}

.close {
    display: block;
    z-index: 1;
    margin-top: 156px;
    position: absolute;
    border: 0 !important;
    width: 42px;
    height: 42px;
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.close:before,
.close:after {
    position: absolute;
    left: 50%;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.filter_holder {
    position: absolute;
    z-index: 1;
    top: 0;
    font-size: 15px;
}

.filter_holder.sticky {
    position: fixed;
    top: 180px;
}

.filter_holder.sticky.post-sticky {
    position: absolute;
}

.filter_holder a {
    font-size: 16px;
    opacity: 0.4;
}

.filter_holder a:hover,
.filter_holder li.active a {
    opacity: 1;
}

.filter_holder p {
    margin-top: -4px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.filter_holder li {
    padding-bottom: 14px;
    margin: 0;
}

.filter_holder ul {
    margin: 0;
    margin-top: -3px;
}

.mobile,
[data-action="stop"],
[data-action="start"]{
    display:none;
}
.impact-mobile{
    display:none !important;
}

.footer-menu .close{
    display:none;
}
.photo-caption:empty{
    display:none;
}

/*** Annoucements ***/
.popup-open:before{
    content:'';
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.35);
    z-index:1005;
}
#popup{
    position:fixed;
    bottom:0;
    width:100%;
    z-index:1006;
    display: none;
}
#karam:not(.home) #popup{
    display: none !important;
}
#popup.white{
    background:white;
}
#popup.white .btn{
    color:black;
    border-color:black;
}
#popup.white .close:before,
#popup.white .close:after{
    background:black;
}
#popup.black{
    background:black;
}
#popup.black *{
    color:white !important;
}
#popup .container{
    overflow:hidden;
}
#popup .close{
    margin:0;
    right:-40px;
    top: -10px;
}
#popup.orange-red{
    background:#CA5B3F;
    color:white;
}
#popup .container{
    position:relative;
    z-index: 2;
    padding-top:50px;
    padding-bottom:50px;
}
#popup .span_6{
    padding-left: 7.5%;
}
#popup .span_6 h2{
    width:50%;
}
#popup .popup_text{
    column-count: 2;
    column-gap: 40px;
    margin-top:22px;
}
#popup .popup_text p:first-child{
    margin-top:0;
}
#popup .popup_text p,
#popup .popup_text p *,
#popup .popup_text a:not(.btn){
    font-size:14px;
}
#popup .btn{
    margin-top:20px;
} 
#popup .row{
    display:flex;
    align-items:center;
}
#popup .popup_text h2{
    font-size:26px;
    margin-top:-5px;
}
#annoucement{
    position:relative;
    display:none;
}
#karam:not(.home) #annoucement{
    display:none !important;
}
header #annoucement .container{
    height:auto;
}
#annoucement.annoucement-small .container{
    padding: 16px 60px;
}
header #annoucement .center p{
    margin:0 auto;
}
header #annoucement .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#annoucement h2{
    font-size:26px;
    padding-right: 30px;
    max-width: 500px;
}
#annoucement.white{
    background:#fff;
}
#annoucement.white *{
    color:black !important;
}
#annoucement.white .close:before,
#annoucement.white .close:after{
    background-color:black;
}
#annoucement.white .btn{
    border-color:black;
}
#annoucement.black{
    background:#000;
}
#annoucement.black *{
    color:white !important;
}
#annoucement.orange-red{
    background:#CA5B3F;
    color:white;
}
#annoucement p{
    margin:0;
    font-size: 14px;
}
#annoucement .close{
    width: 12px;
    height: 12px;
    margin: 0;
    right: 2%;
    top: 50%;
    margin-top: -6px;
}

/* Woocommerce overrides */

.woocommerce-error[role="alert"],
.woocommerce-error[role="alert"] * {
    color: red !important;
}

.processing .blockUI {
    display: none !important;
}

.woocommerce * {
    font-weight: normal !important;
}

.woocommerce .woocommerce-info {
    line-height: 1.5 !important;
}

.woocommerce .button,
.woocommerce .btn {
    vertical-align: top;
}

.woocommerce-notices-wrapper [role="alert"]{
    /* display: none !important; */
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-size: 16px;
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 175%;
    background: transparent !important;
    border: 0 !important;
    padding: 0 60px !important;
    color: black !important;
    padding-left: calc(25% - 48px) !important;
    padding-right: calc(25% - 48px) !important;
    text-align: center;
}

.woocommerce-error {
    text-align: left;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding: 0 !important;
}

.woocommerce-error * {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

#alerts {
    clear: left;
}

.woocommerce-message {
    margin-bottom: 55px !important;
}

.cart-checkout .woocommerce-error,
.cart-checkout .woocommerce-info,
.cart-checkout .woocommerce-message {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
}

.woocommerce .woocommerce-form-coupon-toggle+.woocommerce-error {
    padding-left: 60px !important;
}

.woocommerce-error {
    /* display: none !important; */
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 20px 60px !important;
}

.woocommerce img {
    width: auto;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce .shop_table thead,
.woocommerce .product-remove,
.woocommerce form .form-row label {
    display: none !important;
}

.woocommerce .woocommerce-cart-form__contents {
    border-top: 0 !important;
}

.woocommerce .shop_table {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    margin: 0 !important;
}

#order_review {
    padding-top: 20px;
}

#order_review #payment {
    display: none;
}

.order-pay #payment {
    display: block !important;
}

#order_review .cart_item {
    overflow: hidden;
}

.woocommerce table.shop_table {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce .cart-collaterals .cart_totals tbody,
.woocommerce .cart-collaterals table.shop_table td {
    padding-bottom: 0 !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
    border-top: 1px solid black !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce .coupon input,
.woocommerce #respond input#submit,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce #respond input#submit.alt,
.woocommerce .select2-container--default .select2-selection--single {
    background: transparent !important;
    border-radius: 0 !important;
    color: black !important;
    border: 1px solid #E4E4E4 !important;
    text-transform: initial;
    font-size: 13px !important;
    line-height: 22px !important;
    padding: 18px !important;
    letter-spacing: 0.06em;
}

.woocommerce-message {
    line-height: 1.5 !important;
    text-align: left;
    padding: 0 !important;
}

.select2:before {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 30px;
    right: 0;
    content: '';
    width: 7px;
    height: 1px;
    background: black;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
}

.select2:after {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 30px;
    right: 5px;
    content: '';
    width: 7px;
    height: 1px;
    background: black;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.shipping_address .select2:before {
    right: 25px;
}

.shipping_address .select2:after {
    right: 20px;
}

.woocommerce form .woocommerce-invalid input.input-text,
.woocommerce form.woocommerce-checkout input.error {
    border-color: red !important;
}

.woocommerce form.woocommerce-checkout label.error {
    position: absolute;
    z-index: 1;
    background: white;
    cursor: text;
    padding: 5px 0;
    top: -5px;
    left: 20px;
    display: block !important;
    color: red !important;
    font-size: 13px !important;
    line-height: 22px !important;
}

.form-row {
    position: relative;
}

.woocommerce-input-wrapper {
    position: relative;
}

.form-row .placeholder {
    font-size: 11px;
    letter-spacing: 0.08em;
    position: absolute;
    top: -19px;
    left: 19px;
    opacity: 0;
    color: black !important;
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.form-row input {
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.form-row.show-placeholder .placeholder {
    opacity: 0.4;
}

.woocommerce form:not(.checkout_coupon) .form-row.show-placeholder input {
    padding: 26px 18px 10px !important;
}

.woocommerce .coupon .button {
    padding: 19px 18px 20px !important;
}

.woocommerce form .form-row {
    padding: 0 !important;
    margin: 0 0 19px !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent !important;
}

#checkout_payments {
    padding-top: 20px;
    padding-bottom: 20px;
}

#checkout_payments p {
    margin: 8px 0 10px;
}

#checkout_payments li {
    position: relative;
    padding: 12px 0;
}

#checkout_payments li:before {
    content: '';
    position: absolute;
    top: 17px;
    z-index: 0;
    background: black;
    margin-left: -1px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

#checkout_payments li:after {
    content: '';
    position: absolute;
    top: 20px;
    z-index: 1;
    margin-left: 2px;
    display: block;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

#checkout_payments li.active:before {
    background: black;
}

#checkout_payments li.active:after {
    display: none;
}

#checkout_payments li input {
    position: relative;
    top: 1px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

#checkout_payments li label {
    padding-left: 6px;
}

[for="payment_method_stripe"] img,
#payment {
    display: none;
}

body.last-step #payment{
    display:block;
}

.StripeElement{
    color: black !important;
    border: 1px solid #E4E4E4 !important;
    text-transform: initial;
    font-size: 13px !important;
    line-height: 22px !important;
    padding: 18px !important;
    letter-spacing: 0.06em;
}
.StripeElement.invalid,
.StripeElement.invalid,
.StripeElement.invalid {
    border-color: #F00 !important;
}
.StripeElement.StripeElement--complete{
    border-color: #000 !important;
}

#stripe-payment-data .form-row-first {
    padding-right: 20px !important;
    width: 50%;
}

#stripe-payment-data .form-row-last {
    width: 50%;
}

#order_review #payment {
    border-top: 1px solid #E4E4E4;
    border-radius: 0 !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce #payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-form-coupon p:first-child {
    display: none !important;
}

.cart-checkout .woocommerce form.checkout_coupon {
    width: 50%;
    display: block !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0 !important;
    margin: 0;
}

.woocommerce-checkout-payment .woocommerce-form-coupon {
    display: none !important;
}

.cart-checkout .woocommerce .woocommerce-form-coupon button {
    background: white;
    border: 1px solid black;
    border-radius: 0;
    color: black;
    width: 100% !important;
    min-width: auto;
}

.woocommerce .woocommerce-form-coupon .form-row-first {
    position: relative;
    width: 50% !important;
    padding-right: 20px !important;
}

.woocommerce #payment .woocommerce-form-coupon .form-row-first .placeholder {
    top: 7px;
}

.woocommerce .woocommerce-form-coupon .form-row-last {
    width: 50%;
}

.woocommerce #payment .hidden {
    display: none !important;
}

.woocommerce #back-to-cart,
.woocommerce #place_order {
    width: 50%;
    float: left !important;
    max-width: none;
    min-width: initial !important;
}

.woocommerce #back-to-cart {
    padding-right: 20px;
    margin-bottom: 40px;
}

.woocommerce #back-to-cart a {
    border: 1px solid black;
    width: 100%;
}

#continue .btn {
    margin: 0;
    border: 1px solid black;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    border: 0 !important;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    width: auto;
    height: auto;
}

.woocommerce #checkout_payments img {
    width: 80px !important;
    float: right;
    margin-top: -12px;
    padding: 0;
}

.woocommerce [for="payment_method_paypal"] {
    width: 100%;
}

.order-pay .payment_methods{
    margin-top:60px;
}

@media all and (min-width:769px){
    .order-pay .payment_methods{
        width:50%;
    }
}

.order-pay .payment_method_paypal img{
    width:80px;
    height:40px;
}

.about_paypal {
    display: none;
}

/* Select overrides */


.woocommerce .select2-container--default .select2-selection--single {
    padding: 0 !important;
    height: 60px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    line-height: 58px;
    padding-left: 19px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #E4E4E4 transparent transparent transparent;
}

.woocommerce .select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    font-size: 13px !important;
    line-height: 50px;
    padding: 0;
    padding-left: 18px;
}

.woocommerce .woocommerce-billing-fields .form-row-first,
.woocommerce .woocommerce-billing-fields .form-row-last {
    width: 50% !important;
}

.woocommerce .woocommerce-billing-fields .form-row-first {
    padding-right: 10px !important;
}

.woocommerce .woocommerce-billing-fields .form-row-last {
    padding-left: 10px !important;
}

.woocommerce .woocommerce-billing-fields .select2:before {
    right: 20px;
}

.woocommerce .woocommerce-billing-fields .select2:after {
    right: 25px;
}

.cart-checkout .select2-container--open.select2:before {
    transform: rotate(-140deg);
    top: 29px;
}

.cart-checkout .select2-container--open.select2:after {
    transform: rotate(140deg);
    top: 29px;
}

.woocommerce .shipping_address {
    display: none;
}

.select2-container {
    margin-top: 0 !important;
    width: 100% !important;
}

.select2-results__option{
    margin:0;
}

.select2-dropdown {
    border: 1px solid #E4E4E4 !important;
    border-radius: 0 !important;
}

.select2-dropdown{
    border-color:#E4E4E4 !important;
    min-width: 45px;
}
.select2-results__option{
    padding:6px 18px !important;
    font-size: 13px !important;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height:235px !important;
}

.select2-dropdown.select2-dropdown--above{
    margin-top:1px !important;
}

.select2-search--dropdown {
    visibility: hidden;
    display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000 !important;
    color: white !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px !important;
}

/* Order received */
.woocommerce ul.order_details,
.woocommerce ul.order_details li,
.woocommerce-thankyou-order-details * {
    text-transform: initial !important;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0.02em !important;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 0 !important;
}

.woocommerce ul.order_details {
    margin-bottom: 10px !important;
}

.woocommerce ul.order_details li {
    border-right: 1px solid #E4E4E4 !important;
    padding-right: 40px !important;
    margin-right: 40px !important;
}

.woocommerce ul.order_details li:last-child {
    border: 0 !important;
}

.cart-checkout .page_title {
    padding-bottom: 60px !important;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    padding: 40px 0;
}

.woocommerce-order-details {
    padding-bottom: 15px;
}

.woocommerce-customer-details section {
    padding: 0;
}

.woocommerce .woocommerce-order-details table.shop_table tbody th,
.woocommerce .woocommerce-order-details table.shop_table tfoot td,
.woocommerce .woocommerce-order-details table.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.shop_table td,
.woocommerce .woocommerce-order-details table.shop_table,
.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-column__title {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    border: 0 !important;
    padding-left: 0 !important;
    letter-spacing: 0.035em;
}

.woocommerce .woocommerce-order-details table.shop_table td {
    padding: 7px 0;
}

.woocommerce .woocommerce-order-details table.shop_table td:first-child {
    width: 50%;
}

.woocommerce .woocommerce-order-details table.shop_table td:last-child {
    text-align: right;
}

.woocommerce .woocommerce-order-details__title {
    padding-bottom: 15px;
}

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
    width: 50%;
    max-width: 540px;
}

.woocommerce .woocommerce-customer-details {
    border-top: 1px solid #E4E4E4 !important;
    padding-top: 25px !important;
    padding-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
    line-height: 175%;
}

.thank-you-page .page_title {
    padding-bottom: 30px !important;
}

.woocommerce-thankyou-order-received {
    padding-bottom: 25px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: 'Phone:' !important;
    position: relative !important;
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 24px !important;
    margin: 0 5px 0 0 !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: 'Email:' !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin: 0;
    padding-left: 0 !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 20px;
}

.woocommerce-order .back-to-website.btn {
    width: 50% !important;
    max-width: 540px;
}

/* Alert box */
.ttt-pnwc-overlay {
    z-index: 1003 !important;
}

.loading .ttt-pnwc-modal {
    visibility: hidden;
}

.ttt-pnwc-overlay {
    background: rgba(0, 0, 0, 0.85) !important;
}

.ttt-pnwc-container {
    background: transparent !important;
}

.ttt-pnwc-notice {
    padding: 0 !important;
}

.ttt-pnwc-notice:after,
.ttt-pnwc-notice i,
.ttt-pnwc-header,
.ttt-pnwc-footer {
    display: none;
}

.ttt-pnwc-notice {
    padding-bottom: 60px !important;
}

.ttt-pnwc-notice:last-child {
    padding-bottom: 0 !important;
}

.ttt-pnwc-message {
    font-size: 16px;
    color: white;
}

.ttt-pnwc-message .button {
    display: none;
}

.ttt-pnwc-message * {
    color: white !important;
}


/* Loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1004;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

body.loading #loader {
    visibility: visible;
    opacity: 1;
}

/* ERROR PAGE */
.error_page{
    background:#33A0BD;
    min-height:100vh;
}
.error_page header{
    position:relative;
}
.error_page .secondary_container .logo{
    left:0 !important;
}
.error_page *{
    color:white !important;
}
.error_page p{
    margin:50px 0;
}
.error_page .btn{
    padding-left:18px;
    padding-right:18px;
}

/* Animations */
@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translate(0, -15px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fadePulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.25;
    }

    25% {
        -webkit-transform: scale(2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadePulse {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }

    25% {
        transform: scale(2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Slider */
.carousel-slides {
    white-space: nowrap;
}

.carousel-dots{
    display:none;
}

.carousel-slides .slide {
    display: inline-block;
    white-space: normal;
    width: 100%;
}

.carousel-slides .slide img {
    width: 100%;
}

.carousel-slides .slide figure {
    position: relative;
    overflow:hidden;
    margin-bottom: 30px;
}

.carousel-slides .slide figure img,
#sb_instagram .sbi_photo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.carousel-slides .slide figure img, #sb_instagram .sbi_photo img{
    left:0;
}

.slide p br {
    display: none;
}

/* Simple grid */
.col {
    float: left;
    min-height: 1px;
}

.row {
    position: relative;
    clear: left;
    float: left;
    width: 100%;
}

.last-row {
    margin-top: -40px;
}

.span_half {
    width: 6.25%;
}

.span_1 {
    width: 12.5%;
}

.span_1_half {
    width: 18.75%;
}

.span_2 {
    width: 25%;
}

.span_3 {
    width: 37.5%;
}

.span_4 {
    width: 50%;
}

.span_5 {
    width: 62.5%;
}

.span_6 {
    width: 75%;
}

.span_7 {
    width: 87.5%;
}

.span_8 {
    width: 100%;
}

.col img {
    width: 100%;
    height: auto;
}

.single .col img{
    width:auto;
    max-width:100%;
}

.single #main-content{
    padding-bottom:60px;
    overflow: hidden;
}

.centered{
    margin: 0 auto;
    float: none;
    overflow: hidden;
}

/* HEADER */
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1002;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
}

header.fixed {
    position: fixed;
    -webkit-transform: translate3d(0, -121px, 0);
    transform: translate3d(0, -121px, 0);
    background: white;
    border-bottom: 1px solid #E4E4E4;
}

header.white {
    background: white;
    border-bottom: 1px solid #E4E4E4;
}

header:not(.fixed):not(.white):after{
    content:'';
    z-index:-1;
    position:absolute;
    top:-1px;
    width:100%;
    height:1px;
    box-shadow: 0 0 180px 45px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 180px 45px rgba(0,0,0,1);
}

.shop-page header:after{
    display:none;
}

.scrolling-up header.fixed {
    -webkit-transition: .5s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.scrolled-enough header.fixed {
    -webkit-transition: .5s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.scrolled-enough.scrolling-up header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s transform .5s cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s transform .5s cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

header.fixed a,
header.white a {
    color: black;
}

header .logo *{
    fill:white;
}

#karam:not(.error_page) header:not(.white) .logo .logo-shape{
    fill:#fff !important;
}

body.open #karam header #header .logo .logo-shape,
#karam:not(.error_page) header.fixed .logo .logo-shape,
#karam:not(.error_page) header.white .logo .logo-shape{
    fill:#33A0BD !important;
}


header.fixed .logo *,
header.white .logo * {
    fill: black;
}

header .logo svg {
    height: 32px;
    width: 156px;
}

header.fixed .icon *,
header.white .icon * {
    stroke: black;
}
header:not(.white) #cart.active .icon #Rectangle{
    fill: white;
}

header.fixed #cart.active .icon #Rectangle,
header.white #cart.active .icon #Rectangle{
    fill:black;
}

header.fixed .donate-btn,
header.white .donate-btn {
    border-color: black;
}

header .container {
    padding: 30px 80px;
    max-width: none;
    height: 120px;
    display: flex;
    justify-content: space-between;
}

header a {
    color: white;
}

.logo,
.menu-menu-container,
.icon{
    display: inline-block;
}

.icon{
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0 17px;
}

/* MINI CART */
#bag{
    position:relative;
    display:inline-block;
}

#cart{
    position:relative;
}

.cart-count{
    content: '';
    opacity: 0;
    font-size:10px;
    position: absolute;
    top: -5px;
    right: 10px;
    color: #33A0BD;
}

header:not(.white):not(.fixed) .cart-count{
    color:white;
}


#cart.active .cart-count{
    opacity: 1;
}

#cart.pulse:after {
    animation: fadePulse 1s ease-out forwards;
    -webkit-animation: fadePulse 1s ease-out forwards;
}
.bag_outer:before{
    content:'';
    display:block;
    position:absolute;
    top:-50px;
    width:100px;
    margin-left:-20px;
    padding-top:50px;
}
.bag_outer{
    position: fixed;
    z-index: 2;
    right:0;
    margin-top: 49px;
    background: #E4E4E4;
    padding: 20px;
    width: 370px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.bag_outer.active{
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
.bag_outer.hidden{
    display: none;
}
.bag p,
.bag .cart-total,
.bag a:not(.btn){
    font-size:14px;
    margin:0;
}
.bag a:not(.btn){
    padding-bottom:2px;
    border-bottom:1px solid rgba(0,0,0,0.5);
    display:inline-block;
    margin-top:9px;
    color: black;
}

.bag .cart-total{
    position:absolute;
    right:20px;
    top: 20px;
}
.bag .checkout-btn{
    width:100%;
    color: white !important;
    background:black;
    border-color: black;
    margin-top:20px;
}

.cart-shape {
    stroke: white;
}

.logo {
    font-size: 36px;
    letter-spacing: 0.05em;
    align-self: center;
}

.main-nav {
    display: inline-block;
}

#menu-menu{
    position:relative;
    top:-1px;
}

.main-nav ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.main-nav li {
    flex: 1 1 auto;
    margin: 0 17px;
}

.main-nav li a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 15px;
    -webkit-transition: 0.3s opacity ease-out;
    -moz-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out;
}

.main-nav li a {
    opacity: 0.6;
}

.home .main-nav li a {
    opacity: 1;
}

.home .main-nav .menu.active li a{
    opacity:0.6;
}

.home header.fixed .main-nav li a {
    opacity: 1;
}

.main-nav li a:hover,
.main-nav li.current-menu-item a {
    opacity: 1 !important;
}

header.fixed .main-nav li a,
header.white .main-nav li a {
    opacity: 0.4;
}

.cart-checkout header .main-nav li a,
header.fixed .main-nav li a:hover,
header.fixed .main-nav li.current-menu-item a {
    opacity: 1;
}


.donate-btn {
    background: white;
    color: black;
    margin-left: 17px;
}

.main-nav .donate-btn {
    position: relative;
    text-transform: uppercase;
    font-family: 'cardinalclassicmid-regular';
    letter-spacing: 0.15em;
    font-size: 18px;
    border: 1px solid white;
    padding: 18px 10px 19px 10px;
    min-width: 220px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    cursor: pointer;
}

.main-nav .donate-btn:hover {
    opacity: 1 !important;
}

.main-nav .donate-btn .donate-choice {
    display: none;
    min-width: 220px;
    position: absolute;
    width: 100%;
    left: -1px;
    top: 58px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-top: 1px solid #000;
}

header.fixed .donate-btn .donate-choice, header.white .donate-btn .donate-choice {
    border-color: #000;
}

.main-nav .donate-btn:hover .donate-choice {
    display: block;
}

.main-nav .donate-btn .donate-choice a {
    display: block;
    color: #000;
    background: #fff;
    padding: 10px;
}

.main-nav .donate-btn .donate-choice a:hover {
    background: #33A0BD;
    color: #fff;
}

/* DONATION NAV */
#donation {
    position: fixed;
    padding: 30px 0;
    z-index: 1002;
    background: #33A0BD;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    transform: translate3d(0, -120px, 0);
    -webkit-transition: .5s transform .5s cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s transform .5s cubic-bezier(0.470, 0.000, 0.000, 1.000);
}
#donation .container{
    max-width:none;
}

.scrolling-up #donation {
    -webkit-transition: .5s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

#donation .arrow-r-icon {
    margin-bottom: 5px;
}

#donation h3 {
    display: inline-block;
    line-height: 60px;
    margin-right: 14px;
    color: white;
}

#donation .arrow-r-icon g {
    fill: white;
}

.donation-btns {
    float: right;
}

.donation-btns .btn {
    margin-left: 10px;
}

.scrolled-enough:not(.scrolling-up) #donation {
    transform: translate3d(0, 0, 0);
}

/* HOME - START SECTION */
.start-section,
.start-bg-container,
.start-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.start-overlay {
    opacity: 0.2;
    background: #BE9A5E;
    background: linear-gradient(90deg, rgba(130,94,34,1) 0%, rgba(130,94,34,0.7) 35%, rgba(190,154,94,0.3) 100%);
    z-index: 0;
}

.start-bg-container {
    z-index: -1;
}

.start-bg-container video{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.start-bg-container .loading+.preload-image {
    opacity: 1;
    filter: blur(7px);
    -webkit-filter: blur(7px);
}

.preload-image {
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -webkit-transition: 1s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: 1s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.start-bg-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    animation: zoomIn 24s ease-in-out 1s infinite;
    -webkit-animation: zoomIn 24s ease-in-out 1s infinite;
    filter: grayscale(5%) hue-rotate(14deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.start-section {
    overflow: hidden;
    color: white;
    z-index: 0;
    padding: 0;
    transition: top 0.25s linear;
}

.start-section+section {
    position: relative;
    z-index: 1;
    margin-top: 100vh;
    padding-top: 100px;
    min-height: calc(100vh - 100px);
}

.start-text {
    position: absolute;
    width: 580px;
    max-width: 580px;
    margin-top: 60px;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.start-text .btn {
    margin-top: 1em;
}

.start-text .block_holder {
    width: 100%;
}

.contact-box h4 {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.contact-box a {
    display: inline-block;
    position: relative;
}

.scroll-text {
    position: absolute;
    top: 100%;
    right: 80px;
    transform: translate(0, -80px) rotate(90deg);
    transform-origin: 100% 0%;
    cursor: pointer;
}

/* HOME - POSTS SECTION */
.home_title {
    padding-bottom: 104px;
    overflow: hidden;
}

.posts-section {
    position: relative;
    z-index: 1;
    background: white;
    padding-top: 100px;
}

.home .posts-section {
    margin-top: 100vh;
    min-height: calc(100vh - 100px);
}

.posts {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post a {
    color: black;
}

.post .post-title {
    margin: 35px 0 30px;
}

.post p {
    margin: 0;
}

/* Programme slides */
.posts.programmes .slide p{
    display:none;
}

.posts.programmes .slide h3{
    margin-bottom: 2px;
}

/* HOME - LEADERS */
.leaders-section {
    background: #BE9A5E;
    min-height: 100vh;
}

.stick-control {
    position: absolute;
    top: 0;
    height: 100vh;
}

.leader-container p {
    margin-bottom: 0;
}

.leaders-section .big-headline {
    margin: 25px 0 25px;
}

.leader-container figure {
    overflow: hidden;
}
.leader-container figure img{
    height:100%;
}

.leader-container img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.leader-container a {
    color: black;
}

.leaders-container {
    padding-top: 40px;
    padding-bottom: 100px;
}

.home .leaders-container{
    padding-bottom:0;
}

.leaders-section .last-img {
    /* margin-top: -500px; */
    /* margin-bottom: -100px; */
}

.leaders-section .span_4.parallax-faster{
    margin-top: -500px;
    margin-bottom: 50px;
}

.page_leaders .leaders-container{
    padding-bottom:0;
}

.parallax-fast figure {
    margin-top: -200px;
}


/* HOME - IMPACT */
.impact-section .center-row h3 {
    margin: 20px 0 0;
}

.impact-section .short_desc {
    margin-top: 18px;
}

.impact-icon .icon-circle {
    -webkit-transform-origin: 165px 164px;
    transform-origin: 165px 164px;
    -webkit-transition: .75s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .75s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.impact-section .col:nth-child(1) .icon-circle {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.impact-section .col:nth-child(2) .icon-circle {
    -webkit-transform-origin: 170px 171px;
    transform-origin: 170px 171px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.impact-section .col:nth-child(3) .icon-circle {
    -webkit-transform: rotate(-15deg);
    transform: rotate(15deg);
}

.impact-section .col:nth-child(1) .impact-icon.ready .icon-circle {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.impact-section .col:nth-child(2) .impact-icon.ready .icon-circle {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.impact-section .col:nth-child(3) .impact-icon.ready .icon-circle {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


/* THE JOURNEY */
.the_journey {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.the_journey:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #BE9A5E;
    opacity: 0.3;
    z-index: 1;
}

.the_journey_bg {
    width: 100%;
    filter: hue-rotate(10deg) contrast(1.25);
}

.the_journey_content {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.the_journey_content_inner {
    align-self: center;
    color: white;
}

.the_journey_content h2 {
    color: white;
    margin-bottom: 30px;
}

.the_journey .donate-btn {
    margin: 0;
    padding-left: 20px;
    padding-right: 16px;
    background: transparent;
    color: white;
}

.donation_form {
    margin-bottom: 70px;
}

.donation_form input {
    border-color: white;
    min-width: 220px;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.2em;
    margin: 0 30px;
    padding-bottom: 8px;
    border: 0;
    border-bottom: 1px solid white;
}

.donation_form ::-webkit-input-placeholder {
    color: #fff;
}

.donation_form :-moz-placeholder {
    color: #fff;
}

.donation_form ::-moz-placeholder {
    color: #fff;
}

.donation_form :-ms-input-placeholder {
    color: #fff;
}

/* HOME - LATEST POSTS */
.latest-section {
    border-top: 1px solid #E4E4E4;
}

.latest-post * {
    color: black;
}

.latest-post h4 {
    font-size: 15px;
    opacity: 0.4;
    margin: 35px 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.latest-post p {
    margin: 0;
}

.giving-blog .scrollable-content img {
    /* margin: 20px 0; */
    max-width: 100%;
    width: auto;
}

.giving-blog .scrollable-content iframe {
    width: 100%;
}

#sb_instagram,
#sb_instagram * {
    padding: 0 !important;
}

#sb_instagram .sbi_photo{
    background-size:contain;
    opacity: 1 !important;
}

#sb_instagram .sbi_img_error{
    opacity:0 !important;
}

#sb_instagram svg{
    display:none !important;
}

/* WHAT WE DO */
.karam-house-section .posts {
    padding: 0;
}

.karam-house-section h2 {
    font-size: 80px;
    line-height: 108%;
}

.karam-house-section .span_3:nth-child(4),
.our-communities-start .span_3:nth-child(4) {
    margin-top: -13px;
}

.our-communities {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.our-communities figure {
    margin-bottom: 30px;
}

.our-communities-start {
    padding-bottom: 100px;
}

.expandable-list {
    padding-top: 50%;
    margin-top: -80px;
    padding-left: 16.5%;
}

.expandable-list li {
    border-bottom: 1px solid black;
}

.expandable-list li.inactive a {
    opacity: 0.4;
}

.expandable-list a {
    display: block;
    padding: 35px 0;
    color: black;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-transform: uppercase;
}

.expandable-list .arrow-r-icon {
    float: right;
    margin-top: 3px;
    -webkit-transition: .25s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .25s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.expandable-list li.inactive .arrow-r-icon {
    opacity: 0;
}

.list-item-desc {
    padding-bottom: 60px;
}

.list-item-desc p:last-child {
    margin-bottom: 0;
}

.list-items-data {
    position: relative;
}

.list-item-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.list-item-data:first-child {
    position: relative;
}

.list-item-data.active {
    opacity: 1;
}
.list-item-data *{
    color:black;
}

/* WHAT WE DO - MAP */
.map {
    position: relative;
    padding: 0;
}

.map .big-headline {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -80px;
    left: 80px;
}

.gm-style .gm-style-iw-c {
    border-radius: 20px;
}

.gm-style .gm-style-iw-c a,
.gm-style .gm-style-iw-c p {
    line-height: 1.4;
}

.gm-ui-hover-effect,
.gmnoprint {
    display: none !important;
}

/* Enables zoom
.gm-bundled-control,.gm-bundled-control .gmnoprint:first-child{
    display:block !important;
}
*/
.gm-style .gm-style-iw,
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: rgba(51, 160, 189, 1);
    box-shadow: none;
}

.gm-style .gm-style-iw-a {
    animation: slideDown .25s ease-in-out forwards;
    -webkit-animation: slideDown .25s ease-in-out forwards;
}

.gm-style .gm-style-iw {
    color: white;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, rgba(51, 160, 189, 1) 50%, rgba(51, 160, 189, 0) 51%, rgba(51, 160, 189, 0) 100%);
    box-shadow: none;
}

.location-box {
    padding: 5px 15px 20px 5px;
}

.location-box img{
    max-width:200px;
    height:auto;
    margin-bottom:18px;
    border:0;
}

.location-title {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
}

#map {
    width: 100%;
    height: calc(100vh - 120px);
}




/* OUR YOUNG LEADERS */
.leaders-lightbox .big-headline {
    margin-bottom: 90px;
}

.leaders-lightbox .row:not(:first-child) .big-headline{
    margin-top:90px;
}

.leaders-lightbox.lightbox .scroll-wrapper {
    padding-bottom: 160px !important;
}

.team_member .big-headline {
    margin: 35px 0 0;
    font-size: 36px;
    letter-spacing: 0.02em;
}

.team_member p {
    margin: 15px 0 0;
}

.leaders-lightbox .lightbox-text p {
    font-family: 'cardinalclassicmid-regular';
    font-size: 20px;
    letter-spacing: 0.6px;
    margin: 90px 0;
}

.leaders-lightbox .member-description p {
    font-family: 'cardinalclassicmid-regular';
    font-size: 20px;
    letter-spacing: 0.6px;
}

.leaders-lightbox .lightbox-text p:first-child {
    margin-top: -4px;
}

.leaders-lightbox .row:first-child .lightbox-text {
    margin-top: -125px;
}

.leaders-lightbox main {
    overflow: hidden;
}

.leaders-lightbox.lightbox main .row {
    padding: 0 0 50px;
}

.leaders-lightbox .row:last-child {
    padding-bottom: 0;
}

.leaders-lightbox .row:nth-child(2) .member-description {
    margin-top: -145px;
}

.leaders-footer {
    color: black;
    overflow: hidden;
    clear: left;
}

.leaders-footer .row {
    display: flex;
}

.leaders-footer h2 {
    font-size: 26px;
    letter-spacing: 0.015em;
}

.leaders-footer .span_3 {
    align-self: center;
}

.leaders-footer .donate-btn {
    background: transparent;
    border-color: black;
    width: 100%;
}

/* LATEST */
.latest-page {
    padding-top: 120px;
}

.latest-page .container {
    position: relative;
}

.latest-page .date {
    display: block;
    text-align: right;
    opacity: 0.4;
    margin-top: -4px;
}

.latest-page main {
    min-height: calc(100vh - 100px);
}

.latest-page main .span_1_half:nth-child(2) {
    position: relative;
    padding-right: 80px;
}

#latest,
#load-more {
    opacity: 1;
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

#latest.loading,
#load-more.loading {
    opacity: 0;
}

.latest-container:first-child .row:after {
    display: none;
}

.latest-container .row:after {
    content: '';
    position: absolute;
    width: 81.25%;
    left: 18.75%;
    top: 0;
    height: 1px;
    background: #E4E4E4;
}

.latest-page main .span_3 h3 {
    margin-top: -9px;
    font-size: 20px;
    line-height: 28px;
}

.latest-page main .latest-container:first-child .row,
.latest-page main .filter_holder+.row {
    padding-top: 0;
}

.latest-page main .latest_section .row {
    padding: 38px 0;
}

.latest-page main .btn {
    margin-top: 120px;
}

.latest_thumbnail figure{
    position:relative;
    width: 100%;
}

.latest_thumbnail figure img{
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
    width:100%;
    height:100%;
}

/* SHOP */
.shop-page header {
    position: fixed;
}

.shop-page header,
.shop-page header a,
.shop-page header .logo path,
.shop-page header .icon path,
.shop-page header .donate-btn {
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.cart-checkout #donation,
.shop-page #donation {
    display: none;
}

.shop-page main .shop-intro {
    display:flex;
    background: white;
    padding-bottom: 0;
    padding-top: 240px;
    padding-bottom:120px;
    min-height: 432px;
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.shop-page .shop-intro + section{
    padding-top:0;
}

.shop-page main .shop-intro > .container{
    align-self:flex-end;
}

.shop-intro .span_3:nth-child(2) {
    padding-right: 80px;
}

.shop-intro h3 {
    margin-top: 60px;
}

.products {
    position: relative;
    background: white;
    min-height: 400px;
}

/*
.products:before{
    content:'';
    width:100%;
    height:100px;
    position:absolute;
    top:-100px;
    background:white;
}
*/
.products .container {
    position: relative;
}

.products_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 80px;
    opacity: 1;
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.products_list.loading,
.shop-intro.loading .container {
    opacity: 0;
}

.products_list .product {
    padding-bottom: 50px;
}

.products_list .price {
    text-align: right;
}

.product-details {
    position: relative;
    padding-right: 60px;
    margin-top: 30px;
}

.product-details p {
    margin: 0;
}

.related-products .product-details p {
    padding-right: 65px;
}

.product .price {
    position: absolute;
    right: 0;
    top: 1px;
}

.product figure {
    position: relative;
    padding-bottom: 100%;
}

.product img {
    width: 100%;
    position: absolute;
    top: 0;
}

/* PAGINATION */
.prev_arrow svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page-numbers {
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 3px;
}

.page-numbers.current,
.page-numbers:hover {
    background: rgba(0, 0, 0, 0.1);
}

.pagination .prev {
    margin-right: 14px;
}

.pagination .next {
    margin-left: 15px;
}


/* PRODUCT */
.product-page {
    margin-top: 80px;
}

.product-page .product-details {
    margin-top: -4px;
    padding-right: 0;
}

.product-img {
    position: relative;
    padding-left: 40px;
    margin-bottom: 80px;
}

.product-img:first-child {
    padding-left: 0;
    padding-right: 40px;
}

.product-img:nth-child(2n+1) {
    clear:left;
    padding-left: 0;
    padding-right: 40px;
}

.product-img .enlarge {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 60px;
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: .25s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .25s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.product-img .enlarge span {
    position: absolute;
    background: black;
}

.product-img .enlarge span:first-child {
    left: 50%;
    top: 18px;
    width: 1px;
    height: 15px;
}

.product-img .enlarge span:nth-child(2) {
    left: 18px;
    top: 50%;
    width: 15px;
    height: 1px;
}

.product-description {
    padding-right: 40px;
}

.product-description:nth-child(2n+1) {
    padding-right: 40px;
    clear: left;
}

.product-description:nth-child(2n) {
    padding-left: 40px;
}

.product-description p {
    margin-top: 0;
}

.product-description p:last-child{
    margin-bottom:0;
}

.product-description .uppercase {
    margin-bottom: 0.6em;
}

.product-page .product-details .price {
    margin-top: 0.8em;
    display: inline-block;
}

.short_desc {
    margin-top: 2em;
}

.product-details .label,
.product-details .reset_variations {
    display: none !important;
}

.product-details .select2 {
    cursor: pointer;
    position: relative;
    padding: 0;
    margin-bottom: 27px !important;
}

.product-details .cw_quantity_select .select2 {
    margin-bottom: 0 !important;
}

.product-details .invalid+.select2 .select2-selection {
    border-color: #CA5B3F !important;
}

.product-page form.cart{
    float:left;
    width:100%;
}

.product-details [type="submit"] {
    margin-bottom: 58px;
    float: left;
    border: 0;
}

.product-details [type="submit"].error {
    color: #FF3300 !important;
}

.product-details .select2:before,
.product-details .select2:after {
    top: 14px;
}

.product-details .select2-container--open.select2:before {
    transform: rotate(-140deg);
}

.product-details .select2-container--open.select2:after {
    transform: rotate(140deg);
}

.product-details .select2 span {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
}

.product-details .cw_quantity_select,
.product-details .select2 {
    width: 100% !important;
}

.product-details .select2-selection {
    border: 0 !important;
    border-radius: 0 !important;
    height: 42px !important;
    border-bottom: 1px solid rgba(216, 216, 216, 1) !important;
}

.product-details table,
.product-details tbody,
.product-details tr,
.product-details td {
    display: block !important;
}

.select2-selection__arrow {
    display: none;
}

.product-details .select2-selection__rendered {
    padding-left: 78px !important;
    color: #989898 !important;
}

.product-details .variations .select2-selection__rendered {
    padding-left: 54px !important;
}

.product-details .variations .select2-selection__rendered:before {
    content: 'STYLE';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    color: black !important;
}
#select2-pa_soap-product-container:before{
    content: 'SOAP';
}
.product-details .cw_quantity_select .select2-selection__rendered:before {
    content: 'QUANTITY';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    color: black !important;
}

.cw_quantity_select {
    /* margin-bottom: 15px; */
}

.add-to-cart {
    width: 100%;
}

.single_add_to_cart_button,
.add-to-cart a,
.add-to-cart button,
.back-to-website.btn,
.black-btn btn,
.black-btn a {
    margin-top: 40px;
    width: 100% !important;
    color: white !important;
    display: block;
    background: black;
}

.added_to_cart,
.single_variation {
    display: none !important;
}

.no_selection{
    pointer-events:none;
    opacity:0.5;
}

.share {
    position: relative;
    display: block;
    clear: left;
    margin-bottom: 24px;
    border: 0 !important;
}

.scrollable-content .share{
    padding-top: 60px;
}

.share span {
    padding-right: 4px;
}

.share svg {
    position: absolute;
    margin-top: -1px;
}

.link_copied {
    position: relative;
    background: #33A0BD;
    display: inline-block;
    padding: 10px 18px 10px 38px;
    margin-bottom:30px;
    border-radius: 16px;
    animation: fadeOut 0.5s ease-in-out 3s forwards;
    -webkit-animation: fadeOut 0.5s ease-in-out 3s forwards;
}

.link_copied:before {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 11px;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 20px;
}

.link_copied span {
    color: white !important;
}

.socials svg {
    cursor: pointer;
    margin-right: 24px;
}

/* RELATED PRODUCTS */
.related-products-box {
    margin-top: 60px;
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.related-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 60px;
}

.related-products-box h2 {
    padding: 60px 0 40px;
}

.related-products .product-details {
    margin-top: 50px;
    margin-bottom: 50px;
}

.related-products .product-details .price {
    margin: 0;
    text-align: right;
}

/* CART */
.cart-checkout {
    padding-top: 120px;
}

.cart-checkout header {
    position: fixed;
}

.cart_product_header {
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}

.cart_product_header .col {
    font-size: 13px;
    letter-spacing: 0.015em;
}

.cart_product_header .span_1:not(:first-child),
.cart_product .span_1:not(:first-child) {
    text-align: right;
}

.cw_quantity_select {
    float: right !important;
}

.cart_product {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}

.cart_product .col {
    align-self: center;
}

.product_cart_detail .select2-container--default .select2-selection--single {
    border: 0 !important;
    font-size: 16px !important;
}

.product-quantity .select2,
.product-quantity .selection {
    width: 50px !important;
}

.product-quantity .select2 .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 20px !important;
}

.cart_product .remove_product {
    position: absolute;
    right: -1px;
    top: -15px;
}

.woocommerce .cart_product .remove_product a.remove {
    border: none;
    background: none;
    color: black !important;
    font-weight: 300;
    font-size: 17px;
}

.cart_total_box {
    position: relative;
    margin-top: 40px;
}

.coupon_box {
    margin-top: 20px;
}

.coupon_box .coupon [name="apply_coupon"] {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 50px;
    height: 100%;
    border: 0 !important;
    background: transparent !important;
    text-indent: -99999px;
    padding: 0 !important;
    min-width: auto !important;
}

.coupon_box .arrow-r-icon {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

#coupon_code {
    width: 100%;
}

.cart_total {
    /* padding-left:40px; */
}

.cart_total span:nth-child(2) {
    position: absolute;
    right: 0;
}

.wc-proceed-to-checkout {
    margin-top: 40px;
}

.cart_total .wc-proceed-to-checkout a {
    max-width: none;
}

.wc-proceed-to-checkout .button,
#place_order {
    width: 100%;
    border-radius: 0 !important;
    color: white !important;
    display: block;
    background: black !important;
    font-family: 'cardinalclassicmid-regular' !important;
    letter-spacing: 0.15em !important;
    font-size: 18px !important;
    padding: 18px 10px 19px 10px !important;
    min-width: 220px !important;
    max-width: 315px;
    height: 60px !important;
    line-height: 1.5 !important;
    text-align: center;
    display: inline-block;
    webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.product-description h4 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 0.6em;
}


/* Empty cart */
.shop-btn a {
    color: white !important;
    background: black;
    min-width: 310px;
}

.empty-cart {
    margin-top: -20px;
    margin-bottom: 50px;
}

/* Checkout */
.woocommerce-checkout h2 {
    padding-bottom: 10px;
}

#edit {
    padding-right: 20px;
}

#edit button {
    width: 100%;
}

#edit-bag {
    position: absolute;
    right: 0;
    color: black !important;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    margin-top: 4px;
    font-size: 11px !important;
}

.cart_item {
    margin-bottom: 30px;
}

.checkout-thumbnail {
    width: 35%;
    padding-right: 30px;
    clear: left;
    float: left;
}

.checkout-thumbnail:before{
    display:none;
}

.cart_item .product-cart-details {
    float: left;
    margin-top: -3px;
    width: 65%;
}

.cart_item .product-cart-details>div {
    margin-bottom: 7px;
}

.checkout_summary {
    border-top: 1px solid #E4E4E4;
    padding-top: 35px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.checkout_summary>div {
    width: 100%;
    margin-bottom: 0.8em;
}

.checkout_summary>div>span:last-child {
    float: right;
}

#shipping_method {
    margin-top: 0.75em !important;
}

#shipping_method,
#shipping_method label {
    width: 100%;
}

#shipping_method .amount {
    float: right;
}

#place_order {
    display: block;
}

#shipping-and-payment-summary {
    display: none;
    overflow: hidden;
}

#shipping-and-payment-summary>div {
    width: 50%;
    float: left;
}

/* STORY */
.story>.row:first-child {
    padding-bottom: 60px;
}

.story>.row {
    padding-bottom: 120px;
}

.story {
    font-family: 'cardinalclassicmid-regular';
}

.story .lightbox-text,
.story .lightbox-text * {
    font-size: 20px;
    line-height: 32px;
}

/* NEWS */
.scrollable-content .share svg * {
    fill: white;
}

.single .scrollable-content .share svg *{
    fill: black;
}

.scrollable-content .link_copied {
    background: white;
}

.scrollable-content .link_copied span {
    color: rgba(51, 160, 189, 1) !important;
}

.scrollable-content .link_copied:before {
    background-image: url(../images/tick-blue.svg);
}

.scrollable-content a {
    border-bottom: 1px solid white;
}

/* CORPORATE GIVING */
.corporate_giving .row {
    margin-bottom: 80px;
}

.corporate_giving .bottom_text {
    margin-top: 34px;
}

.corporate_giving .row:nth-child(2) {
    margin-bottom: 100px;
    margin-top: 100px;
}

.corporate_giving .span_2.center {
    padding-right: 80px;
}

.number-circle-box {
    position: relative;
    padding-bottom: 100%;
    max-width: 100%;
}

.number-circle-box svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: .75s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .75s transform cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.number-circle-box.ready svg {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.number-circle {
    display: flex;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
}

.number-circle span {
    align-self: center;
    font-size: 5.7vw;
}

.corporate_giving .span_2.center+.col {
    margin-top: -8px;
}

/* FAQS */
.faqs .row {
    padding-top: 60px;
}

.question {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}

.question:after {
    content: '';
    position: absolute;
    z-index: 0;
    right: -5px;
    top: 40px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: linear-gradient(#000, #000), linear-gradient(#000, #000);
    background-position: center;
    background-size: 50% 1px, 1px 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.question.active:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.question>a {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 35px 0;
    display: block;
}

.answer {
    display: none;
    padding-bottom: 20px;
}

.answer p:first-child {
    margin-top: 0;
}

.answer a {
    border-bottom: 1px solid black;
}

/* JOBS */
.jobs_board .row {
    padding-top: 60px;
}

.job {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}

.job_info:after {
    content: '';
    position: absolute;
    z-index: 0;
    right: -5px;
    top: 50%;
    margin-top:-12px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: linear-gradient(#000, #000), linear-gradient(#000, #000);
    background-position: center;
    background-size: 50% 1px, 1px 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.job.active .job_info:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.job .arrow-r-icon {
    content: '';
    position: absolute;
    right: 0;
    top: 44px;
}

.job .job_info {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 35px 0;
    display: block;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.job h4 {
    display: inline-block;
    width: 37.5%;
}

.job_description {
    padding-top: 20px;
    overflow: hidden;
    display: none;
    padding-bottom: 60px;
}

.cv-resume,
.cover-letter{
    position: relative;
    display: block;
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}
.cover-letter{
    margin-right: 0;
    margin-left: 10px;
    clear: none;
}
.cv-resume input,
.cover-letter input{
    opacity: 0;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
    /* text-indent: -99999px; */
    font-size: 12px;
    text-align: right;
    float: right;
    opacity: 0;
}
.cv-resume input:invalid,
.cover-letter input:invalid{
    opacity: 0;
}
.cv-resume .wpcf7-not-valid-tip,
.cover-letter .wpcf7-not-valid-tip{
    bottom: -20px;
}
.cv-resume:before,
.cover-letter:before{
    content:'CV / RESUME UPLOAD';
    position:absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    text-transform: uppercase;
    font-family: 'cardinalclassicmid-regular';
    letter-spacing: 0.15em;
    font-size: 18px;
    border: 1px solid black;
    background: white;
    padding: 18px 10px 19px 10px;
    min-width: 220px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.cover-letter:before{
    content:'COVER LETTER';
}
.show_form{
    margin-top: 30px;
    width: calc(50% - 10px);
}
.apply-form{
    display: none;
}
.apply-form .full-name,
.apply-form .tel-num,
.apply-form .apply-email,
.apply-form .apply-loc{
    width: calc(50% - 10px);
    clear: none;
    float: left;
}
.apply-form .full-name,
.apply-form .apply-email{
    margin-right: 20px;
}
.apply-form input.wpcf7-submit{
    clear: left;
    float: left;
    margin-top: 60px;
    margin-bottom: 20px;
}

.apply-form .wpcf7-mail-sent-ok:before {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 11px;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 20px;
}
.apply-form .wpcf7-mail-sent-ok {
    position: relative;
    background: #33A0BD;
    display: inline-block;
    padding: 10px 18px 10px 38px;
    border-radius: 16px;
    line-height: 20px;
    border:0;
    color: white !important;
    text-transform:uppercase;
}

.apply-form .relocation,
.known-person{
    height: 60px;
    margin-bottom: 20px;
}

.apply-form .relocation .wpcf7-not-valid-tip,
.known-person .wpcf7-not-valid-tip{
    bottom: -19px;
}

.apply-form .relocation .select2,
.apply-form .relocation .selection,
.apply-form .relocation .select2-selection,
.apply-form .relocation .select2-selection__rendered,
.apply-form .known-person .select2,
.apply-form .known-person .selection,
.apply-form .known-person .select2-selection,
.apply-form .known-person .select2-selection__rendered{
    height: 100%;
    border-radius: 0;
}
.apply-form .relocation .select2-selection__rendered,
.apply-form .known-person .select2-selection__rendered{
    line-height: 56px !important;
    color: black !important;
    padding: 0 !important;
}

.apply-form .relocation .select2-selection,
.apply-form .known-person .select2-selection{
    border-radius: 0 !important;
    color: black !important;
    border: 1px solid #E4E4E4 !important;
    text-transform: initial;
    font-size: 13px !important;
    line-height: 22px !important;
    padding: 0 18px;
    letter-spacing: 0.06em;
}

.apply-form .select2:before{
    right: 23px;
    transform:rotate(-135deg);
}

.apply-form .select2:after{
    right: 18px;
    transform:rotate(135deg);
}

.apply-form .select2-container--open.select2:before{
    transform:rotate(-45deg);
}

.apply-form .select2-container--open.select2:after{
    transform:rotate(45deg);
}

.apply-form div.wpcf7-response-output{
    font-size: 13px;
    float: left;
    clear: left;
    margin: 40px 0 0;
}

.short_info {
    width: 37.5%;
    padding-right: 12.5%;
    float: left;
}

.short_info p {
    margin: 0;
}

.short_info .btn {
    margin-top: 35px;
    width: 100%;
}

.long_info {
    width: 50%;
    float: left;
}

.long_info ul {
    margin-top: -10px;
}

.long_info li {
    margin: 24px 0;
    list-style: disc;
    margin-left: 20px;
    padding-left: 15px;
}

.long_info h2,
.long_info h3 {
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.15em;
}

.job_location {
    opacity: 0.4;
    display: inline-block;
}

/* FINANCIALS */
.financials {
    padding-top: 110px;
}

.financials .filter_holder {
    top: 422px;
}

.financials .filter_holder.sticky {
    top: 262px;
}

.financial {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}

.financials .filter_holder+.row {
    padding-top: 47px;
}

.financial .arrow-r-icon {
    content: '';
    position: absolute;
    right: 0;
    top: 44px;
}

.financial>a {
    width: 100%;
    padding: 36px 0;
    display: block;
}
.financial {
    display: none;
}
.financials_holder.show-all .financial,
.financial.active {
    display: block;
}

.financials_holder {
    opacity: 1;
    -webkit-transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
    transition: .5s all cubic-bezier(0.470, 0.000, 0.000, 1.000);
}

.financials_holder.loading {
    opacity: 0;
}

/* EMPLOYER MATCHING PROGRAM */
.employer_program h3 {
    margin: 20px 0;
}

.employer_program p:first-child {
    margin-top: 5px;
}

.employer_program .big-headline {
    max-width: 600px;
}

/* REQUEST A SPEAKER */
.request_speaker a {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 2px;
}

.request_speaker h2 {
    margin-bottom: 40px;
}

.request_speaker .container:first-child {
    padding-bottom: 100px;
}

.request_speaker .container:nth-child(2) {
    border-top: 1px solid #E4E4E4;
    padding-top: 105px;
}

.request_speaker .container:first-child .row:first-child {
    margin-bottom: 105px;
}

.contact_page .container:first-child .row:first-child{
    margin-bottom:0;
}

.contact_page .container:first-child{
    padding-bottom: 0;
}

.request_speaker .container:first-child .row:nth-child(2) .span_3:last-child {
    margin-top: -20px;
}

.request_speaker h3 {
    margin-bottom: 20px;
}

/* FOOTER */
footer {
    padding: 120px 0;
    background: #CA5B3F;
    clear: left;
}

.footer-top {
    position:relative;
    padding-bottom: 120px;
}

.footer-top:after{
    content:'';
    left:50%;
    transform:translate(-50%,0);
    bottom:0;
    position:absolute;
    width:100vw;
    height:1px;
    background: #AB4228;
}

.footer-top .row {
    display: flex;
}

.footer-top .row .col:last-child {
    align-self: center;
}

.footer-top .mc4wp-form {
    position: relative;
}

.footer-top .mc4wp-form .email {
    width: 100%;
    padding: 20px 0;
    font-size: 15px;
}

.footer-top .mc4wp-form .submit-btn {
    border: 0;
    text-indent: -99999px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
    height: 60px;
    width: 30px;
    padding: 0;
}

.footer-top .mc4wp-form .arrow-r-icon {
    position: absolute;
    top: 26px;
    right: 0;
}

.footer-bottom {
    padding-top: 120px;
    overflow: hidden;
}

.footer-bottom .row:last-child {
    padding-top: 100px;
}

.footer-bottom h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 32px;
}

.footer-bottom ul {
    margin: 0 0 -1em 0;
}

.footer-bottom li {
    margin: 1em 0;
}

.footer-bottom a {
    color: black;
}

.footer-bottom .col:last-child {
    float: right;
    text-align: right;
}

.footer-bottom .socials {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-bottom .social-icon {
    margin: 0 !important;
}

.socials {
    margin-right: -15px;
}

.socials .social-icon {
    margin: 0 15px;
    display: inline-block;
}

.copyrights p {
    margin: 0;
}

#to-top {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}



/* WHO WE ARE - ABOUT US */
.block_holder {
    width: 33%;
    display: inline-block;
}

.about-container {
    overflow: hidden;
}

.about-container .row {
    padding-bottom: 80px;
}

.about-container .row:last-child {
    padding-bottom: 0;
}

.about-container .row p:last-child {
    margin-bottom: 0;
}

.about-section {
    background: #BE9A5E;
}

.about-section .pre-sticky {
    position: absolute;
    top: 0;
    height: 100vh;
}

.pre-sticky_about+.sticker {
    position: absolute;
    z-index: 2;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sticky_about+.sticker {
    position: fixed;
}

.post-sticky_about+.sticker {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* WHO WE ARE - TEAM */
.team-section a {
    color: #000000;
}

.team-section .team_member a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.team-section a h3,
.team-section a p {
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.team_member h3 {
    margin-top: 35px;
    line-height: 1em;
}

.team-section .team_member p {
    margin-top: 10px;
    margin-bottom: 0;
}

.about-section .small-headline {
    z-index: 2;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team_members .span_7 {
    margin-left: -60px;
}

.team-section .container {
    padding-right: 20px;
}

.team_members .team_member {
    margin-bottom: 50px;
    width: 25%;
    float: left;
    border-left: 60px solid transparent;
}

.team_members .team_member:nth-child(4n+1) {
    clear: left;
}

.team_member figure {
    position: relative;
    overflow: hidden;
}

.team_member figure img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.team_member img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -webkit-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.35s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-section .center-row .row .col {
    margin-bottom: 80px;
}

.team_members .pagination {
    padding: 45px 0 80px;
}

.speaker_and_join .col {
    margin-top: 120px;
}

.speaker_and_join .col figure {
    margin-top: 20px;
}

.speaker_and_join .col figure img {
    max-width: 100%;
}

/* WHO WE ARE - SPEAKER AND JOIN */
.speaker_and_join {
    border-top: 1px solid #E4E4E4;
}

.team-section .container {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.team-section .center-row .row {
    padding-left: 150px;
}

.speaker_and_join .row {
    flex-wrap: nowrap;
}

.speaker_and_join p {
    margin-top: 35px;
    margin-bottom: 40px;
}

.speaker_and_join {
    margin-bottom: 40px;
}

/* WHO WE ARE - ABOUT MEMBER */
#about-member .team_member_box {
    position: relative;
}

.team_member_box .team_member {
    position: fixed;
    width: inherit;
    max-width: 25%;
    padding-top: 0;
}

.member-description p:first-child {
    margin-top: -4px;
}

.member-more a {
    display: block;
    padding: 18px 0;
    border-top: 1px solid white;
    border-bottom: 0;
}

.page_leaders {
    padding-top: 200px;
    background: white !important;
}

.member-more a:last-child {
    border-bottom: 1px solid white;
}

/* PROGRAMMES */
.programmes-container {
    overflow: hidden;
}

.programmes-container a{
    color:black;
    border-bottom:1px solid rgba(0,0,0,0.5);
}

.programmes-post-section {
    background: #fff;
}

.programmes_image {
    position: relative;
    left: 0px;
}

.quote_programmes .quote_programmes_author {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.quote_programmes {
    /* margin-top: 90px; */
    margin-bottom: 0px;
}

.text_block {
    margin-top: 90px;
}

.programmes-post-section {
    border-bottom: 1px solid #bbb;
}

.photo-caption {
    text-transform: uppercase;
    font-size: 10px;
    font-family: SangBleu Kingdom Regular;
    margin-top: 10px;
}

.move_image {
    position: relative;
    top: -120px;
}

.move_image_left {
    left: -12.5%;
}

.programmes_block_holder {
    margin-top: 90px;
}

.programmes_block_holder iframe{
    width:100%;
    margin-bottom:-20px;
}

.programmes_block_holder p + p iframe{
    margin-top:60px;
}

.start_text_holder {
    width: 50%;
}


/* MOBILE MENU */
.mobile_menu_button {
    display: none;
}

.logo {
    font-size: 36px;
    letter-spacing: 0.05em;
    top: 20px;
    position: relative;
    top: 10px;
    align-self: center;
}

.main-nav {
    top: -12px;
    position: absolute;
    right: 0;
    top: 0;
}

.secondary_container {
    position: relative;
    width: 100%;
}

.mobile_cart_name {
    display: none;
    margin-top: 111px;
    margin-left: 50px;
}

.bag_holder_line {
    display: none;
}

.socials_top_menu {
    display: none;
}

.padding-box>* {
    width: 100%;
    height: auto;
}

.faqs .answer {
    width: 50%;
}

.product-img-main{
    margin-bottom:120px;
}

.product-img-main figure {
    text-align: left;
    float: left;
}

.product-img-main figure img {
    position: absolute;
    visibility: hidden;
    width: 75%;
    object-fit: contain;
    left: 0;
    top: 0;
}

.product-img-main figure img:first-child{
    position: relative;
}

.product-img-main figure img.active{
    visibility: visible;
}

header.white .mobile_menu_button .line_one,
header.white .mobile_menu_button .line_two,
header.white .mobile_menu_button .line_three {
    background: black;
}

/* DONATION PAGE */
.donate-section{
    margin-top:-60px;
    border-bottom: 1px solid #E4E4E4;
}
.donate-section .row{
    display:flex;
    align-items: center;
}
.donate-section .span_3:first-child{
    /* margin-top:60px; */
}
.donate-right-col{
    text-align: center;
}
.donate-right-col{
    padding-right: 12.5%;
}
.donate-section h2,
.donate-section h3{
    margin-bottom:8px;
    font-size:36px;
}
.donate-section p{
    margin-top:0;
}
.donate-section .btn{
    background: #33A0BD;
    border: 0;
}
.donate-section .donation-btns{
    float:left;
    width: calc(100% + 20px);
    margin: 30px -10px 50px;
    display:flex;
    justify-content:space-between;
}
.donate-section .donation-btns .btn{
    width:50%;
    background:#f6f6f6;
    color:black;
    margin: 0 10px;
    padding: 12px 10px;
    height: auto;
    min-width: unset;
}
.donate-section .donation-btns .btn.active{
    background: #33A0BD;
    color:white;
}
.donate-section .donation-btns .btn span{
    font-family: 'cardinalclassicmid-bold';
}
.donate-section .amounts{
    display:flex;
    margin-top: 30px;
    justify-content: space-between;
}
.donate-section .amount{
    background:#f6f6f6;
    border: 2px solid #f6f6f6;
    width:60px;
    height:60px;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
}
.amounts-predefined{
    display:flex;
    flex-grow: 1;
    margin-right: 20px;
    justify-content: space-between;
}
.donate-section .amount.active,
.donate-section .amount:hover{
    border: 2px solid #33A0BD;
}
.donate-section .amounts .btn{
    background:#f6f6f6;
    text-transform:initial;
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    min-width: unset;
    padding: 0 18px;
}
.donate-section .amounts .amount-other{
    border:0;
    flex-grow: 1;
    text-align:center;
    background:#f6f6f6;
    text-transform:initial;
    font-family: 'GT-America-Standard-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    max-width: 30%;
}
.donate-section .donate-btn{
    width:100%;
    color:white;
    margin: 0;
    margin-top: 60px;
}
.donate-module .carousel-slides{
    display: flex;
    justify-content: space-around;
}
.donate-module .carousel-slides .slide{
    margin:0 70px;
    text-align:center;
}
.donate-module .carousel-slides p{
    text-align:left;
}
.donate-module .carousel-slides .donate-btn{
    margin:0 auto;
    margin:0;
    margin-top:40px;
}

/*  COOKIES  */
.cookies_page h4, .privacy_page h4{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: -22px;
}
.privacy_page li{ list-style-type: disc; list-style-position: outside; position: relative; left: 18px;}
.privacy_page,.cookies_page{overflow: hidden;}
.cookies_page p, .privacy_page p{margin: 25px 0;} 
.cookies_page h3, .privacy_page h3{margin-bottom: 100px; }
.cookies_page h5, .privacy_page h5{opacity: 0.4; font-size: 15px; margin-bottom: -22px;}
.cookies_page .span_8, .privacy_page .span_8{width: 66.66%;}
.cookies_page a, .privacy_page a{border-bottom: 1px solid black; color: black;}


#gdpr-box {
    display: none;
    width: 100%;
    background: #CA5B3F;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
#gdpr-box p {
     padding: 10px 0px 20px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    font-family: 'GT-America-Standard-Regular';
}
#gdpr-box p a {border: none; border-bottom: 1px solid white;}
#gdpr-box a {
color: #fff;
}
#gdpr-box button.gdpr-button-accept {
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'cardinalclassicmid-regular';
    letter-spacing: 0.15em;
    font-size: 18px;
    border: 1px solid white;
    padding: 18px 10px 19px 10px;
    min-width: 220px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#gdpr-box button.gdpr-button-accept{
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 5px 4px;
    text-decoration: none;
    margin: 0 0 20px 20px;
    border-radius: 2px;
    font-weight: 800;
    font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#gdpr-box p {margin: 40px 0 30px 0;}
#gdpr-box .container {position: relative;}
#gdpr-box button {
    position: absolute;
    right: 60px;
    top: -8px;
}

/*** HOVERS ***/
@media (hover: hover) {
    .btn:hover,
    .button:hover,
    [type=submit]:hover,
    input[type=submit]:hover+.btn-icon,
    .btn-icon:hover {
        opacity: 0.7 !important;
    }
    .close:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .carousel-slides .slide:hover figure img,
    #sb_instagram .sbi_photo:hover img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
    .bag a:not(.btn):hover{
        border-bottom:1px solid rgba(0,0,0,1);
    }
    .cart-checkout header .main-nav li a:hover{
        opacity:0.4 !important;
    }
    .leader-container:hover a img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
    #karam:not(.home) .leader-container a:hover {
        color: #CA5B3F;
    }
    .product-img .enlarge:hover {
        background: rgba(255, 255, 255, 0.9);
    }
    .request_speaker a:hover {
        border-color: black;
    }
    .team-section .team_member a:hover {
        color: #CA5B3F;
    }
    .team-section .team_member a:hover h3,
    .team-section a:hover p {
        color: #CA5B3F;
    }
    .team_member:hover a img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
    .programmes-container a:hover{
        border-bottom:1px solid rgba(0,0,0,1);
    }
    #gdpr-box button.gdpr-button-accept:hover {
        cursor: pointer;
        opacity:0.7;
    }
}

/*** MEDIA QUERIES ***/
@media all and (max-width: 1360px) {
    .main-nav li{
        margin:0 12px;
    }
    .main-nav li a{
        font-size:14px;
    }
}

@media all and (max-width: 1279px) {
    
    header .container,
    .container{
        padding-left:60px;
        padding-right:60px;
    }

    .start-text,
    body.open .socials_top_menu
    .filter_holder{
        left: 60px;
    }

}

@media all and (max-width: 1200px) {
    .home_title .span_2 {
        display: none;
    }

    .home_title .span_4 {
        width: 100%;
    }

    .home .impact-section .center-row .row {
        display: flex;
        padding: 0 0px;
    }
    .fixed .mobile_menu_button > div,
    .scrolled-enough .mobile_menu_button > div{
        background:black !important;
    }

    body.open .socials_top_menu {
        display: block;
        font-size: 13px;
        position: absolute;
        top: calc(100vh - 120px);
        left: 80px;
    }

    body.open .socials_top_menu h4 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    body.open .bag_holder_line {
        display: block;
        width: 100%;
        left: 0;
        border-bottom: 1px solid #E4E4E4;
        position: fixed;
        top: 191px;
    }

    body.open .socials_top_menu a {
        display: inline-block;
        margin-right: 27px;
    }

    body.open .socials_top_menu a svg{
        max-height: 20px;
        max-width: 22px;
    }

    body.open .socials_top_menu a * {
        width: 100%;
    }

    body.open header {
        border-bottom: 1px solid #E4E4E4;
        top: 0 !important;
    }

    body.open .mobile_cart_name {
        display: inline-block;
        font-size: 14px;
    }

    .cart.icon{
        position:relative;
        top:1px;
        width: 12px;
        height: 12px;
    }

    #cart:after{
        top: 0;
        right: 14px;
    }



    .main-nav .donate-btn {
        position: absolute;
        right: 69px;
        top: 0;
        z-index: 10;
    }

    body.open .main-nav .donate-btn{
        border-color:black;   
    }

    body .main-nav .menu-menu-container {
        width: 100%;
        padding: 0 50px;
        z-index: 2;
        position: fixed;
        top: 180px;
        border-top: 1px solid #E4E4E4;
    }

    body.open .main-nav .menu-menu-container {
        display: block;
    }

    body .main-nav .menu-menu-container li {
        display: block;
        margin: 0px;
    }

    .product-img:nth-child(2n+1),
    .product-description:nth-child(2n+1) {
        clear: left;
    }

    body .main-nav {
        color: black;
        width: 100%;
        left: -51px;
        background: transparent;
        width: 100vw;
    }

    body.open .main-nav {
        height: 100vh;
        background: white;
    }

    body .main-nav ul {
        margin-top: 45px;
    }

    body.open .main-nav a {
        color: black;
    }

    body header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        color: black;
    }

    body header .menu-menu-container a {
        color: black;
        line-height: 42px;
    }

    .main-nav li a{
        font-size:15px;
    }

    /* Menu */
    body.open .line_one{
        top: 5px;
    }
    .mobile_menu_button div{
        transition:all 0.2s ease-out;
    }

    body.open .line_one {
        background: black;
        transform: rotate(45deg);
        height: 1px;
        background: black;
        width: 10px;
        position: absolute;
        left: 2px;
        top: 4px;
    }

    .scrolled-enough .mobile_menu_button div{
        background:black;
    }

    body.open .line_two {
        opacity: 0;
    }

    body.open .line_three {
        height: 1px;
        background: black;
        width: 10px;
        position: absolute;
        transform: rotate(-45deg);
        bottom: 4px;
        left: 2px;
    }

    body.open li {
        display: block;
    }

    body.open ul {
        display: block;
    }

    body.open .st0 {
        fill: black;
    }

    body.open {
        margin: 0;
        height: 100%;
        overflow: hidden
    }

    .mobile_background {
        display: none;
    }

    body.open .mobile_background {
        display: block;
        position: fixed;
        z-index: 5;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
    }

    .donate-btn {
        /* background: none;
    color: white; */
        margin-left: 17px;

    }

    .menu-menu-container {
        display: none;
    }

    body header #cart {
        position: fixed;
        top: 140px;
        left: 50px;
        display: none;
    }
    
    /* Mini bag */
    #bag{
        width:100%;
        z-index: 1;
    }
    body.open #bag{
        display:none;
    }
    #bag .close{
        display:block;
        margin: 0;
        width: 10px;
        height: 10px;
        top: 120px;
        z-index: 10;
        left: 50px;
        display: none;
    }
    #bag .close:before,
    #bag .close:after{
        background:black;
    }
    .bag_outer{
        width:100%;
        padding: 20px 60px 20px 100px;
        display: flex;
        align-items: center;
        margin-top: 74px;
    }
    .bag-left,
    .bag-right{
        position: relative;
        width:50%;
        float:left;
    }
    .bag .checkout-btn{
        margin:0;
    }
    .bag .cart-total{
        top: 1px;
        right: 50px;
    }

    body.open header #cart {
        display: block;
    }

    body header .cart-shape {
        stroke: black;
    }

    /* Header reponsiveness */

    .mobile_menu_button .line_one {
        height: 1px;
        background: white;
        width: 16px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mobile_menu_button .line_two {
        height: 1px;
        background: white;
        width: 16px;
        position: absolute;
        top: 4px;
        left: 0;
    }

    .mobile_menu_button .line_three {
        height: 1px;
        background: white;
        width: 16px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    body.open .secondary_container:after{
        content:'';
        display:block;
        background: #E4E4E4;
        width:100vw;
        height: 1px;
        position: absolute;
        left: -51px;
        bottom: -31px;
    }

    .secondary_container .logo {
        position: absolute;
        left: 40px;
        z-index: 10;
    }

    .secondary_container{
        /* position:static; */
        height: 100%;
    }

    body.open header .container{
        background:white;
    }

    body.open #annoucement{
        display:none;
    }

    .secondary_container .mobile_menu_button {
        top: 25px;
        display: inline-block;
        width: 16px;
        height: 9px;
        z-index: 10;
        position: absolute;
        left: 0;
        top: 26px;
    }
    
    /* TEMPORARY */
    .filter_holder{
        display:none;
    }

    
    /************/
    /*** SHOP ***/
    /************/
    .shop-intro .col{
        width:80%;
    }
    .products_list{
        width:100%;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 60px;
    }


    /*** ANNOUCEMENTS ***/
    header #annoucement .row{
        flex-direction:column;
        align-items: flex-start;
    }
    #annoucement .span_3{
        width: calc(100% - 260px);
    }
    #annoucement h2{
        max-width:none;
        padding: 0;
    }
    #annoucement.annoucement-large .close{
        top:20px;
        right:20px;
        margin-top:0;
    }
    #annoucement .btn{
        position:absolute;
        right:0;
        top:50%;
        transform:translate(0,-50%);
        -webkit-transform:translate(0,-50%);
    }
    #annoucement.annoucement-small .container{
        padding: 16px 40px;
        max-width:620px;
        margin:0 auto;
    }

}

@media (max-width: 1024px) {

    /**************/
    /*** Global ***/
    /**************/
    body{
        clear:left;
    }
    .desktop{
        display:none !important;
    }
    .mobile{
        display:block;
    }
    .new{
        margin-top: 5px;
    }
    .product-page .product-details,
    .product-page .span_4,
    .product-page .related-products-box{
        padding-left: 50px;
        padding-right: 50px;
    }

    .related-products-box{
        margin-top: 30px;
        border:0;
    }
    .related-products-box h2{
        border-top:1px solid rgba(228, 228, 228, 1);
    }
    

    .giving-blog #lightbox .row{
        padding:0;
    }
    .aligncenter{
        margin:0 auto;
        text-align: center;
    }

    /* COOKIES */
    #gdpr-box{
        padding: 30px 0;
    }
    #gdpr-box .container{
        display:flex;
        justify-content:space-between;
        align-items: center;
    }
    #gdpr-box p{
        max-width:390px;
        margin: 0;
        padding: 0;
    }
    #gdpr-box button.gdpr-button-accept{
        position:relative;
        right: 0;
        top: 0;
        margin: 0;
    }

    /* Filters */
    #filter_trigger{
        position:absolute;
        display:block;
        width:9px;
        height:9px;
        top: 4px;
        right:-16px;
    }
    #filter_trigger:before,
    #filter_trigger:after {
        position: absolute;
        left: 50%;
        content: '';
        height: 100%;
        width: 1px;
        background-color: #000;
    }
    #filter_trigger:before {
        transform: rotate(0deg);
        transition:0.3s ease-out;
    }
    #filter_trigger:after {
        transform: rotate(90deg);
        transition:0.3s ease-out;
    }
    .filter_holder.active #filter_trigger:before {
        transform: rotate(135deg);
    }
    .filter_holder.active #filter_trigger:after {
        transform: rotate(225deg);
    }
    .filter_holder.mobile{
        position: fixed !important;
        z-index: 5;
        width: 100%;
        margin: 0 !important;
        left: 0;
        top: 120px;
        padding: 0 51px;
        background: white;
        display: none;
    }
    .financials-page .filter_holder.mobile,
    .latest-page .filter_holder.mobile,
    .shop-page .filter_holder.mobile{
        display:block;
    }
    .filter_holder.mobile li{
        display:block !important;
    }
    .filter_holder.mobile span.uppercase{
        position:relative;
        font-size: 13px;
        letter-spacing: 0.2em;
    }
    .filter_holder.mobile > p{
        position:relative;
        padding: 18px 0;
        margin: 0;
    }
    .filter_holder.mobile > p:after,
    .filter_holder ul:after{
        content:'';
        position:fixed;
        display:block;
        height:1px;
        width:100vw;
        margin-top: 18px;
        left:0;
        background:#E4E4E4;
    }
    .filter_holder ul:after{
        margin-top: 4px;
    }
    .filter_holder ul{
        width:100%;
        display: none;
        padding: 18px 0 4px;
        margin: 0;
    }
    .filter_holder.active ul{
        display:block;
    }
    .filter_holder a{
        color:black;
    }

    .close{
        margin-top: -5px;
        margin-left: 45px;
    }
    #about-member .close{
        margin-top:25px;
        margin-left:0;
    }
    .story .close,
    .giving-blog .close{
        margin-left: 0 !important;
    }
    .lightbox .event-lightbox .close{
        margin-top: -65px;
    }
    .lightbox .event-news .close,
    .lightbox .event-lightbox .close{
        margin-left:0;
    }
    #about-member .scroll-wrapper{
        padding-bottom: 110px !important;
    }
    .lightbox .scroll-content {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .lightbox .scroll-wrapper{
        padding-bottom:160px !important;
    }

    .lightbox .event-lightbox{
        padding-top: 180px;
    }

    .single .lightbox .event-lightbox{
        padding-top:0;
    }

    .lightbox .lightbox-text>p:first-child {
        margin-top: -4px;
    }

    .lightbox main {
        padding-bottom: 100px;
    }

    /* Story */
    .story .col{
        width:100%;
    }
    .story>.row{
        padding-bottom: 55px;
    }
    .story .row:nth-child(2) .span_3{
        margin-top:-10px;
        text-align:center;
        padding:0 60px;
    }


    /* Grid */
    .last-row{margin-top:-20px;}
    /*.span_half{width:10%;}*/
    .span_md_0{display:none;}
    .span_md_1{width:20%;}
    .span_md_2{width:40%;}
    .span_md_3{width:60%;}
    .span_md_4{width:80%;}
    .span_md_5{width:100%;}

    /*** Remove parallax styles ***/
    .parallax-slow figure,
    .parallax-fast figure,
    .parallax-faster figure,
    .leaders-section .last-img{
        margin:0;
    }
    .leaders-section .span_4.parallax-faster{
        margin-top:0;
    }
    .leaders-section .row:last-child .leader-container{
        margin-bottom:0;
    }


    /*** Fonts ***/
    h2 br{display:none;}
    h3,.page_title{
        font-size:26px;
        line-height: 1.2;
    }
    .footer-bottom .span_md_5 h4{
        font-size:13px;
        margin-bottom: 25px;
    }
    
    /**************/
    /*** Header ***/
    /**************/
    
    /* After having scrolled through start section */
    .scrolled-enough header{
        background:white;
    }
    .scrolled-enough header .logo svg *{
        fill:black;
    }
    .scrolled-enough header .donate-btn{
        border:1px solid black;
    }
    header{
        position:fixed;
        z-index:1000;
        transform:none !important;
        -webkit-transform:none !important;
    }
    .secondary_container .logo{
        overflow:hidden;
    }
    header .logo svg{
        margin-left: -55px;
    }
    #donation{
        display:none;
    }
    
    /*********************/
    /*** Start section ***/
    /*********************/
    .scroll-text{
        display: none;
    }

    /****************/
    /*** Homepage ***/
    /****************/
    .impact-section .center-row{
        margin:0 -30px;
    }
    .impact-section .center-row .row .col{
        margin:0 30px;
        padding:0 30px;
    }
    /* Young leaders */
    .small-headline.sticker{
        display:none;
    }
    .leaders-container > .row:not(:last-child){
        margin-bottom:120px;
    }
    /* Carousel */
    .post .post-title{
        margin:30px 0 15px 0;
    }
    .carousel-nav li:after{
        display:none;
    }
    .carousel-nav li path{
        opacity:1 !important;
    }

    /* The Journey */
    .the_journey_bg{
        width:120%;
        margin-left:-10%;
    }

    /* Impact */
    .impact-section .padding-box {padding: 0;}
    .impact-section .center-row .row {
        display: flex;
        padding: 0 0px;
    }
    .impact-section .center-row .row .col {
        flex: 1 1 auto;
        margin: 0 0px;
    }

    /* Young leaders overlay */
    .leaders-lightbox .row:nth-child(2) .member-description{
        margin-top:0;
    }
    .leaders-lightbox .team_member{
        max-width:320px;
    }
    .leaders-lightbox .member-description{
        width:80%;
        margin: 0;
    }
    .leaders-lightbox .row:not(:first-child) .big-headline{
        margin-top:0;
    }
    .leaders-lightbox.lightbox main .row{
        padding-bottom:120px;
    }
    .leaders-lightbox.lightbox main .row:last-child{
        padding-bottom:0;
    }
    .leaders-lightbox .big-headline{
        margin-bottom:0;
    }
    .leaders-footer .span_md_3{
        padding-right: 60px;
    }
    .leaders-footer .donate-btn{
        margin:0;
    }
    .leaders-footer .row{
        padding:0 !important;
    }

    /***********************/
    /*** Who we are page ***/
    /***********************/

    /* Meet the team */
    .team-section .filter_holder{
        display:none;
    }
    .team-section .team_members .span_1{
        display:none;
    }
    .team-section .team_members .span_7{
        width:100%;
        margin-left: -30px;
    }
    .team-section .team_members .team_member{
        border-left-width:30px;
        width:33.33%;
    }
    .team-section .team_members .team_member{
        clear:none;
    }
    .team-section .team_members .team_member:nth-child(3n+1){
        clear:left;
    }

    /* Team overlay */
    #about-member .team_member_box{
        width: 100%;
        text-align: center;
    }
    .team_member_box .team_member{
        position:relative;
        width: 50%;
        max-width: none;
        margin: 0 auto;
    }
    .team_member figure img{
        left:0;
    }
    .member-description{
        width:100%;
        margin-top:110px;
    }
    #about-member .team_member *{
        text-align:left;
    }

    /* Speaker and join */
    .team-section .speaker_and_join .container{
        padding:0;
    }
    .speaker_and_join .col:not(.speaker_join){
        margin:0;
    }
    .speaker_and_join .span_md_1 + .span_md_1{
        clear:left;
    }
    .speaker_join[data-num="1"]{
        padding-bottom:120px;
    }
    .speaker_join[data-num="1"]:after{
        content:'';
        width:100vw;
        height:1px;
        background:#E4E4E4;
        display:block;
        position:absolute;
        margin-top:120px;
        left:0;
    }

    /* Map */
    .map .big-headline span:before{
        opacity:0;
        content:'-';
        display:inline-block;
    }
    .map .big-headline{
        left:50px;
    }


    /***********************/
    /*** What we do page ***/
    /***********************/
    .our-communities .carousel-nav{
        display:none;
    }
    .our-communities .carousel{
        padding:0 120px;
    }
    .carousel-dots{
        position: relative;
        display:block;
        text-align:center;
        z-index: 10000;
    }
    .carousel-dots span{
        background:#eee;
        width:6px;
        height:6px;
        border:3px solid transparent;
        margin:0 3px;
        display:inline-block;
        border-radius:100%;
    }
    .carousel-dots span.tns-nav-active{
        background:black;
    }

    /*******************/
    /*** Latest page ***/
    /*******************/
    .latest_section .filter_holder{
        display:none;
    }
    .latest-container .latest_thumbnail{
        width:30%;
        padding-right:50px !important;
    }
    .latest-container .span_3{
        width:50%;
    }
    .latest-container .span_2{
        width:20%;
    }
    .latest-page main .btn{
        margin-top:85px;
    }
    .latest-container .row:after{
        left:0;
        width:100%;
    }

    /* Event overlay */
    .lightbox-img-box{
        width:100%;
    }
    .lightbox-img-box.mobile{
        margin:60px 0;
    }
    .lightbox-img{
        width:50%;
        margin:0 auto;
    }
    .lightbox-text{
        margin-top: 20px;
    }

    /* News overlay */
    .lightbox .news_first_row{
        margin-top: 90px;
    }
    .lightbox .news_date{
        margin-bottom:60px;
    }

    /***********************/
    /*** Programmes page ***/
    /***********************/
    .programmes-post-section{
        padding-bottom:0;
    }
    .programmes_block_holder .span_1_half{
        display:none;
    }
    .programmes_block_holder{
        margin-top:0;
    }
    .programmes_block_holder iframe{
       width:100%;
       height:calc(56.25vw - 56.25px);
    }
    .programmes_block_holder .col{
        width:100%;
        padding-bottom:120px;
    }

    /*****************/
    /*** Cart page ***/
    /*****************/
    .product-thumbnail{
        width:130px;
    }
    .product-thumbnail + .span_1{
        max-width:40px;
    }
    .coupon_box .col,
    .cart_total_box .col{
        width:50%;
    }

    /* Shop */
    .shop-page main .shop-intro{
        padding-top: 300px;
    }

    /**************/
    /*** Footer ***/
    /**************/
    #footer .footer-top{
        padding-bottom:120px;
        margin-bottom:120px;
    }
    .footer-top .span_1:first-child{
        display:none;
    }
    .footer-bottom .footer-menu:nth-child(2){
        float:right;
    }
    /* Social media icons */
    .footer-bottom .span_md_5{
        margin-top: 110px;
        text-align: left !important;
    }
    .footer-bottom .socials{
        position:relative;
        right:initial;
        margin-top:20px;
    }
    .socials svg{
        max-height: 20px;
        max-width: 22px;
        width:auto;
    }
    .copyrights{
        width:80%;
    }


    /***************/
    /*** Product ***/
    /***************/
    .product-page .span_4 {
        width: 100%;
        margin: 30px 0;
    }

    .product-page .span_1 {
        display: none;
    }

    .product-page .container {
        padding: 0;
    }

    .product-page {
        margin-top: 0;
    }

    .product-img-main{
        margin-bottom:30px;
    }
    .product-page .product-img-main figure {
        height: auto;
        max-height: none;
        float: none;
    }

    .product-page .product-img-main img {
        object-fit: fill;
        height: auto;
        max-height: none;
    }

    .product-page .product-img-main {
        margin-top:0;
        padding: 0;
    }

    .product-page .product-details {
        width: 100%;
    }

    .product-page .related-products .product-details {
        padding: 0px;
    }

    .product-page .product-img-main img {
        max-height: none;
    }

    .product-img-main figure img{
        width:100%;
    }

    .related-products {
        grid-template-columns: 1fr 1fr;
    }



    .financials .row:first-child .span_1{
        display:none;
    }
    .financials .row:first-child .span_7{
        width:100%;
    }
    .financials .span_7 {
        padding-bottom: 40px;
    }
    .financials{
        padding-bottom:80px;
    }

    .financials .filter_holder+.row {
        padding-top: 0px;
    }

    .financials .filter_holder {
        margin-top: 0px;
    }

    .financials .filter_holder ul {
        display: inline-block;
    }

    .financials .filter_holder {
        position: static;
    }

    .financials .filter_holder li {
        display: inline-block;
        margin-right: 20px;
    }

    .financials .filter_holder .filter_label {
        display: inline-block;
        margin-right: 60px;
    }

    .financials .filter_holder.sticky p {
        margin-bottom: 20px;
    }

    .financials .filter_holder.sticky {
        padding-top: 20px;
        position: fixed;
    }

    .financials .filter_holder.sticky .filter_label {
        display: inline-block;
        margin-right: 60px;
    }

    .financials .filter_holder.sticky {
        background: white;
        top: 120px !important;
        left: 0;
        border-bottom: 1px solid #E4E4E4;
    }

    .financials_holder {
        width: 100%;
    }

    .filter_holder.sticky {
        width: 100%;
    }

    .financials .filter_holder.sticky ul {
        display: inline-block;
    }

    .filter_holder.sticky li {
        display: inline-block;
        margin-right: 20px;
    }

    .filter_holder.sticky .filter_container {
        padding: 0 80px;
    }

    .faqs .answer {
        width: 100%;
    }

    .jobs_board .short_info .btn {
        margin-top: 35px;
        width: 50%;
    }

    .jobs_board .short_info {
        width: 100%;
        padding: 0;
        margin-bottom: 35px;
    }

    .jobs_board .long_info {
        width: 100%;
    }

    .employer_program .span_3 {
        width: 62.5%;
    }

    .request_speaker .span_3 {
        width: 62.5%;
    }

    .request_speaker .span_4 {
        width: 100%;
    }

    .employer_program .big-headline {
        margin-bottom: 20px;
    }

    /* Carousel */
    .carousel-nav li:after {
        display: none;
    }

    .carousel-nav li path {
        opacity: 1 !important;
    }

    .corporate_giving .span_2 {
        width: 50%;
    }

    .corporate_giving .mobile_hide {
        display: none;
    }

    .employer_program .span_3 {
        width: 100%;
    }

    .request_speaker .span_3 {
        width: 100%;
    }


    /* Checkout */
    .woocommerce-checkout > .row > .col{
        width:100%;
    }
    .woocommerce-checkout > .row{
        display:flex;
        width:100%;
        flex-direction: column-reverse;
    }
    #checkout_payments li{
        margin-bottom:-20px;
    }
    .woocommerce #back-to-cart{
        margin-bottom:0;
    }


    /* DONATE */
    .donate-section .row{
        flex-direction:column;
    }
    .donate-section .span_3:first-child{
        width:100%;
    }
    .donate-section .donate-btn{
        margin-top: 30px !important;
    }
    .donate-section .donation-btns{
        margin:10px -10px 20px;
    }
    .donate-section .amounts{
        margin-top:20px;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .donate-section .amount{
        font-size:12px;
        width: 50px;
        height: 50px;
        display: flex;
        float: left;
        align-items: center;
        margin-bottom: 20px;
    }
    .donate-section .amounts .amount-other{
        display:block;
        width:100%;
        padding: 12px;
        clear: left;
        max-width: none;
    }
    .amounts-predefined{
        margin-right:0;
    }
    .donate-right-col{
        width:100%;
        padding: 0;
    }
    .donate-right-col .img{
        max-width:none;
        margin-top:30px;
        margin-bottom: 40px;
    }
    .donate-module .carousel-slides{
        flex-direction:column;
    }
    .donate-module .carousel-slides .slide{
        padding:0 40px 60px;
        margin:0;
    } 

}

@media all and (max-width: 900px) {

    /* Mini bag */
    .bag_outer{
        padding: 60px 60px 40px 60px;
    }
    .main-nav .donate-btn{
        right:59px;
    }
    .bag-left{
        margin-bottom:25px;
    }
    .bag-left, .bag-right{
        width:100%;
    }
    .bag .cart-total{
        right:0;
    }
    #bag .close{
        top:100px;
        left: 60px;
    }

    .product-page .related-products-box {
        padding-left: 51px;
        padding-right: 51px;
    }

    .product-page .product-details:first-of-type {
        width: 100%;
        padding-left: 51px;
        padding-right: 51px;
    }

    .product-page .span_4 {
        padding-left: 51px;
        padding-right: 51px;
    }

    .product-page .product-img:nth-child(2n+1) {
        padding-left: 51px;
        padding-right: 51px;
    }

    .product-page .product-img-main{
        padding:0 !important;
    }

    .filter_holder.sticky .filter_container {
        padding: 0 51px;
    }

    .home .impact-section .center-row .row {
        display: flex;
        padding: 0 0px;
    }

    .home .impact-section .center-row .row .col {
        flex: 1 1 auto;
        margin: 0 0px;
    }

    .container {
        padding: 0 51px;
    }

    .home_title {
        padding-bottom: 104px;
    }

    .start-text {
        left: 51px;
    }

    h2.big-headline,.karam-house-section h2 {
        font-size: 72px;
    }

    h1.big-headline {
        font-size: 72px;
    }

    header .container {
        padding: 30px 51px;
    }

    header.fixed {
        -webkit-transform: none;
        transform: none;
    }

    body.open .socials_top_menu {left: 51px;}

    /*** ANNOUCEMENTS ***/
    #popup .span_2{
        display:none;
    }
    #popup .popup_text{
        column-count: 1;
        column-gap: 0;
    }
    #popup .span_6 h2{
        width:100%;
        font-size:20px;
    }
    #popup p{
        margin-top:12px;
        font-size:12px;
    }
    #popup .span_6{
        padding-left:0;
        width: 100%;
    }
    #popup .container{
        padding-top:40px;
        padding-bottom:40px;
    }
    #popup .close{
        height:12px;
        width:12px;
        top:-25px;
    }

}

@media all and (max-width:767px){
    .cookies_page .col{
        width:100%;
    }
    .cookies_page h3{
        margin-bottom:40px;
    }
}

@media all and (max-width: 600px) {

  
    /**************/
    /*** Global ***/
    /**************/

    .loaded{
        transition:none !important;
        -webkit-transition:none !important;
    }
    
    .page_template{
        padding-top:180px;
    }
    
    /* Grid */
    .last-row{margin-top:0;}
    .span_xs_0{display:none;}
    .span_xs_1{width:33.33%;}
    .span_xs_2{width:66.66%;}
    .span_xs_3{width:100%;}

    html{
        clear:left;
    }
    .container{
        padding-left:40px;
        padding-right:40px;
    }
    .btn:not(.back-to-website),.button,#gdpr-box button.gdpr-button-accept,.main-nav .donate-btn{font-size:15px;padding: 11px 25px 12px;height:45px;min-width: auto;margin: 0;}
    #back-to-cart .btn,#continue .btn,#edit .btn{
        font-size:18px;
        height:60px;
        padding: 18px 10px 19px 10px;
    }
    .show_form{
        width:100%;
    }
    .apply-form .wpcf7-form-control-wrap{
        width: 100%;
    }
    .cover-letter{
        margin: 0;
    }
    .cv-resume input, .cover-letter input{
        opacity: 0 !important;
    }
    .apply-form input.wpcf7-submit{
        width: 100%;
        margin-top: 0;
    }
    section{
        padding:60px 0;
    }
    .section-title{
        margin-bottom:60px;
    }
    .start-section + section{
        padding-top:60px;
    }
    .scroll-element,
    .impact-desktop{
        display: none !important;
    }
    .impact-mobile{
        display: block !important;
        margin:0 auto;
        width:calc(100% - 80px);
    }
    /* Filters */
    .filter_holder.mobile > p{
        padding: 19px 0;
    }
    .filter_holder.mobile > p:after{
        margin-top: 18px;
    }
    .filter_holder.mobile{
        top: 96px;
        padding: 0 40px;
    }
    .filter_holder.mobile li{
        display:block;
    }

    /*** Fonts ***/
    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
    .woocommerce .woocommerce-order-details table.shop_table tbody th,
    .woocommerce .woocommerce-order-details table.shop_table tfoot td,
    .woocommerce .woocommerce-order-details table.shop_table tfoot th,
    .woocommerce .woocommerce-order-details table.shop_table td,
    .woocommerce .woocommerce-order-details table.shop_table, .woocommerce .woocommerce-customer-details address,
    .woocommerce .woocommerce-column__title,
    p, li, .products_list .price{
        font-size:14px;
    }
    .story .lightbox-text, .story .lightbox-text *{
        font-size:18px;
        line-height:150%;
    }
    h1.big-headline,
    h2.big-headline,
    .karam-house-section h2{
        font-size:50px;
    }
    .footer-top .mc4wp-form .email,
    .footer-bottom h4,
    .small-headline{
        font-size:13px;
    }

    /**************/
    /*** Header ***/
    /**************/
    header .donate-btn{
        margin-top: 5px;
    }
    .main-nav .donate-btn{
        top: 20px;
        right: 40px;
    }
    header .container{
        padding: 20px 40px;
        height: 95px;
    }
    body.open .socials_top_menu {left: 40px;bottom: 34px;}
    header .logo svg{
        height:30px;
        width:146px;
        margin-left: -50px;
    }
    body.open .socials_top_menu a{
        margin-right:20px;
    }
    .secondary_container .logo{
        left: 27px;
        top: 9px;
    }
    body.open .bag_holder_line{
        top:155px;
    }
    body header #cart{
        top: 114px;
        left: 40px;
    }
    body .main-nav .menu-menu-container{
        top: 155px;
        padding: 0 40px;
    }
    body .main-nav{
        left: -40px;
    }
    body .main-nav .donate-btn{
        right:40px;
        top: 6px;
    }
    body.open .secondary_container:after{
        left:-40px;
        bottom: -21px;
    }
    .mobile_cart_name{
        margin-top:96px;
        margin-left: 40px;
    }

    /* Mini bag */
    .bag_outer{
        top: 20px;
        padding: 60px 40px 40px 40px;
    }
    #bag .close{
        top:90px;
        left: 40px;
    }

    /*********************/
    /*** Start section ***/
    /*********************/
    .start-text{
        width: auto;
        padding-right:40px;
        left: 40px;
    }

    /****************/
    /*** Homepage ***/
    /****************/

    /* Carousel */
    .carousel-nav .prev{
        width:80px;
        height:80px;
        left: 20px;
        margin-top: -40px;
    }
    .carousel-nav .next{
        width:80px;
        height:80px;
        right: 20px;
        margin-top: -40px;
    }
    .programmes .carousel-nav .next,
    .programmes .carousel-nav .prev{
        margin-top: -30px;
    }
    .carousel-nav .next svg{
        margin-left:-20px;
    }
    .carousel-nav .prev svg{
        margin-left:20px;
    }
    
    /* Impact section */
    .impact-section .container{
        padding-left: 0;
        padding-right: 0;
    }
    .impact-section .center-row{
        margin:0;
    }
    .impact-section .center-row .row{
        flex-direction:column;
    }
    .impact-section .center-row .row .col{
        width:100%;
        padding: 0;
        margin: 0 0 60px;
    }
    .impact-section .padding-box{
        padding:0 30px;
    }
    .impact-icon .icon-circle {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: none ;
        transition: none ;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .impact-section .carousel-nav{
        display:none;
    }
    .impact-section .center-row .row .col:nth-child(3){
        margin-bottom:0;
    }
    .the_journey_bg{
        width:200%;
        margin-left:-50%;
    }
    .the_journey_content_inner .col{
        width:100%;
    }

    /* Young leaders */
    .leaders-container > .row:not(:last-child){
        margin-bottom: 60px;
    }
    .leaders-container .span_xs_1{
        width: 25%;
    }
    .leader-container.span_xs_2{
        width: 75%;
    }

    /* Young leaders overlay */
    .leaders-lightbox main{
        padding-top: 53px;
        padding-bottom: 50px;
    }
    .leaders-lightbox .col{
        width:100%;
        padding:0;
    }
    .leaders-lightbox main .row{
        padding-bottom:60px;
    }
    .leaders-footer .row{
        display:block;
    }
    .leaders-footer .donate-btn{
        margin-top:30px !important;
    }


    /***********************/
    /*** Who we are page ***/
    /***********************/
    .expandable-list{
        padding:0;
        margin-top:0;
    }
    .expandable-list a{
        padding:20px 0;
    }
    .about-container .row{
        padding-bottom:60px;
    }
    .about-container .last-row{
        margin-top:20px;
    }

    /* Team */
    .team-section .team_members .span_7{
        margin-left: 0;
    }
    .team-section .team_members .team_member{
        border-left:0;
    }
    .team-section .container{
        padding: 0 40px;
    }
    .team-section .speaker_and_join .container{
        padding:0 40px;
    }
    .team-section .team_members .team_member{
        width:100%;
    }
    .speaker_join[data-num="1"]:after{
        left:-40px;
    }

    /* Team overlay */
    .team_member_box .team_member{
        margin-top:60px;
        width:100%;
    }
    .lightbox .scroll-content{
        padding-top: 60px;
    }
    .lightbox .scroll-wrapper{
        padding-bottom:120px !important;
    }
    .lightbox .event-lightbox{
        padding-top: 90px;
        padding-bottom: 120px !important;
    }
    #about-member.lightbox .close,
    .lightbox .close{
        margin-top: -35px;
        margin-left: 34px;
    }
    .lightbox .news_first_row{
        margin-top:50px;
    }
    .lightbox .news_date{
        margin-bottom:20px;
    }
    .lightbox-img{
        width:100%;
    }
    .member-description{
        margin-top:50px;
    }
    .leaders-lightbox.lightbox .scroll-wrapper{
        padding-bottom:60px !important;
    }
    .share{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* Map */
    .map .big-headline{
        left:40px;
    }

    /***********************/
    /*** What we do page ***/
    /***********************/
    .our-communities-start{
        padding-bottom:40px;
    }
    .our-communities .carousel{
        padding:0;
    }

    /*******************/
    /*** Latest page ***/
    /*******************/
    .latest-container{
        position:relative;
        padding-top:30px;
        overflow: hidden;
    }
    .latest-container .span_3{
        clear:left;
        width:100%;
        margin-top: 30px;
    }
    .latest-container .latest_thumbnail{
        width:50%;
        padding:0 !important;
    }
    .latest-container:first-child .date{
        top:0;
    }
    .latest-container .date{
        position:absolute;
        top: 35px;
        right:0;
    }
    .latest-container .row:after{
        width:100%;
        left:0;
        top:0;
        margin-top:-30px;
    }
    .latest-container .excerpt{
        font-size:14px;
    }
    .latest-page main .btn{
        margin-top:20px;
    }
    .speaker_and_join .col{
        margin-top: 60px;
    }
    .speaker_join[data-num="1"]{
        padding-bottom:60px;
    }
    .speaker_join[data-num="1"]:after{
        margin-top:60px;
    }
    #about-member .scroll-wrapper{
        padding-bottom: 60px !important;
    }

    /* Story */
    .story .row:nth-child(2) .span_3{
        margin-top:40px;
        padding:0;
    }


    /***********************/
    /*** Programmes page ***/
    /***********************/
    .programmes_block_holder iframe{
       height:calc(56.25vw - 48px);
    }
    .programmes_block_holder .col{
        padding-bottom:60px;
    }
    .programmes_block_holder p + p iframe{
        margin-top:40px;
    }


    /*****************/
    /*** Cart page ***/
    /*****************/
    .empty-cart{
        margin-top:5px;
    }
    .cart-checkout .page_title{
        padding-bottom: 4px !important;
    }
    .product-quantity,
    .product-price{
        width:auto;
    }
    .product-quantity{
        padding-left: 15px;
    }
    .product-subtotal{
        display:none;
    }
    .product-price{
        padding-left:15px;
        margin-top: 10px;
        margin-bottom:5px;
        width: 60%;
        text-align: left !important;
    }
    .cart_item .span_1:empty{
        width:15px;
    }
    .product-thumbnail{
        width:40%;
    }
    .product-name{
        width: calc(60% - 35px);
        margin-top: -3px;
    }
    .cart_product .remove_product{
        top:-4px;
    }
    .woocommerce .woocommerce-cart-form .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height:30px !important;
        text-align: left;
    }
    .woocommerce .woocommerce-cart-form .select2-container--default .select2-selection--single{
        height:30px !important;
    }
    .woocommerce-cart-form .select2:before,
    .woocommerce-cart-form .select2:after,
    .cart-checkout .select2-container--open.select2:before,
    .cart-checkout .select2-container--open.select2:after{
        top:15px;
    }
    .product-quantity .select2, .product-quantity .selection{
        width:32px !important;
    }
    .cart_product_header .col{
        display:none;
    }
    .cart_product{
        flex-direction:column;
        display:block;
    }
    .cart_item{
        margin-bottom: 0;
    }
    #order_review .cart_item{
        margin-bottom:20px;
    }
    /*
    .woocommerce .product-price,
    .woocommerce .product-quantity,
    .woocommerce .product-subtotal{
        clear:left;
    }
    */
    .coupon_box .col, .cart_total_box .col{
        width:100%;
    }

    /**************/
    /*** Footer ***/
    /**************/
    footer{
        padding: 60px 0;
    }
    .footer-top .row{
        flex-direction:column;
    }
    #footer .col{
        width:100%;
    }
    .footer-top .mc4wp-form{
        margin-top:40px;
    }
    #footer .footer-top{
        margin-bottom:60px;
        padding-bottom:60px;
    }
    .footer-bottom .row{
        display:flex;
        flex-direction:column;
    }
    .footer-bottom .row .col:nth-child(2){
        order:1;
    }
    .footer-bottom .row .col:nth-child(1){
        order:2;
    }
    .footer-bottom .row .col:nth-child(3),
    .footer-bottom .row .col:nth-child(4){
        order:3;
    }
    .menu-footer-foundation-container,
    .menu-footer-resources-container{
        display:none;
    }
    .footer-bottom .footer-menu{
        border-bottom:1px solid black;
        margin-bottom:15px;
        padding-bottom:15px;
    }
    .footer-bottom .footer-menu h4{
        position:relative;
        margin:0;
    }
    .footer-bottom .footer-menu h4.active .close{
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .footer-bottom .footer-menu h4 .close{
        display:block;
        right:0;
        top:9px;
        position: absolute;
        margin: 0;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .footer-menu .close:before,
    .footer-menu .close:after{
        background: #000;
    }
    .footer-bottom .row:last-child{
        padding-top:60px;
    }
    .footer-bottom .span_md_5{
        margin-top:50px;
    }
    .socials svg{
        margin-right:20px;
    }


    /***************/
    /*** Product ***/
    /***************/
    .product-page{
        padding-top:95px;
    }
    .related-products {
        grid-template-columns: 2fr 2fr;
        grid-column-gap: 20px;
    }

    .product-page .product-details {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-page .product-details .price{
        margin-top: 20px;
    }

    .product-page .related-products-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-page .related-products .product-details {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
        margin-bottom: 45px;
    }

    .product-page .span_4 {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 50px !important;
        margin-bottom: 0;
    }

    .product-page .product-img:nth-child(2n+1) {
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-page .product-img.product-img-main{
        padding-bottom: 25px !important;
    }

    .product-details br{
        display:none;
    }

    .product-page .short_desc:empty{
        display:none;
    }

    .product-page form.cart{
        position:relative;
        margin-top: 50px;
        margin-bottom: 110px;
    }

    .product-details [type="submit"]{
        position:fixed;
        z-index:5;
        bottom: 27px;
        margin: 0;
        left:40px;
        width:calc(100vw - 80px) !important;
        transition:none !important;
        -webkit-transition:none !important;
    }

    .product-details-main.unstick [type="submit"]{
        position:absolute;
        left:0;
        top:initial;
        bottom: -90px;
    }
    
    /*
    .product-details-main span,
    .product-details-main div{
        opacity:0;
    }
    .product-details-main.unstick span,
    .product-details-main.unstick div{
        opacity:1;
    }
    */

    .product-details h2{
        /* white-space: nowrap; */
        font-size: 20px;
    }

    .product-page .product-img-main img{
        object-fit:cover;
        height:calc(100vh - 240px);
        height: calc(var(--vh, 1vh) * 100 - 240px);
    }

    .request_speaker .wpcf7-form .e-date {
        width: 100%;
        padding: 0;
    }

    .request_speaker .wpcf7-form .attendees {
        width: 100%;
        padding: 0;
    }

    .request_speaker .wpcf7-form .last-name {
        width: 100%;
        padding: 0;
    }

    .corporate_giving .span_6 {
        width: 100%;
    }

    .corporate_giving .span_2 {
        width: 100%;
    }

    .corporate_giving .span_2.center {
        padding-right: 0px;
        padding: 0 30px;
        padding-bottom: 30px;

    }

    .request_speaker .wpcf7-form .firstname,
    .request_speaker .wpcf7-form .lastname,
    .wpcf7-form .first-name {
        width: 100%;
        padding: 0;
    }

    .donate-btn {
        margin-left: 17px;
    }

    .related-products .product-details p{
        padding-right: 0;
    }
    .related-products .product-details .price{
        position:relative;
        font-size: 14px;
    }

    #donate{
        position:absolute;
        left:0;
        bottom:0;
    }
    .donate-section .col:first-child{
        padding-bottom:74px;
    }
    .donate-section #donate{
        position:fixed;
        z-index:1;
        width:calc(100% - 80px);
        left:40px;
        bottom:30px;
    }
    .donate-section .col:first-child:after{
        content:'';
        left:0;
        z-index:0;
        bottom:0;
        position:fixed;
        height:105px;
        width:100%;
        background:white;
    }
    .donate-section.unstick .col:first-child:after{
        display:none;
    }
    .donate-section.unstick #donate{
        position:absolute;
        width:100%;
        left:0;
        bottom:0;
    }

    
    /************/
    /*** SHOP ***/
    /************/
    .shop-intro .col{
        width:100%;
    }
    .products_list{
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }
    .shop-page main .shop-intro{
        padding-top: 230px;
        min-height: auto;
        padding-bottom: 70px;
    }


    /* Checkout */
    .woocommerce .woocommerce-billing-fields .form-row-first,
    .woocommerce .woocommerce-billing-fields .form-row-last{
        width:100% !important;
        padding: 0 !important;
    }
    .woocommerce #back-to-cart,
    .woocommerce #place_order,
    #order_review .checkout-thumbnail,
    #order_review .product-cart-details,
    #order_review .product-name,
    #order_review .product-quantity,
    #continue,#edit,
    #shipping-and-payment-summary>div{
        width:100%;
        padding: 0;
    }
    #continue,
    #order_review .product-cart-details{
        margin-top:30px;
    }
    .summary-address,#edit{
        margin-bottom:30px;
    }

    /* Order received */
    .woocommerce-thankyou-order-received{
        padding-bottom:0;
    }
    .woocommerce ul.order_details li{
        border:0 !important;
        padding: 0 !important;
        margin: 5px 0 !important;
        clear: left;
    }
    .woocommerce ul.order_details li strong{
        display:inline-block !important;
    }
    .woocommerce .woocommerce-order-details,
    .woocommerce .woocommerce-customer-details,
    .woocommerce-order .back-to-website.btn{
        width:100% !important;
        display: block;
    }
    .woocommerce .woocommerce-order-details table.shop_table td:last-child{
        text-align:left;
    }

    /*** ANNOUCEMENTS ***/
    #annoucement .span_3{
        width:100%;
    }
    #annoucement .btn{
        position:relative;
        right:initial;
        top: 0;
        margin-top:18px;
        transform: none;
        -webkit-transform: none;
        width:100%;
    }
    #annoucement .container{
        padding-top:20px;
        padding-bottom:30px;
    }
    #annoucement h2{
        font-size:20px;
    }
    #annoucement p{
        margin-top:12px;
        font-size:12px;
    }
    #annoucement.annoucement-large .close{
        top:12px;
        right:12px;
    }
    #popup .close{
        right: -30px;
    }

    /*** COOKIES ***/
    #gdpr-box .container{
        flex-direction:column;
        align-items: flex-start;
    }
    #gdpr-box p{
        margin-bottom:20px;
    }
    #gdpr-box button.gdpr-button-accept{
        width:100%;
    }
    .cookies_page h5, .privacy_page h5,.cookies_page h4, .privacy_page h4{font-size: 13px;}


    /* SINGLE */
    .single .lightbox{
        padding-top:0;
    }

    
    .job_info{
        flex-direction:column;
    }
    .job h4,
    .job_location{
        width:100%;
        padding-right: 20px;
    }
    .job_location{
        margin-top:20px;
    }
}

.job_file_holder {border-bottom: 1px solid black;}

@media all and (max-width:500px) {

    /**************/
    /*** Global ***/
    /**************/
    html {
        clear: left;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    section {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 60px;
    }

    /*** Fonts ***/
    h1.big-headline,
    h2.big-headline {
        font-size: 50px;
    }

    .footer-top .mc4wp-form .email,
    .footer-bottom h4,
    .small-headline {
        font-size: 13px;
    }

    /*********************/
    /*** Start section ***/
    /*********************/
    .start-text {
        width: auto;
        padding-right: 40px;
        left: 40px;
    }

    /****************/
    /*** Homepage ***/
    /****************/

    /* Impact section */
    .home .impact-section .center-row {
        margin: 0;
    }

    .home .impact-section .center-row .row {
        flex-direction: column;
    }

    .home .impact-section .center-row .row .col {
        width: 100%;
        padding: 0 30px;
        margin: 0 0 60px;
    }

    .home .impact-section .center-row .row .col:nth-child(3) {
        margin-bottom: 0;
    }

    .the_journey_bg {
        width: 200%;
        margin-left: -50%;
    }

    .the_journey_content_inner .col {
        width: 100%;
    }

    .jobs_board .short_info .btn {
        margin-top: 35px;
        width: 100%;
    }

}


/*
    Copyright (C) Production Type
    This software is the property of Production Type.
    Your right to access and use this software is subject to the
    applicable License Agreement, or Terms of Service, that exists
    between you and Production Type. If no such agreement exists,
    you may not access or use this software for any purpose.
    This software may only be hosted at the locations specified in
    the applicable License Agreement or Terms of Service, and only
    for the purposes expressly set forth therein. You may not copy,
    modify, convert, create derivative works from or distribute this
    software in any way, or make it accessible to any third party,
    without first obtaining the written permission of Production Type.
    For more information, please visit us at www.productiontype.com
*/
@font-face {
    font-family: 'cardinalclassicmid-bold';
    src: url('../fonts/cardinalclmidw-bold.eot');
    src: url('../fonts/cardinalclmidw-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cardinalclmidw-bold.woff') format('woff');
}

@font-face {
    font-family: 'cardinalclassicmid-regular';
    src: url('../fonts/cardinalclmidw-regular.eot');
    src: url('../fonts/cardinalclmidw-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cardinalclmidw-regular.woff') format('woff');
}

@font-face {
    font-family: 'GT-America-Standard-Regular';
    src: url('../fonts/GT-America-Standard-Regular.eot');
    src: url('../fonts/GT-America-Standard-Regular.ttf');
    src: url('../fonts/GT-America-Standard-Regular.woff');
}

/* Mock store */
.donate-store-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donate-store-wrap .left-side,
.donate-store-wrap .right-side {
  max-width: 50%;
  width: 100%;
}
.donate-store-wrap .left-side {
  padding-right: 50px;
}
.donate-store-wrap .right-side img {
  max-width: 100%;
  width: 100%;
}

.donate-store-products {
  padding-top: 0;
}
.donate-store-products .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donate-store-products .single-product {
  max-width: calc(33.333% - 10px);
  width: 100%;
  margin-bottom: 30px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
.donate-store-products .single-product:hover {
  opacity: 0.8;
}
.donate-store-products .single-product .quantity-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 30px 10px 10px;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  border: 2px solid #fff;
}
.donate-store-products .single-product .quantity-wrap.no-quantity {
  border: 2px solid #ff0000;
}
.donate-store-products .single-product .quantity-wrap .quantity {
  min-width: 20px;
}
.donate-store-products .single-product .quantity-wrap .qt-plus {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid black;
}
.donate-store-products .single-product .quantity-wrap .qt-minus {
  position: absolute;
  bottom: 7px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid black;
}
.donate-store-products .single-product .quantity-wrap .qt-plus:hover {
  border-bottom: 9px solid rgba(0, 0, 0, 0.7);
}
.donate-store-products .single-product .quantity-wrap .qt-minus:hover {
  border-top: 9px solid rgba(0, 0, 0, 0.7);
}
.donate-store-products .single-product .add-donation-cart {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 5px;
}
.donate-store-products .single-product.selected .add-donation-cart {
  background: #33A0BD;
}
.donate-store-products .single-product.selected .add-donation-cart svg > g > g {
  stroke: #fff;
}
.donate-store-products .single-product .product-heading {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 150px);
  color: #fff;
  font-size: 20px;
}
.donate-store-products .single-product .donation-amount {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
}
.donation-store-cart {
  display: none;
  position: fixed;
  right: 0;
}
.donation-store-cart.cart-visible {
  display: block;
}
.donation-store-cart a {
  border: 1px solid #000;
  color: #000;
  padding: 20px;
  background: #fff;
}
.donation-store-cart a:hover {
  background: #33A0BD;
  border-color: #33A0BD;
  color: #fff;
}

@media(max-width: 1439px) {
  .donate-store-wrap .left-side h1 {
    font-size: 60px;
  }
}

@media(max-width: 1023px) {
  .donate-store-wrap .left-side h1 {
    font-size: 45px;
  }
  .donate-store-products .single-product {
    max-width: calc(50% - 10px);
    height: 300px;
  }
}

@media(max-width: 767px) {
  .donate-store-wrap {
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .donate-store-wrap .left-side,
  .donate-store-wrap .right-side {
    max-width: 100%;
  }
  .donate-store-wrap .left-side {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .donate-store-wrap .left-side h1 {
    font-size: 35px;
  }
  .donate-store-products .single-product {
    max-width: 100%;
  }
}