h3.dcc-blogtitle a {
    color: inherit;
}

h3.dcc-blogtitle a:hover {
    color: #7c4fe0;
}

.blog-date {
    color: #999;
    margin-bottom: 23px;
}

.blog-img img {
    border-radius: 10px;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.dcc-blogsummary {
    font-size: 16px;
    line-height: 1.75;
    color: #999;
    margin: 20px 0px;
}

.dcc-blogoptions {
    color: #666;
}

.dcc-blogchare {
    float: right;
}

a.dcc-blogmore-button {
    position: relative;
    text-align: center;
    padding: 8px 25px;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 6px;
    transition: all 0.3s;
    background-color: #7c4fe0;
}

.dcc-blogcomments {
    float: left;
}

a.dcc-blogmore-button:hover {
    background-color: #5f36bb;
}

.dcc-blogoptions i.fas {
    margin-right: 7px;
}

.dcc-blogcomments span {
    margin-right: 7px;
}

hr.dcc-hrule {
    color: #aaa;
    margin: 50px 0px 20px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

.sidebar.widget_search .search-field {
    width: 100%;
    padding: 0 40px 0 16px;
    margin: 0;
}

input:not(.adminbar-input),
textarea {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    box-shadow: none !important;
    border-radius: 6px;
    height: 52px !important;
    padding: 0 20px;
    vertical-align: middle;
    transition: all 0.3s;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.sidebar.widget_search .search-submit {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    background-color: transparent;
    padding: 0 30px 0 15px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    border: 0;
    margin-top: 27px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.sidebar.widget_search label,
.sidebar.widget_search label {
    width: 100%;
    margin-left: 0;
}

.widget {
    padding-left: 20px;
    margin-bottom: 50px;
}

.author-content img {
    display: inline-block !important;
    border-radius: 50%;
    margin: auto;
}

.author-social a {
    display: inline-block;
    margin-right: 8px;
    background-color: #e9e9e9;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.author-social a:hover {
    color: #fff;
}

.social i {
    margin-top: 13px;
}


/* blog posts section */

.dcc-postsection {
    color: #666;
    line-height: 1.75;
}

.dcc-postsection p {
    margin-bottom: 1.5em !important;
}

blockquote,
blockquote.wp-block-quote {
    border-left: none;
    padding: 30px !important;
    color: #fff !important;
    border-radius: 3px;
    margin-bottom: 1.75em;
    background-color: #7c4fe0;
    margin: 0 0 1rem;
}

blockquote:before,
blockquote.wp-block-quote:before {
    content: '\201C';
    position: relative;
    top: 10px;
    font-style: normal;
    font-family: serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 1.75em;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    position: relative;
    font-style: italic;
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 1.5em !important;
}

blockquote p:last-child,
blockquote.wp-block-quote p:last-child {
    margin-bottom: 0 !important;
}

blockquote cite,
blockquote.wp-block-quote cite {
    display: block;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
}

blockquote.wp-block-quote cite:before {
    content: "-";
    margin-right: 4px;
}

.dcc-glogroll h1 {
    font-size: 2.25em;
}