/*modal popup*/

.jlry-btn-001 a, .jlry-btn-001 a:hover, .jlry-btn-001 a:visited, .jlry-btn-001 a:focus, .jlry-btn-001 a.active { color:  #333; text-decoration: unset !important; }

.mfp-close { color:  #fff !important; }

.jlry-btn-001 a:before { content: " "; position: absolute; width: 20%; height: 3px; bottom: 0px; left: 8px; right: 8px; margin: auto;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5b45c), color-stop(50%, #faf9f8), color-stop(100%, #f6d9a6));
    background-image: -moz-linear-gradient(to right, #e5b45c, #faf9f8, #f6d9a6);
    background-image: -webkit-linear-gradient(to right, #e5b45c, #faf9f8, #f6d9a6);
    background-image: linear-gradient(to right, #d9b678, #fdf7cd, #d7aa55);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: scale(0); }

.jlry-btn-001 a:hover:before { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; transform: scale(1); }


/*end of modal popup*/

/*image content*/

.img-cnt-btn-hide a { display: none; }

.wht-font-001 p { color: #fff; }

/*end of image content*/

/*image absolute*/

.img-abs-001 img.sppb-img-responsive { position: relative; top: -50px; }

/*end of img absolute*/