@charset "UTF-8";
h1,
.entry-title a,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

img {
    max-width: 100%;
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}


/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1,
.entry-content h1 {
    font-size: 32px;
    /*font-size: 2.6rem;*/

}

h2,
.entry-content h2 {
    font-size: 26px;
    /*font-size: 2rem;*/
}

h3,
.entry-content h3 {
    font-size: 20px;
    /*font-size: 1.6666666666667rem;*/
}

h4,
.entry-content h4 {
    font-size: 20px;
    font-size: 1.3333333333333rem;
}

h5,
.entry-content h5 {
    font-size: 18px;
    font-size: 1.2rem;
}

h6,
.entry-content h6 {
    font-size: 15px;
    font-size: 1rem;
}


/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

td,
th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0;
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Code  */

code,
pre {
    font-size: 0.9rem;
    line-height: 1.50001;
    font-variant-ligatures: none;
    word-wrap: break-word;
    word-break: normal;
    -webkit-tab-size: 4;
    -moz-tab-size: 4;
    tab-size: 4;
}

code {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #e01e5a;
}

pre {
    margin-bottom: 16px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #f8f8f8;
}

blockquote {
    margin: 1.5em 1em 1.5em 3em;
    padding: 1.2em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative;
    border-left: 5px solid rgba(0, 0, 0, 0.05);
    background-color: #fbfbfb;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.bizline-text-center {
    text-align: center;
}

html {
    font-size: 16px;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/* Placeholders */

.bizline-block-area .bizline-block ul,
.bizline-main-menu>ul,
.bizline-main-menu>ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bizline-transparent-header .bizline-site-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.bizline-site-header {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.bizline-transparent-header header#masthead+* {
    padding-top: 100px;
}

.bizline-transparent-header.home.page-template-default.page #content {
    padding-top: 0;
    padding-bottom: 0;
}

body.home.page-template-default.page #content {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-full-width.bizline-transparent-header header#masthead+* {
    padding-top: 0;
}

body:not(.page-template-full-width) #content {
    padding-top: 20px;
    padding-bottom: 20px;
}

body:not(.home.page-template-default.page) #content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 783px) {
    .admin-bar.bizline-search-opened .bizline-bottom-header-wrapper {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .admin-bar.bizline-search-opened .bizline-bottom-header-wrapper {
        top: 0;
    }
}

.bizline-bottom-header-wrapper {
    position: relative;
}

.bizline-bottom-header-wrapper .menu-toggler {
    display: none;
}

@media (max-width: 992px) {
    .bizline-bottom-header-wrapper .menu-toggler {
        display: block;
    }
    .block-columns .block-column .block-image img {
        height: auto;
    }
    .block-columns .block-column .block-image {
        margin-bottom: 20px;
    }
}

.bizline-bottom-header-wrapper .bizline-header-icons {
    font-size: 1.3rem;
    margin-left: 1.2rem;
}

.bizline-bottom-header-wrapper .bizline-header-icons .bizline-search-icon {
    padding: 0px 0.5rem;
    display: inline-block;
    color: #000;
}

.bizline-bottom-header-wrapper .bizline-bottom-header {
    display: flex;
}

.bizline-bottom-header-wrapper .bizline-bottom-header .bizline-navigation-n-options {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-branding {
    display: flex;
    align-items: center;
    flex: 0 0 35%;
}

@media (max-width: 992px) {
    .site-branding {
        flex: 0 0 55%;
    }
}

.site-branding .site-title {
    font-size: 2rem;
    margin: 0;
}

.site-branding .site-title a {
    color: #000;
    font-weight: 600;
}

.site-branding .site-description {
    font-size: 0.95rem;
    margin: 0;
    color: gray;
}

@media (max-width: 768px) {
    .wrap-breadcrumb ul li {
        font-size: 1rem;
    }
}

.bizline-inner-banner-wrapper {
    min-height: 420px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .bizline-inner-banner-wrapper h1 {
        font-size: 2rem;
    }
}

.bizline-inner-banner-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.bizline-inner-banner-wrapper svg {
    position: absolute;
    bottom: -28px;
    left: -100px;
    width: calc( 100% + 100px);
    fill: #fff;
    z-index: 1;
    display: none;
}

.bizline-inner-banner-wrapper .bizline-inner-banner {
    position: relative;
    z-index: 9;
    text-align: center;
}

.bizline-inner-banner-wrapper .bizline-inner-banner .entry-title {
    margin: 0;
    font-size: 40px;
}

.bizline-block select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0.75rem 0.6rem;
    border-radius: 0;
}

.bizline-post:hover .image-full .bizline-post-type-icon {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
}

.bizline-post .image-full {
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.bizline-post .image-full .bizline-post-type-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.3s linear;
}

.bizline-post .image-full .bizline-post-type-icon i {
    color: #000;
}

.bizline-post .image-full:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.bizline-post .entry-content-stat+a {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.bizline-post .entry-content-stat+a i {
    margin-left: 0.3rem;
    transition: margin 0.3s linear;
}

.bizline-post .entry-content-stat+a:hover {
    text-decoration: underline;
}

.bizline-post .entry-content-stat+a:hover i {
    margin-left: 0.5rem;
}

.bizline-post .post-content-wrap img {
    position: absolute;
    top: -23px;
    right: 1rem;
    background: #fff;
    z-index: 1;
    padding: 0.15rem;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .bizline-main-menu {
        display: none;
    }
}

.bizline-main-menu>ul {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.bizline-main-menu>ul li:focus-within>ul {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.bizline-main-menu>ul li:focus-within>ul,
.bizline-main-menu>ul li:hover>ul {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.bizline-main-menu>ul li ul {
    margin-left: 0;
    visibility: hidden;
    transform: translateY(0.7rem);
    opacity: 1;
    transition: all 0.2s linear;
    position: absolute;
    z-index: 99;
    width: 230px;
    background-color: #fff;
    padding: 1.5rem 0;
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}

.bizline-main-menu>ul li a {
    color: #fff;
}

.bizline-main-menu>ul>li {
    position: relative;
    padding: 31px 15px;
}

.bizline-main-menu>ul>li:hover {}

.bizline-main-menu>ul>li:not(:first-child) {
    margin-left: 10px;
}

.bizline-main-menu>ul>li.current-menu-item>a:after {
    width: 100%;
}

.bizline-main-menu>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    /*position: relative;*/
    border-bottom: solid 1px #999;
}

.bizline-main-menu>ul>li>a:hover {
    color: #9e6c00;
    border-bottom: solid 1px #c39738;
    transition: all .3s ease;
}

/*.bizline-main-menu>ul>li>a:after {
    content: "";
    width: 0%;
    left: 0;
    bottom: -7px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.3s linear;
}*/

.bizline-main-menu>ul>li:hover>a:after {
    width: 100%;
}

nav#site-navigation>ul>li.menu-item-has-children>a:before {
    content: "\F107";
    font-family: fontAwesome;
    position: absolute;
    right: -15px;
}

.bizline-main-menu>ul>li>ul {
    left: 0;
    top: 100%;
}

.bizline-main-menu>ul>li>ul li.menu-item-has-children>a {
    position: relative;
}

.bizline-main-menu>ul>li>ul li.menu-item-has-children>a:after {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px FontAwesome;
    content: "\F105";
    margin-right: 0.3rem;
}

.bizline-main-menu>ul>li>ul li:hover>a {
    color: #000;
}

.bizline-main-menu>ul>li>ul li a {
    padding: 0.3rem 1.5rem;
    display: block;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #a6a6a6;
}

.bizline-main-menu>ul>li li {
    position: relative;
}

.bizline-main-menu>ul>li li ul {
    left: 100%;
    top: 0;
}

.footer-bottom-section .credit-link {
    text-align: right;
}

@media (max-width: 576px) {
    .footer-bottom-section .credit-link {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-bottom-section #bizline-copyright {
        display: block;
        text-align: center;
    }
}

.pagination {
    display: flex;
    justify-content: center;
}

body {
    overflow-X: hidden;
}

.post .post-content-wrap:after,
.post .post-content-wrap:before {
    content: '';
    display: table;
    clear: both;
}

.container-box {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 20px 25px -5px rgba(177, 177, 177, 0.1), 0 10px 10px -5px rgba(191, 191, 191, 0.04);
}

.bizline-block ul[id^='menu-social'] {
    justify-content: flex-start;
}

.menu-item-has-children {
    position: relative;
}

.bizline-inner-banner-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-background-attachment-fixed {
    /*background-attachment: fixed;*/
}

.bizline-right-sidebar .content-order {
    order: 1;
}

body.home.blog .content-order {}

.bizline-right-sidebar .sidebar-order {
    order: 2;
    padding-left: 50px;
}

@media (max-width: 768px) {
    .bizline-right-sidebar .sidebar-order {
        padding-left: 15px;
    }
}

.bizline-post .entry-content-stat+a:hover {
    text-decoration: none;
}

.page-description {
    width: 100%;
}

.bizline-block .select2-selection.select2-selection--single {
    height: 45px;
}

.bizline-block .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.bizline-block .star-rating {
    margin: 0 0 13px;
}

.bizline-feature-section .feature-inner-box-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bizline-feature-section .feature-inner-box {}

.bizline-feature-section {
    background: none;
}

.bizline-feature-section .feature-inner-box {
    overflow: hidden;
    border: dashed 1px rgba(183, 183, 183, 0.25);
    padding: 3px;
}

.bizline-feature-section .feature-inner-box a {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.bizline-feature-section .feature-inner-box-image {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.bizline-feature-section .feature-inner-box-image:after {
    content: "";
    top: 50%;
    position: absolute;
    transition: all .3s;
    opacity: 0;
    height: 20%;
    width: 20%;
    border-radius: 50%;
}

.bizline-feature-section .feature-inner-box-image:hover:after {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    border-radius: 0;
}

.bizline-feature-section .feature-inner-box-title {
    margin: 0;
    padding: 15px 10px 15px 10px;
    background: rgba(183, 183, 183, 0.1);
}

.team-single-page-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bizline-section-title {
    position: relative;
    font-weight: 900;
    font-size: 36px;
    padding-left: 15px;
    color: #000;
    margin: 0;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1.5;
}

.bizline-section-title.title-line-before:before {
    content: "";
    height: 2px;
    width: 40px;
    background: #864bd0;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.bizline-section-title span {
    color: #864bd0;
}

.block-columns#bizline1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;

    padding:20px;
    margin: 0 20px 40px 20px;
    background: #c39738;
    box-shadow: 0px 0px 0px 5px #c39738;
    border: dashed 2px #fff;
}
.block-columns#bizline1:after{
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 25px 25px;
    border-style: solid;
    border-color: #9e6c00 #fff #9e6c00;
}
.block-columns#bizline2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;

    padding:20px;
    margin: 0 20px 40px 20px;
    background: #c39738;
    box-shadow: 0px 0px 0px 5px #c39738;
    border: dashed 2px #fff;
}
.block-columns#bizline2:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: #9e6c00 #fff #9e6c00;
}

.block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 782px) {
    .block-columns {
        flex-wrap: nowrap;
    }
    .block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .block-column:not(:first-child) {
        margin-left: 32px;
    }
}

@media (max-width: 991px) {
    .block-columns {
        display: block;
    }
    .block-column {
        margin-left: 0!important;
    }
    #block-instance .block-section {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .block-columns {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 599px) {
    .block-column {
        flex-basis: 100%!important;
    }
    .bizline-feature-section {
        margin-bottom: 40px;
    }
}

.block-section.left {
    text-align: left;
}

.block-section {
    text-align: center;
}