.business-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
}

.section-right {
    flex: 0 0 33%;
    width: 33%;
}

.section-left {
    flex: 0 0 64%;
    width: 64%;
}





/* node-content-section */
.node-content-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.node-content-section>div {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: stretch;
}


/* business-header */
.business-header {
    display: flex;
    max-width: 100%;
    margin: auto;
    position: relative;
    max-width: 1000px;
}


.business-header .views-row .cover {
    /* height: 220px; */
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
}

.business-header img {
    width: 100%;
}

.business-header .title,
.business-header .address {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.business-header .title h1 {
    font-size: 1.35rem;
    color: var(--main);
    padding: 15px 0 0px;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    text-align: right;
}

.business-header .address div {
    font-size: 0.8rem;
    color: #013b82ab;
    padding: 0;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    text-align: right;
}


.business-header .toolbar .field-content {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

.business-header .image {}

.business-header .toolbar {
    display: none;
    width: 100%;
    background: #fff;
    justify-content: center;
    margin: 20px 0 0;
}

.business-header .toolbar .field-content ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}


.business-header .toolbar .field-content ul::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.business-header .toolbar .field-content li {
    margin-left: 2px;
}

.business-header .toolbar .field-content li a {
    display: inline-block;
    padding: 8px 35px 9px;
    border-left: 0px solid #eee;
    font-weight: 700;
    color: #26498f;
    border-radius: 5px;
    /* min-width: 96px; */
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
}

.business-header .toolbar .field-content li a:hover,
.business-header .toolbar .field-content li.active a {
    background: #e2f0ffd1;
    color: #013b82;
    border: 1px solid var(--main);
}



@media screen and (max-width:600px) {
    .business-header .toolbar .field-content li a {
        padding: 6px 20px 7px;
    }

    .business-header .views-row .cover {
        height: auto;
    }

    .business-header .toolbar {
        /* margin: 0 0; */
    }
}



@media screen and (max-width:1040px) {

    .business-header .toolbar,
    .business-header .address,
    .business-header .title {
        /* margin: 0 0; */
        padding: 0 15px;
    }
}


/* business-body */
.business-body {
    display: inline-block;
    max-width: 100%;
}

.business-body .content {
    background: #fff;
    padding: 15px 0px 5px;
    border-radius: 5px;
    max-width: 100%;
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%); */
    flex: 1 0 100%;
}

.business-body p {
    line-height: 23px;
    margin-bottom: 10px;
}

.business-body .body ul {
    padding-right: 30px;
    margin-bottom: 10px;
}

.business-body .body p,
.business-body .body span,
.business-body .body strong,
.business-body .body ul li,
.business-body .body a {
    font-size: 0.85rem;
}

.business-body .body a {
    color: #b80000;
}

.business-body .block-header span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    color: var(--main);
}

.business-right .business-body {
    display: none
}

@media screen and (max-width:1000px) {
    .business-right .business-body {
        display: inline-block;
        flex: 0 0 100%;
        margin: 10px 0 20px;
    }

    .business-left .business-body {
        display: none
    }
}

/* business-body */
.business-contact {
    display: inline-block;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 10px 0px;
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%); */
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.business-contact .block-header span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.business-contact .content {
    /* padding: 10px 15px; */
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%); */
    /* background: #fff; */
    /* border-radius: 4px; */
    /* margin-bottom: 20px; */
}

.business-contact .views-field {
    display: flex;
    padding: 7px 0;
    border-bottom: 1px solid #f2f2f2;
}

.business-contact .website,
.business-contact .whatsapp,
.business-contact .instagram,
.business-contact .telegram {
    display: none;
}

.business-contact .views-field a {
    margin-left: 15px;
}

.business-contact .views-field:last-child {
    border: 0
}

.business-contact .views-label span {
    font-weight: 700;
    margin-left: 10px;
    line-height: 23px;
    width: 71px;
    border-left: 1px solid #eee;
    padding-left: 10px;
    color: var(--main);
}

.business-contact .field-content {
    flex: 1;
    color: var(--main);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.business-contact .field-content * {
    color: var(--main);
    font-size: 0.85rem;
}

.business-contact .field-content ul {
    list-style: none
}

.business-contact .others .field-content,
.business-contact .phones .field-content,
.business-contact .routing .field-content {
    justify-content: space-between;
}

.business-contact .others .field-content a,
.business-contact .phones .field-content a,
.business-contact .routing .field-content a {
    flex: 0 0 48%;
    margin: 2% 0;
    text-align: center;
    padding: 6px 0;
    display: inline-block;
    border: 1px solid var(--main);
    border-radius: 4px;
    color: var(--main);
    background: #ead81612;
    font-size: 0.75rem;
}

.business-contact .phones .field-content a span {
    font-size: 9px;
}

.business-class {
    margin-top: 20px;
}

.business-class .views-row>div {
    margin-bottom: 30px;
}

.business-class .views-label {
    position: relative;
    display: flex;
    justify-content: center;
}


.business-class .views-label:before {
    content: '';
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #013b8240;
    position: absolute;
    top: 11px;
    right: 0;
}

.business-class .views-label span {
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 0 10px;
    width: auto;
    /* font-weight: normal; */
}


.business-class .category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.business-class .category ul li {
    width: auto;
    list-style: none;
    border: 1px solid var(--main);
    border-radius: 5px;
    background: #ead81612;
}

.business-class .category ul li a {
    display: inline-block;
    padding: 3px 10px 4px 12px;
    font-size: 0.75rem;
}

.business-class .category i {
    position: relative;
    top: 0px;
    right: 8px;
    font-size: 0.7rem;
}


.business-class .views-content {}

.business-class .class ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.business-class .class ul li {
    flex: 0 0 100%;
    display: inline-block;
    background: #fff;
    padding: 15px 0px 5px;
    border-radius: 4px;
    margin-bottom: 2%;
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%); */
}


.business-class .views-row h2 {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.business-class .views-row p {
    line-height: 23px;
    margin: 10px 0;
}

.business-class .interview .field-content {
    position: relative;
}

.business-class .interview .field-content {
    padding: 5px 20px;
    background: #fff;
    padding: 15px 0px 5px;
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%); */
    border-radius: 7px;
    max-height: 350px;
    overflow: hidden;
}

.business-class .interview .field-content:after {
    content: '';
    width: 100%;
    display: inline-block;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, rgb(255 255 255 / 60%) 30%, rgb(255 255 255 / 80%) 80%, #fff 100%);
    border-radius: 0 0 7px 7px;
    cursor: pointer;
}

.business-class .interview .field-content:before {
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #777;
    z-index: 100;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
}




/******************** gallery-in-node ********************/
.gallery-in-node {
    /* padding: 6px 8px; */
    /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%); */
    background: #fff;
    border-radius: 4px;
}

.gallery-in-node .images .field-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




.gallery-in-node .images .field-content a {
    display: inline-block;
    width: 24%;
    margin: 0.5% 0;
}


.gallery-in-node .images .field-content>a:nth-child(12) {
    position: relative;
}

.gallery-in-node .images .field-content>a:nth-child(12):before {
    content: "+";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    /* border-radius: 0 0 0 7px; */
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
}

.highlighted {
    background: #fff;
}

.page-node-type-business .highlighted {
    background: transparent;
}

@media screen and (max-width:1040px) {
    .page-node-type-business .highlighted {
        padding: 0;
    }

    .page-node-type-business #main-wrapper {
        padding: 0 15px 60px;
    }
}

@media screen and (max-width:1000px) {

    .section-right,
    .section-left {
        width: 100%;
        flex: 1 0 100%;
    }

    .business-right>div {
        display: flex;
        justify-content: space-between;
        align-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .business-right>div>div {
        flex: 0 0 47%;
        margin-bottom: 0;
        padding: 0;
    }
}

@media screen and (max-width:600px) {
    .business-right>div>div {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .business-right>div {
        margin-bottom: 0
    }
}






/********** managers-block ***************/
.managers-block {
    margin-bottom: 20px;
}

.managers-block .managers-wrapper {
    width: 100%;
}

.managers-block .managers-list {
    padding: 0;
    width: 100%;
    flex: 1;
}

.managers-block .manager {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.managers-block .mimage {
    flex: 0 0 70px;
    margin-left: 10px;
}

.managers-block .mimage a {}

.managers-block .mimage a img {
    border-radius: 120px;
}

.managers-block .mtitle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex: 1;
}

.managers-block .boss-value {
    flex: 1;
    color: #013b82ab;
    font-size: 0.8rem;
    width: 100%;
}

.managers-block .mtitle a {
    font-size: 1rem;
    flex: 0 0 100%;
    padding-top: 9px;
    color: var(--main);
}

.managers-block .mtitle span {
    font-size: 0.8rem;
    flex: 0 0 100%;
    color: #013b82ab;
}

.managers-block .body {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.managers-block .body p {
    font-size: 0.85rem;
    color: var(--main);
    line-height: 21px;
    margin-bottom: 8px;
}




/*********** title ***********/

.node-view .title {
    margin-bottom: 15px;
}

.node-view .title h1 {
    font-size: 23px;
    font-weight: bold;
}

/*********** Body ***********/
.node-view .body {}

.node-view .body p {
    margin: 10px 0
}

.node-view .body p,
.node-view .body * {
    font-size: var(--fontsize);
    line-height: var(--lineheight);
}

.node-view .body p strong {
    font-size: var(--fontsize);
    line-height: var(--lineheight);
}

.node-view .body p span {
    font-size: var(--fontsize);
    line-height: var(--lineheight);
}

.node-view .body p span.highlight {
    background: #dbfeff;
}

.node-view .body p a {
    font-size: var(--fontsize);
    line-height: var(--lineheight);
}

.node-view .body p img {
    border-radius: 5px;
}

.node-view .body ul {
    padding-right: 40px;
}

.node-view .body ul li {
    line-height: var(--lineheight);
    ;
}

.node-view .body a,
.node-view .body a * {
    color: var(--link)
}

.node-view .body [class*="btn"] a,
.node-view .body [class*="btn"] a *,
.node-view .body a[class*="btn"],
.node-view .body a[class*="btn"] * {
    color: #fff
}

.node-view .body h2 {
    text-indent: 15px;
}

.node-view .body h2,
.node-view .body h2 * {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}

.node-view .body h2,
.node-view .body h3 {
    position: relative;

}


.node-view .body h3 {
    text-indent: 30px;
}

.node-view .body h3,
.node-view .body h3 * {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}

.node-view .body h2:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #707070;
    position: absolute;
    right: 0;
    top: 11px;
    border-radius: 100px
}

.node-view .body h3:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #707070;
    position: absolute;
    right: 0;
    top: 11px;
    border-radius: 100px
}

.node-view .body h3:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #707070;
    position: absolute;
    right: 12px;
    top: 11px;
    border-radius: 100px
}

.node-view .body blockquote {
    display: inline-block;
    width: 100%;
}


.node-view .body .rtecenter {
    text-align: center;
}

.node-view .body blockquote {
    border-right: 5px solid #c0dfff;
    padding-right: 20px;
    background: #e5f2ff;
    border-radius: 7px;
}

/*********** reference  ***********/
.node-view .reference {
    display: flex;
    margin-bottom: 15px;
}

.node-view .reference .label {
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
    font-weight: 900;
    min-width: 65px;
}

.node-view .reference .field-content {
    flex-grow: 1;
}

.node-view .reference .field-content ul {
    list-style: none;
}

.node-view .reference .field-content ul li {
    display: inline-block;
}

.node-view .reference .field-content ul li a {
    display: inline-block;
    font-size: 13px;
}

.node-view .reference .field-content a {
    margin-left: 15px;
    /* color: var(--link); */
}

/*********** editor  ***********/
.node-view .editor .field-content {
    /* color: var(--gray); */
}


/*********** link  ***********/
.node-view .link {
    display: flex;
    margin-bottom: 15px;
}

.node-view .link .label {
    margin-left: 20px;
    font-weight: 900;
}

.node-view .link .field-content {
    flex-grow: 1;
}

.node-view .link a {
    /* color: var(--link); */
}

.node-view .bborder {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    margin: 0 0px;
}

.node-view .bborder:nth-child(2n+1) {
    background: #fafafa
}

.node-view .bborder .label {
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
    font-weight: 900;
    min-width: 65px;
}

.node-view .meta {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.node-view .meta .views-label {
    display: inline-block;
    flex: 0 0 150px;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0;
}

.node-view .meta .field-content {
    font-size: 14px;
    flex: 1;
    color: #555;
}

.node-view .meta .field-content * {
    color: #555;
}

.node-view .categories a {
    padding: 6px 0px 6px 10px;
    display: inline-block;
    font-size: 13px;
}

.node-view .subtitle {
    display: flex;
    margin-bottom: 10px;
}

.node-view .subtitle .views-label {
    margin-left: 11px;
    font-weight: 700;
}

.node-view .subtitle .field-content {
    color: #555;
}

.node-view .meta a:hover {
    color: var(--link)
}

@media screen and (max-width:900px) {
    .node-view {
        padding: 0;
    }

    .node-view .images {
        margin: 30px -15px 0;
    }

    .node-view .bborder {
        margin: 0px -15px;
    }
}


.node-view.node-view-person .image {
    max-width: 200px;
}


.node-view .body table {
    border-collapse: collapse;
    width: 100%;
}

.node-view .body .table-wrapper {
    overflow-x: scroll;
}


.node-view .body td,
.node-view .body th {
    border: 1px solid #ddd;
    padding: 8px;
}

.node-view .body tr:nth-child(even) {
    background-color: #f2f2f2;
}

.node-view .body tr:hover {
    background-color: #ddd;
}

.node-view .body th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    background-color: #04AA6D;
    color: white;
}

.node-view .buy-link {
    display: flex;
    justify-content: center;
    margin: 50px 0 50px;
}

.node-view .buy-link a {
    display: inline-block;
    padding: 10px 20px;
    background: #f15a21;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-right: 55px;
    border-radius: 5px !important;
    overflow: hidden;
}

.node-view .buy-link a .text {
    color: #fff;
}

.node-view .buy-link .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #b73a0a;
}

.node-view .buy-link .icon svg {
    position: absolute;
    right: 11px;
    top: 8px;
    width: 20px;
}


/* Utilities */
.node__meta {
    display: none
}

.node-view .part-of-book .views-label {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.node-in-text {
    background: #fdfaee;
    padding: 10px 10px;
    border-radius: 11px;
    border: 1px solid #ffe990;
    border-right: 3px solid #ffcc00;
}

.node-in-text .ncontainer {}

.node-in-text .nimage {
    width: 180px;
    float: right;
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.node-in-text .nimage * {
    width: 100%;
    margin: 0
}

.node-in-text .nfields {}

.node-in-text .ntitle {}

.node-in-text .ntitle a {
    color: #6a5400;
    line-height: 24px;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.node-in-text a:before {
    display: none !important
}

.node-in-text .nbody {
    line-height: 22px;
    font-size: 13px;
    color: #777;
}

@media screen and (max-width: 650px) {
    .node-in-text .nimage {
        width: 150px;
    }
}

@media screen and (max-width: 500px) {
    .node-in-text .nbody {}
}







.bing {
    padding: 40px 0;
}


.bing .bhw {
    max-width: 1200px;
    margin: auto;
}

.bing .views-content::after {
    content: "";
    clear: both;
    display: table
}

.bing .views-row {}

.bing .views-row:nth-child(1) {
    width: 32.3%;
    float: right;
    margin-left: 1%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%);
    padding-bottom: 15px;
    border-radius: 7px;
    overflow: hidden
}

.bing .views-row:nth-child(1) .image~div {
    padding: 0 15px;
}

.bing .views-row:nth-child(1) .title a {
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.bing .views-row:nth-child(1)~.views-row {
    width: 32.3%;
    float: right;
    margin-right: 1%;
    margin-bottom: 10px;
    min-height: 70px;
    border-radius: 5px
}

.bing .views-row:nth-child(1)~.views-row .image img {
    border-radius: 5px
}

.bing .views-row:nth-child(1)~.views-row .title a {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.bing .views-row:nth-child(1) .image {
    width: 100%;
    margin-bottom: 10px
}

.bing .views-row .image {
    width: 110px;
    float: right;
    margin-left: 10px
}

.bing .views-row .image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0 solid
}

.bing .views-row .date .field-content {
    color: #aaa;
    font-size: 11px
}

.bing .views-row .date .field-content svg {
    width: 9px;
    height: 9px;
    fill: #aaa;
    position: relative;
    top: 2px;
    margin-left: 2px
}

.bing .views-row:nth-child(1) .body {
    margin-bottom: 10px
}

.bing .views-row:nth-child(1) .body span {
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    color: #555
}

.bing .views-row:nth-child(1)~.views-row .body {
    display: none
}

.bing header {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-bottom: 20px
}

.bing .block-header {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.bing .block-header .block-title {
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #013b82;
}

.bing .block-header .block-title span {
    padding: 7px 14px 4px 17px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: #013b82;
    z-index: 1;
    position: relative;
}

.bing .block-header .block-title a {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border-radius: 4px 4px 0 0;
    color: #252525;
    background: #ddd;
    z-index: 1;
    position: relative
}

.bing .block-header .block-title span:before {
    background: #013b82 none repeat scroll 0 0;
    content: "";
    height: 34px;
    position: absolute;
    left: -15px;
    top: 0;
    transform: skewX(-30deg);
    width: 75px;
    z-index: -1
}

.bing .block-header .block-more {
    position: absolute;
    left: 0;
    bottom: 10px
}

.bing .block-header .block-more a {
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 7px 3px 10px
}

.bing .block-header .block-more a i {
    position: relative;
    top: 2px;
    margin-left: 2px
}

@media screen and (max-width: 1000px) {
    .bing .views-row:nth-child(1)~.views-row .image {
        width: 90px
    }
}

@media screen and (max-width: 850px) {
    .bing .views-content {
        flex-direction: row;
        align-content: flex-start
    }

    .bing .views-row:nth-child(1) {
        width: 48%;
        margin-left: 2%
    }

    .bing .views-row:nth-child(1)~.views-row {
        width: 48%;
        padding: 0;
        margin-right: 2%
    }
}

@media screen and (max-width: 600px) {
    .bing .views-content {
        display: flex;
        flex-wrap: wrap
    }

    .bing .views-row:nth-child(1) {
        width: 100%
    }

    .bing .views-row:nth-child(1)~.views-row {
        width: auto;
        padding: 0 5px;
        flex: 0 0 50%;
        min-height: 0;
        margin: 0 0 20px 0
    }

    .bing .views-row:nth-child(1)~.views-row .image {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}



.artist-br {
    max-width: 340px;
    width: 100%;
    background: #f0eee5;
    margin-top: 70px;
    margin-bottom: 40px;
}

.artist-br .views-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    padding: 20px 30px;
}

.artist-br .image {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    margin-top: -90px;
}

.artist-br .image img {
    max-width: 120px;
    border-radius: 120px;
}

.artist-br .suptitle,
.artist-br .title,
.artist-br .brief {
    text-align: center;
    font-size: 14px;
}

.artist-br .title h1 {
    margin-bottom: 13px;
    /* font-weight: bold; */
    font-size: 27px;
}

@media screen and (max-width:600px) {
    .artist-br {
        margin-right: auto;
        margin-left: auto;
    }
}

/* artist-bl */
.artist-bl {}

.artist-bl .body {}

.artist-bl .body p {
    margin-bottom: 13px;
    font-size: 15px;
}

.artist-bl .body h2 {}


/* artists-list */

.artists-list {
    background: #f0eee5;
    padding: 20px 0;
    margin: 20px 0 30px;
}

.artists-list .bhw {
    max-width: 1200px;
    margin: auto;
}


.artists-list .views-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.artists-list .views-row {
    flex: 1 0 32%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5%;
    background: #fff;
    justify-content: space-between;
}

.artists-list .image {
    max-width: 90px;
    border-radius: 150px;
    overflow: hidden;
    margin-left: 10px;
}

.artists-list .st {
    display: flex;
    align-content: center;
    flex: 1;
}

.artists-list .st .field-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.artists-list .suptitle {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

.artists-list .title a {
    font-size: 18px;
}

@media screen and (max-width:1240px) {
    .artists-list {
        padding: 20px;
    }
}

@media screen and (max-width:550px) {
    .artists-list .views-row {
        flex: 1 0 100%;
    }
}


/* artists-list2 */

.artists-list2 {
    padding: 20px 0;
    margin: 20px 0 30px;
}

.artists-list2 .bhw {
    max-width: 1200px;
    margin: auto;
}


.artists-list2 .views-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.artists-list2 .views-row {
    flex: 1 0 32%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5%;
    background: #fff;
    justify-content: space-between;
}

.artists-list2 .image {
    max-width: 70px;
    border-radius: 150px;
    overflow: hidden;
    margin-left: 10px;
}

.artists-list2 .st {
    display: flex;
    align-content: center;
    flex: 1;
}

.artists-list2 .st .field-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.artists-list2 .suptitle {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

.artists-list2 .title a {
    font-size: 16px;
}

@media screen and (max-width:1240px) {
    .artists-list2 {
        padding: 20px;
    }
}

@media screen and (max-width:550px) {
    .artists-list2 .views-row {
        flex: 1 0 100%;
    }
}



.social-links {}

.social-links .views-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 11px;
}

.social-links .views-row a {
    display: inline-block;
    padding: 5px 25px 5px;
    background: #f0eee570;
    border-radius: 5px;
    border: 1px dashed #e7dcaa;
    font-size: 14px;
}

/* 
.social-links .views-row .instagram a {
    background: #833AB4;
}

.social-links .views-row .whatsapp a {
    background: #25ba5c;
}

.social-links .views-row .telegram a {
    background: #24A1DE;
}

.social-links .views-row .aparat a {
    background: rgb(223 15 80);
}

.social-links .views-row .youtube a {
    background: #FF0000;
} */