/*************************************************************/

/* Add by Kurma Media   */

.img-43 {
    padding-bottom: 100%;
}

.container {
    /*
    max-width: 100%;
    */
}

.form-input-block {
    width: 100%;
}

.pagination li span.page-numbers {
    display: block;
    padding: .4em .8em;
    border: solid 1px #ddd;
    color: #666;
    font-weight: bold;
}

.text-grey {
    color: #666;
}

.width-300 {
    width: 300px;
}

/* Ow; Slider CSS*/

.owl-wrapper {
    positon: relative;
}

.owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}

.owl-img {
    width: 100%;
}

.owl-text-overlay {
    position: absolute;
    text-align: center;
    width: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px 50px 30px 5px;
}

h2.owl-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

p.owl-caption {
    font-size: 18px;
    line-height: 24px;
}

.owl-theme .owl-controls .owl-page span:active {
    background: #fff !important;
}

/* hide previous and next */

.owl-buttons {
    visibility: hidden;
    display: none;
}

/* update 26 april 2018 */

body {
    font-size: 0.85em;
}

.main-nav__item a {
    padding: 25px 10px;
}

/* update 04 Mei 2018 */

#form_volunteer, #form_progreq {
    position: relative;
}

.preload_form {
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: -30px;
    left: -30px;
    background: rgba(233, 233, 233, 0.50);
    z-index: 10;
    display: none;
}

.preload_form img {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* update 04 Mei 2018 */

.form-step .form-step-container {
    position: relative;
}

.form-step .step-item {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.form-step .step-item.step-hide {
    opacity: 0;
}

.form-step .step-item.is-active {
    position: relative;
    z-index: 5;
    display: block;
}

.form-step .submit_back{
    float: left;
}

/* update 14 Mei 2018 */
.video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-feature .feature-img{
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.block-feature .feature-content p{
    line-height: normal;
}

.section-search-content .entry-title{
    margin-bottom: 5px;
}

.section-search-content > article{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
}

select.form-input.form-input--block{
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.select2-container--default .selection .select2-selection--single{
    border-radius: 0px;
}

@media screen and (max-width: 370px){
    .header-donasi-button a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    .main-nav .btn-trigger,
    .header-main .btn-nav-trigger,
    .user-nav .btn-nav-trigger{
        width: 40px;
    }
    .user-nav .btn-nav-trigger{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.post-author{
    padding: 15px;
    background: #f3f3f3;
}
