﻿/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

body {
    color: #000;
}

body, h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.header-main {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}

.nav > li > a {
    font-family: 'Roboto Condensed', sans-serif !important;
    /* text-transform: unset;*/
}

div#top-bar {
    background: #000000;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

p.hotline-info.pull-left {
    line-height: 40px;
    margin: 0;
    color: #db0707;
    font-weight: bold;
    font-size: 14px;
}

#top-bar ul li a {
    color: #fff;
    font-size: 14px;
}

#top-bar p {
    font-size: 14px;
}

#top-bar ul.top-bar-nav.nav-divided li a:after {
    border-color: rgb(255, 255, 255);
    left: -10px;
}

ul.header-nav-main li.active a {
    color: #000000 !important;
}

ul.header-nav-main li a {
    color: rgba(0,0,0,.85) !important;
    font-size: 14px;
    letter-spacing: 0;
}

.nav > li > a > i.icon-search {
    font-size: 1.1em;
}

.header-search-form-wrapper input[type='search'] {
    height: 40px;
    padding: 0 20px;
    width: 100%;
    color: #717172;
    font-size: 1em;
    font-style: italic;
    border-right: 0;
    float: left;
    box-shadow: none;
}

.header-search-form-wrapper button[type=submit] {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 48px;
    text-align: center;
    background: #ffca08;
    border-radius: 0 2px 2px 0;
    border: none;
    float: left;
}

.row.row-large {
    max-width: 1200px;
}

.text-title-home {
    font-family: Roboto,sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}

.text-title .img.has-hover {
    text-align: center;
}

    .text-title .img.has-hover img {
        width: 150px;
    }

.row > div:nth-child(1) .wrap_item_taisao {
    background: #fb6c7e;
    position: relative;
}

.row > div:nth-child(2) .wrap_item_taisao {
    background: #968bd7;
    position: relative;
}

.row > div:nth-child(3) .wrap_item_taisao {
    background: #5fd4c2;
    position: relative;
}

.row > div:nth-child(4) .wrap_item_taisao {
    background: #ffb073;
    position: relative;
}

.row > div:nth-child(5) .wrap_item_taisao {
    background: #3207dd;
    position: relative;
}

.row > div:nth-child(6) .wrap_item_taisao {
    background: #dd6407;
    position: relative;
}

.row > div:nth-child(7) .wrap_item_taisao {
    background: #ffc107;
    position: relative;
}

.row > div:nth-child(8) .wrap_item_taisao {
    background: #2196f3;
    position: relative;
}

.row > div:nth-child(1) .wrap_item_taisao:before {
    content: "01";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(2) .wrap_item_taisao:before {
    content: "02";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(3) .wrap_item_taisao:before {
    content: "03";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(4) .wrap_item_taisao:before {
    content: "04";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(5) .wrap_item_taisao:before {
    content: "05";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(6) .wrap_item_taisao:before {
    content: "06";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(7) .wrap_item_taisao:before {
    content: "07";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.row > div:nth-child(8) .wrap_item_taisao:before {
    content: "08";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.wrap_item_taisao {
    min-height: 180px;
    padding: 20px 15px;
    text-align: center;
    border-radius: 15px;
}

    .wrap_item_taisao p {
        margin: 0px;
        padding: 0px;
        font-family: "Roboto",sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        padding-top: 10px;
        color: #fff;
    }

.section.services .image_why .img-inner.dark img {
    position: relative;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
    overflow: hidden;
    border: 4px solid #f0f0f0;
}

.section.services h3.text-uppercase {
    color: #000;
    font-size: 15px;
    margin: 0;
    width: 100%;
}

    .section.services h3.text-uppercase a {
        text-transform: uppercase;
        COLOR: #000000;
    }

.section.services p {
    margin: 0;
    color: #696969;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 10px 0;
}

.section.services .col.align-center.small-12.large-12 {
    text-align: center;
}

a.button.primary.is-outline.is-small {
    border: 1px solid currentColor;
    font-size: 14px;
    font-family: roboto,sans-serif;
    text-transform: unset;
    line-height: 30px;
}

.slide-item {
    position: relative;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    margin-top: 20px;
}

    .slide-item .inner-box {
        position: relative;
        padding: 40px 30px 0px;
    }

.quote-icon {
    position: absolute;
    left: 25px;
    top: -18px;
    line-height: 36px;
    width: 44px;
    color: #ffffff;
    font-size: 16px;
    background: #00a44f;
    text-align: center;
}

.slide-item .content h3.review-title {
    color: #253d4a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.slide-item .content .text {
    color: #888888;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 108px;
}

.info.clearfix {
    position: relative;
    padding: 12px 12px 12px 12px;
    border-top: 1px solid #f1f1f1;
}

.author-thumb, .author-title {
    display: inline-block;
    margin-left: 5px;
}

.team-img img {
    display: block;
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

.content_feature {
    text-align: center;
}

    .content_feature p {
        font-family: "Roboto",sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #343f5b;
        margin-bottom: 0;
    }

span.widget-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.custom-html-widget li {
    font-size: 15px;
}

input[type='submit'] {
    background: #000000;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

.content-page.rte table tbody tr th {
    font-family: "Roboto",sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}

th, td {
    text-align: left;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}

.tabbed-content > ul li {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 5px 10px;
}

.tabbed-content ul li.active:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #000000;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg);
}

.tabbed-content ul li.active span {
    color: #fff;
    position: relative;
    display: block;
    z-index: 1;
}

.nav-divided > li + li > a:after {
    border-left: none;
}

#footer .textwidget iframe {
    min-height: 250px;
}

#breadcrumbs {
    padding: 0px 0px 0px 1px;
}

    #breadcrumbs span a {
        color: #000000;
        text-transform: uppercase;
        font-size: 14px;
        padding: 12px 0px;
    }

    #breadcrumbs span {
        font-size: 14px;
    }

.row-large > .col {
    padding: 0 15px 15px;
}
/*.section.news .box-text-inner p{
  display: none;
}*/
.post-sidebar .is-divider {
    background: none;
    margin: 0;
}

.badge.post-date {
    display: none;
}

.box-text.text-left {
    display: inline-block;
    width: auto;
    padding-top: 0;
}

.mr-half {
    margin-right: 0;
}

#flatsome_recent_posts-17, #custom_html-6 {
    border: 1px solid #00a44f;
}

.page-right-sidebar .widget-title, .post-sidebar .widget-title {
    padding: 10px 0;
    background: #000000;
    width: 100%;
    display: block;
}

    .page-right-sidebar .widget-title span, .post-sidebar .widget-title span {
        padding: 0 15px;
        color: #fff;
    }

.page-right-sidebar .widget .is-divider, .post-sidebar .widget .is-divider {
    display: none;
}

#flatsome_recent_posts-17 ul {
    padding: 0 15px;
}

.recent-blog-posts a {
    margin-bottom: 0;
}

.widget.widget_media_image img {
    width: 100%;
}

.support.bg-fram .text-center {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #005ba8;
}

    .support.bg-fram .text-center p {
        margin: 0 0 10px 0;
    }

        .support.bg-fram .text-center p.hotline {
            color: #e5101d;
        }

.blog-wrapper.blog-single.page-wrapper {
    padding-top: 15px;
}

    .blog-wrapper.blog-single.page-wrapper .entry-header-text {
        padding: 0;
    }

    .blog-wrapper.blog-single.page-wrapper h6.entry-category.is-xsmall {
        display: none;
    }

    .blog-wrapper.blog-single.page-wrapper .is-divider {
        display: none;
    }

    .blog-wrapper.blog-single.page-wrapper .entry-content {
        padding: 0;
    }

.tags ul {
    list-style: none;
}

.tags .tags-list {
    padding: 10px 0px;
}

    .tags .tags-list ul li {
        display: inline-block;
        margin-right: 5px;
    }

    .tags .tags-list a {
        background: #F3F3F3;
        color: #666;
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 5px;
        padding: 6px 12px;
    }

.section.team .col {
    padding: 0 5px 10px;
}

.blog-archive .is-divider {
    display: none;
}
/*.blog-archive .from_the_blog_excerpt{
  display: none;
}*/
.blog-archive h5.post-title.is-large {
    margin-top: 20px;
}

.blog-archive .image-cover img {
    object-position: inherit;
    object-fit: inherit;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .back-to-top {
        display: inline-block !important;
    }

    .header-search-form-wrapper input[type='search'] {
        width: 100% !important;
    }

    .product-main ul.next-prev-thumbs.is-small.show-for-medium {
        display: none;
    }
}

.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button) {
    color: #000000;
    text-transform: uppercase;
}

.blog-archive .box-image {
    width: 100%;
    text-align: center;
    position: relative;
}

    .blog-archive .box-image:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.5);
    }

    .blog-archive .box-image:before, .blog-archive .box-image:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
    }

    .blog-archive .box-image:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.5);
    }
