/*
 Theme Name:   Tabula Child
 Theme URI:    http://tabula.bold-themes.com
 Description:  Tabula child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     tabula
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  tabula-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btCrest .btCrestImg {
  height: auto !important;
  width: 230px !important;
}
.d-none{display: none;}
.popup_container{
    max-width:640px;
    margin:0 auto;
    display:block;
    padding: 40px 30px;
    background:#fff;
    position:relative;
  }
  .popup_container .top_details{
      text-align:center;
  }
  .popup_container .image {
      max-width: 230px;
      margin: 0 auto 40px;
  }
  .popup_container .title h2 {
      font-size: 28px;
      font-weight: 500;
  }
  @media all and (max-width:460px){
      .popup_container .title h2 {
        font-size: 18px;
      }
      .popup_container .image {
        max-width: 180px;
      }
  }