/*
Theme Name: Blog-Final-Theme 
Author:Subbu Swaroop
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --border-size: 0.5;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin-top: 0 !important;
}

body {
    margin: 0;
}

img {
    vertical-align: middle;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

p,
span {
    margin: 0 0 10px;
    font-family: 'Roboto';
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #15456b;
}

blockquote p {
    padding-top: 5px;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #15456b;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 2px 4px;
    font-size: 90%;
    color: #000;
    border-radius: 4px;
}

.blog-masthead {
    background-color: #15456b;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.blog-nav-item {
    position: relative;
    font-family: Arial, Helvetica, 'Roboto';
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.blog-logo {
    text-align: left;
    margin-top: 30px;
    padding: 30px;
}

.blog-header {
    border-bottom: 1px solid #15456b;
    margin-bottom: 30px;
    font-size: 17px;
}

.blog-header ul li {
    display: inline-block;
    padding: 5px;
}

.blog-header ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto';
    font-weight: bold;
    transition: border 1s ease-in;
}

.blog-header ul li a:after {
    display: block;
    content: "";
    border-bottom: 3px solid #15456b;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.blog-header ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.blog-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 400;
}

.blog-description {
    font-size: 20px;
    color: #999;
}

.blog-main {
    font-size: 18px;
    line-height: 1.5;
    display: grid;
    gap: 20px;
}

.blog-posts {
    display: grid;
    gap: 20px;
}

.blog-sidebar {
    padding: 0;
    margin: 0;
}

.blog-recent {
    /*background-color: #15456b;*/
    color: black;
    padding: 10px;
    margin-top: 0;
}

.recent-posts {
    list-style-type: none;
}

.recent-posts a {
    text-decoration: none;
}

.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}

.sidebar-module img {
    width: 100%;
}

.content-author {
    padding-top: 10px;
    color: #000;
    text-transform: capitalize;
}

.blog-post-title-content {
    padding: 10px 0;
    font-size: 27px;
    font-weight: 700;
    color: #000;
}

.content-body {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto';
}

.content-thumbnail {
    text-align: center;
}

.content-thumbnail img {
    max-width: 100%;
}

.content-body p {
    line-height: 33px;
    color: #000;
    padding-top: 10px;
}

.content-body li {
    color: #000;
    font-size: 18px;
    padding: 5px;
}

.content-body h2 {
    color: #000;
    font-weight: 700;
    padding-top: 10px;
}

.content-body h3 {
    color: #000;
    font-weight: 700;
    padding-top: 10px;
}

.each-thumbnail {
    background: #fff;
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    /* border-radius: 0.5rem; */
    --border-size: 0.5rem;
    /* box-shadow: 0 0 12px rgba(0,0,0,0.1); */
}


.each-thumbnail:before, .social-icons:before, .recents:before {
    content: "";
    /* background: #15456b; */
    background: linear-gradient(
        75deg,
        rgba(219, 68, 55, 1) 0%,
        rgba(219, 68, 55, 1) 25%,
        rgba(244, 180, 0, 1) 25%,
        rgba(244, 180, 0, 1) 50%,
        rgba(15, 157, 88, 1) 50%,
        rgba(15, 157, 88, 1) 75%,
        rgba(66, 133, 244, 1) 75%,
        rgba(66, 133, 244, 1) 100%
    );
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 0.5rem;
    transform: translateX(0rem)
        translateY(calc(-0.3rem));
    z-index: -1;
    /* box-shadow: 0 10px 25px -15px rgb(0 0 0 / 70%); */
    transition: all 0.5s ease-in-out;
    opacity: 0.8;
}
  /* &:hover:before {
    opacity: 1;
    box-shadow: 0 20px 30px -15px rgb(0 0 0 / 50%);
  } */

.each-thumbnail img {
    width: 100%;
}

.blog-post-title {
    font-size: 20px;
    font-weight: 700;
}

.blog-post-title a {
    color: #000;
    text-decoration: none;
    line-height: 27px;
    font-family: 'Roboto';
}

.post-excerpt {
    font-size: 16px;
    color: #000;
}

.post-date,
.post-mins-read {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top:10px;
    color: #000;
    font-size: 13px;
    position: relative;
    /* background-color: #15456b;
    color: white; */
}

.post-date {
    text-align: left;
}

.post-mins-read {
    text-align: right;
}

.post-categories,
.post-author {
    padding: 4px;
    background-color: #15456b;
    color: #fff;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.post-author {
    margin-left: 10px;
}

.blog-footer {
    padding: 20px 0;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #2c2a2a;
    border-top: 1px solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.blog-nav {
    padding: 5px;
}

.blog-nav li {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
}

.blog-nav li a {
    color: #fff;
}

.leave-comment {
    margin-top: 40px;
}

.comment-inputs {
    display: block;
    width: 50%;
    padding: 5px;
    background: 0 0;
    border: 1px solid #15456b;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
}

.sidebar-ads {
    position: sticky;
    top: 15px;
}

.sidebar-ads a img {
    width: 100%;
}

.comment-author,
.comment-email,
.comment-label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.comment-form-cookies-consent {
    display: block;
}

.submit {
    padding: 10px;
    background-color: #15456b;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.content-author-info {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #15456b; */
    padding: 30px 10px;
}

.author-desc {
    font-size: 16px;
    line-height: 25px;
}

.author-image img {
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.author-description {
    margin-left: 20px;
}

.author-name {
    font-weight: 700;
    font-size: 22px;
}

.written-by {
    font-size: 12px;
    letter-spacing: 2px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-9 .col-md-9,
.col-md-12,
.col-lg-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-9,
.col-xs-12,
.col-xs-6,
.col-span-12,
.col-span-3,
.col-span-9,
.col-xs-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12 {
    width: 100%;
    float: left;
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.col-xs-9 {
    width: 75%;
    float: left;
}

.col-span-3 {
    float: left;
    width: 25%;
}

.col-span-9 {
    float: left;
    width: 75%;
}

.col-span-12 {
    float: left;
    width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

.pagination-styles {
    text-align: center;
    margin: 10px 0;
}

.pagination-styles span,
.pagination-styles a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto';
    padding: 8px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    background-color: gray;
}

.pagination-styles>.current {
    background-color: rgb(47, 149, 207);
}

.blog-sidebar :last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.comment-reply-title {
    font-weight: bold;
    font-size: 20px;
}

.each-post {
    padding-right: 0px !important;
    padding-left: 0px !important;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    /* background-color: rgba(0,0,0,0.1); */
}

@media (max-width: 768px) {
    .blog-main {
        grid-template-columns: 100%;
        padding: 20px;
    }
    .blog-posts {
        grid-template-columns: repeat(1, 1fr);
    }
    .each-post {
        padding-bottom: 20px;
    }
    .container {
        max-width: 768px;
    }
    .blog-sidebar {
        display: none;
    }
    .blog-logo {
        text-align: center;
    }
    .each-thumbnail img {
        height: 100%;
    }
    .blog-header {
        display: none;
    }
    .logo-container {
        text-align: center;
    }
    .author-description {
        margin-top: 10px;
    }
    .leave-comment {
        text-align: center;
    }
    .leave-comment input,
    .leave-comment textarea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .content-thumbnail img {
        height: 200px;
        width: 500px;
        max-width: 100%;
    }
    .col-span-9 {
        float: left;
        width: 100%;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .each-post {
        height: auto;
        padding-bottom: 20px;
    }
    .blog-main {
        grid-template-columns: 100%;
    }
    .blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
    .container {
        width: 750px;
    }
    .each-post {
        margin-bottom: 20px;
    }
    .content-thumbnail img {
        height: 300px;
        width: 500px;
        max-width: 100%;
    }
    .logo-container {
        text-align: center;
    }
    .blog-sidebar {
        display: none;
    }
    .each-thumbnail img {
        height: 300px;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-3 {
        float: left;
        width: 23%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .each-post {
        height: auto;
        padding-bottom: 20px;
    }
    .blog-main {
        grid-template-columns: 100%;
    }
    .container {
        width: 970px;
    }
    .blog-sidebar {
        display: none;
    }
    .logo-container {
        text-align: center;
    }
    .each-thumbnail img {
        height: 300px;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-lg-8,
    .col-md-8 {
        float: left;
        width: 66.66666667%;
    }
}

@media (min-width: 1200px) {
    .each-post {
        height: 490px;
        padding-bottom: 20px;
    }
    .each-thumbnail img {
        height: 250px;
    }
    .blog-main {
        grid-template-columns: 75% 25%;
    }
    .container {
        width: 1170px;
    }
    .blog-sidebar {
        display: block;
    }
    .logo-container {
        text-align: center;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
}

.clapsdiv {
    position: fixed;
    left: 30px;
    top: 50%;
    text-align: center;
}

.clapforpost {
    position: relative;
    height: 50px;
    width: 50px;
}

.showlikes {
    position: relative;
    top: 10px;
}

.clappinghands {
    height: 50px;
    width: 50px;
}

.clapforpost div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#tophand {
    z-index: 10;
}

.topclap {
    margin-top: 2px;
    margin-left: -4px;
}

#bottomhand {
    background: #3f813d;
    border-radius: 50%;
}

.applauseanimation {
    animation: clapping 0.2s 7;
}

.reverseclapping {
    animation: reverseclapping 0.2s 7;
}

.vibration-bottom {
    animation: vibration-1-bottom 0.2s 7;
}

.vibration-top {
    animation: vibration-1-top 0.2s 7;
}

.cls-bottom-1,
.cls-top-1,
.cls-vibration1,
.cls-vibration2 {
    fill: #fff;
}

.cls-bottom-2,
.cls-top-2 {
    fill: #000;
}

#postliked {
    width: 30px;
    height: 30px;
    border: 1px solid #3674ad;
    padding: 1px;
    color: #fff;
    background: #3674ad;
    border-radius: 50%;
}

#postliked p {
    line-height: 30px;
    text-align: center;
}

.addclaps {
    animation: addclaps 0.5s 1;
}

.disablelikepost {
    cursor: default;
    pointer-events: none;
}

@keyframes vibration-1-bottom {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes vibration-1-top {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@keyframes clapping {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}

@keyframes addclaps {
    0% {
        margin-top: 30px;
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        margin-top: -50px;
        opacity: 1;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.blog-sidebar {
    padding: 0;
}

.comment-list {
    list-style-type: none;
    padding: 10px;
}

.comment-reply-link {
    display: none;
}

.says {
    font-weight: normal;
    text-transform: lowercase;
}

.comment-body {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #f0e9e9;
    background-color: #f0e9e9;
}

cite {
    font-size: 20px;
    font-style: normal;
}

.commentmetadata a {
    cursor: default;
    color: gray;
}

.recents {
    margin-bottom: 20px;
    border: 1px solid #e9e6e6;
    background-color: white;
    position: relative;
}

.recents h4:after {
    content: "";
    display: block;
    width: 10%;
    height: 3px;
    border-radius: 30px;
    margin: 2px 0;
    background: #15456b;
}

.commentmetadata {
    padding: 5px;
}

.comment-body p {
    font-size: 20px;
    padding: 10px;
}

.recent-posts p {
    padding: 6px 10px;
    color: black;
    line-height: 20px;
    font-size: 15px;
    /*font-weight: bold;*/
    text-decoration: underline;
}

.recent-posts p:hover {
    text-decoration: underline;
    color: gray;
}

.social-icons a {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px;
}

.sidebar-module {
    margin: 0;
}

.social-icons {
    text-align: center;
    position: relative;
    padding: 0;
    background-color: white;
    border: 1px solid #e9e6e6;
    /*background-color: #15456b;*/
    margin-bottom: 30px;
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

pre.wp-block-verse {
    white-space: pre-wrap !important;
}

.recents ul {
    padding: 0;
}

.single-post {
    display: flex !important;
}

.is-style-default img {
    min-height: 200px;
    background: white;
    border-radius: 5px;
}

/*Footer*/