.blog-detail p {
    font-size: 17px;
    line-height: 30px;
    color: #414141;
}


#main {
    padding-top: 25px;
    padding-bottom: 25px
}

@media(min-width:768px) {
    #main {
        padding-top: 40px
    }
}

@media(min-width:1024px) {
    #main {
        display: grid;
        grid-template-columns: 1fr minmax(-webkit-min-content, 33.05085%);
        grid-template-columns: 1fr minmax(min-content, 33.05085%);
        grid-gap: 7.627118644068%
    }
}

@media(min-width:1200px) {
    #main {
        grid-template-columns: 1fr minmax(-webkit-min-content, 390px);
        grid-template-columns: 1fr minmax(min-content, 390px);
        grid-gap: 90px
    }
}

.main-article {
   /* max-width: 700px;*/
    margin: 0 auto
}

@media(min-width:1024px) {
    .main-article {
        margin: 0
    }
}

.entry-header .title {
    font-size: 30px;
    line-height: 1.33333;
    font-weight: 600;
    padding: .8888888888889em 0 0;
    margin: 10px 0 .8333333333333em
}

.entry-header .title:after {
    top: 0;
    height: 2px;
    width: 60px
}

.entry-header .title-url {
    color: inherit
}

.entry-header .title-url:hover {
    color: var(--c-red);
    text-decoration: none
}

.entry-header .breadcrumbs {
    font-weight: 300;
    color: var(--c-gray-6);
    margin-bottom: 3.58333em
}

.entry-header .breadcrumbs a {
    color: inherit
}

.entry-content {
    color: #000;
    font-size: 17px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

@media(min-width:768px) {
    .entry-content {
        color: inherit
    }
}

.a11y-hc .entry-content a {
    text-decoration: underline
}

.a11y-hc .entry-content a.btn {
    text-decoration: none
}

.entry-content .disclosure {
    color: #707378;
    font-size: 12px
}

.entry-content .more-link {
    white-space: nowrap
}

.entry-content .alert {
    text-align: center;
    padding: 2em;
    font-weight: 600;
    clear: both;
    background: #ffffb6
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 600
}

.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
    font-weight: inherit
}

.entry-content h2 {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 1.25em
}

.entry-content h3,
.entry-content h4 {
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 1.35em;
    margin-bottom: 1em
}

.entry-content .wp-block+h2,
.entry-content .wp-block+h3,
.entry-content .wp-block+h4,
.entry-content .wp-block-image+h2,
.entry-content .wp-block-image+h3,
.entry-content .wp-block-image+h4,
.entry-content .wpcf7+h2,
.entry-content .wpcf7+h3,
.entry-content .wpcf7+h4,
.entry-content figure+h2,
.entry-content figure+h3,
.entry-content figure+h4,
.entry-content ol+h2,
.entry-content ol+h3,
.entry-content ol+h4,
.entry-content p+h2,
.entry-content p+h3,
.entry-content p+h4,
.entry-content ul+h2,
.entry-content ul+h3,
.entry-content ul+h4 {
    padding-top: 1.666666666667em
}

.entry-content b,
.entry-content strong {
    font-weight: bold;
}

.entry-content b em,
.entry-content strong em {
    font-weight: 700
}

.entry-content em {
    font-style: italic
}

.entry-content em b,
.entry-content em strong {
    font-weight: 700
}

.entry-content blockquote {
    font-style: italic;
    margin-bottom: 1.666666666667em;
    position: relative;
    padding: 45px 35px
}

.entry-content blockquote:last-child {
    margin-bottom: 0
}

.entry-content blockquote:after,
.entry-content blockquote:before {
    content: "";
    display: block;
    width: 87px;
    height: 76px;
    background: 50% no-repeat;
    position: absolute
}

.entry-content blockquote:before {
    top: 0;
    left: 0;
    background-image: url(../images/bg-blockquote-blog-open.png)
}

.entry-content blockquote:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/bg-blockquote-blog-close.png)
}

.entry-content .wp-block,
.entry-content .wp-block-image,
.entry-content .wpcf7,
.entry-content figure,
.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 0.666666666667em
}

.entry-content li {
    margin-bottom: .8333333333335em
}

.entry-content .wp-block-image:last-child,
.entry-content .wp-block:last-child,
.entry-content .wpcf7:last-child,
.entry-content figure:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content li:last-child,
.entry-content ol:last-child,
.entry-content p:last-child,
.entry-content ul:last-child {
    margin-bottom: 0
}

.entry-content ol,
.entry-content ul {
    margin-left: 1.388888888889em
}

.entry-content ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 33px
}

.entry-content ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    /*background: var(--c-red);*/
    background-color: #0938b5;
    position: absolute;
    top: .8333333333335em;
    left: 0;
    margin-top: -4px
}

.entry-content ol li {
    list-style: decimal
}

.entry-content li ol,
.entry-content li ul {
    margin-top: .8333333333335em
}

.entry-content .wp-caption {
    margin-bottom: 1.666666666667em
}

.entry-content .wp-caption img {
    display: block;
    margin-bottom: .8333333333335em
}

.entry-content .wp-caption-text {
    font-style: italic
}

.entry-content img.aligncenter {
    margin: 0 auto;
    display: block
}

.entry-content img.alignone {
    display: block
}

.entry-content div.aligncenter {
    margin: 0 auto
}

.entry-content div.aligncenter img,
.entry-content div.alignone img {
    display: block
}

.entry-content .alignleft {
    float: left;
    margin: .4166666666668em 1.666666666667em 1.666666666667em 0
}

.main-article .entry-content .align-sc {
    margin-bottom: 1.3em
}

.entry-content .alignright {
    float: right;
    margin: .4166666666668em 0 1.666666666667em 1.666666666667em
}

.entry-cta {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) 1fr;
    grid-template-columns: minmax(min-content, max-content) 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px
}

@media(min-width:768px) {
    .entry-cta {
        grid-gap: 40px
    }
}

.entry-cta .img-w .img {
    max-width: none;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .08);
    border-radius: 50%
}

.entry-cta .text {
    background: #f4f6f8;
    position: relative;
    padding: 15px 25px;
    font-weight: 400;
    color: #44464c
}

@media(min-width:768px) {
    .entry-cta .text {
        padding: 20px 43px
    }
}

.entry-cta .text:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    margin-left: -11px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.entry-cta .text span {
    display: block;
    margin: 0 0 5px
}

.entry-cta .text span:last-child {
    margin-bottom: 0
}

.cta-consulting {
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) 1fr;
    grid-template-columns: minmax(min-content, max-content) 1fr;
    background: #fbfcfd;
    position: relative
}

@media(min-width:768px) {
    .cta-consulting {
        width: calc(100% + 8px);
        left: -8px
    }
}

.cta-consulting .img-w {
    display: none
}

@media(min-width:768px) {
    .cta-consulting .img-w {
        display: grid;
        background: #f5f6f7;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .cta-consulting .img-w .img {
        position: relative;
        z-index: 2
    }
    .cta-consulting .img-w:after {
        content: "";
        display: block;
        width: 8px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff
    }
}

.cta-consulting .text {
    font-size: 14px;
    line-height: 24px;
    padding: 25px;
    border: 1px solid #f2f2f2
}

@media(min-width:768px) {
    .cta-consulting .text {
        padding: 32px 25px 40px
    }
}

.cta-consulting .text .title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

@media(min-width:768px) {
    .cta-consulting .text .title {
        margin-bottom: 16px
    }
}

.cta-consulting .text .text-list {
    margin: 0 0 25px
}

@media(min-width:768px) {
    .cta-consulting .text .text-list {
        margin-bottom: 28px
    }
}

.cta-consulting .text .text-list .item {
    padding: 0;
    margin: 0 0 8px
}

.cta-consulting .text .text-list .item:last-child {
    margin-bottom: 0
}

.cta-consulting .text .text-list .item:before {
    display: none
}

.cta-consulting .text .btn {
    border-radius: 3px;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:768px) {
    .cta-consulting .text .btn {
        min-width: 175px
    }
}

@media only screen and (max-width:960px) {
    .entry-header .title {
        font-size: 27px
    }
    .blog-detail p {
        font-size: 15px;
        line-height: 28px;

    }
}

@media only screen and (max-width:767px) {
    .entry-content {
        font-size: 15px;
        line-height: 1.75em
    }
}

@media only screen and (max-width:479px) {
    .entry-header .title {
        font-size: 23px
    }
    .entry-content h2,
    .entry-content h3,
    .entry-content h4 {
        font-size: 20px
    }
}

/*.blog-detail p {
    font-size: 15px;
}*/

.main-aside {
    max-width: 700px;
    margin: 0 auto
}

@media(min-width:1024px) {
    .main-aside {
        margin: 0
    }
}

.widget {
    background: #fbfcfd;
    margin-bottom: 60px
}

.widget:last-child {
    margin-bottom: 0
}

.widget input {
    height: 50px
}

.widget input::-webkit-input-placeholder {
    color: inherit
}

.widget input::-moz-placeholder {
    color: inherit
}

.widget input::-ms-input-placeholder {
    color: inherit
}

.widget input::placeholder {
    color: inherit
}

.widget input:focus::-webkit-input-placeholder {
    color: #e4e8ed
}

.widget input:focus::-moz-placeholder {
    color: #e4e8ed
}

.widget input:focus::-ms-input-placeholder {
    color: #e4e8ed
}

.widget input:focus::placeholder {
    color: #e4e8ed
}

.widget .btn-wrap {
    text-align: center
}

.widget .btn {
    padding: 15px 20px
}

.widget-analyzer {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 20px 10px
}

@media(min-width:480px) {
    .widget-analyzer {
        padding: 50px 30px
    }
}

.widget-analyzer .title {
    padding-top: .58333em;
    margin-bottom: .75em
}

.widget-analyzer .title:after {
    width: 40px;
    margin-left: -20px;
    top: 0;
    left: 50%;
    height: 2px
}

@media(min-width:1200px) {
    .widget-analyzer .description,
    .widget-analyzer .title {
        margin-right: auto;
        margin-left: auto;
        max-width: 250px
    }
}

.widget-analyzer .description {
    margin-bottom: 2.75em
}

.widget-analyzer .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media(min-width:480px) {
    .widget-analyzer .form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width:480px) {
    .widget-analyzer .form:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background: #e4e8ed;
        border-radius: 2px
    }
}

.widget-analyzer .form .form-submit,
.widget-analyzer .form .form-text {
    border-radius: 2px;
    position: relative;
    z-index: 2;
    width: 100%
}

.widget-analyzer .form .form-text {
    text-align: center;
    margin-bottom: 1px;
    border: 1px solid #e4e8ed;
    background: #fbfcfd
}

@media(min-width:480px) {
    .widget-analyzer .form .form-text {
        text-align: left;
        margin-bottom: 0;
        border-right: 0
    }
}

.widget-analyzer .form .form-submit {
    padding: 0 30px;
    text-align: center
}

@media(min-width:480px) {
    .widget-analyzer .form .form-submit {
        width: auto
    }
}

.widget-ubersuggest {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 20px 10px
}

@media(min-width:480px) {
    .widget-ubersuggest {
        padding: 50px 30px
    }
}

.widget-ubersuggest .title {
    padding-top: .58333em;
    margin-bottom: .75em
}

.widget-ubersuggest .title:after {
    width: 40px;
    margin-left: -20px;
    top: 0;
    left: 50%;
    height: 2px
}

@media(min-width:1200px) {
    .widget-ubersuggest .description,
    .widget-ubersuggest .title {
        margin-right: auto;
        margin-left: auto;
        max-width: 250px
    }
}

.widget-ubersuggest .description {
    margin-bottom: 2.75em
}

.widget-ubersuggest .form-ubersuggest input {
    height: 60px
}

@media(min-width:961px) {
    .widget-ubersuggest .form-ubersuggest {
        display: block
    }
    .widget-ubersuggest .form-ubersuggest .fieldset {
        margin-bottom: 1px
    }
    .widget-ubersuggest .form-ubersuggest .fieldset:last-child {
        margin-bottom: 0
    }
    .widget-ubersuggest .form-ubersuggest .fieldset-select {
        margin-right: 0;
        margin-left: 0;
        width: 100%
    }
    .widget-ubersuggest .form-ubersuggest .fieldset-submit {
        width: 100%
    }
}

@media(min-width:961px) and (max-width:1199px) {
    .widget-ubersuggest .form-ubersuggest .select2-container .flag-text-default {
        display: none
    }
    .widget-ubersuggest .form-ubersuggest .select2-container .flag-text-abbr {
        display: inline-block
    }
}

.widget-about {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .025em
}

.widget-about .img-wrap {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 10px
}

.widget-about .img {
    margin: 0 auto
}

.widget-about .text {
    padding: 20px 10px;
    color: #707378
}

@media(min-width:480px) {
    .widget-about .text {
        padding: 35px 40px 30px
    }
}

.widget-about p {
    margin-bottom: 1.71429em
}

.widget-about p:last-child {
    margin-bottom: 0
}

.widget-about .title {
    padding-top: .63636em;
    margin-bottom: .63636em;
    font-weight: 700;
    color: var(--c-black)
}

.widget-about .title:after {
    width: 40px;
    height: 2px;
    top: 0
}

.widget-search {
    position: relative;
    background: #fff
}

.widget-search .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #e4e8ed;
    padding: 0 10px;
    border-radius: 2px
}

@media(min-width:480px) {
    .widget-search .form {
        padding: 0 35px 0 40px
    }
}

.widget-search .submit,
.widget-search .text {
    padding: 0
}

.widget-search .text {
    padding-right: 10px
}

@media(min-width:480px) {
    .widget-search .text {
        padding-right: 35px
    }
}

.widget-search .submit {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: url(../images/icons/search-solid.svg) 100% no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: .25
}

.widget-menu {
    letter-spacing: .25px
}

.widget-menu a {
    display: block
}

.widget-menu .title {
    font-weight: 700;
    border: 1px solid #f2f2f2
}

.widget-menu .title span {
    display: inline-block;
    padding: 1em 30px
}

@media(min-width:480px) {
    .widget-menu .title span {
        padding: 1.22222em 60px
    }
}

.widget-menu .list {
    border: 1px solid #f2f2f2;
    border-top: 0;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.75em;
    background: #fff
}

@media(min-width:480px) {
    .widget-menu .list {
        padding: 35px 40px 42px
    }
}

.widget-menu .menu-item {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    color: #f2f2f2
}

.widget-menu .menu-item:last-child {
    margin-bottom: 0
}

.widget-menu .menu-item:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    position: absolute;
    top: .875em;
    left: 0;
    margin-top: -3px
}

.widget-menu .sub-menu {
    margin-top: 12px
}

.widget-menu-tabs .list-tab {
    display: none
}

.widget-menu-tabs .active {
    display: block
}

.widget-menu-tabs .title-tab {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width:480px) {
    .widget-menu-tabs .title-tab {
        padding: 0 20px
    }
}

.widget-menu-tabs .title-tab span {
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    padding-right: 0;
    padding-left: 0;
    margin: 0 10px
}

@media(min-width:480px) {
    .widget-menu-tabs .title-tab span {
        margin: 0 20px
    }
}

.widget-menu-tabs .title-tab span.active {
    font-weight: 700;
    border-bottom: 3px solid var(--c-red)
}

.widget-optin {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 35px 40px;
    font-size: 14px;
    line-height: 1.714285714286em;
    letter-spacing: .25px
}

.widget-optin .title {
    font-size: 28px;
    line-height: 1.285714285714em;
    font-weight: 600;
    margin: 0 auto .5em;
    max-width: 320px
}

.widget-optin .np-form {
    margin-bottom: 0
}

.widget-optin ul {
    text-align: left;
    padding-top: 1em
}

.widget-optin li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    color: #f2f2f2
}

.widget-optin li:last-child {
    margin-bottom: 0
}

.widget-optin li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    position: absolute;
    top: .875em;
    left: 0;
    margin-top: -3px
}

.widget-glbg .img {
    margin: 0 auto
}

.np-domain-check {
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    position: relative;
    margin-bottom: 1.666666666667em
}

.np-domain-check .title {
    margin-bottom: 1em
}

.np-domain-check .cols {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.np-domain-check .cols .field-p-name {
    padding-left: 0;
    width: 65%
}

.np-domain-check .cols .field-p-submit,
.np-domain-check .cols .field-p-tld {
    padding-right: 0;
    width: 35%
}

.np-domain-check .cols .btn {
    width: 100%;
    display: block;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0
}

.np-domain-check .cols input.field,
.np-domain-check .cols select {
    padding: 11px 10px 12px;
    width: 100%;
    border: 1px solid #f2f2f2
}

.np-domain-check .cols input::-webkit-input-placeholder {
    color: #999
}

.np-domain-check .cols input::-moz-placeholder {
    color: #999
}

.np-domain-check .cols input::-ms-input-placeholder {
    color: #999
}

.np-domain-check .cols input::placeholder {
    color: #999
}

.np-domain-check .cols select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    height: 50px
}

.np-domain-check .field-p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    width: 50%
}

.np-domain-check .field-p-submit {
    margin-bottom: 0
}

.np-domain-check .info-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.np-domain-check .info-list a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word
}

.np-domain-check .submit {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0
}

.np-domain-check .info {
    padding-top: 1.666666666667em;
    display: none
}

.np-keyword-check .cols {
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .np-domain-check {
        padding: 20px 10px
    }
    .np-domain-check .cols,
    .np-domain-check .cols .field-p {
        display: block;
        margin-bottom: 10px
    }
    .np-keyword-check .cols {
        margin-bottom: 0
    }
    .np-domain-check .cols .field-p-name,
    .np-domain-check .cols .field-p-submit,
    .np-domain-check .cols .field-p-tld {
        width: 100%
    }
    .np-domain-check .cols .field-p:last-child {
        margin-bottom: 0
    }
    .np-domain-check .field-p {
        padding: 0
    }
    .np-domain-check .info-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.entry-share {
    width: 100%;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    margin: 60px 0 32px
}

.entry-share .title {
    display: none
}

@media(min-width:768px) {
    .entry-share .title {
        display: block;
        font-weight: 400
    }
}

.share-list {
    font-size: 14px;
    line-height: 1.714285714286em;
    letter-spacing: .025em;
    color: #fff
}

.entry-share .share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-list .share {
    border-radius: 2px;
    margin: 10px 0 0
}

.share-list .share:first-child {
    margin-top: 0
}

.entry-share .share-list .share {
    margin: 0 0 0 10px
}

.entry-share .share-list .share:first-child {
    margin-left: 0
}

@media(min-width:768px) {
    .entry-share .share-list .share:first-child {
        margin-left: 35px
    }
}

.share-list .url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    padding: 9px 2px;
    color: inherit;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:480px) {
    .share-list .url {
        width: 90px;
        padding: 9px 5px
    }
}

.share-list .img {
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%)
}

.share-list .facebook {
    background: #6788ce
}

.share-list .twitter {
    background: #29c5f6
}

.share-list .linkedin {
    background: #3a9bdc
}

#shares {
    display: none;
    position: fixed;
    left: 50%
}

@media only screen and (max-width:960px) {
    #shares {
        display: none !important
    }
}

.comment-heading {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px
}

.comment-heading .title {
    font-weight: 400
}

.comment-heading .title span {
    color: var(--c-red);
    font-weight: 700
}

.comment-list {
    padding: 15px 0 27px;
    max-width: 700px;
    margin: 0 0 50px;
    border-bottom: 1px solid #f2f2f2
}

.comment-loading {
    max-width: 700px;
    margin: 50px 0
}

.comment-loading .btn {
    display: inline-block;
    padding: 12px 30px
}

.comment-loading .btn:disabled {
    background: #f8f8f8;
    border-color: #f8f8f8;
    color: var(--c-black-3);
    cursor: default
}

.comment-body {
    letter-spacing: .025em;
    font-size: 14px;
    line-height: 1.71429;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.comment-body em {
    font-style: italic
}

.comment-body strong {
    font-weight: 700
}

.children .comment-body {
    padding-left: 50px
}

.children>.comment>.comment-body {
    border-left: 2px solid #f2f2f2
}

.children>.bypostauthor>.comment-body {
    border-color: var(--c-red)
}

.comment-body blockquote,
.comment-body ol,
.comment-body p,
.comment-body ul {
    margin-bottom: 1.71429em
}

.comment-body blockquote:last-child,
.comment-body ol:last-child,
.comment-body p:last-child,
.comment-body ul:last-child {
    margin-bottom: 0
}

.comment-body .reply {
    margin-top: -5px
}

.comment-body .reply .btn {
    width: auto;
    min-width: 0;
    padding: 12px 30px
}

.comment-author {
    border-top: 1px solid #f2f2f2;
    padding-top: 43px;
    margin-top: 27px;
    position: relative
}

.comment-list>.comment:first-child>.comment-body>.comment-author {
    padding-top: 0;
    border-top: 0
}

.children .comment-author {
    padding-top: 25px
}

.children .comment-author:after {
    content: "";
    display: block;
    width: 5px;
    height: 36px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: -52px
}

.comment-author .comment-edit-link {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 300;
    color: var(--c-gray-2)
}

.comment-author {
    font-size: 22px;
    line-height: 1.664285714em;
    font-weight: 700;
    margin-bottom: .5em
}

.comment-author,
.comment-author a {
    color: var(--c-black)
}

.comment .children {
    margin-left: 50px
}

.comment-form-wrap {
    background: #f8f8f8
}

.comment-respond {
    max-width: 59.32203%;
    padding: 80px 0 125px
}

.page-template-page_about .comment-respond {
    margin: 0 auto
}

.comment-respond .field {
    width: 100%;
    color: var(--c-red);
    font-size: 16px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: .025em;
    padding: 23px 25px;
    margin-bottom: 10px;
    border: 1px solid #f3f4f5
}

.comment-respond .field::-webkit-input-placeholder {
    color: var(--c-black)
}

.comment-respond .field::-moz-placeholder {
    color: var(--c-black)
}

.comment-respond .field::-ms-input-placeholder {
    color: var(--c-black)
}

.comment-respond .field::placeholder {
    color: var(--c-black)
}

.comment-respond .field-comment {
    height: 135px;
    padding-top: 20px;
    padding-bottom: 20px
}

.comment-list .comment-respond {
    padding: 25px 0;
    max-width: none
}

.children .comment-respond {
    margin-left: 51px
}

.comment-respond .comment-reply-title {
    color: var(--c-red);
    margin-bottom: 1.47222em
}

.comment-list .comment-respond .comment-reply-title {
    font-size: 22px;
    line-height: 1.664285714em;
    font-weight: 700;
    color: inherit
}

.comment-respond .comment-reply-title small {
    font-weight: 300
}

.comment-list .comment-respond .comment-reply-title small:before {
    content: " | "
}

.comment-respond .p-email,
.comment-respond .p-name {
    width: 50%;
    float: left
}

.comment-respond .p-name {
    padding-right: 5px
}

.comment-respond .p-email {
    padding-left: 5px
}

.comment-respond .p-url {
    clear: both
}

.comment-respond .form-submit {
    padding-top: 30px;
    text-align: right;
    clear: both
}

.comment-respond .form-submit .btn {
    min-width: 0;
    padding: 15px 30px
}

.comment-awaiting-moderation {
    font-weight: 600
}

.ct_comment_info {
    display: none
}

.comment-form-cookies-consent {
    clear: both
}

.comment-form-cookies-consent input {
    -webkit-appearance: checkbox;
    width: auto;
    height: auto;
    margin: 3px 7px 0 0
}

@media only screen and (max-width:960px) {
    .comment-heading .entry-subtitle,
    .comment-list,
    .comment-respond {
        margin-right: auto;
        margin-left: auto;
        max-width: 700px
    }
    .comment-list {
        margin-bottom: 50px
    }
    .comment-respond {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .comment-author,
    .comment-list .comment-reply-title {
        font-size: 18px;
        line-height: 1.721428571em
    }
    .children .comment-respond .p-email,
    .children .comment-respond .p-name {
        width: 100%;
        float: none
    }
    .comment .children {
        margin-left: 15px
    }
    .children .comment-respond {
        margin-left: 17px
    }
    .children .comment-body {
        padding-left: 15px
    }
    .children .comment-author:after {
        left: -18px
    }
}

@media only screen and (max-width:479px) {
    .comment-respond .p-email,
    .comment-respond .p-name {
        width: 100%;
        float: none
    }
}

.main-article .wp-block-image.blog-single-thumbnail {
    text-align: center;
}

.main-article .entry-content a{
    text-decoration: none;
    color : #0938b5;
}

/*.blog-detail p img {

    height: auto;
    width: auto;
}*/


.blog-detail {
    text-align: justify;
}
.responsive-iframe {
  width: 100%;
  height: 500px;
}
