body.single-post input[type="text"],
body.single-post input[type="password"],
body.single-post input[type="email"],
body.single-post input[type="search"],
body.single-post input[type="number"],
body.single-post input[type="date"],
body.single-post select,
body.single-post textarea,
body.single-post input[type="tel"] {
    font-family: "Roboto", sans-serif;
    height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    margin: 0;
    border: 1px solid #ebeff6;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666666;
}

body.single-post input[type="text"]:placeholder,
body.single-post input[type="password"]:placeholder,
body.single-post input[type="email"]:placeholder,
body.single-post input[type="search"]:placeholder,
body.single-post input[type="number"]:placeholder,
body.single-post input[type="date"]:placeholder,
body.single-post select:placeholder,
body.single-post textarea:placeholder,
body.single-post input[type="tel"]:placeholder {
    color: #777777;
}

body.single-post input[type="text"]::placeholder,
body.single-post input[type="password"]::placeholder,
body.single-post input[type="email"]::placeholder,
body.single-post input[type="search"]::placeholder,
body.single-post input[type="number"]::placeholder,
body.single-post input[type="date"]::placeholder,
body.single-post select::placeholder,
body.single-post textarea::placeholder,
body.single-post input[type="tel"]::placeholder {
    color: #777777;
}

body.single-post input[type="text"]::-webkit-input-placeholder,
body.single-post input[type="password"]::-webkit-input-placeholder,
body.single-post input[type="email"]::-webkit-input-placeholder,
body.single-post input[type="search"]::-webkit-input-placeholder,
body.single-post input[type="number"]::-webkit-input-placeholder,
body.single-post input[type="date"]::-webkit-input-placeholder,
body.single-post select::-webkit-input-placeholder,
body.single-post textarea::-webkit-input-placeholder,
body.single-post input[type="tel"]::-webkit-input-placeholder {
    color: #777777;
}

body.single-post input[type="text"]::-moz-placeholder,
body.single-post input[type="password"]::-moz-placeholder,
body.single-post input[type="email"]::-moz-placeholder,
body.single-post input[type="search"]::-moz-placeholder,
body.single-post input[type="number"]::-moz-placeholder,
body.single-post input[type="date"]::-moz-placeholder,
body.single-post select::-moz-placeholder,
body.single-post textarea::-moz-placeholder,
body.single-post input[type="tel"]::-moz-placeholder {
    color: #777777;
}

body.single-post input[type="text"]:-moz-placeholder,
body.single-post input[type="password"]:-moz-placeholder,
body.single-post input[type="email"]:-moz-placeholder,
body.single-post input[type="search"]:-moz-placeholder,
body.single-post input[type="number"]:-moz-placeholder,
body.single-post input[type="date"]:-moz-placeholder,
body.single-post select:-moz-placeholder,
body.single-post textarea:-moz-placeholder,
body.single-post input[type="tel"]:-moz-placeholder {
    color: #777777;
}

body.single-post input[type="text"]:-ms-input-placeholder,
body.single-post input[type="password"]:-ms-input-placeholder,
body.single-post input[type="email"]:-ms-input-placeholder,
body.single-post input[type="search"]:-ms-input-placeholder,
body.single-post input[type="number"]:-ms-input-placeholder,
body.single-post input[type="date"]:-ms-input-placeholder,
body.single-post select:-ms-input-placeholder,
body.single-post textarea:-ms-input-placeholder,
body.single-post input[type="tel"]:-ms-input-placeholder {
    color: #777777;
}

body.single-post input[type="text"]:focus,
body.single-post input[type="password"]:focus,
body.single-post input[type="email"]:focus,
body.single-post input[type="search"]:focus,
body.single-post input[type="number"]:focus,
body.single-post input[type="date"]:focus,
body.single-post select:focus,
body.single-post textarea:focus,
body.single-post input[type="tel"]:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-outline: none;
    -khtml-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    border-color: #bbc5d5;
}

body.single-post textarea {
    height: 100px;
    overflow: auto;
}

body.single-post textarea:placeholder {
    color: #777777;
}

body.single-post textarea::placeholder {
    color: #777777;
}

body.single-post textarea::-webkit-input-placeholder {
    color: #777777;
}

body.single-post textarea::-moz-placeholder {
    color: #777777;
}

body.single-post textarea:-moz-placeholder {
    color: #777777;
}

body.single-post textarea:-ms-input-placeholder {
    color: #777777;
}

body.single-post .site-content .entry+#comments {
    margin-top: 35px;
}

body.single-post .site-content .entry .entry-video,
body.single-post .site-content .entry .entry-thumbnail,
body.single-post .site-content .entry .entry-gallery {
    background-color: #ffffff;
}

body.single-post .site-content .entry .entry-video .images,
body.single-post .site-content .entry .entry-thumbnail .images,
body.single-post .site-content .entry .entry-gallery .images {
    text-align: center;
    margin: 0;
    padding: 0;
}

body.single-post .site-content .entry .entry-video {
    line-height: 1;
}

body.single-post .site-content .entry .entry-video iframe {
    width: 100%;
}

body.single-post .site-content .entry .entry-thumbnail a {
    display: block;
    text-align: center;
}

body.single-post .site-content .entry .entry-thumbnail .image {
    background-position: center;
    background-size: cover;
}

body.single-post .site-content .entry .entry-data {
    background-color: #ffffff;
}

body.single-post .site-content .entry .entry-data .entry-extra {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.single-post .site-content .entry .entry-data .entry-extra>span {
    margin-right: 12px;
}

body.single-post .site-content .entry .entry-data .entry-extra>span a[href] {
    color: #777777;
    white-space: nowrap;
    display: inline-block;
}

body.single-post .site-content .entry .entry-data .entry-extra>span a[href]:hover {
    color: #000000;
}

body.single-post .site-content .entry .entry-data .entry-extra>span:last-child::after {
    content: none;
}

body.single-post .site-content .entry .entry-data .entry-extra>span.date::after {
    content: '/';
    margin-left: 13px;
}

body.single-post .site-content .entry .entry-data .entry-extra>.comments a .count {
    margin-right: 1px;
    color: #0072bc;
}

body.single-post .site-content .entry .entry-data .entry-extra>.comments .label {
    color: #0072bc;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.single-post .site-content .entry .entry-data .entry-extra span.date a::before {
    content: none;
}

body.single-post .site-content .entry .entry-data img {
    /*            max-width: 100%;
            width: auto;
            height: auto;
            margin: 10px 0;*/
}

body.single-post .site-content .entry .entry-data .entry-extra+.entry-title {
    margin-top: 12px;
}

body.single-post .site-content .entry .entry-data .entry-title {
    font-family: "Volkhov", sans-serif;
    font-size: 22px;
    font-style: italic;
    color: #222222;
    line-height: 1.25;
    font-weight: 500;
}

body.single-post .site-content .entry .entry-data .entry-title a {
    color: #222222;
}

body.single-post .site-content .entry .entry-data .entry-title a:hover {
    color: #777777;
}

body.single-post .site-content .entry .entry-data .entry-meta {
    margin: 14px 0 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.single-post .site-content .entry .entry-data .entry-meta a {
    color: #777777;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

body.single-post .site-content .entry .entry-data .entry-meta a:hover {
    color: #000000;
}

body.single-post .site-content .entry .entry-data .entry-meta>span {
    margin-right: 8px;
}

body.single-post .site-content .entry .entry-data .entry-meta>span:after {
    content: "\2022";
    padding-left: 8px;
}

body.single-post .site-content .entry .entry-data .entry-meta>span:last-child:after {
    content: none;
}

body.single-post .site-content .entry .entry-data .entry-meta span.label {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #666666;
    padding: 0;
    padding-right: 5px;
}

body.single-post .site-content .entry .entry-data .entry-header {
    margin-bottom: 17px;
}

body.single-post .site-content .entry .entry-data .entry-header+.entry-content,
body.single-post .site-content .entry .entry-data .entry-header .entry-summary {
    margin-bottom: 20px;
}

body.single-post .site-content .entry .entry-data .entry-content,
body.single-post .site-content .entry .entry-data .entry-summary {
    line-height: 1.375;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 10px 0;
}

body.single-post .site-content .entry .entry-data .entry-content iframe,
body.single-post .site-content .entry .entry-data .entry-summary iframe,
body.single-post .site-content .entry .entry-data .entry-content embed,
body.single-post .site-content .entry .entry-data .entry-summary embed {
    width: 100% !important;
}

body.single-post .site-content .entry .entry-data .entry-content p:last-child,
body.single-post .site-content .entry .entry-data .entry-summary p:last-child {
    margin-bottom: 0;
}

body.single-post .site-content .entry .entry-data .entry-content::after,
body.single-post .site-content .entry .entry-data .entry-summary::after {
    content: "";
    display: table;
    clear: both;
}

body.single-post .site-content .entry .entry-data .entry-content table,
body.single-post .site-content .entry .entry-data .entry-summary table {
    margin: 20px 0;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
}

body.single-post .site-content .entry .entry-data .entry-content table caption,
body.single-post .site-content .entry .entry-data .entry-summary table caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
}

body.single-post .site-content .entry .entry-data .entry-content table thead,
body.single-post .site-content .entry .entry-data .entry-summary table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

body.single-post .site-content .entry .entry-data .entry-content table thead tr th,
body.single-post .site-content .entry .entry-data .entry-summary table thead tr th,
body.single-post .site-content .entry .entry-data .entry-content table thead tr td,
body.single-post .site-content .entry .entry-data .entry-summary table thead tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.single-post .site-content .entry .entry-data .entry-content table tbody tr th,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th,
body.single-post .site-content .entry .entry-data .entry-content table tbody tr td,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.single-post .site-content .entry .entry-data .entry-content table tbody tr th a,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th a,
body.single-post .site-content .entry .entry-data .entry-content table tbody tr td a,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td a {
    color: #000000;
}

body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th,
body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th a,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th a,
body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td a,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td a {
    color: #000000;
}

@media (max-width: 786px) {
    body.single-post .site-content .entry .entry-data .entry-content table,
    body.single-post .site-content .entry .entry-data .entry-summary table {
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        table-layout: auto;
        width: 100%;
    }
    body.single-post .site-content .entry .entry-data .entry-content table caption,
    body.single-post .site-content .entry .entry-data .entry-summary table caption {
        margin-bottom: 18px;
        color: #000000;
        line-height: 1;
    }
    body.single-post .site-content .entry .entry-data .entry-content table thead,
    body.single-post .site-content .entry .entry-data .entry-summary table thead {
        background-color: #222222;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
    }
    body.single-post .site-content .entry .entry-data .entry-content table thead tr th,
    body.single-post .site-content .entry .entry-data .entry-summary table thead tr th,
    body.single-post .site-content .entry .entry-data .entry-content table thead tr td,
    body.single-post .site-content .entry .entry-data .entry-summary table thead tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.single-post .site-content .entry .entry-data .entry-content table tbody tr th,
    body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th,
    body.single-post .site-content .entry .entry-data .entry-content table tbody tr td,
    body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.single-post .site-content .entry .entry-data .entry-content table tbody tr th a,
    body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th a,
    body.single-post .site-content .entry .entry-data .entry-content table tbody tr td a,
    body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td a {
        color: #000000;
    }
    body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th,
    body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th,
    body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td,
    body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th a,
    body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th a,
    body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td a,
    body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td a {
        color: #000000;
    }
}

body.single-post .site-content .entry .entry-data .entry-content .more-link,
body.single-post .site-content .entry .entry-data .entry-summary .more-link {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-color: #ebeff6;
    background-color: #ebeff6;
    color: #000000;
    margin-top: 24px;
}

body.single-post .site-content .entry .entry-data .entry-footer .tags-links span:not(.label) {
    display: none;
}

body.single-post .site-content .entry .entry-data .entry-footer .tags-links .label {
    font-size: 16px;
    line-height: 1.375;
    float: left;
    color: #666666;
    font-weight: 300;
}

body.single-post .site-content .entry .entry-data .entry-footer .tags-links a {
    font-family: "Roboto";
    background-color: transparent;
    letter-spacing: 0;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
    margin: 0 10px 8px 0;
    border: 1px solid #ebeff6;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 5px 8px;
    padding: 0 10px;
    color: inherit;
}

body.single-post .site-content .entry .entry-data .entry-footer .tags-links a:hover {
    border-color: #434955;
    background-color: #404757;
    color: #ffffff;
}

body.single-post .site-content .entry .entry-data .entry-footer .tags-links:after {
    content: " ";
    display: table;
    clear: both;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy {
    display: block;
    font-weight: bold;
    padding-left: 0;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy label {
    display: none;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links {
    display: block;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links span {
    display: none;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links a {
    font-size: 9px;
    font-family: "Montserrat";
    color: #777777;
    background-color: #ffffff;
    border-radius: 3px;
    line-height: 23px;
    padding: 0 21px;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links a:hover {
    border-color: #222222;
    color: #000000;
}

body.single-post .site-content .entry .entry-data .entry-footer .taxonomy .links:after {
    content: " ";
    display: table;
    clear: both;
}

body.single-post .site-content .entry .entry-data .entry-share {
    margin-top: 35px;
}

body.single-post .site-content .entry .entry-data .entry-share .helper {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    line-height: 1.1;
}

body.single-post .site-content .entry .entry-data::after {
    content: "";
    display: table;
    clear: both;
}

body.single-post .site-content .entry .entry-video+.entry-data,
body.single-post .site-content .entry .entry-thumbnail+.entry-data,
body.single-post .site-content .entry .entry-gallery+.entry-data {
    margin-top: 20px;
}

body.single-post .site-content .entry .entry-header .entry-title {
    display: none;
}

body.single-post .site-content .entry .entry-footer {
    margin-top: 20px;
    padding-top: 35px;
    border-top: 1px solid #f0f0f0;
}

body.blog .site-main {
    margin:40px 0 20px 0!important;
}

body.blog input[type="text"],
body.archive input[type="text"],
body.search-results input[type="text"],
body.blog input[type="password"],
body.archive input[type="password"],
body.search-results input[type="password"],
body.blog input[type="email"],
body.archive input[type="email"],
body.search-results input[type="email"],
body.blog input[type="search"],
body.archive input[type="search"],
body.search-results input[type="search"],
body.blog input[type="number"],
body.archive input[type="number"],
body.search-results input[type="number"],
body.blog input[type="date"],
body.archive input[type="date"],
body.search-results input[type="date"],
body.blog select,
body.archive select,
body.search-results select,
body.blog textarea,
body.archive textarea,
body.search-results textarea,
body.blog input[type="tel"],
body.archive input[type="tel"],
body.search-results input[type="tel"] {
    font-family: "Roboto", sans-serif;
    height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    margin: 0;
    border: 1px solid #ebeff6;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666666;
}

body.blog input[type="text"]:placeholder,
body.archive input[type="text"]:placeholder,
body.search-results input[type="text"]:placeholder,
body.blog input[type="password"]:placeholder,
body.archive input[type="password"]:placeholder,
body.search-results input[type="password"]:placeholder,
body.blog input[type="email"]:placeholder,
body.archive input[type="email"]:placeholder,
body.search-results input[type="email"]:placeholder,
body.blog input[type="search"]:placeholder,
body.archive input[type="search"]:placeholder,
body.search-results input[type="search"]:placeholder,
body.blog input[type="number"]:placeholder,
body.archive input[type="number"]:placeholder,
body.search-results input[type="number"]:placeholder,
body.blog input[type="date"]:placeholder,
body.archive input[type="date"]:placeholder,
body.search-results input[type="date"]:placeholder,
body.blog select:placeholder,
body.archive select:placeholder,
body.search-results select:placeholder,
body.blog textarea:placeholder,
body.archive textarea:placeholder,
body.search-results textarea:placeholder,
body.blog input[type="tel"]:placeholder,
body.archive input[type="tel"]:placeholder,
body.search-results input[type="tel"]:placeholder {
    color: #777777;
}

body.blog input[type="text"]::placeholder,
body.archive input[type="text"]::placeholder,
body.search-results input[type="text"]::placeholder,
body.blog input[type="password"]::placeholder,
body.archive input[type="password"]::placeholder,
body.search-results input[type="password"]::placeholder,
body.blog input[type="email"]::placeholder,
body.archive input[type="email"]::placeholder,
body.search-results input[type="email"]::placeholder,
body.blog input[type="search"]::placeholder,
body.archive input[type="search"]::placeholder,
body.search-results input[type="search"]::placeholder,
body.blog input[type="number"]::placeholder,
body.archive input[type="number"]::placeholder,
body.search-results input[type="number"]::placeholder,
body.blog input[type="date"]::placeholder,
body.archive input[type="date"]::placeholder,
body.search-results input[type="date"]::placeholder,
body.blog select::placeholder,
body.archive select::placeholder,
body.search-results select::placeholder,
body.blog textarea::placeholder,
body.archive textarea::placeholder,
body.search-results textarea::placeholder,
body.blog input[type="tel"]::placeholder,
body.archive input[type="tel"]::placeholder,
body.search-results input[type="tel"]::placeholder {
    color: #777777;
}

body.blog input[type="text"]::-webkit-input-placeholder,
body.archive input[type="text"]::-webkit-input-placeholder,
body.search-results input[type="text"]::-webkit-input-placeholder,
body.blog input[type="password"]::-webkit-input-placeholder,
body.archive input[type="password"]::-webkit-input-placeholder,
body.search-results input[type="password"]::-webkit-input-placeholder,
body.blog input[type="email"]::-webkit-input-placeholder,
body.archive input[type="email"]::-webkit-input-placeholder,
body.search-results input[type="email"]::-webkit-input-placeholder,
body.blog input[type="search"]::-webkit-input-placeholder,
body.archive input[type="search"]::-webkit-input-placeholder,
body.search-results input[type="search"]::-webkit-input-placeholder,
body.blog input[type="number"]::-webkit-input-placeholder,
body.archive input[type="number"]::-webkit-input-placeholder,
body.search-results input[type="number"]::-webkit-input-placeholder,
body.blog input[type="date"]::-webkit-input-placeholder,
body.archive input[type="date"]::-webkit-input-placeholder,
body.search-results input[type="date"]::-webkit-input-placeholder,
body.blog select::-webkit-input-placeholder,
body.archive select::-webkit-input-placeholder,
body.search-results select::-webkit-input-placeholder,
body.blog textarea::-webkit-input-placeholder,
body.archive textarea::-webkit-input-placeholder,
body.search-results textarea::-webkit-input-placeholder,
body.blog input[type="tel"]::-webkit-input-placeholder,
body.archive input[type="tel"]::-webkit-input-placeholder,
body.search-results input[type="tel"]::-webkit-input-placeholder {
    color: #777777;
}

body.blog input[type="text"]::-moz-placeholder,
body.archive input[type="text"]::-moz-placeholder,
body.search-results input[type="text"]::-moz-placeholder,
body.blog input[type="password"]::-moz-placeholder,
body.archive input[type="password"]::-moz-placeholder,
body.search-results input[type="password"]::-moz-placeholder,
body.blog input[type="email"]::-moz-placeholder,
body.archive input[type="email"]::-moz-placeholder,
body.search-results input[type="email"]::-moz-placeholder,
body.blog input[type="search"]::-moz-placeholder,
body.archive input[type="search"]::-moz-placeholder,
body.search-results input[type="search"]::-moz-placeholder,
body.blog input[type="number"]::-moz-placeholder,
body.archive input[type="number"]::-moz-placeholder,
body.search-results input[type="number"]::-moz-placeholder,
body.blog input[type="date"]::-moz-placeholder,
body.archive input[type="date"]::-moz-placeholder,
body.search-results input[type="date"]::-moz-placeholder,
body.blog select::-moz-placeholder,
body.archive select::-moz-placeholder,
body.search-results select::-moz-placeholder,
body.blog textarea::-moz-placeholder,
body.archive textarea::-moz-placeholder,
body.search-results textarea::-moz-placeholder,
body.blog input[type="tel"]::-moz-placeholder,
body.archive input[type="tel"]::-moz-placeholder,
body.search-results input[type="tel"]::-moz-placeholder {
    color: #777777;
}

body.blog input[type="text"]:-moz-placeholder,
body.archive input[type="text"]:-moz-placeholder,
body.search-results input[type="text"]:-moz-placeholder,
body.blog input[type="password"]:-moz-placeholder,
body.archive input[type="password"]:-moz-placeholder,
body.search-results input[type="password"]:-moz-placeholder,
body.blog input[type="email"]:-moz-placeholder,
body.archive input[type="email"]:-moz-placeholder,
body.search-results input[type="email"]:-moz-placeholder,
body.blog input[type="search"]:-moz-placeholder,
body.archive input[type="search"]:-moz-placeholder,
body.search-results input[type="search"]:-moz-placeholder,
body.blog input[type="number"]:-moz-placeholder,
body.archive input[type="number"]:-moz-placeholder,
body.search-results input[type="number"]:-moz-placeholder,
body.blog input[type="date"]:-moz-placeholder,
body.archive input[type="date"]:-moz-placeholder,
body.search-results input[type="date"]:-moz-placeholder,
body.blog select:-moz-placeholder,
body.archive select:-moz-placeholder,
body.search-results select:-moz-placeholder,
body.blog textarea:-moz-placeholder,
body.archive textarea:-moz-placeholder,
body.search-results textarea:-moz-placeholder,
body.blog input[type="tel"]:-moz-placeholder,
body.archive input[type="tel"]:-moz-placeholder,
body.search-results input[type="tel"]:-moz-placeholder {
    color: #777777;
}

body.blog input[type="text"]:-ms-input-placeholder,
body.archive input[type="text"]:-ms-input-placeholder,
body.search-results input[type="text"]:-ms-input-placeholder,
body.blog input[type="password"]:-ms-input-placeholder,
body.archive input[type="password"]:-ms-input-placeholder,
body.search-results input[type="password"]:-ms-input-placeholder,
body.blog input[type="email"]:-ms-input-placeholder,
body.archive input[type="email"]:-ms-input-placeholder,
body.search-results input[type="email"]:-ms-input-placeholder,
body.blog input[type="search"]:-ms-input-placeholder,
body.archive input[type="search"]:-ms-input-placeholder,
body.search-results input[type="search"]:-ms-input-placeholder,
body.blog input[type="number"]:-ms-input-placeholder,
body.archive input[type="number"]:-ms-input-placeholder,
body.search-results input[type="number"]:-ms-input-placeholder,
body.blog input[type="date"]:-ms-input-placeholder,
body.archive input[type="date"]:-ms-input-placeholder,
body.search-results input[type="date"]:-ms-input-placeholder,
body.blog select:-ms-input-placeholder,
body.archive select:-ms-input-placeholder,
body.search-results select:-ms-input-placeholder,
body.blog textarea:-ms-input-placeholder,
body.archive textarea:-ms-input-placeholder,
body.search-results textarea:-ms-input-placeholder,
body.blog input[type="tel"]:-ms-input-placeholder,
body.archive input[type="tel"]:-ms-input-placeholder,
body.search-results input[type="tel"]:-ms-input-placeholder {
    color: #777777;
}

body.blog input[type="text"]:focus,
body.archive input[type="text"]:focus,
body.search-results input[type="text"]:focus,
body.blog input[type="password"]:focus,
body.archive input[type="password"]:focus,
body.search-results input[type="password"]:focus,
body.blog input[type="email"]:focus,
body.archive input[type="email"]:focus,
body.search-results input[type="email"]:focus,
body.blog input[type="search"]:focus,
body.archive input[type="search"]:focus,
body.search-results input[type="search"]:focus,
body.blog input[type="number"]:focus,
body.archive input[type="number"]:focus,
body.search-results input[type="number"]:focus,
body.blog input[type="date"]:focus,
body.archive input[type="date"]:focus,
body.search-results input[type="date"]:focus,
body.blog select:focus,
body.archive select:focus,
body.search-results select:focus,
body.blog textarea:focus,
body.archive textarea:focus,
body.search-results textarea:focus,
body.blog input[type="tel"]:focus,
body.archive input[type="tel"]:focus,
body.search-results input[type="tel"]:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-outline: none;
    -khtml-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    border-color: #bbc5d5;
}

body.blog textarea,
body.archive textarea,
body.search-results textarea {
    height: 100px;
    overflow: auto;
}

body.blog textarea:placeholder,
body.archive textarea:placeholder,
body.search-results textarea:placeholder {
    color: #777777;
}

body.blog textarea::placeholder,
body.archive textarea::placeholder,
body.search-results textarea::placeholder {
    color: #777777;
}

body.blog textarea::-webkit-input-placeholder,
body.archive textarea::-webkit-input-placeholder,
body.search-results textarea::-webkit-input-placeholder {
    color: #777777;
}

body.blog textarea::-moz-placeholder,
body.archive textarea::-moz-placeholder,
body.search-results textarea::-moz-placeholder {
    color: #777777;
}

body.blog textarea:-moz-placeholder,
body.archive textarea:-moz-placeholder,
body.search-results textarea:-moz-placeholder {
    color: #777777;
}

body.blog textarea:-ms-input-placeholder,
body.archive textarea:-ms-input-placeholder,
body.search-results textarea:-ms-input-placeholder {
    color: #777777;
}

body.blog .site-content>.entry.post,
body.archive .site-content>.entry.post,
body.search-results .site-content>.entry.post {
    background-color: transparent;
    margin-bottom: 90px;
}

body.blog .site-content>.entry.post:last-child,
body.archive .site-content>.entry.post:last-child,
body.search-results .site-content>.entry.post:last-child {
    margin-bottom: 0;
}

body.blog .site-content>.entry.post .entry-video,
body.archive .site-content>.entry.post .entry-video,
body.search-results .site-content>.entry.post .entry-video,
body.blog .site-content>.entry.post .entry-thumbnail,
body.archive .site-content>.entry.post .entry-thumbnail,
body.search-results .site-content>.entry.post .entry-thumbnail,
body.blog .site-content>.entry.post .entry-gallery,
body.archive .site-content>.entry.post .entry-gallery,
body.search-results .site-content>.entry.post .entry-gallery {
    background-color: #ffffff;
}

body.blog .site-content>.entry.post .entry-video .images,
body.archive .site-content>.entry.post .entry-video .images,
body.search-results .site-content>.entry.post .entry-video .images,
body.blog .site-content>.entry.post .entry-thumbnail .images,
body.archive .site-content>.entry.post .entry-thumbnail .images,
body.search-results .site-content>.entry.post .entry-thumbnail .images,
body.blog .site-content>.entry.post .entry-gallery .images,
body.archive .site-content>.entry.post .entry-gallery .images,
body.search-results .site-content>.entry.post .entry-gallery .images {
    text-align: center;
    margin: 0;
    padding: 0;
}

body.blog .site-content>.entry.post .entry-video,
body.archive .site-content>.entry.post .entry-video,
body.search-results .site-content>.entry.post .entry-video {
    line-height: 1;
}

body.blog .site-content>.entry.post .entry-video iframe,
body.archive .site-content>.entry.post .entry-video iframe,
body.search-results .site-content>.entry.post .entry-video iframe {
    width: 100%;
}

body.blog .site-content>.entry.post .entry-thumbnail a,
body.archive .site-content>.entry.post .entry-thumbnail a,
body.search-results .site-content>.entry.post .entry-thumbnail a {
    display: block;
    text-align: center;
}

body.blog .site-content>.entry.post .entry-thumbnail .image,
body.archive .site-content>.entry.post .entry-thumbnail .image,
body.search-results .site-content>.entry.post .entry-thumbnail .image {
    background-position: center;
    background-size: cover;
}

body.blog .site-content>.entry.post .entry-data,
body.archive .site-content>.entry.post .entry-data,
body.search-results .site-content>.entry.post .entry-data {
    background-color: #ffffff;
}

body.blog .site-content>.entry.post .entry-data .entry-extra,
body.archive .site-content>.entry.post .entry-data .entry-extra,
body.search-results .site-content>.entry.post .entry-data .entry-extra {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>span,
body.archive .site-content>.entry.post .entry-data .entry-extra>span,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span {
    margin-right: 12px;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>span a[href],
body.archive .site-content>.entry.post .entry-data .entry-extra>span a[href],
body.search-results .site-content>.entry.post .entry-data .entry-extra>span a[href] {
    color: #777777;
    white-space: nowrap;
    display: inline-block;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.archive .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover {
    color: #000000;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>span:last-child::after,
body.archive .site-content>.entry.post .entry-data .entry-extra>span:last-child::after,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span:last-child::after {
    content: none;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>span.date::after,
body.archive .site-content>.entry.post .entry-data .entry-extra>span.date::after,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span.date::after {
    content: '/';
    margin-left: 13px;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>.comments a .count,
body.archive .site-content>.entry.post .entry-data .entry-extra>.comments a .count,
body.search-results .site-content>.entry.post .entry-data .entry-extra>.comments a .count {
    margin-right: 1px;
    color: #0072bc;
}

body.blog .site-content>.entry.post .entry-data .entry-extra>.comments .label,
body.archive .site-content>.entry.post .entry-data .entry-extra>.comments .label,
body.search-results .site-content>.entry.post .entry-data .entry-extra>.comments .label {
    color: #0072bc;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.blog .site-content>.entry.post .entry-data .entry-extra span.date a::before,
body.archive .site-content>.entry.post .entry-data .entry-extra span.date a::before,
body.search-results .site-content>.entry.post .entry-data .entry-extra span.date a::before {
    content: none;
}

body.blog .site-content>.entry.post .entry-data img,
body.archive .site-content>.entry.post .entry-data img,
body.search-results .site-content>.entry.post .entry-data img {
    /*            max-width: 100%;
            width: auto;
            height: auto;
            margin: 10px 0;*/
}

body.blog .site-content>.entry.post .entry-data .entry-extra+.entry-title,
body.archive .site-content>.entry.post .entry-data .entry-extra+.entry-title,
body.search-results .site-content>.entry.post .entry-data .entry-extra+.entry-title {
    margin-top: 12px;
}

body.blog .site-content>.entry.post .entry-data .entry-title,
body.archive .site-content>.entry.post .entry-data .entry-title,
body.search-results .site-content>.entry.post .entry-data .entry-title {
    font-family: "Volkhov", sans-serif;
    font-size: 22px;
    font-style: italic;
    color: #222222;
    line-height: 1.25;
    font-weight: 500;
}

body.blog .site-content>.entry.post .entry-data .entry-title a,
body.archive .site-content>.entry.post .entry-data .entry-title a,
body.search-results .site-content>.entry.post .entry-data .entry-title a {
    color: #222222;
}

body.blog .site-content>.entry.post .entry-data .entry-title a:hover,
body.archive .site-content>.entry.post .entry-data .entry-title a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-title a:hover {
    color: #777777;
}

body.blog .site-content>.entry.post .entry-data .entry-meta,
body.archive .site-content>.entry.post .entry-data .entry-meta,
body.search-results .site-content>.entry.post .entry-data .entry-meta {
    margin: 14px 0 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.blog .site-content>.entry.post .entry-data .entry-meta a,
body.archive .site-content>.entry.post .entry-data .entry-meta a,
body.search-results .site-content>.entry.post .entry-data .entry-meta a {
    color: #777777;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

body.blog .site-content>.entry.post .entry-data .entry-meta a:hover,
body.archive .site-content>.entry.post .entry-data .entry-meta a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-meta a:hover {
    color: #000000;
}

body.blog .site-content>.entry.post .entry-data .entry-meta>span,
body.archive .site-content>.entry.post .entry-data .entry-meta>span,
body.search-results .site-content>.entry.post .entry-data .entry-meta>span {
    margin-right: 8px;
}

body.blog .site-content>.entry.post .entry-data .entry-meta>span:after,
body.archive .site-content>.entry.post .entry-data .entry-meta>span:after,
body.search-results .site-content>.entry.post .entry-data .entry-meta>span:after {
    content: "\2022";
    padding-left: 8px;
}

body.blog .site-content>.entry.post .entry-data .entry-meta>span:last-child:after,
body.archive .site-content>.entry.post .entry-data .entry-meta>span:last-child:after,
body.search-results .site-content>.entry.post .entry-data .entry-meta>span:last-child:after {
    content: none;
}

body.blog .site-content>.entry.post .entry-data .entry-meta span.label,
body.archive .site-content>.entry.post .entry-data .entry-meta span.label,
body.search-results .site-content>.entry.post .entry-data .entry-meta span.label {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #666666;
    padding: 0;
    padding-right: 5px;
}

body.blog .site-content>.entry.post .entry-data .entry-header,
body.archive .site-content>.entry.post .entry-data .entry-header,
body.search-results .site-content>.entry.post .entry-data .entry-header {
    margin-bottom: 17px;
}

body.blog .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.archive .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.search-results .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.blog .site-content>.entry.post .entry-data .entry-header .entry-summary,
body.archive .site-content>.entry.post .entry-data .entry-header .entry-summary,
body.search-results .site-content>.entry.post .entry-data .entry-header .entry-summary {
    margin-bottom: 20px;
}

body.blog .site-content>.entry.post .entry-data .entry-content,
body.archive .site-content>.entry.post .entry-data .entry-content,
body.search-results .site-content>.entry.post .entry-data .entry-content,
body.blog .site-content>.entry.post .entry-data .entry-summary,
body.archive .site-content>.entry.post .entry-data .entry-summary,
body.search-results .site-content>.entry.post .entry-data .entry-summary {
    line-height: 1.375;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 10px 0;
}

body.blog .site-content>.entry.post .entry-data .entry-content iframe,
body.archive .site-content>.entry.post .entry-data .entry-content iframe,
body.search-results .site-content>.entry.post .entry-data .entry-content iframe,
body.blog .site-content>.entry.post .entry-data .entry-summary iframe,
body.archive .site-content>.entry.post .entry-data .entry-summary iframe,
body.search-results .site-content>.entry.post .entry-data .entry-summary iframe,
body.blog .site-content>.entry.post .entry-data .entry-content embed,
body.archive .site-content>.entry.post .entry-data .entry-content embed,
body.search-results .site-content>.entry.post .entry-data .entry-content embed,
body.blog .site-content>.entry.post .entry-data .entry-summary embed,
body.archive .site-content>.entry.post .entry-data .entry-summary embed,
body.search-results .site-content>.entry.post .entry-data .entry-summary embed {
    width: 100% !important;
}

body.blog .site-content>.entry.post .entry-data .entry-content p:last-child,
body.archive .site-content>.entry.post .entry-data .entry-content p:last-child,
body.search-results .site-content>.entry.post .entry-data .entry-content p:last-child,
body.blog .site-content>.entry.post .entry-data .entry-summary p:last-child,
body.archive .site-content>.entry.post .entry-data .entry-summary p:last-child,
body.search-results .site-content>.entry.post .entry-data .entry-summary p:last-child {
    margin-bottom: 0;
}

body.blog .site-content>.entry.post .entry-data .entry-content::after,
body.archive .site-content>.entry.post .entry-data .entry-content::after,
body.search-results .site-content>.entry.post .entry-data .entry-content::after,
body.blog .site-content>.entry.post .entry-data .entry-summary::after,
body.archive .site-content>.entry.post .entry-data .entry-summary::after,
body.search-results .site-content>.entry.post .entry-data .entry-summary::after {
    content: "";
    display: table;
    clear: both;
}

body.blog .site-content>.entry.post .entry-data .entry-content table,
body.archive .site-content>.entry.post .entry-data .entry-content table,
body.search-results .site-content>.entry.post .entry-data .entry-content table,
body.blog .site-content>.entry.post .entry-data .entry-summary table,
body.archive .site-content>.entry.post .entry-data .entry-summary table,
body.search-results .site-content>.entry.post .entry-data .entry-summary table {
    margin: 20px 0;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
}

body.blog .site-content>.entry.post .entry-data .entry-content table caption,
body.archive .site-content>.entry.post .entry-data .entry-content table caption,
body.search-results .site-content>.entry.post .entry-data .entry-content table caption,
body.blog .site-content>.entry.post .entry-data .entry-summary table caption,
body.archive .site-content>.entry.post .entry-data .entry-summary table caption,
body.search-results .site-content>.entry.post .entry-data .entry-summary table caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
}

body.blog .site-content>.entry.post .entry-data .entry-content table thead,
body.archive .site-content>.entry.post .entry-data .entry-content table thead,
body.search-results .site-content>.entry.post .entry-data .entry-content table thead,
body.blog .site-content>.entry.post .entry-data .entry-summary table thead,
body.archive .site-content>.entry.post .entry-data .entry-summary table thead,
body.search-results .site-content>.entry.post .entry-data .entry-summary table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

body.blog .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.archive .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.blog .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.archive .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr td,
body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr td,
body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td a {
    color: #000000;
}

body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a {
    color: #000000;
}

@media (max-width: 786px) {
    body.blog .site-content>.entry.post .entry-data .entry-content table,
    body.archive .site-content>.entry.post .entry-data .entry-content table,
    body.search-results .site-content>.entry.post .entry-data .entry-content table,
    body.blog .site-content>.entry.post .entry-data .entry-summary table,
    body.archive .site-content>.entry.post .entry-data .entry-summary table,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table {
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        table-layout: auto;
        width: 100%;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table caption,
    body.archive .site-content>.entry.post .entry-data .entry-content table caption,
    body.search-results .site-content>.entry.post .entry-data .entry-content table caption,
    body.blog .site-content>.entry.post .entry-data .entry-summary table caption,
    body.archive .site-content>.entry.post .entry-data .entry-summary table caption,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table caption {
        margin-bottom: 18px;
        color: #000000;
        line-height: 1;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table thead,
    body.archive .site-content>.entry.post .entry-data .entry-content table thead,
    body.search-results .site-content>.entry.post .entry-data .entry-content table thead,
    body.blog .site-content>.entry.post .entry-data .entry-summary table thead,
    body.archive .site-content>.entry.post .entry-data .entry-summary table thead,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table thead {
        background-color: #222222;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.archive .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.blog .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.archive .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr td,
    body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td a {
        color: #000000;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a {
        color: #000000;
    }
}

body.blog .site-content>.entry.post .entry-data .entry-content .more-link,
body.archive .site-content>.entry.post .entry-data .entry-content .more-link,
body.search-results .site-content>.entry.post .entry-data .entry-content .more-link,
body.blog .site-content>.entry.post .entry-data .entry-summary .more-link,
body.archive .site-content>.entry.post .entry-data .entry-summary .more-link,
body.search-results .site-content>.entry.post .entry-data .entry-summary .more-link {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-color: #ebeff6;
    background-color: #ebeff6;
    color: #000000;
    margin-top: 24px;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label) {
    display: none;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links .label,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links .label,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links .label {
    font-size: 16px;
    line-height: 1.375;
    float: left;
    color: #666666;
    font-weight: 300;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links a,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links a,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links a {
    font-family: "Roboto";
    background-color: transparent;
    letter-spacing: 0;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
    margin: 0 10px 8px 0;
    border: 1px solid #ebeff6;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 5px 8px;
    padding: 0 10px;
    color: inherit;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover {
    border-color: #434955;
    background-color: #404757;
    color: #ffffff;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links:after,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links:after,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links:after {
    content: " ";
    display: table;
    clear: both;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy {
    display: block;
    font-weight: bold;
    padding-left: 0;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy label,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy label,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy label {
    display: none;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links {
    display: block;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span {
    display: none;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a {
    font-size: 9px;
    font-family: "Montserrat";
    color: #777777;
    background-color: #ffffff;
    border-radius: 3px;
    line-height: 23px;
    padding: 0 21px;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover {
    border-color: #222222;
    color: #000000;
}

body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after {
    content: " ";
    display: table;
    clear: both;
}

body.blog .site-content>.entry.post .entry-data .entry-share,
body.archive .site-content>.entry.post .entry-data .entry-share,
body.search-results .site-content>.entry.post .entry-data .entry-share {
    margin-top: 35px;
}

body.blog .site-content>.entry.post .entry-data .entry-share .helper,
body.archive .site-content>.entry.post .entry-data .entry-share .helper,
body.search-results .site-content>.entry.post .entry-data .entry-share .helper {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    line-height: 1.1;
}

body.blog .site-content>.entry.post .entry-data::after,
body.archive .site-content>.entry.post .entry-data::after,
body.search-results .site-content>.entry.post .entry-data::after {
    content: "";
    display: table;
    clear: both;
}

body.blog .site-content>.entry.post.sticky,
body.archive .site-content>.entry.post.sticky,
body.search-results .site-content>.entry.post.sticky {
    width: 100%;
}

body.blog .site-content>.entry.post.sticky .entry-data .entry-title,
body.archive .site-content>.entry.post.sticky .entry-data .entry-title,
body.search-results .site-content>.entry.post.sticky .entry-data .entry-title {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 7px !important;
    line-height: 1.2;
    margin-bottom: 28px;
}

body.home.page .site-content>.entry.post .entry-video,
body.blog .site-content>.entry.post .entry-video,
body.archive .site-content>.entry.post .entry-video,
body.search-results .site-content>.entry.post .entry-video,
body.home.page .posts-list>.entry.post .entry-video,
body.blog .posts-list>.entry.post .entry-video,
body.archive .posts-list>.entry.post .entry-video,
body.search-results .posts-list>.entry.post .entry-video,
body.home.page .site-content>.entry.post .entry-thumbnail,
body.blog .site-content>.entry.post .entry-thumbnail,
body.archive .site-content>.entry.post .entry-thumbnail,
body.search-results .site-content>.entry.post .entry-thumbnail,
body.home.page .posts-list>.entry.post .entry-thumbnail,
body.blog .posts-list>.entry.post .entry-thumbnail,
body.archive .posts-list>.entry.post .entry-thumbnail,
body.search-results .posts-list>.entry.post .entry-thumbnail,
body.home.page .site-content>.entry.post .entry-gallery,
body.blog .site-content>.entry.post .entry-gallery,
body.archive .site-content>.entry.post .entry-gallery,
body.search-results .site-content>.entry.post .entry-gallery,
body.home.page .posts-list>.entry.post .entry-gallery,
body.blog .posts-list>.entry.post .entry-gallery,
body.archive .posts-list>.entry.post .entry-gallery,
body.search-results .posts-list>.entry.post .entry-gallery {
    background-color: #ffffff;
}

body.home.page .site-content>.entry.post .entry-video .images,
body.blog .site-content>.entry.post .entry-video .images,
body.archive .site-content>.entry.post .entry-video .images,
body.search-results .site-content>.entry.post .entry-video .images,
body.home.page .posts-list>.entry.post .entry-video .images,
body.blog .posts-list>.entry.post .entry-video .images,
body.archive .posts-list>.entry.post .entry-video .images,
body.search-results .posts-list>.entry.post .entry-video .images,
body.home.page .site-content>.entry.post .entry-thumbnail .images,
body.blog .site-content>.entry.post .entry-thumbnail .images,
body.archive .site-content>.entry.post .entry-thumbnail .images,
body.search-results .site-content>.entry.post .entry-thumbnail .images,
body.home.page .posts-list>.entry.post .entry-thumbnail .images,
body.blog .posts-list>.entry.post .entry-thumbnail .images,
body.archive .posts-list>.entry.post .entry-thumbnail .images,
body.search-results .posts-list>.entry.post .entry-thumbnail .images,
body.home.page .site-content>.entry.post .entry-gallery .images,
body.blog .site-content>.entry.post .entry-gallery .images,
body.archive .site-content>.entry.post .entry-gallery .images,
body.search-results .site-content>.entry.post .entry-gallery .images,
body.home.page .posts-list>.entry.post .entry-gallery .images,
body.blog .posts-list>.entry.post .entry-gallery .images,
body.archive .posts-list>.entry.post .entry-gallery .images,
body.search-results .posts-list>.entry.post .entry-gallery .images {
    text-align: center;
    margin: 0;
    padding: 0;
}

body.home.page .site-content>.entry.post .entry-video,
body.blog .site-content>.entry.post .entry-video,
body.archive .site-content>.entry.post .entry-video,
body.search-results .site-content>.entry.post .entry-video,
body.home.page .posts-list>.entry.post .entry-video,
body.blog .posts-list>.entry.post .entry-video,
body.archive .posts-list>.entry.post .entry-video,
body.search-results .posts-list>.entry.post .entry-video {
    line-height: 1;
}

body.home.page .site-content>.entry.post .entry-video iframe,
body.blog .site-content>.entry.post .entry-video iframe,
body.archive .site-content>.entry.post .entry-video iframe,
body.search-results .site-content>.entry.post .entry-video iframe,
body.home.page .posts-list>.entry.post .entry-video iframe,
body.blog .posts-list>.entry.post .entry-video iframe,
body.archive .posts-list>.entry.post .entry-video iframe,
body.search-results .posts-list>.entry.post .entry-video iframe {
    width: 100%;
}

body.home.page .site-content>.entry.post .entry-thumbnail a,
body.blog .site-content>.entry.post .entry-thumbnail a,
body.archive .site-content>.entry.post .entry-thumbnail a,
body.search-results .site-content>.entry.post .entry-thumbnail a,
body.home.page .posts-list>.entry.post .entry-thumbnail a,
body.blog .posts-list>.entry.post .entry-thumbnail a,
body.archive .posts-list>.entry.post .entry-thumbnail a,
body.search-results .posts-list>.entry.post .entry-thumbnail a {
    display: block;
    text-align: center;
}

body.home.page .site-content>.entry.post .entry-thumbnail .image,
body.blog .site-content>.entry.post .entry-thumbnail .image,
body.archive .site-content>.entry.post .entry-thumbnail .image,
body.search-results .site-content>.entry.post .entry-thumbnail .image,
body.home.page .posts-list>.entry.post .entry-thumbnail .image,
body.blog .posts-list>.entry.post .entry-thumbnail .image,
body.archive .posts-list>.entry.post .entry-thumbnail .image,
body.search-results .posts-list>.entry.post .entry-thumbnail .image {
    background-position: center;
    background-size: cover;
}

body.home.page .site-content>.entry.post .entry-data,
body.blog .site-content>.entry.post .entry-data,
body.archive .site-content>.entry.post .entry-data,
body.search-results .site-content>.entry.post .entry-data,
body.home.page .posts-list>.entry.post .entry-data,
body.blog .posts-list>.entry.post .entry-data,
body.archive .posts-list>.entry.post .entry-data,
body.search-results .posts-list>.entry.post .entry-data {
    background-color: #ffffff;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra,
body.blog .site-content>.entry.post .entry-data .entry-extra,
body.archive .site-content>.entry.post .entry-data .entry-extra,
body.search-results .site-content>.entry.post .entry-data .entry-extra,
body.home.page .posts-list>.entry.post .entry-data .entry-extra,
body.blog .posts-list>.entry.post .entry-data .entry-extra,
body.archive .posts-list>.entry.post .entry-data .entry-extra,
body.search-results .posts-list>.entry.post .entry-data .entry-extra {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>span,
body.blog .site-content>.entry.post .entry-data .entry-extra>span,
body.archive .site-content>.entry.post .entry-data .entry-extra>span,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span,
body.home.page .posts-list>.entry.post .entry-data .entry-extra>span,
body.blog .posts-list>.entry.post .entry-data .entry-extra>span,
body.archive .posts-list>.entry.post .entry-data .entry-extra>span,
body.search-results .posts-list>.entry.post .entry-data .entry-extra>span {
    margin-right: 12px;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>span a[href],
body.blog .site-content>.entry.post .entry-data .entry-extra>span a[href],
body.archive .site-content>.entry.post .entry-data .entry-extra>span a[href],
body.search-results .site-content>.entry.post .entry-data .entry-extra>span a[href],
body.home.page .posts-list>.entry.post .entry-data .entry-extra>span a[href],
body.blog .posts-list>.entry.post .entry-data .entry-extra>span a[href],
body.archive .posts-list>.entry.post .entry-data .entry-extra>span a[href],
body.search-results .posts-list>.entry.post .entry-data .entry-extra>span a[href] {
    color: #777777;
    white-space: nowrap;
    display: inline-block;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.blog .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.archive .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.home.page .posts-list>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.blog .posts-list>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.archive .posts-list>.entry.post .entry-data .entry-extra>span a[href]:hover,
body.search-results .posts-list>.entry.post .entry-data .entry-extra>span a[href]:hover {
    color: #000000;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>span:last-child::after,
body.blog .site-content>.entry.post .entry-data .entry-extra>span:last-child::after,
body.archive .site-content>.entry.post .entry-data .entry-extra>span:last-child::after,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span:last-child::after,
body.home.page .posts-list>.entry.post .entry-data .entry-extra>span:last-child::after,
body.blog .posts-list>.entry.post .entry-data .entry-extra>span:last-child::after,
body.archive .posts-list>.entry.post .entry-data .entry-extra>span:last-child::after,
body.search-results .posts-list>.entry.post .entry-data .entry-extra>span:last-child::after {
    content: none;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>span.date::after,
body.blog .site-content>.entry.post .entry-data .entry-extra>span.date::after,
body.archive .site-content>.entry.post .entry-data .entry-extra>span.date::after,
body.search-results .site-content>.entry.post .entry-data .entry-extra>span.date::after,
body.home.page .posts-list>.entry.post .entry-data .entry-extra>span.date::after,
body.blog .posts-list>.entry.post .entry-data .entry-extra>span.date::after,
body.archive .posts-list>.entry.post .entry-data .entry-extra>span.date::after,
body.search-results .posts-list>.entry.post .entry-data .entry-extra>span.date::after {
    content: '/';
    margin-left: 13px;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>.comments a .count,
body.blog .site-content>.entry.post .entry-data .entry-extra>.comments a .count,
body.archive .site-content>.entry.post .entry-data .entry-extra>.comments a .count,
body.search-results .site-content>.entry.post .entry-data .entry-extra>.comments a .count,
body.home.page .posts-list>.entry.post .entry-data .entry-extra>.comments a .count,
body.blog .posts-list>.entry.post .entry-data .entry-extra>.comments a .count,
body.archive .posts-list>.entry.post .entry-data .entry-extra>.comments a .count,
body.search-results .posts-list>.entry.post .entry-data .entry-extra>.comments a .count {
    margin-right: 1px;
    color: #0072bc;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra>.comments .label,
body.blog .site-content>.entry.post .entry-data .entry-extra>.comments .label,
body.archive .site-content>.entry.post .entry-data .entry-extra>.comments .label,
body.search-results .site-content>.entry.post .entry-data .entry-extra>.comments .label,
body.home.page .posts-list>.entry.post .entry-data .entry-extra>.comments .label,
body.blog .posts-list>.entry.post .entry-data .entry-extra>.comments .label,
body.archive .posts-list>.entry.post .entry-data .entry-extra>.comments .label,
body.search-results .posts-list>.entry.post .entry-data .entry-extra>.comments .label {
    color: #0072bc;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.home.page .site-content>.entry.post .entry-data .entry-extra span.date a::before,
body.blog .site-content>.entry.post .entry-data .entry-extra span.date a::before,
body.archive .site-content>.entry.post .entry-data .entry-extra span.date a::before,
body.search-results .site-content>.entry.post .entry-data .entry-extra span.date a::before,
body.home.page .posts-list>.entry.post .entry-data .entry-extra span.date a::before,
body.blog .posts-list>.entry.post .entry-data .entry-extra span.date a::before,
body.archive .posts-list>.entry.post .entry-data .entry-extra span.date a::before,
body.search-results .posts-list>.entry.post .entry-data .entry-extra span.date a::before {
    content: none;
}

body.home.page .site-content>.entry.post .entry-data img,
body.blog .site-content>.entry.post .entry-data img,
body.archive .site-content>.entry.post .entry-data img,
body.search-results .site-content>.entry.post .entry-data img,
body.home.page .posts-list>.entry.post .entry-data img,
body.blog .posts-list>.entry.post .entry-data img,
body.archive .posts-list>.entry.post .entry-data img,
body.search-results .posts-list>.entry.post .entry-data img {
    /*            max-width: 100%;
            width: auto;
            height: auto;
            margin: 10px 0;*/
}

body.home.page .site-content>.entry.post .entry-data .entry-extra+.entry-title,
body.blog .site-content>.entry.post .entry-data .entry-extra+.entry-title,
body.archive .site-content>.entry.post .entry-data .entry-extra+.entry-title,
body.search-results .site-content>.entry.post .entry-data .entry-extra+.entry-title,
body.home.page .posts-list>.entry.post .entry-data .entry-extra+.entry-title,
body.blog .posts-list>.entry.post .entry-data .entry-extra+.entry-title,
body.archive .posts-list>.entry.post .entry-data .entry-extra+.entry-title,
body.search-results .posts-list>.entry.post .entry-data .entry-extra+.entry-title {
    margin-top: 12px;
}

body.home.page .site-content>.entry.post .entry-data .entry-title,
body.blog .site-content>.entry.post .entry-data .entry-title,
body.archive .site-content>.entry.post .entry-data .entry-title,
body.search-results .site-content>.entry.post .entry-data .entry-title,
body.home.page .posts-list>.entry.post .entry-data .entry-title,
body.blog .posts-list>.entry.post .entry-data .entry-title,
body.archive .posts-list>.entry.post .entry-data .entry-title,
body.search-results .posts-list>.entry.post .entry-data .entry-title {
    font-family: "Volkhov", sans-serif;
    font-size: 22px;
    font-style: italic;
    color: #222222;
    line-height: 1.25;
    font-weight: 500;
}

body.home.page .site-content>.entry.post .entry-data .entry-title a,
body.blog .site-content>.entry.post .entry-data .entry-title a,
body.archive .site-content>.entry.post .entry-data .entry-title a,
body.search-results .site-content>.entry.post .entry-data .entry-title a,
body.home.page .posts-list>.entry.post .entry-data .entry-title a,
body.blog .posts-list>.entry.post .entry-data .entry-title a,
body.archive .posts-list>.entry.post .entry-data .entry-title a,
body.search-results .posts-list>.entry.post .entry-data .entry-title a {
    color: #222222;
}

body.home.page .site-content>.entry.post .entry-data .entry-title a:hover,
body.blog .site-content>.entry.post .entry-data .entry-title a:hover,
body.archive .site-content>.entry.post .entry-data .entry-title a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-title a:hover,
body.home.page .posts-list>.entry.post .entry-data .entry-title a:hover,
body.blog .posts-list>.entry.post .entry-data .entry-title a:hover,
body.archive .posts-list>.entry.post .entry-data .entry-title a:hover,
body.search-results .posts-list>.entry.post .entry-data .entry-title a:hover {
    color: #777777;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta,
body.blog .site-content>.entry.post .entry-data .entry-meta,
body.archive .site-content>.entry.post .entry-data .entry-meta,
body.search-results .site-content>.entry.post .entry-data .entry-meta,
body.home.page .posts-list>.entry.post .entry-data .entry-meta,
body.blog .posts-list>.entry.post .entry-data .entry-meta,
body.archive .posts-list>.entry.post .entry-data .entry-meta,
body.search-results .posts-list>.entry.post .entry-data .entry-meta {
    margin: 14px 0 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta a,
body.blog .site-content>.entry.post .entry-data .entry-meta a,
body.archive .site-content>.entry.post .entry-data .entry-meta a,
body.search-results .site-content>.entry.post .entry-data .entry-meta a,
body.home.page .posts-list>.entry.post .entry-data .entry-meta a,
body.blog .posts-list>.entry.post .entry-data .entry-meta a,
body.archive .posts-list>.entry.post .entry-data .entry-meta a,
body.search-results .posts-list>.entry.post .entry-data .entry-meta a {
    color: #777777;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta a:hover,
body.blog .site-content>.entry.post .entry-data .entry-meta a:hover,
body.archive .site-content>.entry.post .entry-data .entry-meta a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-meta a:hover,
body.home.page .posts-list>.entry.post .entry-data .entry-meta a:hover,
body.blog .posts-list>.entry.post .entry-data .entry-meta a:hover,
body.archive .posts-list>.entry.post .entry-data .entry-meta a:hover,
body.search-results .posts-list>.entry.post .entry-data .entry-meta a:hover {
    color: #000000;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta>span,
body.blog .site-content>.entry.post .entry-data .entry-meta>span,
body.archive .site-content>.entry.post .entry-data .entry-meta>span,
body.search-results .site-content>.entry.post .entry-data .entry-meta>span,
body.home.page .posts-list>.entry.post .entry-data .entry-meta>span,
body.blog .posts-list>.entry.post .entry-data .entry-meta>span,
body.archive .posts-list>.entry.post .entry-data .entry-meta>span,
body.search-results .posts-list>.entry.post .entry-data .entry-meta>span {
    margin-right: 8px;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta>span:after,
body.blog .site-content>.entry.post .entry-data .entry-meta>span:after,
body.archive .site-content>.entry.post .entry-data .entry-meta>span:after,
body.search-results .site-content>.entry.post .entry-data .entry-meta>span:after,
body.home.page .posts-list>.entry.post .entry-data .entry-meta>span:after,
body.blog .posts-list>.entry.post .entry-data .entry-meta>span:after,
body.archive .posts-list>.entry.post .entry-data .entry-meta>span:after,
body.search-results .posts-list>.entry.post .entry-data .entry-meta>span:after {
    content: "\2022";
    padding-left: 8px;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta>span:last-child:after,
body.blog .site-content>.entry.post .entry-data .entry-meta>span:last-child:after,
body.archive .site-content>.entry.post .entry-data .entry-meta>span:last-child:after,
body.search-results .site-content>.entry.post .entry-data .entry-meta>span:last-child:after,
body.home.page .posts-list>.entry.post .entry-data .entry-meta>span:last-child:after,
body.blog .posts-list>.entry.post .entry-data .entry-meta>span:last-child:after,
body.archive .posts-list>.entry.post .entry-data .entry-meta>span:last-child:after,
body.search-results .posts-list>.entry.post .entry-data .entry-meta>span:last-child:after {
    content: none;
}

body.home.page .site-content>.entry.post .entry-data .entry-meta span.label,
body.blog .site-content>.entry.post .entry-data .entry-meta span.label,
body.archive .site-content>.entry.post .entry-data .entry-meta span.label,
body.search-results .site-content>.entry.post .entry-data .entry-meta span.label,
body.home.page .posts-list>.entry.post .entry-data .entry-meta span.label,
body.blog .posts-list>.entry.post .entry-data .entry-meta span.label,
body.archive .posts-list>.entry.post .entry-data .entry-meta span.label,
body.search-results .posts-list>.entry.post .entry-data .entry-meta span.label {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #666666;
    padding: 0;
    padding-right: 5px;
}

body.home.page .site-content>.entry.post .entry-data .entry-header,
body.blog .site-content>.entry.post .entry-data .entry-header,
body.archive .site-content>.entry.post .entry-data .entry-header,
body.search-results .site-content>.entry.post .entry-data .entry-header,
body.home.page .posts-list>.entry.post .entry-data .entry-header,
body.blog .posts-list>.entry.post .entry-data .entry-header,
body.archive .posts-list>.entry.post .entry-data .entry-header,
body.search-results .posts-list>.entry.post .entry-data .entry-header {
    margin-bottom: 17px;
}

body.home.page .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.blog .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.archive .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.search-results .site-content>.entry.post .entry-data .entry-header+.entry-content,
body.home.page .posts-list>.entry.post .entry-data .entry-header+.entry-content,
body.blog .posts-list>.entry.post .entry-data .entry-header+.entry-content,
body.archive .posts-list>.entry.post .entry-data .entry-header+.entry-content,
body.search-results .posts-list>.entry.post .entry-data .entry-header+.entry-content,
body.home.page .site-content>.entry.post .entry-data .entry-header .entry-summary,
body.blog .site-content>.entry.post .entry-data .entry-header .entry-summary,
body.archive .site-content>.entry.post .entry-data .entry-header .entry-summary,
body.search-results .site-content>.entry.post .entry-data .entry-header .entry-summary,
body.home.page .posts-list>.entry.post .entry-data .entry-header .entry-summary,
body.blog .posts-list>.entry.post .entry-data .entry-header .entry-summary,
body.archive .posts-list>.entry.post .entry-data .entry-header .entry-summary,
body.search-results .posts-list>.entry.post .entry-data .entry-header .entry-summary {
    margin-bottom: 20px;
}

body.home.page .site-content>.entry.post .entry-data .entry-content,
body.blog .site-content>.entry.post .entry-data .entry-content,
body.archive .site-content>.entry.post .entry-data .entry-content,
body.search-results .site-content>.entry.post .entry-data .entry-content,
body.home.page .posts-list>.entry.post .entry-data .entry-content,
body.blog .posts-list>.entry.post .entry-data .entry-content,
body.archive .posts-list>.entry.post .entry-data .entry-content,
body.search-results .posts-list>.entry.post .entry-data .entry-content,
body.home.page .site-content>.entry.post .entry-data .entry-summary,
body.blog .site-content>.entry.post .entry-data .entry-summary,
body.archive .site-content>.entry.post .entry-data .entry-summary,
body.search-results .site-content>.entry.post .entry-data .entry-summary,
body.home.page .posts-list>.entry.post .entry-data .entry-summary,
body.blog .posts-list>.entry.post .entry-data .entry-summary,
body.archive .posts-list>.entry.post .entry-data .entry-summary,
body.search-results .posts-list>.entry.post .entry-data .entry-summary {
    line-height: 1.375;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 10px 0;
}

body.home.page .site-content>.entry.post .entry-data .entry-content iframe,
body.blog .site-content>.entry.post .entry-data .entry-content iframe,
body.archive .site-content>.entry.post .entry-data .entry-content iframe,
body.search-results .site-content>.entry.post .entry-data .entry-content iframe,
body.home.page .posts-list>.entry.post .entry-data .entry-content iframe,
body.blog .posts-list>.entry.post .entry-data .entry-content iframe,
body.archive .posts-list>.entry.post .entry-data .entry-content iframe,
body.search-results .posts-list>.entry.post .entry-data .entry-content iframe,
body.home.page .site-content>.entry.post .entry-data .entry-summary iframe,
body.blog .site-content>.entry.post .entry-data .entry-summary iframe,
body.archive .site-content>.entry.post .entry-data .entry-summary iframe,
body.search-results .site-content>.entry.post .entry-data .entry-summary iframe,
body.home.page .posts-list>.entry.post .entry-data .entry-summary iframe,
body.blog .posts-list>.entry.post .entry-data .entry-summary iframe,
body.archive .posts-list>.entry.post .entry-data .entry-summary iframe,
body.search-results .posts-list>.entry.post .entry-data .entry-summary iframe,
body.home.page .site-content>.entry.post .entry-data .entry-content embed,
body.blog .site-content>.entry.post .entry-data .entry-content embed,
body.archive .site-content>.entry.post .entry-data .entry-content embed,
body.search-results .site-content>.entry.post .entry-data .entry-content embed,
body.home.page .posts-list>.entry.post .entry-data .entry-content embed,
body.blog .posts-list>.entry.post .entry-data .entry-content embed,
body.archive .posts-list>.entry.post .entry-data .entry-content embed,
body.search-results .posts-list>.entry.post .entry-data .entry-content embed,
body.home.page .site-content>.entry.post .entry-data .entry-summary embed,
body.blog .site-content>.entry.post .entry-data .entry-summary embed,
body.archive .site-content>.entry.post .entry-data .entry-summary embed,
body.search-results .site-content>.entry.post .entry-data .entry-summary embed,
body.home.page .posts-list>.entry.post .entry-data .entry-summary embed,
body.blog .posts-list>.entry.post .entry-data .entry-summary embed,
body.archive .posts-list>.entry.post .entry-data .entry-summary embed,
body.search-results .posts-list>.entry.post .entry-data .entry-summary embed {
    width: 100% !important;
}

body.home.page .site-content>.entry.post .entry-data .entry-content p:last-child,
body.blog .site-content>.entry.post .entry-data .entry-content p:last-child,
body.archive .site-content>.entry.post .entry-data .entry-content p:last-child,
body.search-results .site-content>.entry.post .entry-data .entry-content p:last-child,
body.home.page .posts-list>.entry.post .entry-data .entry-content p:last-child,
body.blog .posts-list>.entry.post .entry-data .entry-content p:last-child,
body.archive .posts-list>.entry.post .entry-data .entry-content p:last-child,
body.search-results .posts-list>.entry.post .entry-data .entry-content p:last-child,
body.home.page .site-content>.entry.post .entry-data .entry-summary p:last-child,
body.blog .site-content>.entry.post .entry-data .entry-summary p:last-child,
body.archive .site-content>.entry.post .entry-data .entry-summary p:last-child,
body.search-results .site-content>.entry.post .entry-data .entry-summary p:last-child,
body.home.page .posts-list>.entry.post .entry-data .entry-summary p:last-child,
body.blog .posts-list>.entry.post .entry-data .entry-summary p:last-child,
body.archive .posts-list>.entry.post .entry-data .entry-summary p:last-child,
body.search-results .posts-list>.entry.post .entry-data .entry-summary p:last-child {
    margin-bottom: 0;
}

body.home.page .site-content>.entry.post .entry-data .entry-content::after,
body.blog .site-content>.entry.post .entry-data .entry-content::after,
body.archive .site-content>.entry.post .entry-data .entry-content::after,
body.search-results .site-content>.entry.post .entry-data .entry-content::after,
body.home.page .posts-list>.entry.post .entry-data .entry-content::after,
body.blog .posts-list>.entry.post .entry-data .entry-content::after,
body.archive .posts-list>.entry.post .entry-data .entry-content::after,
body.search-results .posts-list>.entry.post .entry-data .entry-content::after,
body.home.page .site-content>.entry.post .entry-data .entry-summary::after,
body.blog .site-content>.entry.post .entry-data .entry-summary::after,
body.archive .site-content>.entry.post .entry-data .entry-summary::after,
body.search-results .site-content>.entry.post .entry-data .entry-summary::after,
body.home.page .posts-list>.entry.post .entry-data .entry-summary::after,
body.blog .posts-list>.entry.post .entry-data .entry-summary::after,
body.archive .posts-list>.entry.post .entry-data .entry-summary::after,
body.search-results .posts-list>.entry.post .entry-data .entry-summary::after {
    content: "";
    display: table;
    clear: both;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table,
body.blog .site-content>.entry.post .entry-data .entry-content table,
body.archive .site-content>.entry.post .entry-data .entry-content table,
body.search-results .site-content>.entry.post .entry-data .entry-content table,
body.home.page .posts-list>.entry.post .entry-data .entry-content table,
body.blog .posts-list>.entry.post .entry-data .entry-content table,
body.archive .posts-list>.entry.post .entry-data .entry-content table,
body.search-results .posts-list>.entry.post .entry-data .entry-content table,
body.home.page .site-content>.entry.post .entry-data .entry-summary table,
body.blog .site-content>.entry.post .entry-data .entry-summary table,
body.archive .site-content>.entry.post .entry-data .entry-summary table,
body.search-results .site-content>.entry.post .entry-data .entry-summary table,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table,
body.blog .posts-list>.entry.post .entry-data .entry-summary table,
body.archive .posts-list>.entry.post .entry-data .entry-summary table,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table {
    margin: 20px 0;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table caption,
body.blog .site-content>.entry.post .entry-data .entry-content table caption,
body.archive .site-content>.entry.post .entry-data .entry-content table caption,
body.search-results .site-content>.entry.post .entry-data .entry-content table caption,
body.home.page .posts-list>.entry.post .entry-data .entry-content table caption,
body.blog .posts-list>.entry.post .entry-data .entry-content table caption,
body.archive .posts-list>.entry.post .entry-data .entry-content table caption,
body.search-results .posts-list>.entry.post .entry-data .entry-content table caption,
body.home.page .site-content>.entry.post .entry-data .entry-summary table caption,
body.blog .site-content>.entry.post .entry-data .entry-summary table caption,
body.archive .site-content>.entry.post .entry-data .entry-summary table caption,
body.search-results .site-content>.entry.post .entry-data .entry-summary table caption,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table caption,
body.blog .posts-list>.entry.post .entry-data .entry-summary table caption,
body.archive .posts-list>.entry.post .entry-data .entry-summary table caption,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table thead,
body.blog .site-content>.entry.post .entry-data .entry-content table thead,
body.archive .site-content>.entry.post .entry-data .entry-content table thead,
body.search-results .site-content>.entry.post .entry-data .entry-content table thead,
body.home.page .posts-list>.entry.post .entry-data .entry-content table thead,
body.blog .posts-list>.entry.post .entry-data .entry-content table thead,
body.archive .posts-list>.entry.post .entry-data .entry-content table thead,
body.search-results .posts-list>.entry.post .entry-data .entry-content table thead,
body.home.page .site-content>.entry.post .entry-data .entry-summary table thead,
body.blog .site-content>.entry.post .entry-data .entry-summary table thead,
body.archive .site-content>.entry.post .entry-data .entry-summary table thead,
body.search-results .site-content>.entry.post .entry-data .entry-summary table thead,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table thead,
body.blog .posts-list>.entry.post .entry-data .entry-summary table thead,
body.archive .posts-list>.entry.post .entry-data .entry-summary table thead,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.blog .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.archive .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr th,
body.home.page .posts-list>.entry.post .entry-data .entry-content table thead tr th,
body.blog .posts-list>.entry.post .entry-data .entry-content table thead tr th,
body.archive .posts-list>.entry.post .entry-data .entry-content table thead tr th,
body.search-results .posts-list>.entry.post .entry-data .entry-content table thead tr th,
body.home.page .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr th,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
body.blog .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
body.archive .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
body.home.page .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.blog .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.archive .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr td,
body.home.page .posts-list>.entry.post .entry-data .entry-content table thead tr td,
body.blog .posts-list>.entry.post .entry-data .entry-content table thead tr td,
body.archive .posts-list>.entry.post .entry-data .entry-content table thead tr td,
body.search-results .posts-list>.entry.post .entry-data .entry-content table thead tr td,
body.home.page .site-content>.entry.post .entry-data .entry-summary table thead tr td,
body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr td,
body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr td,
body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr td,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table thead tr td,
body.blog .posts-list>.entry.post .entry-data .entry-summary table thead tr td,
body.archive .posts-list>.entry.post .entry-data .entry-summary table thead tr td,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table thead tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr td,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr td,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr td,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a {
    color: #000000;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a,
body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a {
    color: #000000;
}

@media (max-width: 786px) {
    body.home.page .site-content>.entry.post .entry-data .entry-content table,
    body.blog .site-content>.entry.post .entry-data .entry-content table,
    body.archive .site-content>.entry.post .entry-data .entry-content table,
    body.search-results .site-content>.entry.post .entry-data .entry-content table,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table,
    body.blog .posts-list>.entry.post .entry-data .entry-content table,
    body.archive .posts-list>.entry.post .entry-data .entry-content table,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table,
    body.blog .site-content>.entry.post .entry-data .entry-summary table,
    body.archive .site-content>.entry.post .entry-data .entry-summary table,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table {
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        table-layout: auto;
        width: 100%;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table caption,
    body.blog .site-content>.entry.post .entry-data .entry-content table caption,
    body.archive .site-content>.entry.post .entry-data .entry-content table caption,
    body.search-results .site-content>.entry.post .entry-data .entry-content table caption,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table caption,
    body.blog .posts-list>.entry.post .entry-data .entry-content table caption,
    body.archive .posts-list>.entry.post .entry-data .entry-content table caption,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table caption,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table caption,
    body.blog .site-content>.entry.post .entry-data .entry-summary table caption,
    body.archive .site-content>.entry.post .entry-data .entry-summary table caption,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table caption,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table caption,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table caption,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table caption,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table caption {
        margin-bottom: 18px;
        color: #000000;
        line-height: 1;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table thead,
    body.blog .site-content>.entry.post .entry-data .entry-content table thead,
    body.archive .site-content>.entry.post .entry-data .entry-content table thead,
    body.search-results .site-content>.entry.post .entry-data .entry-content table thead,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table thead,
    body.blog .posts-list>.entry.post .entry-data .entry-content table thead,
    body.archive .posts-list>.entry.post .entry-data .entry-content table thead,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table thead,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table thead,
    body.blog .site-content>.entry.post .entry-data .entry-summary table thead,
    body.archive .site-content>.entry.post .entry-data .entry-summary table thead,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table thead,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table thead,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table thead,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table thead,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table thead {
        background-color: #222222;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.blog .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.archive .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr th,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table thead tr th,
    body.blog .posts-list>.entry.post .entry-data .entry-content table thead tr th,
    body.archive .posts-list>.entry.post .entry-data .entry-content table thead tr th,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table thead tr th,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr th,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table thead tr th,
    body.home.page .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.blog .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.archive .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-content table thead tr td,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table thead tr td,
    body.blog .posts-list>.entry.post .entry-data .entry-content table thead tr td,
    body.archive .posts-list>.entry.post .entry-data .entry-content table thead tr td,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table thead tr td,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table thead tr td,
    body.blog .site-content>.entry.post .entry-data .entry-summary table thead tr td,
    body.archive .site-content>.entry.post .entry-data .entry-summary table thead tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table thead tr td,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table thead tr td,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table thead tr td,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table thead tr td,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table thead tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr th,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr th,
    body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr td,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr td,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr td,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr td,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr th a,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr th a,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr th a,
    body.home.page .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.blog .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tbody tr td a,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tbody tr td a,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tbody tr td a {
        color: #000000;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr th,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th,
    body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr td,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr th a,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr th a,
    body.home.page .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.blog .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.home.page .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.blog .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.archive .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.search-results .posts-list>.entry.post .entry-data .entry-content table tfoot tr td a,
    body.home.page .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.blog .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.archive .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.search-results .site-content>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.home.page .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.blog .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.archive .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a,
    body.search-results .posts-list>.entry.post .entry-data .entry-summary table tfoot tr td a {
        color: #000000;
    }
}

body.home.page .site-content>.entry.post .entry-data .entry-content .more-link,
body.blog .site-content>.entry.post .entry-data .entry-content .more-link,
body.archive .site-content>.entry.post .entry-data .entry-content .more-link,
body.search-results .site-content>.entry.post .entry-data .entry-content .more-link,
body.home.page .posts-list>.entry.post .entry-data .entry-content .more-link,
body.blog .posts-list>.entry.post .entry-data .entry-content .more-link,
body.archive .posts-list>.entry.post .entry-data .entry-content .more-link,
body.search-results .posts-list>.entry.post .entry-data .entry-content .more-link,
body.home.page .site-content>.entry.post .entry-data .entry-summary .more-link,
body.blog .site-content>.entry.post .entry-data .entry-summary .more-link,
body.archive .site-content>.entry.post .entry-data .entry-summary .more-link,
body.search-results .site-content>.entry.post .entry-data .entry-summary .more-link,
body.home.page .posts-list>.entry.post .entry-data .entry-summary .more-link,
body.blog .posts-list>.entry.post .entry-data .entry-summary .more-link,
body.archive .posts-list>.entry.post .entry-data .entry-summary .more-link,
body.search-results .posts-list>.entry.post .entry-data .entry-summary .more-link {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-color: #ebeff6;
    background-color: #ebeff6;
    color: #000000;
    margin-top: 24px;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.home.page .posts-list>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.blog .posts-list>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.archive .posts-list>.entry.post .entry-data .entry-footer .tags-links span:not(.label),
body.search-results .posts-list>.entry.post .entry-data .entry-footer .tags-links span:not(.label) {
    display: none;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .tags-links .label,
body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links .label,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links .label,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links .label,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .tags-links .label,
body.blog .posts-list>.entry.post .entry-data .entry-footer .tags-links .label,
body.archive .posts-list>.entry.post .entry-data .entry-footer .tags-links .label,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .tags-links .label {
    font-size: 16px;
    line-height: 1.375;
    float: left;
    color: #666666;
    font-weight: 300;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .tags-links a,
body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links a,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links a,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links a,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .tags-links a,
body.blog .posts-list>.entry.post .entry-data .entry-footer .tags-links a,
body.archive .posts-list>.entry.post .entry-data .entry-footer .tags-links a,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .tags-links a {
    font-family: "Roboto";
    background-color: transparent;
    letter-spacing: 0;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
    margin: 0 10px 8px 0;
    border: 1px solid #ebeff6;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 5px 8px;
    padding: 0 10px;
    color: inherit;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.blog .posts-list>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.archive .posts-list>.entry.post .entry-data .entry-footer .tags-links a:hover,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .tags-links a:hover {
    border-color: #434955;
    background-color: #404757;
    color: #ffffff;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .tags-links:after,
body.blog .site-content>.entry.post .entry-data .entry-footer .tags-links:after,
body.archive .site-content>.entry.post .entry-data .entry-footer .tags-links:after,
body.search-results .site-content>.entry.post .entry-data .entry-footer .tags-links:after,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .tags-links:after,
body.blog .posts-list>.entry.post .entry-data .entry-footer .tags-links:after,
body.archive .posts-list>.entry.post .entry-data .entry-footer .tags-links:after,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .tags-links:after {
    content: " ";
    display: table;
    clear: both;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy {
    display: block;
    font-weight: bold;
    padding-left: 0;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy label,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy label,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy label,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy label,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy label,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy label,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy label,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy label {
    display: none;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy .links,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links {
    display: block;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links span,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links span {
    display: none;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a {
    font-size: 9px;
    font-family: "Montserrat";
    color: #777777;
    background-color: #ffffff;
    border-radius: 3px;
    line-height: 23px;
    padding: 0 21px;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a:hover,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links a:hover {
    border-color: #222222;
    color: #000000;
}

body.home.page .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.blog .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.archive .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.search-results .site-content>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.home.page .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.blog .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.archive .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links:after,
body.search-results .posts-list>.entry.post .entry-data .entry-footer .taxonomy .links:after {
    content: " ";
    display: table;
    clear: both;
}

body.home.page .site-content>.entry.post .entry-data .entry-share,
body.blog .site-content>.entry.post .entry-data .entry-share,
body.archive .site-content>.entry.post .entry-data .entry-share,
body.search-results .site-content>.entry.post .entry-data .entry-share,
body.home.page .posts-list>.entry.post .entry-data .entry-share,
body.blog .posts-list>.entry.post .entry-data .entry-share,
body.archive .posts-list>.entry.post .entry-data .entry-share,
body.search-results .posts-list>.entry.post .entry-data .entry-share {
    margin-top: 35px;
}

body.home.page .site-content>.entry.post .entry-data .entry-share .helper,
body.blog .site-content>.entry.post .entry-data .entry-share .helper,
body.archive .site-content>.entry.post .entry-data .entry-share .helper,
body.search-results .site-content>.entry.post .entry-data .entry-share .helper,
body.home.page .posts-list>.entry.post .entry-data .entry-share .helper,
body.blog .posts-list>.entry.post .entry-data .entry-share .helper,
body.archive .posts-list>.entry.post .entry-data .entry-share .helper,
body.search-results .posts-list>.entry.post .entry-data .entry-share .helper {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    line-height: 1.1;
}

body.home.page .site-content>.entry.post .entry-data::after,
body.blog .site-content>.entry.post .entry-data::after,
body.archive .site-content>.entry.post .entry-data::after,
body.search-results .site-content>.entry.post .entry-data::after,
body.home.page .posts-list>.entry.post .entry-data::after,
body.blog .posts-list>.entry.post .entry-data::after,
body.archive .posts-list>.entry.post .entry-data::after,
body.search-results .posts-list>.entry.post .entry-data::after {
    content: "";
    display: table;
    clear: both;
}

body.home.page .site-content>.entry.post .entry-video+.entry-data,
body.blog .site-content>.entry.post .entry-video+.entry-data,
body.archive .site-content>.entry.post .entry-video+.entry-data,
body.search-results .site-content>.entry.post .entry-video+.entry-data,
body.home.page .posts-list>.entry.post .entry-video+.entry-data,
body.blog .posts-list>.entry.post .entry-video+.entry-data,
body.archive .posts-list>.entry.post .entry-video+.entry-data,
body.search-results .posts-list>.entry.post .entry-video+.entry-data,
body.home.page .site-content>.entry.post .entry-thumbnail+.entry-data,
body.blog .site-content>.entry.post .entry-thumbnail+.entry-data,
body.archive .site-content>.entry.post .entry-thumbnail+.entry-data,
body.search-results .site-content>.entry.post .entry-thumbnail+.entry-data,
body.home.page .posts-list>.entry.post .entry-thumbnail+.entry-data,
body.blog .posts-list>.entry.post .entry-thumbnail+.entry-data,
body.archive .posts-list>.entry.post .entry-thumbnail+.entry-data,
body.search-results .posts-list>.entry.post .entry-thumbnail+.entry-data,
body.home.page .site-content>.entry.post .entry-gallery+.entry-data,
body.blog .site-content>.entry.post .entry-gallery+.entry-data,
body.archive .site-content>.entry.post .entry-gallery+.entry-data,
body.search-results .site-content>.entry.post .entry-gallery+.entry-data,
body.home.page .posts-list>.entry.post .entry-gallery+.entry-data,
body.blog .posts-list>.entry.post .entry-gallery+.entry-data,
body.archive .posts-list>.entry.post .entry-gallery+.entry-data,
body.search-results .posts-list>.entry.post .entry-gallery+.entry-data {
    margin-top: 20px;
}

.entry-share a .share-box i {
    display: inline-block;
    padding: 0 24px;
    margin-right: 9px;
    margin-bottom: 9px;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all 250ms;
    -khtml-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    line-height: 41px;
}

.entry-share a .share-box i::after {
    margin-left: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: montserrat;
    letter-spacing: 2px;
}

.entry-share a .share-box i.fa-facebook {
    background-color: #469;
}

.entry-share a .share-box i.fa-facebook:hover {
    background-color: #6c8dbe;
}

.entry-share a .share-box i.fa-facebook:active {
    background-color: #8fa8cd;
}

.entry-share a .share-box i.fa-twitter {
    background-color: #09f;
}

.entry-share a .share-box i.fa-twitter:hover {
    background-color: #4db8ff;
}

.entry-share a .share-box i.fa-twitter:active {
    background-color: #80ccff;
}

.entry-share a .share-box i.fa-pinterest {
    background-color: #c22;
}

.entry-share a .share-box i.fa-pinterest:hover {
    background-color: #e35757;
}

.entry-share a .share-box i.fa-pinterest:active {
    background-color: #ea8383;
}

.entry-share a .share-box i.fa-linkedin {
    background-color: #07d;
}

.entry-share a .share-box i.fa-linkedin:hover {
    background-color: #2b9dff;
}

.entry-share a .share-box i.fa-linkedin:active {
    background-color: #5eb4ff;
}

.entry-share a .share-box i.fa-google-plus {
    background-color: #d43;
}

.entry-share a .share-box i.fa-google-plus:hover {
    background-color: #e88075;
}

.entry-share a .share-box i.fa-google-plus:active {
    background-color: #efa8a0;
}

.entry-share a .share-box i.fa-facebook::after {
    content: 'Facebook';
}

.entry-share a .share-box i.fa-twitter::after {
    content: 'Twitter';
}

.entry-share a .share-box i.fa-pinterest::after {
    content: 'Pinterest';
}

.entry-share a .share-box i.fa-linkedin::after {
    content: 'LinkedIn';
}

.entry-share a .share-box i.fa-google-plus::after {
    content: 'Google+';
}

.entry-share a .share-box i.fa-comment-o {
    display: none;
}

body {
    margin: 0;
    background-color: #ffffff;
}

body.error404 .site-main .content-area .site-content .page-wrapper .page-content .search-wrapper {
    display: block;
    float: none;
    margin-top: 30px;
}

body.error404 .site-main,
body.search-no-results .site-main,
body.blog .site-main,
body.archive .site-main,
body.search-results .site-main,
body.page-template-with-right-sidebar .site-main,
body.page-template-with-left-sidebar .site-main,
body.page-template-with-right-shop-sidebar .site-main,
body.page-template-with-left-shop-sidebar .site-main,
body.single .site-main {
    margin: 60px 0;
}

body.page-template-default:not(.vc-panel) #primary .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

@media (max-width: 786px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 786px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        max-width: 1170px !important;
    }
}

@media (max-width: 786px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 786px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    body.page-template-default:not(.vc-panel) #primary .page-header {
        max-width: 1170px !important;
    }
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #primary {
    width: 67%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #tertiary {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #tertiary .sidebar-inner {
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #primary+#tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 30px;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar .entry.page {
    padding: 30px;
    background-color: #ffffff;
}

body.page-template-default:not(.vc-panel) #primary .page-header::after {
    content: "";
    display: table;
    clear: both;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #primary {
    width: 67%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #tertiary {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #tertiary .sidebar-inner {
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar #primary+#tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 30px;
}

body.page-template-default:not(.vc-panel) #primary .page-header.active-sidebar .entry.page {
    padding: 30px;
    background-color: #ffffff;
}

body.page-template-default:not(.vc-panel) #primary .page-header .entry-title,
body.page-template-default:not(.vc-panel) #primary .page-header .page-title {
    margin-top: 70px !important;
    line-height: 1 !important;
    margin-bottom: -20px !important;
}

body.page-template-default:not(.vc-panel) .site-content {
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    padding: 50px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 100px 0;
}

@media (max-width: 786px) {
    body.page-template-default:not(.vc-panel) .site-content {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 786px) {
    body.page-template-default:not(.vc-panel) .site-content {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    body.page-template-default:not(.vc-panel) .site-content {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    body.page-template-default:not(.vc-panel) .site-content {
        max-width: 1170px !important;
    }
}

@media (max-width: 786px) {
    body.page-template-default:not(.vc-panel) .site-content {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 786px) {
    body.page-template-default:not(.vc-panel) .site-content {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    body.page-template-default:not(.vc-panel) .site-content {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    body.page-template-default:not(.vc-panel) .site-content {
        max-width: 1170px !important;
    }
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #primary {
    width: 67%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #tertiary {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #tertiary .sidebar-inner {
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #primary+#tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 30px;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar .entry.page {
    padding: 30px;
    background-color: #ffffff;
}

body.page-template-default:not(.vc-panel) .site-content::after {
    content: "";
    display: table;
    clear: both;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #primary {
    width: 67%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #tertiary {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #tertiary .sidebar-inner {
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar #primary+#tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 30px;
}

body.page-template-default:not(.vc-panel) .site-content.active-sidebar .entry.page {
    padding: 30px;
    background-color: #ffffff;
}

body.page-template-default:not(.vc-panel) .site-content #comments .comment-list {
    width: 100%;
}

body.page-template-default:not(.vc-panel) .site-content #comments .comments-title {
    display: block;
}

body.page-template-default:not(.vc-panel) footer {
    margin: 0 !important;
}

body #content,
body #primary {
    position: relative;
}

body #content .before-shop-loop,
body #primary .before-shop-loop,
body #content .before-list,
body #primary .before-list {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
    body #content .before-shop-loop,
    body #primary .before-shop-loop,
    body #content .before-list,
    body #primary .before-list {
        padding: 1px 20px;
    }
}

body #content .before-shop-loop .modes,
body #primary .before-shop-loop .modes,
body #content .before-list .modes,
body #primary .before-list .modes {
    float: right;
    font-size: 0;
}

body #content .before-shop-loop .modes .mode,
body #primary .before-shop-loop .modes .mode,
body #content .before-list .modes .mode,
body #primary .before-list .modes .mode {
    color: #222222;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 63px;
    height: 63px;
    width: 63px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    border-left: 1px solid #f0f0f0;
}

body #content .before-shop-loop .modes .mode.gmap,
body #primary .before-shop-loop .modes .mode.gmap,
body #content .before-list .modes .mode.gmap,
body #primary .before-list .modes .mode.gmap {
    display: none;
}

body #content .before-shop-loop .modes .mode.active,
body #primary .before-shop-loop .modes .mode.active,
body #content .before-list .modes .mode.active,
body #primary .before-list .modes .mode.active {
    background-color: #222222;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    body #content .before-shop-loop .modes .mode,
    body #primary .before-shop-loop .modes .mode,
    body #content .before-list .modes .mode,
    body #primary .before-list .modes .mode {
        border: 0;
    }
}

@media screen and (max-width: 480px) {
    body #content .before-shop-loop .modes,
    body #primary .before-shop-loop .modes,
    body #content .before-list .modes,
    body #primary .before-list .modes {
        float: none;
        text-align: center;
    }
}

body #content .before-shop-loop .woocommerce-result-count,
body #primary .before-shop-loop .woocommerce-result-count,
body #content .before-list .woocommerce-result-count,
body #primary .before-list .woocommerce-result-count,
body #content .before-shop-loop p.result-count,
body #primary .before-shop-loop p.result-count,
body #content .before-list p.result-count,
body #primary .before-list p.result-count {
    float: left;
    display: inline-block;
    padding: 0;
    color: #777777;
    line-height: 63px;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    body #content .before-shop-loop .woocommerce-result-count,
    body #primary .before-shop-loop .woocommerce-result-count,
    body #content .before-list .woocommerce-result-count,
    body #primary .before-list .woocommerce-result-count,
    body #content .before-shop-loop p.result-count,
    body #primary .before-shop-loop p.result-count,
    body #content .before-list p.result-count,
    body #primary .before-list p.result-count {
        float: none;
        text-align: center;
        display: block;
    }
}

body #content .before-shop-loop .woocommerce-ordering,
body #primary .before-shop-loop .woocommerce-ordering,
body #content .before-list .woocommerce-ordering,
body #primary .before-list .woocommerce-ordering,
body #content .before-shop-loop .ordering,
body #primary .before-shop-loop .ordering,
body #content .before-list .ordering,
body #primary .before-list .ordering {
    float: left;
    padding: 9px;
    border-left: 1px solid #f0f0f0;
    margin-left: 20px;
}

body #content .before-shop-loop .woocommerce-ordering select,
body #primary .before-shop-loop .woocommerce-ordering select,
body #content .before-list .woocommerce-ordering select,
body #primary .before-list .woocommerce-ordering select,
body #content .before-shop-loop .ordering select,
body #primary .before-shop-loop .ordering select,
body #content .before-list .ordering select,
body #primary .before-list .ordering select {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIzOC4wMDcgMjM4LjAwNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjM4LjAwNyAyMzguMDA3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTIzMy4zODcsNTYuMjIxYy02LjE5OC02LjE5OC0xNi4zMDQtNi4xOTgtMjIuNDcsMGwtOTEuOTE1LDkxLjg4M0wyNy4xMTgsNTYuMjIxICAgICBjLTYuMTk4LTYuMTk4LTE2LjI3My02LjE5OC0yMi40Nywwcy02LjE5OCwxNi4yNzMsMCwyMi40N2wxMDMuMDcxLDEwMy4xMDJjMy4xMTUsMy4xNDYsNy4yMTUsNC42NCwxMS4yODMsNC42NCAgICAgYzQuMSwwLDguMTY4LTEuNTI2LDExLjI4My00LjY0TDIzMy4zNTUsNzguNjkxQzIzOS41NTMsNzIuNDk0LDIzOS41NTMsNjIuNDE5LDIzMy4zODcsNTYuMjIxeiIgZmlsbD0iIzIyMjIyMiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 11px;
    background-color: transparent;
    padding: 10px 11px;
    color: #777777;
}

@media screen and (max-width: 768px) {
    body #content .before-shop-loop .woocommerce-ordering select,
    body #primary .before-shop-loop .woocommerce-ordering select,
    body #content .before-list .woocommerce-ordering select,
    body #primary .before-list .woocommerce-ordering select,
    body #content .before-shop-loop .ordering select,
    body #primary .before-shop-loop .ordering select,
    body #content .before-list .ordering select,
    body #primary .before-list .ordering select {
        padding: 0 20px;
        background-position: 96% center;
    }
}

@media screen and (max-width: 670px) {
    body #content .before-shop-loop .woocommerce-ordering select,
    body #primary .before-shop-loop .woocommerce-ordering select,
    body #content .before-list .woocommerce-ordering select,
    body #primary .before-list .woocommerce-ordering select,
    body #content .before-shop-loop .ordering select,
    body #primary .before-shop-loop .ordering select,
    body #content .before-list .ordering select,
    body #primary .before-list .ordering select {
        background-position: 92% center;
    }
}

@media screen and (max-width: 768px) {
    body #content .before-shop-loop .woocommerce-ordering,
    body #primary .before-shop-loop .woocommerce-ordering,
    body #content .before-list .woocommerce-ordering,
    body #primary .before-list .woocommerce-ordering,
    body #content .before-shop-loop .ordering,
    body #primary .before-shop-loop .ordering,
    body #content .before-list .ordering,
    body #primary .before-list .ordering {
        float: none;
        margin: 13px 0;
        clear: both;
        border: 1px solid #f0f0f0;
        border-radius: 3px;
    }
}

@media screen and (max-width: 480px) {
    body #content .before-shop-loop .woocommerce-ordering,
    body #primary .before-shop-loop .woocommerce-ordering,
    body #content .before-list .woocommerce-ordering,
    body #primary .before-list .woocommerce-ordering,
    body #content .before-shop-loop .ordering,
    body #primary .before-shop-loop .ordering,
    body #content .before-list .ordering,
    body #primary .before-list .ordering {
        margin-top: 0;
    }
}

body #content .before-shop-loop .ordering,
body #primary .before-shop-loop .ordering,
body #content .before-list .ordering,
body #primary .before-list .ordering {
    float: right;
}

body #content .before-shop-loop .ordering select,
body #primary .before-shop-loop .ordering select,
body #content .before-list .ordering select,
body #primary .before-list .ordering select {
    font-size: 14px;
    border-radius: 3px;
    height: 45px;
    box-shadow: none;
    display: block;
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    appearance: none !important;
    outline: none;
    font-family: "Montserrat", sans-serif;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    body #content .before-shop-loop .ordering select,
    body #primary .before-shop-loop .ordering select,
    body #content .before-list .ordering select,
    body #primary .before-list .ordering select {
        padding-right: 11px;
    }
}

@media screen and (max-width: 768px) {
    body #content .before-shop-loop .ordering,
    body #primary .before-shop-loop .ordering,
    body #content .before-list .ordering,
    body #primary .before-list .ordering {
        float: none;
    }
}

body #content .before-shop-loop::after,
body #primary .before-shop-loop::after,
body #content .before-list::after,
body #primary .before-list::after {
    content: "";
    display: table;
    clear: both;
}

body #content .after-shop-loop,
body #primary .after-shop-loop {
    margin-top: 30px;
}

#page>header,
#page>footer {
    background-color: #ffffff;
}


/*!!!*/

.entry-content {
    line-height: 1.375;
}

footer {
    font-size: 1em;
    line-height: 1.375;
}

footer input[type="email"] {
    border: 1px solid #ebeff6;
    height: 38px;
}

footer p {
    font-size: 1em;
    line-height: 1.375;
}

@keyframes cssload-animation1 {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(380deg);
    }
}

@-webkit-keyframes cssload-animation1 {
    0% {
        -webkit-transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(380deg);
    }
}

@keyframes cssload-animation2 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes cssload-animation2 {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    height: 100%;
}

#preloader #status {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader #status:before {
    content: " ";
    width: 49px;
    height: 49px;
    position: absolute;
    border: 3px solid #222222;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: spin 575ms infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.site .site-main {
    position: relative;
    z-index: 1;
}

#content::after {
    content: "";
    display: table;
    clear: both;
}

.page-template-default .content-area {
    padding-top: 0;
}

.container {
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

@media (max-width: 786px) {
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 786px) {
    .container {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    width: 1400px;
    }
}

.container.active-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container.active-sidebar #primary {
    width: 67%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.container.active-sidebar #tertiary {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.container.active-sidebar #tertiary .sidebar-inner {
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

.container.active-sidebar #primary+#tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 30px;
}

.container.active-sidebar .entry.page {
    padding: 30px;
    background-color: #ffffff;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

.container.active-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container.active-sidebar #primary {
    width: 67%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.container.active-sidebar #tertiary {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.container.active-sidebar #tertiary .sidebar-inner {
    margin-right: 30px;
    position: relative;
    z-index: 3;
}

.container.active-sidebar #primary+#tertiary .sidebar-inner {
    margin-right: 0;
    margin-left: 30px;
}

.container.active-sidebar .entry.page {
    padding: 30px;
    background-color: #ffffff;
}

.container-fluid {
    padding: 0 45px !important;
}

@media (max-width: 992px) {
    .site-main .container.active-sidebar.left {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-display: flex;
        -khtml-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -ms-box-direction: reverse;
        -o-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -khtml-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .container.active-sidebar {
        display: block;
    }
    .container.active-sidebar #primary {
        width: auto;
        display: block;
        padding-bottom: 30px;
    }
    .container.active-sidebar #tertiary {
        width: auto;
        display: block;
    }
    .container.active-sidebar #tertiary .sidebar-inner {
        margin-right: 0;
    }
    .container.active-sidebar #primary+#tertiary .sidebar-inner {
        margin-right: 0;
        margin-left: 0;
    }
}

.social_connect_ui {
    margin-bottom: 5px;
}

.social_connect_ui .comment-form-social-connect {
    margin: 0;
}

.archive-header {
    margin-bottom: 40px;
}

#primary .page-header {
    padding-bottom: 0;
    margin: 0px 0 40px 0;
    border-bottom: none;
}

.site-header {
    position: relative;
}

.site-header.scrolled .header-main {
   
	position:fixed;
}

.site-header.scrolled .header-main nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>a.menu-link {
    
}



.site-header.scrolled .header-main .site-title img {
    -webkit-transition: all 0.5s ease-out;
    -khtml-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.site-header.scrolled .header-main span.hot,
.site-header.scrolled .header-main span.new {
    display: none;
}

.site-header .header-main {
    position: relative;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    /*background-color: @black-dark;*/
    background-color: #3fa6f3;
   border-bottom: solid 1px #fff;
   padding:15px 0 15px 0px;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.site-header .header-main>div {
    position: relative;
}

.site-header .header-main.fs {
    background-color: #ffffff;
}

.site-header .header-main.fs nav.primary-navigation>div>ul>li>a {
    color: #333333;
}

.site-header .header-main .site-title {
    -webkit-transition: all 0.5s ease-out;
    -khtml-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 82px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right:0px;
	margin-top:15px;
}

@media (max-width: 786px) {
    .site-header .header-main .site-title {
        margin:0px;
    }
}

.site-header .header-main .site-title img {
    -webkit-transition: all 0.5s ease-out;
    -khtml-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 200px;
    vertical-align: middle;
}

.site-header .header-main .site-title span {
    color: #333333;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0;
}

.site-header .header-main .trigger {
    margin-right: 20px;
    line-height: 82px;
    color: #e5e5e5;
    font-size: 18px;
    float: right;
    display: none;
}

.site-header .header-main .trigger.active {
    color: #333333;
}

.site-header .header-main .trigger.search::after {
    content: "\f002";
}

.site-header .header-main .trigger.gmap::after {
    content: "\f041";
}

.site-header .header-main .trigger::after {
    font-family: FontAwesome;
}

@media (max-width: 786px) {
    .site-header .header-main .trigger {
        display: inline;
    }
}

.site-header .header-main .header-my-account {
    margin-left: 20px;
    float: right;
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .site-header .header-main .header-my-account {
        position: absolute;
        right: 45px;
    }
}

.site-header .header-main .header-my-account.logged-in .dropdown {
    position: relative;
}

.site-header .header-main .header-my-account.logged-in .dropdown .link {
    display: inline-block;
    position: relative;
}

.site-header .header-main .header-my-account.logged-in .dropdown .link a {
    display: inline-block;
    line-height: 110px;
    color: #222222;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    padding: 0 19px;
    padding-right: 0;
}

.site-header .header-main .header-my-account.logged-in .dropdown .link a img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: -2.5px;
}

.site-header .header-main .header-my-account.logged-in .dropdown .link a span {
    margin-right: 7px;
}

.site-header .header-main .header-my-account.logged-in .dropdown .link a label {
    display: none;
}

.site-header .header-main .header-my-account.logged-in .dropdown .link a::after {
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    margin-right: -41px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 28px;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
}

.site-header .header-main .header-my-account.logged-in .dropdown::after {
    font-family: FontAwesome;
    padding-right: 18px;
    font-size: 21px;
    content: "\f107";
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    position: relative;
    z-index: 9999;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widgettitle {
    display: none;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links {
    position: absolute;
    right: 0;
    top: 82px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(0, 30px);
    -khtml-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul {
    text-align: right;
    background-color: #222222;
    padding: 30px;
    margin-left: -11px;
    padding-top: 21px;
    padding-bottom: 21px;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li {
    padding: 5px 0 9px;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:last-child {
    padding-bottom: 5px;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li a {
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.6;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:hover {
    background-color: #222222;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:hover a {
    color: #777777;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li.active li {
    background-color: #ffffff;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li.active a {
    color: #000000;
}

.site-header .header-main .header-my-account.logged-in .dropdown .widget_azexo_dashboard_links ul li:last-of-type a::after {
    display: none;
}

.site-header .header-main .header-my-account.logged-in .dropdown:hover .widget_azexo_dashboard_links {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link {
    display: inline-block;
    position: relative;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link a {
    line-height: 82px;
    color: #222222;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    padding: 0 19px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link a:hover {
    color: #222222;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 18.66666667px;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .link label[for="login-register-toggle"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    margin: 0;
    z-index: 1;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form {
    color: #333333;
    display: none;
    line-height: 1.5;
    background-color: #ffffff;
    position: fixed;
    left: 50vw;
    top: 50vh;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7;
    padding: 50px;
    padding-top: 40px;
    padding: 10px 40px 26px;
    border-radius: 3px;
    width: 340px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row {
    position: relative;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row>input[type="submit"] {
    margin-top: 40px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row>input[type="submit"]+input+label {
    position: absolute;
    top: 0;
    left: 0;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form form .form-row:last-child>input[type="submit"] {
    margin-top: 0;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .col-1,
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form span.register {
    display: block;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .col-2,
.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form span.login {
    display: none;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .lost_password {
    line-height: 1;
    margin-bottom: -6px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .lost_password a {
    font-family: "Roboto";
    font-size: 14px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form label[for="login-register-toggle"]::before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    line-height: 1;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form label[for="register-toggle"] {
    color: #000000;
    font-weight: 400;
    right: 50px;
    line-height: 33px;
    font-family: "Roboto";
    cursor: pointer;
    right: 40px;
    position: absolute;
    top: 40px;
}

@media screen and (max-width: 375px) {
    .site-header .header-main .header-my-account:not(.logged-in) .dropdown .form label[for="register-toggle"] {
        top: 50px;
    }
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked~.col2-set .col-1 {
    display: none;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked~.col2-set .col-2 {
    display: block;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked~label span.register {
    display: none;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #register-toggle:checked~label span.login {
    display: block;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form #customer_login h2 {
    margin-top: 0;
    margin-top: 1px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form input+.woocommerce-password-strength.short {
    margin-top: 20px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login {
    white-space: normal;
    text-align: center;
    margin-top: 33px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login label {
    color: #999999;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    font-weight: 400;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login a {
    display: inline-block;
    margin-right: 25px;
    font-size: 25px;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown .form .social-login a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 375px) {
    .site-header .header-main .header-my-account:not(.logged-in) .dropdown .form {
        padding: 10px 10px 26px;
        max-width: 100vw;
        box-sizing: border-box;
    }
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown #login-register-toggle:checked~.form {
    display: block;
}

.site-header .header-main .header-my-account:not(.logged-in) .dropdown #login-register-toggle:checked~.link label {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    height: 200vh;
    bottom: auto;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.site-header .azqf-query-form {
    margin: 30px 0;
}

@media (max-width: 768px) {
    .site-header .azqf-query-form {
        overflow: hidden;
    }
    .site-header:not(.search-triggered) .azqf-query-form {
        max-height: 0;
        margin: 0;
        -webkit-transition: all 0.4s ease-in;
        -khtml-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    .site-header.search-triggered .azqf-query-form {
        max-height: 600px;
        margin: 30px 0;
        -webkit-transition: all 0.4s ease-out;
        -khtml-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}

@media (max-width: 1100px) {
    .site-header {
        padding-top: 0;
    }
    .site-header.scrolled {
        padding-top: 0;
    }

    .site-header .header-main.fs {
        background-color: #ffffff;
    }
    .site-header .header-main .custom-header {
        margin-right: 0;
    }
    .site-header .header-main .custom-header>ul {
        border-left: none;
    }
}

.search-wrapper {
    display: inline-block;
    float: right;
    width: 150px;
    height: 82px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    -webkit-transition: all 0.15s ease-in-out;
    -khtml-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.search-wrapper:hover {
    width: 220px;
}

.search-wrapper .searchform {
    display: inline-block !important;
}

.search-wrapper .searchform .searchform-wrapper {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    line-height: 40px;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"] {
    display: table-cell;
    float: left;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    background-color: #ffffff;
    background-image: none;
    color: #000000;
    line-height: 1.42857143;
    font-weight: 300;
    box-shadow: none;
    box-sizing: border-box;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus {
    outline: none;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]:placeholder {
    color: #333333;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]::placeholder {
    color: #333333;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder {
    color: #333333;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]::-moz-placeholder {
    color: #333333;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]:-moz-placeholder {
    color: #333333;
}

.search-wrapper .searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder {
    color: #333333;
}

.search-wrapper .searchform .searchform-wrapper .submit {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    position: relative;
    line-height: 0;
}

.search-wrapper .searchform .searchform-wrapper .submit::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
    display: inline;
    color: #333333;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    pointer-events: none;
}

.search-wrapper .searchform .searchform-wrapper .submit input[type="submit"] {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    border-left: none;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding: 6px 12px;
    min-width: 45px;
    color: transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -khtml-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
}

.search-wrapper .searchform .searchform-wrapper .submit input[type="submit"]:hover {
    background-color: #e5e5e5;
    -webkit-transition: all 0.15s ease-in-out;
    -khtml-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.search-wrapper .searchform::after {
    content: "";
    display: table;
    clear: both;
}

.search-wrapper i {
    display: none !important;
}

@media (max-width: 786px) {
    .search-wrapper {
        float: left;
    }
}

/*nav.primary-navigation {
    pointer-events: none;
    display: inline-block;
    background-color: transparent;
    width: calc(100% - 233px);
    text-align: right;
}*/

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item {
    pointer-events: all;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.menu-item-has-children::before,
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.mega::before {
    content: " ";
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -khtml-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.1s linear 0s;
    -khtml-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    visibility: hidden;
    position: absolute;
    left: 50%;
    width: 0 !important;
    height: 0;
    border-style: solid;
    line-height: 0;
    margin-left: -8px;
    border-color: transparent;
    bottom: 0;
    border-width: 0 8px 8px;
    border-bottom-color: #222222;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.menu-item-has-children::after,
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.mega::after {
    content: " ";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 30px);
    -khtml-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.1s linear 0s;
    -khtml-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0;
    margin-left: -8px;
    border-color: transparent;
    bottom: -1px;
    border-width: 0 8px 8px;
    border-bottom-color: #222222;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.menu-item-has-children:hover::before,
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.mega:hover::before {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.35s linear 0.2s;
    -khtml-transition: all 0.35s linear 0.2s;
    -moz-transition: all 0.35s linear 0.2s;
    -ms-transition: all 0.35s linear 0.2s;
    transition: all 0.35s linear 0.2s;
    opacity: 1;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.menu-item-has-children:hover::after,
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.mega:hover::after {
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.35s linear 0.2s;
    -khtml-transition: all 0.35s linear 0.2s;
    -moz-transition: all 0.35s linear 0.2s;
    -ms-transition: all 0.35s linear 0.2s;
    transition: all 0.35s linear 0.2s;
    visibility: visible;
    opacity: 1;
}

nav.primary-navigation ul.nav-menu:not(.vc)::after {
    content: "";
    display: table;
    clear: both;
}

nav.primary-navigation ul.nav-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc) {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 18px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:first-child,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item:first-child {
    padding-left: 0;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:first-child>ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item:first-child>ul.sub-menu:not(.vc) {
    margin-left: 0;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:first-child.current-menu-item:before,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item:first-child.current-menu-item:before {
    width: calc(100% - 19px);
    transform: none;
    left: 0;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.height-lite,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.height-lite {
    line-height: 82px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.height-lite>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.height-lite>a.menu-link {
    display: inline-block;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    border-color: #e3e3ea;
    background-color: #e3e3ea;
    color: #000000;
    border-width: 1px;
    border-radius: 30px !important;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.42857143;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.height-lite>a.menu-link:hover,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.height-lite>a.menu-link:hover {
    background-color: #222222;
    border-color: #222222;
    color: #e3e3ea;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.current-menu-item>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.current-menu-item>a.menu-link {
    color: #ffffff;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.current-menu-item:before,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.current-menu-item:before {
    width: calc(100% - 38px);
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:hover>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item:hover>a.menu-link {
    color: #ffffff;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:hover>ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item:hover>ul.sub-menu:not(.vc),
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:hover>.page,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item:hover>.page {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.cart,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.cart {
    position: absolute;
    right: 190px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.cart>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.cart>a.menu-link {
    font-size: 11px;
    text-transform: uppercase;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.cart .count,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.cart .count {
    position: absolute;
    right: -14px;
    width: 24px;
    height: 24px;
    background-color: #f8f8f8;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 24px;
    text-align: center;
    border-radius: 200%;
    font-size: 11px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.highlighted:hover,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.highlighted:hover {
    background: none;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.highlighted>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item.highlighted>a.menu-link {
    color: #000000;
    text-transform: none;
    font-weight: 400;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>a.menu-link {
    /*color: @gray-darker;*/
    color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 82px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>a.menu-link .fa,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>a.menu-link .fa,
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>a.menu-link [class*="icon"],
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>a.menu-link [class*="icon"] {
    margin-right: 8px;
    font-size: 18px;
    line-height: inherit;
    vertical-align: top;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>a.menu-link .description,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>a.menu-link .description {
    display: block;
    color: #777777;
    font-size: 11px;
    line-height: 20px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>.page,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>.page {
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    line-height: 20px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc) {
    -webkit-transition: all 0.3s linear 0.2s;
    -khtml-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #222222;
    padding: 30px;
    margin-left: -11px;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: left;
    -webkit-transform: translate(0, 30px);
    -khtml-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item {
    float: none;
    min-width: 150px;
    padding: 5px 0 9px;
    border-right: none;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:last-child,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:last-child {
    padding-bottom: 5px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:before,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:before {
    content: none;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item.menu-item-has-children,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item.menu-item-has-children {
    padding-right: 28px;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item.menu-item-has-children::after,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item.menu-item-has-children::after {
    font-size: 18px;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: -19px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-right: 19px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:hover.menu-item-has-children::after,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:hover.menu-item-has-children::after {
    color: #777777;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:hover>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item:hover>a.menu-link {
    color: #777777;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item>a.menu-link,
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item>a.menu-link {
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #ffffff;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc),
nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc) {
    top: -21px;
    left: calc(100% + 30px);
    margin-left: 0px;
    border-left: 1px solid #f0f0f0;
}

@media (max-width: 1100px) {
    nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item.pull-right {
        display: none;
    }
}

nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item:first-child>a.menu-link {
    padding-left: 0;
}

.mobile-menu-button {
    display: none;
    vertical-align: middle;
    line-height: 82px;
    float: right;
}

.mobile-menu-button span {
    color: #ffffff;
    font-size: 23px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    line-height: 82px;
}

nav.mobile-menu {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    text-align: left;
    overflow: hidden;
    z-index: 100;
}

nav.mobile-menu .page {
    display: none;
    width: 100%;
    position: relative;
    list-style: none;
    margin-top: 10px;
}

nav.mobile-menu ul.nav-menu:not(.vc),
nav.mobile-menu ul.sub-menu:not(.vc) {
    background-color: #ffffff;
    display: none;
    width: 100%;
    position: relative;
    border-top: 1px solid #ebeff6;
    list-style: none;
    margin: 0;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item {
    margin: 0;
    padding: 0;
    position: relative;
    float: none !important;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.active>a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.active>a.menu-link {
    color: #777777;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>h4,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>h4 {
    padding: 7px 20px;
    outline: 0;
    line-height: 1.5;
    color: #222222;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    transition: all 0.3s linear 0s;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>a.menu-link .fa,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link .fa,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>h4 .fa,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>h4 .fa,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>a.menu-link [class*="icon"],
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link [class*="icon"],
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>h4 [class*="icon"],
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>h4 [class*="icon"] {
    margin-right: 8px;
    font-size: 11px;
    line-height: inherit;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>a.menu-link .description,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link .description,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>h4 .description,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>h4 .description {
    display: block;
    color: #777777;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link {
    -webkit-tap-highlight-color: transparent;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>a.menu-link:hover,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link:hover {
    color: #bbbbbb;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.open-sub>ul.sub-menu:not(.vc),
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.open-sub>ul.sub-menu:not(.vc) {
    border-top: 1px solid #f5f5f5;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item:last-child,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item:last-child {
    border: 0 !important;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item span.mobile-arrow i {
    color: inherit;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>ul.sub-menu:not(.vc)>li.menu-item {
    margin: 0 0 0 19px;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children.open-sub>span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children.open-sub>span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega.open-sub>span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega.open-sub>span.mobile-arrow i.fa-angle-right {
    display: none;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children.open-sub>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children.open-sub>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega.open-sub>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega.open-sub>span.mobile-arrow i.fa-angle-down {
    display: inline;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-right,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-right {
    display: none;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega>ul.open-sub>li.menu-item>span.mobile-arrow i.fa-angle-down {
    display: inline;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children>span.mobile-arrow,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children>span.mobile-arrow,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega>span.mobile-arrow,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega>span.mobile-arrow {
    cursor: pointer;
    float: right;
    position: absolute;
    text-align: right;
    width: 50px;
    color: #222222;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
    font-size: 20px;
    content: "\f105";
    top: 5px;
    right: 0;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    transition: all 0.2s linear 0s;
    padding-right: 19px;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children>span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children>span.mobile-arrow i,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega>span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega>span.mobile-arrow i {
    display: inline;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item-has-children>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item-has-children>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.nav-menu:not(.vc)>li.menu-item.mega>span.mobile-arrow i.fa-angle-down,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item.mega>span.mobile-arrow i.fa-angle-down {
    display: none;
}

nav.mobile-menu ul.nav-menu:not(.vc)>li>span.mobile-arrow i,
nav.mobile-menu ul.sub-menu:not(.vc)>li>span.mobile-arrow i {
    display: none;
}

nav.mobile-menu ul.sub-menu:not(.vc) {
    padding: 0 10px;
}

nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc)>li.menu-item>h4 {
    padding-left: 5px;
}

nav.mobile-menu ul.nav-menu:not(.vc) {
    padding: 17px 10px;
}

@media (max-width: 992px) {
    nav.primary-navigation {
        display: none;
    }
    .mobile-menu-button {
        display: inline;
        line-height: 41px;
    }
    nav.mobile-menu {
        display: block;
    }
}

.sl-wrapper>a {
    border-bottom: 0;
    text-decoration: none;
    color: #fb4b79;
}

.sl-wrapper>a.liked {
    color: #fb4b79;
}

.sl-wrapper>a.liked:hover,
.sl-wrapper>a.liked:active,
.sl-wrapper>a.liked:focus {
    color: #fb4b79;
}

.sl-wrapper>a .sl-icon {
    margin-right: 9px !important;
}

.sl-wrapper>a .sl-icon svg {
    fill: #fb4b79;
    width: 14px;
    height: 13px;
    vertical-align: middle;
}

.sl-wrapper>a .sl-icon svg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sl-wrapper>a .count {
    color: #fb4b79;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.sl-wrapper>span .loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    margin-left: 0.3125em;
    text-indent: -9999em;
    position: relative;
    vertical-align: middle;
}

.sl-wrapper>span .loader:before {
    content: " ";
    width: 80%;
    height: 80%;
    top: -2px;
    left: 0;
    position: absolute;
    border: 2px solid #fb4b79;
    border-radius: 50%;
    border-left-color: transparent;
    animation: spin 575ms infinite linear;
}

.sidebar-container>.sidebar-inner>.widget-area>.widget,
.wpb_widgetised_column>.wpb_wrapper>.widget {
    margin: 0 0 35px 0;
}

.sidebar-container>.sidebar-inner>.widget-area>.widget>label,
.wpb_widgetised_column>.wpb_wrapper>.widget>label {
    display: block;
}

.sidebar-container>.sidebar-inner>.widget-area>.widget .widget-title h3,
.wpb_widgetised_column>.wpb_wrapper>.widget .widget-title h3 {
    margin-top: 0;
}

.sidebar-container>.sidebar-inner>.widget-area>.widget ul:not([class]):not([id]):not([style]),
.wpb_widgetised_column>.wpb_wrapper>.widget ul:not([class]):not([id]):not([style]),
.sidebar-container>.sidebar-inner>.widget-area>.widget ol:not([class]):not([id]):not([style]),
.wpb_widgetised_column>.wpb_wrapper>.widget ol:not([class]):not([id]):not([style]) {
    margin: 0;
    padding: 0;
}

.sidebar-container>.sidebar-inner>.widget-area>.widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]),
.wpb_widgetised_column>.wpb_wrapper>.widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]),
.sidebar-container>.sidebar-inner>.widget-area>.widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]),
.wpb_widgetised_column>.wpb_wrapper>.widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style]) {
    margin: 0;
    padding: 0;
}

.sidebar-container>.sidebar-inner>.widget-area>.widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before,
.wpb_widgetised_column>.wpb_wrapper>.widget ul:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before,
.sidebar-container>.sidebar-inner>.widget-area>.widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before,
.wpb_widgetised_column>.wpb_wrapper>.widget ol:not([class]):not([id]):not([style]) li:not([class]):not([id]):not([style])::before {
    content: none;
}

footer .sidebar-container>.sidebar-inner>.widget-area>.widget,
footer .wpb_widgetised_column>.wpb_wrapper>.widget {
    margin-bottom: 0;
}

#middle {
    background-color: #f8f8f8;
}

#secondary .widget,
#middle .widget {
    margin-bottom: 0px;
}

#tertiary .sidebar-inner .widget-area .widget,
.wpb_widgetised_column>.wpb_wrapper .widget {
    padding: 0 15px;
    background-color: #ffffff;
}

#tertiary .sidebar-inner .widget-area .widget>.widget-title h3,
.wpb_widgetised_column>.wpb_wrapper .widget>.widget-title h3,
#tertiary .sidebar-inner .widget-area .widget .widget-title h3,
.wpb_widgetised_column>.wpb_wrapper .widget .widget-title h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    line-height: 1.22222222;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

#tertiary .sidebar-inner .widget-area .widget:last-child,
.wpb_widgetised_column>.wpb_wrapper .widget:last-child {
    margin-bottom: 0;
}

#tertiary .sidebar-inner .widget-area .widget ul li,
.wpb_widgetised_column>.wpb_wrapper .widget ul li {
    list-style-type: none;
    line-height: 2.1;
    font-size: 14px;
}

#tertiary .sidebar-inner .widget-area .widget img,
.wpb_widgetised_column>.wpb_wrapper .widget img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

#tertiary .sidebar-inner .widget-area .widget select,
.wpb_widgetised_column>.wpb_wrapper .widget select {
    font-family: "Roboto", sans-serif;
    height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    margin: 0;
    border: 1px solid #ebeff6;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666666;
}

#tertiary .sidebar-inner .widget-area .widget select:placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget select:placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget select::placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget select::placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget select::-webkit-input-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget select::-webkit-input-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget select::-moz-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget select::-moz-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget select:-moz-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget select:-moz-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget select:-ms-input-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget select:-ms-input-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget select:focus,
.wpb_widgetised_column>.wpb_wrapper .widget select:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-outline: none;
    -khtml-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    border-color: #bbc5d5;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice {
    font-family: "Roboto", sans-serif;
    height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    margin: 0;
    border: 1px solid #ebeff6;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666666;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice:placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice:placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice::placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice::placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice::-webkit-input-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice::-webkit-input-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice::-moz-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice::-moz-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice:-moz-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice:-moz-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice:-ms-input-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice:-ms-input-placeholder {
    color: #777777;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice:focus,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-outline: none;
    -khtml-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    border-color: #bbc5d5;
}

#tertiary .sidebar-inner .widget-area .widget div.select2-container .select2-choice .select2-arrow,
.wpb_widgetised_column>.wpb_wrapper .widget div.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    background-clip: padding-box;
}

.widget_azh_widget h3.azh-one-title {
    padding: 24px 22px;
    background-color: #ffffff;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    letter-spacing: 0;
}

#quaternary.container>.sidebar-inner>.widget-area,
#secondary.container>.sidebar-inner>.widget-area,
#middle.container>.sidebar-inner>.widget-area {
    margin: 0 -30px;
}

#quaternary.container>.sidebar-inner>.widget-area>.widget,
#secondary.container>.sidebar-inner>.widget-area>.widget,
#middle.container>.sidebar-inner>.widget-area>.widget {
    padding: 0 30px;
}

#quaternary>.sidebar-inner>.widget-area>.widget.widget_vc_widget,
#secondary>.sidebar-inner>.widget-area>.widget.widget_vc_widget,
#middle>.sidebar-inner>.widget-area>.widget.widget_vc_widget,
#quaternary>.sidebar-inner>.widget-area>.widget.widget_azexo_post,
#secondary>.sidebar-inner>.widget-area>.widget.widget_azexo_post,
#middle>.sidebar-inner>.widget-area>.widget.widget_azexo_post,
#quaternary>.sidebar-inner>.widget-area>.widget.page-title,
#secondary>.sidebar-inner>.widget-area>.widget.page-title,
#middle>.sidebar-inner>.widget-area>.widget.page-title {
    margin: 0;
}

#quaternary>.sidebar-inner>.widget-area>.widget:not(.widget_azh_widget):not(.azexo-woo-breadcrumb):not(.widget_azexo_post):not(.page-title):not(.widget_azexo_dashboard_links),
#secondary>.sidebar-inner>.widget-area>.widget:not(.widget_azh_widget):not(.azexo-woo-breadcrumb):not(.widget_azexo_post):not(.page-title):not(.widget_azexo_dashboard_links),
#middle>.sidebar-inner>.widget-area>.widget:not(.widget_azh_widget):not(.azexo-woo-breadcrumb):not(.widget_azexo_post):not(.page-title):not(.widget_azexo_dashboard_links) {
    box-sizing: border-box;
    position: relative;
    border: none;
    float: left;
    width: 25%;
    margin: 0 0 40px 0;
}

@media (max-width: 768px) {
    #quaternary>.sidebar-inner>.widget-area,
    #secondary>.sidebar-inner>.widget-area,
    #middle>.sidebar-inner>.widget-area {
        margin: 0 !important;
    }
    #quaternary>.sidebar-inner>.widget-area>.widget,
    #secondary>.sidebar-inner>.widget-area>.widget,
    #middle>.sidebar-inner>.widget-area>.widget {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
}

.widget-area .widget_search *,
.wpb_widgetised_column>.wpb_wrapper .widget_search * {
    box-sizing: border-box;
}

.widget-area .widget_search form.searchform .searchform-wrapper,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"],
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"] {
    display: table-cell;
    float: left;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:focus,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:focus {
    outline: none;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:placeholder {
    color: #777777;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]::placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]::placeholder {
    color: #777777;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder {
    color: #777777;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]::-moz-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]::-moz-placeholder {
    color: #777777;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:-moz-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:-moz-placeholder {
    color: #777777;
}

.widget-area .widget_search form.searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder {
    color: #777777;
}

.widget-area .widget_search form.searchform .searchform-wrapper .submit,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit {
    display: table-cell;
    vertical-align: top;
    margin-left: -1px;
    width: 1%;
    position: relative;
}

.widget-area .widget_search form.searchform .searchform-wrapper .submit::before,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
    display: inline;
    color: #ffffff;
    font-family: 'themify';
    -webkit-font-smoothing: antialiased;
    content: "\e610";
    pointer-events: none;
}

.widget-area .widget_search form.searchform .searchform-wrapper .submit input[type="submit"],
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit input[type="submit"] {
    height: 40px;
    background-color: #000000;
    border: none;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    min-width: 40px;
    padding: 10px 14px;
    color: transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -khtml-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
}

.widget-area .widget_search form.searchform .searchform-wrapper .submit input[type="submit"]:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit input[type="submit"]:hover {
    -webkit-transition: all 0.15s ease-in-out;
    -khtml-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.widget-area .widget_search form.searchform .searchform-wrapper .screen-reader-text,
.wpb_widgetised_column>.wpb_wrapper .widget_search form.searchform .searchform-wrapper .screen-reader-text {
    display: none;
}

.widget-area .widget_calendar .calendar_wrap,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap {
    color: #777777;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar caption,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar thead,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr td,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr td {
    padding: 7px;
    border: 1px solid #f0f0f0;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr th,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
    padding: 7px;
    border: 1px solid #f0f0f0;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr th a,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr th a,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td a,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
    color: #000000;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr th,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr td,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr td {
    padding: 7px;
    border: 1px solid #f0f0f0;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr th a,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr th a,
.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr td a,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr td a {
    color: #000000;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar thead,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead {
    background-color: transparent;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr th,
.widget-area .widget_calendar .calendar_wrap #wp-calendar thead tr td,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar thead tr td {
    font-size: 9px;
    color: #666666;
    background-color: transparent;
    border: none;
    font-weight: 400;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: none;
    position: relative;
    z-index: 1;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:before,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: transparent;
    z-index: -1;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today {
    color: #ffffff;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today:before,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today:before {
    background-color: #000000;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today a,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today a {
    color: #ffffff;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover {
    color: #ffffff;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover:before,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover:before {
    background-color: #222222;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover a,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tbody tr td:not(.pad):hover a {
    color: #ffffff;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot tr td,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot tr td {
    border: none;
}

.widget-area .widget_calendar .calendar_wrap #wp-calendar tfoot #next,
.wpb_widgetised_column>.wpb_wrapper .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
    text-align: right;
}

.widget-area .widget_categories select:focus,
.wpb_widgetised_column>.wpb_wrapper .widget_categories select:focus {
    outline: 0;
}

.widget-area .widget_categories ul,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul,
.widget-area .widget_archive ul,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul,
.widget-area .widget_pages ul,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul,
.widget-area .widget_meta ul,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul,
.widget-area .widget_product_categories ul,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul,
.widget-area .widget_recent_entries ul,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul,
.widget-area .widget_recent_comments ul,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul {
    list-style-type: none;
    padding-left: 0;
}

.widget-area .widget_categories ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li ul.children,
.widget-area .widget_archive ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li ul.children,
.widget-area .widget_pages ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li ul.children,
.widget-area .widget_meta ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li ul.children,
.widget-area .widget_product_categories ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li ul.children,
.widget-area .widget_recent_entries ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li ul.children,
.widget-area .widget_recent_comments ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li ul.children,
.widget-area .widget_categories ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li ul.sub-menu,
.widget-area .widget_archive ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li ul.sub-menu,
.widget-area .widget_pages ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li ul.sub-menu,
.widget-area .widget_meta ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li ul.sub-menu,
.widget-area .widget_product_categories ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li ul.sub-menu,
.widget-area .widget_recent_entries ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li ul.sub-menu,
.widget-area .widget_recent_comments ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li ul.sub-menu {
    margin-left: 10px !important;
}

.widget-area .widget_categories ul,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul,
.widget-area .widget_archive ul,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul,
.widget-area .widget_pages ul,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul,
.widget-area .widget_meta ul,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul,
.widget-area .widget_product_categories ul,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul,
.widget-area .widget_recent_entries ul,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul,
.widget-area .widget_recent_comments ul,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul {
    list-style-type: none;
    padding-left: 0;
}

.widget-area .widget_categories ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li,
.widget-area .widget_archive ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li,
.widget-area .widget_pages ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li,
.widget-area .widget_meta ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li,
.widget-area .widget_product_categories ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li,
.widget-area .widget_recent_entries ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.375;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.widget-area .widget_categories ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li:after,
.widget-area .widget_archive ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li:after,
.widget-area .widget_pages ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li:after,
.widget-area .widget_meta ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li:after,
.widget-area .widget_product_categories ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li:after,
.widget-area .widget_recent_entries ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li:after,
.widget-area .widget_recent_comments ul li:after,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li:after {
    content: " ";
    display: table;
    clear: both;
}

.widget-area .widget_categories ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li a,
.widget-area .widget_archive ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li a,
.widget-area .widget_pages ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li a,
.widget-area .widget_meta ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li a,
.widget-area .widget_product_categories ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li a,
.widget-area .widget_recent_entries ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li a,
.widget-area .widget_recent_comments ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li a {
    color: #8c989e;
    line-height: 34px;
    padding: 0;
    font-size: 16px;
    display: inline;
}

.widget-area .widget_categories ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li a:hover,
.widget-area .widget_pages ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li a:hover,
.widget-area .widget_meta ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li a:hover,
.widget-area .widget_recent_entries ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li a:hover,
.widget-area .widget_recent_comments ul li a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li a:hover {
    color: #000000;
}

.widget-area .widget_categories ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li a:hover+.count,
.widget-area .widget_archive ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li a:hover+.count,
.widget-area .widget_pages ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li a:hover+.count,
.widget-area .widget_meta ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li a:hover+.count,
.widget-area .widget_product_categories ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li a:hover+.count,
.widget-area .widget_recent_entries ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li a:hover+.count,
.widget-area .widget_recent_comments ul li a:hover+.count,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li a:hover+.count {
    color: #000000;
}

.widget-area .widget_categories ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li ul.children,
.widget-area .widget_archive ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li ul.children,
.widget-area .widget_pages ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li ul.children,
.widget-area .widget_meta ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li ul.children,
.widget-area .widget_product_categories ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li ul.children,
.widget-area .widget_recent_entries ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li ul.children,
.widget-area .widget_recent_comments ul li ul.children,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li ul.children,
.widget-area .widget_categories ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li ul.sub-menu,
.widget-area .widget_archive ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li ul.sub-menu,
.widget-area .widget_pages ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li ul.sub-menu,
.widget-area .widget_meta ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li ul.sub-menu,
.widget-area .widget_product_categories ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li ul.sub-menu,
.widget-area .widget_recent_entries ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li ul.sub-menu,
.widget-area .widget_recent_comments ul li ul.sub-menu,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li ul.sub-menu {
    margin-left: 10px !important;
}

.widget-area .widget_categories ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li .count,
.widget-area .widget_archive ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li .count,
.widget-area .widget_pages ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li .count,
.widget-area .widget_meta ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li .count,
.widget-area .widget_product_categories ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li .count,
.widget-area .widget_recent_entries ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li .count,
.widget-area .widget_recent_comments ul li .count,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li .count,
.widget-area .widget_categories ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul li .after,
.widget-area .widget_archive ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul li .after,
.widget-area .widget_pages ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul li .after,
.widget-area .widget_meta ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul li .after,
.widget-area .widget_product_categories ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul li .after,
.widget-area .widget_recent_entries ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul li .after,
.widget-area .widget_recent_comments ul li .after,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul li .after {
    transition: all 0.3s linear 0s;
    position: relative;
    padding: 0;
    right: 2px;
    display: inline-block;
    min-width: 15px;
    line-height: inherit;
    text-align: center;
    background-color: transparent;
    float: right;
    vertical-align: middle;
    position: absolute;
    width: 36px;
    height: inherit;
    border-radius: 200%;
    top: 3px;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.widget-area .widget_categories ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_categories ul:after,
.widget-area .widget_archive ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_archive ul:after,
.widget-area .widget_pages ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_pages ul:after,
.widget-area .widget_meta ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_meta ul:after,
.widget-area .widget_product_categories ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_product_categories ul:after,
.widget-area .widget_recent_entries ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_entries ul:after,
.widget-area .widget_recent_comments ul:after,
.wpb_widgetised_column>.wpb_wrapper .widget_recent_comments ul:after {
    content: " ";
    display: table;
    clear: both;
}

.widget-area .widget_tag_cloud span:not(.label),
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud span:not(.label) {
    display: none;
}

.widget-area .widget_tag_cloud .label,
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud .label {
    font-size: 16px;
    line-height: 1.375;
    float: left;
    color: #666666;
    font-weight: 300;
}

.widget-area .widget_tag_cloud a,
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud a {
    font-family: "Roboto";
    background-color: transparent;
    letter-spacing: 0;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    float: left;
    margin: 0 10px 8px 0;
    border: 1px solid #ebeff6;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 5px 8px;
    padding: 0 10px;
    color: inherit;
}

.widget-area .widget_tag_cloud a:hover,
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud a:hover {
    border-color: #434955;
    background-color: #404757;
    color: #ffffff;
}

.widget-area .widget_tag_cloud:after,
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud:after {
    content: " ";
    display: table;
    clear: both;
}

.widget-area .widget_tag_cloud>div:last-child,
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud>div:last-child {
    padding-top: 14px;
}

.widget-area .widget_tag_cloud>div:last-child:after,
.wpb_widgetised_column>.wpb_wrapper .widget_tag_cloud>div:last-child:after {
    content: " ";
    display: table;
    clear: both;
}

.widget-area .widget_flickr .flickr-badge-wrapper,
.wpb_widgetised_column>.wpb_wrapper .widget_flickr .flickr-badge-wrapper {
    padding-top: 10px;
}

.widget-area .widget_flickr .flickr-badge-wrapper .flickr_badge_image,
.wpb_widgetised_column>.wpb_wrapper .widget_flickr .flickr-badge-wrapper .flickr_badge_image {
    line-height: 0;
    float: left;
    width: 33.33%;
    margin: 0;
    height: auto;
    padding: 0;
}

.widget-area .widget_flickr .flickr-badge-wrapper .flickr_badge_image a,
.wpb_widgetised_column>.wpb_wrapper .widget_flickr .flickr-badge-wrapper .flickr_badge_image a {
    padding-right: 2px;
    padding-bottom: 2px;
    display: block;
}

.widget-area .widget_flickr .flickr-badge-wrapper .flickr_badge_image a img,
.wpb_widgetised_column>.wpb_wrapper .widget_flickr .flickr-badge-wrapper .flickr_badge_image a img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
}

.widget-area .widget.null-instagram-feed ul,
.wpb_widgetised_column>.wpb_wrapper .widget.null-instagram-feed ul {
    line-height: 0;
    display: inline-block;
    margin-top: 12px;
}

.widget-area .widget.null-instagram-feed ul li,
.wpb_widgetised_column>.wpb_wrapper .widget.null-instagram-feed ul li {
    float: left;
    width: 25%;
}

.widget-area .widget.null-instagram-feed ul li a,
.wpb_widgetised_column>.wpb_wrapper .widget.null-instagram-feed ul li a {
    padding: 3px;
    display: block;
}

.widget-area .widget.null-instagram-feed ul li a img,
.wpb_widgetised_column>.wpb_wrapper .widget.null-instagram-feed ul li a img {
    width: 100%;
}

.widget-area .widget_azexo_post,
.wpb_widgetised_column>.wpb_wrapper .widget_azexo_post {
    overflow: hidden;
}

.widget-area .widget_vc_widget iframe,
.wpb_widgetised_column>.wpb_wrapper .widget_vc_widget iframe {
    width: 100%;
    max-height: 250px;
}

.widget-area .widget_vc_widget::after,
.wpb_widgetised_column>.wpb_wrapper .widget_vc_widget::after {
    content: "";
    display: table;
    clear: both;
}

#tertiary .widget_categories ul {
    list-style-type: none;
    padding-left: 0;
}

.widget_nav_menu ul {
    list-style-type: none;
    padding-left: 0;
}

.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu {
    margin-left: 10px !important;
}

.widget_nav_menu ul {
    list-style-type: none;
    padding-left: 0;
}

.widget_nav_menu ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.375;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.widget_nav_menu ul li:after {
    content: " ";
    display: table;
    clear: both;
}

.widget_nav_menu ul li a {
    color: #8c989e;
    line-height: 34px;
    padding: 0;
    font-size: 16px;
    display: inline;
}

.widget_nav_menu ul li a:hover {
    color: #000000;
}

.widget_nav_menu ul li a:hover+.count {
    color: #000000;
}

.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu {
    margin-left: 10px !important;
}

.widget_nav_menu ul li .count,
.widget_nav_menu ul li .after {
    transition: all 0.3s linear 0s;
    position: relative;
    padding: 0;
    right: 2px;
    display: inline-block;
    min-width: 15px;
    line-height: inherit;
    text-align: center;
    background-color: transparent;
    float: right;
    vertical-align: middle;
    position: absolute;
    width: 36px;
    height: inherit;
    border-radius: 200%;
    top: 3px;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.widget_nav_menu ul:after {
    content: " ";
    display: table;
    clear: both;
}

.flat .widget_nav_menu ul {
    list-style-type: none;
    padding-left: 0;
}

.flat .widget_nav_menu ul li {
    float: left;
    margin-right: 50px;
}

.flat .widget_nav_menu ul li>a {
    color: #333333;
}

.flat .widget_nav_menu ul li>a:hover {
    color: #000000;
}

.flat .widget_nav_menu ul li ul.children,
.flat .widget_nav_menu ul li ul.sub-menu {
    display: none;
}

.flat .widget_nav_menu ul::after {
    content: "";
    display: table;
    clear: both;
}


/*single-post-widget*/

.popular .widget-title+.post-its .widget-popular .entry.widget-popular {
    text-align: left;
    margin-bottom: 6px;
    padding-top: 14px;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular:last-child {
    margin-bottom: 0;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-thumbnail {
    display: inline-block;
    vertical-align: top;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-thumbnail a .image {
    width: 70px;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 10px;
    margin: 0;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header {
    margin: 0;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.25;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title a {
    color: #475258;
    font-style: normal;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta {
    margin: 0;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta>span.date,
.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta>span {
    display: block;
    float: none;
    margin-top: 17px;
    color: #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 1.375;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-family: "Roboto", sans-serif;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta>span.date a,
.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta>span a {
    margin: 0;
    color: #aaaaaa;
    white-space: nowrap;
    display: inline-block;
}

.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta>span.date a:hover,
.popular .widget-title+.post-its .widget-popular .entry.widget-popular .entry-data .entry-header .entry-title+.entry-meta>span a:hover {
    color: #000000;
}

.agency-middle {
    background-color: #f8f8f8;
    padding-top: 130px;
    padding-bottom: 50px;
}

.azexo-woo-breadcrumb .woocommerce-breadcrumb,
.azexo-breadcrumb .woocommerce-breadcrumb {
    bottom: 36px;
    left: auto;
    padding: 0;
    z-index: 3;
    position: absolute;
}

.azexo-woo-breadcrumb .woocommerce-breadcrumb,
.azexo-breadcrumb .woocommerce-breadcrumb,
.azexo-woo-breadcrumb .breadcrumb,
.azexo-breadcrumb .breadcrumb {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: .1px;
    font-weight: 300;
    color: #777777;
}

.azexo-woo-breadcrumb .woocommerce-breadcrumb .delimiter,
.azexo-breadcrumb .woocommerce-breadcrumb .delimiter,
.azexo-woo-breadcrumb .breadcrumb .delimiter,
.azexo-breadcrumb .breadcrumb .delimiter {
    padding: 0 5px;
    color: #666666;
}

.azexo-woo-breadcrumb .woocommerce-breadcrumb a,
.azexo-breadcrumb .woocommerce-breadcrumb a,
.azexo-woo-breadcrumb .breadcrumb a,
.azexo-breadcrumb .breadcrumb a {
    color: #666666;
}

.azexo-woo-breadcrumb .woocommerce-breadcrumb a:hover,
.azexo-breadcrumb .woocommerce-breadcrumb a:hover,
.azexo-woo-breadcrumb .breadcrumb a:hover,
.azexo-breadcrumb .breadcrumb a:hover {
    color: #777777;
}

body {
    list-style-type: none;
    line-height: 2.1;
    font-size: 14px;
    letter-spacing: .01rem;
    color: #666666;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:focus,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
    outline: 0;
}

strong,
b {
    font-weight: 700;
    color: #333333;
}

dfn,
cite,
em {
    font-style: italic;
}

blockquote {
    font-style: italic;
    font-weight: 400;
}

blockquote cite {
    display: block;
    font-style: normal;
    text-transform: capitalize;
    color: #000000;
    font-size: 12px;
    margin-top: 6px;
}

address {
    margin: 0 0 1.6em;
    color: #333333;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace;
    -webkit-hyphens: none;
    -khtml-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    border: 1px solid #bbbbbb;
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}

iframe {
    border: 0;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    text-align: center;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption {
    width: auto !important;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text {
    color: #000000;
    font-weight: 600;
}

dl {
    margin-bottom: 1.6em;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 1.6em;
}

img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.5;
}

.entry .entry-content table,
#comments .comment-list li.comment .comment-data table,
#tab-description table {
    margin-bottom: 20px;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
}

.entry .entry-content table caption,
#comments .comment-list li.comment .comment-data table caption,
#tab-description table caption {
    margin-bottom: 18px;
    color: #000000;
    line-height: 1;
}

.entry .entry-content table thead,
#comments .comment-list li.comment .comment-data table thead,
#tab-description table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.entry .entry-content table thead tr th,
#comments .comment-list li.comment .comment-data table thead tr th,
#tab-description table thead tr th,
.entry .entry-content table thead tr td,
#comments .comment-list li.comment .comment-data table thead tr td,
#tab-description table thead tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

.entry .entry-content table tbody tr th,
#comments .comment-list li.comment .comment-data table tbody tr th,
#tab-description table tbody tr th,
.entry .entry-content table tbody tr td,
#comments .comment-list li.comment .comment-data table tbody tr td,
#tab-description table tbody tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

.entry .entry-content table tbody tr th a,
#comments .comment-list li.comment .comment-data table tbody tr th a,
#tab-description table tbody tr th a,
.entry .entry-content table tbody tr td a,
#comments .comment-list li.comment .comment-data table tbody tr td a,
#tab-description table tbody tr td a {
    color: #000000;
}

.entry .entry-content table tfoot tr th,
#comments .comment-list li.comment .comment-data table tfoot tr th,
#tab-description table tfoot tr th,
.entry .entry-content table tfoot tr td,
#comments .comment-list li.comment .comment-data table tfoot tr td,
#tab-description table tfoot tr td {
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

.entry .entry-content table tfoot tr th a,
#comments .comment-list li.comment .comment-data table tfoot tr th a,
#tab-description table tfoot tr th a,
.entry .entry-content table tfoot tr td a,
#comments .comment-list li.comment .comment-data table tfoot tr td a,
#tab-description table tfoot tr td a {
    color: #000000;
}

@media (max-width: 786px) {
    .entry .entry-content table,
    #comments .comment-list li.comment .comment-data table,
    #tab-description table {
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        table-layout: auto;
        width: 100%;
    }
    .entry .entry-content table caption,
    #comments .comment-list li.comment .comment-data table caption,
    #tab-description table caption {
        margin-bottom: 18px;
        color: #000000;
        line-height: 1;
    }
    .entry .entry-content table thead,
    #comments .comment-list li.comment .comment-data table thead,
    #tab-description table thead {
        background-color: #222222;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
    }
    .entry .entry-content table thead tr th,
    #comments .comment-list li.comment .comment-data table thead tr th,
    #tab-description table thead tr th,
    .entry .entry-content table thead tr td,
    #comments .comment-list li.comment .comment-data table thead tr td,
    #tab-description table thead tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    .entry .entry-content table tbody tr th,
    #comments .comment-list li.comment .comment-data table tbody tr th,
    #tab-description table tbody tr th,
    .entry .entry-content table tbody tr td,
    #comments .comment-list li.comment .comment-data table tbody tr td,
    #tab-description table tbody tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    .entry .entry-content table tbody tr th a,
    #comments .comment-list li.comment .comment-data table tbody tr th a,
    #tab-description table tbody tr th a,
    .entry .entry-content table tbody tr td a,
    #comments .comment-list li.comment .comment-data table tbody tr td a,
    #tab-description table tbody tr td a {
        color: #000000;
    }
    .entry .entry-content table tfoot tr th,
    #comments .comment-list li.comment .comment-data table tfoot tr th,
    #tab-description table tfoot tr th,
    .entry .entry-content table tfoot tr td,
    #comments .comment-list li.comment .comment-data table tfoot tr td,
    #tab-description table tfoot tr td {
        padding: 5px 10px;
        border: 1px solid #f0f0f0;
    }
    .entry .entry-content table tfoot tr th a,
    #comments .comment-list li.comment .comment-data table tfoot tr th a,
    #tab-description table tfoot tr th a,
    .entry .entry-content table tfoot tr td a,
    #comments .comment-list li.comment .comment-data table tfoot tr td a,
    #tab-description table tfoot tr td a {
        color: #000000;
    }
}

.site-content,
.sidebar-container,
.woocommerce,
.search-wrapper,
.wpcf7,
.header-my-account {
    /*    [type="file"] {
            line-height: 1;
            padding: 0;
            background: none;        
        }*/
}

.site-content input[type="checkbox"],
.sidebar-container input[type="checkbox"],
.woocommerce input[type="checkbox"],
.search-wrapper input[type="checkbox"],
.wpcf7 input[type="checkbox"],
.header-my-account input[type="checkbox"] {
    margin: 0;
}

.site-content select,
.sidebar-container select,
.woocommerce select,
.search-wrapper select,
.wpcf7 select,
.header-my-account select {
    font-family: "Roboto", sans-serif;
    height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    margin: 0;
    border: 1px solid #ebeff6;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #666666;
}

.site-content select:placeholder,
.sidebar-container select:placeholder,
.woocommerce select:placeholder,
.search-wrapper select:placeholder,
.wpcf7 select:placeholder,
.header-my-account select:placeholder {
    color: #777777;
}

.site-content select::placeholder,
.sidebar-container select::placeholder,
.woocommerce select::placeholder,
.search-wrapper select::placeholder,
.wpcf7 select::placeholder,
.header-my-account select::placeholder {
    color: #777777;
}

.site-content select::-webkit-input-placeholder,
.sidebar-container select::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.search-wrapper select::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.header-my-account select::-webkit-input-placeholder {
    color: #777777;
}

.site-content select::-moz-placeholder,
.sidebar-container select::-moz-placeholder,
.woocommerce select::-moz-placeholder,
.search-wrapper select::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.header-my-account select::-moz-placeholder {
    color: #777777;
}

.site-content select:-moz-placeholder,
.sidebar-container select:-moz-placeholder,
.woocommerce select:-moz-placeholder,
.search-wrapper select:-moz-placeholder,
.wpcf7 select:-moz-placeholder,
.header-my-account select:-moz-placeholder {
    color: #777777;
}

.site-content select:-ms-input-placeholder,
.sidebar-container select:-ms-input-placeholder,
.woocommerce select:-ms-input-placeholder,
.search-wrapper select:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.header-my-account select:-ms-input-placeholder {
    color: #777777;
}

.site-content select:focus,
.sidebar-container select:focus,
.woocommerce select:focus,
.search-wrapper select:focus,
.wpcf7 select:focus,
.header-my-account select:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-outline: none;
    -khtml-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    outline: none;
    border-color: #bbc5d5;
}

.site-content label,
.sidebar-container label,
.woocommerce label,
.search-wrapper label,
.wpcf7 label,
.header-my-account label {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #333333;
}

.site-content label input[type="checkbox"],
.sidebar-container label input[type="checkbox"],
.woocommerce label input[type="checkbox"],
.search-wrapper label input[type="checkbox"],
.wpcf7 label input[type="checkbox"],
.header-my-account label input[type="checkbox"] {
    position: static !important;
    opacity: 1 !important;
    margin: 0px 5px 0 0;
}

.site-content input[type="checkbox"]:not(:checked),
.sidebar-container input[type="checkbox"]:not(:checked),
.woocommerce input[type="checkbox"]:not(:checked),
.search-wrapper input[type="checkbox"]:not(:checked),
.wpcf7 input[type="checkbox"]:not(:checked),
.header-my-account input[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.site-content input[type="checkbox"]:checked+label::after,
.sidebar-container input[type="checkbox"]:checked+label::after,
.woocommerce input[type="checkbox"]:checked+label::after,
.search-wrapper input[type="checkbox"]:checked+label::after,
.wpcf7 input[type="checkbox"]:checked+label::after,
.header-my-account input[type="checkbox"]:checked+label::after {
    content: " ";
    width: 17px;
    height: 17px;
    z-index: 1000;
    background-size: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjMjIyMjIyIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.site-content input[type="checkbox"]+label,
.sidebar-container input[type="checkbox"]+label,
.woocommerce input[type="checkbox"]+label,
.search-wrapper input[type="checkbox"]+label,
.wpcf7 input[type="checkbox"]+label,
.header-my-account input[type="checkbox"]+label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 2;
    padding-left: 35px !important;
    margin-bottom: 0;
    margin-top: 0;
}

.site-content input[type="checkbox"]+label::before,
.sidebar-container input[type="checkbox"]+label::before,
.woocommerce input[type="checkbox"]+label::before,
.search-wrapper input[type="checkbox"]+label::before,
.wpcf7 input[type="checkbox"]+label::before,
.header-my-account input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 15px;
    width: 26px;
    height: 26px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: 0;
    border-radius: 3px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.site-content input[type="radio"]:not(:checked),
.sidebar-container input[type="radio"]:not(:checked),
.woocommerce input[type="radio"]:not(:checked),
.search-wrapper input[type="radio"]:not(:checked),
.wpcf7 input[type="radio"]:not(:checked),
.header-my-account input[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.site-content input[type="radio"]:checked+label:before,
.sidebar-container input[type="radio"]:checked+label:before,
.woocommerce input[type="radio"]:checked+label:before,
.search-wrapper input[type="radio"]:checked+label:before,
.wpcf7 input[type="radio"]:checked+label:before,
.header-my-account input[type="radio"]:checked+label:before {
    z-index: 1000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjMjIyMjIyIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.site-content input[type="radio"]+label,
.sidebar-container input[type="radio"]+label,
.woocommerce input[type="radio"]+label,
.search-wrapper input[type="radio"]+label,
.wpcf7 input[type="radio"]+label,
.header-my-account input[type="radio"]+label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 2;
    padding-left: 35px !important;
    margin-bottom: 0;
    margin-top: 0;
}

.site-content input[type="radio"]+label::before,
.sidebar-container input[type="radio"]+label::before,
.woocommerce input[type="radio"]+label::before,
.search-wrapper input[type="radio"]+label::before,
.wpcf7 input[type="radio"]+label::before,
.header-my-account input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    width: 26px;
    height: 26px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: 0;
    border-radius: 3px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.site-content [type="submit"],
.sidebar-container [type="submit"],
.woocommerce [type="submit"],
.search-wrapper [type="submit"],
.wpcf7 [type="submit"],
.header-my-account [type="submit"] {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    text-transform: Capitalize;
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #ebeff6;
    outline: 0;
    outline-offset: 0;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-touch-action: manipulation;
    -khtml-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin: 0;
    text-decoration: none;
    box-shadow: none;
    padding: 0 60px;
    border-radius: 2px !important;
    position: relative;
    line-height: 55px;
    display: inline-block;
    margin-bottom: 0;
    text-shadow: none;
    line-height: 40px;
}

.site-content [type="submit"]:focus,
.sidebar-container [type="submit"]:focus,
.woocommerce [type="submit"]:focus,
.search-wrapper [type="submit"]:focus,
.wpcf7 [type="submit"]:focus,
.header-my-account [type="submit"]:focus,
.site-content [type="submit"]:hover,
.sidebar-container [type="submit"]:hover,
.woocommerce [type="submit"]:hover,
.search-wrapper [type="submit"]:hover,
.wpcf7 [type="submit"]:hover,
.header-my-account [type="submit"]:hover {
    background-color: #222222;
    color: #e5e5e5;
    border: 1px solid transparent;
    outline: 0;
    outline-offset: 0;
}

input[type="button"],
input[type="submit"] {
    webkit-appearance: none;
    border-radius: 0;
}

#comments button,
#comments [type="submit"] {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    text-transform: Capitalize;
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #ebeff6;
    outline: 0;
    outline-offset: 0;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-touch-action: manipulation;
    -khtml-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin: 0;
    text-decoration: none;
    box-shadow: none;
    padding: 0 60px;
    border-radius: 2px !important;
    position: relative;
    line-height: 55px;
}

#comments button:focus,
#comments [type="submit"]:focus,
#comments button:hover,
#comments [type="submit"]:hover {
    background-color: #222222;
    color: #e5e5e5;
    border: 1px solid transparent;
    outline: 0;
    outline-offset: 0;
}

#comments .comments-title,
#comments .no-comments {
    margin-bottom: 30px;
    font-weight: 400;
    color: #000000;
    font-size: 22px;
    font-family: montserrat;
    letter-spacing: 0;
}

#comments .comment-list,
#comments .comment-list li {
    list-style-type: none;
}

#comments .comment-list {
    padding-left: 0;
    padding-bottom: 0;
}

#comments .comment-list ul.children {
    margin: 20px 0 0 130px;
    padding: 0px 0 0 0px;
}

#comments .comment-list ul.children li.comment .comment-body {
    background-color: #ffffff;
}

@media screen and (max-width: 999px) {
    #comments .comment-list ul.children {
        margin-left: 10px;
        padding-left: 20px;
        margin-top: 30px;
    }
}

#comments .comment-list li.comment {
    margin-top: 40px;
}

#comments .comment-list li.comment:first-child {
    margin-top: 0;
}

#comments .comment-list li.comment .comment-body:before {
    content: none;
}

#comments .comment-list li.comment .comment-body .comment-author {
    float: left;
    width: 100px;
    background-color: #ffffff;
    z-index: 3;
    margin-right: 19px;
    position: relative;
}

#comments .comment-list li.comment .comment-body .comment-author img {
    border-radius: 200%;
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 999px) {
    #comments .comment-list li.comment .comment-body .comment-author {
        display: none;
    }
}

#comments .comment-list li.comment .comment-body .comment-data {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-left: 130px;
    padding: 19px;
}

#comments .comment-list li.comment .comment-body .comment-data .comment-meta {
    font-size: 14px;
    color: #f8f8f8;
    text-transform: none;
    font-family: "Roboto", serif;
    font-weight: 300;
    margin-bottom: 11px;
    line-height: 1.375;
    display: inline;
}

#comments .comment-list li.comment .comment-body .comment-data .comment-meta a {
    color: #777777;
}

#comments .comment-list li.comment .comment-body .comment-data>p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.375;
    font-weight: 300;
    margin: 17px 0 10px;
}

#comments .comment-list li.comment .comment-body .comment-data>cite {
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    font-style: normal;
    background-color: #ffffff;
    z-index: 2;
    display: block;
    margin-bottom: 5px;
    display: inline;
    padding-right: 5px;
    font-weight: 500;
    line-height: 1.375;
    font-family: "Roboto", sans-serif;
}

#comments .comment-list li.comment .comment-body .comment-data>cite a {
    color: #000000;
}

@media screen and (max-width: 999px) {
    #comments .comment-list li.comment .comment-body .comment-data {
        margin: 0;
    }
}

@media screen and (max-width: 999px) {
    #comments .comment-list li.comment .comment-body .comment-data .comment-meta,
    #comments .comment-list li.comment .comment-body .comment-data>p,
    #comments .comment-list li.comment .comment-body .comment-data>cite {
        margin-left: 0;
    }
}

#comments .comment-list li.parent>.comment-body {
    position: relative;
}

#comments .comment-list li.parent>.comment-body+#respond {
    padding-left: 100px;
    padding-bottom: 0;
    margin-top: 35px;
    margin-bottom: 70px;
}

@media screen and (max-width: 999px) {
    #comments .comment-list li.parent>.comment-body+#respond {
        padding-left: 60px;
    }
}

#comments .comment-list .reply {
    position: absolute;
    top: 16px;
    right: 19px;
}

#comments .comment-list .reply a {
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Roboto", serif;
    display: block;
    padding: 5px 8px;
    color: #000000;
    background-color: transparent;
    line-height: 1.375;
    font-weight: 300;
}

#comments .comment-list .reply a:before {
    content: "\f01e";
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    box-sizing: border-box;
}

#comments .comment-list .reply a:hover {
    border-radius: 4px;
    background-color: #0cbbfc;
}

@media screen and (max-width: 999px) {
    #comments .comment-list .reply {
        margin-left: 0;
    }
}

#comments .comment-list #respond {
    padding-bottom: 60px;
}

#comments .comment-list #respond #reply-title {
    padding-top: 0px;
}

@media screen and (max-width: 999px) {
    #comments .comment-list {
        padding: 0;
    }
}

#comments #respond {
    margin-top: 20px;
    color: #333333;
    font-size: 15px;
}

#comments #respond #reply-title {
    color: #000000;
    margin: 33px 0;
    font-size: 22px;
}

#comments #respond form:after {
    content: " ";
    display: table;
    clear: both;
}

#comments #respond #commentform .comment-fields {
    width: 100%;
    box-sizing: border-box;
}

#comments #respond #commentform .comment-fields #author:before {
    content: "\f007";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 7px;
}

#comments #respond #commentform .comment-fields #url {
    display: none;
}

#comments #respond #commentform .comment-fields input {
    margin-bottom: 15px;
}

#comments #respond #commentform .logged-in-as+#comment {
    width: 100%;
}

#comments #respond #cancel-comment-reply-link {
    font-weight: 300;
}

#comments #respond div.form-submit {
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    #comments #respond #commentform .comment-fields {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #comments #respond #commentform #comment {
        width: 100%;
    }
}

.entry.post .images {
    position: relative;
}

.entry.post .images .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.entry.post .images::after {
    content: "";
    display: table;
    clear: both;
}

.entry.post .images:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px;
}

.entry.post .images:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.entry.post .images:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px;
}

.entry.post .images:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.entry.post .images .flex-direction-nav {
    *height: 0;
}

.entry.post .images .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 25px;
    margin: 0;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: visible;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.entry.post .images .flex-direction-nav a:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    font-size: 22px;
    width: 23px;
    height: 33px;
    display: inline-block;
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.entry.post .images .flex-direction-nav a.flex-next:before {
    transform: rotate(180deg);
    content: " ";
}

.entry.post .images .flex-direction-nav .flex-prev {
    left: -50px;
}

.entry.post .images .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.entry.post .images .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.entry.post .thumbnails {
    position: relative;
}

.entry.post .thumbnails+.thumbnails {
    display: none;
}

.entry.post .thumbnails ul.slides li {
    width: 150px !important;
    height: 100px !important;
}

.entry.post .thumbnails ul.slides li .image {
    width: 150px !important;
    height: 100px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.entry.post .thumbnails .flex-direction-nav {
    *height: 0;
}

.entry.post .thumbnails .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 25px;
    margin: 0;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: visible;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.entry.post .thumbnails .flex-direction-nav a:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    font-size: 22px;
    width: 23px;
    height: 33px;
    display: inline-block;
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.entry.post .thumbnails .flex-direction-nav a.flex-next:before {
    transform: rotate(180deg);
    content: " ";
}

.entry.post .thumbnails .flex-direction-nav .flex-prev {
    left: -50px;
}

.entry.post .thumbnails .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.entry.post .thumbnails .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

@media (max-width: 768px) {
    .entry.post .images .flex-direction-nav .flex-prev,
    .entry.post .images+.thumbnails .flex-direction-nav .flex-prev {
        left: 10px;
    }
    .entry.post .images .flex-direction-nav .flex-next,
    .entry.post .images+.thumbnails .flex-direction-nav .flex-next {
        right: 10px;
        text-align: right;
    }
}

.owl-carousel {
    display: none;
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: none !important;
}

.owl-carousel:hover .owl-controls .owl-nav {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    left: 45px;
    right: 45px;
    z-index: 3;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .owl-carousel .owl-controls .owl-nav {
        left: 20px;
        right: 20px;
    }
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    pointer-events: all;
    width: 36px;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    opacity: .5;
    color: #ffffff;
    background-color: transparent;
    border: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev::after,
.owl-carousel .owl-controls .owl-nav .owl-next::after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 68px;
    line-height: 36px;
    height: 36px;
    font-weight: 700;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
}

.owl-carousel .owl-controls .owl-nav .owl-prev::after {
    content: "\f104";
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
}

.owl-carousel .owl-controls .owl-nav .owl-next::after {
    content: "\f105";
}

@media (max-width: 480px) {
    .owl-carousel .owl-controls .owl-nav {
        left: 0;
        right: 0;
    }
}

.owl-carousel .owl-controls .owl-dots {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

.owl-carousel .owl-controls .owl-dots * {
    box-sizing: border-box;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
    border: none;
    width: 12px;
    height: 12px;
    margin: 3px;
    background: #000000;
    border: 3px solid #ffffff;
    display: block;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 100%;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span::before {
    box-shadow: none;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span::after {
    content: none;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
    background: #ffffff;
    opacity: 1;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:first-child {
    padding-left: 3px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
    padding-right: 3px;
}

.posts-list.recent-comments .entry.recent-comments .entry-thumbnail {
    display: block;
    float: left;
    max-width: 70px;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.posts-list.recent-comments .entry.recent-comments .entry-thumbnail .image {
    width: 70px;
}

.posts-list.recent-comments .entry.recent-comments .entry-data {
    line-height: 1.3;
    font-size: 13px;
}

.posts-list.recent-comments .entry.recent-comments .entry-data .entry-footer {
    margin-top: 0;
}

.posts-list.recent-comments .entry.recent-comments .entry-data .entry-footer>* {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 0;
}

.posts-list.recent-comments .entry.recent-comments::after {
    content: "";
    display: table;
    clear: both;
}

.entry.post .images,
.single-product .images,
.detailed-shop-product .images {
    position: relative;
}

.entry.post .images .image,
.single-product .images .image,
.detailed-shop-product .images .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
}

.entry.post .images::after,
.single-product .images::after,
.detailed-shop-product .images::after {
    content: "";
    display: table;
    clear: both;
}

.entry.post .images:hover .flex-direction-nav .flex-prev,
.single-product .images:hover .flex-direction-nav .flex-prev,
.detailed-shop-product .images:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px;
}

.entry.post .images:hover .flex-direction-nav .flex-prev:hover,
.single-product .images:hover .flex-direction-nav .flex-prev:hover,
.detailed-shop-product .images:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.entry.post .images:hover .flex-direction-nav .flex-next,
.single-product .images:hover .flex-direction-nav .flex-next,
.detailed-shop-product .images:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px;
}

.entry.post .images:hover .flex-direction-nav .flex-next:hover,
.single-product .images:hover .flex-direction-nav .flex-next:hover,
.detailed-shop-product .images:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.entry.post .images .flex-direction-nav,
.single-product .images .flex-direction-nav,
.detailed-shop-product .images .flex-direction-nav {
    *height: 0;
}

.entry.post .images .flex-direction-nav a,
.single-product .images .flex-direction-nav a,
.detailed-shop-product .images .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 25px;
    margin: 0;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: visible;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.entry.post .images .flex-direction-nav a:before,
.single-product .images .flex-direction-nav a:before,
.detailed-shop-product .images .flex-direction-nav a:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    font-size: 22px;
    width: 23px;
    height: 33px;
    display: inline-block;
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.entry.post .images .flex-direction-nav a.flex-next:before,
.single-product .images .flex-direction-nav a.flex-next:before,
.detailed-shop-product .images .flex-direction-nav a.flex-next:before {
    transform: rotate(180deg);
    content: " ";
}

.entry.post .images .flex-direction-nav .flex-prev,
.single-product .images .flex-direction-nav .flex-prev,
.detailed-shop-product .images .flex-direction-nav .flex-prev {
    left: -50px;
}

.entry.post .images .flex-direction-nav .flex-next,
.single-product .images .flex-direction-nav .flex-next,
.detailed-shop-product .images .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.entry.post .images .flex-direction-nav .flex-disabled,
.single-product .images .flex-direction-nav .flex-disabled,
.detailed-shop-product .images .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.entry.post .thumbnails,
.single-product .thumbnails,
.detailed-shop-product .thumbnails {
    position: relative;
}

.entry.post .thumbnails:last-child,
.single-product .thumbnails:last-child,
.detailed-shop-product .thumbnails:last-child {
    padding: 0 12px;
    margin-top: 12px;
}

.entry.post .thumbnails ul.slides li,
.single-product .thumbnails ul.slides li,
.detailed-shop-product .thumbnails ul.slides li {
    width: 135px !important;
    height: 81px !important;
    margin-right: 12px;
    border-radius: 4px;
}

.entry.post .thumbnails ul.slides li .image,
.single-product .thumbnails ul.slides li .image,
.detailed-shop-product .thumbnails ul.slides li .image {
    width: 135px !important;
    height: 81px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-prev,
.single-product .thumbnails:hover .flex-direction-nav .flex-prev,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.single-product .thumbnails:hover .flex-direction-nav .flex-prev:hover,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-next,
.single-product .thumbnails:hover .flex-direction-nav .flex-next,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px;
}

.entry.post .thumbnails:hover .flex-direction-nav .flex-next:hover,
.single-product .thumbnails:hover .flex-direction-nav .flex-next:hover,
.detailed-shop-product .thumbnails:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.entry.post .thumbnails .flex-direction-nav,
.single-product .thumbnails .flex-direction-nav,
.detailed-shop-product .thumbnails .flex-direction-nav {
    *height: 0;
}

.entry.post .thumbnails .flex-direction-nav a,
.single-product .thumbnails .flex-direction-nav a,
.detailed-shop-product .thumbnails .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 25px;
    margin: 0;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: visible;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.entry.post .thumbnails .flex-direction-nav a:before,
.single-product .thumbnails .flex-direction-nav a:before,
.detailed-shop-product .thumbnails .flex-direction-nav a:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1Ljc1MyA1NS43NTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1Ljc1MyA1NS43NTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTIuNzQ1LDIzLjkxNWMwLjI4My0wLjI4MiwwLjU5LTAuNTIsMC45MTMtMC43MjdMMzUuMjY2LDEuNTgxYzIuMTA4LTIuMTA3LDUuNTI4LTIuMTA4LDcuNjM3LDAuMDAxICAgYzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI3LDAsNy42MzdMMjQuMjk0LDI3LjgyOGwxOC43MDUsMTguNzA2YzIuMTA5LDIuMTA4LDIuMTA5LDUuNTI2LDAsNy42MzcgICBjLTEuMDU1LDEuMDU2LTIuNDM4LDEuNTgyLTMuODE4LDEuNTgycy0yLjc2NC0wLjUyNi0zLjgxOC0xLjU4MkwxMy42NTgsMzIuNDY0Yy0wLjMyMy0wLjIwNy0wLjYzMi0wLjQ0NS0wLjkxMy0wLjcyNyAgIGMtMS4wNzgtMS4wNzgtMS41OTgtMi40OTgtMS41NzItMy45MTFDMTEuMTQ3LDI2LjQxMywxMS42NjcsMjQuOTk0LDEyLjc0NSwyMy45MTV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    font-size: 22px;
    width: 23px;
    height: 33px;
    display: inline-block;
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
}

.entry.post .thumbnails .flex-direction-nav a.flex-next:before,
.single-product .thumbnails .flex-direction-nav a.flex-next:before,
.detailed-shop-product .thumbnails .flex-direction-nav a.flex-next:before {
    transform: rotate(180deg);
    content: " ";
}

.entry.post .thumbnails .flex-direction-nav .flex-prev,
.single-product .thumbnails .flex-direction-nav .flex-prev,
.detailed-shop-product .thumbnails .flex-direction-nav .flex-prev {
    left: -50px;
}

.entry.post .thumbnails .flex-direction-nav .flex-next,
.single-product .thumbnails .flex-direction-nav .flex-next,
.detailed-shop-product .thumbnails .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.entry.post .thumbnails .flex-direction-nav .flex-disabled,
.single-product .thumbnails .flex-direction-nav .flex-disabled,
.detailed-shop-product .thumbnails .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

@media (max-width: 768px) {
    .entry.post .images .flex-direction-nav .flex-prev,
    .single-product .images .flex-direction-nav .flex-prev,
    .detailed-shop-product .images .flex-direction-nav .flex-prev,
    .entry.post .images+.thumbnails .flex-direction-nav .flex-prev,
    .single-product .images+.thumbnails .flex-direction-nav .flex-prev,
    .detailed-shop-product .images+.thumbnails .flex-direction-nav .flex-prev {
        left: 10px;
    }
    .entry.post .images .flex-direction-nav .flex-next,
    .single-product .images .flex-direction-nav .flex-next,
    .detailed-shop-product .images .flex-direction-nav .flex-next,
    .entry.post .images+.thumbnails .flex-direction-nav .flex-next,
    .single-product .images+.thumbnails .flex-direction-nav .flex-next,
    .detailed-shop-product .images+.thumbnails .flex-direction-nav .flex-next {
        right: 10px;
        text-align: right;
    }
}

nav.paging-navigation {
    margin-top: 90px;
}

nav.paging-navigation .loop-pagination {
    display: block;
}

nav.paging-navigation .loop-pagination a:hover {
    color: #000000;
}

nav.paging-navigation .loop-pagination span.current.current,
nav.paging-navigation .loop-pagination span.dots.current,
nav.paging-navigation .loop-pagination a.current,
nav.paging-navigation .loop-pagination span.current:hover,
nav.paging-navigation .loop-pagination span.dots:hover,
nav.paging-navigation .loop-pagination a:hover {
    color: #000000;
}

nav.paging-navigation .loop-pagination span.current.prev,
nav.paging-navigation .loop-pagination span.dots.prev,
nav.paging-navigation .loop-pagination a.prev,
nav.paging-navigation .loop-pagination span.current.next,
nav.paging-navigation .loop-pagination span.dots.next,
nav.paging-navigation .loop-pagination a.next {
    font-size: 18px;
    padding: 0 8px;
}

nav.paging-navigation .loop-pagination span.current.page-numbers,
nav.paging-navigation .loop-pagination span.dots.page-numbers,
nav.paging-navigation .loop-pagination a.page-numbers {
    display: none;
}

nav.paging-navigation .loop-pagination span.current.prev,
nav.paging-navigation .loop-pagination span.dots.prev,
nav.paging-navigation .loop-pagination a.prev,
nav.paging-navigation .loop-pagination span.current.next,
nav.paging-navigation .loop-pagination span.dots.next,
nav.paging-navigation .loop-pagination a.next {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

nav.paging-navigation .loop-pagination span.current.prev,
nav.paging-navigation .loop-pagination span.dots.prev,
nav.paging-navigation .loop-pagination a.prev {
    float: left;
}

nav.paging-navigation .loop-pagination span.current.next,
nav.paging-navigation .loop-pagination span.dots.next,
nav.paging-navigation .loop-pagination a.next {
    float: right;
}

nav.paging-navigation .loop-pagination span.current i,
nav.paging-navigation .loop-pagination span.dots i,
nav.paging-navigation .loop-pagination a i {
    font-family: FontAwesome;
}

nav.paging-navigation .loop-pagination span.current i.prev::before,
nav.paging-navigation .loop-pagination span.dots i.prev::before,
nav.paging-navigation .loop-pagination a i.prev::before {
    content: "\f104";
    padding-right: 9px;
}

nav.paging-navigation .loop-pagination span.current i.next::before,
nav.paging-navigation .loop-pagination span.dots i.next::before,
nav.paging-navigation .loop-pagination a i.next::before {
    content: "\f105";
    padding-left: 6px;
}

.alm-reveal{display: inline-block;}


@media only screen and (min-width:1400px) and (max-width:1600px) {
.home_footers .social_icons_text ul li a {height: 40px !important; width: 40px !important; line-height: 40px !important;}	
.home_footers .social_icons_text ul li a i {margin: 11px 0 0 0 !important;}	
	}



@media only screen and (min-width:1200px) and (max-width:1400px) {
.container {width:1170px;}
nav.primary-navigation {width: 100% !important;}
nav.primary-navigation ul.nav-menu:not(.vc)>li.menu-item, nav.primary-navigation ul.sub-menu:not(.vc)>li.menu-item{padding:0 13px;}	


}




@media only screen and (min-width:992px) and (max-width:1199px) {


}
 @media only screen and (min-width:768px) and (max-width:991px) {
.mobile-menu-button span{font-size:20px;}
.mobile-menu-button{margin:17px 0 0 0px;}
}
 @media only screen and (max-width:767px) {
.site-header .header-main{padding: 12px 0 12px 0;}
.mobile-menu-button{margin-top:16px;}
}










