.lytbox-button{--hamburger-color:#000;--close-x-color:#000;display:block;height:18px;cursor:pointer;position:relative;z-index:101}.lytbox-navigation{position:fixed;top:0;left:0;transform:translateX(100%);overflow:hidden;transition:transform .2s;width:100%;height:100vh;z-index:100}.lytbox-navigation{display:flex;justify-content:center;align-items:center}.lytbox-button .hamburguer{position:relative}.lytbox-button .hamburguer span{display:block;height:2px;width:24px;background:var(--hamburger-color);transform-origin:50% 50%;transition:all .1s .2s ease,transform .2s ease}.lytbox-button .hamburguer span:nth-child(2){transform:translate(0,6px)}.lytbox-button .hamburguer span:nth-child(3){transform:translate(0,12px)}.lytbox-nav_control{position:absolute;left:-9999px;width:100%;clip:rect(0,0,0,0)}.lytbox-nav_control:checked~.lytbox-navigation{transform:translateX(0);opacity:1;transition:transform .3s,opacity .3s}.lytbox-nav_control:checked~.lytbox-button .hamburguer{transition:all .1s 0s ease}.lytbox-nav_control:checked~.lytbox-button .hamburguer span{background:var(--close-x-color);transition:all .1s ease,transform .1s .2s ease}.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child{opacity:0}.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(2){transform:translate(0,6px) rotate(45deg)}.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3){transform:translate(0,4px) rotate(-45deg)}.modern-comment-box{background:#fff;padding:20px}.modern-comment-box h,.modern-comment-box #reply-title{font-size:26px;color:#113644;margin-bottom:25px;border-left:5px solid #3da1b1;padding-left:15px;font-weight:600}.modern-comment-box input[type=text],.modern-comment-box input[type=email],.modern-comment-box input[type=url],.modern-comment-box textarea{width:100%;padding:18px 20px;border:1px solid #dcdcdc;border-radius:12px;background-color:#f9f9f9;font-size:16px;color:#333;margin-bottom:20px;transition:all .3s ease}.modern-comment-box input:focus,.modern-comment-box textarea:focus{border-color:#3da1b1;background-color:#fff;box-shadow:0 0 5px rgba(61,161,177,.2);outline:none}.modern-comment-box input[type=submit]{background-color:#3da1b1;color:#fff;border:none;padding:14px 32px;border-radius:50px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.modern-comment-box input[type=submit]:hover{background-color:#113644}.comment-list{margin-top:50px}.comment-list li{margin-bottom:30px;padding:25px;background:#fff;border-radius:15px;border:1px solid #eaeaea;box-shadow:0 2px 15px rgba(0,0,0,.05)}.comment-author{font-weight:600;color:#113644}.comment-meta{font-size:13px;color:#999}.comment-content{margin-top:12px;color:#444;font-size:15px;line-height:1.6}.share-icons a{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid #fff;border-radius:50%;color:#fff;margin:5px;text-decoration:none;transition:.3s}.share-icons i{font-size:18px;color:#fff;transition:.3s}.share-icons a:hover{background-color:#fff;color:#113644;border-color:#113644}.share-icons a:hover i{color:#113644}