.customify-builder-btn {
    display: none;
}
.page-titlebar {
    background: none;
}
.comments-area .comment-reply-title, .h4, h4 {
    color: #6f6f6f;
    font-size: 1.6em;
    font-weight: bold;
}
.light-mode .site-title, .light-mode .site-title a {
    color: rgba(0,100,100,.8);
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
}


.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px !important;
}

.elementor-slick-slider .slick-next {
    right: -1px !important;
    width: 0px;
}

.elementor-slick-slider .slick-prev {
    left: -60px !important;
    width: 0px;
}

.dialog-type-lightbox {

    background-color: rgba(0,0,0,.9);

}

p.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 4.4em;
    line-height: .34;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}