/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
}

h1 {
    font-size: 46px;
    line-height: 60px;
}

h2 {
    font-size: 34px;
    line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-weight: bold !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    clear: both;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    clear: both;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

figure {
    margin: 0;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.gallery-item {
    text-align: center;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
}

.gallery-columns-2 .gallery-item {
    max-width: 100%;
    width: 50%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 33.33%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}

.gallery-columns-4>.gallery-item {
    max-width: 100%;
    width: 25%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 100%;
    width: 20%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 100%;
    width: 16.66%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 100%;
    width: 14.28%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 100%;
    width: 12.5%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 100%;
    width: 11.11%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

.blog-post .post-teaser .gallery-item {
    background-color: transparent;
}

.post-teaser img {
    max-width: 100%;
    height: auto;
}

.edit-link {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
}

.edit-link a {
    color: #fff;
}

.wp-caption-text.gallery-caption {
    display: block;
    padding: 20px 20px 20px 0px;
}

.post-teaser th {
    font-size: 17px !important;
}

.post-teaser a {
    font-size: 15px !important;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    padding: 0.55em;
    text-align: center;
}

.post-teaser td {
    font-weight: 600;
}

.post-teaser img {
    height: auto;
    max-width: 100%;
}

.category-list>li {
    font-size: 16px;
    line-height: 20px;
}

.category-list>li {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 10px 20px;
    position: relative;
    margin-top: 0;
}

.post-teaser ul li>span {
    font-size: 14px !important;
}

.category-list>li a {
    color: hsl(0, 0%, 27%);
    font-size: 16px !important;
    text-decoration: none;
}

.category-list>li {
    font-size: 16px !important;
}

.post-teaser input[type="text"],
.post-teaser input[type="password"] {
    border: 1px solid hsl(0, 0%, 60%);
    border-radius: 0px;
    padding: 13px 22px;
}

.nav-links>.page-numbers {
    border: 1px solid #000;
    display: inline-block;
    padding: 10px 15px;
}

.blog-post>.inside {
    padding: 0;
}

.tags-links.tags-list>li {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 5px;
    padding: 0;
}

.blog-post .post-image img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.sticky_post_icon {
    font-size: 1.76em;
    position: absolute;
    right: 0;
    background: rgba(256, 256, 256, 0.9);
    color: #333;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 1;
    padding: 4px;
    border: 3px solid;
    top: -5px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

address {
    margin-bottom: 20px;
}

.category-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-image>img {
    max-width: 100%;
    height: auto;
    width: auto;
}


/* 13-02-2017 unite test */

.column-right ul {
    padding-bottom: 0;
}

.post-image img {
    height: auto;
    max-width: 100%;
}

.textwidget>form select option {
    width: 250px;
}

.comments .comment .comment {
    margin-left: 40px;
}

.comments .comment .comment {
    margin-left: 0px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.box-step .title span {
    color: #009cdc;
}

.comments-area .comment .comment {
    margin-left: 2em;
}

.comment-reply-title {
    margin-bottom: 30px;
    display: block;
}

.post-teaser input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #333;
    background: #333;
    padding: 14px 22px 13px;
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0;
}

.post-teaser ul ul,
.post-teaser ol ol {
    padding-left: 20px;
    padding-bottom: 0px;
}

address,
pre,
hr,
ol,
dl,
dd,
table {
    margin-bottom: 15px;
}

nav ul,
nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tt-comments-layout .tt-item div[class*="depth-"] .tt-content p {
    margin-bottom: 10px;
}

.tt-post .tt-post-content .tt-description {
    overflow: hidden;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot?rfqclb');
    src: url('../fonts/glyphicons-halflings-regular.eot?rfqclb#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.ttf?rfqclb') format('truetype'), url('../fonts/glyphicons-halflings-regular.woff?rfqclb') format('woff'), url('../fonts/glyphicons-halflings-regular.svg?rfqclb#wokiee') format('svg');
    font-weight: normal;
    font-style: normal;
}

.glyphicon {
    position: relative;
    top: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-pushpin:before {
    content: "\e146";
}

footer .title-aside {
    color: #fff;
    margin-left: 0;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0 0 24px 0;
}

footer .side-block ul li,
footer .side-block ul li a {
    color: #fff;
}

footer.tt-footer-03 .side-block ul li,
footer.tt-footer-03 .side-block ul li a {
    color: #222222;
}

footer .side-block td a {
    color: #fff;
}

footer .side-block .tt-list-box li a,
footer .side-block .tags-links a,
footer .side-block .tagcloud a,
footer .side-block p {
    color: #fff;
}

section.no-results.not-found form.search-form input[type=submit] {
    width: auto;
}

body.gutenberg-editor-page .editor-post-title__block,
body.gutenberg-editor-page .editor-default-block-appender,
body.gutenberg-editor-page .editor-block-list__block {
    max-width: 720px;
}

body.gutenberg-editor-page .editor-block-list__block[data-align="wide"] {
    max-width: 1080px;
}

body.gutenberg-editor-page .editor-block-list__block[data-align="full"] {
    max-width: none;
}

.comments-area {
    overflow: hidden;
    clear: both;
}

.tt-post .tt-post-content .tt-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tt-post .tt-post-content .tt-meta .tt-time a {
    font-size: 10px;
}

footer .widget_product_categories .title-aside,
.woocommerce footer .title-aside {
    color: #fff;
}

.woocommerce div.product form.cart .group_table td {
    border: 0 !important;
}

.tt-title-single {
    width: 100%;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    margin: 0;
}

.tt-product .tt-image-box img {
    width: 100%;
}

.tt-desctop-menu ul li {
    margin-top: 0px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: none !important;
}

footer {
    color: #fff;
}

.tt-comments-layout .depth-2 {
    margin-left: 0 !important;
}

@media (max-width: 575px) {
    .tt-comments-layout .depth-2 {
        margin-left: 0 !important;
    }
}

ul.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
    transform: unset !important;
}

.woocommerce-product-gallery__wrapper img {
    width: 100% !important;
}

@media (max-width: 1024px) {
    .tt-listing-post .tt-post:not(:first-child) {
        margin-top: 51px;
    }
}

#tt-footer:not([class^="tt-footer"]) .tt-footer-copyright {
    color: #707070;
}

.has-large-font-size {
    line-height: 46px;
}

.wp-block-cover.has-background-dim .wp-block-cover__inner-container p {
    margin: 0;
}

.comments-area {
    margin-top: 42px;
}

.page .container-indent-04:not(.no-margin) {
    margin-top: 95px;
}

#tt-header.tt-header-01 #tt-desctop-menu nav>ul {
    display: flex;
    text-align: center;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 4px;
}

.tt-block02-aside ul#recentcomments {
    margin-top: -5px !important;
}

.widget_recent_entries ul {
    margin-top: -10px !important;
    ;
}

.widget_recent_entries ul li a {
    padding: 5px 0 5px 0;
    display: block;
    font-weight: 600;
    color: #222;
}

.side-block:not(:first-child) {
    margin-top: 55px;
}

.tt-footer-02 .side-block:not(:first-child) {
    margin-top: 0;
}

.container-indent-03:not(.no-margin) {
    margin-top: 114px;
}

.widget_rss ul li {
    margin-bottom: 17px;
}

.widget_rss ul li:last-child {
    margin-bottom: 0px;
}

.widget_recent_comments ul li a {
    color: #222;
    font-weight: 600;
}

.widget_recent_comments ul li a:hover {
    color: #dd3d53;
}

.widget_nav_menu div>ul {
    margin-top: -10px !important;
}

.tt-post.category-block .tt-post-content .tt-description p {
    line-height: 1.15;
}

p.has-text-color.has-background.has-very-light-gray-color {
    padding: 5px;
}

.tt-single-post .tt-post .tt-post-content .tt-description p {
    margin: 0px 0 15px 0;
}

.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}

.tt-block-title {
    text-align: left;
}

.wp-block-embed {
    margin-bottom: 1em;
}

.wp-block-embed {
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

@media (min-width: 600px) {
    .wp-block-embed {
        min-width: 360px;
    }
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-area ul,
.page-area ul {
    list-style-type: disc;
    padding-inline-start: 30px;
}

.post-password-form input {
    border: 1px solid #dd3d53;
    padding: 5px;
}

.post-password-form input[type=submit] {
    border: 1px solid #dd3d53;
    background: #dd3d53;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
}

.tt-comments-layout .tt-item div.comment .tt-avatar {
    float: left;
    margin-bottom: 10px;
}

.tt-comments-layout .tt-item div.comment .tt-content {
    float: left;
    width: 100%;
}

.depth-2,
.depth-3,
.depth-4 {
    display: block !important;
}