/*
 Theme Name:   Artesia Child Theme
 Theme URI:    https://artesia.ancorathemes.com
 Description:  Artesia Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     artesia
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  artesia
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* FULL HEIGHT SLIDER */
.slider,
.owl-carousel .item,
.owl-carousel .item img {
   height: 100vh;
}

.owl-carousel .item {
   position: relative;
}

.owl-carousel .item img {
   width: 100%;
   object-fit: cover;
}

.slide-effect {
    max-width: 530px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
}

.hero--animate-text{
    opacity:0;
    transform:translateY(-20px);
    display:inline-block;
    transition:all .6s ease;
}

.hero--animate-text.animate-active{
    opacity:1;
    transform:translateY(0);
}

/* DARK OVERLAY */
.owl-carousel .item::after {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(0,0,0,0.35);
}

/* CONTENT WRAPPER */
.cnt-bnr-wrp {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 80px;
   z-index: 2;
}

/* TEXT STYLING */
.text-content {
   color: #fff;
   max-width: 650px;
}

.text-content h1,
.text-content h1 s{
   font-size: 56px;
   font-weight: 400;
   line-height: 60px;
   margin-bottom: 20px;
  font-family:'TT Jenevers Trial Regular';
}

.text-content p {
   font-size: 20px;
   line-height: 36px;
   /*opacity: 0.9;*/
   font-family:'Artlab-Regular';
}

/* ENTER BUTTON */
.enter-button {
   color: #fff;
   border: 1px solid #fff;
   padding: 12px 28px;
   text-decoration: none;
   font-size: 1rem;
   transition: all 0.3s ease;
}

.enter-button:hover {
   background: #fff;
   color: #000;
}

/* NAVIGATION STYLING */
.owl-nav button {
   color: #fff !important;
   font-size: 30px !important;
}

.owl-dots .owl-dot span {
   background: rgba(255,255,255,0.5) !important;
}

.owl-dots .owl-dot.active span {
   background: #fff !important;
}

.owl-carousel .owl-item {
   opacity: 0;
   transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item.active {
   opacity: 1;
}
   
body.home .header-rgt,
.page-id-19730 .header-rgt{
    display: none;
} 

.login-frm-prnt {
    background: rgb(0 0 0 / 69%);
    padding: 40px 60px 30px;
}

.nm-em-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

p.evcf7-verify-btn input[type="button"] {
    margin-bottom: 0 !important;
}
form p.evcf7-verify-btn {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.wpcf7-form.invalid .submit-lgn-frm {
  margin-top: 14px;
}

.wpcf7-form.invalid p.evcf7-verify-btn{
    
    margin-top: 10px;
}

.frm-lgn-wrp p {
    margin-bottom: 10px;
}

.frm-wrp-1.frm-wrp-sel-1 {
  margin-top: 10px;
}

.frm-lgn-wrp input,
.frm-lgn-wrp input::placeholder,
.frm-lgn-wrp label,
.frm-lgn-wrp .select_container select{
    color: #fff !important;
    font-family:'Artlab-Regular';
}
.frm-lgn-wrp input,
.frm-lgn-wrp .select_container select,
.frm-lgn-wrp input:focus,
.frm-lgn-wrp input:active
{
    border-color: #fff;
    font-family:'Artlab-Regular';
}

.frm-lgn-wrp span.wpcf7-spinner {
    display: none !important;
}

p.evcf7-verify-btn input {
    background-color: #fff;
    color: #000;
}

.login-frm-prnt .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_success, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-response-output.trx_addons_message_box_success, .wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #99776B !important;
  margin-top: 20px;
}

p.evcf7-verify-btn input {
    background-color: #fff;
    color: #000 !important;
    font-family:'TT Jenevers Trial Regular';
}
.submit-lgn-frm span.wpcf7-submit-style input.wpcf7-submit {
    background: #fff !important;
    color: #000 !important;
    padding: 19px 45px 20px 45px !important;
    font-family:'TT Jenevers Trial Regular';
}
.submit-lgn-frm span.wpcf7-submit-style {
    display: block !important;
    width:fit-content;
    margin:0 auto;
}
p.evcf7-verify-btn input[type="button"]:hover,
.submit-lgn-frm span.wpcf7-submit-style input.wpcf7-submit:hover {
    background: #000 !important;
    color: #fff !important;
}

.submit-lgn-frm span.submit-style-in {
    display: none !important;
}

.verf-wrp {
    margin-top: 10px;
}
.frm-lgn-wrp select option {
    background-color: #fff;
    color: #000;
    font-family:'Artlab-Regular';
}

.cur-art-btn a.sc_button {
    background-color: #D9D9D9;
    color: #000;
    padding: 18px 50px !important;
    font-size: 16px !important;
    font-family: 'TT Jenevers Trial Regular';
    font-weight: 400;
}
.cur-art-excerpt h5 {
    margin: 10px 0;
    line-height: 25px;
}
.cur-art-tp-cnt span.sc_item_subtitle.sc_title_subtitle.sc_item_subtitle_above.sc_item_title_style_default {
    margin-bottom: 0;
}
.cur-art-btn a.sc_button:hover {
    background-color: #99776b !important;
  color: #fff !important;
}

/*.cms-bnr-btn a.elementor-button span.elementor-button-content-wrapper {*/
/*    position: relative;*/
/*}*/

/*.cms-bnr-btn a.elementor-button span.elementor-button-content-wrapper span.elementor-button-icon {*/
/*    position: absolute;*/
/*    right: 20px;*/
/*}*/

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.custom-gap {
    gap: 10px;
}

.main-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.main-row1 {
    width: 45%;
}
.main-row2 {
    width: 45%;
}

a.paoc-popup-click.cms-bnr-btn.pop-up-btn, a.paoc-popup-click.cms-bnr-btn.pop-up-btn:hover {
    background-color: transparent;
    color: #000;
    background-image: url(https://houseoftkht.com/wp-content/uploads/2026/03/Icon.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    text-align: left;
    padding-left: 0 !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 20px;
    font-family: 'Artlab-Regular';
}

.single-cpt_portfolio .post-navigation .nav-links .nav-previous,
.single-cpt_portfolio .post-navigation .nav-links  .nav-next{
    font-family: 'Artlab-Regular';
    font-size: 18px;
}

.single-cpt_portfolio .page_content_wrap {
    background: #F7F8F4;
}

.artwrk-popup-frm-wrp {
    display: flex;
    justify-content: space-between;
}
.lft-artwrk {
    width: 46%;
}
.rgt-artwrk {
    flex: 1;
    background-color: #F6F4EC;
    padding: 30px 25px;
}
.paoc-padding-20.paoc-popup-con-bg {
    padding: 0;
}
.inpt-artwrk input::placeholder,
.inpt-artwrk textarea::placeholder{
    color: #000000;
    font-size: 15px;
}
.inpt-artwrk input, .inpt-artwrk textarea {
    color: #000;
    font-size: 16px;
    height: 68px !important;
    padding: 16px 10px;
}
.inpt-artwrk textarea {
    
    resize:none;
}

.rgt-artwrk h3 {
    font-family: 'TT Jenevers Trial Regular';
    font-size: 44px;
    font-weight: 400;
}

.rgt-artwrk p {
    font-family: 'Artlab-Regular';
    font-size: 19px;
}
.paoc-popup img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.sbmt-artwrk {
    width: fit-content;
    margin: 20px auto;
    display: block;
}

.sbmt-artwrk span.wpcf7-submit-style input.wpcf7-submit {
    background: #2E2E2E !important;
    font-family: 'Artlab-Regular';
    font-size: 17px;
    padding: 20px 45px !important;
}
.sbmt-artwrk span.submit-style-in,
.sbmt-artwrk span.submit-style-in::before{
    display: none !important;
}

section.portfolio_page_content_wrap {
    margin-top: -140px;
}
h2.portfolio_page_title {
    font-family: 'TT Jenevers Trial Regular';
}
.sc_portfolio_details.portfolio_page_details span.portfolio_page_details_item span.portfolio_page_details_item_title {
    font-family: 'Artlab-Medium';
}

.sc_portfolio_details.portfolio_page_details span.portfolio_page_details_item span.portfolio_page_details_item_value {
    color: #000 !important;
    font-family: 'Artlab-Regular';
}
.portfolio_page_content.entry-content h3 {
    font-family: 'TT Jenevers Trial Regular';
    font-size: 32px;
    margin: 40px 0 20;
    text-align: left;
}
.portfolio_page_content.entry-content p {
    color: #000;
    font-size: 18px;
    font-family: 'Artlab-Regular';
    line-height: 30px;
}
.portfolio_page_content.entry-content h5 {
    font-family: 'TT Jenevers Trial Regular';
    color: #000;
    margin: 15px 0;
    font-size: 24px;
}

.team-abt-us .sc_team_columns_wrap.sc_item_columns {
    justify-content: center !important;
}

.team-abt-us .sc_team_columns_wrap.sc_item_columns .trx_addons_column-1_4.trx_addons_column-1_2-mobile {
    width: 35% !important;
}

.team-abt-us {
    background-color: #f7f8f4;
}

.single-cpt_team .page_content_wrap {
    padding: 80px 0;
}

section.team_page_wrap_info.comments_close {
    display: none;
}

.tkht-stry-cnt-top span.sc_item_subtitle {
    margin-bottom: 10px;
}

.single-cpt_team .team_member_description {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.single-cpt_team h2.team_member_title {
    font-family: 'TT Jenevers Trial Regular';
    font-size: 46px;
    line-height: 45px;
}

.single-cpt_team h3.team_member_position {
    font-family: 'Artlab-Regular';
    color: #000;
    font-size: 20px;
    text-transform: math-auto;
}

.cms-bnr-btn.underline_anim.underline_do_hover {
    color: #fff;
}

.wrp-tkht-stry-port .portfolio_preview.scheme_dark.portfolio_preview_show {
    background-color: #000;
}

.wrp-tkht-stry-port .portfolio_preview.scheme_dark.portfolio_preview_show .sc_portfolio_details.portfolio_page_details {
    display: none;
}

.wrp-tkht-stry-port .portfolio_preview.scheme_dark.portfolio_preview_show .post_details h2.post_title a {
    font-family: 'TT Jenevers Trial Regular';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 46px;
    line-height: 60px;
}
.wrp-tkht-stry-port .portfolio_preview.scheme_dark.portfolio_preview_show .post_details h2.post_title{
    
     margin-bottom: 10px !important;
    
}

.wrp-tkht-stry-port .portfolio_preview.scheme_dark.portfolio_preview_show .post_details h2.post_title a:hover {
    color: #99776b;
}

.wrp-tkht-stry-port a.theme_button.post_readmore:hover {
    background-color: #99776b !important;
    color: #fff !important;
}

.sc_blogger_portmodern .portfolio_preview .inner_preview .close {
    background-color: #99776b;
}

.wrp-tkht-stry-port  .post_description_content{
    
    margin-top: 0px !important;
    
}   

.wrp-tkht-stry-port a.theme_button.post_readmore {
    background-color: #D9D9D9 !important;
    color: #000 !important;
    padding: 19px 20px;
    font-family: 'TT Jenevers Trial Regular';
    font-size: 19px;
}

.post_description_content {
    
    font-family: 'Artlab-Regular';
}

.wrp-tkht-stry-port .portfolio_preview.scheme_dark.portfolio_preview_show .inner_preview {
    align-items: center;
}

.wrp-tkht-stry-port .sc_blogger_portmodern .portfolio_preview .inner_preview .close:before {
    opacity: 1 !important;
}

.wrp-tkht-stry-port h1.sc_blogger_item_title.entry-title {
    font-family: 'TT Jenevers Trial Regular';
    font-weight: 400;
}

.wrp-tkht-stry-port h1.sc_blogger_item_title.entry-title:hover,
.wrp-tkht-stry-port .sc_blogger_item_title.active_item{
    
    color:#fff !important;
}

figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.custom-gap p:empty {
    display: none;
}

.frm-lgn-wrp span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 30px;
    flex-direction: column;
}

.frm-lgn-wrp span.wpcf7-list-item {
    margin-left: 0;
}
.frm-lgn-wrp span.wpcf7-list-item-label:before {
    border-color: #fff;
}

h3#ship-to-different-address label input[type=checkbox]:checked + span:before, input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before, .edd_price_options ul > li > label > input[type=checkbox]:checked + span:before {
    content: "✔" !important;  
}

h3#ship-to-different-address label > span:before, input[type=radio] + label:before, input[type=checkbox] + label:before, input[type=radio] + .wpcf7-list-item-label:before, input[type=checkbox] + .wpcf7-list-item-label:before, .wpcf7-list-item-label.wpcf7-list-item-right:before, .edd_price_options ul > li > label > input[type=radio] + span:before, .edd_price_options ul > li > label > input[type=checkbox] + span:before {
    font-family: "font-awesome";
    font-size: 10px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
    color: #fff !important;
}

.portfolio_page .portfolio_page_content_wrap .portfolio_page_featured + .portfolio_page_content {
    margin-top: 0;
}

.evcf7_email_sent {
    color: #46b450;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0;
    margin-bottom: 0 !important;
}

.frm-wrp-1:first-child > label {
  margin-bottom: 10px;
  display: block;
}
.wpcf7 form .trx_addons_message_box.wpcf7-response-output, .wpcf7 div.wpcf7-response-output {
  margin: 10px 0 0;
}
.evcf7-verify-btn input {
  padding: 15px 75px;
  font-size: 17px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
  border-bottom: 1px solid red;
    border-bottom-color: red;
}

.login-frm-prnt .wpcf7-not-valid-tip {
  display: none !important;
}

.adp-popup-wrap,
.adp-popup-overlay{
    display: none;
}

.login-frm-prnt span.wpcf7-list-item-label {
    line-height: 29px;
}

.tkht-left-sec-lnd-lnk {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

section.portfolio_page_content_wrap {
    width: 55% !important;
    padding-left: 100px;
    float: right;
}
.single-cpt_portfolio span.portfolio_page_details_item.portfolio_page_details_share{
    
    display:none;
}
.portfolio_page .portfolio_page_title {
    position: sticky;
    top: 1em;
    margin-bottom: 0.5em;
}
.portfolio_page.portfolio_page_details_right .sc_column_fixed.portfolio_page_details_wrap, .portfolio_page.portfolio_page_details_left .sc_column_fixed.portfolio_page_details_wrap {
    top: 7em !important;
}

a.artesia_skip_link.skip_to_content_link {
    display: none;
}
a.artesia_skip_link.skip_to_footer_link {
    display: none;
}

.frm-lgn-wrp.frm-enquiry .frm-wrp-1.frm-wrp-sel-1 {
    margin-top: 22px;
}
.frm-wrp-input.seeking-enq {
    margin-top: 20px;
}
.frm-lgn-wrp.frm-enquiry .frm-wrp-input {
    margin-bottom: 18px;
}
figure.wp-block-image.size-large img {
    height: 100%;
    object-fit: cover;
}

.sc_blogger_item:last-child .sc_blogger_item_body:after {
    position: absolute;
    content: "";
    top: 21px;
    right: -25px;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50px;
}
.sc_blogger_item:last-child h1.sc_blogger_item_title.entry-title {
    position: relative;
}

.wrp-tkht-stry-port .sc_blogger_item.sc_item_container {
    margin-right: 1em;
    padding-right: 2em;
}
.wrp-tkht-stry-port .sc_blogger_content {
    max-width: 900px;
    margin: 0 auto;
}
.wrp-tkht-stry-port .sc_blogger_item.sc_item_container h1.sc_blogger_item_title.entry-title {
    font-size: 46px;
}
.menu_mobile .menu_mobile_inner {
    background: transparent;
    background-image: url(https://houseoftkht.com/wp-content/uploads/2026/04/TKHT_Menu_New_bnr1920-x-1080.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.adp-popup-overlay {
    display: none !important;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap {
    width: 39% !important;
}

a.paoc-popup-click.cms-bnr-btn.pop-up-btn.btn_cur_art {
    color: #fff;
    border-top: unset;
    border-color: #fff;
}

a.paoc-popup-click.cms-bnr-btn.pop-up-btn.btn_cur_art {

background-image: url("data:image/svg+xml,%0A%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.7915 11.5H18.2082M11.4998 18.2084L18.2082 11.5L11.4998 4.79169' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

.btn_cvr_lnk_popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.btn_cvr_lnk_popup .elementor-widget-container,
.btn_cvr_lnk_popup .elementor-widget-container .elementor-shortcode{
    height: 100%;
}

.btn_cvr_lnk_popup .elementor-widget-container .elementor-shortcode a.paoc-popup-click.paoc-popup-button.paoc-popup-btn.cms-bnr-btn.pop-up-btn.btn_cur_art{
    
    height: 100%;
    font-size: 0;
}

@media only screen and (max-width :1920px) and (min-width: 1601px) {
    
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
   
}

 /*Small Laptop*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}
 /*Media 1024 */
@media only screen and (max-width :1100px){
    
}

 /*Media 768*/
@media only screen and (max-width:999px){

}

 /*Media Tab*/
@media only screen and (max-width:767px){
    
}

 /*Mobile Screen 576*/
@media only screen and (max-width:576px){
    

    .portfolio_page.portfolio_page_details_left .sc_column_fixed.portfolio_page_details_wrap {
        position: unset;
    }
    
    section.portfolio_page_content_wrap {
        margin-top: 0;
        padding-left: 0 !important;
    }
    .portfolio_page_details_item span.portfolio_page_details_item_title {
        width: fit-content !important;
    }
    .portfolio_page .portfolio_page_title {
        position: unset;
    }
    h2.portfolio_page_title {
        font-size: 30px;
        margin-bottom: 20px !important;
    }
    .artwrk-popup-frm-wrp {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .lft-artwrk {
        width: 100%;
    }
    .rgt-artwrk h3 {
        font-size: 36px;
    }
    .paoc-cb-popup-body, .paoc-hide-overlay.custombox-content {
        width: 90% !important;
        max-width: 90% !important;
    }
    .rgt-artwrk p {
        font-size: 16px;
    }
    .wrp-tkht-stry-port .sc_blogger_item.sc_item_container h1.sc_blogger_item_title.entry-title {
        font-size: 32px !important;
        line-height: 42px !important;
    }
     .menu_mobile .menu_mobile_nav_area>ul>.menu-item>a {
        padding-bottom: 30px;
        font-family: 'TT Jenevers Trial Regular';
    }
    .menu_mobile .sc_layouts_logo img {
            max-height: 90px;
    }
    .login-frm-prnt {
        padding: 40px 20px 60px;
    }
}

/*Media Mobile Screen*/
@media only screen and (max-width:479px){
    
    .text-content h1, .text-content h1 s {
        font-size: 56px;
        line-height: 40px;
    }
    .cnt-bnr-wrp {
       text-align: left !important;
        align-items: flex-start;
    }
    .cnt-bnr-wrp p br {
        display: none;
    }
    .text-content p {
        font-size: 20px;
        line-height: 32px;
    }
    
   
}

 /*Media Small Screen*/
@media only screen and (max-width:320px){
    

    .rgt-artwrk h3 {
        font-size: 29px;
    }
    .portfolio_page_content.entry-content p {
        font-size: 16px;
        line-height: 26px;
    }

    
    
    
}


/* RESPONSIVE */
@media(max-width: 768px) {
   .cnt-bnr-wrp {
       flex-direction: column;
       justify-content: center;
       text-align: center;
       padding: 0 30px;
   }

   .text-content {
       max-width: 100%;
       margin-bottom: 30px;
   }

   .text-content h1 {
       font-size: 2rem;
   }
}