/* ===== FORCE OVERRIDE THEME BLOCKQUOTE (Nicequote.in) ===== */
.entry-content blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow,
.entry-content blockquote.wp-block-quote,
.entry-content blockquote,
blockquote.sudheerquoteQuote {
    background-color: inherit!important;
    margin: 1.5em auto!important;
    border: 1px solid!important;
    border-radius:10px;
    background:#fff;
    box-shadow:3px 3px 8px #420a3c;
    text-align: center!important;
    display: block!important;
    padding-top: 2rem!important;
    padding-right: 1.1rem!important;
    padding-left: 1.1rem!important;
}
blockquote.sudheerquoteQuote:before{
    content:none!important;
}
blockquote {
    quotes: none;
}
blockquote.sudheerquoteQuote p {
    color: #000;
    text-align: center;
    font-size: 17px!important;
    font-weight: 400;
    line-height: 1.5;white-space: pre-wrap;
    margin: auto!important;
    width: 100%;
    font-style: normal;
}
blockquote.sudheerquoteQuote .quote-share {
    padding-top: 7px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    color: #444;
    margin-top: 8px;
    padding-bottom: 14px;
    width: 100%;
    
}
blockquote.sudheerquoteQuote .quote-share span {
    font-size: 12px;
    font-style: normal;
    padding: 0px;
    padding-top: 4px;
    padding-right: 11px;
    word-break: initial;
}
blockquote.sudheerquoteQuote .quote-share a {
    margin: 0 3px;
    cursor: pointer;
    display: grid;
    place-items: center;
    width: 44px;
    line-height: 30px;
    height: 30px;
    text-decoration: none;
    word-break: initial;
}
blockquote.sudheerquoteQuote .quote-share a:hover {
    opacity: 0.75;
    transition: .3s;
}
blockquote.sudheerquoteQuote .quote-share a.icon-facebook {
    background: #3b5998;
    font-size: 15px;
    border: 1px solid #3b5998;
    border-radius: 15px;
    color: #fff;
    
}
blockquote.sudheerquoteQuote .quote-share a.icon-whatsapp {
    background: #0f9806;
    font-size: 15px;
    border: 1px solid #0f9806;
    border-radius: 15px;
    color: #fff;
    
}
blockquote.sudheerquoteQuote .quote-share a.icon-twitter {
    background: #32afed;
    font-size: 15px;
    border: 1px solid #32afed;
    border-radius: 15px;
    color: #fff;
    
}
blockquote.sudheerquoteQuote .quote-share a.icon-telegram {
    background: #cf08be;
    font-size: 15px;
    border: 1px solid #cf08be;
    border-radius: 15px;
    color: #fff;
    
}
blockquote.sudheerquoteQuote .quote-share .copyit {
    /*background: linear-gradient(90deg , rgba(253,29,29,1) 27%, rgba(252,176,69,1) 100%);*/
    background: linear-gradient(90deg , rgba(253,29,29,1) 27%, rgba(252,176,69,1) 100%);
    font-size: 15px;
    padding: 4px 16px;
    font-style: normal;
    border: none;
    border-radius: 15px;
    color: #fff!important;
    position: relative;
    max-width: 66px;
    width: 100%;
    max-height: 31px;
    line-height: 1.4;
}
blockquote.sudheerquoteQuote .quote-share span.copied {
    background: #049a10;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    border-radius: 15px;
}
@media only screen and (max-width: 380px) { 
    blockquote.sudheerquoteQuote .quote-share a {
        padding: 4px 13px;
    }
}



