/******************************************** START Basic Classes ********************************************/

.iyi_elements_section {
    float: left;
    width: 100%;
}

.iyi_elements_float_left {
    float: left;
}

.iyi_elements_float_right {
    float: right;
}

.iyi_elements_float_initial {
    float: initial;
}

.iyi_elements_width_20_percentage {
    width: 20%;
}

.iyi_elements_width_25_percentage {
    width: 25%;
}

.iyi_elements_width_30_percentage {
    width: 30%;
}

.iyi_elements_width_33_percentage {
    width: 33.33%;
}

.iyi_elements_width_40_percentage {
    width: 40%;
}

.iyi_elements_width_50_percentage {
    width: 50%;
}

.iyi_elements_width_60_percentage {
    width: 60%;
}

.iyi_elements_width_100_percentage {
    width: 100%;
}

.iyi_elements_width_10 {
    width: 10px;
}

.iyi_elements_width_20 {
    width: 20px;
}

.iyi_elements_width_25 {
    width: 25px;
}

.iyi_elements_width_30 {
    width: 30px;
}

.iyi_elements_width_40 {
    width: 40px;
}

.iyi_elements_width_50 {
    width: 50px;
}

.iyi_elements_width_60 {
    width: 60px;
}

.iyi_elements_width_70 {
    width: 70px;
}

.iyi_elements_width_80 {
    width: 80px;
}

.iyi_elements_width_90 {
    width: 90px;
}

.iyi_elements_width_100 {
    width: 100px;
}

.iyi_elements_height_5 {
    height: 5px;
}

.iyi_elements_height_10 {
    height: 10px;
}

.iyi_elements_height_15 {
    height: 15px;
}

.iyi_elements_height_16 {
    height: 16px;
}

.iyi_elements_height_20 {
    height: 20px;
}

.iyi_elements_height_30 {
    height: 30px;
}

.iyi_elements_height_33 {
    height: 33px;
}

.iyi_elements_height_40 {
    height: 40px;
}

.iyi_elements_height_50 {
    height: 50px;
}

.iyi_elements_height_60 {
    height: 60px;
}

.iyi_elements_height_70 {
    height: 70px;
}

.iyi_elements_height_80 {
    height: 80px;
}

.iyi_elements_height_90 {
    height: 90px;
}

.iyi_elements_height_100_percentage {
    height: 100%;
}

.iyi_elements_font_size_10 {
    font-size: 10px;
}

.iyi_elements_font_size_11 {
    font-size: 11px;
}

.iyi_elements_font_size_13 {
    font-size: 13px;
}

.iyi_elements_font_size_15 {
    font-size: 15px;
}

.iyi_elements_font_size_17 {
    font-size: 17px;
}

.iyi_elements_font_size_16 {
    font-size: 16px;
}

.iyi_elements_font_size_23 {
    font-size: 23px;
}

.iyi_elements_font_size_35 {
    font-size: 35px;
}

.iyi_elements_line_height_10 {
    line-height: 10px;
}

.iyi_elements_line_height_11 {
    line-height: 11px;
}

.iyi_elements_line_height_13 {
    line-height: 13px;
}

.iyi_elements_line_height_15 {
    line-height: 15px;
}

.iyi_elements_line_height_17 {
    line-height: 17px;
}

.iyi_elements_line_height_23 {
    line-height: 23px;
}

.iyi_elements_line_height_1_2 {
    line-height: 1.2em;
}

.iyi_elements_line_height_1_3 {
    line-height: 1.3em;
}

.iyi_elements_line_height_1_4 {
    line-height: 1.4em;
}

.iyi_elements_line_height_1_5 {
    line-height: 1.5em;
}

.iyi_elements_line_height_1 {
    line-height: 1em;
}

.iyi_elements_line_height_2 {
    line-height: 2em;
}

.iyi_elements_font_weight_500 {
    font-weight: 500;
}

.iyi_elements_letter_spacing_1 {
    letter-spacing: 1px;
}

.iyi_elements_letter_spacing_2 {
    letter-spacing: 2px;
}

.iyi_elements_text_align_center {
    text-align: center;
}

.iyi_elements_text_align_left {
    text-align: left;
}

.iyi_elements_text_align_right {
    text-align: right;
}

.iyi_elements_text_transform_capitalize {
    text-transform: capitalize;
}

.iyi_elements_text_transform_uppercase {
    text-transform: uppercase;
}

.iyi_elements_text_transform_lowercase {
    text-transform: lowercase;
}

.iyi_elements_word_break_break_word {
    word-break: break-word;
}

.iyi_elements_margin_0 {
    margin: 0px;
}

.iyi_elements_margin_0_important {
    margin: 0px !important;
}

.iyi_elements_margin_bottom_20 {
    margin-bottom: 20px;
}

.iyi_elements_background_white {
    background-color: #ffffff;
}


/*padding*/

.iyi_elements_padding_0 {
    padding: 0px;
}

.iyi_elements_padding_5 {
    padding: 5px;
}

.iyi_elements_padding_5_10 {
    padding: 5px 10px;
}

.iyi_elements_padding_8_10 {
    padding: 8px 10px;
}

.iyi_elements_padding_10 {
    padding: 10px;
}

.iyi_elements_padding_10_20 {
    padding: 10px 20px;
}

.iyi_elements_padding_15 {
    padding: 15px;
}

.iyi_elements_padding_20 {
    padding: 20px;
}

.iyi_elements_padding_20_30 {
    padding: 20px 30px;
}

.iyi_elements_padding_30 {
    padding: 30px;
}

.iyi_elements_padding_40 {
    padding: 40px;
}

.iyi_elements_padding_left_10 {
    padding-left: 10px;
}

.iyi_elements_padding_left_15 {
    padding-left: 15px;
}

.iyi_elements_padding_left_20 {
    padding-left: 20px;
}

.iyi_elements_padding_left_50 {
    padding-left: 50px;
}

.iyi_elements_padding_left_100 {
    padding-left: 100px;
}

.iyi_elements_padding_left_110 {
    padding-left: 110px;
}

.iyi_elements_padding_left_120 {
    padding-left: 120px;
}

.iyi_elements_padding_left_130 {
    padding-left: 130px;
}

.iyi_elements_padding_all_20_5_15_5 {
    padding: 20px 5px 15px 5px;
}


/*margin*/

.iyi_elements_margin_left_15 {
    margin-left: 15px;
}


/*border*/

.iyi_elements_border_width_2 {
    border-width: 2px;
}

.iyi_elements_border_left_style_solid {
    border-left-style: solid;
}

.iyi_elements_border_radius_100_percentage {
    border-radius: 100%;
}

.iyi_elements_border_radius_100_percentage_important {
    border-radius: 100% !important;
}

.iyi_elements_box_sizing_border_box {
    box-sizing: border-box;
}


/*display*/

.iyi_elements_display_block {
    display: block;
}

.iyi_elements_display_inline_block {
    display: inline-block;
}

.iyi_elements_display_none {
    display: none;
}

.iyi_elements_display_table {
    display: table;
}

.iyi_elements_display_table_cell {
    display: table-cell;
}

.iyi_elements_vertical_align_middle {
    vertical-align: middle;
}

.iyi_elements_background_color_000 {
    background-color: #000;
}

.iyi_elements_background_color_fff {
    background-color: #fff;
}

.iyi_elements_color_fff {
    color: #fff;
}

.iyi_elements_color_fff_important {
    color: #fff !important;
}

.iyi_elements_position_absolute {
    position: absolute;
}

.iyi_elements_position_relative {
    position: relative;
}

.iyi_elements_top_0 {
    top: 0;
}

.iyi_elements_top_5 {
    top: 5px;
}

.iyi_elements_top_20 {
    top: 20px;
}

.iyi_elements_top_30 {
    top: 30px;
}

.iyi_elements_top_40_negative {
    top: -40px;
}

.iyi_elements_top_30_negative {
    top: -30px;
}

.iyi_elements_bottom_0 {
    bottom: 0;
}

.iyi_elements_bottom_30 {
    bottom: 30px;
}

.iyi_elements_bottom_40 {
    bottom: 40px;
}

.iyi_elements_bottom_10_negative {
    bottom: -10px;
}

.iyi_elements_left_0 {
    left: 0;
}

.iyi_elements_left_20 {
    left: 20px;
}

.iyi_elements_left_30 {
    left: 30px;
}

.iyi_elements_right_0 {
    right: 0;
}

.iyi_elements_right_20 {
    right: 20px;
}

.iyi_elements_right_30 {
    right: 30px;
}

.iyi_elements_right_40 {
    right: 40px;
}

.iyi_elements_z_index_9 {
    z-index: 9;
}

.iyi_elements_box_shadow_0_0_15_0_000 {
    box-shadow: 0px 0px 15px 0px #000;
}

.iyi_elements_box_shadow_0_0_15_0_0001 {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.iyi_elements_clearfix {
    float: none;
    clear: both;
}


/******************************************** FILTERS ********************************************/

.iyi_elements_bg_greydark_alpha_gradient_1 {
    background: -moz-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460', GradientType=0);
}

.iyi_elements_bg_greydark_alpha_gradient_2 {
    background: -moz-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.50) 80%);
    background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.50) 80%);
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.50) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460', GradientType=0);
}


/******************************************** RESPONSIVE ********************************************/


/* 11.5 all responsive*/

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .iyi_elements_width_100_percentage_responsive {
        width: 100%;
    }
    .iyi_elements_width_100_percentage_responsive_important {
        width: 100% !important;
    }
    .iyi_elements_width_50_percentage_responsive {
        width: 50%;
    }
    .iyi_elements_float_left_responsive {
        float: left;
    }
    .iyi_elements_display_inline_responsive {
        display: inline;
    }
    .iyi_elements_padding_left_0_responsive {
        padding-left: 0px;
    }
    .iyi_elements_margin_top_20_responsive {
        margin-top: 20px;
    }
    .iyi_elements_margin_bottom_20_responsive {
        margin-bottom: 20px;
    }
}


/* all tablet */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .iyi_elements_width_50_percentage_ipad {
        width: 50%;
    }
}


/* 11.6 all iphone*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .iyi_elements_width_100_percentage_iphone {
        width: 100%;
    }
    .iyi_elements_width_100_percentage_iphone_important {
        width: 100% !important;
    }
    .iyi_elements_width_50_percentage_iphone {
        width: 50%;
    }
    .iyi_elements_float_left_iphone {
        float: left;
    }
    .iyi_elements_display_inline_iphone {
        display: inline;
    }
    /*padding*/
    .iyi_elements_padding_20_iphone {
        padding: 20px;
    }
    .iyi_elements_padding_0_iphone {
        padding: 0px;
    }
    .iyi_elements_padding_0_iphone_important {
        padding: 0px !important;
    }
    .iyi_elements_padding_left_0_iphone {
        padding-left: 0px;
    }
    .iyi_elements_padding_top_120_iphone {
        padding-top: 120px;
    }
    .iyi_elements_padding_top_110_iphone {
        padding-top: 110px;
    }
    /*margin*/
    .iyi_elements_margin_top_20_iphone {
        margin-top: 20px;
    }
    .iyi_elements_margin_bottom_20_iphone {
        margin-bottom: 20px;
    }
    .iyi_elements_margin_left_0_iphone {
        margin-left: 0px;
    }
    .iyi_elements_bottom_20_iphone {
        bottom: 20px;
    }
    .iyi_elements_right_20_iphone {
        right: 20px;
    }
    .iyi_elements_top_60_negative_iphone {
        top: -60px;
    }
    .iyi_elements_font_size_20_iphone {
        font-size: 20px;
    }
    /*text-align*/
    .iyi_elements_text_align_left_iphone {
        text-align: left;
    }
    /*poition*/
    .iyi_elements_position_initial_iphone {
        position: initial;
    }
}


/******************************************** START Navigation Component ********************************************/

.iyi_elements_navigation_component {
    float: left;
    width: 100%;
}

.iyi_elements_navigation_component ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.iyi_elements_navigation_component>div {
    float: left;
    width: 100%;
}

.iyi_elements_navigation_component ul.menu>li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.iyi_elements_navigation_component ul.menu>li a {
    display: inline-block;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


/*dropdown*/

.iyi_elements_navigation_component div>ul li:hover>ul.sub-menu {
    display: block;
}

.iyi_elements_navigation_component div>ul li>ul.sub-menu {
    margin-left: 0px;
    z-index: 999;
    position: absolute;
    margin: 0px;
    box-sizing: border-box;
    list-style: none;
    display: none;
    padding: 0px;
}

.iyi_elements_navigation_component div>ul li>ul.sub-menu>li {
    border-bottom-style: solid;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.iyi_elements_navigation_component div>ul li>ul.sub-menu>li:last-child {
    border-bottom: 0px solid #000 !important;
}

.iyi_elements_navigation_component div>ul li>ul.sub-menu li a {
    float: left;
    width: 100%;
    margin: 0px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.iyi_elements_navigation_component div>ul li>ul.sub-menu li>ul.sub-menu {
    top: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-top: 0px !important;
}


/*arrow for item has children*/

.iyi_elements_navigation_component div>ul li>ul.sub-menu li.menu-item-has-children>a:after {
    content: "";
    float: right;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 10px;
}

#nd_options_header_6 .iyi_elements_navigation_component div>ul li>ul.sub-menu li.menu-item-has-children>a:after {
    margin-top: 3px;
}


/*sidebar*/

.iyi_elements_open_navigation_sidebar_content {
    cursor: pointer;
    display: none;
}

.iyi_elements_navigation_sidebar_content {
    padding: 40px;
    background-color: #1C1C1C;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    width: 300px;
    right: -300px;
    z-index: 999999;
    height: 100%;
    top: 0px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.iyi_elements_close_navigation_sidebar_content {
    cursor: pointer;
    right: 20px;
    top: 20px;
    position: absolute;
}


/*sidebar navigation*/

.iyi_elements_navigation_sidebar div>ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.iyi_elements_navigation_sidebar div>ul>li {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 20px 0px;
}

.iyi_elements_navigation_sidebar div li>a {
    padding: 10px 0px;
    display: inline-block;
    font-size: 24px;
    text-transform: lowercase;
    color: #fff;
}

.iyi_elements_navigation_sidebar div li>a::first-letter {
    text-transform: uppercase;
}

.iyi_elements_navigation_sidebar div>ul li>ul.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.iyi_elements_navigation_sidebar div>ul li>ul.sub-menu>li {
    padding: 0px 20px;
    text-align: left;
}

.iyi_elements_navigation_sidebar div>ul li>ul.sub-menu li a {
    font-size: 14px;
}


/*elementor admin*/

.elementor-widget-navigation {
    background: transparent !important;
}

.elementor-widget-navigation i.fa-bars {
    display: none !important;
}


/*responsive*/

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .iyi_elements_open_navigation_sidebar_content {
        display: block;
        margin: auto;
        float: initial !important;
    }
    .iyi_elements_navigation_component>div {
        display: none;
    }
    .iyi_elements_navigation_component {
        text-align: center;
    }
}


/******************************************** END Navigation Component *********************************************/


/******************************************** START Cf7 Component *********************************************/

.iyi_elements_cf7_component input[type="text"],
.iyi_elements_cf7_component input[type="email"],
.iyi_elements_cf7_component input[type="url"],
.iyi_elements_cf7_component input[type="tel"],
.iyi_elements_cf7_component input[type="number"],
.iyi_elements_cf7_component input[type="date"],
.iyi_elements_cf7_component input[type="checkbox"],
.iyi_elements_cf7_component input[type="file"],
.iyi_elements_cf7_component textarea,
.iyi_elements_cf7_component label,
.iyi_elements_cf7_component select {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    margin-bottom: 20px;
    color: #878787;
}

.iyi_elements_cf7_component input[type="submit"] {
    width: 100%;
    background-color: #1c1c1c;
    color: #fff;
    border: 1px solid #1c1c1c;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bolder;
    border-radius: 0px;
}

.iyi_elements_cf7_component span.wpcf7-not-valid-tip,
.iyi_elements_cf7_component .wpcf7-response-output.wpcf7-validation-errors,
.iyi_elements_cf7_component .wpcf7-response-output.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    box-sizing: border-box;
}


/******************************************** END Cf7 Component *********************************************/


/******************************************** START edit GALLERY element *********************************************/

.elementor-widget-image-gallery dl.gallery-item {
    margin: 0px !important;
}

.elementor-widget-image-gallery dl.gallery-item img {
    border-width: 0px !important;
    float: left;
}


/******************************************** END edit GALLERY element *********************************************/


/*widgets*/

.elementor-widget-postgrid {
    background: transparent !important;
}

.elementor-widget-postgrid i.elementor-widget-empty-icon {
    display: none !important;
}

.elementor-widget-customcss {
    background: transparent !important;
}

.elementor-widget-eventsgrid {
    background: transparent !important;
}

.elementor-widget-eventsgrid i.elementor-widget-empty-icon {
    display: none !important;
}

.elementor-widget-woogrid {
    background: transparent !important;
}

.elementor-widget-woogrid i.elementor-widget-empty-icon {
    display: none !important;
}

.elementor-widget-woocart {
    background: transparent !important;
}

.elementor-widget-woocart i.elementor-widget-empty-icon {
    display: none !important;
}

.elementor-widget-marquee {
    background: transparent !important;
}

.elementor-widget-marquee i.elementor-widget-empty-icon {
    display: none !important;
}

.elementor-widget-list {
    background: transparent !important;
}

.elementor-widget-list i.elementor-widget-empty-icon {
    display: none !important;
}


/******************************************** Post Grid element *********************************************/

.iyi_elements_info {
    padding: 20px;
    width: 100%;
    height: 100%;
}

.read-button,
.donately-btn,
.read-button-slider {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    border-width: 0px;
    border-color: #1a314a;
    border-radius: 0px;
    border-style: solid;
    -webkit-appearance: none;
    cursor: pointer;
}

.read-button {
    padding: 10px 40px;
    background-color: #27496f;
    color: #ffffff;
}

.read-button-slider {
    padding: 20px 40px;
    background-color: #feb713;
    color: #000000;
}

.read-button-slider:hover {
    background-color: #35af66;
}

.read-button:hover {
    background-color: #35af66 !important;
}

.donately-btn {
    padding: 20px 40px;
    background-color: #1a314a;
    color: #ffffff;
}

.donately-btn:hover {
    background-color: #35af66;
}

svg.read-bars {
    width: 30px;
    height: 13px;
}

.iyipost-grid-image {
    background-position: top center;
    background-size: cover;
}


/******************************************** End Post Grid element *********************************************/


/******************************************** Timeline element *********************************************/

.iyi-timeline {
    position: relative;
    padding: 4px 0 0 0;
    margin: 22px auto;
    list-style: none;
    overflow: hidden;
}

.iyi-timeline .timeline-year {
    position: absolute;
    left: -3px;
    top: -35px;
    font-weight: 600;
    font-size: 26px;
}

.iyi-timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    /* right: -140px; */
}

.iyi-timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    /* left: 0; */
}

.iyi-timeline>li:before,
.iyi-timeline>li:after {
    content: " ";
    display: table;
}

.iyi-timeline>li:after {
    clear: both;
    min-height: 170px;
}

.iyi-timeline>li .timeline-panel {
    position: relative;
    padding: 0 20px 20px 30px;
    text-align: left;
}

.iyi-timeline>li.timeline-inverted .timeline-panel {
    padding: 0 20px 20px 30px;
    text-align: left;
}

.iyi_elements_row:after {
    content: "";
    display: block;
    clear: both;
}

.post-pagination-style-numberered a.page-numbers,
.post-pagination-style-numberered span {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 15px;
    color: #231f20;
    margin: 0 8px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.post-pagination-style-numberered span.page-numbers.current,
.post-pagination-style-numberered a:hover,
.post-pagination-style-numberered.active a {
    background-color: #1d4e6f;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.post-pagination-style-numberered.disabled {
    background-color: #efefef;
    color: #efefef;
}


/* .iyi-timeline>li.timeline-inverted>.timeline-panel {
    
    padding: 0 30px 20px 20px;
    text-align: left;
} */

.iyi-timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.iyi-timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.iyi-timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    border: 2px solid #41b55e;
    border-radius: 100%;
    background-color: #41b55e;
    box-shadow: 0 0 5px #32928c;
    width: 60px;
    height: 60px;
    top: 40px;
}

.iyi-timeline>li.timeline-inverted .timeline-image {
    width: 60px;
    height: 60px;
    top: 40px;
}

.iyi-timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.iyi-timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.iyi-timeline>li:last-child {
    margin-bottom: 0;
}

.iyi-timeline .timeline-heading .iyi-label {
    margin-top: 22px;
    margin-bottom: 4px;
    padding: 0;
    color: #b3b3b3;
}

.iyi-timeline .timeline-heading .iyi-title {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 18px;
    color: #333333;
}

.iyi-timeline .timeline-body .iyi-description,
.iyi-timeline .timeline-body .iyi-description p {
    margin-bottom: 0;
}

.iyi-timeline img {
    border-radius: 50% !important;
    display: block;
    max-width: 100% !important;
    height: 100% !important;
}


/*Style for even div.line*/

.iyi-timeline>li:nth-child(2n+1) .line::before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 0;
    width: 1px;
    background-color: #41b55e;
    box-shadow: 0 0 5px #32928c;
}


/*Style for odd div.line*/

.iyi-timeline>li:nth-child(2n) .line::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 1px;
    background-color: #41b55e;
    box-shadow: 0 0 5px #32928c;
}


/* Medium Devices, .visible-md-* */

.iyi-timeline {
    max-width: 100%;
    min-width: 200px;
}

.iyi-timeline>li.timeline-inverted .timeline-image,
.iyi-timeline>li .timeline-image {
    left: 5px;
    margin-left: 0;
}

.iyi-timeline>li:nth-child(2n+1) .line::before,
.iyi-timeline>li:nth-child(2n) .line::before {
    left: 35px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 286px;
}

.iyi-timeline>li .timeline-panel,
.iyi-timeline>li.timeline-inverted .timeline-panel {
    width: 100%;
    padding-left: 90px;
}


/******************************************** End timeline element *********************************************/


/* DONATION FORM
  ================================================= */

.donation ul.options li {
    border: 1px solid #edf1f4;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
    color: #c6c7c7;
    padding: 25px;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}

.donation ul.options li span {
    display: block;
    font-size: 20px;
}

.donation ul.options li:last-child {
    border-left: none;
}

.donation ul.options li:hover {
    color: #777777;
}

.donation ul.options li.active {
    color: #000000;
    background: #cccccc;
}

.donation ul.options li.active:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #cccccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    padding: 0;
    width: 0;
    height: 0;
}

.donation ul {
    list-style: none;
    padding: 0;
}

.donation .info .donation-label,
.donation .info .circle {
    display: inline-block;
    vertical-align: middle;
}

.donation .info .donation-label {
    font-size: 18px;
    line-height: 21px;
    width: 60%;
    margin-left: 25px;
}

.donation .info .circle {
    font-size: 21px;
    margin-bottom: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
}

.donation .info .circle.active {
    border-bottom: 1px solid #35af66;
}

.donation .info>div {
    border-bottom: 1px solid #edf1f4;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.donation input[type='text'],
.donation input[type='email'],
.donation textarea,
.donation input[type='number'],
.donation input.donately-text-input {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 20px 8px;
    font-weight: 100;
    font-size: 16px;
}

.donation input[type='text']:focus,
.donation input[type='email']:focus,
.donation textarea:focus,
.donation input[type='number']:focus,
.donation input.donately-text-input:focus {
    outline: none;
    border: 1px solid #35af66;
}

.donation .donation-form {
    background: #f2f2f2;
}

.donation .donation-form fieldset {
    position: relative;
    border: none;
    margin-bottom: 30px;
}

.donation .donation-form .input-price-options .gfield_label {
    display: none;
}

.donation .donation-form .input-price-options .gfield_radio input {
    display: none;
}

.donation .donation-form .input-price-options li {
    line-height: 55px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.donation .donation-form .input-price-options li:last-child {
    border-right: none;
}

.donation .donation-form .input-price-options li label {
    text-align: center;
    font-weight: 500;
    background: #e8e9eb;
    cursor: pointer;
    width: 130px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    display: inline-block;
    margin: 5px;
    color: #231f20;
    padding: 0 16px;
}

.donation .donation-form .input-price-options li label:before {
    display: none;
}

.donation .donation-form .input-price-options li input[type="radio"]:checked+label {
    background: #35af66;
    color: #ffffff;
}

.donation .donately-secure-fields {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
}

.donation label.donately-label {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.donation label.donately-dollar-sign {
    line-height: 65px;
    font-weight: 500;
    color: #a8a9ad;
    font-size: 40px;
}

.donation label.donately-dollar-sign>span {
    font-size: 21px;
    line-height: 22px;
    display: inline-block;
    padding-right: 20px;
    color: #231f20;
    font-weight: 400;
}

.donation #donately-amount {
    padding-left: 126px;
}

.donation .donately-secure-header {
    margin-bottom: 20px;
}

.donation .donately-secure-fields .donately-fields {
    padding-left: 0;
    padding-right: 0;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.donately-donation-form,
.donately-thank-you {
    font-size: 13px;
    line-height: 1em;
    position: relative;
    min-width: 270px;
    margin: 0 auto;
}

.donately-donation-form ::-webkit-input-placeholder,
.donately-thank-you ::-webkit-input-placeholder,
.donately-donation-form :-moz-placeholder,
.donately-thank-you :-moz-placeholder {
    color: #d3d3d3;
}

.donately-donation-form button[disabled],
.donately-thank-you button[disabled],
.donately-donation-form input[disabled],
.donately-thank-you input[disabled] {
    cursor: default;
}

.donately-donation-form button::-moz-focus-inner,
.donately-thank-you button::-moz-focus-inner,
.donately-donation-form input::-moz-focus-inner,
.donately-thank-you input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.donately-donation-form a,
.donately-thank-you a {
    color: #135c9b;
}

.donately-donation-form a:focus,
.donately-thank-you a:focus {
    outline: thin dotted;
}

.donately-donation-form a:active,
.donately-thank-you a:active,
.donately-donation-form a:hover,
.donately-thank-you a:hover {
    outline: 0;
    color: #062a49;
}

.donately-secure-fields {
    border: 1px solid #D7DADD;
    background-color: #EFF3F5;
    padding: 0;
    margin: 0 0 1.92em;
    border-radius: 3px;
}

.donately-secure-fields .donately-fields {
    padding-left: 1.15em;
    padding-right: 1.15em;
    margin-bottom: 0;
}

.donately-secure-fields .donately-fields.card-number-fields {
    margin-bottom: 1.5em;
}

.donately-secure-header {
    font-size: 0.77em;
    background-color: #e8ebed;
    text-transform: uppercase;
    color: #83939b;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.donately-secure-header span {
    padding-left: 1.5em;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAYAAACwXJejAAAAIUlEQVQY02NonjybAYr/Y8FgOXQFDFg0UVnRf0J4VNF/AGtWD2MTxoZrAAAAAElFTkSuQmCC);
}

fieldset.donately-fields {
    border: none;
    margin: 0 0 1.5em;
    padding: 0;
    position: relative;
}

label.donately-label {
    font-size: 1em;
    font-weight: normal;
    color: #4f4f4f;
    margin-bottom: 0.3em;
    display: block;
    line-height: normal;
    text-transform: none;
}

label.donately-label.checkbox {
    display: inline-block;
}

input.donately-text-input {
    line-height: normal;
    height: auto;
    width: auto;
    font-family: inherit;
    margin: 0;
    font-size: 1.38em;
    padding: 0.5em 0.5em;
    display: block;
    background-color: #fff;
    color: #333;
    position: relative;
    border: 1px solid #ccc;
    border-top-color: #a0a0a0;
    border-right-color: #aaa;
    border-left-color: #aaa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

textarea.donately-textarea {
    line-height: normal;
    height: auto;
    width: 100%;
    font-family: inherit;
    margin: 0;
    font-size: 1.38em;
    padding: 0.5em 0.7em;
    display: block;
    background-color: #fff;
    color: #333;
    position: relative;
    border: 1px solid #ccc;
    border-top-color: #a0a0a0;
    border-right-color: #aaa;
    border-left-color: #aaa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.donately-donation-frequency {
    float: left;
    width: 65%;
}

.donately-radio-input {
    float: left;
    margin: 0.5em 8px 0 0;
    box-sizing: border-box;
    padding: 0;
}

.donately-donation-amount {
    float: left;
    width: 35%;
    position: relative;
}

@media only screen and (min-width: 768) {
    .post-items .iyi_elements_row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .donately-donation-amount,
    .donately-donation-frequency {
        width: 100%;
    }
}

label.donately-dollar-sign {
    position: absolute;
    left: 0.3em;
    top: 0.43em;
    font-size: 2.31em;
    font-weight: normal;
    color: #333;
    z-index: 500;
    display: block;
    line-height: normal;
}

input#donately-amount {
    width: 100%;
    font-size: 2.31em;
    padding: 0.6em 0.3em 0.4em 1em;
    font-weight: 500;
    font-size: 40px;
    color: #a8a9ad !important;
}

.donately-radio-option {
    padding-left: 20px;
}

.donately-radio-option label {
    padding: 12px 0 4px;
    margin: 0 0 0 20px;
}

.donately-radio-option input {
    margin-top: 12px;
}

.donately-radio-option:last-child label {
    padding: 4px 0 12px;
}

.donately-radio-option:last-child input {
    margin-top: 5px;
}