/* General */
.tita-text-uppercase > h1,
.tita-text-uppercase > h2,
.tita-text-uppercase > h3,
.tita-text-uppercase > h4,
.tita-text-uppercase > h5,
.tita-text-uppercase > h6,
.tita-text-uppercase > p {
    text-transform: uppercase;
}

.tita-footer-main {
    padding-bottom: 0px!important;
}
/* Typography */
.tita-footer-main .tita-text-footer p {
    font-size: 13px;
    letter-spacing: 0.02em;
}
.tita-footer-main .tita-text-footer h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.tita-footer-main .tita-text-footer h3 strong {
    font-weight: 500;
}

.tita-footer-main .ux-menu .ux-menu-link a {
    font-size: 13px;
    letter-spacing: 0.05em;
}
.tita-footer-main .tita-align-self-center {
    align-self: center;
}
.tita-blogs-section .tita-button span,
.tita-section_product-list .tita-button span {
    display: flex;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #444444;
}

.tita-home_slide rs-arrow.tp-leftarrow:before {
    content: url("../icons/arrow-left.svg") !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0px !important;
    padding: 20px;
}
.tita-home_slide rs-arrow.tp-rightarrow:before {
    content: url("../icons/arrow-right.svg") !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0px !important;
    padding: 20px;
}
.tita-home_slide .tita-button i {
	top: 1px;
}
.tita-home_slide .tita-button i::before {
  content: url("../icons/arrow-right.svg") !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.tita-item_blog-content {
    display: flex;
    margin-top: 15px;
}
.tita-item_blog-content .badge .badge-inner {
    display: flex;
    flex-flow: column;
    width: 48px;
    height: 48px;
    background: #F4F8F7;
}
.tita-item_blog-content .badge .badge-inner .post-date-day {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #444444;
}
.tita-item_blog-content .badge .badge-inner .post-date-year,
.tita-item_blog-content .badge .badge-inner .post-date-month {
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    color: #444444;
}
.tita-item_blog-content .badge .badge-inner span {
    color: #444444;
}
.tita-item_blog-content .box-text {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 11px;
}
.tita-item_blog-content .box-text .box-text-inner {
    margin: 0px;
}
.tita-item_blog-content .box-text .box-text-inner .post-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #444444;
}
.tita-blogs_row-item .box-blog-post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tita-blogs_row-item .box-blog-post .box-image {
    width: 100%;
}
.tita-blogs_row-item .box-blog-post .box-image .image-cover {
    padding-top: unset !important;
}
.tita-blogs_row-item .box-blog-post .box-image .image-cover img {
    position: relative;
}
.tita-blogs_row-item:nth-child(2n-1) .box-blog-post .box-image .image-cover img {
    height: 400px;
}
.tita-blogs_row-item:nth-child(2n) .box-blog-post .box-image .image-cover img {
    height: 287px;
}
/* Product */
img.show-on-hover {
    display: none;
}
.tita-product-list .product-small:hover img.attachment-woocommerce_thumbnail {
    opacity: 0.3;
}
/* Header */
.header .header-bg-color {
    background-color: #FFFFFF;
}

/* Banner */
.tita-home_banner .col.tita-col {
    padding: 0px;
}
.tita-home_slide .tita-gap {
    position: absolute;
    width: 100%;
    background-color: #F3F8FD;
}
.tita-section_video-slider .tita-row_video-slider h2{
    margin-top: 20px;
    margin-bottom: 0px;
}
.tita-home_banner .tita-btn_view-more i:before {
	content: url(../icons/arrow-right.svg) !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}

@media (min-width: 1366px) {
    .tita-section_video-slider .tita-row_video-slider {
        max-width: 1280px;
        width: 1280px;
    }
}
@media (min-width: 1024px) {
    .tita-blogs_row-heading .col {
        padding: 0px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .tita-footer-main .row .col:first-child {
        padding-top: 20px;
    }
    .tita-footer-main .row .col:first-child {
        padding-top: 20px;
    }
}