.breadcrumbs li::after {
    content: "\00bb";
    padding: 0 .3em;
}

.breadcrumbs li:last-of-type::after {
    display: none
}

.breadcrumbs a,
.breadcrumbs span {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
}

.side-widget .subtitle {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1d2733;
    color: #fff;
    font-size: 27px;
}

.side-widget {
    margin-bottom: 50px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 24%)
}

.side-widget a {
    color: #333;
}

.post-content ul li {
    position: relative;
    padding-right: 21px;
    padding-bottom: 7px;
}

.side-widget ul li {
    border-bottom: 1px solid #c8d7e1;
    position: relative;
    padding: 5px 30px 10px 10px;
}

.widget-card-date {
    font-size: 12px;
    display: block;
}

.side-widget video,
.side-widget audio,
.side-widget form,
.side-widget ul {
    background: #f6f9fe;
}

.side-widget video,
.side-widget audio,
.side-widget form {
    padding: 15px;
}

.post-content ol,
.post-content ul {
    margin-right: 15px;
}

.post-content ul li::before,
.side-widget ul li::before {
    background-color: #ea6a1b;
    border-radius: 2px;
    content: '';
    height: 9px;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .75em;
    padding: .5em 0 0;
}

.social-share,
.mb-30,
.footer-tags,
.wp-caption,
.comment-list .comment-block,
.comment-form-cookies-consent,
.card-lg .card {
    margin-bottom: 30px;
}

.post-content {
    overflow: hidden;
}

.entry-title {
    margin-bottom: 6px;
}

.entry-meta {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.entry-meta>span {
    padding-right: 8px;
    padding-left: 8px;
}

.widget-card-date svg,
.entry-meta svg {
    margin-left: 5px;
}

.shadow,
.post-content img {
    box-shadow: 0 2px 5px 0 rgb(0 0 0/30%);
}

.wp-caption {
    background: #fff;
    border: 1px solid #c8d7e1;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
}

table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}

.wp-video,
video.wp-video-shortcode {
    width: 100%;
    height: 100%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100%;
}

video.wp-video-shortcode {
    position: relative;
}

blockquote {
    background: #f3f6f8;
    border-right: 6px solid #3c596e;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.gallery-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.gallery-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.gallery-columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.gallery-columns-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.gallery-columns-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.gallery-columns-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}

.gallery-columns-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}

.gallery-columns-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 0.5em;
}

.social-share strong {
    display: block;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
}

.social-links a {
    background: #2d2d2d;
    color: #fff;
    padding: 4px 11px;
    margin: 4px 3px;
    font-weight: 900;
    border-radius: 5px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border: 0;
}
.social-follow li a {
    display: block;
    text-align: center;
    border: 1px solid #c8d7e1;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50px;
    margin: 5px;
}
.social-links .facebook {
    background: rgba(59, 89, 152, .8);
}

.social-links .twitter {
    background: #55ACEE;
}

.social-links .linkedin {
    background: #007bb5;
}

.social-links .whatsapp {
    background: #00b489;
}

.about-author {
    padding: 30px;
}

.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
    border-radius: 50%;
}

.post-author-avatar,
.post-author-bio {
    float: right;
    clear: left;
    margin-left: 1.33333em;
}

.post-author-bio a {
    color: #000;
}

.card-lg-4 .card {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #c8d7e1;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 10%);
}

.card-lg .card {
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-left: auto;
    border: 1px solid #c8d7e1;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    transition: all .1s ease-in-out;
}

.card-lg .card:nth-child(2n+1) {
    clear: none
}

.card-lg .card:nth-child(3n+1) {
    clear: right;
    margin-right: 0;
}

.card-lg-4 .card-content {
    padding: 10px;
    background: #fff;
    border-radius: 9px;
    position: relative;
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.card-lg .card-title {
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 1.7;
    box-shadow: inset 0 1px 0 #dfdfdf;
    box-sizing: content-box;
}

.card-lg-4 .card-title a {
    color: inherit;
}

.card-lg-4 .card-title {
    text-align: center;
    font-weight: 700;
    margin: 0px;
}

.card-lg .card-img a {
    display: block;
    height: 100%;
    position: relative;
}

.card-lg .card-img img {
    max-height: 270px;
    width: 100%;
}

.card-lg .card-title a {
    color: inherit;
}

.card-archive .card-meta {
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    text-align: center;
}

.card-meta li {
    color: #677286;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
}

.table-of-contents {
    display: table;
    padding: 10px;
    width: auto;
    line-height: 30px;
    border-right: 0;
    background: #f5f7fa;
    width: 100%
}

.table-of-contents ol li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.table-of-contents ol li {
    margin-bottom: 7px;
}

.table-of-contents ol ol {
    list-style: none;
    padding-right: 0;
    margin-right: 15px
}

.table-of-contents>ol>li>a {
    font-weight: 900
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
}

.pagination .prev,
.pagination .next {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert;
}

.pagination .prev {
    float: right;
    text-align: right;
}

.load-more {
    padding: 7px 60px;
    font-size: 20px;
    font-weight: 800;
}

.pagination .page-numbers {
    background: #fff;
    border: 1px solid #c8d7e1;
    color: #000;
}

.pagination .page-numbers:hover,
.pagination .current {
    background: #1d2733;
    border: 1px solid #1d2733;
    color: #fff;
}

.comment-avatar {
    float: right;
    margin-left: 0.75em;
}

.comment-avatar img {
    border-radius: 50px;
}

.comment-block {
    line-height: 1.5;
    float: right;
    padding: 10px;
    border: 1px solid #dcdcdc;
    color: #3d596e;
    border-radius: 10px;
}

.comment-date {
    font-size: 12px;
}

.comment-excerpt {
    font-size: 14px;
    margin-top: 5px;
}

.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}

.side-left,
.comment-list>.comment {
    overflow: hidden;
}

.comment-list .comment:last-child {
    border-bottom: 0;
}

.comments-box ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-box .children ol,
.comments-box .children {
    margin-right: 54px;
}

label {
    font-weight: 800;
}

.required {
    color: #f44336
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    font-size: 20px;
    border: 1px solid #dfdfdf;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
}

.submit {
    background-color: #ff6200;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}

.widget-card {
    display: flex;
    align-items: center;
    transition: 0.15s;
    border-top: 1px solid #c8d7e1;
    padding: 15px 0;
    padding: 15px 15px;
    background: #f6f9fe;
}

.img-link {
    float: right;
    clear: left;
}

.img-link {
    margin-left: 1.33333em;
}

.widget-card-tit {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    line-height: 21px;
}

@media only screen and (min-width: 982px) {
    .comment-block {
        width: 92%;
    }
    .card-lg-4 .card {
        width: 22%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-lg-4 .card:nth-child(4n+1) {
        margin-right: 0;
        clear: right;
    }
}