/*

 Theme Name:   Malen Child 

 Theme URI:    https://themeholy.com/wordpress/malen/

 Description:  This is a child theme for Malen - WordPress Theme

 Author:       Themeholy

 Author URI:   https://themeholy.com/

 Template:     malen

 Version:      1.0

 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready

 Text Domain:  malen-child

*/



/*  [ Add your custom css below ]

- - - - - - - - - - - - - - - - - - - - */ 

.logo-shape1:after {
    background-color: #fff !important;
   
}

.logo-shape1:before{
    background-color: #fff !important;
}

.blog-img img {
    height: 260px !important;
}

.nav.tab-menu4 {
    display: none;
}
.tabs {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.tab {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
  position: relative;
}

.tab-label::after {
  content: "+";
  font-size: 24px;
  transition: transform 0.3s ease;
  color: #333;
  float: right;
}

.tab input {
  display: none;
}

.tab input:checked + .tab-label::after {
  content: "−"; /* Unicode minus sign */
}

.tab-label:hover {
  background: #e9e9e9;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition: max-height 0.35s ease, padding 0.3s ease;
  font-size: 15px;
  line-height: 1.6;
}

.tab input:checked + .tab-label + p + .tab-content {
  max-height: 500px;
  padding: 15px 20px;
}

.tab-content ul {
  margin: 10px 0;
  padding-left: 20px;
}

.tab-content li {
  list-style-type: disc;
  margin-bottom: 6px;
}
input#chck1 ~ label:before{
	display: none;
}
.tab label:before{
	display: none;
}
ul.simple-sitemap-page.main.fourrr {
    column-count: 4 !important;
}
.hero-slider-4.th-carousel.number-dots.slick-initialized.slick-slider.slick-dotted {
    height: 650px !important;
}

.hero-slider-4.th-carousel.number-dots.slick-initialized.slick-slider.slick-dotted .slick-dots {
    display: none !important;
}
.blog-block.style2 {
    height: 480px;
}
div#header-top {
    height: 66px;
}
.th-mobile-menu ul li a {
    font-family: "Anton", sans-serif;
}
div#hero-form-section {
    width: 28% !important;
    position: absolute !important;
    top: 300px !important;
    right: 100px;
    background-color: rgba(0, 0, 0, 0.49) !important;
    border-radius: 26px !important;
    padding: 3px 8px 0 !important;
    border: 1px solid rgba(250, 250, 250, 0.2) !important;
    z-index: 28 !important;
}

#hero-form .request-quote-form.style2.th-bg {
    background: transparent !important;
    padding: 20px;
}
#hero-form h3.text-heading {
    color: #fff !important;
    text-align: center;
}
.wpcf7-form input.wpcf7-form-control,.wpcf7-form textarea{
    padding: 16px !important;
    height: 40px !important;
    margin-bottom: 10px !important;
}
.wpcf7-form select.wpcf7-form-control{
   padding-left: 16px !important;
    height: 40px !important;
    margin-bottom: 10px !important;
}
.intl-tel-input{
	width: 100%;
}
.wpcf7-form input.wpcf7-intl_tel{
padding-left: 42px !important;
 margin-bottom: 10px !important;
}
input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
    margin-bottom: 10px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {

    min-height: 60px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    line-height: 10px !important;
    min-height: 53px !important;
    background-color: var(--theme-color) !important;
    text-transform: uppercase !important; 
    color: #fff !important;
    font-family: "Anton", Sans-serif;
    font-weight: 400 !important;
    letter-spacing: 2px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	 background-color: #000 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:before, input.wpcf7-form-control.wpcf7-submit.has-spinner:after {
    background-color: #000 !important;
     color: #fff !important;
}

.th-btn.style2:before, .th-btn.style2:after {
    background-color: #000 ;
     color: #fff ;
}

 input.wpcf7-form-control.wpcf7-submit.has-spinner:before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    transform: skew(-30deg) translate3d(0, 0, 0);
}
 input.wpcf7-form-control.wpcf7-submit.has-spinner:before,  input.wpcf7-form-control.wpcf7-submit.has-spinner:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
   
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.elementor-2192 .elementor-element.elementor-element-12ef9bf .th-btn:hover {
    color: #fff !important;
}


@media screen and (max-width: 768px) {
    div#header-top {
        height: auto !important;
    }
    .sticky-wrapper.sticky button.th-menu-toggle.d-inline-block.d-lg-none {
        margin-right: 16px;
    }
}
/* New Design Start */
h1, h2, h3, h4, h5, h6{
	line-height: 1.3em !important;
}
h1.hero-title {
    max-width: calc(100% - 450px);
    font-size: 70px !important;
}
.header-layout5 .main-menu > ul > li > a {
    padding: 40px 0;
}
.logo-shape1 {
    padding: 10px 0;
}
figure.elementor-image-box-img a img {
    margin: auto;
}
.breadcumb-wrapper {
    padding: 90px 0;
}
.inner_contact_form .request-quote-form.style2.th-bg {
    background: transparent;
    margin: 0;
}
.breadcumb-title {
    margin: 0;
    line-height: 1.3em;
}
.elementor-element tr, .elementor-element td, .elementor-element th {
    border: 1px solid #000;
    padding: 9px 12px;
}
li.current-menu-item a, li.current-menu-ancestor>a {
    color: #EB3300 !important;
}
li.current-menu-parent.current-menu-ancestor>a{
	padding-left: 0 !important;
}
li.current-menu-parent ul li.current-menu-item>a, li.current-menu-ancestor ul.sub-menu li.current-menu-parent>a{
	padding-left: 30px !important;
}

li.current-menu-item a:before, li.current-menu-parent>a:before{
	opacity: 1 !important;
	visibility: visible !important;
	left: 0 !important;
}
@media(max-width:1024px){
	div#hero-form-section{
		position:unset !important;
		width: 90% !important;
		margin: 20px auto !important;
	}
	h1.hero-title {
        max-width: 100%;
        font-size: 50px !important;
	}
    .th-mobile-menu ul li a{
    	text-transform:uppercase;
    }
}
@media(max-width: 767px){
	.rim-size-select-outer{
		flex-wrap: wrap;
	}
	.breadcumb-wrapper {
    padding: 50px 0;
	}
	.breadcumb-menu {
    margin-top: 0;
	}
}
/* New Design Over */