﻿@charset "UTF-8";

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: #fff
    }

    .wp-block-button__link.aligncenter {
        text-align: center
    }

    .wp-block-button__link.alignright {
        text-align: right
    }

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

    .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%
    }

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid
}

    .is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
        color: #32373c
    }

    .is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
        background-color: transparent
    }

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .wp-block-buttons.is-vertical {
        flex-direction: column
    }

        .wp-block-buttons.is-vertical > .wp-block-button {
            margin-right: 0
        }

            .wp-block-buttons.is-vertical > .wp-block-button:last-child {
                margin-bottom: 0
            }

    .wp-block-buttons > .wp-block-button {
        display: inline-block;
        margin-left: 0;
        margin-right: .5em;
        margin-bottom: .5em
    }

        .wp-block-buttons > .wp-block-button:last-child {
            margin-right: 0
        }

    .wp-block-buttons.is-content-justification-left {
        justify-content: flex-start
    }

        .wp-block-buttons.is-content-justification-left.is-vertical {
            align-items: flex-start
        }

    .wp-block-buttons.is-content-justification-center {
        justify-content: center
    }

        .wp-block-buttons.is-content-justification-center.is-vertical {
            align-items: center
        }

    .wp-block-buttons.is-content-justification-right {
        justify-content: flex-end
    }

        .wp-block-buttons.is-content-justification-right > .wp-block-button {
            margin-left: .5em;
            margin-right: 0
        }

            .wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
                margin-left: 0
            }

        .wp-block-buttons.is-content-justification-right.is-vertical {
            align-items: flex-end
        }

    .wp-block-buttons.is-content-justification-space-between {
        justify-content: space-between
    }

    .wp-block-buttons.aligncenter {
        text-align: center
    }

    .wp-block-buttons.alignleft .wp-block-button {
        margin-left: 0;
        margin-right: .5em
    }

        .wp-block-buttons.alignleft .wp-block-button:last-child {
            margin-right: 0
        }

    .wp-block-buttons.alignright .wp-block-button {
        margin-right: 0;
        margin-left: .5em
    }

        .wp-block-buttons.alignright .wp-block-button:first-child {
            margin-left: 0
        }

    .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .5em;
        width: 100%
    }

.wp-block-calendar {
    text-align: center
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        padding: .25em;
        border: 1px solid #ddd
    }

    .wp-block-calendar tfoot td {
        border: none
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #ddd
        }

    .wp-block-calendar a {
        text-decoration: underline
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d
    }

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

        .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

        .wp-block-column:not(:first-child) {
            margin-left: 2em
        }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

    .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px
    }

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

    .wp-block-embed figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-embed iframe {
        max-width: 100%
    }

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

    .wp-block-file.aligncenter {
        text-align: center
    }

    .wp-block-file.alignright {
        text-align: right
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: .8em;
        padding: .5em 1em
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none
    }

        .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin: 0 1em 1em 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: calc(50% - 1em)
    }

        .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%
        }

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    box-sizing: border-box;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline
    }

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

        .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

    .wp-block-image img {
        max-width: 100%
    }

    .wp-block-image:not(.is-style-rounded) img {
        border-radius: inherit
    }

    .wp-block-image.aligncenter {
        text-align: center
    }

    .wp-block-image.alignfull img, .wp-block-image.alignwide img {
        width: 100%
    }

    .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
        display: table
    }

        .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
            display: table-caption;
            caption-side: bottom
        }

    .wp-block-image .alignleft {
        float: left;
        margin: .5em 1em .5em 0
    }

    .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em
    }

    .wp-block-image .aligncenter {
        margin-left: auto;
        margin-right: auto
    }

    .wp-block-image figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
        border-radius: 9999px
    }

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 3.25em
    }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 1.25em 1.25em 0;
        width: 100%
    }

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

        .wp-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0
        }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
        margin-bottom: 0
    }

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
        /*!rtl:begin:ignore*/
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/
        margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/
        padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        /*!rtl:begin:ignore*/
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1 /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        /*!rtl:begin:ignore*/
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1 /*!rtl:end:ignore*/
    }

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

    .wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2
        }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left > ul {
    justify-content: flex-start
}

.items-justified-center > ul {
    justify-content: center
}

.items-justified-right > ul {
    justify-content: flex-end
}

.items-justified-space-between > ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

    .wp-block-navigation-link .wp-block-navigation__container:empty {
        display: none
    }

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child > .wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0,0,0,.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
        flex-grow: 1
    }

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
        padding-right: .5em
    }

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

        .has-child .wp-block-navigation__container .wp-block-navigation__container {
            left: 100%;
            top: -1px
        }

            .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
                content: "";
                position: absolute;
                right: 100%;
                height: 100%;
                display: block;
                width: .5em;
                background: transparent
            }

        .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
            transform: rotate(0)
        }
}

.has-child:hover {
    cursor: pointer
}

    .has-child:hover > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

.has-child:focus-within {
    cursor: pointer
}

    .has-child:focus-within > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

    .wp-block-navigation-link__content + .wp-block-navigation-link__content {
        padding-top: 0
    }

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

    .wp-block-navigation-link__submenu-icon svg {
        fill: currentColor
    }

@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:visited {
        color: #fff
    }

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 420px
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            font-size: 1.25em
        }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.6
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            max-width: 60%
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 2em
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal
            }

    .wp-block-pullquote cite {
        color: inherit
    }

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-query-loop li {
        clear: both
    }

    .wp-block-query-loop.is-flex-container {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap
    }

        .wp-block-query-loop.is-flex-container li {
            margin: 0 0 1.25em;
            width: 100%
        }

@media (min-width: 600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
            margin-right: 0
        }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
        display: inline-block;
        margin-right: .5em;
        margin-bottom: .5em
    }

        .wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
            margin-right: 0
        }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 1.5em;
        font-style: italic;
        line-height: 1.6
    }

    .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
        font-size: 1.125em;
        text-align: right
    }

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

    .wp-block-rss.is-grid li {
        margin: 0 1em 1em 0;
        width: 100%
    }

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

    .wp-block-search .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em
    }

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        border-radius: 0;
        border: none;
        padding: 0 0 0 .25em
    }

        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
            outline: none
        }

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: .125em .5em
    }

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

    .wp-block-separator.is-style-dots:before {
        content: "···";
        color: currentColor;
        font-size: 1.5em;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif
    }

.wp-block-custom-logo {
    line-height: 0
}

    .wp-block-custom-logo .aligncenter {
        display: table
    }

    .wp-block-custom-logo.is-style-rounded img {
        border-radius: 9999px
    }

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none
    }

    .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
        margin: 4px 8px 4px 0
    }

    .wp-block-social-links .wp-social-link a {
        padding: .25em
    }

    .wp-block-social-links .wp-social-link svg {
        width: 1em;
        height: 1em
    }

    .wp-block-social-links.has-small-icon-size {
        font-size: 16px
    }

    .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
        font-size: 24px
    }

        .wp-block-social-links.has-large-icon-size {
            font-size: 36px
        }

        .wp-block-social-links.has-huge-icon-size {
            font-size: 48px
        }

        .wp-block-social-links.aligncenter {
            justify-content: center;
            display: flex
        }

        .wp-block-social-links.alignright {
            justify-content: flex-end
        }

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

    .wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
        color: currentColor;
        fill: currentColor
    }

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: .66667em;
        padding-right: .66667em
    }

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        width: 100%
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f0f0f0
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: transparent
        }

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%
    }

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-video video {
        width: 100%
    }

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg,#0693e3,#9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg,#7adcb4,#00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg,#fcb900,#ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg,#ff6900,#cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg,#eee,#a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg,#ffceec,#9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg,#caf880,#71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link,#00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.news_scroll {
    padding-bottom: 40px
}

    .news_scroll h2 {
        margin-bottom: 10px
    }

    .news_scroll a {
        color: #51b8f1
    }

    .news_scroll p {
        border: none;
        font-size: 14px;
        line-height: 1;
        margin: 5px 0
    }

    .news_scroll h2 .post-title {
        border: medium none;
        box-shadow: none;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #000
    }

    .news_scroll .post_date {
        color: #666;
        display: inline-block;
        font-size: 12px;
        overflow: hidden
    }

.widget-area .widget p {
    margin: 0 !important
}

.news_scroll .post_thumbnail {
    float: none !important;
    margin-right: 0 !important;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px
}

.news_scroll a {
    box-shadow: none !important;
    text-decoration: underline;
    font-size: 12px
}

.news_scroll .postExert {
    margin: 10px 0;
    overflow: hidden
}

.news_scroll .link-more {
    float: left;
    padding: 10px 0
}

.news_scroll .comment-num {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.news_scroll .postExert a {
    color: #51b8f1;
    text-decoration: none;
    background-image: url(../../../plugins/category-post-list-widget/images/last-right.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px
}

.news_scroll .postExert p {
    font-size: 16px;
    color: #000
}

.news_scroll .postExert a:hover {
    color: #51b8f1;
    text-decoration: underline
}

.slick-prev, .slick-next {
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border: none;
    float: left;
    box-shadow: none !important;
    font-size: 14px
}

    .slick-prev:hover, .slick-next:hover {
        background-color: #000
    }

.view_all_link {
    width: 100%;
    padding: 0 10px;
    overflow: hidden
}

    .view_all_link a {
        background-color: #222;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        margin: 10px 0;
        padding: 5px 10px;
        border: none;
        box-shadow: none !important;
        font-size: 14px;
        font-weight: 700
    }

        .view_all_link a:hover, .view_all_link a:active, .view_all_link a:focus {
            background-color: #000;
            border-radius: 3px;
            color: #fff !important;
            display: inline-block;
            margin: 10px 0;
            padding: 5px 10px;
            border: none;
            box-shadow: none !important;
            font-size: 14px
        }

.comment-num img {
    float: left;
    margin-right: 8px
}

.comment-num a {
    display: inline-flex;
    text-decoration: none;
    color: #51b8f1
}

.news_scroll .slick-prev {
    background-color: transparent;
    background-image: url(../../../plugins/category-post-list-widget/images/prev.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: auto;
    right: 35px;
    bottom: 0;
    top: auto;
    z-index: 99;
    opacity: .8
}

    .news_scroll .slick-prev:hover, .news_scroll .slick-prev:focus {
        background-image: url(../../../plugins/category-post-list-widget/images/prev.png);
        background-position: 0 0;
        opacity: 1
    }

.news_scroll .slick-next {
    background-color: transparent;
    background-image: url(../../../plugins/category-post-list-widget/images/next.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 99;
    opacity: .8
}

    .news_scroll .slick-next:hover, .news_scroll .slick-next:focus {
        background-image: url(../../../plugins/category-post-list-widget/images/next.png);
        background-position: 0 0;
        opacity: 1
    }

    .news_scroll .slick-prev:before, .news_scroll .slick-next:before {
        display: none;
        content: none
    }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url(../../../plugins/category-post-list-widget/css/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(../../../plugins/category-post-list-widget/css/fonts/slick.eot);
    src: url('../../../plugins/category-post-list-widget/css/fonts/slick.eot?#iefix') format('embedded-opentype'),url(../../../plugins/category-post-list-widget/css/fonts/slick.woff) format('woff'),url(../../../plugins/category-post-list-widget/css/fonts/slick.ttf) format('truetype'),url('../../../plugins/category-post-list-widget/css/fonts/slick.svg#slick') format('svg')
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

    .wpcf7 input[type="file"]:disabled {
        cursor: default
    }

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr
}

.easingslider-container .easingslider-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.easingslider-container, .easingslider-container .easingslider-wrapper {
    display: none;
    position: relative
}

.easingslider-container {
    width: 100%;
    -ms-touch-action: pan-y
}

    .easingslider-container .easingslider-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .easingslider-container .easingslider-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out
        }

    .easingslider-container .easingslider-item {
        float: left
    }

.easingslider-controls .easingslider-buttons div, .easingslider-controls .easingslider-page {
    cursor: pointer
}

.easingslider-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../../../plugins/easing-slider/assets/css/grabbing.png) 8 8,move
}

.easingslider-container .easingslider-item, .easingslider-container .easingslider-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.easingslider-origin {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px
}

.easingslider-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.easingslider-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.easingslider-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.easingslider-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.easingslider-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.easingslider-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.easingslider-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.easingslider-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.easingslider {
    direction: ltr
}

.easingslider-resizing-enabled .easingslider-image {
    width: 100%
}

.easingslider-item {
    max-width: auto !important
}

    .easingslider-item.loading {
        background-image: url(../../../plugins/easing-slider/assets/images/loading.gif);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #fff
    }

.easingslider-slide {
    background-color: #fff;
    text-align: center
}

.easingslider-image {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.easingslider-link {
    display: block
}

.easingslider-next, .easingslider-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-repeat: no-repeat;
    z-index: 40;
    cursor: pointer
}

.easingslider-next {
    background-image: url(../../../plugins/easing-slider/assets/images/nav-arrow-next.png);
    background-position: top right
}

.easingslider-prev {
    background-image: url(../../../plugins/easing-slider/assets/images/nav-arrow-prev.png);
    background-position: top left
}

.easingslider-arrows-inside .easingslider-next {
    right: 10px
}

.easingslider-arrows-inside .easingslider-prev {
    left: 10px
}

.easingslider-arrows-outside .easingslider-next {
    right: -40px;
    padding-left: 20px
}

.easingslider-arrows-outside .easingslider-prev {
    left: -40px;
    padding-right: 20px
}

.easingslider-arrows-hover .easingslider-next, .easingslider-arrows-hover .easingslider-prev {
    opacity: 0;
    -webkit-transition: opacity .3s ease,-webkit-transform .1s ease-in;
    -moz-transition: opacity .3s ease,-moz-transform .1s ease-in;
    -o-transition: opacity .3s ease,-o-transform .1s ease-in;
    transition: opacity .3s ease,transform .1s ease-in
}

.easingslider-arrows-hover .easingslider-prev {
    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
    -ms-transform: translate3d(-10px,0,0);
    -o-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.easingslider-arrows-hover .easingslider-next {
    -webkit-transform: translate3d(10px,0,0);
    -moz-transform: translate3d(10px,0,0);
    -ms-transform: translate3d(10px,0,0);
    -o-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}

.easingslider-arrows-hover:hover .easingslider-next, .easingslider-arrows-hover:hover .easingslider-prev {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.easingslider-pagination {
    position: absolute;
    height: 17px;
    z-index: 40
}

    .easingslider-pagination .easingslider-page {
        display: inline-block;
        zoom: 1
    }

        .easingslider-pagination .easingslider-page span {
            width: 15px;
            height: 15px;
            margin: 0 2px 0 0;
            padding: 0;
            background-image: url(../../../plugins/easing-slider/assets/images/nav-icon-inactive.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            display: block;
            z-index: 40;
            cursor: pointer
        }

        .easingslider-pagination .easingslider-page:last-child span {
            margin-right: 0
        }

        .easingslider-pagination .easingslider-page.active span {
            background-image: url(../../../plugins/easing-slider/assets/images/nav-icon-active.png)
        }

.easingslider-pagination-inside.easingslider-pagination-bottom-left .easingslider-pagination {
    bottom: 10px;
    left: 10px
}

.easingslider-pagination-inside.easingslider-pagination-bottom-right .easingslider-pagination {
    bottom: 10px;
    right: 10px
}

.easingslider-pagination-inside.easingslider-pagination-bottom-center .easingslider-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center
}

.easingslider-pagination-inside.easingslider-pagination-top-left .easingslider-pagination {
    top: 10px;
    left: 10px
}

.easingslider-pagination-inside.easingslider-pagination-top-right .easingslider-pagination {
    top: 10px;
    right: 10px
}

.easingslider-pagination-inside.easingslider-pagination-top-center .easingslider-pagination {
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center
}

.easingslider-pagination-outside.easingslider-pagination-bottom-left .easingslider-pagination {
    bottom: -25px;
    left: 0;
    padding-top: 20px
}

.easingslider-pagination-outside.easingslider-pagination-bottom-right .easingslider-pagination {
    bottom: -25px;
    right: 0;
    padding-top: 20px
}

.easingslider-pagination-outside.easingslider-pagination-bottom-center .easingslider-pagination {
    bottom: -25px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px
}

.easingslider-pagination-outside.easingslider-pagination-top-left .easingslider-pagination {
    top: -25px;
    left: 0;
    padding-bottom: 20px
}

.easingslider-pagination-outside.easingslider-pagination-top-right .easingslider-pagination {
    top: -25px;
    right: 0;
    padding-bottom: 20px
}

.easingslider-pagination-outside.easingslider-pagination-top-center .easingslider-pagination {
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px
}

.easingslider-pagination-hover .easingslider-pagination {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.easingslider-pagination-hover:hover .easingslider-pagination {
    opacity: 1
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

th, td {
    border: 1px solid #EAEAEA;
    padding: 6px 10px
}

.box-form th, .box-form td {
    border: none
}

caption, th, td {
    text-align: left
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

a:hover, a:active {
    outline: 0
}

a img {
    border: 0
}

    a img:hover {
        opacity: 1;
        box-shadow: #000 0 0 0
    }

embed, iframe, object {
    max-width: 100%
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

body, button, input, select, textarea {
    color: #4a4a4a;
    font-family:-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 20px;
    word-wrap: break-word;
    font-size: 16px
}

body {
    background: #eaeaea
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 14px;
    color: #4a4a4a;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif
}

h1 {
    font-size: 30px;
    line-height: 36px
}

h2 {
    font-size: 28px;
    line-height: 34px
}

h3 {
    font-size: 26px;
    line-height: 32px
}

h4 {
    font-size: 24px;
    line-height: 30px
}

h5 {
    font-size: 22px;
    line-height: 28px
}

h6 {
    font-size: 19px;
    line-height: 25px
}

hr {
    border-color: #EAEAEA;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0
}

 

strong {
    font-weight: 700
}

cite, em, i {
    font-style: italic
}

pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #EAEAEA
}

pre, code, kbd, var, samp, tt {
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help
}

address {
    display: block;
    font-style: italic;
    margin: 0 0 15px
}

ins {
    background: #F8F8F8
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

dl {
    margin-bottom: 24px;
    font-size: 16px
}

dt {
    font-weight: 700;
    margin-bottom: 5px
}

dd {
    margin-bottom: 24px
}

ul, ol {
    list-style: none
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin: 0 0 0 10px
}

blockquote {
    font-style: italic;
    font-weight: 400;
    padding: 20px;
    border: 1px solid #EAEAEA;
    border-left: 3px solid #0FBE7C;
    margin-bottom: 20px
}

    blockquote em, blockquote i, blockquote cite {
        font-style: normal
    }

    blockquote cite {
        color: #666;
        font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase
    }

input, textarea {
    -webkit-border-radius: 0
}

    input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea, input[type="number"], select {
        padding: 1%;
        border: 1px solid #EAEAEA;
        line-height: 30px;
        width: 98%;
        margin: 20px 0 0px;
        background-color: #F8F8F8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
            border: 1px solid #EAEAEA
        }

    input.s {
        width: 60%;
        padding: 4px 10px;
        height: 22px;
        color: #666;
        background-color: #FFF;
        margin: 0;
        border: 1px solid #EAEAEA
    }

        input.s:focus {
            padding-left: 10px;
            border-color: #EAEAEA;
            text-indent: 0
        }

    .spacious-button, input[type="reset"], input[type="button"], input[type="submit"], button {
        color: #FFF;
        display: inline-block;
        margin-bottom: 30px;
        padding: 5px 25px;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        cursor: pointer;
        background-color: #0FBE7C;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px
    }

        .spacious-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.6);
            box-shadow: 0 0 2px rgba(0,0,0,.6)
        }

.previous a, .next a {
    color: #666;
    padding: 5px 25px;
    cursor: pointer;
    border: 1px solid #EAEAEA;
    font-size: 16px
}

    .previous a:hover, .next a:hover {
        color: #0FBE7C
    }

input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 10px rgba(0,0,0,.3)
}

a {
    color: #4a4a4a;
    text-decoration: none
}

    a:focus, a:active, a:hover {
        text-decoration: none
    }

figure {
    margin: 0;
    text-align: center
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 18px
}

.entry-content img, .comment-content img, .widget img {
    max-width: 100%
}

img.size-full, img.size-large {
    max-width: 100%;
    height: auto
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em
}

img#wpstats {
    display: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.tg-after-three-blocks-clearfix {
    clear: both
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 30px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

body {
    padding-top: 30px;
    padding-bottom: 30px
}

#page {
    max-width: 1268px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 2px 6px rgba(100,100,100,.3)
}

.wide-978, .wide-1218 {
    padding-top: 0;
    padding-bottom: 0
}

    .wide-1218 #page {
        max-width: 100%
    }

.narrow-978 #page {
    max-width: 1038px
}

.wide-978 #page {
    max-width: 100%
}

.wide-978 #page {
    padding-top: 0;
    padding-bottom: 0
}

.narrow-978 .inner-wrap {
    max-width: 978px
}

.wide-978 .inner-wrap {
    max-width: 978px
}

#header-meta {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EAEAEA
}

#header-text-nav-wrap {
    padding-top: 12px;
    padding-bottom: 11px;
    position: relative;
}

#header-left-section {
    float: left;
    margin-right: 25px
}

#header-logo-image {
    float: left;
    padding: 0 20px 0 0;
    max-width: 100%
}

    #header-logo-image img {
        margin-bottom: 0
    }

#header-text {
    float: left;
    padding: 0 20px 0 0
}

#site-title a {
    color: #fff;
    font-size: 36px;
    font-family: 'Itim',sans-serif;
    display: inline-block
}

h1#site-title {
    padding-bottom: 5px;
    margin-bottom: 0
}

h3#site-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 5px
}

#site-description {
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 0;
    color: #fff
}

#header-right-section {
    float: right
}

#header-right-sidebar {
    overflow: hidden
}

#header-right-section .widget {
    text-align: right;
    padding-top: 10px
}

    #header-right-section .widget h3 {
        padding-bottom: 5px
    }

.header-image {
    margin-bottom: 0;
    border-bottom: 1px solid #EAEAEA;
    width: 100%
}

#masthead .search-wrap input.s {
    width: 130px
}

.search-wrap button {
    border-radius: 0;
    line-height: 32px;
    margin-bottom: 0;
    margin-left: -6px;
    padding: 0
}

.search-icon:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 'Genericons';
    content: '\f400';
    vertical-align: middle;
    padding: 0 7px
}

nav li > ul, nav li > ol {
    margin: 0;
    list-style: none
}

.main-navigation {
    float: right;
    padding-top: 10px
}

    .main-navigation li {
        float: left;
        position: relative;
        padding: 0 0 0 10px;
    }

    .main-navigation ul li a {
        /*font-size: 14px;*/
        color: #fff;
        font-weight: 600
    }

    .main-navigation ul.menunav-menu > li > a {
        box-sizing: border-box;
        text-align: center
    }

        .main-navigation ul.menunav-menu > li > a:hover {
            color: #2196f3 !important
        }

    .main-navigation ul.menunav-menu > li:first-child > a {
        position: relative;
        padding-right: 12px;
        margin-right: 10px
    }

        .main-navigation ul.menunav-menu > li:first-child > a:after {
            content: "\f0d7";
            font-size: 14px;
            position: absolute;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            right: 0;
            top: 13px
        }

    .main-navigation ul.menunav-menu > li:nth-last-child(2) > a {
        border: 1px solid #2196f3;
        border-radius: 30px;
        width: 140px;
        transition: all 0.3s;
        /* color: #fff !important*/
    }

        .main-navigation ul.menunav-menu > li:nth-last-child(2) > a:hover {
            background: #2196f3 !important;
            color: #fff !important
        }

    .main-navigation ul.menunav-menu > li:last-child > a {
        border: 1px solid #e61f63;
        border-radius: 30px;
        width: 160px;
        transition: all 0.3s
    }

        .main-navigation ul.menunav-menu > li:last-child > a:hover {
            background: #e61f63 !important;
            color: #fff !important
        }

    .main-navigation li.default-menu, li.default-menu {
        display: none
    }

    .main-navigation a {
        color: #444;
        display: block;
        float: left;
        padding: 8px 0 8px
    }

        .main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
            color: #fff
        }

    .main-navigation ul li ul, .main-navigation ul li:hover ul ul, .main-navigation ul ul li:hover ul ul, .main-navigation ul ul ul li:hover ul ul, .main-navigation ul ul ul ul li:hover ul ul {
        display: none;
        z-index: 9999
    }

    .main-navigation ul li:hover ul, .main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul, .main-navigation ul ul ul ul li:hover ul, .main-navigation ul ul ul ul ul li:hover ul {
        display: block
    }

    .main-navigation ul li ul {
        position: absolute;
        background: #fff;
        border: 1px solid #4a4a4a;
        top: 35px;
        left: 10px;
        width: 200px
    }

        .main-navigation ul li ul li {
            float: none;
            padding: 0
        }

            .main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
                float: none;
                line-height: 21px;
                font-size: 13px;
                font-weight: 400;
                height: 100%;
                padding: 6px 10px;
                color: #666
            }

                .main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
                    background: #2196f3;
                    color: #fff;
                    transition: all 0.3s
                }

            .main-navigation ul li ul li ul {
                left: 150px;
                top: -1px
            }

    .main-navigation select {
        display: none
    }

.menu-toggle {
    display: none;
    cursor: pointer
}

.site-header .menu-toggle {
    background: transparent;
    color: #c3942b;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

    .site-header .menu-toggle:before {
        content: '\2261';
        margin-right: 10px
    }

.main-small-navigation {
    float: left !important;
    padding-top: 0 !important;
    background-color: #566b81;
    margin-top: 5px;
    padding: 10px;
}

    .main-small-navigation ul {
        margin: 0;
        list-style: none
    }

    .main-small-navigation a {
        display: block;
        color: #FFF;
        padding: 10px 40px;
        text-decoration: none
    }

    .main-small-navigation li {
        background: #566b81
    }

        .main-small-navigation li:hover {
            background: #0FBE7C
        }

    .main-small-navigation ul ul a {
        padding-left: 60px
    }

    .main-small-navigation ul ul ul a {
        padding-left: 80px
    }

    .main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item {
        background: #0FBE7C
    }

.small-menu {
    float: right
}

    .small-menu li {
        float: left;
        position: relative;
    }

        .small-menu li.default-menu, li.default-menu {
            display: none
        }

    .small-menu a {
        color: #666;
        display: block;
        float: left;
        font-size: 10px;
        height: 21px;
        padding: 5px 0 0 16px;
        font-size: 12px
    }

        .small-menu a:hover, .small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a, .small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a, .small-menu ul li:hover > a {
            color: #0FBE7C
        }

#featured-slider, #featured-slider .slider-cycle {
    position: relative
}

.wide-978 #featured-slider .slider-cycle, .wide-1218 #featured-slider .slider-cycle {
    margin: 0 auto
}

#featured-slider .displayblock {
    display: block
}

#featured-slider .displaynone {
    display: none
}

.ie8 #featured-slider .entry-container {
    top: 25%
}

#featured-slider .entry-container {
    top: 55%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%
}

.wide-978 #featured-slider .entry-container {
    left: 13.8%
}

#featured-slider .entry-description-container {
    padding: 1rem 1.5rem;
    text-align: center
}

#featured-slider img {
    margin-bottom: 0;
    width: 100%
}

#featured-slider .slider-title-head {
    display: inline-block;
    left: 0
}

#featured-slider .entry-title {
    padding: 0;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

.slider-title-head .entry-title a {
    color: #FFF;
    text-decoration: none
}

#featured-slider .entry-title span {
    color: #FFF;
    display: block;
    font-size: 26px
}

#featured-slider .entry-content {
    color: #FFF
}

    #featured-slider .entry-content p {
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: 300;
        line-height: 1.2
    }

#featured-slider .slider-read-more-button {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    border-radius: 30px;
    color: #FFF;
    text-align: center;
    min-width: 210px;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
    transition: all 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block
}

    #featured-slider .slider-read-more-button:hover {
        background-color: transparent;
        color: #2196f3
    }

    #featured-slider .slider-read-more-button.button-slider-2 {
        background-color: #e61f63;
        border: 1px solid #e61f63;
        margin-left: 20px
    }

        #featured-slider .slider-read-more-button.button-slider-2:hover {
            background-color: transparent;
            color: #e61f63
        }

#controllers {
    text-align: center;
    line-height: 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 999
}

    #controllers a {
        width: 18px;
        height: 6px;
        margin: 0 4px;
        overflow: hidden;
        display: inline-block;
        background-color: #FFF;
        color: #FFF
    }

        #controllers a:hover, #controllers a.active {
            background-color: #0FBE7C;
            color: #0FBE7C
        }

.header-post-title-container {
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
    box-shadow: 0 0 30px rgba(0,0,0,.05) inset
}

    .header-post-title-container .post-title-wrapper {
        max-width: 100%;
        padding-right: 30px
    }

.header-post-title-class {
    font-size: 22px;
    padding-bottom: 0;
    line-height: 36px
}

.breadcrumb {
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 12px
}

.breadcrumb {
    color: #666
}

    .breadcrumb a {
        color: #666
    }

        .breadcrumb a:hover {
            color: #0FBE7C
        }

.extra-hatom-entry-title {
    display: none
}

.widget_service_block {
    margin-bottom: 30px;
    padding-top: 30px
}

    .widget_service_block .widget-title {
        font-size: 22px;
        padding-bottom: 10px
    }

    .widget_service_block p {
        padding-bottom: 0
    }

    .widget_service_block .more-link-wrap {
        text-align: center
    }

    .widget_service_block a.more-link:hover, .widget_featured_single_post a.read-more:hover {
        text-decoration: underline
    }

.widget-title a {
    color: #444
}

.tg-one-half .widget-title a:hover, .tg-one-third .widget-title a:hover, .tg-one-fourth .widget-title a:hover {
    color: #0FBE7C
}

.tg-one-half p, .tg-one-third p, .tg-one-fourth p {
    /*text-align: justify*/
}

.tg-one-half .service-image, .tg-one-third .service-image, .tg-one-fourth .service-image {
    text-align: center
}

.tg-one-half .widget-title, .tg-one-third .widget-title, .tg-one-fourth .widget-title {
    text-align: center
}

.tg-one-third {
    padding: 15px;
    border-radius: 5px
}

.tg-one-fourth {
    float: left;
    box-sizing: border-box
}

.tg-one-fourth-last {
    margin: 0
}

.tg-one-half {
    float: left;
    width: 48.7684729%;
    margin: 0 2.46305419% 0 0;
    padding: 0 0 30px
}

.tg-one-half-last {
    float: right;
    margin: 0
}

.widget_recent_work {
    margin-bottom: 20px
}

    .widget_recent_work img {
        margin-bottom: 0
    }

    .widget_recent_work .tg-one-half .widget-title, .widget_recent_work .tg-one-third .widget-title, .widget_recent_work .tg-one-fourth .widget-title {
        font-size: 22px;
        padding-bottom: 8px;
        text-align: left
    }

    .widget_recent_work .tg-one-half p, .widget_recent_work .tg-one-third p, .widget_recent_work .tg-one-fourth p {
        text-align: left
    }

    .widget_recent_work .tg-one-half .service-image, .widget_recent_work .tg-one-third .service-image, .widget_recent_work .tg-one-fourth .service-image {
        text-align: center;
        padding-bottom: 0
    }

.widget_featured_single_post {
    padding-bottom: 30px
}

    .widget_featured_single_post .widget-title {
        font-size: 22px
    }

    .widget_featured_single_post .widget-title, .widget_featured_single_post p, .widget_featured_single_post .service-image {
        text-align: left
    }

    .widget_featured_single_post .service-image {
        padding-bottom: 0
    }

.widget_featured_post {
    margin-bottom: 20px
}

    .widget_featured_post .main-title {
        font-size: 24px;
        padding-bottom: 8px
    }

.container-featured-widget-head {
    padding-top: 10px;
    padding-bottom: 15px
}

.widget_featured_post .tg-one-half .widget-title, .widget_featured_post .tg-one-third .widget-title, .widget_featured_post .tg-one-fourth .widget-title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 22px
}

.widget_featured_post .tg-one-half p, .widget_featured_post .tg-one-third p, .widget_featured_post .tg-one-fourth p {
    text-align: left
}

.widget_featured_post .meta {
    font-size: 12px;
    padding: 3px;
}

.wide-978 .widget_featured_post .meta, .narrow-978 .widget_featured_post .meta {
    font-size: 11px
}

.meta {
    border-bottom: 1px dashed #EAEAEA;
    border-top: 1px dashed #EAEAEA;
    padding: 5px;
    font-size: 15px
}

    .meta li:first-child {
        border-left: 0 none;
        padding-left: 0 !important
    }

    .meta li {
        border-left: 1px solid #EAEAEA;
        float: left;
        padding: 0 6px 0 6px !important;
        border-bottom: none !important
    }

        .meta li:last-child {
            float: right;
            border-left: 0 none;
            padding-right: 0px !important
        }

.main-title {
    text-align: center;
    text-transform: uppercase
}

.main-description {
    text-align: center
}

.default-wp-page .previous {
    float: left;
    margin-bottom: 30px
}

.default-wp-page .next {
    float: right;
    margin-bottom: 30px
}

.wp-pagenavi {
    text-align: center
}

#content .wp-pagenavi .page {
    padding-bottom: 3px
}

.pagination {
    margin: 15px 0
}

    .pagination span {
        padding: 2px 5px;
        border: 1px solid #EAEAEA;
        background-color: #0FBE7C;
        color: #FFF
    }

    .pagination a span {
        background-color: #FFF;
        color: #666
    }

        .pagination a span:hover {
            color: #0FBE7C;
            border-color: #0FBE7C;
            text-decoration: none
        }

.widget_testimonial {
    margin-bottom: 30px
}

    .widget_testimonial .widget-title {
        font-size: 22px;
        text-align: left
    }

    .widget_testimonial .testimonial-icon:before {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal 22px/1 'Genericons';
        vertical-align: top;
        content: '\f106';
        width: 25px;
        height: 19px;
        float: left;
        margin-right: 3.06%;
        color: #0FBE7C;
        transform: rotate(180deg)
    }

    .widget_testimonial .testimonial-post {
        padding: 20px;
        border-width: 2px 1px 1px 1px;
        border-style: solid dashed dashed dashed;
        border-color: #0FBE7C #EAEAEA #EAEAEA #EAEAEA;
        font-style: italic;
        margin-bottom: 15px;
        display: block;
        overflow: hidden
    }

        .widget_testimonial .testimonial-post p {
            margin-bottom: 0
        }

    .widget_testimonial .testimonial-author {
        text-align: right;
        clear: both;
        font-size: 12px
    }

        .widget_testimonial .testimonial-author span {
            font-size: 16px;
            color: #666
        }

.widget_call_to_action {
    margin-bottom: 60px
}

.call-to-action-content-wrapper {
    border-width: 1px 1px 1px 3px;
    border-style: dashed dashed dashed solid;
    border-color: #EAEAEA #EAEAEA #EAEAEA #0FBE7C;
    padding: 20px 3.85878489% 20px 3.69458128%;
    background-color: #F8F8F8
}

.call-to-action-content {
    width: 69.5187166%;
    float: left
}

    .call-to-action-content h3 {
        padding-bottom: 0;
        font-size: 24px
    }

    .call-to-action-content p {
        padding-bottom: 0;
        margin-bottom: 0
    }

.call-to-action-button {
    float: right;
    background-color: #0FBE7C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #FFF;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    padding: 5px 3.28407225%;
    margin-top: 4px
}

    .call-to-action-button:hover {
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px rgba(0,0,0,.6)
    }

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5rem;
    max-width: 100%
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 1.2% auto 0;
        max-width: 98%
    }

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075rem 0
}

.gallery {
    margin: 0 auto 15px
}

.gallery-item {
    display: inline-block;
    padding: 15px 2%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    padding: 15px 1%
}

.gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    padding: 10px .5%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.66%
}

.gallery-columns-7 .gallery-item {
    width: 14.28%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 5px
}

#comments {
    background-color: #FFF
}

.comment-content a {
    word-wrap: break-word
}

#comments h1, #comments h2, #comments h3, #comments h4, #comments h5, #comments h6 {
    margin-bottom: 1rem
}

    #comments h2.comments-title, #comments h3.comments-title {
        margin-bottom: 10px;
        font-size: 28px
    }

.avatar {
    border-radius: 50%;
    float: left
}

.comments-area article header {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative
}

.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
    display: block;
    margin-left: 100px;
    color: #999
}

#content .comments-area article header cite a:hover, #content .comments-area a.comment-edit-link:hover, #content .comments-area a.comment-permalink:hover {
    color: #0FBE7C
}

.comments-area .comment-author-link a {
    color: #999
}

    .comments-area .comment-author-link a:hover {
        color: #0FBE7C
    }

.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #0FBE7C;
    color: #FFF;
    border-radius: 3px
}

.comments-area article header .comment-author-link:before, .comments-area article header .comment-edit-link:before, .comments-area article header .comment-permalink:before, .comments-area article header .comment-date-time:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 22px/1 'Genericons';
    vertical-align: top
}

.comments-area article header .comment-author-link:before {
    content: '\f304'
}

.comments-area article header .comment-edit-link:before {
    content: '\f411'
}

.comments-area article header .comment-permalink:before {
    content: '\f107'
}

.comments-area article header .comment-date-time:before {
    content: '\f307'
}

.comment-content {
    padding: 2rem;
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA
}

.comment {
    margin-bottom: 20px
}

    .comment ul, .comment ol {
        margin: 0 0 20px 20px
    }

    .comment ul {
        list-style: square outside none
    }

    .comment .comment-reply-link {
        float: right;
        color: #999
    }

        .comment .comment-reply-link:hover {
            color: #0FBE7C
        }

        .comment .comment-reply-link:before {
            content: '\f412';
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font: normal 22px/1 'Genericons';
            vertical-align: top
        }

.comment-list {
    margin-bottom: 34px;
    margin-bottom: 3.4rem
}

    .comment-list .children {
        margin-left: 20px
    }

    .comment-list, .comment-list .children {
        list-style-type: none;
        padding: 0
    }

.screen-reader-text {
    display: none
}

.nav-previous, .nav-next {
    margin-bottom: 15px
}

    .nav-previous a, .nav-next a {
        color: #666;
        padding: 5px 25px;
        cursor: pointer;
        border: 1px solid #EAEAEA;
        font-size: 16px
    }

        .nav-previous a:hover, .nav-next a:hover {
            color: #0FBE7C
        }

#respond h3#reply-title {
    line-height: 1.5
}

    #respond h3#reply-title #cancel-comment-reply-link {
        margin-left: 10px;
        margin-left: 1rem;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem
    }

#respond form {
    margin: 24px 0;
    margin: 2.4rem 0
}

    #respond form p {
        margin: 11px 0;
        margin: 1.1rem 0
    }

        #respond form p.logged-in-as {
            margin-bottom: 16px;
            margin-bottom: 1.6rem
        }

    #respond form label {
        display: block;
        line-height: 1.5
    }

    #respond form input[type="text"], #respond form textarea {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.5;
        padding: 10px;
        width: 100%
    }

    #respond form p.form-allowed-tags {
        margin: 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
        color: #5e5e5e
    }

.required {
    color: red
}

#secondary .widget ul li {
    line-height: 1.5;
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0
}

    #secondary .widget ul li li, #colophon .widget ul li li {
        border-bottom: none
    }

#secondary .widget ul ul, #colophon .widget ul ul {
    padding-left: 10px
}

.widget select {
    border: 1px solid #DDD;
    color: #666;
    padding: 2px;
    width: 60%
}

#secondary h3.widget-title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 15px
}

#secondary .widget, .error-404 .widget {
    margin-bottom: 35px;
    font-size: 16px
}

#secondary a:hover {
    text-decoration: underline
}

.error-404 {
    padding-bottom: 20px;
    text-align: center
}

    .error-404 .page-title {
        font-size: 30px;
        line-height: 36px
    }

    .error-404 input.s {
        width: 50%
    }

#wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: left;
    padding-bottom: 10px
}

#wp-calendar #today {
    color: #0FBE7C
}

#wp-calendar caption {
    text-align: center
}

#wp-calendar #next {
    padding-right: 35px;
    text-align: right
}

.widget_calendar #wp-calendar th {
    font-weight: 600
}

#colophon #wp-calendar th, #colophon #wp-calendar td {
    border: 1px solid #444;
    padding: 3px 2px 3px 8px
}

.widget th, .widget td {
    padding: 1px 1px 1px 2px
}

.footer-widgets-area .tg-one-fourth .widget-title {
    text-align: left
}

#colophon .widget {
    padding-bottom: 25px
}

#colophon {
    font-size: 14px
}

.footer-socket-wrapper {
    padding: 10px 0;
    background-color: #F8F8F8;
    border-top: 1px solid #EAEAEA
}

.footer-socket-area {
    width: 100%
}

.footer-socket-wrapper .copyright {
    color: #666;
    max-width: 50%;
    float: left;
    font-size: 12px
}

    .footer-socket-wrapper .copyright a {
        color: #666
    }

        .footer-socket-wrapper .copyright a:hover {
            color: #0FBE7C
        }

.footer-socket-wrapper .small-menu {
    float: right
}

    .footer-socket-wrapper .small-menu a {
        padding-top: 0
    }

    .footer-socket-wrapper .small-menu ul li ul {
        top: 21px
    }

a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 26px/1 'Genericons';
    vertical-align: top;
    color: #FFF;
    background-color: #0FBE7C;
    opacity: .5;
    border-radius: 3px;
    padding: 6px
}

    a#scroll-up:before {
        content: '\f432'
    }

    a#scroll-up:hover {
        opacity: 1;
    }

.read-more, .more-link {
    font-size: 14px;
    color: #0FBE7C;
}

#primary {
    float: left
}

#secondary {
    float: right;
    width: 34.4827586%
}

.wide-978 #primary, .narrow-978 #primary {
    width: 65.5763547%
}

.wide-978 #secondary, .narrow-978 #secondary {
    width: 30.4827586%
}

.left-sidebar #primary {
    float: right
}

.left-sidebar #secondary {
    float: left
}

.no-sidebar #primary {
    float: none;
    margin: 0 auto
}

.no-sidebar-full-width #primary {
    width: 100%
}

.no-sidebar #secondary, .no-sidebar-full-width #secondary {
    display: none
}

.single #content .post {
    padding-bottom: 25px
}

.single ul li {
    line-height: 1.71;
    font-size: 14px
}

.post .entry-title, .page .entry-title {
    line-height: 55px
}

    .post .entry-title a, .page .entry-title a {
        color: #444
    }

        .post .entry-title a:hover, .page .entry-title a:hover {
            color: #0FBE7C
        }

.post .entry-content {
    margin-bottom: 10px
}

.entry-content ul {
    list-style: square
}

.entry-content li > ul, .entry-content li > ol {
    margin-bottom: 0
}

.post .entry-content a:hover {
    text-decoration: underline
}

.blog-medium .post .post-featured-image {
    float: left;
    width: 36%;
    text-align: left;
    padding-right: 4%
}

.blog-alternate-medium #primary article:nth-child(odd) figure {
    float: left;
    padding-right: 4%
}

.blog-alternate-medium #primary article:nth-child(even) figure {
    float: right;
    padding-left: 4%
}

.post .entry-meta {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px
}

    .post .entry-meta .by-author, .post .entry-meta .date, .post .entry-meta .category, .post .entry-meta .comments, .post .entry-meta .edit-link {
        padding: 5px 10px
    }

    .post .entry-meta span.category, .post .entry-meta .by-author, .post .entry-meta .date {
        display: none
    }

    .post .entry-meta .read-more-link {
        padding: 5px 10px;
        background-color: #e61f63;
        float: left;
        border-right: none
    }

        .post .entry-meta .read-more-link:hover {
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.6);
            box-shadow: 0 0 2px rgba(0,0,0,.6)
        }

    .post .entry-meta a, .type-page .entry-meta a {
        color: #666
    }

        .post .entry-meta a.read-more {
            color: #FFF
        }

            .post .entry-meta a.read-more:hover {
                color: #FFF
            }

        .post .entry-meta a:hover, .type-page .entry-meta a:hover {
            color: #0FBE7C
        }

    .post .entry-meta span {
        float: left;
        padding: 0 6px 0 6px
    }

        .post .entry-meta span:first-child {
            border-left: none
        }

    .post .entry-meta .by-author:before, .post .entry-meta .date:before, .post .entry-meta .category:before, .post .entry-meta .comments:before, .post .entry-meta .edit-link:before {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal 18px/1 'Genericons';
        vertical-align: top
    }

    .post .entry-meta .by-author:before {
        content: '\f304'
    }

    .post .entry-meta .date:before {
        content: '\f307'
    }

    .post .entry-meta .category:before {
        content: '\f301'
    }

    .post .entry-meta .comments:before {
        content: '\f300'
    }

    .post .entry-meta .edit-link:before {
        content: '\f411'
    }

.single #content .tags {
    margin: 30px 0
}

    .single #content .tags a {
        border: 1px solid #EAEAEA;
        padding: 3px 5px;
        border-radius: 3px;
        color: #4a4a4a;
        display: inline-block;
        margin: 3px
    }

        .single #content .tags a:hover {
            color: #e61f63;
            text-decoration: none
        }

@media screen and (min-width: 1500px) {
    .wide-978 #featured-slider .entry-container {
        left: 17.6%
    }
}

@media screen and (min-width: 1650px) {
    .wide-978 #featured-slider .entry-container {
        left: 19.45%
    }
}

@media screen and (max-width: 1308px) {
    #page {
        width: 97%
    }

    .wide-1218 #page, .wide-978 #page {
        width: 100%
    }
}

@media screen and (max-width: 1078px) {
    body {
        padding: 15px 0
    }

    #featured-slider .entry-container {
        max-width: 60%
    }

    .call-to-action-content {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }

    .call-to-action-button {
        width: 93%
    }

    .footer-socket-wrapper .copyright {
        float: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 5px
    }

    .footer-socket-wrapper .small-menu {
        float: none;
        text-align: center
    }

        .footer-socket-wrapper .small-menu li {
            float: none;
            display: inline
        }

        .footer-socket-wrapper .small-menu a {
            float: none;
            display: inline;
            padding: 5px 5px 0
        }

    .small-menu li.default-menu, li.default-menu {
        display: none
    }

    .tg-one-half, .tg-one-third, .tg-one-fourth {
        float: left;
        width: 46.7684729%
    }

    .widget_service_block .tg-one-third {
        float: left;
        margin: 0 2.46305%;
        padding: 0 0 30px;
        width: 28.4072%
    }

    .tg-one-half-last, .tg-one-fourth-last {
        float: right
    }

    .tg-service-left {
        float: left;
        margin: 0
    }

    .tg-service-right {
        float: right;
        margin: 0
    }

    .tg-column-1, .tg-column-3 {
        float: left;
        width: 46.7684729%
    }

    .tg-column-2, .tg-column-4 {
        float: right;
        margin-right: 0
    }

    .tg-after-two-blocks-clearfix {
        clear: both;
    }

    .tg-after-three-blocks-clearfix {
        clear: none
    }
}

@media screen and (max-width: 767px) {
    #primary, #secondary {
        float: none;
        width: 100%;
        margin: 0
    }

    #header-text-nav-container {
        position: absolute !important;
        background: transparent !important;
        box-shadow: none !important
    }

    #header-left-section {
        float: none;
        max-width: 100%;
        margin-right: 0
    }

    #header-logo-image {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0
    }

    #header-text {
        float: none;
        text-align: center;
        padding: 0
    }

    #site-description {
        padding-bottom: 5px
    }

    #header-right-section {
        float: none;
        width: 100%;
        text-align: center
    }

        #header-right-section .widget {
            padding: 0 0 10px 0;
            float: none;
            text-align: center
        }

    .menu-toggle, .main-navigation.toggled .nav-menu {
        display: block
    }

    .main-navigation ul {
        display: none
    }

    .main-navigation {
        float: none;
        padding-top: 0px
    }

    #featured-slider .entry-container {
        max-width: 70%
    }

    #featured-slider .entry-description-container {
        padding: 5px 10px;
        padding: .5rem 1rem
    }

    #featured-slider .slider-title-head {
        margin-bottom: 0
    }

    #featured-slider .entry-title span {
        font-size: 18px;
        line-height: 1.4
    }

    #featured-slider .entry-content p {
        font-size: 14px;
        line-height: 1.4
    }

    #featured-slider .slider-read-more-button {
        font-size: 14px;
        padding: 5px 10px;
        padding: .5rem 1rem
    }
}

@media screen and (max-width: 767px) {
    .tg-one-half, .tg-one-third, .tg-one-fourth {
        float: none;
        width: 100%;
        margin: 0
    }

    .widget_service_block .tg-one-third {
        float: none;
        width: 100%;
        margin: 0
    }

    .tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
        float: none
    }

    #primary, #secondary {
        float: none;
        width: 100%;
        margin: 0
    }

    .wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    #featured-slider .entry-description-container {
        padding: 3px 6px;
        padding: .3rem .6rem
    }

    #featured-slider .entry-title span {
        font-size: 14px
    }

    #featured-slider .entry-content p {
        font-size: 10px
    }

    #featured-slider .slider-read-more-button {
        margin-top: 5px;
        font-size: 10px;
        padding: 3px 6px;
        padding: .3rem .6rem
    }

    #controllers {
        bottom: 5px
    }

        #controllers a {
            height: 4px;
            margin: 0 3px;
            width: 12px
        }

    .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        width: 25%
    }
}

@media only screen and (max-width: 420px) {
    #page {
        width: 97%
    }

    #featured-slider .entry-content, #featured-slider .slider-read-more-button {
        display: none
    }

    .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        width: 33.33%
    }
}

.date .updated {
    display: none
}

.widget.widget_service_block {
    margin-right: -20px;
    margin-left: -20px
}

    .widget.widget_service_block .tg-one-third {
        position: relative;
        padding-top: 70px;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
        box-shadow: 0 2px 3px rgba(0,0,0,.3);
        border: 1px solid #d8d8d8
    }

        .widget.widget_service_block .tg-one-third h3 {
            padding-bottom: 20px;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: -.5px
        }

.container-service {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 20px;
    margin-top: 30px;
    transition: all 0.3s
}

.title-service h3 {
    text-align: center;
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 600;
    padding-bottom: 80px
}

.widget.widget_service_block .service-image {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -35px
}

    .widget.widget_service_block .service-image i {
        color: #e61f63;
        font-size: 45px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
        box-shadow: 0 1px 2px rgba(0,0,0,.45);
        display: inline-block;
        height: 70px;
        line-height: 70px;
        width: 70px;
        background: #fff;
        border-radius: 5px
    }

#header-text-nav-container {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s
}

.button-slider {
    text-align: center;
    margin-top: 30px
}

#info-hotline {
    display: none;
    color: #fff;
    float: right;
    font-size: 14px;
    margin-left: 350px
}

    #info-hotline a {
        color: #fff
    }

    #info-hotline span {
        margin-left: 15px
    }

    #info-hotline i {
        padding-right: 5px
    }

    #info-hotline:after {
        display: block;
        content: "";
        clear: both
    }

.fa-facebook {
    background: #46629e
}

.fa-youtube {
    background: #b9172b
}

.social-network {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    width: 65%;
    border-bottom: 1px solid #d8d8d8
}

    .social-network i {
        text-align: center;
        color: #fff;
        background: #d8d8d8;
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 14px;
        border-radius: 50%;
        margin-left: 6px
    }

    .social-network span {
        font-style: italic;
        font-size: 14px
    }

.moudule-1 {
    text-align: center;
    padding-bottom: 42px
}

.title-module-1 h3 {
    font-weight: 300;
    font-size: 35px;
    line-height: 1;
    text-transform: capitalize;
    padding-bottom: 14px
}

.title-module-1 p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px
}

.title-module-1 a {
    color: #0082c6;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 42px;
    display: inline-block
}

.content-module-1 {
    position: relative;
    display: inline-block
}

    .content-module-1 iframe {
        position: absolute;
        top: 33px;
        left: 113px
    }

    .content-module-1 img {
        margin-bottom: 0
    }

.module-2 {
    background: url(https://localhost/duypham/wp-content/uploads/2016/04/real-teachers.png)
}

.container-module-2 {
    margin: 0 auto;
    width: 1170px;
    padding: 0 15px
}

.content-module-2 {
    padding: 70px 0 70px 490px
}

.title-module-2 {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 14px
}

.description-module-2 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 14px
}

.star {
    font-size: 35px;
    color: #fff;
    margin-bottom: 14px
}

.content-module-2 a {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

#text-5 .moudule-1 {
    padding-top: 42px
}

#colophon {
    background: #566b81;
    color: #fff;
    padding-top: 50px;
    border-top: 1px solid #fff
}

footer .inner-wrap {
    padding: 0 15px;
    margin: 0 auto
}

footer .contact {
    padding-left: 0;
    padding-top: 6px
}

    footer .contact a {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        font-family: 'Itim',sans-serif;
        display: inline-block;
        margin-bottom: 14px
    }

    footer .contact p {
        font-weight: 300;
        margin-bottom: 14px;
        line-height: 1.71;
        font-size: 16px;
    }

        footer .contact p.social-footer a {
            font-size: 15.4px;
            display: inline-block;
            margin-left: 5px
        }

            footer .contact p.social-footer a i {
                width: 35px;
                height: 35px;
                line-height: 35px;
                border-radius: 50%;
                border: 1px solid #fff;
                text-align: center
            }

footer .widget.widget_nav_menu .widget-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    color: #fff;
    margin-bottom: 9.8px
}

footer .tg-one-fourth ul.menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 0 4px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: 1.71
}

    footer .tg-one-fourth ul.menu > li > a:hover {
        border-bottom: 1px solid #fff
    }

footer .tg-one-fourth.tg-column-1 {
    width: 60%;
    padding-right: 60px
}

footer .tg-one-fourth.tg-column-2 {
    width: 40%
}

    footer .tg-one-fourth.tg-column-2 aside.widget_nav_menu {
        width: 30%;
        float: left;
        box-sizing: border-box;
        padding: 0 15px
    }

    footer .tg-one-fourth.tg-column-2 aside.widget_text {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 0 15px
    }

        footer .tg-one-fourth.tg-column-2 aside.widget_text .widget-title {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.71;
            color: #fff;
            margin-bottom: 9.8px
        }

footer .tg-one-fourth.tg-column-1 aside.widget_text .widget-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.71;
    color: #fff;
    margin-bottom: 9.8px
}

footer .tg-one-fourth.tg-column-2 aside.widget_text .hotlines p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 0 4px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: 1.71
}

footer .tg-one-fourth.tg-column-2 aside.widget_text .hotlines i {
    margin-right: 5px
}

footer .tg-one-fourth.tg-column-2 aside.widget_text .hotlines a {
    display: block
}

#copy-right {
    padding: 20px 0;
    background: rgba(0,0,0,.2);
    text-align: center;
    margin-top: 20px
}

.register .banner-register {
    padding: 30px 0
}

.banner-register {
    text-align: center;
    padding: 42px 0
}

    .banner-register h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 14px;
        text-transform: capitalize
    }

    .banner-register h3 {
        font-weight: 300;
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.66
    }

.page-template-default #main {
    padding: 0
}

.wrapper {
    background: #f0f7fb;
    background-color: #F0F7FB;
    background-image: -webkit-linear-gradient(top,#B4CDDB,#F0F7FB 150px);
    background-image: -moz-linear-gradient(top,#B4CDDB,#F0F7FB 150px);
    background-image: linear-gradient(top,#B4CDDB,#F0F7FB 150px);
    background-repeat: no-repeat;
    overflow-x: hidden;
    min-height: 200px;
    padding-top: 130px;
    padding-bottom: 0
}

    .wrapper #content .page {
        padding-bottom: 0
    }

        .wrapper #content .page .entry-meta-bar {
            display: none
        }

.content-register {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    background: #fff;
    padding: 42px 0
}

    .content-register .col-sm-8 {
        width: 66.666667%;
        float: left
    }

    .content-register .col-sm-4 {
        width: 33.333333%;
        float: left;
        padding: 0 15px 0 30px
    }

    .content-register .box-header {
        border-radius: 7px 7px 0 0;
        font-size: 13px;
        padding: 5.6px 19.6px;
        background: #566b81;
        color: #fff;
        margin-bottom: 0
    }

    .content-register .box-form {
        background: #fdfbe7;
        padding: 21px;
        border: 1px solid #e1e1e1;
        font-size: 13px;
        padding-bottom: 0
    }

        .content-register .box-form br {
            display: none
        }

        .content-register .box-form p {
            margin-bottom: 14px;
            clear: both
        }

    .content-register .submit {
        border-top: 1px solid #e1e1e1;
        padding: 21px;
        margin: 0 -21px;
        background: #FFF
    }

        .box-form .col-sm-6, .content-register .submit .col-sm-6 {
            width: 50%;
            float: left;
            padding: 0 15px
        }

.box-form iframe {
    display: none
}

.box-form .col-md-6 {
    padding: 0 30px
}

.box-form .info-student {
    margin-left: -15px
}

.box-form textarea {
    margin-left: 30px;
    width: 92%;
    background: #fff;
    resize: none
}

.box-form input {
    background: #fff;
    padding: 8px 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16.8px;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    float: left
}

.box-form select.class {
    height: 38px;
    border: 1px solid #EAEAEA
}

.box-form p {
    padding: 0 30px;
    text-align: center
}

.box-form .dob input {
    width: 40%
}

.box-form label {
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px
}

.box-form .chose-class {
    height: 38px;
    padding: 8px 12px;
    width: 100%;
    max-width: 317.5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left
}

.box-form .message textarea {
    max-width: 664px;
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    resize: none;
    margin-bottom: 16.8px;
    float: left
}

.content-register .note {
    padding-left: 0
}

    .content-register .note p {
        font-size: 11px;
        line-height: 1.7;
        font-style: italic;
        font-weight: 300;
        width: 90%;
        text-align: left
    }

.content-register .submit button {
    border: 1px solid transparent;
    background-color: #c2c7ca;
    color: #fff;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1;
    width: 95%;
    margin-bottom: 0;
    text-transform: uppercase
}

.box-form .name, .box-form .email, .box-form .class {
    padding-left: 0
}

.box-form .phone, .box-form .dob, .box-form .skype-acc {
    padding-right: 0
}

.box-form span {
    float: left
}

.box-form button {
    background: #e61f63;
    border: none;
    min-width: 160px;
    border-radius: 30px;
    height: 38px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

    .box-form button:hover {
        background: #b4144b
    }

.content-register .box-without-header {
    border: 1px solid #e1e1e1;
    border-radius: 7px
}

    .content-register .box-without-header .list-tick {
        font-size: 14px;
        padding: 28px;
        list-style: none
    }

        .content-register .box-without-header .list-tick li {
            padding-left: 28px;
            margin-bottom: 14px;
            line-height: 1.71;
            position: relative
        }

            .content-register .box-without-header .list-tick li:before {
                display: inline-block;
                content: "\f00c";
                color: #02e18e;
                position: absolute;
                left: 0;
                top: 3px;
                font-size: 1.3rem;
                font: normal normal normal 14px/1 FontAwesome
            }

.banner-register .list-decription {
    display: inline-block;
    list-style: none
}

    .banner-register .list-decription li {
        float: left;
        font-size: 24.5px;
        padding-left: 42px;
        line-height: 1.71;
        position: relative;
        margin-right: 10px;
        font-weight: 300
    }

.service .banner-register .list-decription li {
    margin-right: 42px
}

.banner-register .list-decription li:before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    font: normal normal normal 24.5px/1 FontAwesome;
    content: "\f00c";
    color: #02e18e
}

.service .banner-register .list-decription li:after {
    content: "\f178";
    position: absolute;
    top: 10px;
    left: 100%;
    display: inline-block;
    font: normal normal normal 24.5px/1 FontAwesome;
    color: #e61f63;
    margin-left: 10px
}

.service .banner-register .list-decription li:last-child:after {
    display: none
}

.fee .box-class {
    margin: 0 -15px;
    display: none
}

    .fee .box-class.active {
        display: block
    }

.box-class .box-item {
    width: 33%;
    padding: 0 15px;
    float: left
}

.box-class .box-header {
    background: #566b81;
    border-radius: 7px 7px 0 0
}

    .box-class .box-header h2 {
        font-size: 16.8px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        margin-bottom: 0;
        padding: 21px;
        line-height: 1.71
    }

.box-class .box-content {
    background: #fff;
    font-size: 14px;
    text-align: justify;
    padding: 21px;
    border: 1px solid #e1e1e1;
    border-radius: 0 0 7px 7px
}

    .box-class .box-content .special-p {
        font-weight: 700;
        min-height: 80px;
        margin-bottom: 10px
    }

    .box-class .box-content p a {
        background: #02e18e;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 14px 0;
        border-radius: 50px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        text-align: center;
        transition: all 0.3s
    }

        .box-class .box-content p a:hover {
            background: #02ae6e
        }

.box-class .box-item .wrapp {
    border-radius: 7px
}

.box-price {
    text-align: center
}

    .box-price table td, .box-price table th {
        text-align: center;
        border: 1px solid #fff
    }

    .box-price table th {
        background: #0084c6;
        color: #fff
    }

    .box-price table td {
        font-size: 14px
    }

.goto-price {
    text-align: center;
    margin: 42px 0
}

    .goto-price a {
        background: #02e18e;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 14px 0;
        border-radius: 50px;
        text-transform: uppercase;
        display: inline-block;
        min-width: 220px;
        transition: all 0.3s
    }

        .goto-price a:hover {
            background: #02ae6e
        }

    .goto-price.service a {
        background: #e61f63;
        transition: all 0.3s
    }

        .goto-price.service a:hover {
            background: #bd154e
        }

    .goto-price a i {
        padding-left: 5px
    }

.bottom-content {
    padding: 42px 0
}

    .bottom-content .nhapHoc ul {
        list-style: none
    }

        .bottom-content .nhapHoc ul.request {
            line-height: 1.5;
            margin: 10px 0 0 0
        }

        .bottom-content .nhapHoc ul li {
            float: left;
            position: relative;
            padding-left: 28px;
            margin: 0 0 14px 0;
            font-size: 15.96px;
            line-height: 1.87;
            font-weight: 400;
            margin-right: 40px
        }

            .bottom-content .nhapHoc ul li:before {
                position: absolute;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f00c";
                color: #02e18e;
                left: 5px;
                top: 5px;
                font-size: 18.2px
            }

            .bottom-content .nhapHoc ul li:after {
                content: "\f178";
                position: absolute;
                top: 6px;
                left: 100%;
                display: inline-block;
                font: normal normal normal 18.2px/1 FontAwesome;
                color: #e61f63;
                margin-left: 10px
            }

            .bottom-content .nhapHoc ul li.last {
                margin-right: 0
            }

                .bottom-content .nhapHoc ul li.last:after {
                    display: none
                }

            .bottom-content .nhapHoc ul li:last-child:after {
                display: none
            }

            .bottom-content .nhapHoc ul li.link-register {
                float: right;
                padding: 0;
                margin: 0;
                margin-top: -7px
            }

                .bottom-content .nhapHoc ul li.link-register a {
                    border: 1px solid #e61f63;
                    border-radius: 50px;
                    transition: all 0.3s;
                    text-align: center;
                    display: inline-block;
                    background: #e61f63;
                    color: #fff;
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight: 700;
                    padding: 14px 24px;
                    line-height: 1
                }

                    .bottom-content .nhapHoc ul li.link-register a:hover {
                        background: #bd154e
                    }

                .bottom-content .nhapHoc ul li.link-register:before {
                    display: none
                }

        .bottom-content .nhapHoc ul.request li:after {
            display: none
        }

.wrapper-bottom {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5)
}

.nhapHoc {
    background: #fdfbe7;
    padding: 21px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}

    .nhapHoc h3 {
        font-weight: 600;
        margin: 0;
        line-height: 1.66;
        font-size: 28px
    }

    .nhapHoc p {
        margin: 10px 0 0 0;
        font-style: italic;
        font-weight: 300;
        line-height: 1.5;
        font-size: 19.88px
    }

.huongDan {
    margin: 42px 0 0 0
}

    .huongDan span {
        margin: 0 0 .7px 0;
        font-weight: 600;
        line-height: 1.5;
        font-size: 14px
    }

    .huongDan p {
        margin-bottom: 0;
        padding-bottom: 16px;
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 400
    }

    .huongDan .sub-p {
        margin-left: 15px
    }

    .huongDan h5 {
        font-size: 20px;
        line-height: 1.66
    }

.banner-introduce {
    background: url(https://e-talk.vn/wp-content/uploads/2016/04/hero2.jpg) no-repeat;
    background-size: cover;
    padding-top: 223px;
    padding-bottom: 100px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5) inset;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5) inset
}

.banner-inflex {
    background: url(https://e-talk.vn/wp-content/uploads/2016/04/hero.jpg) no-repeat
}

.btn-introduce {
    margin-top: 42px
}

    .btn-introduce a {
        background-color: #2196f3;
        border: 1px solid #2196f3;
        border-radius: 30px;
        color: #FFF;
        text-align: center;
        min-width: 210px;
        height: 45px;
        line-height: 45px;
        margin-top: 15px;
        transition: all 0.3s;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        margin-right: 24px
    }

        .btn-introduce a:hover {
            color: #2196f3;
            background: transparent
        }

        .btn-introduce a:last-child {
            background-color: #e61f63;
            border: 1px solid #e61f63
        }

            .btn-introduce a:last-child:hover {
                color: #e61f63;
                background: transparent
            }

.banner-introduce .title-banner {
    text-align: center
}

    .banner-introduce .title-banner h1 {
        font-size: 60px;
        line-height: 1.2;
        font-weight: 600;
        margin: 0;
        color: #fff;
        text-transform: uppercase
    }

    .banner-introduce .title-banner h2 {
        margin-bottom: 21px;
        font-size: 42px;
        line-height: 1.2;
        font-weight: 300;
        color: #fff
    }

.icon-banner {
    width: 83.33333%;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: -40px
}

    .icon-banner:after {
        content: "";
        clear: both
    }

    .icon-banner .col-md-3 {
        width: 25%;
        float: left;
        text-align: center;
        padding: 0 15px
    }

    .icon-banner img {
        background: #fff;
        border-radius: 50%;
        width: 80px;
        margin-bottom: 0
    }

    .icon-banner h5 {
        margin: 14px 0;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -.5px
    }

.private-class.container {
    padding-bottom: 42px
}

.private-class h2 {
    margin: 0 0 42px 0;
    font-weight: 600;
    line-height: 1.66;
    font-size: 28px;
    text-align: center;
    text-transform: capitalize
}

.private-class hr {
    border-top-color: #c2c7ca;
    width: 350px;
    display: inline-block;
    margin: 42px 0
}

.private-class-details {
    position: relative;
    text-align: center
}

    .private-class-details > img {
        position: absolute;
        top: 0;
        left: 51%;
        margin-left: -225px
    }

    .private-class-details .col-md-6 img {
        margin-bottom: 0
    }

    .private-class-details .col-md-6 h3 {
        margin-top: 42px;
        margin-bottom: 14px;
        font-weight: 600;
        line-height: 1.5;
        font-size: 20px;
        text-transform: capitalize
    }

    .private-class-details .col-md-6 p {
        font-weight: 300;
        font-size: 14px
    }

.teachers {
    background: #efefef;
    text-align: center;
    padding: 42px 0
}

    .teachers h2 {
        margin: 0 0 42px 0;
        font-weight: 600;
        line-height: 1.66;
        font-size: 28px;
        text-transform: capitalize
    }

.teacher-content .col-md-4 img {
    height: 112px;
    width: 112px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 0
}

.teacher-content .col-md-4 h3 {
    margin-top: 42px;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px
}

.teacher-content .col-md-4 p {
    line-height: 1.5;
    font-style: italic;
    font-weight: 300;
    font-size: 12.6px
}

.teacher-content h4 {
    font-size: 14px
}

.teachers-stars {
    margin: 14px 0
}

    .teachers-stars i {
        color: #ffd800;
        font-size: 42px;
        letter-spacing: 14px
    }

.teacher-more {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71
}

.teachers hr {
    border-top-color: #c2c7ca;
    width: 350px;
    display: inline-block;
    margin: 42px 0
}

.teacher-info h3 {
    margin-top: 42px;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    text-transform: capitalize
}

.teacher-info p {
    font-size: 14px;
    font-weight: 300
}

.wrapper-introduce .moudule-1 {
    padding-top: 42px
}

    .wrapper-introduce .moudule-1 h2 {
        margin: 0 0 14px 0;
        font-weight: 600;
        line-height: 1.66;
        font-size: 28px;
        text-align: center;
        text-transform: capitalize
    }

    .wrapper-introduce .moudule-1 img {
        margin-bottom: 0
    }

.wrapper-introduce .title-module-1 p {
    margin-bottom: 42px;
    width: 66.66667%;
    display: inline-block;
    line-height: 1.71;
    font-size: 14px
}

.wrapper-introduce .start-course ul li a {
    background: #e61f63 !important;
    border: 1px solid #e61f63
}

    .wrapper-introduce .start-course ul li a:hover {
        background: transparent !important;
        color: #e61f63
    }

.start-course {
    background: url(https://e-talk.vn/wp-content/uploads/2016/04/aside.jpg) no-repeat;
    position: relative;
    background-size: cover;
    height: 365px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-position: center top
}

    .start-course h1 {
        margin-bottom: 0;
        line-height: 1.2;
        font-size: 72px;
        color: #fff
    }

    .start-course h3 {
        margin-top: 14px;
        font-weight: 300;
        margin-bottom: 14px;
        line-height: 1.5;
        font-size: 20px;
        color: #fff
    }

    .start-course ul {
        margin: 42px 0 28px 0;
        padding: 0;
        list-style-type: none;
        display: inline-block
    }

        .start-course ul li {
            float: left
        }

            .start-course ul li a {
                min-width: 201px;
                font-size: 14px;
                font-weight: 700;
                background: #e61f63;
                color: #fff;
                padding: 14px 28px;
                border-radius: 50px;
                line-height: 1;
                text-transform: uppercase
            }

            .start-course ul li:first-child {
                margin-right: 25px
            }

                .start-course ul li:first-child a {
                    background: #2196f3
                }

.wrapper.fee {
    padding-bottom: 42px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5)
}

.fee .box-class .box-content .special-p {
    min-height: auto;
    margin-bottom: 0;
    font-weight: 400
}

.fee .box-class .box-content p {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1
}

    .fee .box-class .box-content p:last-child {
        border-bottom: 0
    }

.fee .box-class .box-content {
    text-align: center;
    padding: 0
}

.fee .banner-register {
    padding-bottom: 0
}

    .fee .banner-register .list-decription {
        margin-bottom: 21px
    }

.wrapper-bottom.fee {
    box-shadow: none
}

    .wrapper-bottom.fee .bottom-content {
        text-align: center;
        margin-bottom: 16px
    }

        .wrapper-bottom.fee .bottom-content hr {
            display: inline-block;
            width: 350px
        }

        .wrapper-bottom.fee .bottom-content h1 {
            font-size: 30px;
            line-height: 1;
            font-weight: 600
        }

.e-bank img {
    height: 50px
}

.e-bank h2 {
    margin: 0 0 42px 0;
    font-weight: 600;
    line-height: 1.66;
    font-size: 28px;
    text-align: center;
    text-transform: capitalize
}

.e-bank h3 {
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    text-transform: capitalize
}

.content-bank p {
    font-weight: 500
}

    .content-bank p i {
        font-weight: 600
    }

.adrees p {
    font-weight: 600
}

.btn-fee {
    font-size: 14px;
    line-height: 1.71;
    vertical-align: middle;
    text-align: center;
    position: relative;
    height: 42px;
    margin-bottom: 21px
}

    .btn-fee .wrapper-btn {
        display: inline-block
    }

    .btn-fee a {
        color: #4a4a4a;
        -webkit-box-shadow: 0 0 0 1px #c4c4c4;
        box-shadow: 0 0 0 1px #c4c4c4;
        border-color: #c4c4c4;
        background: #fff;
        float: left;
        padding: 10px 20px;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: inline-block
    }

        .btn-fee a.active {
            background: #0181c6 !important;
            color: #fff !important;
            border-color: transparent
        }

        .btn-fee a:hover {
            background-color: #e6e6e6
        }

        .btn-fee a:first-child {
            border-radius: 50px 0 0 50px
        }

        .btn-fee a:last-child {
            border-radius: 0 50px 50px 0
        }

.detail-class .banner-register h3 {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 14px;
    font-size: 20px
}

.detail-class .huongDan {
    margin-top: 14px
}

    .detail-class .huongDan p {
        font-weight: 400;
        color: #4a4a4a;
        text-align: justify
    }

.wrapper.fee.service {
    padding-bottom: 0
}

.wrapper-bottom.service {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .wrapper-bottom.service .bottom-content {
        padding-top: 0
    }

.service .huongDan p {
    font-weight: 400;
    color: #4a4a4a
}

.contact-info {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 42px 0;
    width: 70.33333%;
    margin: 0 auto
}

    .contact-info span {
        display: inline-block;
        font-size: 14px;
        line-height: 1.71;
        margin-right: 14px
    }

        .contact-info span i {
            padding-right: 5px
        }

        .contact-info span:first-child {
            font-style: italic
        }

.category #main {
    padding-top: 42px
}

.single-post #main {
    padding-top: 42px
}

#featured-slider {
    display: none
}

.category #featured-slider, .tag #featured-slider {
    display: block !important
}

.category #primary, .single-post #primary, .tag #primary {
    width: 61.5763547%
}

.category .entry-title {
    line-height: 1.66;
    font-size: 24px
}

.header-post-title-container {
    display: none
}

.single .header-post-title-container {
    display: block
}

.single-post .header-post-title-container {
    background: #f0f7fb;
    background-color: #F0F7FB;
    background-image: -webkit-linear-gradient(top,#B4CDDB,#F0F7FB 150px);
    background-image: -moz-linear-gradient(top,#B4CDDB,#F0F7FB 150px);
    background-image: linear-gradient(top,#B4CDDB,#F0F7FB 150px);
    background-repeat: no-repeat;
    overflow-x: hidden;
    min-height: 200px;
    padding-top: 135px;
    padding-bottom: 0
}

.single-post .inner-wrap {
    padding-top: 42px
}

.blog .inner-wrap, .single-post .inner-wrap {
    margin: 0 auto;
    padding: 0 15px
}

.single-post .header-post-title-class {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.66
}

hr {
    width: 1170px;
    max-width: 100%;
    margin: 42px auto;
    border-top: 1px solid #e1e1e1;
    padding: 0 15px
}

#header-text-nav-container .inner-wrap, .container {
    padding: 0 15px;
    margin: 0 auto
}

.example-obtuse {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: #000;
    background: #f3961c;
    background: -webkit-gradient(linear,0 0,0 100%,from(#f9d835),to(#f3961c));
    background: -moz-linear-gradient(#f9d835,#f3961c);
    background: -o-linear-gradient(#f9d835,#f3961c);
    background: linear-gradient(#f9d835,#f3961c);
    -webkit-border-top-left-radius: 25px 50px;
    -webkit-border-top-right-radius: 25px 50px;
    -webkit-border-bottom-right-radius: 25px 50px;
    -webkit-border-bottom-left-radius: 25px 50px;
    -moz-border-radius: 25px / 50px;
    border-radius: 25px / 50px
}

    .example-obtuse:before {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 80px;
        border-width: 0 0 30px 50px;
        border-style: solid;
        border-color: transparent #f3961c;
        display: block;
        width: 0
    }

    .example-obtuse:after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 110px;
        border-width: 0 0 30px 20px;
        border-style: solid;
        border-color: transparent #fff;
        display: block;
        width: 0
    }

.blqp {
    margin-left: 15px
}

@media screen and (min-width: 768px) {
    #header-text-nav-container .inner-wrap, .container, footer .inner-wrap {
        width: 750px
    }

    .blog .inner-wrap, .single-post .inner-wrap {
        width: 750px
    }
}

@media screen and (min-width: 992px) {
    #header-text-nav-container .inner-wrap, .container, footer .inner-wrap {
        width: 970px
    }

    .col-md-3 {
        width: 25%;
        padding: 0 15px;
        float: left;
        position: relative
    }

    .col-md-4 {
        width: 33.33333%;
        padding: 0 15px;
        float: left;
        position: relative
    }

    .col-md-6 {
        width: 50%;
        padding: 0 15px;
        float: left;
        position: relative
    }

    .blog .inner-wrap, .single-post .inner-wrap {
        width: 970px
    }
}

@media screen and (min-width: 1200px) {
    #header-text-nav-container .inner-wrap, .container, footer .inner-wrap {
        width: 1170px
    }

    #info-hotline {
        display: inline-block
    }

    .blog .inner-wrap, .single-post .inner-wrap {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after {
        content: "";
        display: block;
        clear: both
    }

@media screen and (max-width: 1024px) {
    .start-course h1 {
        font-size: 58px
    }

    .private-class-details > img {
        left: 47%
    }

    .content-register .box-without-header .list-tick {
        padding: 20px
    }

    .banner-register h1 {
        margin-bottom: 0
    }

    .banner-register h3 {
        margin-bottom: 0;
        font-size: 20px
    }

    .banner-register {
        padding-top: 22px
    }

    .box-form .message textarea {
        max-width: 93%;
        border: 1px solid #ccc
    }

    .box-class .box-content .special-p {
        min-height: 98px
    }

    .box-class .box-header h2 {
        font-size: 14px
    }

    .box-class .box-item {
        margin-top: 14px
    }

    .bottom-content .nhapHoc ul li.link-register {
        margin-top: 0;
        margin-bottom: 14px;
        float: none;
        text-align: center;
        clear: both
    }

    #featured-slider .entry-container {
        left: 20%
    }

    #featured-slider .entry-title {
        font-size: 30px
    }

    #featured-slider .entry-content p {
        font-size: 20px
    }
}

@media screen and (max-width: 991px) {
    hr {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .banner-introduce {
        padding-top: 190px
    }

        .banner-introduce .title-banner h1 {
            font-size: 58px
        }

        .banner-introduce .title-banner h2 {
            font-size: 30px
        }

    .icon-banner h5 {
        font-size: 16px
    }

    .private-class-details > img {
        display: none
    }

    .private-class-details > .left-details.col-md-6 {
        margin-bottom: 42px
    }

    .content-module-1 > img {
        display: none
    }

    .content-module-1 iframe {
        max-width: 100%;
        position: static
    }

    .teacher-content .col-md-4 h3 {
        margin-top: 20px
    }

    .teacher-content .col-md-4 {
        margin-bottom: 20px
    }

    .teachers hr {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .teacher-info h3 {
        margin-top: 20px
    }

    .teacher-info .col-md-6 {
        padding-right: 15px;
        padding-left: 15px
    }

    .wrapper-introduce .title-module-1 p {
        width: 83.33333%
    }

    .start-course h1 {
        font-size: 42px
    }

    .start-course {
        height: 300px
    }

    .banner-register {
        padding-bottom: 30px
    }

        .banner-register .list-decription li {
            font-size: 20px
        }

            .banner-register .list-decription li:before {
                top: 6px;
                left: 12px
            }

    .box-class .box-content .special-p {
        min-height: 70px
    }

    footer .tg-one-fourth.tg-column-1 {
        width: 100%
    }

    footer .tg-one-fourth.tg-column-2 {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .banner-introduce {
        padding-top: 180px
    }

        .banner-introduce .title-banner h1 {
            font-size: 24px
        }

        .banner-introduce .title-banner h2 {
            font-size: 20px
        }

    .btn-introduce a {
        margin-right: 0
    }

    .icon-banner h5 {
        font-size: 14px
    }

    .icon-banner .col-md-3 {
        width: 100%;
        margin-bottom: 14px
    }

        .icon-banner .col-md-3:last-child {
            margin-bottom: 0
        }

    .private-class h2 {
        font-size: 20px;
        margin-bottom: 30px
    }

    .private-class-details > .col-md-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    .private-class-details .col-md-6 h3 {
        margin-top: 20px;
        font-size: 16px
    }

    .teachers h2 {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 20px
    }

    .teacher-info h3 {
        margin-top: 24px;
        font-size: 16px
    }

    .teacher-info .col-md-6:first-child h3 {
        margin-top: 0
    }

    .teacher-content .col-md-4 h3 {
        font-size: 16px
    }

    .wrapper-introduce .moudule-1 {
        padding-top: 30px
    }

    .wrapper-introduce .title-module-1 p {
        margin-bottom: 0
    }

    .wrapper-introduce .moudule-1 h2 {
        font-size: 20px
    }

    .start-course h1 {
        font-size: 30px
    }

    .start-course h3 {
        font-size: 16px
    }

    .start-course ul {
        margin: 30px 0 0 0
    }

    footer .tg-one-fourth.tg-column-1 {
        width: 100%;
        padding-right: 0
    }

    footer .tg-one-fourth.tg-column-2 {
        width: 100%
    }

        footer .tg-one-fourth.tg-column-2 aside.widget_nav_menu {
            width: 100%
        }

    .banner-register h1 {
        font-size: 24px
    }

    .banner-register h3 {
        font-size: 16px
    }

    .content-register .col-sm-8 {
        width: 100%
    }

    .content-register .col-sm-4 {
        width: 100%;
        padding: 0
    }

    .box-form .col-sm-6 {
        width: 100%;
        padding: 0
    }

    .box-form .chose-class {
        max-width: 95%;
        margin-bottom: 16.8px
    }

    .box-form .message textarea {
        max-width: 85%
    }

    .box-form .col-sm-6, .content-register .submit .col-sm-6 {
        width: 100%
    }

    .content-register .box-without-header {
        border-radius: 0
    }

    .banner-register .list-decription {
        margin-top: 14px
    }

    .box-class .box-item {
        width: 100%
    }

    .bottom-content .nhapHoc ul {
        margin-top: 14px
    }

        .bottom-content .nhapHoc ul.request li {
            margin-right: 0
        }

    .service .banner-register .list-decription li:after {
        display: none
    }

    .contact-info {
        width: 83.33333%
    }

    .banner-register .list-decription li {
        float: none;
        text-align: left
    }

    .btn-fee a {
        padding: 10px 8px;
        font-size: 9px
    }

    .e-bank h2 {
        font-size: 20px;
        margin-bottom: 30px
    }

    .e-bank h3 {
        font-size: 16px
    }

    .e-bank .col-md-6 {
        margin-bottom: 14px
    }

    .wrapper-bottom.fee .bottom-content {
        margin-bottom: 0
    }

    footer .tg-one-fourth.tg-column-2 aside.widget_nav_menu, footer .tg-one-fourth.tg-column-2 aside.widget_text {
        width: 100%
    }
}

@media screen and (min-width: 480px) and (max-width:1024px) {
    .box-class .box-item {
        width: 50%
    }
}

.col-sm-8.success {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 114px 28px;
    border-radius: 7px
}

    .col-sm-8.success h2 {
        font-size: 20px;
        position: relative
    }

        .col-sm-8.success h2:before {
            display: inline-block;
            content: "\f00c";
            color: #02e18e;
            position: absolute;
            left: 50%;
            top: -40px;
            font: normal normal normal 30px/1 FontAwesome
        }

.single-post #content ul {
    margin-left: 30px
}

@font-face {
    font-family: "Genericons";
    src: url(../../../themes/E-talk/genericons/Genericons.eot);
    src: url(../../../themes/E-talk/genericons/Genericons.eot?) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Genericons";
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"),url(../../../themes/E-talk/genericons/Genericons.ttf) format("truetype"),url("../../../themes/E-talk/genericons/Genericons.svg#Genericons") format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Genericons";
        src: url("../../../themes/E-talk/genericons/Genericons.svg#Genericons") format("svg")
    }
}

.genericon {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.genericon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.genericon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.genericon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.genericon-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.genericon-flip-vertical {
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.genericon-404:before {
    content: "\f423"
}

.genericon-activity:before {
    content: "\f508"
}

.genericon-anchor:before {
    content: "\f509"
}

.genericon-aside:before {
    content: "\f101"
}

.genericon-attachment:before {
    content: "\f416"
}

.genericon-audio:before {
    content: "\f109"
}

.genericon-bold:before {
    content: "\f471"
}

.genericon-book:before {
    content: "\f444"
}

.genericon-bug:before {
    content: "\f50a"
}

.genericon-cart:before {
    content: "\f447"
}

.genericon-category:before {
    content: "\f301"
}

.genericon-chat:before {
    content: "\f108"
}

.genericon-checkmark:before {
    content: "\f418"
}

.genericon-close:before {
    content: "\f405"
}

.genericon-close-alt:before {
    content: "\f406"
}

.genericon-cloud:before {
    content: "\f426"
}

.genericon-cloud-download:before {
    content: "\f440"
}

.genericon-cloud-upload:before {
    content: "\f441"
}

.genericon-code:before {
    content: "\f462"
}

.genericon-codepen:before {
    content: "\f216"
}

.genericon-cog:before {
    content: "\f445"
}

.genericon-collapse:before {
    content: "\f432"
}

.genericon-comment:before {
    content: "\f300"
}

.genericon-day:before {
    content: "\f305"
}

.genericon-digg:before {
    content: "\f221"
}

.genericon-document:before {
    content: "\f443"
}

.genericon-dot:before {
    content: "\f428"
}

.genericon-downarrow:before {
    content: "\f502"
}

.genericon-download:before {
    content: "\f50b"
}

.genericon-draggable:before {
    content: "\f436"
}

.genericon-dribbble:before {
    content: "\f201"
}

.genericon-dropbox:before {
    content: "\f225"
}

.genericon-dropdown:before {
    content: "\f433"
}

.genericon-dropdown-left:before {
    content: "\f434"
}

.genericon-edit:before {
    content: "\f411"
}

.genericon-ellipsis:before {
    content: "\f476"
}

.genericon-expand:before {
    content: "\f431"
}

.genericon-external:before {
    content: "\f442"
}

.genericon-facebook:before {
    content: "\f203"
}

.genericon-facebook-alt:before {
    content: "\f204"
}

.genericon-fastforward:before {
    content: "\f458"
}

.genericon-feed:before {
    content: "\f413"
}

.genericon-flag:before {
    content: "\f468"
}

.genericon-flickr:before {
    content: "\f211"
}

.genericon-foursquare:before {
    content: "\f226"
}

.genericon-fullscreen:before {
    content: "\f474"
}

.genericon-gallery:before {
    content: "\f103"
}

.genericon-github:before {
    content: "\f200"
}

.genericon-googleplus:before {
    content: "\f206"
}

.genericon-googleplus-alt:before {
    content: "\f218"
}

.genericon-handset:before {
    content: "\f50c"
}

.genericon-heart:before {
    content: "\f461"
}

.genericon-help:before {
    content: "\f457"
}

.genericon-hide:before {
    content: "\f404"
}

.genericon-hierarchy:before {
    content: "\f505"
}

.genericon-home:before {
    content: "\f409"
}

.genericon-image:before {
    content: "\f102"
}

.genericon-info:before {
    content: "\f455"
}

.genericon-instagram:before {
    content: "\f215"
}

.genericon-italic:before {
    content: "\f472"
}

.genericon-key:before {
    content: "\f427"
}

.genericon-leftarrow:before {
    content: "\f503"
}

.genericon-link:before {
    content: "\f107"
}

.genericon-linkedin:before {
    content: "\f207"
}

.genericon-linkedin-alt:before {
    content: "\f208"
}

.genericon-location:before {
    content: "\f417"
}

.genericon-lock:before {
    content: "\f470"
}

.genericon-mail:before {
    content: "\f410"
}

.genericon-maximize:before {
    content: "\f422"
}

.genericon-menu:before {
    content: "\f419"
}

.genericon-microphone:before {
    content: "\f50d"
}

.genericon-minimize:before {
    content: "\f421"
}

.genericon-minus:before {
    content: "\f50e"
}

.genericon-month:before {
    content: "\f307"
}

.genericon-move:before {
    content: "\f50f"
}

.genericon-next:before {
    content: "\f429"
}

.genericon-notice:before {
    content: "\f456"
}

.genericon-paintbrush:before {
    content: "\f506"
}

.genericon-path:before {
    content: "\f219"
}

.genericon-pause:before {
    content: "\f448"
}

.genericon-phone:before {
    content: "\f437"
}

.genericon-picture:before {
    content: "\f473"
}

.genericon-pinned:before {
    content: "\f308"
}

.genericon-pinterest:before {
    content: "\f209"
}

.genericon-pinterest-alt:before {
    content: "\f210"
}

.genericon-play:before {
    content: "\f452"
}

.genericon-plugin:before {
    content: "\f439"
}

.genericon-plus:before {
    content: "\f510"
}

.genericon-pocket:before {
    content: "\f224"
}

.genericon-polldaddy:before {
    content: "\f217"
}

.genericon-portfolio:before {
    content: "\f460"
}

.genericon-previous:before {
    content: "\f430"
}

.genericon-print:before {
    content: "\f469"
}

.genericon-quote:before {
    content: "\f106"
}

.genericon-rating-empty:before {
    content: "\f511"
}

.genericon-rating-full:before {
    content: "\f512"
}

.genericon-rating-half:before {
    content: "\f513"
}

.genericon-reddit:before {
    content: "\f222"
}

.genericon-refresh:before {
    content: "\f420"
}

.genericon-reply:before {
    content: "\f412"
}

.genericon-reply-alt:before {
    content: "\f466"
}

.genericon-reply-single:before {
    content: "\f467"
}

.genericon-rewind:before {
    content: "\f459"
}

.genericon-rightarrow:before {
    content: "\f501"
}

.genericon-search:before {
    content: "\f400"
}

.genericon-send-to-phone:before {
    content: "\f438"
}

.genericon-send-to-tablet:before {
    content: "\f454"
}

.genericon-share:before {
    content: "\f415"
}

.genericon-show:before {
    content: "\f403"
}

.genericon-shuffle:before {
    content: "\f514"
}

.genericon-sitemap:before {
    content: "\f507"
}

.genericon-skip-ahead:before {
    content: "\f451"
}

.genericon-skip-back:before {
    content: "\f450"
}

.genericon-skype:before {
    content: "\f220"
}

.genericon-spam:before {
    content: "\f424"
}

.genericon-spotify:before {
    content: "\f515"
}

.genericon-standard:before {
    content: "\f100"
}

.genericon-star:before {
    content: "\f408"
}

.genericon-status:before {
    content: "\f105"
}

.genericon-stop:before {
    content: "\f449"
}

.genericon-stumbleupon:before {
    content: "\f223"
}

.genericon-subscribe:before {
    content: "\f463"
}

.genericon-subscribed:before {
    content: "\f465"
}

.genericon-summary:before {
    content: "\f425"
}

.genericon-tablet:before {
    content: "\f453"
}

.genericon-tag:before {
    content: "\f302"
}

.genericon-time:before {
    content: "\f303"
}

.genericon-top:before {
    content: "\f435"
}

.genericon-trash:before {
    content: "\f407"
}

.genericon-tumblr:before {
    content: "\f214"
}

.genericon-twitch:before {
    content: "\f516"
}

.genericon-twitter:before {
    content: "\f202"
}

.genericon-unapprove:before {
    content: "\f446"
}

.genericon-unsubscribe:before {
    content: "\f464"
}

.genericon-unzoom:before {
    content: "\f401"
}

.genericon-uparrow:before {
    content: "\f500"
}

.genericon-user:before {
    content: "\f304"
}

.genericon-video:before {
    content: "\f104"
}

.genericon-videocamera:before {
    content: "\f517"
}

.genericon-vimeo:before {
    content: "\f212"
}

.genericon-warning:before {
    content: "\f414"
}

.genericon-website:before {
    content: "\f475"
}

.genericon-week:before {
    content: "\f306"
}

.genericon-wordpress:before {
    content: "\f205"
}

.genericon-xpost:before {
    content: "\f504"
}

.genericon-youtube:before {
    content: "\f213"
}

.genericon-zoom:before {
    content: "\f402"
}

.logo {
    width: 90px;
}

.header_fix_croll {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

    .header_fix_croll a {
        color: rgb(74, 74, 74) !important;
    }

    .header_fix_croll #menu-item-khoa-hoc > a {
        background-color: rgb(33, 150, 243);
    }

    .header_fix_croll #menu-item-register-kh > a {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(230, 31, 99);
    }

    .header_fix_croll #info-hotline {
        color: rgb(74, 74, 74) !important;
    }

    .header_fix_croll .logo {
        width: 60px;
    }

    .header_fix_croll .logo {
        width: 60px;
    }

.box-register-flex {
    margin: 75px auto;
    /* width: 1170px; */
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 782px) {
    .box-register-flex {
        width:  60%;
        max-width: 100%;
        margin: 0 auto;
        display: block
    }
}

span.validate.field-validation-error {
    color: red;
    font-size: 14px;
}

.topnav {
    /* background-color: #333; */
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 43px;
}

.topnav_mobile {
    background-color: #333;
    overflow: hidden;
    position: absolute;
    right: 0;
    /* top: -45px; */
    width: 100%;
    background: #eff0ae;
    padding: 23px;
    border-radius: 26px;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    /* color: #f2f2f2; */
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 17px;
}

    /* Change the color of links on hover */
    .topnav a:hover {
        color: black;
    }

    /* Add an active class to highlight the current page */
    .topnav a.active {
        /*  background-color: #04AA6D;
        color: white;*/
    }

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
    }

        .topnav a.icon {
            float: right;
            display: block;
        }

    .topnav {
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 43px;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

.link-register {
    border: 1px solid #e61f63;
    border-radius: 50px;
    transition: all 0.3s;
    text-align: center;
    display: inline-block;
    background: #e61f63;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 24px;
    line-height: 1;
}

.header_fix_croll .link-register {
    color: white !important;
    background: red;
}