/*
 Theme Name: Bangkok
 Theme URI: shimon.krispel@gmail.com
 Author: Shimon
 Author URI: https://yourwebsite.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: bangkok
 */

 <!--
/* Webfont: אסימון
 * https://alefalefalef.co.il/asimon/
 * AlefAlefAlef © אאא
 * Licensed pageviews limit: 100,000/month
 */ -->


 @font-face{
	font-family: 'almoni-tzar';
	font-weight: 400; /*(regular)*/
	font-style: normal, book;
	src: url('fonts/almoni-tzar-regular-aaa.woff2') format('woff2'),
		url('fonts/almoni-tzar-regular-aaa.woff') format('woff');
}
@font-face{
	font-family: 'almoni-tzar';
	font-weight: 500; /*(medium)*/
	font-style: medium;
	src: url('fonts/almoni-tzar-medium-aaa.woff2') format('woff2'),
		url('fonts/almoni-tzar-medium-aaa.woff2') format('woff');
}
@font-face{
	font-family: 'almoni-tzar';
	font-weight: 700; /*(black)*/
	font-style: demibold;
	src: url('fonts/almoni-tzar-demibold-aaa.woff2') format('woff2'),
		url('fonts/almoni-tzar-demibold-aaa.woff2') format('woff');
}
@font-face{
	font-family: 'almoni-tzar';
	font-weight: 900; /*(black)*/
	font-style: ultrabold;
	src: url('fonts/almoni-tzar-ultrabold-aaa.woff2') format('woff2'),
		url('fonts/almoni-tzar-ultrabold-aaa.woff2') format('woff');
}

html{
    scroll-behavior: smooth;
}
 #colophon{
    display: none;
 }
 
 .site-branding{
     display: none;
 }

 header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
 }
  .header-title{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 10px;
  }
  .lng-switch{
    display: flex;
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 5px 0;
  }
   .lng{
       cursor: pointer;
       margin: 0 10px;
   }
   .lng.active{
       display: none;
       color: #6666;
   }
 .main-area{
     position: relative;
     overflow: hidden;
     height: auto;;
 }

 .main-image{
     position: relative;
 }
  .main-image-right{
     position: absolute;
     right: 0px;
     width: 620px;
     z-index: 1;
 }
 .main-image-profile{
    position: absolute;
    bottom: -88px;
    width: 290px;
    z-index: 1;
    right: 232px;
 }
 .main-image-profile.rtl{
    right: 232px;
 }
 .main-image-profile.ltr{
    left: 232px;
 }

 .profile-warp{
     position: relative;
 }

 .form-warp{
     width: 500px;
     background-color: #F2F2F2;
 }
 .center{
    display: grid;
    grid-template-columns: 1fr 500px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'almoni-tzar';
    height: 680px;
 }
 .form-title{
    /* background-color: #0d376a; */
    background-color: #F2F2F2;
    color: #000000;
    /* padding-right: 50px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px; */
    padding: 20px 15px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 40px;
 }
 .form-area{
     position: relative;
 }
 .form-abso{
    position: absolute;
    width: 100%;
    top: -116px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 4px rgba(0,0,0,0.25);
    margin-bottom: 50px;
 }
 .form-warpper{
     background-color: #F2F2F2;
     padding-right: 50px;
     padding-left: 50px;
     padding-top: 0px;
     padding-bottom: 50px;

 }
 .form-area .form-warp input ,.form-area .form-warp  select{
     margin-bottom: 10px;
     height: 40px;
     border: solid 1px #cfcfcf!important;
     color: #343434;
    font-family: 'almoni-tzar';
    font-weight: 500;
    font-size: 20px;
 }
 .form-area .form-warp  select{
        margin-bottom: 0px;
 }
 .form-area .form-warp input[type="checkbox"]{
     margin: 0px;
     margin-left: 10px;
 }
 .form-warp input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cfcfcf;
    font-family: 'almoni-tzar';
    font-weight: 400;
    font-size: 20px;

  }
  
  .form-warp input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcfcf;
    font-family: 'almoni-tzar';
    font-weight: 400;
    font-size: 20px;


  }
  
  .form-warp input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cfcfcf;
    font-family: 'almoni-tzar';
    font-weight: 400;
    font-size: 20px;


  }
  .form-warp textarea{
    border: solid 1px #cfcfcf!important;
    color: #343434;
   font-family: 'almoni-tzar';
   font-size: 20px;

  
}
  .form-warp textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cfcfcf;
    font-family: 'almoni-tzar';
    font-weight: 400;
    font-size: 20px;

  }
  
  .form-warp textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcfcf;
    font-family: 'almoni-tzar';
    font-weight: 400;
    font-size: 20px;


  }
  
  .form-warp textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #cfcfcf;
    font-family: 'almoni-tzar';
    font-weight: 400;
    font-size: 20px;


  }
 .text-area{
     position: relative;
 }
 .text-content{
    width: 500px;
    position: absolute;
    top: 150px;
 }

 .text-area .line-1 {
        color: #0d376a;
        font-size: 70px;
        font-weight: 900;
        line-height: 53px;
 }

 .text-area .line-2 {
    color:  #0d376a;
    font-size: 38px;
    font-weight: 400;
	line-height: 1;
}

.text-area .line-3 {
    color: #666666;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}

.text-area .line-4 {
    color:#666666;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;

}

.progress-bar-area{
    /* position: absolute;
    left: 0px;
    top: 17px;
    width: 350px; */
    background-color: #0d376a;
    text-align: center;
    padding-bottom: 20px;
}
.progress-bar-top{
    color: #fff;
    font-size: 45px;
 /*   font-weight: 900; */
    line-height: 20px;
    padding-top: 20px;
}
.progress-bar-bottom{
    font-size: 25px;
    color: #fff;
}

.progress-bar-warp{
    width: 100%;
    background-color: #ddd;
    width: 330px;
    border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
  }

  .progress-bar{
    width: 30%;
    height: 10px;
    background-color: #f9d008;
    border-radius: 30px;
  }


.kind-donation-fundraiser{
    display: grid;
    grid-template-columns: 1fr 1fr;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 0 15px;
}
[data-tab-content]{
    display: none;
}

[data-tab-content].active{
    display: block;
}
.fundraiser-i{
    padding: 20px;
    line-height: 1;
    overflow: auto;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

  .d-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
    .btn-donate-now,
    .btn-donate-by{
        background-color: #f9d008;
        height: 40px;
        width: 200px;
        font-family: 'almoni-tzar';
        color: #343434;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        cursor: pointer;
        font-size: 22px;
    }
  .d-buttom{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 5px;
  }
   .fundraiser-data{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25px;
   }
    .fundraiser-data p{
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
    }
    .fundraiser-speech p.bigest,
    .fundraiser-data p.bigest{
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5em;
    }   

.btn-donate-now{
    width: 80%;
    margin: 0.5rem auto;
}

.last-donations{
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'almoni-tzar';
}
.last-fundraiser-donation-warp,
.fundraiser-warp,
.last-donation-warp{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 100px;
}
.last-donations-title{
    font-size: 30px;
    font-weight: 900;
    color: #666666;
    text-align:center;
    cursor: pointer;
    line-height: 30px;
}
.last-donations-title.active{
    border-bottom: 3px solid #741b47;
}

.donation-i{
    height: 100px;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    display: grid;
    grid-template-columns: 1fr 100px;
	
    line-height: 1;
    overflow: auto;
}
.fundraiser-fullname,
.donation-fullname{
    color: #000000;
    font-size: 28px;
   /* font-weight: 900;*/
}
.donation-inscription{
    color: #999999;
  /*  font-weight: 700; */
    font-size: 24px;
}
.donation-meter{
    text-align: left;
    color: #999999;
    font-size: 26px;
/*    font-weight: 700; */
}
.dontion-amount{
    text-align: left;
    color: #000000;
   /* font-weight: 900; */
    font-size: 26px;
}
.field-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 15px;
    margin-top: 15px;
}
.field-group-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px 15px;
    margin-top: 15px;
}
.field-group-3 select{
    width: 100%;
}
.next-button-warp{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    margin-top: 1rem;
}
.next-back-button-warp{
    display: grid;
    grid-template-columns: 30% 70% ;
    margin-top: 1rem;
}
.next-error{
    text-align: left;
    font-size: 20px;
    color: red;
    margin-top: 5px;
}
.month-payment, .sum-payment{
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
}

.comment {
	line-height: 1;
}

.next{
    background-color: #f9d008;
    height: 40px;
    /* min-width: 200px; */
    font-family: 'almoni-tzar';
    color: #343434;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;

}
.back{
    background-color: #343434 !important;
    color: #fff !important;

}

#donate-personal-data label{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
}
label[for="en_anonymous"],
label[for="anonymous"] {
    margin-bottom: 0px;
}
label[for="en_universal-card"],
label[for="universal-card"]{
    margin: 0;
}
input#en_other-name,
input#other-name{
    display: none;
}

.exp-warp{
    display: grid;
    grid-template-columns: 40px 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    color: #a5a5a5;
    font-size: 20px;
}
.exp-warp select, .exp-warp  option{
    color: #a5a5a5!important;

}
.cvv-warp{
    display: grid;
    grid-template-columns: 40px 60px auto;
    grid-gap: 15px;
    margin-top: 15px;
    align-items: center;

}
input.donation-button{
    background-color: #f9d008;
    height: 40px;
    width: 100%;
    font-family: 'almoni-tzar';
    text-align: center;
    line-height: 10px;
    color: #343434;
}
input.donation-button[type="submit"]{
    border: none!important;
}

.second-form-section{
    display: none;
    font-size: 22px;
}


.dedication-warp{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
 .dedication-name{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}

.donation-box-option{
    font-size: 1.5rem;
    padding: 10px;
    background-color: #741b47;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 1.5rem;
}

.form-warpper{
    display: none;
}

.form-warpper.active{
    display: block;
}

#donation-fundraiser{
    position: absolute;
    width: 100%;
    top: 350px;
}

.status-warp{
    width: 330px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.status{
    --status-percent: 10%;
    width: 51px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,.2);
    position: relative;
}
.status.rtl{
    margin-right:var(--status-percent);
}
.status.ltr{
    margin-left:var(--status-percent);
}

.status::after{
    content: '';
    border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: -5px;
    right: 30px;
}

.status.rtl::after{
    right: 30px;
}
.status.ltr::after{
    left: 30px;
}


.fundraiser-speech{
    margin-top: 0.5rem;
    font-size: 1.3rem;
}

.site-content{
    padding: 0 !important;
}

.credit {
	text-align: center;
    font-size: 12px;
    position: fixed;
    bottom: 5px;
    left: 5px;
}

.tnx-content{
    font-size: 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tnx-content .heart .material-icons{
    font-size: 93px;
}


iframe{
    border: none;
    width: 100%;
    height: auto;
  }


@media only screen and (max-width: 600px) {
    header{
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
        box-shadow: inset 0 -2px 2px 0px rgba(0,0,0,.2);
    }
    .form-warpper{
        padding-right: 0;
        padding-left: 0;
        width: 85%;
        margin: 0 auto;
    }
    .main-image-profile.ltr {
        left: 130px;
    }
    .center {
        grid-template-columns: 1fr ;
        height: auto;
        margin-top: 100px;
    }
    .text-content{
        position: relative;
        top: 0px;
        height: auto;
        width: auto;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .line-1{
        line-height: 48px;
        font-size: 30px !important;
    }
    .line-2{
        font-size: 30px !important;
    }
    .line-3{
        font-size: 34;
    }
    .progress-bar-area{
        position: relative;
        /* height: 211px; */
        text-align: center;
        left: auto;
        top: auto;
        width: auto;
    }
    .progress-bar-warp{
        margin: 0 auto;
    }
    .progress-bar-area.head-progress-bar-area{
        background:transparent;
    }
    .progress-bar-area.head-progress-bar-area .progress-bar-top{
        font-weight: 600;
    }
    .progress-bar-area.head-progress-bar-area .progress-bar-top,
    .progress-bar-area.head-progress-bar-area .progress-bar-bottom{
        color: #000;
        font-size:30px;
        line-height: 30px;
    }
    .progress-bar-area.head-progress-bar-area .status{
        border: 1px solid rgba(0,0,0,.2);
    }

    .progress-bar-area.head-progress-bar-area .progress-bar-bottom-warp{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }
    .progress-bar-area.head-progress-bar-area .status-bar-button{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-warp{
        width: auto;
    }
    #donation-fundraiser{
        position: static;
    }
    .form-abso{
        position: relative;
        top: auto;
    }
    /* .form-title{
        margin-top: 100px;
    } */
    .main-area{
        height: auto;
        
    }
    .main-image{
        display: none;
    }
    .main-image-profile{
        bottom: -75px;
        width: 135px;
        z-index: 1;
        right: 50%;
        transform: translateX(50%);
    }
    .last-donation-warp{
        grid-template-columns: 1fr;
		grid-gap: 0px;
  
    }
    .donation-i{
        grid-template-columns: 68% 28%;
        padding: 10px;
        margin: 10px 0px;
    }
    .next-back-button-warp,
    .next-button-warp{
        grid-template-columns: 1fr;
        justify-content: center;
        text-align: center;
    }
    .next{
        margin: 0 auto;
        margin-top: 15px;
        min-width: 200px;
    }
    .last-donations-title{
        margin: 10px;
    }
    .donation-inscription{
        font-size: 22px;
        line-height: 20px;
    }
    .dedication-name{
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .credit {
        position: static;
    }
}


  img.iframe-loader{
    margin: 0 auto;
    display: block;
 }
  
 .fundraiser-loadmore-warp,
 .donation-loadmore-warp{
     display: flex;
     justify-content: center;
     margin-bottom: 50px;

 }
 button.fundraiser-loadmore,
 button.donation-loadmore{
    font-family: 'almoni-tzar'!important;
    font-size: 20px;
    height: 50px;
    font-weight: 400;
    padding: 0 25px;
    color: #999999;
    background: transparent;
    border: 1px solid #999999;
 }

