/* ---------------------------------- */
/* ---------- Slick Slider ---------- */
/* ---------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* ------------------------------------ */
/* ---------- Heading Widget ---------- */
/* ------------------------------------ */
.philantrop_heading_widget {
    position: relative;
}

.philantrop_heading {
    line-height: 60px;
    letter-spacing: -.03em;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.philantrop_up_heading {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.03em;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 13px;
    position: relative;
    z-index: 5;
}

.philantrop_up_heading .philantrop_up_heading_1,
.philantrop_up_heading .philantrop_up_heading_2 {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: solid 1px;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.philantrop_up_heading .philantrop_up_heading_2 {
    margin-right: 5px;
}

/* ----------------------------------- */
/* ---------- Button Widget ---------- */
/* ----------------------------------- */
.philantrop_button_widget .philantrop_button_container {
    line-height: 0;
}

.philantrop_button_widget .philantrop_fullwidth_button {
    width: 100%;
}

.philantrop_button_widget .icon {
    font-size: 18px;
    margin-left: 37px;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_button_container.view_type_3 .philantrop_alt_button {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    position: relative;
}

.philantrop_button_container.view_type_3 .philantrop_alt_button:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_button_container.view_type_3 .philantrop_alt_button:hover:after {
    width: 0;
}

/* --------------------------------------- */
/* ---------- Blockquote Widget ---------- */
/* --------------------------------------- */
.philantrop_blockquote.philantrop_view_type_1 {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0;
    font-weight: 500;
    color: #555555;
    padding-left: 114px;
    position: relative;
}

.philantrop_blockquote_marker {
    position: absolute;
    top: 6px;
    left: -2px;
}



.philantrop_blockquote_marker_2 {
    left: 20px;
}

.philantrop_blockquote.philantrop_view_type_2 {
    background: #F9F7F6;
}

.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper:before {
    content: '';
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper .philantrop_blockquote_image_container {
    width: 100%;
    flex: 2;
}

.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper .philantrop_blockquote_image_container img {
    max-width: 101%;
}

.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont {
    line-height: 2;
    letter-spacing: .15px;
    padding: 15px 20px;
    flex: 3;
}

.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont h1,
.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont h2,
.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont h3,
.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont h4,
.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont h5,
.philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont h6 {
    margin-bottom: 20px;
}

.philantrop_blockquote.philantrop_view_type_3 {
    background: #F9F7F6;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 25px 20px 40px;
}

@media only screen and (min-width: 767px) {
    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont,
    .philantrop_blockquote.philantrop_view_type_3 {
        padding: 35px 40px 50px;
    }
}

@media only screen and (min-width: 992px) {
    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont {
        padding: 70px 60px 0;
    }

    .philantrop_blockquote.philantrop_view_type_3 {
        padding: 61px 60px 60px 81px;
    }
}

.philantrop_blockquote_marker_container {
    padding-left: 5px;
    margin-bottom: 21px;
}

.philantrop_blockquote.philantrop_view_type_3 .philantrop_blockquote_marker_1,
.philantrop_blockquote.philantrop_view_type_3 .philantrop_blockquote_marker_2 {
    display: inline-block;
    position: static;
}

.philantrop_blockquote.philantrop_view_type_3 .philantrop_blockquote_author {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
}

.philantrop_blockquote.philantrop_view_type_3 .philantrop_blockquote_author span {
    display: inline-block;
    position: relative;
}

.philantrop_blockquote.philantrop_view_type_3 .philantrop_blockquote_author span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -9px;
    left: 0;
}

/* ---------------------------------- */
/* ---------- Image Widget ---------- */
/* ---------------------------------- */
.philantrop_image_widget .philantrop_image_container {
    display: inline-block;
    position: relative;
}

.philantrop_image_border {
    width: 100%;
    height: 100%;
    border: solid 1px #a39989;
    border-radius: 276px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.philantrop_image_widget img {
    border-radius: 267px;
}

/* -------------------------------------------- */
/* ---------- Categories List Widget ---------- */
/* -------------------------------------------- */
.philantrop_categories_list_wrapper {
    display: flex;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #333333;
}

.philantrop_categories_list_wrapper .philantrop_categories_list_title {
    margin-right: 26px;
}

.philantrop_categories_list_wrapper a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

/* ------------------------------------- */
/* ---------- Products Widget ---------- */
/* ------------------------------------- */
/* --- View Type 1 --- */
.philantrop_products_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.philantrop_filtering_products_item,
.philantrop_prod_list_item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 33px;
}

.philantrop_products_list.philantrop_view_type_2 .philantrop_prod_list_item {
    max-width: 100%;
    flex: 0 0 100%;
}

.philantrop_products_list.philantrop_view_type_1.philantrop_columns_1 .philantrop_filtering_products_item,
.philantrop_products_list.philantrop_view_type_3.philantrop_columns_1 .philantrop_prod_list_item {
    max-width: 100%;
    flex: 0 0 100%;
}

.philantrop_products_list.philantrop_view_type_1.philantrop_columns_2 .philantrop_filtering_products_item,
.philantrop_products_list.philantrop_view_type_3.philantrop_columns_2 .philantrop_prod_list_item {
    max-width: 50%;
    flex: 0 0 50%;
}

.philantrop_products_list.philantrop_view_type_1.philantrop_columns_3 .philantrop_filtering_products_item,
.philantrop_products_list.philantrop_view_type_3.philantrop_columns_3 .philantrop_prod_list_item {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.philantrop_products_list.philantrop_view_type_1.philantrop_columns_4 .philantrop_filtering_products_item,
.philantrop_products_list.philantrop_view_type_3.philantrop_columns_4 .philantrop_prod_list_item {
    max-width: 25%;
    flex: 0 0 25%;
}

.philantrop_products_list.philantrop_view_type_1.philantrop_columns_5 .philantrop_filtering_products_item,
.philantrop_products_list.philantrop_view_type_3.philantrop_columns_5 .philantrop_prod_list_item {
    max-width: 20%;
    flex: 0 0 20%;
}

.philantrop_filtering_product_title a,
.philantrop_prod_list_title a {
    display: inline;
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
}

.philantrop_filtering_product_title a:hover,
.philantrop_prod_list_title a:hover {
    background-size: 100% 1px;
}

/* --- View Type 2 --- */
.philantrop_view_type_2 .philantrop_prod_list_item {
    margin-bottom: 40px;
}

.philantrop_view_type_2 .philantrop_prod_list_item_wrapper,
.philantrop_view_type_3 .philantrop_prod_list_item_wrapper {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #cacaca;
    padding-bottom: 40px;
}

.philantrop_view_type_2 .philantrop_prod_list_image {
    flex: 0 0 11%;
}

.philantrop_view_type_2 .philantrop_prod_list_title {
    flex: 0 0 32%;
    padding-left: 82px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

.philantrop_view_type_2 .philantrop_prod_list_excerpt {
    flex: 0 0 42%;
}

.philantrop_view_type_2 .philantrop_prod_list_price,
.philantrop_view_type_3 .philantrop_prod_list_price {
    flex: 0 0 15%;
    text-align: right;
    font-size: 20px;
}

.philantrop_view_type_2 .philantrop_prod_list_item_wrapper .philantrop_prod_list_image,
.philantrop_view_type_3 .philantrop_prod_list_item_wrapper .philantrop_prod_list_image {
    overflow: hidden;
}

/* --- View Type 3 --- */
.philantrop_view_type_3 .philantrop_prod_list_item {
    margin-bottom: 35px;
}

.philantrop_view_type_3 .philantrop_prod_list_item_wrapper {
    align-items: flex-start;
    padding-bottom: 28px;
}

.philantrop_view_type_3 .philantrop_prod_list_image {
    flex: 0 0 22%;
}

.philantrop_view_type_3 .philantrop_prod_list_info {
    padding-left: 46px;
}

.philantrop_view_type_3 .philantrop_prod_list_title {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    margin: -5px 0 12px;
}

.philantrop_view_type_3 .philantrop_prod_list_excerpt {
    margin-bottom: 2px;
}

.philantrop_view_type_3 .philantrop_prod_list_price {
    text-align: left;
}

/* -------------------------------------- */
/* ---------- Image Box Widget ---------- */
/* -------------------------------------- */
.philantrop_image_box_image_cont {
    margin-bottom: 14px;
}

.philantrop_image_box_wrapper img {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_image_box_title {
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-weight: 300;
    margin-bottom: 10px;
}

.philantrop_image_box_divider {
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.philantrop_image_box_divider:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #222628;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_motion_effect_on .philantrop_image_box_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.philantrop_motion_effect_on.visible .philantrop_image_box_divider:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.philantrop_image_box_wrapper:hover .philantrop_image_box_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.philantrop_image_box_wrapper.philantrop_motion_effect_on:hover .philantrop_image_box_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.philantrop_image_box_wrapper.philantrop_motion_effect_on.visible:hover .philantrop_image_box_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.philantrop_image_box_info {
    letter-spacing: 0;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_image_box_widget .philantrop_view_type_2 {
    display: flex;
    border-bottom: solid 1px #393939;
    padding-bottom: 20px;
}

.philantrop_image_box_widget .philantrop_view_type_2 .philantrop_image_box_image_cont {
    flex: 0 0 20%;
    margin-bottom: 0;
}

.philantrop_image_box_widget .philantrop_view_type_2 .philantrop_image_box_info_cont {
    padding-left: 12px;
}

.philantrop_image_box_widget .philantrop_view_type_2 .philantrop_image_box_title {
    letter-spacing: 0;
    text-transform: none;
    margin: -10px 0 0;
}

.philantrop_image_box_widget .philantrop_view_type_2 .philantrop_image_box_info {
    color: #555555;
    margin-bottom: 2px;
}

/* -------------------------------------- */
/* ---------- Promo Box Widget ---------- */
/* -------------------------------------- */
.philantrop_promo_box_item .philantrop_promo_box_image {
    margin-bottom: 23px;
}

.philantrop_promo_box_item img {
    display: inline-block;
}

.philantrop_promo_box_item .philantrop_promo_box_content {
    text-align: left;
}

.philantrop_promo_box_item .philantrop_promo_box_title {
    display: inline-block;
    padding-left: 27px;
    margin-bottom: 29px;
    font-size: 19px;
    position: relative;
}

.philantrop_promo_box_item .philantrop_promo_box_title .philantrop_promo_box_count {
    display: none;
    font-size: 60px;
    font-weight: 700;
    color: #d9eeea;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 576px) {
    .philantrop_promo_box_item .philantrop_promo_box_image {
        margin-bottom: 32px;
    }

    .philantrop_promo_box_item .philantrop_promo_box_title .philantrop_promo_box_count {
        display: initial;
    }
}

.philantrop_promo_box_item .philantrop_promo_box_description {
    margin-bottom: 10px;
}

.philantrop_promo_box_item .philantrop_promo_box_content a {
    font-size: 22px;
    color: #414a53;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_promo_box_item.philantrop_view_type_2 {
    background: #ffffff;
    padding: 65px 50px 68px;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_image,
.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_content {
    text-align: center;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_image {
    margin-bottom: 53px;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_title {
    font-size: 18px;
    padding-left: 14px;
    margin-bottom: 15px;
    z-index: 1;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_title .philantrop_promo_box_count {
    left: -23px;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_description {
    margin-bottom: 30px;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_content a {
    font-size: 13px;
    padding: 14px 30px 15px;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_content a:hover {
    color: #ffffff;
}

.philantrop_promo_box_item.philantrop_view_type_2 .philantrop_promo_box_content a .icon {
    font-size: 20px;
    margin-left: 10px;
}

/* ------------------------------------ */
/* ---------- Counter Widget ---------- */
/* ------------------------------------ */
body .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 0;
    line-height: 0;
    margin-bottom: 0;
    color: #ffffff;
}

.elementor-widget-counter .elementor-counter-number-wrapper span {
    font-size: 120px;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 600;
}

body .elementor-widget-counter.philantrop_counter_align_left .elementor-counter-number-wrapper,
body .elementor-widget-counter.philantrop_counter_align_right .elementor-counter-number-wrapper {
    display: block;
}

body .elementor-widget-counter.philantrop_counter_align_left .elementor-counter-number-wrapper {
    text-align: left;
}

body .elementor-widget-counter.philantrop_counter_align_right .elementor-counter-number-wrapper {
    text-align: right;
}

body .elementor-widget-counter.philantrop_counter_align_center .elementor-counter-number-wrapper {
    align-items: baseline;
}

body .elementor-widget-counter .elementor-counter-title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #474747;
    margin-top: 0;
}

.philantrop_figure_corner_yes .elementor-widget-container {
    -webkit-clip-path: polygon(90% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
}

/* ---------------------------------- */
/* ---------- Video Widget ---------- */
/* ---------------------------------- */
.philantrop_video_trigger_button_container {
    display: flex;
    justify-content: center;
}

.philantrop_video_trigger_button_wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.philantrop_video_trigger_button {
    width: 144px;
    height: 144px;
    border: solid 1px rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: relative;
    z-index: 5;
}

.philantrop_video_trigger_button_text {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -.03em;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 3;
}

.philantrop_play_icon {
    width: 45px;
    margin-left: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cls-1 {
    fill: none;
}

.cls-2 {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_video_trigger_button:hover .cls-2 {
    fill: #ffffff;
}

.philantrop_video_widget .philantrop_video_container,
.philantrop_tabs_widget .philantrop_video_container {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    padding: 47px;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 50000;
}

.philantrop_video_widget .philantrop_video_container.active,
.philantrop_tabs_widget .philantrop_video_container.active {
    display: block;
}

.philantrop_video_widget .philantrop_video_container.visible,
.philantrop_tabs_widget .philantrop_video_container.visible {
    opacity: 1;
}

.philantrop_video_widget .philantrop_video_container .philantrop_video_wrapper,
.philantrop_tabs_widget .philantrop_video_container .philantrop_video_wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50020;
}

.philantrop_video_widget .philantrop_video_container iframe,
.philantrop_tabs_widget .philantrop_video_container iframe {
    width: 100%;
    height: 100%;
}

.philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer,
.philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50010;
}

.philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer:hover,
.philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer:hover {
    opacity: 1;
}

.philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button,
.philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button {
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(30, 30, 30, .6);
    color: #cccccc;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button:hover,
.philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button:hover {
    color: #ffffff;
}

body.admin-bar .philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button,
body.admin-bar .philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button {
    top: 32px;
}

body.admin-bar .philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button svg,
body.admin-bar .philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button svg {
    display: block;
    overflow: visible;
    shape-rendering: geometricPrecision;
    position: relative;
}

body.admin-bar .philantrop_video_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button svg path,
body.admin-bar .philantrop_tabs_widget .philantrop_video_container .philantrop_close_popup_layer .philantrop_close_button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_video_button {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    background: #1c1c1c;
    padding: 43px 58px 41px;
    overflow: hidden;
    position: relative;
}

.philantrop_video_button:before {
    content: '';
    width: 101%;
    height: 101%;
    background: #ffffff;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2;
}

.philantrop_video_button:hover:before {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.philantrop_video_button svg {
    stroke: currentColor;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.philantrop_video_button span {
    margin-left: 22px;
    position: relative;
    z-index: 5;
}

/* --------------------------------------- */
/* ---------- Best Offer Widget ---------- */
/* --------------------------------------- */
.philantrop_best_offer_carousel .slick-track {
    padding: 100px 0;
}

.philantrop_prod_slider_item {
    padding: 0 30px;
    text-align: center;
}

.philantrop_prod_slider_item img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_prod_slider_item.slick-current img {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.philantrop_prod_slider_title {
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    margin-top: -4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_prod_slider_item.slick-current .philantrop_prod_slider_title {
    margin-top: 68px;
}

.philantrop_prod_slider_item .philantrop_prod_slider_price {
    margin-bottom: 5px;
}

.philantrop_prod_slider_item .philantrop_prod_slider_buttons_cont {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.philantrop_prod_slider_item:hover .philantrop_prod_slider_buttons_cont {
    opacity: 1;
}

/* ----------------------------------- */
/* ---------- Person Widget ---------- */
/* ----------------------------------- */
.philantrop_person_wrapper {
    position: relative;
    overflow: hidden;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    z-index: 2;
}

.philantrop_person_wrapper:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.philantrop_person_wrapper .philantrop_person_image_container {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.philantrop_person_wrapper .philantrop_person_info_container {
    width: 96%;
    color: #ffffff;
    background: #005bac;
    padding: 20px 30px 16px;
    -webkit-clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.philantrop_person_wrapper:hover .philantrop_person_info_container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_person_wrapper .philantrop_person_image_container:before {
    content: '';
    display: block;
    padding-top: 133.73704%;
}

.philantrop_person_name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_person_position {
    color: #6993cd;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 0;
}

.philantrop_person_socials {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 17px 0 0;
}

.philantrop_person_socials li {
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-size: 17px;
    line-height: 1;
}

.philantrop_person_socials li a {
    color: #ffffff;
}

.philantrop_person_socials li a:hover {
    color: #ffffff;
    opacity: .75;
}

/* --------------------------------------- */
/* ---------- Calculator Widget ---------- */
/* --------------------------------------- */
.philantrop_calc_form_title {
    margin-bottom: 21px;
}

.philantrop_truckload_type_select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #767f7f;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 0 30px 0 18px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.philantrop_truckload_type_select:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-bottom: 2px solid #939393;
    border-right: 2px solid #939393;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.philantrop_truckload_type_select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.philantrop_truckload_type_select.open,
.philantrop_truckload_type_select:active,
.philantrop_truckload_type_select:focus {
    border-color: #000000;
}

.philantrop_truckload_type_select .philantrop_truckload_list {
    width: 100%;
    max-height: 165px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: scroll;
    padding: 0;
    margin-top: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    transform-origin: 50% 0;
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
}

.philantrop_truckload_type_select.open .philantrop_truckload_list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.philantrop_truckload_list .philantrop_option {
    min-height: 40px;
    list-style: none;
    line-height: 40px;
    font-weight: 400;
    outline: 0;
    cursor: pointer;
    padding: 0 29px 0 18px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.philantrop_truckload_list .philantrop_option.focus,
.philantrop_truckload_list .philantrop_option.selected.focus,
.philantrop_truckload_list .philantrop_option:hover {
    background-color: #f6f6f6;
}

.philantrop_truckload_list .philantrop_option.selected {
    font-weight: 700;
}

.philantrop_truckload_list .philantrop_option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.philantrop_refrigerate_option_container {
    position: relative;
    overflow: hidden;
    margin-bottom: 52px;
}

.philantrop_refrigerate_option_container span {
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}

.philantrop_refrigerate_option_container span:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e2e2e2;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.philantrop_refrigerate_option_container span:after {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    border-top: solid 2px;
    border-left: solid 2px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 5;
}

.philantrop_refrigerate_option_container span.active:after {
    opacity: 1;
}

.philantrop_distance_title {
    margin-bottom: 1px;
}

.philantrop_calc_distance_container .irs-min,
.philantrop_calc_distance_container .irs-max,
body .philantrop_calc_distance_container .irs-single:before,
body .philantrop_calc_distance_container .irs--flat .irs-handle > i:first-child {
    display: none;
}

body .philantrop_calc_distance_container .irs-single {
    display: inline-block;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    position: relative;
    top: 30px;
    left: 0 !important;
}

body .philantrop_calc_distance_container .irs-handle {
    width: 20px;
    height: 20px;
    border: solid 2px #f1f1f1;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    top: 16px;
}

body .philantrop_calc_distance_container .irs--flat .irs-line,
body .philantrop_calc_distance_container .irs--flat .irs-bar {
    height: 2px;
    border-radius: 0;
}

.philantrop_calculate_cost {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -2px;
    font-weight: 700;
    margin-top: 26px;
}

.philantrop_calculate_cost .philantrop_cost_currency {
    font-size: 20px;
    letter-spacing: -1px;
}

.philantrop_calc_button {
    min-width: auto;
    padding: 12px 41px 12px 28px;
    margin-top: 55px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* ------------------------------------- */
/* ---------- Icon Box Widget ---------- */
/* ------------------------------------- */
.philantrop_icon_box_item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.philantrop_icon_box_item.layout_type_row {
    flex-direction: row;
}

.philantrop_icon_box_item.border_on:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
}

.philantrop_icon_box_item .philantrop_icon_container {
    margin-bottom: 28px;
    position: relative;
}

.philantrop_icon_box_item .philantrop_icon_container i {
    display: inline-block;
    font-size: 41px;
    position: relative;
    z-index: 5;
}

.philantrop_icon_box_item.layout_type_row .philantrop_icon_container {
    margin-right: 38px;
}

.philantrop_icon_box_item .philantrop_icon_container svg {
    color: #333333;
}

.philantrop_icon_box_item svg.icon {
    font-size: 64px;
    position: relative;
    z-index: 5;
}

.philantrop_icon_box_item svg path {
    fill: currentColor;
}

.philantrop_icon_box_item .philantrop_svg_icon {
    height: 41px;
    display: inline-block;
}

.philantrop_icon_box_item .philantrop_bg_image {
    width: auto;
    position: absolute;
    z-index: 1;
}

.philantrop_icon_box_item .philantrop_icon_box_text {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 700;
}

.philantrop_icon_box_item .philantrop_icon_box_image {
    display: inline-block;
}

.philantrop_icon_box_item .philantrop_bg_image_position_top_left .philantrop_bg_image {
    top: 0;
    left: 0;
}

.philantrop_icon_box_item .philantrop_bg_image_position_top_center .philantrop_bg_image {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.philantrop_icon_box_item .philantrop_bg_image_position_top_right .philantrop_bg_image {
    top: 0;
    right: 0;
}

.philantrop_icon_box_item .philantrop_bg_image_position_center_left .philantrop_bg_image {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.philantrop_icon_box_item .philantrop_bg_image_position_center_center .philantrop_bg_image {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.philantrop_icon_box_item .philantrop_bg_image_position_center_right .philantrop_bg_image {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.philantrop_icon_box_item .philantrop_bg_image_position_bottom_left .philantrop_bg_image {
    bottom: 0;
    left: 0;
}

.philantrop_icon_box_item .philantrop_bg_image_position_bottom_center .philantrop_bg_image {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.philantrop_icon_box_item .philantrop_bg_image_position_bottom_right .philantrop_bg_image {
    bottom: 0;
    right: 0;
}

.philantrop_icon_box_item.layout_type_row .philantrop_icon_box_content_cont {
    margin-top: -4px;
}

.philantrop_icon_box_item .philantrop_icon_box_title {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0 0 18px;
    position: relative;
}

.philantrop_icon_box_item .philantrop_icon_box_title .philantrop_count_number {
    font-size: 60px;
    font-weight: 700;
    color: #d9eeea;
    position: absolute;
    top: 50%;
    left: -45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.philantrop_icon_box_item .philantrop_info_container {
    margin-bottom: 48px;
}

.philantrop_icon_box_item .philantrop_info_container p {
    margin: 0;
}

.philantrop_icon_box_item .philantrop_info_container a {
    color: #777777;
    text-decoration: none;
}

.philantrop_icon_box_item .philantrop_info_container a:hover {
    opacity: .75;
}

.philantrop_icon_box_item .philantrop_info_container .philantrop_icon_box_socials {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.philantrop_icon_box_item .philantrop_info_container .philantrop_icon_box_socials li:not(:last-of-type) {
    margin-right: 22px;
}

.philantrop_info_box_additional_title {
    line-height: 1;
    color: #005bac;
    margin-top: 47px;
}

.philantrop_icon_box_item .philantrop_icon_box_button {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    position: relative;
}

.philantrop_icon_box_item .philantrop_icon_box_button:before {
    content: '';
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    bottom: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_icon_box_item .philantrop_icon_box_button:hover:before {
    width: 0;
}

.philantrop_icon_box_item .philantrop_icon_box_button.button_underline_no:before {
    display: none;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_icon_box_item.philantrop_view_type_2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.philantrop_icon_box_item.philantrop_view_type_2 .philantrop_icon_container {
    margin-right: 13px;
}

.philantrop_icon_box_item.philantrop_view_type_2 .icon {
    font-size: 41px;
}

.philantrop_icon_box_item.philantrop_view_type_2 .philantrop_icon_box_title {
    margin: 0;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_icon_box_item.philantrop_view_type_3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_icon_container {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    border: solid 1px;
    border-radius: 50%;
    margin-right: 19px;
}

.philantrop_icon_box_item.philantrop_view_type_3 .icon {
    font-size: inherit;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_icon_box_title,
.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_info_container {
    margin: 0;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_icon_box_title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #767f7f;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_info_container {
    line-height: 1.7;
    font-weight: 500;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_info_container a {
    color: inherit;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_info_container a:hover {
    opacity: 1;
}

.philantrop_icon_box_item.philantrop_view_type_3 .philantrop_info_container .philantrop_icon_box_socials li:not(:last-of-type) {
    margin: 0 18px 0 0;
}

/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
.philantrop_icon_box_item.philantrop_view_type_4 {
    background: #ffffff;
    padding: 27px 30px 37px 40px;
    -webkit-clip-path: polygon(90% 0, 100% 9%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 9%, 100% 100%, 0 100%, 0 0);
}

.philantrop_icon_box_item.philantrop_view_type_4 svg.icon {
    font-size: 45px;
}

.philantrop_icon_box_item.philantrop_view_type_4 .philantrop_icon_box_title {
    margin: 0;
    letter-spacing: 0;
}

.philantrop_icon_box_item.philantrop_view_type_4 .philantrop_info_container {
    margin-bottom: 26px;
}

.philantrop_icon_box_item.philantrop_view_type_4 p {
    line-height: 1.9;
    margin-top: 0;
}

/* ------------------------------------- */
/* ---------- Info Box Widget ---------- */
/* ------------------------------------- */
.philantrop_info_box_widget .philantrop_reverse_row {
    flex-direction: row-reverse;
}

.philantrop_info_box_image_cont {
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .philantrop_info_box_image_cont {
        margin-bottom: 0;
    }
}

.philantrop_info_box_image_cont:before {
    content: '';
    display: block;
    padding-top: 82.45614%;
}

body .elementor .philantrop_info_box_image_cont img {
    z-index: 1;
}

.philantrop_info_box_content_cont {
    padding-left: 100px;
}

.philantrop_reverse_row .philantrop_info_box_content_cont {
    padding: 0 100px 0 0;
}

.philantrop_info_box_title {
    line-height: 50px;
    letter-spacing: -.05em;
    font-weight: 300;
    text-transform: uppercase;
    margin: -12px 0 30px;
}

.philantrop_info_box_title b,
.philantrop_info_box_title strong {
    font-weight: 700;
}

.philantrop_info_box_button {
    border: solid 2px;
    letter-spacing: 1px;
    padding: 10px 70px;
    margin-top: 33px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_info_box_item.view_type_2 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_info_box_item.view_type_2:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
}

.philantrop_info_box_item.view_type_2 .philantrop_info_box_content_cont {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_info_box_item.view_type_2:hover .philantrop_info_box_content_cont {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.philantrop_info_box_item.view_type_2 h6 {
    color: #ffffff;
    margin-bottom: 25px;
}

.philantrop_info_box_item.view_type_2 h6 span {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.philantrop_info_box_item.view_type_2 .philantrop_info_box_content {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_info_box_item.view_type_2:hover .philantrop_info_box_content {
    opacity: 1;
    margin-top: -10px;
}

.philantrop_info_box_item.view_type_2 .philantrop_info_box_content .philantrop_info_box_inner {
    line-height: 24px;
    padding-bottom: 28px;
}

.philantrop_info_box_item.view_type_2 .philantrop_info_box_button {
    color: #ffffff;
}

.philantrop_info_box_item.view_type_2 .philantrop_info_box_button:hover {
    color: #333333;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_info_box_item.view_type_3 {
    overflow: hidden;
    position: relative;
}

.philantrop_info_box_item.view_type_3:before {
    content: '';
    display: block;
    padding-top: 110.74919%;
}

.philantrop_info_box_item.view_type_3 .philantrop_img--bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .7s;
    transition: all .7s;
}

.philantrop_info_box_item.view_type_3:hover .philantrop_img--bg {
    top: 10px;
}

.philantrop_info_box_item.view_type_3 .philantrop_info_box_content {
    width: 100%;
    padding: 56px 15px 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.philantrop_info_box_item.view_type_3 .philantrop_info_box_up_title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #848484;
}

.philantrop_info_box_item.view_type_3 .philantrop_info_box_title {
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

/* ---------------------------------------- */
/* ---------- Linked Item Widget ---------- */
/* ---------------------------------------- */
.philantrop_linked_item {
    position: relative;
    overflow: hidden;
}

.philantrop_linked_item img {
    position: relative;
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
    z-index: 1;
}

.philantrop_linked_item:hover img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

.philantrop_linked_item_overlay {
    opacity: .75;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.philantrop_linked_item_overlay path {
    fill: #000000;
}

.philantrop_linked_item_side_title {
    font-size: 80px;
    line-height: 30px;
    letter-spacing: -2.4px;
    font-weight: 600;
    position: absolute;
    bottom: -9px;
    right: 9px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
    z-index: 4;
}

.philantrop_linked_item_info_container {
    width: 100%;
    padding: 0 50px 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 5;
}

.philantrop_linked_item:hover .philantrop_linked_item_info_container {
    bottom: 0;
}

.philantrop_linked_item_title,
.philantrop_linked_item_side_title,
.philantrop_linked_item_subtitle,
.philantrop_linked_item_text,
.philantrop_linked_item_link,
.philantrop_linked_item_link:hover {
    color: #ffffff;
}

.philantrop_linked_item_title {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 22px;
}

.philantrop_linked_item_subtitle {
    margin-bottom: 15px;
}

.philantrop_linked_item_text {
    margin-bottom: 18px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_linked_item_link {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    opacity: 1;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_linked_item:hover .philantrop_linked_item_text,
.philantrop_linked_item:hover .philantrop_linked_item_link {
    opacity: 1;
}

.philantrop_linked_item_link:after {
    content: '';
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_linked_item_link:hover:after {
    width: 0;
}

/* ----------------------------------------------- */
/* ---------- Linked Item Slider Widget ---------- */
/* ----------------------------------------------- */
.philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container {
    margin: 2px 0 0;
}

.philantrop_linked_item_slider_widget .philantrop_slider_counter {
    margin-right: 90px;
}

.philantrop_linked_item_slider_widget .philantrop_slider_counter span {
    color: #ffffff;
}

.philantrop_linked_items_carousel .slick-list {
    /*margin: 0 -20px;*/
}

.philantrop_linked_items_carousel .slick-track {
    padding: 10px 0 0;
}

.philantrop_linked_items_carousel .slick-slide {
    margin: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_wrapper {
    width: 100%;
    line-height: 0;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_wrapper img {
    width: 100%;
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_wrapper img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

/*.philantrop_linked_items_carousel .philantrop_linked_slider_item_wrapper:hover {*/
    /*top: -8px;*/
/*}*/

.philantrop_linked_items_carousel .philantrop_item_link .philantrop_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 2;
}

.philantrop_linked_items_carousel .philantrop_item_link {
    display: block;
    align-items: center;
    font-size: 0;
    letter-spacing: .3px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
}

.philantrop_linked_items_carousel .philantrop_item_link img {
    width: 100%;
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.philantrop_linked_items_carousel .philantrop_item_link:hover img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_content {
    width: 100%;
    padding: 0 20px 30px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_wrapper:hover .philantrop_linked_slider_item_content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1366px) {
    .philantrop_linked_items_carousel .philantrop_linked_slider_item_content {
        padding: 0 52px 44px;
    }
}

.philantrop_linked_items_carousel .philantrop_item_link:hover .philantrop_linked_slider_item_content {
    opacity: 1;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_title {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -0.6px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_sub_title {
    font-size: 80px;
    line-height: 30px;
    letter-spacing: -1.6px;
    font-weight: 600;
    position: absolute;
    bottom: -9px;
    right: 11px;
    -webkit-transform: rotate(-90deg) translate3d(100%, 0, 0);
    transform: rotate(-90deg) translate3d(100%, 0, 0);
    transform-origin: right bottom;
    z-index: 5;
}

.philantrop_linked_items_carousel .philantrop_item_link:before,
.philantrop_linked_items_carousel .philantrop_item_link:after {
    display: none;
}

.philantrop_linked_items_carousel .philantrop_item_link span {
    margin-right: 20px;
}

.philantrop_linked_items_carousel .philantrop_item_link .icon {
    font-size: 19px;
    margin-top: 4px;
}

.philantrop_linked_item_slider_widget .philantrop_causes_slider_navigation_container {
    margin-top: -6px;
}

.philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container,
.philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container .philantrop_slider_navigation_container {
    justify-content: center;
}

.philantrop_linked_item_slider_widget .philantrop_slider_arrows {
    justify-content: center;
    margin-top: 76px;
}

.philantrop_linked_item_slider_widget .philantrop_slider_arrows .philantrop_prev {
    margin-right: 6px;
    cursor: pointer;
}

.philantrop_linked_item_slider_widget .philantrop_slider_arrows .philantrop_next {
    margin-left: 6px;
    cursor: pointer;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_linked_item_slider_widget.view_type_2 .slick-list {
    margin: 0 -20px;
}

.philantrop_linked_item_slider_widget.view_type_2 .slick-slide {
    margin: 0 20px;
}

.philantrop_linked_item_slider_widget.view_type_2 .slick-slide a {
    display: block;
}

.philantrop_linked_item_slider_widget.view_type_2 .philantrop_linked_slider_item_wrapper {
    border: solid 1px #d7d7d7;
}

.philantrop_linked_item_slider_widget.view_type_2 .slick-slide img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_linked_item_slider_widget.view_type_2 .philantrop_navigation {
    padding: 0;
}

section.elementor-section-full_width .philantrop_linked_item_slider_widget.view_type_2 .philantrop_navigation {
    padding: 0 15px;
}

.philantrop_linked_item_slider_widget.view_type_2 .philantrop_slider_arrows .slick-dots {
    margin-top: 0;
}

.philantrop_linked_item_slider_widget.view_type_2 .philantrop_testimonials_navigation_container {
    justify-content: flex-start;
}

.philantrop_linked_item_slider_widget.view_type_2 .philantrop_slider_arrows {
    margin: 0 0 60px;
}

body .philantrop_content_wrapper .philantrop_linked_item_slider_widget.view_type_2 .philantrop_slider_arrows .slick-dots li {
    width: 52px;
    height: 50px;
    margin-left: 8px;
}

body .philantrop_content_wrapper .philantrop_linked_item_slider_widget.view_type_2 .philantrop_slider_arrows .slick-dots li:first-of-type {
    margin-left: 0;
}

body .philantrop_content_wrapper .philantrop_linked_item_slider_widget.view_type_2 .philantrop_slider_arrows .slick-dots li button {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 54px;
    font-weight: 400;
    background: none;
}

body .philantrop_content_wrapper .philantrop_linked_item_slider_widget.view_type_2 .philantrop_slider_arrows .slick-dots li.slick-active button {
    font-weight: 600;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .slick-track {
    padding-bottom: 40px;
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .slick-slide.slick-center {
    margin-top: 40px;
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item_content {
    padding: 0 50px 50px;
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item .philantrop_linked_slider_item_title {
    margin-bottom: 13px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item:hover .philantrop_linked_slider_item_title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item_sub_title {
    letter-spacing: -2.4px;
    font-weight: 600;
    color: #ffffff;
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item .philantrop_linked_slider_item_content {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item .philantrop_linked_slider_item_content_block {
    overflow: hidden;
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item .philantrop_linked_slider_item_content_wrapper {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .5s cubic-bezier(.22, .61, .36, 1);
    transition: all .5s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .philantrop_linked_slider_item:hover .philantrop_linked_slider_item_content_wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item_excerpt {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 17px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item:hover .philantrop_linked_slider_item_excerpt {
    opacity: 1;
}

.philantrop_linked_items_carousel .philantrop_item_button {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    opacity: 0;
    position: relative;
}

.philantrop_linked_items_carousel .philantrop_linked_slider_item:hover .philantrop_item_button {
    opacity: 1;
}

.philantrop_linked_items_carousel .philantrop_item_button:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.philantrop_linked_items_carousel .philantrop_item_button:hover:after {
    width: 0;
}

.philantrop_linked_item_slider_widget .philantrop_slider_arrows.view_type_3 {
    justify-content: flex-end;
    padding: 0 47px;
    margin: 0 0 70px;
}

/* --------------------------------------- */
/* ---------- Donate Box Widget ---------- */
/* --------------------------------------- */
.philantrop_donate_box_item .philantrop_donate_info_container {
    padding: 25px 30px 27px;
    margin-top: 2px;
    background: #f9f7f6;
}

.philantrop_donate_box_item .philantrop_donate_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.philantrop_donate_box_item .philantrop_image_container img {
    width: 100%;
}

.philantrop_donate_box_item .philantrop_donate_title h5 {
    margin-bottom: 0;
}

.philantrop_donate_box_item .philantrop_current_amount strong {
    color: #333333;
}

.philantrop_donate_box_item .philantrop_button {
    background: transparent;
}

/* --------------------------------------- */
/* ---------- Price Item Widget ---------- */
/* --------------------------------------- */
.philantrop_price_item {
    position: relative;
}

.philantrop_best_offer_container {
    line-height: 0;
    margin-bottom: 12px;
}

.philantrop_best_offer_container div {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 3px 7px 6px;
}

.philantrop_best_offer_yes .philantrop_price_item_wrapper {
    padding-top: 0;
}

.philantrop_price_item_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 41px 40px 49px;
    position: relative;
    z-index: 2;

}

.philantrop_price_border {
    position: absolute;
    overflow: hidden;
}

.philantrop_price_border_top,
.philantrop_price_border_bottom {
    width: 100%;
    height: 1px;
}

.philantrop_price_border_left,
.philantrop_price_border_right {
    width: 1px;
    height: 100%;
}

.philantrop_price_border_top,
.philantrop_price_border_left {
    top: 0;
    left: 0;
}

.philantrop_price_border_bottom,
.philantrop_price_border_right {
    bottom: 0;
    right: 0;
}

.philantrop_price_border:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_price_border_top:before,
.philantrop_price_border_bottom:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_price_border_left:before,
.philantrop_price_border_right:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0 ,0);
}

.philantrop_motion_effect_on .philantrop_price_border_top:before,
.philantrop_motion_effect_on .philantrop_price_border_bottom:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.philantrop_motion_effect_on .philantrop_price_border_left:before,
.philantrop_motion_effect_on .philantrop_price_border_right:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.philantrop_motion_effect_on.visible .philantrop_price_border_top:before,
.philantrop_motion_effect_on.visible .philantrop_price_border_bottom:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_motion_effect_on.visible .philantrop_price_border_left:before,
.philantrop_motion_effect_on.visible .philantrop_price_border_right:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_price_title {
    line-height: 1.3;
    margin-bottom: 44px;
}

.philantrop_price_item .philantrop_price_container {
    margin-bottom: 24px;
}

.philantrop_price_item .philantrop_price_wrapper {
    font-size: 0;
    line-height: 0;
}

.philantrop_price_item .philantrop_price_container .philantrop_currency,
.philantrop_price_item .philantrop_price_container .philantrop_price,
.philantrop_price_item .philantrop_price_container .philantrop_period {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2.2px;
    font-weight: 600;
}

.philantrop_price_item .philantrop_price_container .philantrop_period {
    font-size: 20px;
    letter-spacing: -.03em;
    margin-left: 1px;
}

.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 300;
    color: #B9B9B9;
    padding-left: 38px;
    margin-bottom: 20px;
    position: relative;
}

.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field:last-of-type {
    margin-bottom: 0 !important;
}

.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field.philantrop_active_field {
    color: #777777;
}

.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field:before {
    content: "";
    width: 16px;
    height: 16px;
    display: none;
    border-radius: 50%;
    border: solid 1px #36BB6B;
    position: absolute;
    top: 7px;
    left: 2px;
}

.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field:after {
    content: '';
    width: 8px;
    height: 5px;
    display: none;
    border-left: solid 2px #36BB6B;
    border-bottom: solid 2px #36BB6B;
    position: absolute;
    top: 12px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field.philantrop_active_field:before,
.philantrop_price_item .philantrop_custom_fields_container .philantrop_custom_field.philantrop_active_field:after {
    display: inline-block;
}

.philantrop_price_item .philantrop_price_button_container {
    width: 100%;
    display: block;
    padding: 0 38px;
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.philantrop_price_item .philantrop_price_button_container .philantrop_button {
    background: transparent;
    padding: 18px 36px 15px;
    letter-spacing: 0;
}

/* ---------------------------- */
/* --- View Type Horizontal --- */
/* ---------------------------- */
.philantrop_price_item.philantrop_type_horizontal {
    display: block;
}

.philantrop_type_horizontal .philantrop_price_item_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

.philantrop_type_horizontal.philantrop_best_offer_yes .philantrop_price_item_wrapper {
    padding-left: 84px;
}

.philantrop_type_horizontal .philantrop_best_offer_container div {
    width: 100%;
    text-align: center;
    padding: 7px 17px 8px;
}

.philantrop_type_horizontal .philantrop_price_title_container {
    width: 100%;
    max-width: 25.8%;
    flex: 0 0 25.8%;
    padding-top: 47px;
}

.philantrop_type_horizontal .philantrop_price_item_info_container {
    display: flex;
    width: 100%;
    max-width: 74.2%;
    flex: 0 0 74.2%;
    align-items: center;
    padding: 48px 0 50px;
    position: relative;
}

.philantrop_type_horizontal .philantrop_custom_fields_container {
    width: 100%;
    max-width: 60%;
    flex: 0 0 60%;
}

.philantrop_type_horizontal .philantrop_custom_fields_container .philantrop_custom_field {
    font-size: 16px;
}

.philantrop_type_horizontal .philantrop_price_button_container {
    width: 100%;
}

.philantrop_type_horizontal .philantrop_price_title {
    margin-bottom: 14px;
}

.philantrop_price_item.philantrop_type_horizontal .philantrop_price_container {
    width: 100%;
    max-width: 18%;
    flex: 0 0 18%;
}

.philantrop_price_item.philantrop_type_horizontal .philantrop_price_container .philantrop_currency,
.philantrop_price_item.philantrop_type_horizontal .philantrop_price_container .philantrop_price {
    font-size: 40px;
}

.philantrop_price_item.philantrop_type_horizontal .philantrop_price_container .philantrop_period {
    font-size: 20px;
    font-weight: 400;
}

.philantrop_type_horizontal .philantrop_main_fields_container,
.philantrop_type_horizontal .philantrop_secondary_fields_container {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.philantrop_type_horizontal .philantrop_price_button_container {
    padding: 0;
    margin-top: 0;
}

/* --------------------------------------- */
/* ---------- Links List Widget ---------- */
/* --------------------------------------- */
.philantrop_links_list_wrapper {
    border: solid 1px #dbe2e0;
    padding: 32px 30px;
}

.philantrop_links_list_title {
    margin-bottom: 19px;
}

.philantrop_links_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

body .philantrop_content_wrapper ul.philantrop_links_list li {
    line-height: 1;
}

body .philantrop_content_wrapper ul.philantrop_links_list li:not(:last-of-type) {
    margin-bottom: 24px;
}

.philantrop_links_list li a {
    display: block;
    position: relative;
    color: inherit;
    padding-left: 20px;
}

.philantrop_links_list li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
    border: solid 1px;
    border-radius: 50%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_links_list_wrapper.philantrop_view_type_2 {
    padding: 0;
    border: none;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_title {
    margin-bottom: 21px;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,61,144,.15);
    color: #ffffff;
    text-decoration: none;
    padding: 3px 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background .8s;
    transition: background .8s;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_item:hover {
    background: rgba(0,61,144,.3);
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_item:not(:last-of-type) {
    margin-bottom: 10px;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_item .philantrop_img--bg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .8s;
    transition: transform .8s;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_item:hover .philantrop_img--bg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.philantrop_links_list_wrapper.philantrop_view_type_2 h6 {
    margin-bottom: 0;
    color: inherit;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 .philantrop_links_list_counter {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    opacity: .4;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

.philantrop_links_list_wrapper.philantrop_view_type_2 a:hover .philantrop_links_list_counter {
    opacity: .7;
    color: #ffffff;
}

/* ---------------------------------------------- */
/* ---------- Download Document Widget ---------- */
/* ---------------------------------------------- */
.philantrop_download_doc_widget a {
    color: #c5c5c5;
}

.philantrop_download_doc_widget a:before,
.philantrop_download_doc_widget a:after {
    display: none;
}

.philantrop_download_doc_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.philantrop_download_doc_widget .philantrop_dd_image_cont {
    margin-right: 20px;
}

.philantrop_download_doc_widget .philantrop_dd_image_cont.philantrop_icon_type_svg .icon {
    font-size: 42px;
    position: relative;
    top: 1px;
    left: -5px;
}

.philantrop_download_doc_widget .philantrop_dd_image_cont img {
    height: 42px;
}

.philantrop_dd_description {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 7px;
}

.philantrop_download_doc_widget .philantrop_dd_title {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
}

/* ----------------------------------- */
/* ---------- Banner Widget ---------- */
/* ----------------------------------- */
.philantrop_banner_widget_wrapper {
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.philantrop_banner_widget_wrapper .philantrop_overlay {
    width: 100%;
    height: 100%;
    background: #484848;
    opacity: .26;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.philantrop_banner_widget_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 50px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.philantrop_banner_widget_title {
    font-family: "Cambon", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
}

.philantrop_banner_widget_description {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
}

.philantrop_page_content_container a.philantrop_link_type_2.philantrop_banner_widget_button {
    margin-top: 22px;
    color: #ffffff;
}

.philantrop_page_content_container a.philantrop_link_type_2.philantrop_banner_widget_button:before,
.philantrop_page_content_container a.philantrop_link_type_2.philantrop_banner_widget_button:after {
    background: #ffffff;
}

/* ----------------------------------- */
/* ---------- Career Widget ---------- */
/* ----------------------------------- */
.philantrop_careers_widget .philantrop_careers_listing_item {
    border-bottom: solid 1px #d2c8b9;
    position: relative;
}

/* ----------------------------------- */
/* ---------- Ticker Widget ---------- */
/* ----------------------------------- */
.philantrop_ticker_line {
    overflow: hidden;
    font-family: Sora, sans-serif;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -.035em;
    font-weight: 400;
    padding: 40px 0 34px;
    position: relative;
}

.philantrop_ticker_item_wrapper {
    display: flex;
    align-items: center;
}

.philantrop_ticker_item_wrapper span {
    display: flex;
}

.philantrop_ticker_divider {
    margin: 0 33px;
}

.philantrop_ticker_divider:before,
.philantrop_ticker_divider:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #000000;
    border-radius: 50%;
    margin: 5px 4px 0;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.ticker_view_type_2 .philantrop_ticker_line {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -.03em;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 0 0 #919191, 0 1px 0 #919191, -1px 0 0 #919191, 0 -1px 0 #919191;
}

.ticker_view_type_2 .philantrop_ticker_divider:before,
.ticker_view_type_2 .philantrop_ticker_divider:after {
    background: transparent;
    border: solid 1px #919191;
}

/* -------------------------------------- */
/* ---------- Image Box Widget ---------- */
/* -------------------------------------- */
.elementor-widget-image-box .elementor-image-box-img {
    margin-bottom: 14px;
}

body .elementor-widget-image-box .elementor-image-box-title {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 30px;
    letter-spacing: -.1px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 5px;
    position: relative;
    top: 2px;
}

.elementor-widget-image-box .elementor-image-box-description {
    letter-spacing: .5px;
}

/* --------------------------------- */
/* ---------- Tabs Widget ---------- */
/* --------------------------------- */
.philantrop_tabs_titles_container {
    width: 100%;
    display: flex;
}

.philantrop_tabs_titles_container .philantrop_tab_title_item {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.philantrop_tabs_titles_container .philantrop_tab_title_item a {
    display: inline-block;
    color: inherit;
    padding: 13px 20px;
}

.philantrop_tabs_titles_container .philantrop_tab_title_item.active {
    border: solid 1px #d9e2e0;
    border-bottom-color: #ffffff;
}

.philantrop_tabs_titles_container .philantrop_tab_title_item:before {
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.philantrop_tabs_titles_container .philantrop_tab_title_item.active:before {
    opacity: 1;
}

.philantrop_tabs_content_container {
    padding: 23px 30px 21px;
    border: solid 1px #d9e2e0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.philantrop_tab_content_item {
    display: none;
}

.philantrop_tab_content_item.active {
    display: block;
}

.philantrop_tab_gallery_container {
    font-size: 0;
    line-height: 0;
    margin-left: -8px;
}

.philantrop_columns_2 .philantrop_tab_gallery_item {
    width: 50%;
}

.philantrop_columns_3 .philantrop_tab_gallery_item {
    width: 33.333333%;
}

.philantrop_columns_4 .philantrop_tab_gallery_item {
    width: 25%;
}

.philantrop_tab_gallery_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 8px 8px;
}

.philantrop_tab_gallery_wrapper {
    position: relative;
}

.philantrop_tab_gallery_wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
}

.philantrop_tab_gallery_wrapper a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #282f34;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.philantrop_tab_gallery_wrapper a:hover:before {
    opacity: .5;
}

.philantrop_tab_gallery_wrapper a img {
    position: relative;
    z-index: 3;
}

.philantrop_image_caption {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    padding: 22px 30px;
    margin-bottom: 8px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    z-index: 7;
}

.philantrop_tab_gallery_wrapper a:hover .philantrop_image_caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* -------------------------- */
/* --- Vertical View Type --- */
/* -------------------------- */
.philantrop_tabs_widget.philantrop_tabs_vertical {
    display: flex;
}

.philantrop_tabs_vertical .philantrop_tabs_titles_container {
    width: 100%;
    max-width: 170px;
    flex-direction: column;
    border-bottom: none;
}

.philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item {
    margin: 0;
}

.philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item.active {
    border: solid 1px #d9e2e0;
    border-right-color: #ffffff;
}

.philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item:before {
    width: 2px;
    height: 100%;
}

.philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item a {
    display: block;
    padding: 15px 23px;
}

.philantrop_tabs_vertical .philantrop_tabs_content_container {
    margin-top: 0;
    margin-left: -1px;
}

/* -------------------------------------------- */
/* ---------- Shortcodes Tabs Widget ---------- */
/* -------------------------------------------- */
.philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item.active {
    border: none;
}

.philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item:before {
    display: none;
}

.philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item a {
    background: #f3f6f5;
    padding: 21px 83px 17px;
    color: #939393;
}

.philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item:not(:last-of-type) a {
    border-right: solid 1px #e0e0e0;
}

.philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item.active a {
    background: #ffffff;
    border-right-color: #ffffff;
}

.philantrop_shortcodes_tabs_widget .philantrop_tabs_content_container {
    padding: 60px 40px;
    margin: 0;
    border: none;
    background: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05);
}

.philantrop_shortcodes_tabs_widget input[type="submit"] {
    width: 100%;
    min-width: auto;
    display: block;
}

.philantrop_shortcodes_tabs_widget input {
    margin-bottom: 0;
}

.philantrop_shortcodes_tabs_widget input[type="text"] {
    padding-right: 40px;
}

.philantrop_shortcodes_tabs_widget .wpcf7 .ajax-loader {
    display: none;
}

.philantrop_delivery_form .row {
    margin-right: -4px;
    margin-left: -4px;
}

.philantrop_delivery_form .col-xl-3,
.philantrop_delivery_form .col-6 {
    padding: 0 4px;
}

.philantrop_shortcodes_tabs_widget .icon {
    font-size: 18px;
    color: #858b90;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 20px;
}

/* ---------------------------------------------- */
/* ---------- Donations Listing Widget ---------- */
/* ---------------------------------------------- */

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.philantrop_donation_wrapper.view_type_1 .philantrop_donations_item {
    margin-bottom: 70px;
}

.philantrop_donation_wrapper.view_type_1 .philantrop_donation_item_img {
    position: relative;
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) {
    .philantrop_donation_wrapper.view_type_1 .philantrop_donation_item_img {
        margin-bottom: 0
    }
}

.philantrop_donation_wrapper.view_type_1 .philantrop_donation_item_img:before {
    content: "";
    display: block;
    padding-top: 97.2973%
}

.philantrop_donation_wrapper.view_type_1 .philantrop_donation_item_title {
    line-height: 40px;
    letter-spacing: -.02em;
    margin-top: -9px;
    margin-bottom: 11px;
}

.philantrop_donation_wrapper.view_type_1 .philantrop_donation_item_title a:hover,
.philantrop_donation_wrapper.view_type_2 .philantrop_donation_item_title a:hover {
    opacity: .75;
}

.philantrop_donation_wrapper.view_type_1 .philantrop_donations_item_link,
.philantrop_donation_wrapper.view_type_2 .philantrop_donations_item_link {
    border: solid 2px;
    padding: 11px 47px 15px;
    margin-top: 41px;
}

.philantrop_donation_listing_widget .philantrop_pagination nav {
    margin-top: 0;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_donation_wrapper.view_type_2,
.philantrop_recent_donations_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.philantrop_donation_wrapper.view_type_2 .philantrop_donations_item,
.philantrop_recent_donations_wrapper .philantrop_donations_item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 70px;
}

.philantrop_donation_wrapper.view_type_2 .philantrop_donation_item_img_cont,
.philantrop_recent_donations_wrapper .philantrop_donation_item_img_cont {
    margin-bottom: 34px;
}

.philantrop_donation_wrapper.view_type_2 .philantrop_donation_item_title,
.philantrop_recent_donations_wrapper .philantrop_donation_item_title {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.philantrop_recent_donations_wrapper .philantrop_donation_item_title a:hover {
    opacity: .75;
}

.philantrop_donation_wrapper.view_type_2 .philantrop_donation_item_excerpt,
.philantrop_recent_donations_wrapper .philantrop_donation_item_excerpt {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 30px;
}

.philantrop_donation_wrapper.view_type_2 .give-form-title,
.philantrop_donation_wrapper.view_type_2 .give-form,
.philantrop_recent_donations_wrapper .give-form-title,
.philantrop_recent_donations_wrapper .give-form {
    display: none;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress,
.philantrop_recent_donations_wrapper .give-goal-progress {
    margin-bottom: 0;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised,
.philantrop_recent_donations_wrapper .give-goal-progress .raised {
    display: block;
    margin-top: 17px;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span.goal-text,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span.goal-text {
    float: left;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span.income,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span.income {
    float: right;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:before,
.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:before,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:before,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:before {
    display: none;
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:after,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:after {
    content: 'Rasied so far';
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:after,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:after {
    content: 'Target amount';
}

.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:after,
.philantrop_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:after,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:after,
.philantrop_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:after {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

.philantrop_donation_wrapper.view_type_2 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_recent_donations_wrapper .give-progress-bar .philantrop_progress_bar_marker {
    font-size: 16px;
    line-height: 1.9;
    top: -30px;
}

.philantrop_donation_wrapper.view_type_2 .philantrop_donations_item_link,
.philantrop_recent_donations_wrapper .philantrop_donations_item_link {
    padding: 20px 67px;
    margin-top: 28px;
    line-height: 1;
}

/* ------------------------------------------ */
/* ---------- Events Slider Widget ---------- */
/* ------------------------------------------ */
.philantrop_causes_slider_widget .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.philantrop_causes_slider_widget .philantrop_causes_slider {
    margin-left: -30px;
}

.philantrop_causes_slider_widget .philantrop_causes_slider.slider_type_4 {
    margin-left: 0;
}

.philantrop_causes_slider_widget .philantrop_event_slider_item {
    margin: 0 3px;
    overflow: hidden;
    opacity: .4;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.philantrop_causes_slider_widget .philantrop_event_slider_item.slick-active {
    opacity: 1;
    pointer-events: initial;
}

.philantrop_causes_slider_widget .philantrop_event_slider_item_wrapper {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.philantrop_causes_slider_widget .philantrop_event_slider_item_wrapper:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.philantrop_causes_slider_widget .philantrop_event_slider_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_causes_slider_widget .philantrop_event_slider_date_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: 30px;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.philantrop_causes_slider_widget .philantrop_event_slider_item_wrapper:hover .philantrop_event_slider_date_box {
    top: 55px;
}

.philantrop_causes_slider_widget .philantrop_event_slider_date_box .philantrop_event_day {
    font-size: 40px;
    line-height: 1;
    opacity: .8;
}

.philantrop_causes_slider_widget .philantrop_event_slider_date_box .philantrop_event_month {
    line-height: 24px;
}

.philantrop_causes_slider_widget .philantrop_event_slider_details_box {
    width: 100%;
    padding: 20px 30px 32px;
    color: #ffffff;
    position: absolute;
    bottom: -55px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_causes_slider_widget .philantrop_event_slider_item_wrapper:hover .philantrop_event_slider_details_box {
    bottom: 0;
}

.philantrop_causes_slider_widget .philantrop_event_title,
.philantrop_causes_slider_widget .philantrop_event_link {
    color: #ffffff;
}

.philantrop_causes_slider_widget .philantrop_event_time {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.philantrop_causes_slider_widget .philantrop_event_title {
    line-height: 27px;
    margin-bottom: 0;
}

.philantrop_causes_slider_widget .philantrop_event_link {
    display: inline-block;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.philantrop_causes_slider_widget .philantrop_event_link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_causes_slider_widget .philantrop_event_link:hover:after {
    width: 100%;
}

.philantrop_causes_slider_widget .philantrop_causes_slider_navigation_container,
.philantrop_linked_item_slider_widget .philantrop_causes_slider_navigation_container {
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
}

.nav_align_left .philantrop_causes_slider_widget .philantrop_causes_slider_navigation_container.button_container_off {
    justify-content: flex-start;
}

.nav_align_center .philantrop_causes_slider_widget .philantrop_causes_slider_navigation_container.button_container_off {
    justify-content: center;
}

.nav_align_right .philantrop_causes_slider_widget .philantrop_causes_slider_navigation_container.button_container_off {
    justify-content: flex-end;
}

.philantrop_causes_slider_widget .philantrop_causes_slider_navigation_container .philantrop_link_button_container {
    line-height: 0;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows,
.philantrop_stories_slider_widget .philantrop_slider_arrows,
.philantrop_linked_item_slider_widget .philantrop_slider_arrows,
.philantrop_content_slider_widget .philantrop_slider_nav_buttons {
    display: flex;
    align-items: center;
    position: relative;
}

.philantrop_content_slider_widget .philantrop_slider_nav_buttons {
    background: #ffffff;
    padding: 45px 56px 40px;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button,
.philantrop_stories_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button,
.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_slider_nav_button {
    cursor: pointer;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .philantrop_prev,
.philantrop_stories_slider_widget .philantrop_slider_arrows .philantrop_prev,
.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_prev {
    margin-right: 3px;
}

.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_prev {
    margin-right: 8px;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .philantrop_next,
.philantrop_stories_slider_widget .philantrop_slider_arrows .philantrop_next,
.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_next {
    margin-left: 3px;
}

.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_next {
    margin-left: 8px;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button svg rect,
.philantrop_stories_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button svg rect,
.philantrop_linked_item_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button svg rect,
.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_slider_nav_button svg rect {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:first-of-type,
.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_slider_nav_button:hover svg rect:first-of-type,
.philantrop_stories_slider_wrapper .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:first-of-type,
.philantrop_linked_item_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:first-of-type,
.philantrop_projects_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:first-of-type,
.philantrop_testimonials_navigation_container .slick-arrow:hover svg rect.circle {
    stroke: #8C8C8C;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:not(:first-of-type),
.philantrop_stories_slider_wrapper .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:not(:first-of-type),
.philantrop_linked_item_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:not(:first-of-type),
.philantrop_content_slider_widget .philantrop_slider_nav_buttons .philantrop_slider_nav_button:hover svg rect:not(:first-of-type),
.philantrop_projects_slider_widget .philantrop_slider_arrows .philantrop_slider_nav_button:hover svg rect:not(:first-of-type),
.philantrop_testimonials_navigation_container .slick-arrow:hover svg rect {
    fill: #8C8C8C;
}

.philantrop_causes_slider_widget .without_button .philantrop_slider_arrows:after {
    display: none;
}

.philantrop_causes_slider_widget .philantrop_slider_arrows .slick-dots {
    display: inline-flex !important;
    margin: 0;
}

.philantrop_causes_slider_widget .philantrop_button {
    border: solid 2px;
}

/* ------------------------------------------- */
/* ---------- Stories Slider Widget ---------- */
/* ------------------------------------------- */
.philantrop_stories_slider_wrapper {
    position: relative;
}

.philantrop_stories_slider_wrapper .philantrop_stories_slider_navigation_container {
    position: absolute;
    bottom: 173px;
    right: 97px;
    z-index: 5;
}

/* ----------------------------------------- */
/* ---------- Blog Listing Widget ---------- */
/* ----------------------------------------- */
/* ----------------- */
/* --- Blog Grid --- */
/* ----------------- */
.philantrop_blog_listing_wrapper.philantrop_view_type_1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
}

.philantrop_blog_listing_wrapper.philantrop_view_type_1 .philantrop_blog_listing_item {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    margin-bottom: 40px;
}

.philantrop_blog_listing_wrapper.philantrop_view_type_1.columns_2 .philantrop_blog_listing_item {
    width: 50%;
}

.philantrop_blog_listing_wrapper.philantrop_view_type_1.columns_3 .philantrop_blog_listing_item {
    width: 33.33333%;
}

.philantrop_blog_listing_wrapper.philantrop_view_type_1.columns_4 .philantrop_blog_listing_item {
    width: 25%;
}

.philantrop_blog_listing_image_container {
    position: relative;
    margin-bottom: 26px;
}

.philantrop_blog_listing_image_wrapper {
    overflow: hidden;
    position: relative;
}

.philantrop_blog_listing_image_wrapper img {
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.philantrop_blog_listing_item_wrapper:hover .philantrop_blog_listing_image_wrapper img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

.philantrop_blog_listing_widget .philantrop_view_type_1 .philantrop_post_date_wrapper,
.philantrop_recent_posts_widget .view_type_1 .philantrop_post_date_wrapper {
    width: 100%;
    height: 100%;
    padding: 42px 26px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.philantrop_blog_listing_widget .philantrop_view_type_1 .philantrop_post_date_border,
.philantrop_recent_posts_widget .view_type_1 .philantrop_post_date_border {
    width: 100%;
    height: 100%;
    position: relative;
}

.philantrop_blog_listing_widget .philantrop_view_type_1 .philantrop_post_date_border .philantrop_post_date_cont,
.philantrop_recent_posts_widget .view_type_1 .philantrop_post_date_border .philantrop_post_date_cont {
    bottom: 0;
    left: 0;
}

.philantrop_blog_listing_image_container.philantrop_media_output_empty .philantrop_post_cat_cont {
    position: relative;
}

.philantrop_blog_listing_meta {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0;
    color: #7d7d6f;
    margin-bottom: 4px;
}

.philantrop_blog_listing_widget .philantrop_post_cat_cont {
    position: static;
}

.philantrop_blog_listing_widget .philantrop_post_cat_cont a,
.philantrop_recent_posts_widget .philantrop_post_cat_cont a {
    background: transparent;
    margin-right: 5px;
}

.philantrop_blog_listing_widget .philantrop_post_cat_cont a:not(:first-of-type) {
    margin-left: 10px;
}

.philantrop_blog_listing_widget .philantrop_view_type_1 .philantrop_blog_listing_title,
.philantrop_recent_posts_widget .philantrop_blog_listing_title {
    line-height: 1.3;
    letter-spacing: -.03em;
    text-transform: none;
    padding-right: 10px;
    margin-bottom: 16px;
}

.philantrop_blog_listing_widget .philantrop_blog_listing_title a,
.philantrop_recent_posts_widget .philantrop_blog_listing_title a {
    display: inline;
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.philantrop_blog_listing_widget .philantrop_blog_listing_title a:hover,
.philantrop_recent_posts_widget .philantrop_blog_listing_title a:hover {
    background-size: 100% 2px;
}

.philantrop_blog_listing_item_divider {
    width: 100%;
    height: 2px;
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
}

.philantrop_blog_listing_item_divider:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all .3s cubic-bezier(.22, .61, .36, 1);
    transition: all .3s cubic-bezier(.22, .61, .36, 1);
    z-index: 1;
}

.philantrop_blog_listing_item_wrapper:hover .philantrop_blog_listing_item_divider:before {
    left: 0;
}

.philantrop_blog_listing_excerpt {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0;
}

.philantrop_blog_listing_widget .philantrop_view_type_1 + .philantrop_pagination {
    margin-top: 20px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_view_type_2 .philantrop_blog_listing_item {
    border-bottom: solid 1px #E0DED9;
    padding-bottom: 48px;
}

.philantrop_view_type_2 .philantrop_blog_listing_item.philantrop_post_format_quote {
    padding-bottom: 59px;
}

.philantrop_view_type_2 .philantrop_blog_listing_item:not(:last-of-type) {
    margin-bottom: 60px;
}

.philantrop_view_type_2 .philantrop_blog_listing_image_container {
    margin-bottom: 35px;
}

.philantrop_view_type_2 .philantrop_blog_listing_image_container.philantrop_media_output_empty {
    margin-bottom: 23px;
}

.philantrop_view_type_2 .philantrop_blog_listing_image_container.philantrop_media_output_empty .philantrop_post_cat_cont {
    padding: 0;
    margin-bottom: 2px;
    position: static;
}

.philantrop_blog_listing_widget .philantrop_view_type_2 .philantrop_post_cat_cont {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 30px;
    left: 0;
}

.philantrop_blog_listing_widget .philantrop_view_type_2 .philantrop_post_cat_cont a {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-transform: uppercase;
    color: #3F3F3F;
    padding: 7px 17px 6px;
    margin-bottom: 10px;
}

.philantrop_blog_listing_widget .philantrop_view_type_2 .philantrop_post_cat_cont a:hover {
    background: #3F3F3F;
}

.philantrop_blog_listing_widget .philantrop_view_type_2 .philantrop_post_cat_cont a:before {
    display: none;
}

.philantrop_blog_listing_widget .philantrop_view_type_2 .philantrop_post_cat_cont a:not(:first-of-type) {
    margin-left: 0;
}

.philantrop_view_type_2 .philantrop_post_format_quote .philantrop_post_date_cont {
    margin-bottom: 41px;
}

.philantrop_view_type_2 .philantrop_blog_listing_meta {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #7D7D7D;
}

.philantrop_view_type_2 .philantrop_blog_listing_meta .philantrop_blog_listing_meta_divider {
    width: 10px;
    height: 10px;
    border: solid 2px;
    border-radius: 50%;
    margin: 0 20px;
    position: relative;
    top: -2px;
}

.philantrop_view_type_2 .philantrop_blog_listing_title {
    line-height: 1.1;
    margin-bottom: 32px;
}

.philantrop_view_type_2 p.philantrop_blog_listing_excerpt {
    margin-bottom: 49px;
}

.philantrop_blog_list_quote_link:before,
.philantrop_blog_list_quote_link:after {
    display: none;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_blog_listing_wrapper.philantrop_view_type_3 {
    margin-bottom: 55px;
}

.philantrop_blog_listing_wrapper.philantrop_view_type_3 .philantrop_blog_listing_item {
    border-bottom: solid 2px #222628;
    padding: 40px 0 43px;
}

.philantrop_blog_listing_wrapper.philantrop_view_type_3 .philantrop_blog_listing_meta,
.philantrop_blog_listing_wrapper.philantrop_view_type_3 .philantrop_blog_listing_title {
    margin-bottom: 0;
}

/* ------------------------------------- */
/* ---------- Partners Widget ---------- */
/* ------------------------------------- */
.philantrop_partners_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.philantrop_partners_list.philantrop_columns_1 .philantrop_partners_item {
    max-width: 100%;
    flex: 0 0 100%;
}

.philantrop_partners_list.philantrop_columns_2 .philantrop_partners_item {
    max-width: 50%;
    flex: 0 0 50%;
}

.philantrop_partners_list.philantrop_columns_3 .philantrop_partners_item {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.philantrop_partners_list.philantrop_columns_4 .philantrop_partners_item {
    max-width: 25%;
    flex: 0 0 25%;
}

.philantrop_partners_list.philantrop_columns_5 .philantrop_partners_item {
    max-width: 20%;
    flex: 0 0 20%;
}

.philantrop_partners_list.philantrop_columns_6 .philantrop_partners_item {
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
}

.philantrop_partners_list.philantrop_columns_7 .philantrop_partners_item {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
}

.philantrop_partners_list.philantrop_columns_8 .philantrop_partners_item {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.philantrop_partners_list.philantrop_columns_9 .philantrop_partners_item {
    max-width: 11.111111%;
    flex: 0 0 11.111111%;
}

.philantrop_partners_list.philantrop_columns_10 .philantrop_partners_item {
    max-width: 10%;
    flex: 0 0 10%;
}

.philantrop_partners_item a {
    display: block;
}

.philantrop_partners_item a:before,
.philantrop_partners_item a:after {
    display: none;
}

.philantrop_partners_item_wrapper {
    overflow: hidden;
    position: relative;
}

.philantrop_partners_item img {
    margin: 0 auto;
}

.philantrop_partners_item_wrapper .philantrop_partners_image {
    -webkit-transform: translate(0 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.philantrop_partners_item_wrapper .philantrop_partners_duplicate_image {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.philantrop_partners_item a:hover .philantrop_partners_image {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.philantrop_partners_item a:hover .philantrop_partners_duplicate_image {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* --------------------------------------------- */
/* ---------- Advertising Text Widget ---------- */
/* --------------------------------------------- */
.philantrop_advertising_text {
    font-family: 'Cormorant Garamond Alt', sans-serif;
    font-size: 500px;
    line-height: .7;
    letter-spacing: -25px;
    font-weight: 300;
}

.philantrop_advertising_text.philantrop_image_bg_on {
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 10px;
}

/* ----------------------------------------- */
/* ---------- Recent Posts Widget ---------- */
/* ----------------------------------------- */
.philantrop_recent_posts_widget .philantrop_blog_listing_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.philantrop_recent_posts_widget .philantrop_blog_listing_item {
    width: 100%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 30px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_recent_posts_widget .philantrop_blog_listing_wrapper.view_type_2 {
    margin-left: -40px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item {
    padding-left: 40px;
    margin-bottom: 40px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 {
    max-width: 66.666667%;
    flex: 0 0 66.666667%;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_post_date_cont div {
    display: inline-block;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item .philantrop_post_date_cont {
    bottom: 42px;
    left: 25px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_meta {
    margin-bottom: 4px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_container,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_container {
    margin-bottom: 0;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 img,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 img {
    position: relative;
    z-index: 1;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_overlay,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_content_wrapper,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_content_wrapper {
    width: 100%;
    padding: 0 53px 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_cat_wrapper a,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_cat_wrapper a,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_title a,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_title a,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_excerpt,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_excerpt {
    color: #ffffff;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_date_wrapper,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_date_wrapper {
    margin-bottom: 20px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_date_cont,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_date_cont {
    display: inline-block;
    position: static;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_meta,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_meta {
    margin-bottom: 6px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_title,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_title {
    margin-bottom: 10px;
}

.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_excerpt,
.philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_excerpt {
    max-width: 65%;
}

/* ------------------------------------- */
/* ---------- Feedback Widget ---------- */
/* ------------------------------------- */
.philantrop_feedback_container {
    color: #ffffff;
    position: relative;
}

.philantrop_feedback_container:before {
    content: '';
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body .philantrop_contacts_divider_container {
    align-self: center;
    margin: 0;
}

.philantrop_feedback_wrapper {
    padding: 118px 0 140px;
}

.philantrop_feedback_title {
    color: #ffffff;
    margin-bottom: 0;
}

body .philantrop_feedback_text {
    margin-bottom: 25px;
}

.philantrop_page_content_container .philantrop_feedback_container a.philantrop_link_type_2,
.philantrop_feedback_container a {
    color: #ffffff;
}

.philantrop_page_content_container .philantrop_feedback_container a.philantrop_link_type_2:before,
.philantrop_page_content_container .philantrop_feedback_container a.philantrop_link_type_2:after,
.philantrop_feedback_container a:before,
.philantrop_feedback_container a:after {
    background: #ffffff;
}

.philantrop_feedback_phone_title {
    font-family: "Manrope", sans-serif;
    letter-spacing: .2px;
    font-weight: 400;
    color: #ffffff;
    margin: 15px 0 -12px;
}

.philantrop_feedback_phone {
    font-family: "Cambon", sans-serif;
    font-size: 40px;
    letter-spacing: -1.2px;
    font-weight: 500;
}

.philantrop_page_content_container a.philantrop_feedback_phone:before {
    height: 2px;
    opacity: 1;
    -webkit-transition: all .3s;
    animation: none;
    transition: all .3s;
    transition-delay: 0s;
}

.philantrop_page_content_container a.philantrop_feedback_phone:hover:before {
    opacity: 0;
}

.philantrop_page_content_container a.philantrop_feedback_phone:after {
    display: none;
}

/* -------------------------------------- */
/* ---------- Instagram Widget ---------- */
/* -------------------------------------- */
body .elementor-widget-shortcode #sb_instagram .sbi_photo {
    opacity: 1 !important;
    position: relative;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:hover:before {
    opacity: .4;
}

body .elementor-widget-shortcode #sb_instagram .sbi_photo:after {
    content: '\f16d';
    width: 28px;
    height: 28px;
    font-family: "FontAwesome", sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    background: transparent;
    position: absolute;
    bottom: 30px;
    left: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.philantrop_subscirbe {
    position: relative;
}

.philantrop_subscirbe input[type="email"] {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.philantrop_subscirbe input[type="email"]:focus {
    background: transparent;
}

.philantrop_subscirbe input[type="email"]::placeholder,
.philantrop_subscirbe input[type="email"]::-webkit-input-placeholder,
.philantrop_subscirbe .floating-placeholder {
    color: #ffffff;
}

.philantrop_subscirbe .warketum_submit_button {
    position: absolute;
    top: 10px;
    right: 0;
}

.philantrop_subscirbe .warketum_submit_button:before,
.philantrop_subscirbe .warketum_submit_button:after {
    background: #ffffff;
}

.philantrop_subscirbe input[type="submit"] {
    color: #ffffff;
}

.philantrop_subscirbe input[type="submit"]:hover {
    border-color: transparent;
}

/* ----------------------------------------- */
/* ---------- Testimonials Widget ---------- */
/* ----------------------------------------- */
.philantrop_testimonials_widget_wrapper {
    position: relative;
}

.philantrop_testimonials_wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    transition-delay: .3s;
}

.philantrop_testimonials_widget_wrapper.philantrop_motion_effect_on .philantrop_testimonials_wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.philantrop_testimonials_widget_wrapper.philantrop_motion_effect_on .philantrop_testimonials_container {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    transition-delay: .8s;
}

.philantrop_testimonials_widget_wrapper.philantrop_motion_effect_on .philantrop_testimonials_wrapper.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_testimonials_widget_wrapper.philantrop_motion_effect_on .philantrop_testimonials_wrapper.visible .philantrop_testimonials_container {
    opacity: 1;
}

.philantrop_testimonials_image_container {
    position: relative;
    z-index: 5;
}

.philantrop_testimonials_image_container img {
    margin: 0 auto;
}

.philantrop_testimonials_wrapper .philantrop_testimonials_text_container {
    padding-left: 62px;
}

.philantrop_testimonials_wrapper .philantrop_testimonials_widget_title_container {
    margin-bottom: 34px;
}

.philantrop_testimonials_wrapper .philantrop_testimonials_widget_title_container .philantrop_up_heading_2 {
    margin-right: 13px;
}

.philantrop_testimonials_wrapper .philantrop_blockquote_marker_container {
    display: flex;
    padding-left: 2px;
    margin-bottom: 24px;
}

.philantrop_testimonials_wrapper .philantrop_blockquote_marker {
    top: 5px;
    left: 2px;
}

.philantrop_testimonials_wrapper .philantrop_blockquote_marker_2 {
    left: 7px;
}

.philantrop_testimonials_wrapper .philantrop_heading {
    line-height: 1.2;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) {
    .philantrop_testimonials_title_cont .philantrop_heading {
        font-size: 40px;
        line-height: 50px;
    }
}

.philantrop_testimonials_slider_container {
    padding-left: 116px;
    position: relative;
}

.philantrop_testimonials_wrapper .philantrop_testimonial {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.03em;
    font-weight: 500;
}

.philantrop_testimonials_wrapper .philantrop_testimonial p {
    letter-spacing: -.02px;
}

.philantrop_testimonials_wrapper .philantrop_author_container {
    margin-top: 23px;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #333333;
}

.philantrop_testimonials_wrapper .philantrop_author_position {
    color: #333333;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_widget_title_container {
    padding-right: 12px;
    margin: 19px 0 64px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_navigation_container {
    justify-content: flex-start;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_navigation_container .philantrop_slider_navigation_container {
    margin-left: 6px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_navigation_container .philantrop_next {
    margin-left: 3px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_slider_container {
    padding-left: 0;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_text_container {
    padding-left: 134px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonial p {
    letter-spacing: 1px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_blockquote_marker {
    position: static;
    margin-bottom: 19px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_blockquote_marker svg {
    width: 45px;
    height: 30px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_author_container {
    margin-top: 28px;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_author_container_wrapper span {
    display: block;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_author_container_wrapper .philantrop_author_name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.03em;
}

.philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_author_container_wrapper .philantrop_author_position {
    font-size: 14px;
}

/* ------------------------------- */
/* --- Testimonials Navigation --- */
/* ------------------------------- */
.philantrop_best_offer_slider_widget .philantrop_time_line_wrapper {
    position: relative;
}

.philantrop_testimonials_navigation_container {
    display: flex;
    justify-content: flex-end;
    margin-top: -26px;
    margin-right: -39px;
}

.philantrop_testimonials_navigation_container .slick-arrow {
    display: inline-block;
    cursor: pointer;
}

.philantrop_testimonials_navigation_container .philantrop_next {
    margin-left: 16px;
}

.philantrop_testimonials_navigation_container .slick-arrow svg rect {
    fill: #333333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_testimonials_navigation_container .slick-arrow svg rect.circle {
    stroke: #333333;
    fill: transparent;
}

.philantrop_testimonials_navigation_container .philantrop_slider_counter {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}

.philantrop_testimonials_navigation_container .philantrop_current_slide {
    width: 1em;
    margin-right: 15px;
}

.philantrop_testimonials_navigation_container .philantrop_all_slides {
    width: 1em;
    margin-left: 15px;
}

.philantrop_testimonials_navigation_container .philantrop_separator,
.philantrop_content_slider_widget .philantrop_causes_slider_navigation_container .philantrop_separator {
    width: 87px;
    height: 1px;
    display: flex;
    background: #585858;
    margin-top: -4px;
}

.philantrop_content_slider_widget .philantrop_causes_slider_navigation_container .philantrop_separator {
    margin: -3px 14px 0;
    background: #b6b6b6;
}

.philantrop_testimonials_navigation_container .philantrop_separator span {
    width: 20%;
    height: 1px;
    display: inline-block;
    background: transparent;
}

.philantrop_testimonials_wrapper .philantrop_causes_slider_navigation_container {
    padding-bottom: 18px;
    margin-bottom: 0;
}

.philantrop_testimonials_wrapper .philantrop_causes_slider_navigation_container {
    padding-bottom: 18px;
    margin-bottom: 0;
}

.philantrop_testimonials_wrapper .philantrop_slider_navigation_container {
    margin-left: -5px;
}

.philantrop_testimonials_wrapper .slick-dots,
.philantrop_slider_arrows .slick-dots {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    position: relative;
}

.philantrop_slider_arrows.philantrop_nav_type_2 {
    width: 100%;
    position: absolute;
    bottom: 53px;
    left: 0;
}

.philantrop_slider_arrows.philantrop_nav_type_2 .slick-dots {
    justify-content: center;
}

body .philantrop_content_wrapper .philantrop_testimonials_wrapper .slick-dots li,
body .philantrop_content_wrapper .philantrop_slider_arrows .slick-dots li {
    width: 18px;
    height: 16px;
    background: transparent;
    opacity: 1;
    margin: 0 0 0 28px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_progress {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.philantrop_progress__path {
    fill: none;
    stroke-width: 6px;
    stroke: #ffffff;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

body .philantrop_content_wrapper .philantrop_testimonials_wrapper .slick-dots li:hover .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_time_line_wrapper .slick-dots li:hover .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_services_slider_widget_wrapper .slick-dots li:hover .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_portfolio_slider_widget .slick-dots li:hover .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_work_steps_widget .slick-dots li:hover .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_testimonials_wrapper .slick-dots li.slick-active .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_work_steps_widget .slick-dots li.slick-active .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_slider_arrows .slick-dots li:hover .philantrop_progress__path,
body .philantrop_content_wrapper .philantrop_slider_arrows .slick-dots li.slick-active .philantrop_progress__path {
    stroke-dashoffset: 0;
}

body .philantrop_content_wrapper .philantrop_testimonials_wrapper .slick-dots li:first-of-type,
body .philantrop_content_wrapper .philantrop_slider_arrows .slick-dots li:first-of-type {
    margin-left: 0;
}

body .philantrop_content_wrapper .philantrop_testimonials_wrapper .slick-dots li button,
body .philantrop_content_wrapper .philantrop_slider_arrows .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: solid 1px #ffffff;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ------------------------------------------- */
/* ---------- Content Slider Widget ---------- */
/* ------------------------------------------- */
.philantrop_content_slider_wrapper {
    position: relative;
}

.philantrop_content_slider_wrapper .slick-list {
    overflow: visible;
}

.philantrop_content_slider_wrapper .philantrop_content_slide {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.philantrop_content_slider_wrapper .philantrop_slide_content_container {
    position: relative;
}

.philantrop_content_slider_wrapper .philantrop_content_slider_additional_image {
    position: absolute;
    z-index: 10;
}

.add_image_v_align_top .philantrop_content_slider_additional_image {
    top: 0;
}

.add_image_v_align_center .philantrop_content_slider_additional_image {
    top: 50%;
}

.add_image_v_align_bottom .philantrop_content_slider_additional_image {
    bottom: 0;
}

.add_image_h_align_left .philantrop_content_slider_additional_image {
    left: 0;
}

.add_image_h_align_center .philantrop_content_slider_additional_image {
    left: 50%;
}

.add_image_h_align_right .philantrop_content_slider_additional_image {
    right: 0;
}

.philantrop_content_slider_wrapper .philantrop_content_slide_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.philantrop_content_slider_wrapper .philantrop_full_cont {
    height: 100%;
}

.philantrop_content_slider_wrapper .philantrop_content_container {
    width: 100%;
    position: relative;
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    margin: 0;
    position: absolute;
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_top.philantrop_h_pos_left {
    top: 0;
    left: 0;
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_top.philantrop_h_pos_center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_top.philantrop_h_pos_right {
    top: 0;
    left: auto;
    right: 0;
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_center.philantrop_h_pos_left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_center.philantrop_h_pos_center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_center.philantrop_h_pos_right {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_bottom.philantrop_h_pos_left {
    bottom: 0;
    left: 0;
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_bottom.philantrop_h_pos_center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container.philantrop_v_pos_bottom.philantrop_h_pos_right {
    bottom: 0;
    left: auto;
    right: 0;
}

.philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container .slick-dots {
    margin: 0;
}

.philantrop_content_slider_wrapper .philantrop_slider_counter {
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    color: #222628;
    margin-right: 89px;
}

.philantrop_content_slider_wrapper .philantrop_slider_counter .philantrop_current_slide,
.philantrop_content_slider_wrapper .philantrop_slider_counter .philantrop_all_slides {
    width: 1em;
}

.philantrop_content_slider_wrapper .philantrop_slider_counter .philantrop_separator span {
    width: 20px;
    height: 1px;
    display: inline-block;
    background: transparent;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button,
.philantrop_content_slider_wrapper .philantrop_content_slider_title,
.philantrop_content_slider_wrapper .philantrop_content_slider_promo_text,
.philantrop_content_slider_wrapper .philantrop_button {
    color: #ffffff;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button {
    width: 43px;
    height: 78px;
    margin-top: -39px;
    background: #ffffff;
    color: #474747;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button.philantrop_prev {
    left: 0;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button.philantrop_prev svg {
    position: relative;
    left: -3px;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button.philantrop_next {
    right: 0;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button.philantrop_next svg {
    position: relative;
    top: 3px;
    left: 3px;
}

.philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button path {
    fill: currentColor;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_content_slider_wrapper .philantrop_content_slider_title {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -4.5px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.philantrop_content_slider_wrapper .philantrop_content_slider_title.philantrop_special_title_font_yes {
    font-family: "Raph Lanok Future", sans-serif;
}

.philantrop_content_slider_wrapper .philantrop_up_heading_overlay {
    font-family: Inter, 'sans-serif';
    font-size: 200px;
    letter-spacing: -.06em;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .35);
    top: -54px;
}

.philantrop_content_slider_wrapper .philantrop_up_heading_overlay.philantrop_overlay_align_left {
    left: 0;
}

.philantrop_content_slider_wrapper .philantrop_up_heading_overlay.philantrop_overlay_align_center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.philantrop_content_slider_wrapper .philantrop_up_heading_overlay.philantrop_overlay_align_right {
    right: 0;
}

@media only screen and (min-width: 768px) {
    .philantrop_content_slider_wrapper .philantrop_content_slider_title {
        font-size: 150px;
    }
}

@media only screen and (min-width: 821px) {
    .philantrop_content_slider_wrapper .philantrop_content_slider_title {
        font-size: 150px;
    }
}

@media only screen and (min-width: 1181px) {
    .philantrop_content_slider_wrapper .philantrop_content_slider_title {
        font-size: 150px;
    }
}

.philantrop_content_slider_wrapper .philantrop_content_slider_promo_text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0 10px;
    margin-top: 14px;
}

.philantrop_content_slider_wrapper .philantrop_button {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    border: solid 2px;
    padding: 19px 82px 21px;
    margin-top: 52px;
}

.philantrop_content_slider_wrapper .philantrop_button:hover {
    color: #ffffff;
}

.philantrop_content_slider_wrapper .philantrop_button svg {
    margin-left: 18px;
}

.philantrop_content_slider_wrapper .philantrop_button.philantrop_video_trigger {
    margin-left: 15px;
}

.philantrop_content_slider_wrapper .philantrop_button.philantrop_video_trigger svg {
    margin-right: 11px;
    top: -3px;
}

.philantrop_content_slider_wrapper .philantrop_button.philantrop_video_trigger svg path {
    fill: none;
    stroke: currentColor;
}

.philantrop_content_slider_wrapper .philantrop_button.philantrop_video_trigger.vid_button_position_absolute {
    margin: 0;
    position: absolute;
}

.philantrop_content_slider_wrapper .philantrop_socials_container {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 44px;
    left: 100px;
    z-index: 100;
}

.philantrop_content_slider_wrapper .philantrop_socials_container li:not(:last-of-type) {
    margin-right: 30px;
}

.philantrop_content_slider_wrapper .philantrop_socials_container li a {
    font-size: 16px;
    color: #ffffff;
}

.philantrop_content_slider_wrapper .philantrop_socials_container li a i {
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container {
    display: flex;
    overflow: hidden;
    position: relative;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333333;
    background: #ffffff;
    padding: 7px 66px 0;
    position: relative;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger:before {
    content: '';
    width: 101%;
    height: 101%;
    background: #1c1c1c;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: all .5s cubic-bezier(.22, .61, .36, 1);
    transition: all .5s cubic-bezier(.22, .61, .36, 1);
    z-index: 2;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger:hover {
    color: #ffffff;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger:hover:before {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger svg {
    position: relative;
    z-index: 5;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger svg path {
    stroke: currentColor;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger span {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
    z-index: 5;
}

.philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger i {
    width: 1em;
    height: 1em;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_promo_video_container .philantrop_video_trigger:hover i {
    color: #ffffff;
    background: transparent;
}

.philantrop_slider_phone_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding: 0 16px;
}

.philantrop_slider_phone_title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #A5A5A5;
}

.philantrop_slider_phone_container a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
}

.philantrop_content_slider_wrapper .philantrop_additional_info_container {
    display: flex;
    align-items: center;
    padding: 24px 80px 24px 0;
    font-size: 14px;
    letter-spacing: 0;
    background: #222628;
}

.philantrop_content_slider_wrapper .philantrop_additional_info_container.item_1 {
    padding-left: 50px !important;
}

.philantrop_content_slider_wrapper .philantrop_additional_info_image {
    margin-right: 28px;
}

.philantrop_content_slider_wrapper .philantrop_additional_info_title {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    color: #818181;
    margin-bottom: 4px;
}

.philantrop_content_slider_wrapper .philantrop_additional_info {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}

.philantrop_content_slider_wrapper .philantrop_additional_info a {
    font-size: 16px;
    color: inherit;
}

.philantrop_content_slider_wrapper .philantrop_additional_info a:not(:last-of-type) {
    margin-right: 8px;
}

.philantrop_content_slider_wrapper .philantrop_content_wrapper_1,
.philantrop_content_slider_wrapper .philantrop_content_wrapper_2,
.philantrop_content_slider_wrapper .philantrop_content_wrapper_3 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s;
    transition: all .6s;
}

.philantrop_content_slider_wrapper .slick-current .philantrop_content_wrapper_1,
.philantrop_content_slider_wrapper .slick-current .philantrop_content_wrapper_2,
.philantrop_content_slider_wrapper .slick-current .philantrop_content_wrapper_3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_content_slider_wrapper .slick-current .philantrop_content_wrapper_1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

@media only screen and (max-width: 1680px) {
    body .philantrop_content_slider_wrapper .philantrop_content_wrapper_1 {
        width: 100% !important;
    }
}

.philantrop_content_slider_wrapper .slick-current .philantrop_content_wrapper_2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.philantrop_content_slider_wrapper .slick-current .philantrop_content_wrapper_3 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.philantrop_content_slider_wrapper .philantrop_anchor_container {
    height: 157px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.philantrop_content_slider_wrapper .philantrop_anchor {
    width: 73px;
    height: 100%;
    display: inline-flex;
    background: #ffffff;
    position: relative;
}

.philantrop_content_slider_wrapper .philantrop_anchor span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #555555;
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
    position: absolute;
    bottom: 0;
    left: -65px;
}

.philantrop_content_slider_wrapper .philantrop_anchor svg {
    margin-right: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.philantrop_content_slider_wrapper .philantrop_anchor svg rect {
    fill: #474747;
}

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_slider_counter:after {
    display: none;
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_slider_arrows .slick-dots {
    margin-top: 0;
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_fields_container,
.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_additional_fields_container,
.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container {
    display: flex;
    align-items: flex-end;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_additional_fields_container,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 100;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container:before {
    display: none;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_video_trigger,
.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_video_trigger:hover {
    padding: 21px 25px 19px;
    background: #222628;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_video_trigger {
    -webkit-transform: translateX(calc(100% - 56px));
    transform: translateX(calc(100% - 56px));
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container:hover .philantrop_video_trigger {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container:hover .philantrop_video_trigger i {
    color: #ffffff;
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container,
.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container,
.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
    background: #ffffff;
    padding: 39px 176px 31px 87px;
    bottom: 0;
    right: 0;
}

.philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_causes_slider_navigation_container {
    bottom: 195px;
    left: 15px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container .philantrop_slider_counter {
    position: relative;
    top: 3px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_info_container.first_cont .philantrop_additional_info_promo {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (min-width: 1600px) {
    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_info_container.first_cont .philantrop_additional_info_promo {
        left: 22px;
    }
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_info a {
    color: inherit;
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_info .icon {
    margin-right: 8px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_anchor_container {
    height: 112px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container,
.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
    margin: 0;
    padding-left: 83px;
    padding-right: 83px;
    left: 0;
    right: auto;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots,
.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots {
    margin-top: 6px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_anchor_container {
    height: 174px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
}

.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container .philantrop_video_trigger,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container .philantrop_video_trigger {
    padding: 103px 127px 27px 45px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container .philantrop_video_trigger:hover,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container .philantrop_video_trigger:hover {
    padding: 60px 127px 54px 45px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container .philantrop_video_trigger i,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container .philantrop_video_trigger i {
    margin-top: -2px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container .philantrop_video_trigger span,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container .philantrop_video_trigger span {
    margin-left: 16px;
}

/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container {
    width: auto;
    height: 100%;
    flex-direction: column-reverse;
    align-items: center;
    background: #222628;
    color: #ffffff;
    padding: 0 43px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_counter {
    flex-direction: column-reverse;
    margin: 83px 0 0;
    color: #ffffff;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_counter .philantrop_current_slide,
.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_counter .philantrop_all_slides {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.philantrop_content_slider_widget .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container .philantrop_separator {
    width: 1px;
    height: 87px;
    flex-direction: column-reverse;
    margin: 14px 0;
}

.philantrop_content_slider_widget .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container .philantrop_separator span {
    width: 1px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_arrows .slick-dots {
    flex-direction: column;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_arrows .slick-dots li {
    margin: 0 0 25px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_arrows .slick-dots li:last-of-type {
    margin-bottom: 0;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container {
    height: 130px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_promo_video_container .philantrop_video_trigger {
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_promo_video_container .philantrop_video_trigger span {
    margin-bottom: 0;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_info_container {
    width: 350px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #333333;
    background: #ffffff;
    padding: 35px 50px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_info_title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #777777;
}

.philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_info_container .icon {
    font-size: 24px;
    margin-right: 5px;
}

/* ------------------- */
/* --- View Type 5 --- */
/* ------------------- */
.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_slider_counter {
    display: none;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_fields_container {
    height: 220px;
    display: inline-flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container {
    width: 400px;
    max-width: 400px;
    padding: 57px 30px 53px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info_title {
    font-family: Quicksand, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 13px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info_title span {
    font-weight: 300;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info {
    color: #ffffff;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info {
    font-size: 16px;
    line-height: 24px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info a {
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_additional_info_container .philantrop_additional_info a:hover:after {
    width: 100%;
}

.philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_socials_container {
    bottom: 255px;
}

/* ------------------- */
/* --- View Type 6 --- */
/* ------------------- */
.philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_additional_fields_container {
    height: 175px;
    bottom: -64px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_additional_info_container {
    width: 480px;
    color: #ffffff;
}

.philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_additional_info_title {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 5px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_additional_info {
    font-size: 16px;
}

.philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_slider_counter {
    display: none;
}

/* ------------------------------------------ */
/* ---------- Blog Carousel Widget ---------- */
/* ------------------------------------------ */
.philantrop_blog_carousel_widget .philantrop_heading {
    margin-bottom: 42px;
}

.philantrop_blog_carousel_widget .philantrop_blog_slider_item,
.philantrop_donation_carousel_widget .philantrop_blog_slider_item {
    margin: 0 15px;
}

.philantrop_blog_carousel_widget .philantrop_blog_slider_image_cont {
    padding-top: 60.03956%;
    -webkit-clip-path: polygon(92% 0,100% 13%,100% 100%,0 100%,0 0);
    clip-path: polygon(92% 0,100% 13%,100% 100%,0 100%,0 0);
    overflow: hidden;
    position: relative;
}

.philantrop_blog_carousel_widget .philantrop_blog_slider_item .philantrop_post_cat_cont {
    padding: 0 30px;
}

.philantrop_blog_carousel_widget .philantrop_blog_details_container {
    background: #ffffff;
    padding: 26px 30px 30px;

}

.philantrop_blog_carousel_widget .philantrop_blog_slider_meta {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .7px;
    color: #005bac;
    margin-bottom: 6px;
}

.philantrop_blog_carousel_widget .philantrop_separator {
    margin: 0 2px;
}

.philantrop_blog_carousel_widget .philantrop_blog_title {
    margin-bottom: 10px;
}

.philantrop_blog_carousel_widget .philantrop_blog_title a {
    color: inherit;
}

.philantrop_causes_slider_widget .philantrop_offset_container,
.philantrop_blog_carousel_widget .philantrop_offset_container,
.philantrop_donation_carousel_widget .philantrop_offset_container,
.philantrop_info_box_carousel_widget .philantrop_offset_container {
    overflow: hidden;
}

.philantrop_causes_slider_widget .philantrop_offset_container_wrapper,
.philantrop_blog_carousel_widget .philantrop_offset_container_wrapper,
.philantrop_donation_carousel_widget .philantrop_offset_container_wrapper {
    width: 100%;
    max-width: 1200px;
}

.philantrop_causes_slider_widget .philantrop_offset_container_wrapper .slick-list,
.philantrop_blog_carousel_widget .philantrop_offset_container_wrapper .slick-list,
.philantrop_donation_carousel_widget .philantrop_offset_container_wrapper .slick-list,
.philantrop_info_box_carousel_widget .philantrop_offset_container_wrapper .slick-list {
    overflow: visible;
}

.philantrop_blog_carousel_widget .philantrop_causes_slider_navigation_container {
    margin-top: 55px;
}

.philantrop_blog_carousel_widget .philantrop_slider_arrows .slick-dots {
    justify-content: flex-start;
}

/* ----------------------------------------------- */
/* ---------- Donations Carousel Widget ---------- */
/* ----------------------------------------------- */
.philantrop_donation_carousel_widget .philantrop_causes_slider_title_part {
    margin-bottom: 45px;
}

.philantrop_donation_carousel_widget .philantrop_blog_slider_item_wrapper:before {
    padding-top: 109.96564%;
}

.philantrop_donation_carousel_widget .philantrop_blog_details_container {
    padding: 0 40px 32px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.philantrop_donation_carousel_widget .philantrop_donation_label {
    margin-bottom: 19px;
    font-weight: 700;
}

.philantrop_donation_carousel_widget .philantrop_blog_title {
    font-size: 30px;
    line-height: 36px;
}

.philantrop_donation_carousel_widget .philantrop_blog_excerpt {
    line-height: 24px;
}

.philantrop_donation_carousel_widget .philantrop_tour_link {
    color: inherit;
    margin-top: 20px;
}

.philantrop_donation_carousel_widget .philantrop_tour_link:after {
    background: #ffffff;
}

.philantrop_donation_carousel_widget .philantrop_causes_slider_navigation_container {
    position: absolute;
    bottom: -90px;
    right: 15px;
}

.philantrop_donation_carousel_widget .philantrop_slider_arrows {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.philantrop_donation_carousel_widget .philantrop_slider_arrows:before {
    content: '';
    width: 75px;
    height: 1px;
    background: #f7f7f7;
    margin: 0 30px;
}

.philantrop_donation_carousel_widget .slick-dots {
    margin: 0;
}

.philantrop_donation_carousel_widget .slick-dots li:first-of-type {
    margin: 0;
}

/* ------------------------------------------- */
/* ---------- Tours Carousel Widget ---------- */
/* ------------------------------------------- */
.philantrop_tours_carousel_widget .philantrop_tours_carousel {
    margin-top: 45px;
}

.philantrop_tours_carousel_widget .philantrop_tour_item {
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_tours_carousel_widget .philantrop_tour_item.slick-active {
    opacity: 1;
}

.philantrop_tours_carousel_widget .philantrop_tour_item_wrapper {
    background: #000000;
    color: #ffffff;
    margin: 0 3px;
    position: relative;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    z-index: 1;
}

.philantrop_tours_carousel_widget .philantrop_tour_item.slick-active .philantrop_tour_item_wrapper:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.philantrop_tours_carousel_widget .philantrop_tour_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
}

.philantrop_tours_carousel_widget .philantrop_item_counter_box {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    opacity: .8;
    position: absolute;
    top: 25px;
    left: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_tours_carousel_widget .philantrop_tour_item.slick-active .philantrop_tour_item_wrapper:hover .philantrop_item_counter_box {
    top: 55px;
}

.philantrop_tours_carousel_widget .philantrop_tour_details {
    width: 100%;
    padding: 25px 30px 35px;
    position: absolute;
    bottom: -55px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_tours_carousel_widget .philantrop_tour_item.slick-active .philantrop_tour_item_wrapper:hover .philantrop_tour_details {
    bottom: 0;
}

.philantrop_tours_carousel_widget .philantrop_tour_title {
    color: #ffffff;
}

.philantrop_tours_carousel_widget .philantrop_tour_title {
    line-height: 27px;
    margin-bottom: 0;
}

.philantrop_tours_carousel_widget .philantrop_tour_link {
    display: inline-block;
    line-height: 24px;
    font-weight: 700;
    margin-top: 18px;
    opacity: 0;
    position: relative;
}

.philantrop_tours_carousel_widget .philantrop_tour_item.slick-active .philantrop_tour_item_wrapper:hover .philantrop_tour_link {
    opacity: 1;
}

.philantrop_tours_carousel_widget .philantrop_tour_link:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_tours_carousel_widget .philantrop_tour_item.slick-active .philantrop_tour_link:hover:after {
    width: 100%;
}

.philantrop_tours_carousel_widget .full_mode_on .slick-list {
    overflow: visible;
}

.philantrop_tours_carousel_widget .full_mode_on .slick-list:before {
    content: '';
    width: 300%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 10;
}

.philantrop_tours_carousel_widget .full_mode_on .slick-track {
    overflow: hidden;
}

.philantrop_tours_carousel_widget .philantrop_causes_slider_navigation_container {
    margin-bottom: 15px;
}

/* -------------------------------------------- */
/* ---------- Info Box Slider Widget ---------- */
/* -------------------------------------------- */
.philantrop_info_box_carousel_widget .philantrop_info_box_carousel {
    margin-top: 45px;
}

.philantrop_info_box_carousel_widget .philantrop_info_box_item {
    margin: 0 3px;
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_info_box_carousel_widget .philantrop_info_box_item.slick-active {
    opacity: 1;
}

.philantrop_info_box_carousel_widget .philantrop_offset_container_wrapper {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .philantrop_info_box_carousel_widget .philantrop_offset_container_wrapper {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1830px) {
    .philantrop_info_box_carousel_widget .philantrop_offset_container_wrapper {
        max-width: 1800px;
    }
}

.philantrop_info_box_carousel_widget .container,
.philantrop_info_box_carousel_widget .philantrop_causes_slider_title_part,
.philantrop_info_box_carousel_widget .philantrop_causes_slider_nav_part {
    padding: 0;
}

.philantrop_info_box_carousel_widget .philantrop_causes_slider_nav_part {
    align-items: flex-end;
}

.philantrop_info_box_carousel_widget .slick-dots {
    margin-bottom: 15px;
}

.philantrop_info_box_carousel_widget .philantrop_info_box_counter {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}


/* ----------------------------------- */
/* ---------- Events Widget ---------- */
/* ----------------------------------- */
.philantrop_events_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.philantrop_events_wrapper .philantrop_event_item {
    width: 33.333333%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

.philantrop_events_wrapper .philantrop_event_item_wrapper {
    padding: 16px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
}

.philantrop_events_wrapper .philantrop_event_content_container {
    padding: 22px 13px 20px;
}

.philantrop_events_wrapper .philantrop_event_title {
    margin-bottom: 6px;
}

.philantrop_events_wrapper .philantrop_event_title a:hover {
    opacity: .75;
}

.philantrop_events_wrapper .philantrop_event_content_container p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .35px;
}

.philantrop_events_wrapper .philantrop_event_content_container .philantrop_excerpt {
    font-size: 16px;
    line-height: 27px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item {
    width: 100%;
}

.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .philantrop_event_item_wrapper {
    padding: 15px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .philantrop_event_item_wrapper {
        padding: 30px;
    }
}

.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .upcoming-item__title {
    margin-bottom: 16px;
}

.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .upcoming-item__title a:hover {
    opacity: .75;
}

.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item {
    font-size: 16px;
    line-height: 1.7;
}

.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .upcoming-item__details p:last-of-type {
    margin-bottom: 0;
}

.philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .icon {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

/* ------------------------------------------- */
/* ---------- Events Listing Widget ---------- */
/* ------------------------------------------- */

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.philantrop_events_listing_wrapper.view_type_1,
.philantrop_events_widget .philantrop_events_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.philantrop_events_listing_wrapper.view_type_1 .philantrop_event_listing_item,
.philantrop_events_widget .philantrop_event_listing_item {
    display: inline-block;
    width: 33.333333%;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 50px;
}

.philantrop_events_widget .philantrop_event_listing_item {
    margin-bottom: 0;
}

.philantrop_event_listing_item_image_box {
    position: relative;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 33px;
}

.philantrop_event_listing_item_image_box:before {
    content: "";
    display: block;
    padding-top: 59.45946%
}

.philantrop_event_date_box {
    padding: 16px 18px 13px 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.philantrop_event_date_box span {
    display: block;
    font-weight: 700;
    color: #333333;
}

.philantrop_event_date_box .philantrop_event_date {
    font-size: 30px;
    line-height: 30px;
}

.philantrop_event_date_box .philantrop_event_month {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.philantrop_events_listing_wrapper.view_type_1 .philantrop_event_listing_item_title,
.philantrop_events_widget .philantrop_event_listing_item_title {
    margin-bottom: 8px;
}

.philantrop_events_listing_wrapper.view_type_1 .philantrop_event_listing_item_title a:hover,
.philantrop_events_listing_wrapper.view_type_2 .philantrop_event_listing_item_title a:hover,
.philantrop_events_widget .philantrop_event_listing_item_title a:hover {
    opacity: .75;
}

.philantrop_events_listing_wrapper.view_type_1 .philantrop_event_listing_item_excerpt,
.philantrop_events_widget .philantrop_event_listing_item_excerpt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.philantrop_events_listing_wrapper.view_type_1 .philantrop_event_time {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.philantrop_events_listing_wrapper.view_type_1 .icon {
    font-size: 14px;
    margin: -2px 5px 0 -2px;
}

.philantrop_events_listing_widget .view_type_1 + .philantrop_pagination nav {
    margin-top: 24px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_events_listing_wrapper.view_type_2 .philantrop_event_listing_item {
    margin-bottom: 70px;
}

.philantrop_events_listing_wrapper.view_type_2 .philantrop_event_listing_item_image_box {
    margin-bottom: 0;
}

.philantrop_events_listing_wrapper.view_type_2 .philantrop_event_listing_item_image_box:before {
    padding-top: 66.95946%;
}

.philantrop_events_listing_wrapper.view_type_2 .philantrop_event_listing_item_title {
    margin: -10px 0 1px;
}

.philantrop_events_listing_wrapper.view_type_2 .philantrop_age_limit {
    display: block;
    margin-bottom: 11px;
    color: #333333;
}

.philantrop_events_listing_wrapper.view_type_2 .philantrop_event_item_link {
    border: solid 2px;
    padding: 11px 50px 15px;
    margin-top: 30px;
}

.philantrop_events_listing_widget .view_type_2 + .philantrop_pagination nav {
    margin-top: 2px;
}

/* -------------------------------------------- */
/* ---------- Events Calendar Widget ---------- */
/* -------------------------------------------- */
.philantrop_event_calendar_item:not(:last-of-type) {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .philantrop_event_calendar_item:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

.philantrop_event_calendar_date {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .philantrop_event_calendar_date {
        margin-bottom: 0;
    }
}

.philantrop_event_calendar_date span {
    display: block;
    letter-spacing: -.05em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}

.philantrop_event_calendar_date span:first-of-type {
    font-size: 50px;
    line-height: 50px;
}

.philantrop_event_calendar_item .philantrop_calendar_item {
    margin-bottom: 15px;
    background: #f3f4f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_event_calendar_item .philantrop_calendar_item:last-of-type {
    margin-bottom: 0;
}

.philantrop_event_calendar_item.view_type_1 .philantrop_calendar_item:hover {
    background: #1d252b;
}

.philantrop_calendar_item_image {
    position: relative;
}

.philantrop_calendar_item_image:before {
    content: '';
    padding-top: 40.81633%;
    display: block;
}

.elementor .philantrop_calendar_item_image img.philantrop_img--bg {
    z-index: 0;
}

.philantrop_calendar_item_details {
    padding: 15px;
}

.philantrop_calendar_item_title {
    margin-bottom: 5px;
}

.philantrop_calendar_item_title a {
    color: inherit;
}

.philantrop_event_calendar_item.view_type_1 .philantrop_calendar_item:hover .philantrop_calendar_item_title a {
    color: #ffffff;
}

.philantrop_calendar_item_category {
    color: #777777;
}

.philantrop_calendar_item_category span:last-of-type {
    display: none;
}

.philantrop_calendar_item_time {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    padding: 0 15px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 992px) {
    .philantrop_calendar_item_time {
        padding: 0;
    }
}

.philantrop_event_calendar_item.view_type_1 .philantrop_calendar_item:hover .philantrop_calendar_item_time {
    opacity: 0;
    visibility: hidden;
}

.philantrop_calendar_item_link {
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_calendar_item_link:hover {
    color: #ffffff;
}

.philantrop_event_calendar_item.view_type_1 .philantrop_calendar_item:hover .philantrop_calendar_item_link {
    opacity: 1;
    visibility: visible;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item {
    background: #ffffff;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .03);
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item_image:before {
    padding-top: 64.03941%;
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item_details {
    padding: 0;
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item .philantrop_calendar_item_title {
    margin-bottom: 0;
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item .philantrop_calendar_item_category {
    line-height: 1.5;
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item:hover .philantrop_calendar_item_title a:hover {
    opacity: .75;
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item_time {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
}

.philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item_time span {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

/* ------------------------------------ */
/* ---------- Stories Widget ---------- */
/* ------------------------------------ */
.philantrop_stories_wrapper .stories-item {
    margin-bottom: 150px;
}

.philantrop_stories_wrapper .stories-item .img-box {
    padding-right: 5px;
    position: relative;
}

.elementor .philantrop_stories_wrapper .img--layout {
    display: inline-block;
    max-width: none;
    position: absolute;
    z-index: 2;
}

.elementor .philantrop_stories_wrapper .philantrop_stories_item:nth-child(odd) .img--layout {
    top: -143px;
    left: -141px;
}

.elementor .philantrop_stories_wrapper .philantrop_stories_item:nth-child(even) .img--layout {
    top: -159px;
    left: -303px;
}

.philantrop_color_scheme_mono .elementor .philantrop_stories_wrapper .img--layout {
    display: none;
}

.philantrop_stories_wrapper .stories-item .img-box .img-box__img,
.philantrop_stories_slider_wrapper .stories-item .img-box .img-box__img {
    position: relative;
    z-index: 5;
}

.philantrop_stories_wrapper .stories-item .img-box .img-box__img img,
.philantrop_stories_slider_wrapper .stories-item .img-box .img-box__img img {
    width: 100%;
}

.philantrop_stories_wrapper .stories-item .img-box .img-box__content,
.philantrop_stories_slider_wrapper .stories-item .img-box .img-box__content {
    width: 100%;
    padding: 0 60px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
}

.philantrop_stories_wrapper .stories-item .img-box .img-box__content h5,
.philantrop_stories_slider_wrapper .stories-item .img-box .img-box__content h5 {
    display: inline-block;
    max-width: 70%;
    line-height: 32px;
}

.philantrop_stories_wrapper .heading__pre-title,
.philantrop_stories_slider_wrapper .heading__pre-title {
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -.03em;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: -16px;
    right: -2px;
    z-index: 7;
}

.philantrop_stories_wrapper .heading__title,
.philantrop_stories_slider_wrapper .heading__title {
    margin-bottom: 30px;
    font-size: 32px
}

@media only screen and (min-width: 992px) {
    .philantrop_stories_wrapper .heading__title,
    .philantrop_stories_slider_wrapper .heading__title {
        font-size: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .philantrop_stories_wrapper .heading__title,
    .philantrop_stories_slider_wrapper .heading__title {
        font-size: 50px
    }
}

.philantrop_stories_wrapper .philantrop_excerpt,
.philantrop_stories_slider_wrapper .philantrop_excerpt {
    margin-bottom: 48px;
}

.philantrop_stories_wrapper .philantrop_button,
.philantrop_stories_slider_wrapper .philantrop_button {
    background: transparent;
    padding: 18px 41px 15px;
}

/* ------------------------------------ */
/* ---------- Gallery Widget ---------- */
/* ------------------------------------ */
.gallery-masonry__item {
    position: relative;
}

.gallery-masonry__item .philantrop_overlay {
    width: 100%;
    height: 100%;
    background: rgb(0,61,144);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 61, 144, .6) 100%);
    background: linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 61, 144, .6) 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}

.gallery_masonry_item_wrapper {
    overflow: hidden;
    position: relative;
}

body .gallery-masonry__img {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

body .gallery-masonry__img .philantrop_gallery_item_overlay {
    width: 100%;
    filter: blur(50px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.philantrop_gallery_widget .gallery-masonry__item:hover .gallery-masonry__img {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
}

.philantrop_gallery_widget .gallery-masonry__description {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -.03em;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding-bottom: 43px;
    position: absolute;
    bottom: -100px;
    left: 49px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.philantrop_gallery_widget .gallery-masonry__item:hover .gallery-masonry__description {
    bottom: 0;
}

.gallery-masonry__description a {
    cursor: pointer;
    color: #ffffff;
}

.gallery-masonry__description a:before,
.gallery-masonry__description a:after {
    display: none;
}

.item_width_1 {
    width: 66.666666%;
}

.item_width_2,
.grid-sizer {
    width: 25%;
}

body .gallery-masonry__item--height-1:before {
    content: "";
    display: block;
    padding-top: 123.2%;
}

body .gallery-masonry__item--height-2:before {
    content: "";
    display: block;
    padding-top: 123%;
}

body .gallery-masonry__item--height-grid:before {
    content: '';
    display: block;
}

.philantrop_gallery_widget .philantrop_pagination {
    margin-top: 75px;
}

body .masonry_type_2 .gallery-masonry__item--height-2:before {
    content: '';
    display: block;
    padding-top: 173.3912%;
}

body .masonry_type_2 .gallery-masonry__item--height-3:before {
    content: '';
    display: block;
    padding-top: 79.5053%;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_gallery_wrapper.view_type_2 .gallery-masonry__img:before {
    padding-top: 123%;
}

/* ------------------------------------------- */
/* ---------- Gallery Slider Widget ---------- */
/* ------------------------------------------- */
.philantrop_gallery_slider_item {
    margin: 0 25px;
}

.philantrop_gallery_slider_wrapper {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.philantrop_gallery_slider_item a {
    display: block;
}

.philantrop_gallery_slider_item img {
    width: 100%;
    max-width: none;
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: all .45s cubic-bezier(.22, .61, .36, 1);
    transition: all .45s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_gallery_slider_item:hover img {
    -webkit-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px);
}

.philantrop_gallery_slider_widget .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots {
    justify-content: center;
    margin-top: 40px;
}

.philantrop_gallery_slider_widget .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots li {
    margin: 0 6px;
}

.philantrop_gallery_slider_widget .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots li:first-of-type {
    margin-left: 0;
}

.philantrop_gallery_slider_widget .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots li:last-of-type {
    margin-right: 0;
}

.philantrop_gallery_slider_widget .gallery-masonry__description {
    width: 100%;
    padding: 0;
    font-size: 150px;
    line-height: 85px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

/* ------------------------------------------- */
/* ---------- Image Carousel Widget ---------- */
/* ------------------------------------------- */
body .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: left;
    bottom: -60px;
}

body .philantrop_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
    padding-bottom: -60px;
    bottom: auto;
    top: 100%;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 57px;
    height: 1px;
    padding: 5px 0;
    margin: 0 3px 8px;
    border-radius: 0;
    background: transparent;
    line-height: initial;
    opacity: 1;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .philantrop_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: -109px;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    width: 57px;
    height: 1px;
    font-size: 0;
    padding: 0;
    border: none;
    outline: none;
    background: #dddddd;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
    width: 57px;
    height: 5px;
    top: 0;
}

body .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    position: relative;
}

body .elementor-widget-image-carousel .swiper-container .swiper-slide figure figcaption {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

body .elementor-pagination-position-outside .swiper-container {
    padding-bottom: 0;
}

body .elementor-image-carousel .swiper-slide-inner img {
    margin: 0 auto;
}

/* ------------------------------------------- */
/* ---------- Animal Listing Widget ---------- */
/* ------------------------------------------- */
.philantrop_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
    margin: 0 0 33px;
    line-height: 1;
}

.philantrop_filter li {
    position: relative;
    font-weight: 700;
    list-style: none;
    padding: 0 0 14px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.philantrop_filter li {
    margin: 0 15px;
}


@media only screen and (min-width: 992px) {
    .philantrop_filter li {
        margin: 0 23px;
    }
}

.philantrop_filter li:first-of-type {
    margin-left: 0;
}

.philantrop_filter li:last-of-type {
    margin-right: 0;
}

.philantrop_filter li.is-checked a,
.philantrop_filter li:hover a {
    color: #a3a3a3;
}

.philantrop_filter li:after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.philantrop_filter li.is-checked:after,
.philantrop_filter li:hover:after {
    width: 100%;
}

.philantrop_animal_listing_container {
    margin-left: -6px;
}

.philantrop_columns_2 .philantrop_animals_item {
    width: 50%;
}

.philantrop_columns_3 .philantrop_animals_item {
    width: 33.333333%;
}

.philantrop_columns_4 .philantrop_animals_item {
    width: 25%;
}

.philantrop_animal_listing_container .philantrop_animals_item_inner {
    padding: 0 0 6px 6px;
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper {
    position: relative;
    background: rgba(40, 47, 52, .3);
    overflow: hidden;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper:hover {
    background: rgba(40, 47, 52, .8);
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper:before {
    content: "";
    display: block;
    padding-top: 148.27586%;
}

.philantrop_animal_listing_container .philantrop_animals_block_details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper:hover .philantrop_animals_block_details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_animal_listing_container .philantrop_animals_block_title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper .philantrop_tours_item_link {
    margin: 0;
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper:hover .philantrop_tours_item_link {
    opacity: 1;
    visibility: visible;
}

.philantrop_animal_listing_container .philantrop_animals_item_wrapper .philantrop_tours_item_link:after {
    bottom: 4px;
}

.zoo-map__img img {
    width: 100%;
}

/* -------------------------------------------- */
/* ---------- Linked Icon Box Widget ---------- */
/* -------------------------------------------- */
.philantrop_linked_icon_box_item {
    display: block;
    padding: 30px 0 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #333333;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.philantrop_linked_icon_box_item:hover {
    color: #333333;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.philantrop_icon_cont {
    font-size: 50px;
    line-height: 75px;
}

.philantrop_icon_title {
    line-height: 1.5;
}

.philantrop_about_donate a {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.philantrop_about_donate a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_about_donate a:hover:after {
    width: 100%;
}

/* ------------------------------------- */
/* ---------- Services Widget ---------- */
/* ------------------------------------- */
.philantrop_services_listing {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -30px;
}

.philantrop_services_listing_item {
    width: 100%;
    height: auto;
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.philantrop_services_listing_item_wrapper {
    height: 100%;
    padding: 15px 32px 37px;
    position: relative;
}

.philantrop_services_border {
    overflow: hidden;
    position: absolute;
}

.philantrop_services_border_top,
.philantrop_services_border_bottom {
    width: 100%;
    height: 2px;
}

.philantrop_services_border_right,
.philantrop_services_border_left {
    width: 2px;
    height: 100%;
}

.philantrop_services_border_top,
.philantrop_services_border_left {
    top: 0;
    left: 0;
}

.philantrop_services_border_bottom,
.philantrop_services_border_right {
    bottom: 0;
    right: 0;
}

.philantrop_services_border:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #222628;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_motion_effect_on .philantrop_services_border_top:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.philantrop_motion_effect_on .philantrop_services_border_left:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.philantrop_motion_effect_on .philantrop_services_border_bottom:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.philantrop_motion_effect_on .philantrop_services_border_right:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.philantrop_motion_effect_on.visible .philantrop_services_border_top:before,
.philantrop_motion_effect_on.visible .philantrop_services_border_bottom:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.philantrop_motion_effect_on.visible .philantrop_services_border_left:before,
.philantrop_motion_effect_on.visible .philantrop_services_border_right:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_services_listing_counter {
    font-family: "Cambon", sans-serif;
    font-size: 30px;
    margin-bottom: 28px;
}

.philantrop_services_listing_title {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.3px;
    font-weight: 600;
    margin-bottom: 13px;
}

.philantrop_services_listing_title a:before,
.philantrop_services_listing_title a:after {
    display: none;
}

p.philantrop_services_listing_excerpt {
    margin-bottom: 33px;
}

.philantrop_services_listing_item_wrapper img {
    display: inline-block;
}

/* -------------------------------------------- */
/* ---------- Services Slider Widget ---------- */
/* -------------------------------------------- */
.philantrop_services_carousel {
    margin: 0 -15px;
}

.philantrop_services_slider_item {
    background: #ffffff;
    padding: 57px 55px 36px;
    margin: 0 15px;
}

.philantrop_services_slider_item_wrapper img {
    margin-bottom: 38px;
}

.philantrop_services_slider_title {
    margin-bottom: 16px;
}

.philantrop_services_slider_title a:before,
.philantrop_services_slider_title a:after {
    display: none;
}

.philantrop_services_slider_divider {
    width: 100%;
    height: 2px;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
}

.philantrop_services_slider_divider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_motion_effect_on .philantrop_services_slider_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.philantrop_motion_effect_on.visible .philantrop_services_slider_divider:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.philantrop_services_slider_item:hover .philantrop_services_slider_divider:before,
.philantrop_motion_effect_on.visible .philantrop_services_slider_item:hover .philantrop_services_slider_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.philantrop_services_slider_counter {
    font-family: "Cambon", sans-serif;
    font-size: 60px;
    font-weight: 400;
}

.philantrop_services_slider_widget_wrapper .philantrop_slider_arrows .slick-dots {
    justify-content: center;
    margin-top: 77px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.view_type_type_2 .philantrop_services_slider_item {
    background-position: center !important;
    background-size: cover !important;
    padding: 33px 48px 50px;
    position: relative;
}

.philantrop_services_slider_widget_wrapper.view_type_type_2 .philantrop_overlay {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(34, 38, 40, 0) 0%, rgba(34, 38, 40, .8) 100%);
    background: linear-gradient(top, rgba(34, 38, 40, 0) 0%, rgba(34, 38, 40, .8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.view_type_type_2 .philantrop_services_slider_item_wrapper {
    position: relative;
    z-index: 5;
}

.view_type_type_2 .philantrop_services_slider_counter {
    line-height: 1;
    margin-bottom: 194px;
}

.view_type_type_2 .philantrop_services_slider_title a,
.view_type_type_2 .philantrop_services_slider_excerpt {
    color: #ffffff;
}

.view_type_type_2 .philantrop_services_slider_divider:before {
    background-color: #ffffff;
}

.view_type_type_2 .philantrop_button_and_nav_container {
    margin-top: 70px;
}

.philantrop_services_slider_widget_wrapper.view_type_type_2 .philantrop_slider_arrows .slick-dots {
    margin-top: 0;
    justify-content: flex-end;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_services_slider_widget_wrapper.view_type_type_3 .philantrop_services_carousel_title_container {
    margin-bottom: 50px;
}

.philantrop_services_slider_widget_wrapper.view_type_type_3 .philantrop_services_listing_item {
    padding-left: 0;
    margin: 0 15px;
}

.philantrop_services_slider_widget_wrapper.view_type_type_3 .philantrop_button_container {
    text-align: right;
}

.philantrop_services_slider_widget_wrapper.view_type_type_3 .philantrop_slider_arrows .slick-dots {
    margin-top: 68px;
}

/* ------------------------------------------------- */
/* ---------- Accordion and Toggle Widget ---------- */
/* ------------------------------------------------- */
body .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    border-top: none;
    border-bottom: none;
    letter-spacing: .45px;
    padding: 0 75px 33px 0;
    margin-top: -2px;
}

body .elementor-accordion .elementor-accordion-item + .elementor-accordion-item,
body .elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
    border-top: none;
}

body .elementor-accordion .elementor-accordion-item,
body .elementor-toggle .elementor-toggle-item {
    border-radius: 0;
    border-top: solid 1px #595a5a;
    border-left: none;
    border-right: none;
}

body .elementor-accordion .elementor-accordion-item,
body .elementor-toggle .elementor-toggle-item {
    border-bottom: solid 1px #595a5a;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600;
    padding: 17px 0 16px;
    border: none;
    position: relative;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a:before,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a:before,
body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a:after,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a:after {
    display: none;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    padding: 0 0 14px;
    margin-top: -3px;
    border-top: none;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    width: 30px;
    height: 52px;
    cursor: pointer;
    position: relative;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    margin: -14px 1px 0 0;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    margin: -14px 10px 0 -15px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
body .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    width: 1em;
    height: 1em;
    font-size: 16px;
    line-height: 1;
    margin: -8px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed .icon-arrow-bottom,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened .icon-arrow-bottom,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed .icon-arrow-bottom,
body .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened .icon-arrow-bottom {
    display: inline-block;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened .icon-arrow-bottom,
body .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened .icon-arrow-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .philantrop_view_type_2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .philantrop_view_type_2 .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon-opened,
body .philantrop_view_type_2 .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
body .philantrop_view_type_2 .elementor-toggle .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    margin: -13px 0 0 -13px;
}

body .philantrop_view_type_2 .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon-opened i,
body .philantrop_view_type_2 .elementor-toggle .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened i {
    color: #ffffff;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-opened,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left .elementor-accordion-icon-closed,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left .elementor-accordion-icon-opened {
    margin: -6px 0 0 -5px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed i,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened i,
body .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed i,
body .elementor-toggle .elementor-tab-title.toggle-active .elementor-toggle-icon-opened i {
    font-weight: 400;
}

body .elementor-widget-accordion.philantrop_accordion .elementor-accordion .elementor-tab-content {
    border-top: solid 2px #FFFFFF !important;
}

/* ------------------------------------- */
/* ---------- Projects Widget ---------- */
/* ------------------------------------- */
.philantrop_projects_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.philantrop_projects_item {
    width: 100%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.philantrop_projects_item_wrapper {
    position: relative;
    overflow: hidden;
}

.philantrop_projects_item_wrapper img {
    width: 100%;
    filter: grayscale(100%);
}

.philantrop_projects_item_overlay {
    width: 100%;
    filter: blur(50px);
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 2;
}

.philantrop_projects_item_subtitle {
    font-size: 80px;
    line-height: 30px;
    letter-spacing: -.03em;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: -11px;
    right: 13px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
    z-index: 4;
}

.philantrop_projects_item_content_container {
    width: 100%;
    color: #ffffff;
    padding: 0 50px 37px;
    position: absolute;
    bottom: -140px;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 6;
}

.philantrop_projects_item_wrapper:hover .philantrop_projects_item_content_container {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_projects_item_content_container h5 {
    max-width: 55%;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 32px;
}

.philantrop_projects_item_content_container .philantrop_projects_item_excerpt {
    margin-bottom: 15px;
}

.philantrop_projects_item_wrapper:hover .philantrop_projects_item_content_container .philantrop_projects_item_excerpt {
    opacity: 1;
}

.philantrop_projects_item_content_container a {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #ffffff;
}

.philantrop_projects_item_content_container a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_projects_item_content_container a:hover:before {
    width: 0;
}

.philantrop_projects_widget .philantrop_pagination {
    margin-top: 100px;
}

/* -------------------------------------------- */
/* ---------- Projects Slider Widget ---------- */
/* -------------------------------------------- */
.philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 52px;
}

.philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container .philantrop_slider_arrows {
    display: flex;
    cursor: pointer;
}

.philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container .philantrop_prev {
    margin-right: 5px;
}

.philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container .philantrop_next {
    margin-left: 5px;
}

.philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .philantrop_slider_nav_button rect {
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ---------------------------------- */
/* ---------- Cases Widget ---------- */
/* ---------------------------------- */
.philantrop_cases_list,
.philantrop_philantrop_cases_listing_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.philantrop_cases_list_item,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_item {
    width: 100%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.philantrop_cases_list_item_wrapper,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_item_wrapper {
    position: relative;
}

.philantrop_cases_list_item_wrapper .philantrop_overlay,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_item_wrapper .philantrop_overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.item_1 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.item_3 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.item_5 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.item_7 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.item_9 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.philantrop_philantrop_cases_listing_wrapper .item_1 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.philantrop_philantrop_cases_listing_wrapper .item_3 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.philantrop_philantrop_cases_listing_wrapper .item_5 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.philantrop_philantrop_cases_listing_wrapper .item_7 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay,
.philantrop_philantrop_cases_listing_wrapper .item_9 .philantrop_cases_list_item_wrapper:hover .philantrop_overlay {
    opacity: .4;
}

.philantrop_cases_list_content_container,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_content_container {
    width: 100%;
    color: #ffffff;
    padding: 0 31px 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.philantrop_cases_list_content_container a,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_content_container a {
    color: #ffffff;
}

.philantrop_cases_list_content_container a:before,
.philantrop_cases_list_content_container a:after,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_content_container a:before,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_content_container a:after {
    display: none;
}

.philantrop_cases_list_divider,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_divider {
    width: 100%;
    height: 2px;
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
}

.philantrop_cases_list_categories,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_categories {
    font-family: "Raph Lanok Future", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.philantrop_cases_list_category,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_category {
    display: inline-block;
    padding: 13px 15px 11px;
    margin: 0 5px 5px 0;
}

.philantrop_cases_list_title,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_title {
    line-height: 1.4;
    margin-bottom: 22px;
}

.philantrop_cases_list_divider:before,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_divider:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.philantrop_motion_effect_on .philantrop_cases_list_divider:before,
.philantrop_philantrop_cases_listing_wrapper .philantrop_motion_effect_on .philantrop_cases_list_divider:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.philantrop_motion_effect_on.visible .philantrop_cases_list_divider:before,
.philantrop_philantrop_cases_listing_wrapper .philantrop_motion_effect_on.visible .philantrop_cases_list_divider:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.philantrop_cases_list_item_wrapper:hover .philantrop_cases_list_divider:before,
.philantrop_motion_effect_on.visible .philantrop_cases_list_item_wrapper:hover .philantrop_cases_list_divider:before,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_item_wrapper:hover .philantrop_cases_list_divider:before,
.philantrop_philantrop_cases_listing_wrapper .philantrop_motion_effect_on.visible .philantrop_cases_list_item_wrapper:hover .philantrop_cases_list_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.philantrop_cases_list_excerpt,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_excerpt {
    letter-spacing: 0;
}

.philantrop_cases_widget .philantrop_pagination,
.philantrop_philantrop_cases_listing_wrapper .philantrop_cases_widget .philantrop_pagination {
    margin-top: 54px;
}

/* ----------------------------------- */
/* ---------- Awards Widget ---------- */
/* ----------------------------------- */
.philantrop_timeline_heading_and_buttons_part {
    margin-bottom: -24px;
}

.philantrop_timeline_heading_and_buttons_part .philantrop_slider_navigation_container {
    margin-bottom: 36px;
}

.philantrop_time_line_wrapper .philantrop_offset_container {
    overflow: hidden;
}

.philantrop_time_line_wrapper .philantrop_offset_container_wrapper {
    width: 100%;
    max-width: 1200px;
}

.philantrop_time_line_wrapper .philantrop_blog_carousel {
    margin: 0 -15px;
}

.philantrop_time_line_wrapper .philantrop_offset_container_wrapper .slick-list {
    overflow: visible;
}

.philantrop_timeline_item {
    opacity: .4;
    padding: 25px 40px 37px;
    margin: 0 15px;
    background: #e6e6e2;
}

.philantrop_timeline_item.slick-active {
    opacity: 1;
}

.philantrop_timeline_image_part {
    margin: 55px 0 71px;
}

.philantrop_timeline_divider {
    width: 100%;
    height: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.philantrop_timeline_divider:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #222628;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.philantrop_timeline_item.slick-active:hover .philantrop_timeline_divider:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.philantrop_timeline_title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.philantrop_time_line_wrapper .philantrop_slider_arrows .slick-dots {
    margin-bottom: 9px;
}

.philantrop_time_line_wrapper .philantrop_progress__path,
.philantrop_work_steps_widget .philantrop_progress__path,
.philantrop_portfolio_slider_widget .philantrop_progress__path,
.philantrop_content_slider_widget .philantrop_progress__path,
.philantrop_services_slider_widget_wrapper .philantrop_progress__path {
    stroke: #222628;
}

.philantrop_content_slider_widget .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container .philantrop_progress__path {
    stroke: #ffffff;
}

body .philantrop_content_wrapper .philantrop_content_slider_widget .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots li.slick-active:before {
    background: #ffffff;
    border-color: #ffffff;
}

/* --------------------------------------- */
/* ---------- Work Steps Widget ---------- */
/* --------------------------------------- */
.philantrop_work_steps_widget_wrapper {
    position: relative;
}

.philantrop_work_steps_item {
    position: relative;
}

.philantrop_work_steps_divider,
.philantrop_work_steps_additional_divider {
    width: 2px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.philantrop_work_steps_additional_divider_right {
    left: auto;
    right: 0;
}

.philantrop_work_steps_divider:before,
.philantrop_work_steps_additional_divider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .6s cubic-bezier(.22, .61, .36, 1);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.philantrop_motion_effect_on .philantrop_work_steps_divider:before,
.philantrop_motion_effect_on .philantrop_work_steps_additional_divider:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.philantrop_motion_effect_on.visible .philantrop_work_steps_divider:before,
.philantrop_motion_effect_on.visible .philantrop_work_steps_additional_divider:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_work_steps_item {
    padding: 4px 49px 23px;
}

.philantrop_work_steps_date {
    font-family: "Cambon", sans-serif;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 400;
    margin-bottom: 42px;
}

.philantrop_work_steps_title {
    margin-bottom: 11px;
}

.philantrop_work_steps_widget .slick-dots {
    justify-content: center;
    margin-top: 56px;
}

/* -------------------------------------------- */
/* ---------- Custom Products Widget ---------- */
/* -------------------------------------------- */
/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.philantrop_custom_products_list.view_type_1 .woocommerce ul.products li.product {
    width: 23.05%;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_item {
    margin-bottom: 30px;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont {
        margin-bottom: 0;
    }
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont:before {
    content: '';
    padding-top: 70.58824%;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .philantrop_img--contain {
    max-width: 50%;
    z-index: 0;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .woocommerce-Price-amount,
.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont del,
.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont ins {
    display: none;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .add_to_cart_button {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
    padding: 10px 15px;
    border-radius: 0;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_item:hover .add_to_cart_button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .add_to_cart_button:hover {
    color: #ffffff;
    background: #333333;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .add_to_cart_button .icon {
    font-size: 20px;
    margin-right: 10px;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .add_to_cart_button.loading:after,
.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .add_to_cart_button.added:after,
.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .added_to_cart {
    display: none !important;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_image_cont .philantrop_custom_product_badge {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 14px 5px;
    background: #e44134;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_title a {
    color: #333333;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_title a:hover {
    opacity: .75;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_price {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #777777;
    margin-bottom: 12px;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_price del {
    color: #333333;
    margin-right: 15px;
}

.philantrop_custom_products_list.view_type_2 .philantrop_custom_product_price ins {
    font-weight: 700;
    color: #e44134;
    text-decoration: none;
}

.philantrop_custom_products_list.view_type_2 .star-rating {
    width: 80px;
    height: 1em;
    overflow: hidden;
    font-family: star, sans-serif;
    font-size: 10px;
    line-height: 1;
    position: relative;
}

.philantrop_custom_products_list.view_type_2 .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    letter-spacing: 5.5px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.philantrop_custom_products_list.view_type_2 .star-rating span {
    overflow: hidden;
    float: left;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.philantrop_custom_products_list.view_type_2 .star-rating span:before {
    content: '\53\53\53\53\53';
    letter-spacing: 5.5px;
    position: absolute;
    top: 0;
    left: 0;
}

/* -------------------------------------------- */
/* ---------- Projects Slider Widget ---------- */
/* -------------------------------------------- */
.philantrop_portfolio_slider_widget .philantrop_portfolio_carousel {
    margin: 0 -15px;
}

.philantrop_portfolio_slider_widget .slick-list {
    padding: 0 !important;
}

.philantrop_portfolio_slider_widget .philantrop_portfolio_listing_item {
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.philantrop_portfolio_slider_widget .philantrop_portfolio_listing_item {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.philantrop_portfolio_slider_widget .slick-center {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

/* ------------------------------------- */
/* ---------- Location Widget ---------- */
/* ------------------------------------- */
.philantrop_location_item {
    font-size: 0;
    line-height: 0;
}

.philantrop_location_image_container {
    overflow: hidden;
    position: relative;
}

.philantrop_location_image_container img {
    -webkit-transition: transform .6s;
    transition: transform .6s;
}

.philantrop_location_image_container:before {
    content: "";
    display: block;
    padding-top: 56.14035%;
}

.philantrop_location_image_container:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.philantrop_location_content_container {
    border: solid 1px #e2e2e2;
    border-top: none;
    padding: 28px 40px 23px;
}

.philantrop_location_title {
    margin-bottom: 10px;
}

.philantrop_location_address {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 36px;
}

.philantrop_features_title,
.philantrop_schedule_title,
.philantrop_phones_title {
    margin-bottom: 17px;
}

body .philantrop_content_wrapper .philantrop_location_item ul {
    margin-bottom: 30px;
}

.philantrop_schedule_item,
.philantrop_phone_item {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 8px;
}

/* ------------------------------------- */
/* ---------- Contacts Widget ---------- */
/* ------------------------------------- */
.philantrop_contacts_wrapper .philantrop_contacts_title {
    margin-bottom: 6px;
}

.philantrop_contacts_wrapper p {
    font-size: 16px;
    line-height: 1.9;
    color: #1f2531;
    margin-bottom: 4px;
}

.philantrop_contacts_wrapper p:last-of-type {
    margin-bottom: 0;
}

.philantrop_contacts_wrapper p span {
    display: block;
    letter-spacing: 0;
}

.philantrop_contacts_wrapper p.philantrop_contacts_email span {
    letter-spacing: -.15px;
    font-weight: 300;
}

body .philantrop_contacts_wrapper p a {
    text-decoration: none;
    line-height: 1;
    margin-right: 8px;
}

/* --------------------------------- */
/* ---------- Team Widget ---------- */
/* --------------------------------- */
.philantrop_team_listing {
    display: flex;
    margin-left: -30px;
    flex-wrap: wrap;
}

.philantrop_team_item {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.philantrop_columns_1 .philantrop_team_item {
    max-width: 100%;
    flex: 0 0 100%;
}

.philantrop_columns_2 .philantrop_team_item {
    max-width: 50%;
    flex: 0 0 50%;
}

.philantrop_columns_3 .philantrop_team_item {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.philantrop_columns_4 .philantrop_team_item {
    max-width: 25%;
    flex: 0 0 25%;
}

.philantrop_columns_5 .philantrop_team_item {
    max-width: 20%;
    flex: 0 0 20%;
}

.philantrop_team_image_container {
    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
}

.philantrop_team_image_container img {
    width: 100%;
    position: relative;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    z-index: 1;
}

.philantrop_team_item_wrapper:hover .philantrop_team_image_container img {
    -webkit-transform: scale(1.16) translate3d(0, 0, 0);
    transform: scale(1.16) translate3d(0, 0, 0);
}

.philantrop_team_item .philantrop_team_image_overlay {
    width: 131%;
    height: 430px;
    background: #333333;
    border-radius: 40%;
    filter: blur(50px);
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 3;
}

.philantrop_team_item .philantrop_team_item_image_title {
    font-size: 80px;
    line-height: 30px;
    letter-spacing: -.03em;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: -11px;
    right: 9px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
    z-index: 5;
}

.philantrop_team_item_socials_wrapper {
    width: 76px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.philantrop_team_item_socials_wrapper .socials-trigger {
    width: 50px;
    height: 50px;
    background: #f5f4f0;
    font-family: 'icomoon', sans-serif;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 5;
}

.philantrop_team_item_wrapper:hover .philantrop_team_item_socials_wrapper .socials-trigger {
    opacity: 0;
}

.philantrop_team_item_socials_wrapper .socials-trigger:before {
    content: '\e94b';
}

.philantrop_team_item_socials_cont {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
}

.philantrop_team_item_wrapper:hover .philantrop_team_item_socials_cont {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.philantrop_team_item_socials {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.philantrop_team_item_socials li {
    display: inline-block;
    margin: 16px 0 15px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    bottom: -100%;
    -webkit-transition: all .5s .15s;
    transition: all .5s .15s;
}

.philantrop_team_item_socials li a {
    color: #ffffff;
}

.philantrop_team_item_socials li:nth-child(2n + 1) {
    transition-delay: .1s;
}

.philantrop_team_item_socials li:nth-child(2n + 2) {
    transition-delay: .15s;
}

.philantrop_team_item_socials li:nth-child(2n + 3) {
    transition-delay: .2s;
}

.philantrop_team_item_socials li:nth-child(2n + 4) {
    transition-delay: .25s;
}

.philantrop_team_item_socials li:nth-child(2n + 5) {
    transition-delay: .3s;
}

.philantrop_team_item_socials li:nth-child(2n + 6) {
    transition-delay: .35s;
}

.philantrop_team_item_socials li:nth-child(2n + 7) {
    transition-delay: .4s;
}

.philantrop_team_item_socials li:nth-child(2n + 8) {
    transition-delay: .45s;
}

.philantrop_team_item_socials li:nth-child(2n + 9) {
    transition-delay: .5s;
}

.philantrop_team_item_socials li:nth-child(2n + 10) {
    transition-delay: .55s;
}

.philantrop_team_item_wrapper:hover .philantrop_team_item_socials li {
    bottom: 0;
}

.philantrop_team_item_title {
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px;
}

.philantrop_team_item_title a {
    letter-spacing: -.03em;
}

.philantrop_team_item_person_position {
    margin-bottom: 2px;
}

.philantrop_team_item_socials {
    list-style: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.philantrop_parallax_yes {
    -webkit-transition: background 0s !important;
    transition: background 0s !important;
}

/* ------------------------------------------- */
/* ---------- Rotatable Text Widget ---------- */
/* ------------------------------------------- */
.elementor-widget-philantrop_rotatable_text,
.elementor-widget-philantrop_rotatable_text .elementor-widget-container,
.philantrop_rotatable_text_widget,
.philantrop_rotatable_text_container {
    width: 100%;
    height: 100%;
}

.philantrop_rotatable_text_container {
    position: relative;
}

.philantrop_rotatable_text {
    font-size: 25px;
    line-height: 24px;
    letter-spacing: -.03em;
    font-weight: 600;
    position: absolute;
    transform-origin: right bottom;
}

/* --------------------------------------- */
/* ---------- Promo Text Widget ---------- */
/* --------------------------------------- */
.philantrop_promo_text_container {
    padding: 0;
    background: none;
    clip-path: circle(80% at 50% 50%);
    pointer-events: auto;
    cursor: pointer;
    border: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block
}

.philantrop_text_circle {
    position: relative;
    display: block;
    width: 250px;
}

.philantrop_text_circle.philantrop_promo_text_animation_on {
    animation: rotateIt 15s linear infinite;
}

.philantrop_text_circle text {
    font-family: Manrope, sans-serif;
    font-size: 36px;
    font-weight: 300;
}

.philantrop_text_circle textPath {
    letter-spacing: 10px; /* Firefox needs this */
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

.philantrop_promo_text_image {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.philantrop_promo_text_image img {
    width: 100%;
}

/* --------------------------------------------- */
/* ---------- Product Category Widget ---------- */
/* --------------------------------------------- */
.philantrop_product_category_item {
    overflow: hidden;
    position: relative;
}

.philantrop_product_category_item.view_type_1 a {
    display: inline-block;
    background: #131314;
    padding: 30px 30px 22px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.philantrop_product_category_item.view_type_1 a h5 {
    color: #ffffff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.philantrop_product_category_item.view_type_1 a:hover h5 {
    color: #131314;
}

.philantrop_product_category_item.view_type_1 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_product_category_item.view_type_1:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.philantrop_product_category_item.view_type_1 a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.philantrop_product_category_item.view_type_1 a:hover:before {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_product_category_item.view_type_2 {
    overflow: visible;
}

.philantrop_product_category_image_container {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
}

.philantrop_product_category_image_wrapper {
    overflow: hidden;
}

.philantrop_product_category_image_wrapper,
.philantrop_product_category_image_container img {
    border-radius: 276px;
}

.philantrop_product_category_image_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s;
    transition: all .35s;
}

.philantrop_product_category_item.view_type_2:hover .philantrop_product_category_image_container img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.philantrop_product_category_item.view_type_2 a {
    display: block;
    text-align: center;
}

.philantrop_product_category_item.view_type_2 a h5 {
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ------------------------------------------------ */
/* ---------- Filterable Products Widget ---------- */
/* ------------------------------------------------ */
.philantrop_filtering_products_container .philantrop_prod_cat_filter {
    list-style: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 0 38px;
}

.philantrop_filtering_products_container .philantrop_prod_cat_filter li {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin: 0 70px 0 0;
}

.philantrop_filter_align_center .philantrop_filtering_products_container .philantrop_prod_cat_filter li {
    margin: 0 35px;
}

.philantrop_filter_align_right .philantrop_filtering_products_container .philantrop_prod_cat_filter li {
    margin: 0 0 0 70px;
}

.philantrop_filtering_products_container .philantrop_prod_cat_filter li a {
    display: inline-block;
    position: relative;
}

.philantrop_filtering_products_container .philantrop_prod_cat_filter li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.philantrop_filtering_products_container .philantrop_prod_cat_filter li.active a:after,
.philantrop_filtering_products_container .philantrop_prod_cat_filter li a:hover:after {
    width: 100%;
}

.philantrop_products_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.philantrop_filtering_products_item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 33px;
}

.philantrop_columns_1 .philantrop_filtering_products_item {
    max-width: 100%;
    flex: 0 0 100%;
}

.philantrop_columns_2 .philantrop_filtering_products_item {
    max-width: 50%;
    flex: 0 0 50%;
}

.philantrop_columns_3 .philantrop_filtering_products_item {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.philantrop_columns_4 .philantrop_filtering_products_item {
    max-width: 25%;
    flex: 0 0 25%;
}

.philantrop_columns_5 .philantrop_filtering_products_item {
    max-width: 20%;
    flex: 0 0 20%;
}

.philantrop_filtering_product_title,
.philantrop_filtering_product_price {
    width: 1%;
    display: table-cell;
    white-space: nowrap;
}

.philantrop_filtering_product_title {
    padding-right: 16px;
    font-size: 30px;
}

.philantrop_filtering_product_marker {
    width: 98%;
    display: table-cell;
    border-bottom: solid 1px #cacaca;
    position: relative;
    bottom: 19px;
}

.philantrop_filtering_product_price {
    padding-left: 16px;
    font-size: 20px;
}

.philantrop_filtering_product_price del {
    color: #777777;
    margin-right: 10px;
}

.philantrop_filtering_product_meta_cont {
    line-height: 1.95;
    letter-spacing: -.1px;
    padding-right: 100px;
}

.philantrop_ajax_query_posts_active_preloader {
    min-height: 150px;
    background: url("../img/preloader.gif") no-repeat center;
    background-size: 450px 300px;
}

/* ------------------------------------------- */
/* ---------- Causes Listing Widget ---------- */
/* ------------------------------------------- */
.philantrop_causes_listing_wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
}

.philantrop_view_type_1.philantrop_columns_1 .philantrop_causes_list_item,
.philantrop_view_type_2.philantrop_columns_1 .philantrop_causes_list_item,
.philantrop_view_type_3.philantrop_columns_1 .philantrop_causes_list_item,
.philantrop_view_type_5.philantrop_columns_1 .philantrop_causes_list_item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.philantrop_view_type_1.philantrop_columns_2 .philantrop_causes_list_item,
.philantrop_view_type_2.philantrop_columns_2 .philantrop_causes_list_item,
.philantrop_view_type_3.philantrop_columns_2 .philantrop_causes_list_item,
.philantrop_view_type_5.philantrop_columns_2 .philantrop_causes_list_item {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.philantrop_view_type_1.philantrop_columns_3 .philantrop_causes_list_item,
.philantrop_view_type_2.philantrop_columns_3 .philantrop_causes_list_item,
.philantrop_view_type_3.philantrop_columns_3 .philantrop_causes_list_item,
.philantrop_view_type_5.philantrop_columns_3 .philantrop_causes_list_item {
    width: 100%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.philantrop_view_type_1.philantrop_columns_4 .philantrop_causes_list_item,
.philantrop_view_type_2.philantrop_columns_4 .philantrop_causes_list_item,
.philantrop_view_type_3.philantrop_columns_4 .philantrop_causes_list_item,
.philantrop_view_type_5.philantrop_columns_4 .philantrop_causes_list_item {
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
}

.philantrop_view_type_1 .philantrop_causes_list_item,
.philantrop_view_type_2 .philantrop_causes_list_item,
.philantrop_view_type_3 .philantrop_causes_list_item,
.philantrop_view_type_5 .philantrop_causes_list_item {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}

.philantrop_causes_slider_widget .philantrop_view_type_1 .philantrop_causes_list_item {
    padding-left: 30px;
}

.philantrop_causes_slider_widget .philantrop_view_type_2 .philantrop_causes_list_item {
    padding-left: 35px;
}

.philantrop_causes_list_item {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.philantrop_donate_button_container .philantrop_button:hover {
    background: transparent;
}

.philantrop_causes_listing_wrapper .philantrop_info_container,
.philantrop_causes_slider_wrapper .philantrop_info_container {
    position: relative;
}

.philantrop_causes_listing_wrapper .philantrop_category_container,
.philantrop_causes_slider_wrapper .philantrop_category_container {
    width: 100%;
    line-height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
}

.philantrop_causes_listing_wrapper .philantrop_category_container span,
.philantrop_causes_slider_wrapper .philantrop_category_container span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 5px 15px 3px;
    margin: 0 10px 10px 0;
}

.philantrop_causes_listing_wrapper .philantrop_post_title a:hover,
.philantrop_causes_slider_wrapper .philantrop_post_title a:hover {
    opacity: .75;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-form-title,
.philantrop_causes_listing_wrapper .philantrop_donation_details .give-form,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-form-title,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-form {
    display: none;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-progress-bar,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-progress-bar {
    width: 100%;
    height: 11px;
    background: #F9F7F6;
    border-radius: 0;
    margin-bottom: 2px;
    overflow: visible;
    position: relative;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-progress-bar > span,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-progress-bar > span {
    overflow: visible;
    border-radius: 0;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-progress-bar .philantrop_progress_bar_marker {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #474747;
    position: absolute;
    top: -30px;
    right: 0;
}

.philantrop_causes_listing_wrapper .philantrop_donation_popup,
.philantrop_donate_box_widget .philantrop_donation_popup {
    max-height: 90%;
    min-width: 1200px;
    display: none;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(15, 13, 13, .09);
    overflow-y: auto;
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50005;
}

.philantrop_causes_listing_wrapper .philantrop_donation_popup.active,
.philantrop_donate_box_widget .philantrop_donation_popup.active {
    display: block;
}

.philantrop_causes_listing_wrapper .philantrop_donation_popup.visible,
.philantrop_donate_box_widget .philantrop_donation_popup.visible {
    opacity: 1;
}

.philantrop_causes_listing_wrapper .philantrop_close_popup_layer,
.philantrop_donate_box_widget .philantrop_close_popup_layer {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50000;
}

.philantrop_causes_listing_wrapper .philantrop_close_popup_layer.active,
.philantrop_donate_box_widget .philantrop_close_popup_layer.active {
    display: block;
}

.philantrop_causes_listing_wrapper .philantrop_close_popup_layer.visible,
.philantrop_donate_box_widget .philantrop_close_popup_layer.visible {
    opacity: 1;
}

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_info_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container {
    padding: 49px 20px 33px;
    background: #ffffff;
    border: solid 1px #D9D9D9;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container {
    padding: 49px 15px 50px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container {
    padding: 0 8px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container {
    padding: 0 2px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_post_title,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_post_title,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_post_title,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_post_title {
    margin-bottom: 1px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_post_title {
    margin-bottom: 1px;
    letter-spacing: -.04em;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_post_excerpt {
    margin-bottom: 29px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 4px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_featured_image_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_featured_image_container,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_featured_image_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_featured_image_container {
    margin-top: 29px;
    position: relative;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_featured_image_container {
    margin-top: 0;
    margin-bottom: 45px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_featured_image_container .philantrop_category_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_featured_image_container .philantrop_category_container,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_featured_image_container .philantrop_category_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_featured_image_container .philantrop_category_container {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    padding: 2px 15px 3px;
    color: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_featured_image_container .philantrop_category_container {
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_featured_image_container .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_featured_image_container .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_category_container,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_category_container {
    background: #ffffff;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details,
.philantrop_causes_slider_wrapper .philantrop_donation_details {
    padding: 0 11px;
    margin-top: 54px;
}

.philantrop_causes_slider_wrapper .philantrop_donation_details {
    margin-top: 37px;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .raised,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .raised {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .progress-bar,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .progress-bar {
    padding-bottom: 9px;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .raised,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .raised {
    font-size: 0;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .raised .income,
.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised .goal-text,
.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised .goal-text,
.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_donation_details .give-goal-progress .raised .goal-text,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .raised .income,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised .goal-text,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised .goal-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .raised .income:before,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .raised .income:before {
    content: 'Goal: ';
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .raised .income:after,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .raised .income:after {
    content: '-';
    margin: 0 3px;
}

.philantrop_causes_listing_wrapper .philantrop_donation_details .give-goal-progress .raised .goal-text:before,
.philantrop_causes_slider_wrapper .philantrop_donation_details .give-goal-progress .raised .goal-text:before {
    content: 'Pledged: ';
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span {
    width: 50%;
    margin: 0;
    font-size: 14px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span:first-of-type,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span:first-of-type,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span:first-of-type,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span:first-of-type {
    text-align: right;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donate_button_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donate_button_container {
    margin-top: 9px;
    padding: 0 10px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus,
.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: 1px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:after {
    content: '';
    background: currentColor;
    position: absolute;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before {
    width: 1px;
    height: 9px;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before {
    margin-left: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:nth-of-type(even) .philantrop_donate_button_container .philantrop_plus:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:nth-of-type(even) .philantrop_donate_button_container .philantrop_plus:before {
    margin-left: -1px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:nth-of-type(even) .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:nth-of-type(even) .philantrop_donate_button_container .philantrop_plus:after {
    margin-top: -1px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:after,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:after {
    width: 9px;
    height: 1px;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donate_button_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donate_button_container {
    padding: 0 15px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_button,
.philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_button,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donate_button_container .philantrop_button,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donate_button_container .philantrop_button {
    background: transparent;
    padding: 17px 26px 16px 52px;
}

.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_post_excerpt,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_1 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_3 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_1 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_3 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_4 .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span:before,
.philantrop_color_scheme_mono .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised span:before {
    color: #ffffff;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_item {
    margin-bottom: 40px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_list_item {
    margin-bottom: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper {
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(15, 13, 13, .06);
}

.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper {
    box-shadow: none;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_content_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_content_container {
    position: relative;
    overflow: hidden;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_post_title,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_post_title {
    padding: 0 30px;
    margin: 23px 0 6px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_post_title {
    padding: 0 25px;
    margin: 23px 0 6px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container {
    display: inline-block;
    padding: 12px 30px 0;
    border-bottom: solid 1px rgba(82, 82, 82, .5);
    position: relative;
    top: 0;
    left: 0;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container {
    padding: 12px 25px 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container:before,
.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container:after,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #474747;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 30px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container:before {
    right: 38px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container span,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_category_container span {
    background: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3F3F3F;
    margin: 0 7px 7px 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_post_excerpt,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_post_excerpt {
    padding: 0 30px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_post_excerpt {
    padding: 0 25px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donation_details {
    padding: 0 30px;
    margin-top: 27px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donation_details {
    padding: 0 25px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-progress-bar,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-progress-bar {
    height: 6px;
    background: #ffffff;
    margin-bottom: 6px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-goal-progress .raised,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-goal-progress .raised  {
    margin-bottom: 40px;
}

body .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-progress-bar > span,
body .philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-progress-bar > span {
    background: #474747 !important;
}

body .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-progress-bar > span.philantrop_progress_bar_marker,
body .philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donation_details .give-progress-bar > span.philantrop_progress_bar_marker {
    background: transparent !important;
    font-size: 16px;
    font-weight: 500;
    top: -34px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .give-goal-progress .raised span,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .give-goal-progress .raised span {
    font-size: 14px;
    color: #333333;
    margin-left: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .give-goal-progress .raised span:last-of-type,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .give-goal-progress .raised span:last-of-type {
    margin-right: 50px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper .philantrop_featured_image_container img,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper .philantrop_featured_image_container img {
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper:hover .philantrop_featured_image_container img,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper:hover .philantrop_featured_image_container img {
    filter: grayscale(0);
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donate_button_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donate_button_container {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper:hover .philantrop_donate_button_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper:hover .philantrop_donate_button_container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donate_popup_button,
.philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donate_popup_button {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #4A4B54;
    padding: 20px 0 16px;
    position: relative;
}

body .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donate_popup_button:hover,
body .philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_donate_popup_button:hover {
    color: #ffffff;
    background: #4A4B54 !important;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_view_type_3 .philantrop_causes_list_item {
    margin-bottom: 40px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_list_item {
    margin-bottom: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper {
    position: relative;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper:before,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper img,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper img {
    position: relative;
    z-index: 2;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper .philantrop_info_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper .philantrop_info_container {
    width: 100%;
    padding: 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_list_wrapper .philantrop_info_container {
    padding: 0 28px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_category_container,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_category_container {
    text-align: left;
    margin-bottom: 2px;
    position: static;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_category_container span,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_category_container span {
    color: #ffffff;
    padding: 8px 15px 5px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_post_title,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_post_title {
    margin-bottom: 31px;
    font-weight: 500;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_post_title a,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_post_title a {
    color: #ffffff;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details {
    padding: 0;
    margin: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised {
    margin-bottom: 50px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-progress-bar .philantrop_progress_bar_marker,
.philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_donation_details .give-goal-progress .raised span {
    color: #ffffff;
}

/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
.philantrop_causes_listing_wrapper.philantrop_view_type_4 {
    margin-left: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item {
    margin-bottom: 150px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: solid 1px #D9D9D9;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:nth-of-type(even) .philantrop_causes_list_wrapper {
    flex-direction: row-reverse;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_featured_image_container {
    width: 100%;
    max-width: 63.3%;
    flex: 0 0 63.3%;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_featured_image_container img {
    width: 100%;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_content_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 73px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_category_container {
    position: static;
    margin-bottom: 8px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_post_title {
    margin-bottom: 1px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_post_excerpt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_donation_details {
    padding: 0;
    margin-top: 50px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .progress-bar {
    padding-bottom: 10px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donation_details .give-goal-progress .raised {
    margin-bottom: 23px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_button {
    padding: 18px 40px 15px 48px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus {
    margin-left: 7px;
    top: 0;
}

/* ------------------- */
/* --- View Type 5 --- */
/* ------------------- */
.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_donation_details {
    padding: 0;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_donation_details .give-progress-bar .philantrop_progress_bar_marker {
    font-weight: 600;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_donation_details .give-goal-progress .progress-bar {
    padding-bottom: 13px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_donation_details .give-progress-bar {
    height: 6px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .give-goal-progress .raised {
    margin-bottom: 52px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_post_title {
    margin-bottom: 6px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_post_excerpt {
    font-size: 18px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_button {
    padding: 18px 55px 17px;
}

.philantrop_causes_listing_wrapper.philantrop_view_type_5 .philantrop_button svg {
    margin-left: 0;
}

/* ------------------------------------------ */
/* ---------- Causes Slider Widget ---------- */
/* ------------------------------------------ */
/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.philantrop_causes_slider_wrapper.philantrop_view_type_4 {
    position: relative;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container {
    padding: 19px 31px;
    margin: 0 0 0 -142px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 63%;
    z-index: 100;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_slider_nav_button {
    color: #ffffff;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .slick-list {
    padding: 0;
    background: #ffffff;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_list_item {
    margin-bottom: 0;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_image_container {
    max-width: 63%;
    flex: 0 0 63%;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_image_container img {
    width: 100%;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_content_container {
    max-width: 37%;
    flex: 0 0 37%;
    padding: 0 15px 40px;
}

@media only screen and (min-width: 576px) {
    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_content_container {
        padding: 0 30px 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_content_container {
        padding: 0 74px;
    }
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_category_container {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
    margin: 12px 0 8px;
    border-radius: 0;
    position: static;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_post_title {
    margin-bottom: 1px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_post_excerpt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donation_details {
    padding: 0;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .give-goal-progress {
    margin-bottom: 8px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .raised .goal-text,
.philantrop_causes_slider_wrapper.philantrop_view_type_4 .raised .income {
    font-size: 14px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .raised .goal-text {
    margin-left: 0;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .raised .income {
    margin-left: 0;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_button {
    background: transparent;
    padding: 19px 40px 15px 48px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus {
    margin-left: 6px;
}

.philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_donate_button_container .philantrop_plus:before {
    top: -1px;
}

/* ---------------------------------- */
/* ---------- Event Widget ---------- */
/* ---------------------------------- */
.philantrop_event_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #EAEAEA;
    margin-bottom: 30px;
}

.philantrop_event_item_title {
    line-height: 1;
    margin-bottom: 9px;
}

.philantrop_event_item_title a {
    display: inline;
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.philantrop_event_item_title a:hover {
    background-size: 100% 2px;
}

.philantrop_event_item_address {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #6B6B6B;
}

.philantrop_event_item_date_container {
    padding-right: 40px;
}

.philantrop_event_item_time {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
    font-weight: 400;
    margin-bottom: 2px;
}

.philantrop_event_item_time span {
    font-size: 16px;
    letter-spacing: -.48px;
    margin-left: -10px;
}

.philantrop_event_item_date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #6B6B6B;
    margin-left: 5px;
}


/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (max-width: 1367px) {
    .philantrop_timeline_info_part {
        padding-right: 40px;
    }

    .philantrop_projects_item_content_container h5 {
        max-width: 80%;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:before {
        margin-left: 0;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container .philantrop_plus:after {
        margin-top: 0;
    }

    .philantrop_content_slider_wrapper .philantrop_anchor_container {
        display: none;
    }
}

@media only screen and (max-width: 1181px) {
    .philantrop_gallery_widget .gallery-masonry__description {
        padding-bottom: 20px;
        left: 0;
    }

    .philantrop_event_item_content_container {
        padding-left: 20px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_additional_fields_container {
        right: 0;
    }

    .philantrop_causes_slider_widget .philantrop_offset_container {
        margin: auto;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
        top: 45px;
    }

    .philantrop_causes_listing_wrapper .philantrop_donation_popup,
    .philantrop_donate_box_widget .philantrop_donation_popup {
        max-width: 90%;
        min-width: auto;
    }

    .philantrop_video_widget .philantrop_video_container .philantrop_video_wrapper,
    .philantrop_tabs_widget .philantrop_video_container .philantrop_video_wrapper {
        width: 90% !important;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_offset_container,
    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_offset_container {
        width: 100% !important;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_causes_slider {
        margin-right: -15px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
        justify-content: flex-end;
    }

    .philantrop_testimonials_wrapper .philantrop_causes_slider_navigation_container {
        margin-bottom: 35px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container {
        margin-bottom: 0;
    }

    .philantrop_stories_wrapper .stories-item {
        margin-bottom: 100px;
    }

    .philantrop_stories_wrapper .stories-item:last-of-type {
        margin-bottom: 50px;
    }

    .elementor .philantrop_stories_wrapper .img--layout {
        display: none;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_anchor_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_anchor_container {
        display: none;
    }

    .philantrop_linked_icon_box_item {
        margin-bottom: 0;
    }

    .philantrop_person_wrapper.philantrop_view_type_1 {
        margin-bottom: 10px;
    }

    .philantrop_person_item_type_3 {
        margin-bottom: 20px;
    }

    .philantrop_blog_listing_title {
        font-size: 30px;
    }

    .philantrop_columns_4 .philantrop_animals_item {
        width: 33.333333%;
    }

    body .elementor-image-carousel .swiper-slide-inner img {
        width: 100%;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 730px;
    }

    .philantrop_content_slider_wrapper .philantrop_content_slider_title,
    .philantrop_content_slider_wrapper .philantrop_content_slider_title span {
        letter-spacing: -1px;
    }

    .gallery-masonry__description {
        padding: 18px 15px 15px;
    }

    .philantrop_info_box_item.view_type_1 .align-items-center {
        align-items: flex-start !important;
    }

    .philantrop_info_box_content_cont,
    .philantrop_reverse_row .philantrop_info_box_content_cont {
        padding: 0;
    }

    .philantrop_image_box_wrapper {
        display: block;
    }

    .philantrop_image_box_info {
        left: 0;
        bottom: 0;
    }

    .philantrop_price_item .philantrop_price_container .philantrop_price {
        font-size: 36px;
    }

    .philantrop_price_item .philantrop_price_container .philantrop_currency {
        font-size: 36px;
    }

    .philantrop_blog_carousel_widget .philantrop_causes_slider_navigation_container {
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .philantrop_blog_carousel_widget .philantrop_blog_carousel .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .philantrop_price_item .philantrop_price_container .philantrop_currency,
    .philantrop_price_item .philantrop_price_container .philantrop_price,
    .philantrop_price_item .philantrop_price_container .philantrop_period {
        font-size: 36px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_fields_container {
        left: 0;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
        padding: 39px 55px 31px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_info_container.first_cont,
    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_info_container {
        display: none;
    }

    .philantrop_preview_container.view_type_1 img {
        width: 100%;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_author_container {
        padding: 0;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_slider_navigation_container {
        right: 0;
    }

    .philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item a {
        padding: 21px 33px 17px;
    }

    .philantrop_delivery_form input[type="text"] {
        margin-bottom: 20px;
    }

    .philantrop_shortcodes_tabs_widget .icon {
        margin-top: -19px;
    }

    .philantrop_time_line_wrapper .philantrop_slider_arrows .slick-dots {
        margin-bottom: 0;
    }

    .philantrop_download_doc_widget.view_type_1 {
        padding: 63px 62px 65px;
    }

    .philantrop_download_doc_widget.view_type_2 {
        margin-bottom: 20px;
    }

    .philantrop_up_heading_overlay {
        top: -10px;
        left: 10px;
    }

    .philantrop_content_slider_widget .philantrop_slider_arrows .slick-dots {
        margin-bottom: 0;
    }

    .philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger {
        padding: 36px 43px 34px 33px;
    }

    .philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger:hover {
        padding: 60px 33px 54px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container .philantrop_video_trigger,
    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container .philantrop_video_trigger:hover {
        padding: 20px 25px 20px;
    }

    .philantrop_columns_4 .philantrop_team_item,
    .philantrop_columns_5 .philantrop_team_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_content_slider_wrapper .philantrop_content_slider_additional_image {
        z-index: 1;
    }

    .philantrop_portfolio_slider_widget .slick-center {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container .philantrop_video_trigger,
    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container .philantrop_video_trigger {
        padding: 38px 47px 32px 45px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container .philantrop_video_trigger:hover,
    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_additional_fields_container .philantrop_video_trigger:hover {
        padding: 40px 47px 34px 45px;
    }

    .philantrop_services_listing_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_view_type_2 .philantrop_blog_listing_title {
        margin-bottom: 32px;
    }

    .philantrop_feedback_title {
        font-size: 42px;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
        padding-bottom: 14px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots {
        margin-top: 0;
    }

    .view_type_type_2 .philantrop_button_and_nav_container {
        margin-top: 20px;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
    body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
        max-width: 90%;
    }

    .philantrop_view_type_2 .philantrop_blog_listing_item {
        margin-bottom: 62px;
    }

    .philantrop_view_type_2 .philantrop_prod_list_title {
        padding-left: 35px;
    }

    .philantrop_price_title {
        font-size: 35px;
    }

    .philantrop_price_item_wrapper {
        padding-bottom: 35px;
    }

    .philantrop_prod_list_item {
        padding: 0;
    }

    .philantrop_products_list_wrapper .philantrop_prod_list_item {
        padding: 0 20px;
    }

    .philantrop_products_list.philantrop_view_type_3.philantrop_columns_2 .philantrop_prod_list_item,
    .philantrop_products_list.philantrop_view_type_3.philantrop_columns_3 .philantrop_prod_list_item,
    .philantrop_products_list.philantrop_view_type_3.philantrop_columns_4 .philantrop_prod_list_item,
    .philantrop_products_list.philantrop_view_type_3.philantrop_columns_5 .philantrop_prod_list_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item {
        margin-bottom: 120px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:last-of-type {
        margin-bottom: 90px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_featured_image_container {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_post_title,
    .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_post_title,
    .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_post_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .philantrop_linked_item_info_container {
        padding: 0 30px 30px;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_2 .philantrop_post_title {
        line-height: 40px;
        margin-bottom: 10px;
    }

    .philantrop_stories_slider_wrapper .philantrop_stories_slider_navigation_container {
        bottom: 160px;
    }

    .philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container {
        margin-bottom: 62px;
    }

    .philantrop_event_item_date_container {
        padding-right: 20px;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_post_title {
        line-height: 30px;
        margin-bottom: 12px;
    }

    .philantrop_stories_wrapper .heading__title,
    .philantrop_stories_slider_wrapper .heading__title {
        line-height: 50px;
        margin-bottom: 20px;
    }

    .philantrop_projects_widget .philantrop_pagination {
        margin-top: 80px;
    }

    .philantrop_type_horizontal .philantrop_price_item_wrapper {
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .philantrop_type_horizontal .philantrop_price_title_container,
    .philantrop_type_horizontal .philantrop_price_item_info_container,
    .philantrop_type_horizontal .philantrop_custom_fields_container,
    .philantrop_type_horizontal .philantrop_price_button_container,
    .philantrop_type_horizontal .philantrop_main_fields_container,
    .philantrop_type_horizontal .philantrop_secondary_fields_container {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_type_horizontal .philantrop_price_title_container h5 {
        text-align: left;
    }

    .philantrop_type_horizontal .philantrop_price_item_info_container {
        padding-top: 0;
    }

    .philantrop_type_horizontal.philantrop_best_offer_yes .philantrop_price_item_wrapper {
        padding-left: 0;
    }

    .philantrop_type_horizontal .philantrop_custom_fields_container {
        flex-direction: column;
        justify-content: center;
    }

    .philantrop_type_horizontal .philantrop_custom_fields_container {
        width: 100%;
        max-width: 50%;
        flex: 0 0 50%;
        text-align: left;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container {
        width: 100%;
        max-width: 28%;
        flex: 0 0 28%;
        text-align: center;
    }

    .philantrop_type_horizontal .philantrop_price_button_container {
        width: 100%;
        max-width: 20%;
        flex: 0 0 20%;
    }

    .philantrop_type_horizontal .philantrop_main_fields_container,
    .philantrop_type_horizontal .philantrop_secondary_fields_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_custom_fields_container .philantrop_custom_field {
        padding-left: 25px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
    .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
    .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt {
        padding: 0;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_item {
        margin-bottom: 40px;
    }

    .philantrop_projects_item_content_container {
        padding: 0 30px 37px;
        bottom: -152px;
    }

    .philantrop_causes_slider .philantrop_projects_item_content_container {
        bottom: -185px;
    }

    .philantrop_projects_item_content_container h5 {
        max-width: 90%;
    }

    .philantrop_event_item_time {
        font-size: 46px;
    }

    .philantrop_partners_item {
        width: 100%;
        max-width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
        text-align: center;
        margin-bottom: 30px;
    }

    .philantrop_stories_wrapper .philantrop_excerpt {
        margin-bottom: 38px;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_content_container {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item {
        width: 100%;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper,
    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:nth-of-type(even) .philantrop_causes_list_wrapper {
        width: 100%;
        flex-direction: column;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_featured_image_container {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_content_container {
        padding: 40px;
    }

    .philantrop_stories_slider_wrapper .philantrop_stories_slider_navigation_container {
        bottom: 50px;
        right: 0;
    }

    .philantrop_projects_item_content_container {
        bottom: -160px;
    }

    .philantrop_causes_slider .philantrop_projects_item_content_container {
        bottom: -120px;
    }
}

@media only screen and (max-width: 821px) {
    .philantrop_type_horizontal .philantrop_price_button_container {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont {
        font-size: 20px;
        line-height: 1.6;

    }

    .philantrop_testimonials_navigation_container .philantrop_next {
        margin-left: 6px;
    }

    .philantrop_event_item_time {
        font-size: 40px;
    }

    .philantrop_event_item_time span {
        margin-left: -5px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_content_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_content_wrapper {
        padding: 0 23px 26px;
    }

    .philantrop_testimonials_image_container,
    .philantrop_testimonials_text_container {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container {
        width: 100%;
        max-width: 20%;
        flex: 0 0 20%;
    }

    .philantrop_testimonials_image_container {
        margin-bottom: 50px;
    }

    .philantrop_testimonials_navigation_container {
        margin-right: 0;
    }

    .philantrop_testimonials_wrapper .philantrop_testimonials_text_container {
        padding-left: 15px;
    }

    .philantrop_testimonials_widget_title_container .philantrop_up_heading {
        margin-bottom: 15px;
    }

    .philantrop_price_item .philantrop_price_button_container .philantrop_button {
        padding: 17px 40px 15px;
    }

    .philantrop_testimonials_wrapper .slick-dots,
    .philantrop_slider_arrows .slick-dots {
        justify-content: center;
    }

    .philantrop_work_steps_widget .slick-dots {
        margin-top: 60px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container .philantrop_video_trigger,
    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container .philantrop_video_trigger:hover {
        padding: 20px 18px 20px 25px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_promo_video_container .philantrop_video_trigger span {
        display: none;
    }

    .philantrop_portfolio_slider_widget .philantrop_slider_navigation_container .slick-dots {
        justify-content: center;
        margin: -30px 0 30px;
    }

    .philantrop_content_slider_wrapper .philantrop_promo_video_container .philantrop_video_trigger {
        padding: 30px 43px 28px 33px;
    }

    .philantrop_cases_list_item,
    .philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
        padding: 39px 36px 31px 43px;
    }

    .philantrop_content_slider_wrapper .philantrop_additional_info_container,
    .philantrop_content_slider_wrapper .philantrop_content_slider_additional_image {
        display: none;
    }

    .philantrop_price_title {
        font-size: 30px;
    }

    .philantrop_partners_list {
        flex-wrap: wrap;
    }

    .philantrop_feedback_wrapper {
        padding: 68px 0 110px;
    }

    body .philantrop_contacts_divider_container {
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px auto 15px;
    }

    .philantrop_person_item_type_2 .philantrop_person_info_container {
        text-align: center;
        margin-top: 20px;
    }

    .philantrop_person_item_type_2 .philantrop_person_socials li {
        margin: 0 10px;
    }

    .philantrop_recent_posts_widget .philantrop_blog_listing_item {
        margin-bottom: 50px;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container {
        justify-content: flex-start;
        margin: 50px 0 0;
    }

    .philantrop_blockquote.philantrop_view_type_1 {
        padding-left: 100px;
        font-size: 18px;
    }

    .philantrop_blockquote.philantrop_view_type_2 {
        padding: 40px 40px 34px;
        font-size: 27px;
    }

    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper {
        flex-direction: column;
    }

    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper:before {
        height: calc(100% + 74px);
        top: -40px;
        left: -40px;
    }

    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_cont {
        padding: 35px 0 0;
    }

    .philantrop_stories_wrapper .stories-item > .row {
        flex-direction: column !important;
    }

    .philantrop_stories_wrapper .img-box__img {
        margin-bottom: 40px;
    }

    .philantrop_stories_wrapper .img-box__img img {
        width: 100%;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_third_row {
        display: block;
        font-size: 0;
        margin-bottom: 0;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_third_row .philantrop_blog_listing_item {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_third_row .philantrop_blog_listing_item:last-of-type {
        margin-bottom: 0;
    }

    .philantrop_view_type_1.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_4.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_1.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_4.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_donation_wrapper.view_type_2 .philantrop_donations_item,
    .philantrop_recent_donations_wrapper .philantrop_donations_item {
        width: 50%;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_featured_image_container {
        margin-bottom: 30px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_testimonials_icon {
        width: 60px;
        font-size: 100px;
        line-height: 80px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_testimonials_content {
        font-size: 20px;
        line-height: 30px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container {
        justify-content: flex-start;
    }

    .philantrop_price_item.philantrop_type_horizontal,
    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_button_container {
        text-align: center;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_title {
        margin-bottom: 25px;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container {
        margin: 15px 0;
    }

    .philantrop_events_listing_wrapper .upcoming-item__body {
        padding: 15px 15px 36px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_promo_video_container {
        left: 0;
    }

    .philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_wrapper {
        padding: 40px 30px;
    }

    .philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_donate_button_container {
        position: relative;
        margin-top: 30px;
    }

    .philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_category_container {
        margin-top: 0;
    }

    .philantrop_color_scheme_mono .philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .philantrop_event_item_wrapper img {
        width: 100%;
        margin-bottom: 30px;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_item.philantrop_blog_item_2 .philantrop_overlay,
    .philantrop_blog_listing_widget .philantrop_blog_listing_item.philantrop_blog_item_3 .philantrop_overlay {
        background: rgba(49,52,95, .7);
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_slider_counter {
        display: none;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container .philantrop_currency,
    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container .philantrop_price,
    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container .philantrop_period {
        line-height: 24px;
    }

    .philantrop_donation_carousel_widget .philantrop_slider_arrows:before {
        display: none;
    }

    .philantrop_price_item.philantrop_type_horizontal {
        padding: 0;
    }

    .philantrop_events_listing_wrapper.view_type_1 .philantrop_event_listing_item,
    .philantrop_events_widget .philantrop_event_listing_item {
        width: 50%;
    }

    .philantrop_info_box_content_cont {
        padding-left: 0;
        margin-top: 12px;
    }

    .philantrop_reverse_row .philantrop_info_box_content_cont {
        padding: 0;
    }

    .philantrop_info_box_content_cont .philantrop_info_box_title {
        font-size: 32px;
    }

    .philantrop_tours_carousel_widget .philantrop_slider_arrows .slick-dots li {
        margin: 0 0 0 20px;
    }

    .philantrop_tours_carousel_widget .philantrop_slider_arrows .slick-dots li:first-of-type {
        margin: 0;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 490px;
    }

    .philantrop_calendar_item_details {
        padding: 15px 15px 0;
    }

    .philantrop_calendar_item_time {
        text-align: left;
        padding: 0 15px 15px;
    }

    .philantrop_calendar_item_link {
        margin-left: 30px;
        top: 5px;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_offset_container:before {
        display: none;
    }

    .philantrop_price_item .philantrop_price_wrapper {
        display: block;
    }

    .philantrop_view_type_2 .philantrop_item_type_1 .philantrop_blog_listing_item_wrapper {
        padding: 254px 32px 30px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_anchor {
        display: inline-flex;
    }

    .philantrop_time_line_wrapper .philantrop_slider_arrows .slick-dots {
        justify-content: left;
        margin-top: 30px;
    }

    .philantrop_best_offer_slider_widget .philantrop_time_line_wrapper .philantrop_slider_arrows .slick-dots {
        justify-content: center;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_content {
        padding-top: 0;
    }

    .philantrop_download_doc_widget.view_type_1 {
        padding: 53px 30px 55px;
    }

    .philantrop_careers_listing_title_cont,
    .philantrop_careers_listing_link_cont {
        padding: 0;
    }

    .philantrop_careers_listing_item {
        padding: 40px 0 30px;
    }

    .philantrop_careers_listing_item,
    .philantrop_careers_listing_link_cont {
        text-align: center;
    }

    .philantrop_careers_listing_title_cont h4,
    .philantrop_careers_listing_location,
    .philantrop_careers_listing_salary_cont {
        margin-bottom: 20px;
    }

    .philantrop_blog_listing_wrapper.philantrop_view_type_1.columns_3 .philantrop_blog_listing_item,
    .philantrop_blog_listing_wrapper.philantrop_view_type_1.columns_4 .philantrop_blog_listing_item {
        width: 50%;
    }

    .philantrop_feedback_wrapper .col-lg-5 {
        text-align: center;
    }

    .philantrop_view_type_2 .philantrop_prod_list_title {
        padding-left: 30px;
    }

    .philantrop_best_offer_carousel .slick-track {
        padding: 60px 0;
    }

    .philantrop_gallery_slider_item {
        margin: 0 15px;
    }

    .philantrop_gallery_slider_widget .gallery-masonry__description {
        font-size: 80px;
        line-height: 65px;
    }

    .philantrop_projects_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_view_type_1.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_3.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_1.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_3.philantrop_columns_4 .philantrop_causes_list_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_text_container {
        padding-left: 15px;
    }

    .philantrop_causes_slider .philantrop_stories_item .heading {
        margin-top: 50px;
    }

    .philantrop_stories_slider_wrapper .philantrop_stories_slider_navigation_container {
        bottom: 70px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_excerpt,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_excerpt {
        max-width: 100%;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_item_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_item_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_container,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_container,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_wrapper img,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_wrapper img {
        height: 100%;
    }

    .philantrop_recent_posts_widget .philantrop_blog_listing_item,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item .philantrop_blog_listing_image_wrapper img {
        width: 100%;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_wrapper img {
        height: auto;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_overlay,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_overlay {
        display: none;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_content_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_content_wrapper {
        padding: 0;
        margin-top: -70px;
        position: relative;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_date_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_date_wrapper {
        margin-bottom: 67px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_date_cont,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_date_cont {
        margin-left: 26px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_meta,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_meta {
        margin-bottom: 4px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_cat_wrapper a,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_cat_wrapper a {
        color: #7d7d6f;
    }

    body .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_title a,
    body .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_title a {
        color: #18191a;
    }

    body .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_excerpt,
    body .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_excerpt {
        color: #555555;
    }
}

@media only screen and (max-width: 769px) {
    .philantrop_stories_slider_wrapper .philantrop_stories_slider_navigation_container {
        bottom: 25px;
    }

    .philantrop_event_item_time {
        font-size: 38px;
    }

    .philantrop_linked_item_info_container {
        padding: 0 30px 30px;
    }

    .philantrop_price_item_wrapper {
        padding: 41px 28px 49px;
    }

    .philantrop_projects_item_content_container,
    .philantrop_causes_slider .philantrop_projects_item_content_container {
        bottom: -152px;
    }
}

@media only screen and (max-width: 737px) {
    .philantrop_stories_wrapper .philantrop_excerpt {
        margin-bottom: 38px;
    }

    .philantrop_projects_item_content_container h5 {
        max-width: 90%;
    }

    .philantrop_projects_item_content_container {
        bottom: -190px;
    }

    .philantrop_causes_slider .philantrop_projects_item_content_container {
        bottom: -130px;
    }

    .philantrop_event_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .philantrop_event_item_content_container {
        padding-left: 0;
    }

    .philantrop_event_item_image_container,
    .philantrop_event_item_content_container {
        margin-bottom: 30px;
    }

    .philantrop_event_item_image_container,
    .philantrop_event_item img {
        width: 100%;
    }

    .philantrop_content_slider_wrapper .philantrop_anchor {
        display: none;
    }

    .philantrop_view_type_1.philantrop_columns_2 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_2 .philantrop_causes_list_item,
    .philantrop_view_type_3.philantrop_columns_2 .philantrop_causes_list_item,
    .philantrop_view_type_1.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_3.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_1.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_3.philantrop_columns_4 .philantrop_causes_list_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item {
        margin-bottom: 65px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_content_container {
        padding: 40px 20px;
    }

    .philantrop_type_horizontal .philantrop_price_item_info_container {
        flex-direction: column;
    }

    .philantrop_type_horizontal .philantrop_custom_fields_container,
    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container,
    .philantrop_type_horizontal .philantrop_price_button_container {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_timeline_heading_and_buttons_part .philantrop_slider_navigation_container {
        margin-bottom: 0;
    }

    .philantrop_best_offer_carousel .slick-track {
        padding: 0;
    }

    .philantrop_prod_slider_item.slick-current img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .philantrop_prod_slider_item.slick-current .philantrop_prod_slider_title {
        margin-top: 0;
    }

    .philantrop_portfolio_slider_widget .philantrop_slider_navigation_container .slick-dots {
        margin: 10px 0 30px;
    }

    body .philantrop_contacts_divider_container {
        text-align: center;
    }

    .philantrop_testimonials_wrapper .slick-dots,
    .philantrop_slider_arrows .slick-dots {
        margin: 10px 0 30px;
    }

    .philantrop_cases_list_item,
    .philantrop_philantrop_cases_listing_wrapper .philantrop_cases_list_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
        padding: 30px 20px 10px;
        bottom: 115px;
        left: 15px;
        right: auto;
    }

    .philantrop_video_promo_text_wrapper {
        padding: 60px 50px 65px;
    }

    .philantrop_timeline_heading_and_buttons_part {
        margin-bottom: 10px;
    }

    .philantrop_portfolio_carousel .philantrop_portfolio_listing_item {
        margin-bottom: 0;
    }

    .philantrop_columns_2 .philantrop_team_item,
    .philantrop_columns_3 .philantrop_team_item,
    .philantrop_columns_4 .philantrop_team_item,
    .philantrop_columns_5 .philantrop_team_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container {
        flex-direction: row;
    }

    .philantrop_testimonials_wrapper .philantrop_testimonials_navigation_container .slick-dots {
        margin-top: 35px;
    }

    .philantrop_portfolio_slider_widget .slick-center {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_3 .philantrop_offset_container {
        margin: 0;
    }

    .philantrop_events_listing_wrapper.view_type_2 .philantrop_event_listing_item_title {
        margin-top: 30px;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_causes_slider_title_part,
    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_title_part {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container {
        margin-top: 35px;
    }

    .philantrop_content_slider_wrapper .philantrop_content_slide_wrapper {
        height: 100%;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_item,
    .philantrop_recent_posts_widget .philantrop_blog_listing_item {
        margin-bottom: 40px;
    }

    .philantrop_blog_listing_widget .philantrop_view_type_3 .philantrop_blog_listing_item {
        margin-bottom: 0;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_item:last-of-type {
        margin-bottom: 0;
    }

    .philantrop_testimonials_navigation_container .philantrop_slider_counter {
        justify-content: flex-start;
    }

    .philantrop_testimonials_wrapper .philantrop_slider_navigation_container {
        margin-left: 0;
    }

    .philantrop_type_horizontal .philantrop_custom_fields_container {
        padding: 0;
    }

    .philantrop_recent_posts_widget .philantrop_blog_listing_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_partners_item {
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 0 10px;
    }

    .philantrop_feedback_wrapper {
        padding: 48px 0 87px;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_item,
    .philantrop_recent_posts_widget .philantrop_blog_listing_item,
    .philantrop_blog_listing_widget .philantrop_blog_listing_item.philantrop_blog_item_2,
    .philantrop_blog_listing_widget .philantrop_blog_listing_item.philantrop_blog_item_3,
    .philantrop_events_listing_wrapper.view_type_1 .philantrop_event_listing_item,
    .philantrop_events_widget .philantrop_event_listing_item,
    .philantrop_donation_wrapper.view_type_2 .philantrop_donations_item,
    .philantrop_recent_donations_wrapper .philantrop_donations_item {
        width: 100%;
    }

    .philantrop_blog_listing_widget .philantrop_blog_listing_item.philantrop_blog_item_2 .philantrop_post_info_container,
    .philantrop_blog_listing_widget .philantrop_blog_listing_item.philantrop_blog_item_3 .philantrop_post_info_container {
        position: relative;
        padding: 60px 30px;
    }

    .philantrop_stories_wrapper .stories-item {
        margin-bottom: 80px;
    }

    .philantrop_stories_wrapper .stories-item:last-of-type {
        margin-bottom: 50px;
    }

    .philantrop_stories_wrapper .heading__title {
        line-height: 1.2;
    }

    .philantrop_causes_list_item,
    .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_item {
        margin-bottom: 65px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_item:last-of-type {
        margin-bottom: 0;
    }

    .philantrop_causes_listing_widget .philantrop_pagination {
        margin-top: 0;
    }

    .philantrop_causes_listing_widget .philantrop_view_type_2 + .philantrop_pagination .pagination,
    .philantrop_causes_listing_widget .philantrop_view_type_3 + .philantrop_pagination .pagination {
        margin-top: 0;
    }

    .philantrop_color_scheme_mono .philantrop_testimonials_wrapper.philantrop_view_type_3 .philantrop_testimonials_item {
        padding: 15px 0;
    }

    .philantrop_color_scheme_mono .philantrop_testimonials_wrapper.philantrop_view_type_3 .philantrop_testimonials_item_wrapper {
        box-shadow: none;
    }

    .philantrop_color_scheme_mono .philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .philantrop_event_item_wrapper {
        padding: 15px 15px 25px;
    }

    .philantrop_color_scheme_mono .philantrop_events_wrapper.philantrop_view_type_2 .philantrop_event_item .philantrop_event_item_wrapper img {
        margin-bottom: 25px;
    }

    .philantrop_content_slider_wrapper .philantrop_content_slider_title,
    .philantrop_content_slider_wrapper .philantrop_content_slider_title span {
        letter-spacing: -1px;
    }

    .philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container {
        width: 100%;
        position: static;
        -webkit-transform: none;
        transform: none !important;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_5 .philantrop_causes_slider_navigation_container {
        bottom: 40px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_1 .philantrop_additional_fields_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_additional_fields_container,
    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_additional_fields_container {
        bottom: 56px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots,
    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container .philantrop_slider_arrows .slick-dots {
        margin-top: 0;
    }

    .philantrop_event_calendar_item .philantrop_calendar_item {
        margin-bottom: 20px;
    }

    .philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item_details {
        padding: 23px 15px 0 15px;
    }

    .philantrop_event_calendar_item.view_type_2 .philantrop_calendar_item_time {
        padding: 0 15px 25px 15px;
    }

    .philantrop_testimonials_wrapper .slick-dots,
    .philantrop_slider_arrows .slick-dots {
        justify-content: center;
    }

    .philantrop_info_box_carousel_widget .philantrop_info_box_carousel {
        margin-top: 25px;
    }

    .philantrop_testimonials_wrapper .slick-dots li,
    .philantrop_slider_arrows .slick-dots li {
        margin: 0 6px 0 0;
    }

    .philantrop_causes_slider_widget .philantrop_causes_slider_navigation_container {
        margin-top: 27px;
    }

    .philantrop_causes_slider_widget .philantrop_causes_slider {
        margin-top: 40px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_3 .philantrop_slider_counter {
        display: none;
    }

    .philantrop_info_box_carousel_wrapper > .container > .row {
        margin-right: auto;
        margin-left: auto;
    }

    .philantrop_donation_carousel_widget .philantrop_causes_slider_navigation_container {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    .philantrop_donation_carousel_widget .slick-dots {
        margin-bottom: 0;
    }

    .philantrop_donation_carousel_widget .slick-dots li:first-of-type {
        margin-right: 30px;
    }

    .elementor-image-carousel {
        margin-top: 40px;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets {
        margin-top: 40px;
        text-align: left;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px 0;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
        margin-left: 0;
    }

    .philantrop_person_item_type_2 .philantrop_person_image_wrapper img {
        width: 100%;
    }

    .philantrop_columns_3 .philantrop_animals_item,
    .philantrop_columns_4 .philantrop_animals_item {
        width: 50%;
    }

    .philantrop_blockquote.philantrop_view_type_1 {
        padding-left: 100px;
        font-size: 18px;
    }

    .philantrop_blockquote.philantrop_view_type_2 {
        padding: 35px 30px 25px;
        font-size: 20px;
        line-height: 1.8;
    }

    .philantrop_blockquote.philantrop_view_type_2 .philantrop_blockquote_wrapper:before {
        height: calc(100% + 60px);
        top: -35px;
        left: -30px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container {
        bottom: 150px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_counter {
        display: none;
    }

    .philantrop_tours_carousel_widget .philantrop_tours_carousel {
        margin-top: 15px;
    }

    .philantrop_tours_carousel_widget .philantrop_slider_arrows .slick-dots {
        margin: 25px 0 22px;
    }

    .philantrop_blog_carousel_widget .philantrop_blog_slider_nav_cont {
        flex-direction: column-reverse;
        margin-top: 57px;
    }

    .philantrop_blog_carousel_widget  .philantrop_slider_arrows .slick-dots li:last-of-type {
        margin: 0;
    }

    body .elementor .mc4wp-form-fields input[type="submit"] {
        margin-top: 30px;
    }

    .philantrop_content_slider_wrapper .philantrop_button {
        margin-top: 40px;
    }

    .philantrop_content_slider_wrapper .philantrop_slider_counter:after {
        display: none;
    }

    .terrarium-slider .philantrop_causes_slider_title_cont {
        padding-left: 0;
    }

    .philantrop_custom_products_list.view_type_2 .philantrop_custom_product_item {
        margin-bottom: 50px;
    }

    .terrarium-slider .philantrop_button {
        margin-left: 0;
    }

    .philantrop_prefooter_wrapper.philantrop_prefooter_type_5 {
        padding: 65px 0 15px;
    }

    .philantrop_events_widget .philantrop_event_listing_item_excerpt {
        margin-bottom: 40px;
    }

    .philantrop_achivments_on_mobile .elementor-image-box-wrapper {
        display: flex;
    }

    .philantrop_achivments_on_mobile .elementor-image-box-wrapper .elementor-image-box-img {
        margin-top: 3px;
        margin-right: 10px !important;
    }

    body .philantrop_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-bottom: -40px;
    }

    .philantrop_timeline_date {
        padding: 0;
    }

    .philantrop_timeline_info_part {
        padding: 42px 15px 0 0;
    }

    .philantrop_delivery_form .philantrop_truckload_type_select {
        margin-bottom: 20px;
    }

    .philantrop_blog_carousel_widget .philantrop_heading {
        font-size: 32px;
    }

    .philantrop_view_type_2 .philantrop_item_type_2 .philantrop_blog_listing_content {
        padding: 30px 30px 36px;
    }

    .philantrop_shortcodes_tabs_widget .icon {
        margin-top: -19px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_content {
        padding-top: 0;
    }

    .philantrop_blockquote.philantrop_view_type_1:before {
        display: none;
    }

    .philantrop_calculate_cost {
        margin-top: 36px;
    }

    .philantrop_calc_button {
        margin-top: 25px;
    }

    .philantrop_download_doc_widget.view_type_2 {
        margin-bottom: 20px;
    }

    .philantrop_contact_form_field {
        width: 100%;
        padding: 0;
    }

    .philantrop_contact_form_field:first-of-type {
        padding: 0;
    }

    body .philantrop_blog_listing_excerpt {
        margin-bottom: 32px;
    }

    .philantrop_blog_listing_title {
        line-height: 1.3;
    }

    .philantrop_pagination nav,
    .woocommerce-pagination nav {
        padding-top: 0;
    }

    .philantrop_timeline_info_part {
        max-width: 370px;
    }

    .philantrop_view_type_2 .philantrop_item_type_1 .philantrop_blog_listing_item_wrapper {
        padding: 120px 32px 30px;
    }

    body .philantrop_content_slider_wrapper.philantrop_view_type_6 .philantrop_causes_slider_navigation_container {
        bottom: 45px;
    }

    .philantrop_testimonials_wrapper .slick-dots,
    .philantrop_slider_arrows .slick-dots {
        margin: 30px 0 30px;
    }

    .philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container,
    .philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container .philantrop_slider_arrows .slick-dots {
        margin-bottom: 0;
    }

    .philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container .philantrop_slider_arrows .slick-dots {
        margin-top: 0;
    }

    .philantrop_linked_item_slider_widget .philantrop_testimonials_navigation_container .philantrop_slider_arrows .slick-dots li {
        margin-bottom: 10px;
    }

    .philantrop_linked_items_carousel .slick-track {
        padding: 20px 0;
    }

    .philantrop_cases_widget_wrapper .philantrop_pagination nav {
        padding-top: 0;
    }

    .philantrop_prefooter_wrapper.philantrop_prefooter_type_2 .footer_widget {
        margin-bottom: 30px;
    }

    .philantrop_services_slider_widget_wrapper .philantrop_slider_arrows .slick-dots {
        margin-top: 47px;
    }

    .philantrop_work_steps_divider {
        display: none;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
        padding-bottom: 14px;
    }

    .philantrop_subscirbe input[type="submit"] {
        margin-top: 40px;
        position: static;
    }

    .view_type_type_2 .philantrop_button_and_nav_container {
        margin-top: 40px;
    }

    body .elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
    }

    body .elementor-widget-image-box .elementor-image-box-content {
        padding-left: 10px;
    }

    .philantrop_price_item .philantrop_price_title {
        margin-bottom: 29px;
    }

    .philantrop_price_item .philantrop_custom_fields_container {
        display: flex;
        flex-direction: column;
    }

    .philantrop_cases_widget .philantrop_pagination,
    .philantrop_philantrop_cases_listing_wrapper .philantrop_cases_widget .philantrop_pagination {
        margin-top: 34px;
    }

    .philantrop_portfolio_listing_item {
        margin-bottom: 30px;
    }

    .philantrop_blog_listing_wrapper.philantrop_view_type_1 .philantrop_blog_listing_item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .philantrop_blog_listing_widget .philantrop_pagination nav {
        padding: 0;
        margin-top: -20px;
    }

    .philantrop_blog_listing_widget .philantrop_view_type_2 + .philantrop_pagination nav {
        margin-top: 30px;
    }

    .philantrop_timeline_heading_container {
        margin-bottom: 30px;
    }

    .philantrop_view_type_2 .philantrop_prod_list_item,
    .philantrop_view_type_3 .philantrop_prod_list_item {
        margin-bottom: 60px;
    }

    .philantrop_view_type_2 .philantrop_prod_list_item:last-of-type,
    .philantrop_view_type_3 .philantrop_prod_list_item:last-of-type {
        margin-bottom: 0;
    }

    .philantrop_view_type_2 .philantrop_prod_list_item_wrapper,
    .philantrop_view_type_3 .philantrop_prod_list_item_wrapper {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .philantrop_view_type_2 .philantrop_prod_list_image,
    .philantrop_view_type_3 .philantrop_prod_list_image {
        margin-bottom: 30px;
    }

    .philantrop_view_type_2 .philantrop_prod_list_title,
    .philantrop_view_type_3 .philantrop_prod_list_title {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .philantrop_view_type_2 .philantrop_prod_list_excerpt,
    .philantrop_view_type_3 .philantrop_prod_list_excerpt {
        text-align: center;
        margin-bottom: 10px;
    }

    .philantrop_view_type_3 .philantrop_prod_list_info {
        padding-left: 0;
    }

    .philantrop_view_type_3 .philantrop_prod_list_price {
        text-align: center;
    }

    h2.philantrop_heading,
    .philantrop_schedule_widget_title {
        font-size: 32px;
        line-height: 42px;
    }

    .philantrop_filtering_product_title {
        padding-right: 5px;
    }

    .philantrop_filtering_product_price {
        padding-left: 5px;
    }

    .philantrop_contacts_widget_info_item:last-of-type,
    .widget_philantrop_socials_widget .philantrop_footer_socials,
    .philantrop_prefooter_type_3 .widget_philantrop_socials_widget .philantrop_contacts_widget_info_item:last-of-type {
        margin-bottom: 0;
    }

    .widget_philantrop_socials_widget .philantrop_footer_socials {
        margin-top: 0;
    }

    .philantrop_socials_widget_logo {
        margin-bottom: 15px;
    }

    .philantrop_time_line_wrapper .philantrop_slider_arrows .slick-dots {
        margin-top: 10px;
        margin-bottom: -20px;
    }

    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_container {
        margin: 40px 0;
    }

    .philantrop_price_item.philantrop_type_horizontal,
    .philantrop_price_item.philantrop_type_horizontal .philantrop_price_button_container {
        text-align: center;
    }

    .philantrop_blog_listing_item .philantrop_blog_quote .philantrop_blockquote_marker_container {

    }

    .philantrop_blog_quote .philantrop_blockquote_marker_container {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_text_container {
        padding: 0 20px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonials_navigation_container .philantrop_slider_navigation_container {
        margin-left: 0;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_overlay,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_overlay {
        display: none;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_item_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_item_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_container,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_container,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_image_wrapper img,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_image_wrapper img {
        height: auto;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_content_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_content_wrapper {
        padding: 0;
        margin-top: -70px;
        position: relative;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_cat_wrapper a,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_cat_wrapper a {
        color: #7d7d6f;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_date_wrapper,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_date_wrapper {
        margin-bottom: 67px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_post_date_cont,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_post_date_cont {
        margin-left: 26px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_meta,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_meta {
        margin-bottom: 4px;
    }

    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_2 .philantrop_blog_listing_title,
    .philantrop_recent_posts_widget .view_type_2 .philantrop_blog_listing_item.item_3 .philantrop_blog_listing_title {
        margin-bottom: 14px;
    }

    .philantrop_projects_slider_widget .philantrop_causes_slider_navigation_container {
        justify-content: flex-start;
        margin: 0 -20px 52px;
    }

    .philantrop_projects_item_wrapper img {
        width: 100%;
    }

    .philantrop_testimonials_navigation_container .philantrop_next {
        margin-left: 6px;
    }

    .philantrop_icon_box_item .philantrop_info_container {
        margin-bottom: 10px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
    .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt,
    .philantrop_causes_slider_wrapper.philantrop_view_type_3 .philantrop_info_container .philantrop_causes_list_content_container .philantrop_post_excerpt {
        padding: 0;
    }

    .philantrop_view_type_2 .philantrop_blog_listing_title {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 569px) {
    .philantrop_person_item_type_2 .philantrop_person_info_container {
        padding-left: 0;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_testimonials_icon {
        display: none;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_testimonials_content {
        width: 100%;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_testimonial,
    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_testimonial {
        font-size: 18px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_causes_slider_navigation_container {
        padding-bottom: 0;
        margin-top: 40px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_heading,
    .philantrop_testimonials_wrapper.philantrop_view_type_3 .philantrop_heading{
        font-size: 32px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container,
    .philantrop_testimonials_wrapper.philantrop_view_type_3 .philantrop_causes_slider_navigation_container {
        justify-content: flex-start;
    }

    .philantrop_tabs_titles_container,
    .philantrop_tabs_widget.philantrop_tabs_vertical {
        flex-direction: column;
    }

    .philantrop_tabs_titles_container .philantrop_tab_title_item {
        text-align: center;
        margin: 0;
        border: solid 1px #d9e2e0;
    }

    .philantrop_tabs_titles_container .philantrop_tab_title_item,
    .philantrop_tabs_titles_container .philantrop_tab_title_item.active {
        border-bottom-color: #ffffff;
    }

    .philantrop_tabs_titles_container .philantrop_tab_title_item:last-of-type,
    .philantrop_tabs_titles_container .philantrop_tab_title_item.active:last-of-type {
        border-bottom-color: #d9e2e0;
    }

    .philantrop_tabs_titles_container .philantrop_tab_title_item a {
        display: block;
        padding: 8px 0;
    }

    .philantrop_tabs_content_container {
        padding-top: 20px;
    }

    .philantrop_tabs_vertical .philantrop_tabs_content_container {
        padding: 20px 30px 21px;
    }

    .philantrop_tabs_vertical .philantrop_tabs_titles_container {
        max-width: 100%;
        text-align: center;
    }

    body .philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item {
        padding: 8px 0;
        border-bottom-color: #ffffff;
    }

    .philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item.active {
        border-bottom-color: #ffffff;
        border-right-color: #d9e2e0;
    }

    .philantrop_tabs_vertical .philantrop_tabs_titles_container .philantrop_tab_title_item a {
        padding: 0;
        border: none;
    }

    .philantrop_tabs_vertical .philantrop_tabs_content_container {
        margin: 0;
    }

    .wpcf7-form .row .col-6 {
        max-width: 100%;
        flex: auto;
    }

    .philantrop_view_type_1.philantrop_columns_2 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_2 .philantrop_causes_list_item,
    .philantrop_view_type_4.philantrop_columns_2 .philantrop_causes_list_item,
    .philantrop_view_type_1.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_4.philantrop_columns_3 .philantrop_causes_list_item,
    .philantrop_view_type_1.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_2.philantrop_columns_4 .philantrop_causes_list_item,
    .philantrop_view_type_4.philantrop_columns_4 .philantrop_causes_list_item {
        width: 100%;
    }

    .philantrop_pagination .nav-links {
        text-align: center;
    }

    .philantrop_pagination span, .philantrop_pagination a,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li span.current {
        margin-bottom: 10px;
    }

    .philantrop_pagination .next,
    .woocommerce-pagination .next,
    .philantrop_pagination .prev,
    .woocommerce-pagination .prev {
        margin-left: 13px;
        margin-right: 13px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_donate_button_container,
    .philantrop_causes_slider_wrapper.philantrop_view_type_1 .philantrop_donate_button_container {
        padding: 0;
    }

    .give-goal-progress .raised {
        justify-content: flex-end;
    }

    .philantrop_events_wrapper .philantrop_event_item,
    .philantrop_recent_posts_widget .philantrop_blog_listing_item {
        width: 100%;
    }

    body .philantrop_content_wrapper .elementor-widget-text-editor {
        column-count: 1 !important;
    }

    .philantrop_columns_2 .philantrop_animals_item,
    .philantrop_columns_3 .philantrop_animals_item,
    .philantrop_columns_4 .philantrop_animals_item {
        width: 100%;
    }

    .philantrop_tabs_titles_container .philantrop_tab_title_item {
        width: 100%;
    }

    .philantrop_shortcodes_tabs_widget .philantrop_tabs_titles_container .philantrop_tab_title_item a {
        display: block;
        border: none !important;
    }

    .philantrop_delivery_form input[type="date"] {
        margin-bottom: 20px;
    }

    .philantrop_calculator_widget .philantrop_truckload_type_select {
        margin-bottom: 20px;
    }

    .philantrop_location_content_container {
        padding: 28px 20px 31px;
    }

    body .philantrop_content_wrapper .philantrop_location_item ul li {
        width: 100%;
    }

    .philantrop_location_item .philantrop_schedule {
        margin-bottom: 30px;
    }

    .philantrop_icon_box_item .philantrop_icon_box_title .philantrop_count_number {
        display: none;
    }

    .philantrop_promo_box_item .philantrop_promo_box_title {
        padding-left: 0;
    }
}

@media only screen and (max-width: 430px) {
    .philantrop_projects_item_content_container,
    .philantrop_causes_slider .philantrop_projects_item_content_container {
        bottom: -160px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_1 .philantrop_post_title {
        margin-bottom: 10px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper .philantrop_post_title {
        margin-bottom: 10px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item {
        margin-bottom: 35px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_4 .philantrop_causes_list_item:last-of-type {
        margin-bottom: 45px;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_category_container span {
        margin-bottom: 25px;
    }

    .philantrop_price_item_wrapper {
        padding: 41px 30px 49px;
    }

    .philantrop_linked_item_info_container {
        padding: 0 30px 30px;
    }

    body .philantrop_content_slider_wrapper .philantrop_button.philantrop_video_trigger {
        margin-top: 22px !important;
    }

    .philantrop_content_slider_wrapper .philantrop_causes_slider_navigation_container .philantrop_slider_phone_container {
        display: none;
    }

    .philantrop_content_slider_wrapper .philantrop_slider_nav_button.alt_nav_button {
        display: none !important;
    }

    .philantrop_causes_list_item,
    .philantrop_causes_listing_wrapper.philantrop_view_type_2 .philantrop_causes_list_item {
        margin-bottom: 35px;
    }

    .philantrop_projects_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_projects_widget .philantrop_pagination {
        margin-top: 52px;
    }

    .philantrop_categories_list_wrapper {
        flex-direction: column;
    }

    .philantrop_categories_list_wrapper a {
        margin-right: 10px;
    }

    .philantrop_testimonials_wrapper .philantrop_testimonials_text_container {
        margin-top: 15px;
    }

    .philantrop_testimonials_slider_container {
        padding-left: 0;
    }

    .philantrop_icon_box_item .philantrop_icon_box_content_cont {
        margin-bottom: 0;
    }

    .philantrop_stories_wrapper .stories-item .img-box,
    .philantrop_stories_slider_wrapper .stories-item .img-box {
        position: relative;
    }

    .philantrop_stories_wrapper .stories-item .img-box .img-box__content,
    .philantrop_stories_slider_wrapper .stories-item .img-box .img-box__content {
        padding: 0 20px 10px;
    }

    .philantrop_products_list_wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .philantrop_time_line_wrapper .philantrop_slider_arrows .slick-dots {
        justify-content: center;
    }

    .philantrop_content_slider_wrapper .philantrop_content_slider_promo_text {
        padding: 0;
    }

    body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
    body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
        max-width: 90%;
        padding-right: 10px;
    }

    .philantrop_services_listing_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_portfolio_listing_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_portfolio_widget .philantrop_portfolio_listing_item:nth-child(3n+2) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .philantrop_blog_listing_wrapper.philantrop_view_type_3 .philantrop_blog_listing_meta {
        margin-bottom: 10px;
    }

    .view_type_type_2 .philantrop_button_and_nav_container > .col-2 {
        display: none;
    }

    .view_type_type_2 .philantrop_button_and_nav_container > .col-10 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_services_slider_widget_wrapper.view_type_type_2 .philantrop_slider_arrows .slick-dots {
        justify-content: center;
    }

    .philantrop_donate_box_item .philantrop_donate_wrapper {
        flex-direction: column;
    }

    .philantrop_donate_box_item .philantrop_donate_wrapper .philantrop_donate_title,
    .philantrop_donate_box_item .philantrop_donate_wrapper .philantrop_donate_button_cont {
        margin-bottom: 10px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_additional_fields_container {
        width: 100%;
        right: auto;
    }

    .philantrop_donate_box_item .philantrop_donate_wrapper .philantrop_current_amount {
        margin-bottom: 15px;
    }

    .philantrop_color_scheme_mono .philantrop_causes_listing_wrapper.philantrop_view_type_3 .philantrop_donate_button_container {
        position: relative;
        margin-top: 30px;
    }

    .philantrop_filter li {
        margin: 0 30px 0 0;
    }

    .philantrop_filter li:after {
        bottom: 10px;
    }

    .philantrop_prefooter_wrapper.philantrop_prefooter_type_5 {
        padding-bottom: 0;
    }

    .philantrop_footer_menu, .philantrop_footer_menu ul {
        margin-bottom: 15px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_author_container {
        margin-top: 30px;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_author_container .philantrop_author_container_wrapper {
        padding-left: 0;
        text-align: left;
    }

    .philantrop_testimonials_wrapper.philantrop_view_type_1 .philantrop_author_container .philantrop_author_container_wrapper:before {
        display: none;
    }

    .philantrop_testimonials_wrapper .slick-dots,
    .philantrop_slider_arrows .slick-dots {
        justify-content: center;
    }

    .philantrop_time_line_widget .philantrop_slider_arrows .slick-dots {
        justify-content: center;
        margin: 40px 0 15px;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 100%;
    }

    .philantrop_top_footer_part_off .philantrop_prefooter_wrapper {
        padding-top: 69px;
    }

    .philantrop_timeline_heading_container {
        text-align: center;
    }

    .philantrop_header_phone_container {
        display: none;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_2 .philantrop_causes_slider_navigation_container .philantrop_slider_counter {
        display: none;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_counter {
        display: none;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_arrows .slick-dots {
        flex-direction: row;
        margin-top: 27px;
    }

    .philantrop_content_slider_wrapper.philantrop_view_type_4 .philantrop_slider_arrows .slick-dots li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .philantrop_services_carousel_title_container .philantrop_up_heading,
    .philantrop_services_carousel_title_container .philantrop_heading,
    .philantrop_services_carousel_title_container .philantrop_button_container {
        text-align: center;
    }

    .philantrop_services_slider_widget_wrapper.view_type_type_3 .philantrop_services_carousel_title_container {
        margin-bottom: 20px;
    }

    .philantrop_services_slider_widget_wrapper.view_type_type_3 .philantrop_button_container {
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }

    .philantrop_gallery_slider_widget .gallery-masonry__description {
        font-size: 80px;
    }

    .philantrop_filtering_products_item {
        padding: 0;
    }

    .philantrop_products_wrapper {
        margin: 0;
    }
}

@media only screen and (max-width: 376px) {
    .footer_widget.widget_nav_menu ul.menu li {
        width: 50%;
    }

    .philantrop_video_widget .philantrop_video_trigger_button .philantrop_button_text {
        line-height: 1.38;
    }
}

/* -------------------------------- */
.project__description-wrap {
    position: absolute;
    opacity: 0;
    bottom: 40px;
    left: 40px;
    display: inline-block;
    width: 78%;
    max-width: 260px;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: opacity .2s .3s, -webkit-clip-path 0s .3s;
    transition: opacity .2s .3s, clip-path 0s .3s;
    transition: opacity .2s .3s, clip-path 0s .3s, -webkit-clip-path 0s .3s
}

@media (prefers-reduced-motion: reduce) {
    .project__description-wrap {
        transition: none
    }
}

.project__description {
    position: relative;
    padding: 20px 26px
}

.project__description:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: transform .35s cubic-bezier(.07, .98, 0, .96)
}

@media (prefers-reduced-motion: reduce) {
    .project__description:after {
        transition: none
    }
}

.project__description .project__title {
    margin-bottom: 0
}

.project__description .project__categories, .project__description .project__title {
    opacity: 0;
    z-index: 2;
    position: relative;
    transition: opacity .2s cubic-bezier(.07, .98, 0, .96)
}

@media (prefers-reduced-motion: reduce) {
    .project__description .project__categories, .project__description .project__title {
        transition: none
    }
}

.project:hover .project__description-wrap {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.07, .98, 0, .96);
    transition: clip-path .8s cubic-bezier(.07, .98, 0, .96);
    transition: clip-path .8s cubic-bezier(.07, .98, 0, .96), -webkit-clip-path .8s cubic-bezier(.07, .98, 0, .96)
}

.project:hover .project__description:after {
    transform-origin: 100% 50%;
    transform: scaleX(1);
    transition: transform .7s cubic-bezier(.07, .98, 0, .96)
}

@media (prefers-reduced-motion: reduce) {
    .project:hover .project__description:after {
        transition: none
    }
}

.project:hover .project__categories, .project:hover .project__title {
    opacity: 1
}

.isotope-filter {
    margin-bottom: 48px
}

.isotope-filter a {
    display: inline-block;
    position: relative;
    padding: 4px 12px;
    border-radius: 3px;
    margin-right: 2px;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 500;
    color: #6e727a
}

.isotope-filter a.active, .isotope-filter a:focus, .isotope-filter a:hover {
    background-color: #bf3834;
    color: #fff
}

.isotope-filter a:last-child {
    margin-right: 0
}

.btQuoteBooking {
    margin-bottom: 0
}

.btQuoteBooking .ui-slider .ui-slider-handle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    background-color: #bf3834
}

.btQuoteBooking .btQuoteItem label {
    color: #6a7f98
}

.btQuoteBooking .ui-slider {
    background-color: #fff;
    border: 0
}

.btQuoteBooking .ui-slider-horizontal {
    height: 16px
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
    top: -12px
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal, .btQuoteBooking .btQuoteTotal .btQuoteTotalCurrency, .btQuoteBooking .btQuoteTotalCalc {
    background-color: transparent
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    justify-content: initial
}

.btQuoteBooking .btQuoteTotalText {
    font-size: 1.5rem
}

.btQuoteBooking .btQuoteTotalCurrency {
    margin-left: auto;
    font-size: 2.25rem;
    line-height: 1.2
}

.btQuoteBooking .btQuoteTotalCalc {
    font-size: 2.25rem;
    line-height: 1.2;
    padding-right: 0
}

.deo-mailchimp-newsletter .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap
}

.deo-field-group {
    flex-wrap: wrap;
    align-items: center
}

.deo-field-group input {
    margin-bottom: 0
}

.newsletter {
    padding: 110px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.newsletter__form {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .newsletter__form {
        max-width: 80%
    }
}

.newsletter__subtitle, .newsletter__title {
    color: #fff
}

.newsletter__title {
    font-size: 2.375rem
}

.newsletter__subtitle {
    font-size: 1.25rem;
    margin-bottom: 44px
}

.newsletter__form, .newsletter__input, .newsletter__submit {
    display: inline-block
}

.newsletter .deo-field-type-input, .newsletter .deo-field-type-submit {
    flex-basis: 100%
}

.newsletter .deo-field-type-input {
    margin-bottom: 10px
}

@media only screen and (min-width: 576px) {
    .newsletter .deo-field-type-input {
        margin-right: 15px;
        margin-bottom: 0;
        flex: 2 0 0
    }

    .newsletter .deo-field-type-submit {
        flex: 1 0 0
    }
}

@media only screen and (max-width: 767px) {
    .newsletter .deo-field-type-submit input {
        position: relative;
        width: 100%
    }
}

.page-404-section {
    padding: 15% 0
}

@media only screen and (min-width: 1025px) {
    .page-404-section {
        padding: 10% 0
    }
}

.page-404__title {
    font-size: 2rem
}

.page-404__text {
    font-size: 1.125rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.page-404__img {
    max-height: 291px
}

@media only screen and (max-width: 1025px) {
    .page-404__img {
        max-height: 180px
    }

    .philantrop_linked_item_slider_widget .philantrop_testimonials_navigation {
        padding-left: 0;
        padding-right: 0;
    }

    .philantrop_linked_items_carousel .philantrop_item_link,
    .philantrop_linked_item_slider_widget .philantrop_linked_slider_item img {
        width: 100%;
    }

    .philantrop_linked_item_slider_widget.view_type_2 .slick-track {
        padding: 60px 0 50px;
    }

    .philantrop_linked_item_slider_widget.view_type_2 .slick-slide.slick-center a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .philantrop_linked_item_slider_widget.view_type_2 .slick-slide.slick-center img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_list_wrapper {
        flex-direction: column;
        align-items: normal;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_image_container,
    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_content_container {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_content_container {
        padding-top: 30px;
    }

    .philantrop_causes_slider_wrapper.philantrop_view_type_4 .philantrop_causes_slider_navigation_container {
        justify-content: center;
        margin: -30px 0 0;
        position: static;
    }

    .philantrop_blog_listing_widget .philantrop_view_type_1 .philantrop_post_date_wrapper {
        padding: 30px 26px;
    }
}

@media only screen and (min-width: 768px) {
    .page-404__title {
        font-size: 3rem
    }
}

@media only screen and (max-width: 821px) {
    .philantrop_team_item {
        margin-bottom: 40px;
    }

    .philantrop_linked_item_slider_widget.view_type_3 {
        display: flex;
        flex-direction: column-reverse;
    }

    .philantrop_linked_item_slider_widget .philantrop_slider_arrows.view_type_3 {
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 737px) {
    .philantrop_linked_item_slider_widget.view_type_3 .philantrop_linked_items_carousel .slick-slide.slick-center {
        margin-top: 0;
    }
}

@media only screen and (max-width: 430px) {
    .philantrop_timeline_info_part {
        max-width: 400px;
    }

    .philantrop_team_image_container img {
        margin: 0 auto;
    }

    .philantrop_team_item_content_container {
        text-align: center;
    }

    .philantrop_causes_listing_wrapper.philantrop_view_type_5 .give-goal-progress .raised {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 376px) {
    .philantrop_timeline_info_part {
        max-width: 360px;
    }
}

@media only screen and (max-width: 321px) {
    .philantrop_timeline_info_part {
        max-width: 305px;
    }
}

@keyframes image_clip_right {
    from {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
}

