blockquote {
    padding: 50px 70px 38px;
    position: relative;
    letter-spacing: 0.06em;
    background: var(--bs-secondarytwo);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin: 2.2rem 0 1rem;
}

blockquote:before {
    content: "\f10e";
    font-family: var(--bs-font-awesome);
    font-weight: 900;
    position: absolute;
    top: -32px;
    left: 75px;
    font-size: 45px;
    color: var(--bs-primary);
    -webkit-text-fill-color: var(--bs-secondarytwo);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--bs-primary);
    z-index: 0;
}

blockquote p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    letter-spacing: 0.06em;
}

blockquote cite,
blockquote small {
    line-height: 1.3;
    padding-top: 15px;
    display: block;
}

blockquote em,
blockquote i {
    font-style: italic;
    color: #fff;
    font-weight: inherit;
}

blockquote cite {
    font-size: 20px;
    font-style: normal;
    color: var(--bs-primary);
}

/* Gallery Css Here */
.gallery-icon a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-item .gallery-icon img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity .35s,transform .35s;
}

.gallery-item:hover .gallery-icon img,
.gallery-item:focus-within .gallery-icon img {
    opacity: 0.25;
}

.gallery-item {
    background-color: #ececec;
    padding: 0;
    margin-right: 2.7%;
    margin-top: 2.7%;
    text-align: center;
    float: left;
}

.gallery figure.gallery-item:last-child {
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 45%;
}

.gallery-columns-3 .gallery-item {
    width: 31.3%;
}

.gallery-columns-4 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item {
    width: 17.7%;
}

.gallery-columns-6 .gallery-item {
    width: 13.6%;
}

.gallery-columns-7 .gallery-item {
    width: 12.25%;
}

.gallery-columns-8 .gallery-item {
    width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    width: 9.11%;
}

.gallery-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
}

.gallery dl a {
    display: block;
}

.gallery dl a img {
    height: auto;
    margin: 0 auto;
}

.gallery br+br {
    display: none;
}

.wp-caption-text {
}

.bypostauthor {
}

/*Image Alignments and captions*/
img.alignnone {
    margin: 0 auto;
    max-width: 100%;
}

#attachment_907 {
    width: 100%;
}

img.alignleft,
.wp-caption.alignleft {
    margin-right: 30px;
}

img.alignright,
.wp-caption.alignright {
    margin-left: 30px;
    float: right;
    clear: both;
    margin-bottom: 30px;
}

img.wp-caption .alignnone {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

a img.alignright {
    float: right;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.aligncenter {
    margin-top: .5em;
    margin-bottom: .5em;
}

.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}

.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    clear: left;
    line-height: 1.5em;
    text-align: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 12px 0;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    border-color: #eee;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}

.wp-caption > img {
    max-width: 100%;
}

.bypostauthor {
}

form.post-password-form label,
form.post-password-form input {
    display: inline-block;
}

/*---------------------------------------
    Screen Reader Text
-----------------------------------------*/

/* Accessibility */

/* 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;  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
/* #page, */
/* #content { */
    /* background: #ffffff; */
/* } */

#content[tabindex="-1"]:focus {
    outline: 0;
}
