.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#1C1C1C;font-family:"Akkurat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-7 a{color:#1C1C1C;font-family:"Akkurat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-7 a:hover{color:#D9D5BD;}.elementor-kit-7 h1{color:#1C1C1C;font-family:"Akkurat-Bold", Sans-serif;font-size:40px;font-weight:700;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1329px;}.e-con{--container-max-width:1329px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.home-menu {
    margin-top: 50px;
}

.main-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

p {
    margin-bottom: 0;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.bottom-section {
    padding: 40px 20px;
}

body .elementor-widget-image a img[src$=".svg"] {
    width: 100%;
}

body .info-menu li,
body .main-header li {
    margin-left: 60px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}

/*Bio*/
.bio-wrapper {
    padding: 40px 20px;
}

.elementor-widget:not(:last-child) {
    margin: 0;
}

.bio-text {
    padding: 40px 0px;
}

/*Press*/
.pdf-img figcaption.widget-image-caption.wp-caption-text span {
    font-weight: normal;
    font-size: 20px;
    display: block;
}

.pdf-img figure.wp-caption {
    max-width: 300px;
    margin: 0 auto !important;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pdf-img figure.wp-caption figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    top: 50%;
    z-index: 112;
    max-width: 300px;
    color: white;
    opacity: 0;
    transform: translateY(-50%);
}

.pdf-img figure.wp-caption:hover img.attachment-full.size-full {
    filter: brightness(0.5);
}

.pdf-img figure.wp-caption a:hover figcaption.widget-image-caption.wp-caption-text {
    opacity: 1;
}

.pdf-img figure.wp-caption:hover figcaption.widget-image-caption.wp-caption-text {
    opacity: 1;
}

.mt-50 {
    margin: 50px 0px 100px 0px;
}

/* =========== work ========== */
.work_main_banner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.has_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.atbs_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
}
.atbs_link:after{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
    background-color: #333333;
    height: 100%;
}
.atbs_link .link {
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #D9D5BD;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
}

.atbs_link .link:hover,
.atbs_link .link.active {
    border-bottom: 1px solid #D9D5BD;
}

.work_main_banner {
    padding: 0 20px 10px;
}

.list_links_ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.list_links_ul li a {
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.4s ease;
}

.list_links_ul li a:hover {
    opacity: .8;
}

.list_links_ul li {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

/* ========== single work =========== */
.single_work_container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px 40px;
}

.back_button a {
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    justify-content: space-between;
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
}

.single-exhibition .back_button a {
    max-width: 250px
}

.back_button a:hover {
    color: #000000;
}

.single_work h1 {
    margin: 43px 0 50px;
}

.single_work .flex_holder {
    display: flex;
    flex-wrap: wrap;
}

.single_work .flex_holder .left-sec {
    max-width: 42.6%;
    width: 100%;
    padding-right: 30px;
}

.single_work .flex_holder .right-sec {
    max-width: 57.4%;
    width: 100%;
}

.single_work .tabs_holder {
    margin-top: 45px;
}

.single_work .flex_holder .tabs_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: fit-content;
    font-family: 'Akkurat-Bold';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
}

.single_work .flex_holder .tabs_holder div:not(:last-child) {
    padding: 0 20px;
    border-right: 2px solid #000;
}

.single_work .flex_holder .tabs_holder div:last-child {
    padding-left: 20px;
}

.single_work .flex_holder .tabs_holder div {
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
}

.single_work .flex_holder .tabs_holder div:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #333;
    opacity: 0;
    transition: all 0.4s ease;
}
.single_work .flex_holder .tabs_holder div:last-child::after{
    max-width: 100%;
    left: 10px;
}
.single_work .flex_holder .tabs_holder div:hover,
.single_work .flex_holder .tabs_holder div.active {
    color: #333333;
    ;
}

.single_work .flex_holder .tabs_holder div:hover:after,
.single_work .flex_holder .tabs_holder div.active:after {
    opacity: 1;
}

.video_banner.has_bg {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_title_donwload .hholder {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.video_title_donwload .title {
    max-width: 70%;
    width: 100%;
    font-family: 'Akkurat';
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-right: 20px;
}

.video_title_donwload .download_btn {
    max-width: 30%;
    width: 100%;
}

.video_title_donwload .download_btn a {
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #F79B11;
}

.single_work .container {
    position: relative;
}

.single_work .container .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_work .container .owl-nav .owl-prev,
.single_work .container .owl-nav .owl-next {
    z-index: 3;
    position: relative;
}

.single_work div#counter {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 10px;
    background-color: rgba(51, 51, 51, 0.7);
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    min-width: 60px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}

div#single_related {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#single_related ul {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 36px 0 61px;
    list-style: none;
    background-color: #fff;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.related_ul {
    list-style: none;
}

div#single_related ul li a {
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
    transition: all 0.4s ease;
    text-align: center;
}

div#single_related ul li a:hover {
    text-decoration: underline;
}

div#single_related ul li:not(:last-child) {
    margin-bottom: 40px;
}

div#single_related ul li.close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.related_heading {
    font-family: 'Akkurat-Bold';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 53px;
}

body.page-id-184 .site-footer,
body.page-id-325 .site-footer {
    display: none;
}

/* =============== moving text ========== */
section.my_marquee {
    color: white;
    overflow-x: hidden;
}

section.my_marquee div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

section.my_marquee div .news-message {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    animation: slide-left 20s linear infinite;
}

section.my_marquee div .news-message p {
    text-align: center;
    color: #FFFFFF;
    font-family: "Akkurat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 5px;
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* ================ new work page ============= */
.atbs_link ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
    max-width: 790px;
    margin: 0 auto;
}
.atbs_link ul li:first-child{
    order: 4;
}
.atbs_link ul li span {
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .4s ease;
}

.atbs_link ul li span:hover,
.atbs_link ul li span.active {
    border-color: #D9D5BD;
    color: #D9D5BD;
}

ul.list_titles {
    list-style: none;
    padding: 0;
    /* display: flex; */
    width: 100%;
    max-width: 100%;
    justify-content: left;
    flex-wrap: wrap;
    column-count: 3;
}

ul.list_titles li {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

ul.list_titles li a {
    font-family: 'Akkurat';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
}

/*====== main banner =====*/
.main-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow-x: hidden;
}


.main-section .elementor-container.elementor-column-gap-default {
    height: 100%;
}

.main-section .elementor-container.elementor-column-gap-default .elementor-column-wrap>.elementor-widget-wrap {
    flex-direction: column;
    justify-content: space-between;
}

.logo-section {
    padding-top: 60px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-item .slides img {
    max-height: 400px;
    overflow: hidden;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
}
.single_work .container .owl-nav .owl-prev img,
.single_work .container .owl-nav .owl-next img {
    width: 30px;
}
.video_banner.has_bg a img{
    max-width: 65px;
    width: 100%;
}
body.page-template-template-custom-archive-exhibation .atbs_link:after, 
body.page-template-template-custom-archive-exhibation .atbs_link{
    display: none;
} 
body.page-template-template-custom-archive-exhibation .list_titles{
    padding-top: 50px;
}
.work_main_banner{
    position: relative;
}
.work_main_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0,0,0,0.6);*/
}
.page-id-184 , .page-id-325{
    background-color: rgba(0,0,0,0.6);
}
.work_container{
    position: relative;
    z-index: 2;
}
.news-message p a{
    color: #fff;
}
/* .work_main_banner{
    padding-left: 0;
    padding-right: 0;
}
.work_main_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.work_container {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
} */
html body .work_container{
    min-height: calc(100vh - 90px);
    max-width: 100%;
    width: 100%;
}
ul.list_titles{
    justify-content: left;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.atbs_link ul{
    margin: 0 0 0 auto;
}
ul.list_titles li{
    justify-content: left;
    padding: 0 5px;
}
.main_top_wrapper{
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}
.single_work .flex_holder .tabs_holder{
    margin: -75px 0 30px auto;
}
/* ================= media Quries ============== */
@media(min-width: 1025px){
    body.page-template-template-custom-archive-exhibation .list_titles{
        padding-top: 100px;
    }
}
@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1300px) {

    html body h1,
    html body .elementor h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .single_work h1 {
        margin: 20px 0;
        font-size: 30px;
        line-height: 35px;
    }

    ul.list_titles li a {
        font-size: 16px;
        line-height: 20px;
    }

    ul.list_titles li {
        margin-bottom: 20px;
    }

    html body .elementor-11 .elementor-element.elementor-element-b838f80 .elementor-nav-menu .elementor-item {
        padding: 13px 10px !important;
        font-size: 16px !important;
    }
    .main_top_wrapper{
        padding: 0;
    }
}

@media(max-width:1200px) {
    html body .pdf-img figure.wp-caption figcaption.widget-image-caption.wp-caption-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        font-size: 18px;
        line-height: 33px;
    }

    .mt-50 {
        margin: 50px 0px 50px 0px;
    }

    .pdf-img .elementor-column.elementor-col-33 {
        padding: 0 10px;
    }

    .list_links_ul li {
        margin-bottom: 20px;
    }

    .work_main_banner {
        padding: 0 20px 10px;
    }

    .atbs_link {
        margin: 0 auto 20px;
    }

    .single_work .flex_holder .tabs_holder div:not(:last-child) {
        padding: 0 10px;
    }

    .single_work .flex_holder .tabs_holder div:last-child {
        padding-left: 10px;
    }
}

@media(max-width: 1024px) {
    .list_links_ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .single_work .flex_holder .tabs_holder {
        font-size: 16px;
        line-height: 20px;
    }

    .atbs_link ul li span {
        font-size: 18px;
        line-height: 23px;
    }
    ul.list_titles li{
        flex: 0 0 50%;
    }
    .single_work .flex_holder .tabs_holder {
        margin: -49px 0 30px auto;
    }
    ul.list_titles{
        column-count: 2;
    }
}

@media(max-width: 992px) {
    html body .pdf-img figure.wp-caption figcaption.widget-image-caption.wp-caption-text {
        font-size: 16px;
        line-height: 20px;
    }

    .atbs_link .link {
        font-size: 17px;
        line-height: 23px;
    }

    .main-section img {

        max-width: 280px;
    }
}

@media(max-width: 768px) {
    section.info-menu .elementor-row nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a {
        font-size: 15px;
    }

    body .info-menu li {
        margin-left: 15px;
    }

    .list_links_ul li {
        flex: 0 0 49%;
    }

    .single_work .flex_holder .left-sec {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .single_work .flex_holder .left-sec,
    .single_work .flex_holder .right-sec {
        max-width: 100%;
        width: 100%;
    }

    ul.list_titles {
        flex-direction: column;
        column-count: 1;
    }
    .atbs_link ul {
        margin: 0 auto;
    }
    ul.list_titles li {
        justify-content: center;
        padding: 0;
    }
    .single_work .flex_holder .tabs_holder {
        margin: 0 auto 30px auto;
    }
}

@media(max-width:767px) {
    .pdf-img .elementor-column.elementor-col-33 {
        padding: 0;
        margin-bottom: 20px;
    }

    .mt-50.pdf-img {
        margin: 40px 0 0;
    }
}

@media(max-width: 640px) {
    .atbs_link {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list_links_ul {
        flex-direction: column;
    }

    .atbs_link .link {
        margin: 0 10px 10px;
    }

    .video_title_donwload .title {
        max-width: 100%;
    }

    .video_title_donwload .title br {
        display: none;
    }

    .video_title_donwload .download_btn {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .related_ul {
        padding: 0;
    }

    .related_ul audio {
        max-width: 100%;
    }

    .single_work .flex_holder .tabs_holder div:not(:last-child) {
        padding: 0 5px;
    }

    .single_work .flex_holder .tabs_holder div:last-child {
        padding-left: 5px;
    }

    .single_work .flex_holder .tabs_holder div:after {
        max-width: calc(100% - 10px);
    }

    .single_work .flex_holder .tabs_holder {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .single_work div#counter {
        bottom: 132px;
    }

    .single_work .container .owl-nav {
        position: absolute;
        top: 37%;
        transform: translateY(-37%);
    }

    .video_banner.has_bg {
        min-height: 300px;
    }

    .atbs_link ul {
        justify-content: center;
    }

    .atbs_link ul li {
        padding: 0 7px;
    }

    .logo-section {
        padding-top: 40px;
    }

    .main-section {
        height: 92.4vh;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Akkurat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat.eot');
	src: url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat.eot?#iefix') format('embedded-opentype'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat.woff2') format('woff2'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat.woff') format('woff'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat.ttf') format('truetype'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat.svg#Akkurat') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Akkurat-Bold';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat-Bold.eot');
	src: url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat-Bold.woff2') format('woff2'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat-Bold.woff') format('woff'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat-Bold.ttf') format('truetype'),
		url('https://www.kerrytribe.com/wp-content/uploads/2022/05/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
}
/* End Custom Fonts CSS */