<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,#main{
    position: relative;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language&gt;a {
    background-color: transparent!important;
    color:#fff;
}
.wpml-ls-statics-shortcode_actions a{
    width: 90px;
    border: none!important;
    color: #000;
    padding: 5px 5px!important;
    background-color:#fff;
    color:#000!important;
}
.wpml-ls-legacy-dropdown-click{
    width: auto !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
    color: #000000!important;
    background-color: #fff;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0);
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
    border: none !important;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute !important;
    content: "\e91a" !important;
    right: 2px !important;
    top: 14px !important;
    font-size: 8px;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.24);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag{
        margin-right: 5px;
}
.header-container .login .flag{
    margin-right:10px;
}

.events .container &gt; a{
    min-width: 260px;
        width: 22%;
}
button.shalom-world-tv{
    width: 16%;
}

.footer_updates #news-container .news-wrapper {
    display:flex;
    align-items:baseline;
    flex-wrap: wrap;
}
.footer_updates #news-container .news-wrapper .mix.cbp-item{
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.footer_updates #news-container .news-wrapper .mix.cbp-item:nth-child(3n){
    margin-right: 0px;
}

.footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video{
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    height:170px;
    position:relative;
}
.footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video img{
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.footer_updates #news-container .news-wrapper .mix.cbp-item:hover img{
        transform: scale(1.1);
}
.footer_updates #news-container .news-wrapper .mix.cbp-item:hover .post_img.post_video:after{
    opacity:1;
}

.footer_updates #news-container .news-wrapper .mix.cbp-item .post_content p{
    font-family: 'Merriweather', serif;
    margin: 25px 0;
    display: inline;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    border-bottom: 1px solid;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.footer_updates #news-container .news-wrapper .mix.cbp-item:hover p{
    color: #00a4cf;
}

.footer_updates #news-container .news-wrapper .mix.cbp-item .post_content label{
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #4a4646;
    text-transform: none;
    margin-bottom: 10px;
    cursor: auto;
    line-height: 1.50;
    font-weight: 400;
}

.footer_updates #news-container .news-wrapper .mix.cbp-item .post_content label .icon-arrow2:before {
    color: #000;
}

header[data-lang="es"] .nav-menu &gt; ul , header[data-lang="es"] #search-frm input{
    width: calc(100% - 110px) !important;
}
header[data-lang="de"] .nav-menu &gt; ul , header[data-lang="de"] #search-frm input{
    width: calc(100% - 110px) !important;
}
.vid-sec .col-sm-3 .figure &gt; a {
       min-height: 158px;
        overflow: hidden;
}
.endorse-content .people_section .keytab-container .mix .profile_img{
     min-height: 230px;
}

.endorse-content .people_section .keytab-container .mix .profile_img .cbp-caption-defaultWrap{
    overflow: hidden;
    min-height: 230px;
}
.endorse-content .people_section .keytab-container .mix .profile_img img{
    min-height: 230px;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2)); 
    
}
.donate-payment-modal  .modal-dialog-centered{
    overflow: hidden;
    padding: 15px;
}
.donate-payment-modal .modal-content{
   padding: 30px;
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #222222;
}
.donate-payment-modal h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;

}
.donate-payment-modal h4:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #56bdda;
}

.donate-payment-modal .bank-details p{
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px;
    font-weight: normal;
    color: #222222;
    display: flex;
}
.donate-payment-modal .bank-details p strong{
    font-weight: 500;
    max-width: 130px;
    width: 100%;
    display: inline-block;
    color: #000;
}
.donate-payment-modal .bank-details span{
    margin-right: 10px;
    font-weight: 600;
    display: inline-block;
}
.donate-payment-modal h5{
    font-size:16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.donate-payment-modal.modal.fade.in .close{
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    left: inherit !important;
    top:10px !important;
    right: 10px !important;
}
.video_slider .vid-sec .owl-nav{
    display: none;
}
.video_slider{
    position: relative;
}
.video_slider .navigation{
    top:inherit;
    bottom: 98px;
    z-index: 2;
}
.video_slider  .prev{
  margin-left: -42px;
}
.video_slider  .next{
  margin-right: -42px;
}
.video_slider .next, .video_slider  .prev {
  cursor: pointer;
}
.video_slider .next i, .video_slider  .prev i {
  font-size: 8px;
  line-height: 0;
  position: relative;
}
.video_slider .next i:after, .video_slider .prev i:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #4fb8d3;
  top: 50%;
  
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.video_slider .prev i:after {
  left: 15px;
}
.video_slider .next i:after{
  right: -15px;
}
.video_slider .next i:hover:after, .video_slider .prev i:hover:after {
  opacity: 1;
}
.banner-430 &gt; div .container &gt; div {
    max-width: 400px;
    width: 100% !important;
    margin: auto;
    text-align: center;
}
.banner-430 &gt; div .container &gt; div img{
    max-width: 100%;
}
/* Volunteer registration page */
.victory-conference-banner {
    height: 490px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 0 45px; */
    margin: auto;
}

.victory-conference-banner .banner-top h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 20px 0 10px 0;
}

.victory-conference-title-block{
	padding-top: 40px;
}

.victory-conference-title-block &gt; div .heading {
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  padding-bottom: 20px;
}

.victory-conference-title-block &gt; div .heading::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #56bdda;
}

.victory-conference-title-block &gt; div p {
  font-family: 'Merriweather', serif;
  line-height: 1.5;
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}

.victory-conference-title-block &gt; div p:first-child {
    color: #da9e29;
  }

.victory-conference-title-block &gt; div .desc br{
	display: block;
}

.victory-conference-banner .container.breadcrumbs{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
}
.victory-conference-banner  .banner-content-wrap{
    padding: 0;
}
.victory-conference-banner .banner-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px !important;
}
#victory_volunteer_registration_form .warning{
    text-align: center !important;
}
.shalom-retreat-content .upcoming-events .keytab-container .mix .event-desc{
    min-height: 240px;
    margin-bottom: 20px;
    height: auto !important;
}
.upcoming-events .keytab-container .mix{
    height: auto !important;
}
.upcoming-events .event-desc.twostep .modal-button{
    margin-top: 17px;
}
.cbp-wrapper{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.shalom-retreat-content .upcoming-events .keytab-container .mix{
    float: none !important;
}
.shalom-retreat-content .upcoming-events .keytab-container .mix{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

@media (max-width:1199px){
    .footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video{
        height:135px;
    }
    .video_slider{
        margin-bottom: 70px;
    }
    .video_slider .navigation{
        display: flex;
        justify-content: center;
        bottom: -45px;
    }
    .vid-sec .owl-nav{
        bottom: 98px;
    }
    .vid-sec .owl-nav .owl-prev{
        left: -15px;
    }
    .vid-sec .owl-nav .owl-next{
        right: -15px;
    }
}
@media (max-width:1024px){
    #main{
        padding-top: 76px;
    }
    .header{
        top:0;
        left: 0;
        right: 0;
        margin: auto; 
    }
}
@media (max-width:991px){
    .footer_updates #news-container .news-wrapper .mix.cbp-item {
        max-width: calc(33.33% - 10px);
        flex: 0 0 calc(33.33% - 10px);
        margin-right: 15px;
    }
     .footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video{
        height:105px;
    }
    .footer_updates #news-container .news-wrapper .mix.cbp-item .post_content p {
        font-size: 16px;
    }
    .footer_updates #news-container .news-wrapper .mix.cbp-item .post_content label {
        font-size: 12px;
    }
    .video_slider{
        margin-bottom: 30px;
    }
    .video_slider .navigation{
        display: none;
    }
    .video_slider .vid-sec .owl-dots{
        margin-top: 15px;
    }
    .victory-conference-banner {
        height: 390px;
    }
    .victory-conference-banner .banner-content {
        margin-top: 0 !important;
    }
}

@media (max-width:767px){
    .footer_updates #news-container .news-wrapper .mix.cbp-item {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .footer_updates #news-container .news-wrapper .mix.cbp-item:nth-child(3n){
    margin-right: 15px;
    }
    .footer_updates #news-container .news-wrapper .mix.cbp-item:nth-child(2n){
    margin-right: 0px;
    }
     .footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video{
        height:118px;
    }
}

@media (min-width: 576px){
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2)); 
    }
}

@media (max-width:480px){
    .footer_updates #news-container .news-wrapper .mix.cbp-item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 0 25px;
    }
    .footer_updates #news-container .news-wrapper .mix.cbp-item .post_img.post_video {
        height: 125px;
    }
    .footer_updates #news-container{
        padding: 0 25px;
    }
    .victory-conference-banner {
        height: 300px;
    }
    .shalom-retreat-content .upcoming-events .keytab-container .mix,.upcoming-events .keytab-container .mix{
        min-height: auto !important;
        height: auto !important;
    }
}
@media (max-width: 400px) {
    .shalom-retreat-content .upcoming-events .keytab-container .mix,.upcoming-events .keytab-container .mix{
      min-height: auto !important;
      height: auto !important;
    }
}

</pre></body></html>