/*
Theme Name: interior Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: interior
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
    font-family: 'black_mangoregular';
    src: url('https://theturtlliving.in/wp-content/themes/interior-child/fonts/black-mango-regular.woff2') format('woff2'),
         url('https://theturtlliving.in/wp-content/themes/interior-child/fonts/black-mango-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nourd-lightregular';
    src: url('https://theturtlliving.in/wp-content/themes/interior-child/fonts/nourd_light.woff2') format('woff2'),
         url('https://theturtlliving.in/wp-content/themes/interior-child/fonts/nourd_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nourd-mediumregular';
    src: url('https://theturtlliving.in/wp-content/themes/interior-child/fonts/nourd_medium.woff2') format('woff2'),
         url('https://theturtlliving.in/wp-content/themes/interior-child/fonts/nourd_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{ overflow-x:hidden;}
body,body p, .elementskit-section-title-wraper .elementskit-section-subtitle, .elementskit-section-title-wraper p, .elementor-icon-list-text, .elementor-widget-button .elementor-button, h3.ue-title,.elementor-list-item-link-full_width a,.elementor-icon-box-description, body .elementskit-section-title-wraper p.elementskit-section-title, .elementor-kit-6 h3 span{font-family: 'nourd-mediumregular';}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a{font-family: 'nourd-mediumregular';letter-spacing: 0.1rem !important;}
.elementskit-section-title-wraper .elementskit-section-title, .elementor-widget-heading .elementor-heading-title, .elementor-icon-box-title, h3.elementor-icon-box-title span{font-family: 'black_mangoregular';}
body a:focus{ outline:none !important;}
.eff-float{transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;}
.eff-float:hover{transform: translateY(-12px);}
.eff-zoom{ overflow:hidden;}
.eff-zoom img{-webkit-transition: opacity .30s,-webkit-transform .3s;
  transition: opacity .30s,transform .3s;}
.eff-zoom .ekit-heading{-webkit-transition: opacity .30s,-webkit-transform .3s;
  transition: opacity .30s,transform .3s;}
.eff-zoom img:hover{-webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0) scale(1.1,1.1);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;}
.ue-title, .ue-text p{margin-bottom: 0;}
.uc-items-wrapper{border-radius: 10px;
  overflow: hidden;}
/*.ue-content-holder{position: absolute;  bottom: 0;  left: 0;  width: 100%;height: 50px;  min-height: 50px !important;}
.ue-content-holder::after{ clear:both;}*/
.ue-content-holder{margin-top: -109px;  z-index: 9;  position: relative;}
.footer1 .elementor-icon-list-icon svg{ width:14px; height:14px;}
.footer1 .elementor-icon-list-items{list-style: none;}
.footer-menu .elementor-icon-list-items{display: flex;}
.ue-text{margin-top:0 !important;}
.footer-social svg{height:14px;   width: 14px;}
@media only screen and ( max-width:720px) {
	.slider-box{ display:none}
}