/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content {
    background-color: var(--dt-whi-color);
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

blockquote,
blockquote p {
    color: var(--dt-sec-color);
    font-weight: 500;
    letter-spacing: 0.5px;
}

blockquote {
    position: relative;
    border: none;
    padding: 1rem 1rem 1rem 1.3rem;
    background-color: transparent;
    margin: 0 0 15px;
    border-radius: 0;
    border-left: 0.4rem solid var(--dt-pri-color);
    z-index: 0;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dt-pri-color);
    opacity: 0.05;
    border-radius: inherit;
    z-index: -1;
}

blockquote h5 {
    font-style: normal;
}

blockquote cite,
blockquote small {
    line-height: 1.3;
    padding-top: 15px;
    display: block;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

/* Gallery Css Here*/

.gallery .gallery-icon a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery .gallery-icon img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.gallery .gallery-item:hover .gallery-icon img,
.gallery .gallery-item:focus-within .gallery-icon img {
    opacity: 0.8;
}

.gallery {
    margin-top: -2.7%;
}

.gallery .gallery-item {
    background-color: var(--dt-sec-color);
    padding: 0;
    margin-right: 2.7%;
    margin-top: 2.7%;
    text-align: center;
    float: left;
}

.gallery dl a {
    display: block;
}

.gallery dl a img {
    height: auto;
    margin: 0 auto;
}

.gallery br+br {
    display: none;
}

/* Widget Gallery  */

.widget .gallery {
    display: flow-root;
    margin-top: -2.5%;
}

.widget .gallery .gallery-icon a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f08e";
    font-family: 'fontAwesome';
    font-weight: 400;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    opacity: 0;
    color: #fff;
    border-radius: 10rem;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.widget .gallery .gallery-icon a:hover::after,
.widget .gallery .gallery-icon a:focus::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget .gallery-item:hover .gallery-icon img,
.widget .gallery-item:focus-within .gallery-icon img {
    opacity: 0.2;
}

/*Image Alignments and captions*/

img.alignleft {
    margin-right: 30px;
}

a img.alignleft {
    float: left;
}

.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}


.gallery-caption {
    clear: left;
    font-style: italic;
    line-height: 1.5em;
    margin: 0.75em 0;
    text-align: center;
}
/*---//---*/