/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*
	Colors
	primary : #dd0060
	secondary/hover : #004e84
*/

/*
 * AVADA GLOBAL SETTINGS
 */
.hide-element{display:none !important;}
.grecaptcha-badge {display: none !important;}
.sep-flex-grow{flex-grow: 1 !important}
.fusion-blog-shortcode span.page-text {
    display: none;
}
iframe{max-width:100%;}
.pagination a.pagination-next, .pagination a.pagination-prev{width:0px !important;}
.fusion-pagination .prev:before, .pagination-prev:before, .single-navigation a[rel=prev]:before, .woocommerce-pagination .prev:before{font-weight: bold;
    font-size: 18px;}
.fusion-logo{max-width:70%;}
body .to-top-floating #toTop {
    bottom: 70px;
    right: 9px;
}

/*FIXED MENU*/
.fixed-elements-container ul{list-style-type: none;padding: 0;    margin: 0;}
.fixed-elements-container .fixed-element{ max-width: 81px;text-align: center;}
.fixed-elements-container .fixed-element a {display:block;padding: 15px;}
.fixed-elements-container .fixed-element.contact{    background-color: #999999;}
.fixed-elements-container .fixed-element img{max-width: 30px;max-height: 30px;}
.fixed-elements-container .fixed-element p{color: white;font-size: 10px;margin:0;line-height: 1.2em;}
.bg-yellow{background-color: #f29f07;}
.bg-coffee{background-color: #bfaa8e;}
.bg-orange{background-color: #f27b34;}
.bg-brown{background-color: #735e53;}
.bg-gray{background-color: #4F4F51;}
.bg-ekogreen{background-color: #6EA725;}

#csd-fixed-bottom-menu{width: 100%; display:none;}
#csd-fixed-bottom-menu.fixed-elements-container .fixed-element {    
    display: inline-block;
}

@media screen and (max-width: 1350px) {
    #csd-fixed-side-menu {
        display: none !important;
    }
}

@media screen and (max-width: 490px){
    #csd-fixed-bottom-menu{
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        color: #d29f40;
        width: 100%;
        z-index: 99999999999;
        -webkit-box-shadow: 0px -5px 100px -5px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px -5px 100px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -5px 100px -5px rgb(0 0 0 / 75%);
    }
    #csd-fixed-bottom-menu ul {width:100%;display: table;}
    #csd-fixed-bottom-menu.fixed-elements-container .fixed-element {
        float: left;
        width: 33.3%;
        max-width: inherit;
         display: table-cell;
        vertical-align: middle;
    }
    #csd-fixed-bottom-menu.fixed-elements-container .fixed-element img{float: left;}
    #csd-fixed-bottom-menu.fixed-elements-container .fixed-element p{line-height: 30px;}
}
/*GALLERY SHORTCUTS*/
.gallery-shortcuts .hover-type-liftup:before {
    box-shadow: none;
}
.gallery-shortcuts .fusion-column-inner-bg-image {
    background-size: contain !important;
}
a.fusion-button-default-size, .wpcf7-form-control.wpcf7-submit.fusion-button{padding:14px 50px !important;}
.igp-acf-download-table .fb-icon-element.fontawesome-icon {
    color: #383838;
}
#wrapper #footer-csd .fusion-vertical-menu-widget.left .menu{text-align: inherit}
/*GRID GLOBAL*/
ul.ing-item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-right: calc((20px)/ -2);
    margin-left: calc((20px)/ -2);
    padding: 0;
}
ul.ing-item-grid.allign-lef{
	justify-content: left;
}
ul.ing-item-grid li{padding: 0 15px 27px 15px; text-align:center;}
ul.ing-item-grid .ing-gallery-img {
    display: flex;
    flex-direction: column;
    position: relative;
}
ul.ing-item-grid.ing-grid-3>li {
    width: 33.3%;
}
ul.ing-item-grid.ing-grid-4>li {
    width: 25%;
}
ul.ing-item-grid.ing-grid-5>li {
    width: 20%;
}

ul.ing-item-grid .ing-item-content{
    width: auto;
    height: 220px;;
    margin: auto;
    text-align:center;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
    background-position: center;
    background-size: cover;
    border: 4px solid #fff;
-webkit-transition: border-color 1s ease;
         -moz-transition: border-color 1s ease;
           -o-transition: border-color 1s ease;
          -ms-transition: border-color 1s ease;
              transition: border-color 1s ease;    
 } 
ul.ing-item-grid .ing-item-content:hover{ border-color: #383838;}
ul.ing-item-grid .ing-item-content-desc {
    position: absolute;
    margin: auto;
    color:#fff;
    font-size: 22px;
    text-shadow: 1px 1px 3px #000000;
    width: 90%;
}
ul.ing-item-grid .ing-item-content-img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
@media (max-width: 1200px) {
   ul.ing-item-grid li {
    min-width:40% !important; 
   }
}
@media (max-width: 820px) {
   ul.ing-item-grid li {
        min-width: 300px !important;
        width: 100% !important;
        max-width: 440px;
   }
}
/*</GRID GLOBAL>*/

/*<acf repeater>*/
.inetgap_acf_repeater-container img.inetgap_acf_repeater_image {
    height: 150px;
    object-fit: contain;
}
/*inetgap_acf_repeater*/
.inetgap_acf_repeater-container a{
    display: block;
    width: 100%;
    text-align: center;
}
.inetgap_acf_repeater_text {
	font-size: 0.8em;
    line-height: 1.3em;
}

/*</acf repeater>*/

.csd-characteristics td {
    width: 50%;
}
@media (max-width: 820px) {
   .csd-characteristics td {
    	display: table-row;
	}
}
/*<inspiration gallery>*/
.inspiration-switch-text:not(.active) h3{color:#9c9c9c;}
.inspiration-switch-text h3{ transition: color 0.5s ease;cursor: default;}
.inspiration-switch-content .nav{display:none !important;}
.switch {
    position: relative;
    display: inline-block;
    width: 124px;
    height: 54px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #7c7c7c;
}

.slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 7px;
    bottom: 5px;
    background-color: #383838;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(66px);
    -ms-transform: translateX(66px);
    transform: translateX(66px);
}

/*PRODUCTS- FILTER*/
div#ing-items-filter-controls .ing-items-filter-controls-options {
    padding: 35px 29px;
    background-color: #efefef;
    font-size: 16px;
}
div#ing-items-filter-controls form{
    align-items: flex-end;
    display: flex;
    height: 50%;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
}
#ing-items-filter ul.ing-item-grid .ing-item-content-desc {
    color: #464647;
    background-color: #ffffffb0;
    padding: 16px;
    text-shadow: none;
}
#ing-items-filter p.product-select-container select {
    width: 15px;
    height: 1em;
    background-color: transparent;
    border: none;
    display: inline-block;
}
#ing-items-filter p.product-select-container select:hover{
    cursor: pointer;
}
#ing-items-filter p.product-select-container{margin-bottom: 0;}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ing-items-filter-controls-button{    margin: 50px 0;}
/*</inspiration gallery>*/


/*<globals>*/
ul .ing-gallery-img {
    padding: 0 15px 27px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}
ul .ing-gallery-caption{
    text-align: center;
    margin: 5px 0 0 0;
}
ul .ing-gallery-description{
    text-align: left; margin: 5px 0 20px 0;
}

.table-text-small tr td{    border-bottom: 1px solid #dcdcdc;
    padding: 4px 5px;font-size: 15px;}
.table-text-small tr td p{margin-bottom:0;}
.table-text-small th{font-weight: normal;}
/*</globals>*/


/*MENU*/
.fusion-main-menu li.current_page_item > a {
    font-weight: bold;
}
ul.fusion-megamenu li.menu-item {
    margin: 15px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 200px;
    text-align: center;
}

ul.fusion-megamenu li.menu-item .fusion-megamenu-title {
    line-height: 1.2;
    padding: 10px;
    background-color: white;
    font-weight: normal;
}

ul.fusion-megamenu li.menu-item .fusion-megamenu-title a {
    font-weight: normal;
}

.fusion-main-menu .fusion-megamenu-holder {
    background-color: white;
    padding: 10px;
    border-top: 1px solid #dcdadb;
}

ul.fusion-megamenu.fusion-megamenu-border {
    border-bottom: 1px solid transparent;
}
/*megamenu*/

/*HOMEPAGE*/
body.home .fusion-page-title-bar{display:none;}


/*CONTACT MAP AREA*/
#contact-map-areas .hotspots-interaction{flex-direction: column-reverse;}
#contact-map-areas .hotspots-placeholder{max-width:100%;padding:0;}
#contact-map-areas .hotspot-title, #contact-map-areas  .hotspot-info > h2{display:none;}

/*
 * Magazin
 */
#wrapper #section-blog h2 a, body.archive #main .fusion-posts-container h2 a {color: #000;}
#wrapper #section-blog .fusion-single-line-meta, #wrapper #main #section-blog .fusion-single-line-meta a{color: #747474;}
#wrapper #section-blog .fusion-single-line-meta{padding-bottom:10px;border-bottom: 1px solid #74747447;}
#wrapper #section-blog .fusion-blog-layout-grid .fusion-post-content-container{margin-top:10px;}
#section-blog .fusion-image-wrapper, body.archive #main .fusion-posts-container .fusion-image-wrapper{
    height: 170px;
    overflow: hidden;
    position: relative;
}
#wrapper #section-blog h2.entry-title, body.archive #main .fusion-posts-container h2.entry-title{
    color: #383838;
    line-height: 1.2em;
    font-size: 23px;
    font-weight: bold;
}


/*<product-page>*/
#toggle-sidebar {
    display: none; /* Hide toggle button by default */
}
div#ing-sectionsidebarmenu-container {
    top: 120px;  /* Adjusted for alignment */
    height: calc(100vh - 100px); /* Height adjusted to not overlap the footer or header */
    position: fixed;
    right: 0;
    z-index: 1000; /* Ensures it's above other content */
    width:130px;
}

#ing-sectionsidebarmenu-container #csd-patterns {
    transition: transform 0.3s ease-out;
    transform: translateX(100%); /* Initially hides the sidebar to the right */
    width: 130px;
    overflow-y: auto;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
}

#ing-sectionsidebarmenu-container.active #csd-patterns {
    transform: translateX(0); /* Slides the sidebar into view */
}

#ing-sectionsidebarmenu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ing-sectionsidebarmenu-container .ing-sectionsidebarmenu-item-caption {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); /* Slightly transparent black */
    width: 100%;
    position: absolute;
    bottom: 0;
}

#ing-sectionsidebarmenu-container .ing-sectionsidebarmenu-item {
    height: 70px;
    position: relative;
    cursor: pointer; /* Indicates the item is clickable */
}

#toggle-sidebar {
    background-color: #f29f07; /* Dark gray to match the sidebar */
    color: #fff; /* White text */
    border: none; /* No border */
    padding: 10px 20px; /* Padding for a better touch area and visual appeal */
    font-size: 16px; /* Adequate text size for readability */
    cursor: pointer; /* Cursor indicates the element is clickable */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* Subtle shadow for depth */
    top: 20px; /* Position from the top */
    right: 20px; /* Position from the right */
    z-index: 1100; /* High z-index to ensure visibility above other elements */
    border-radius: 5px; /* Rounded corners for a modern look */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
}

#toggle-sidebar:hover {
    background-color: #c57c05; /* Slightly lighter gray on hover for visual feedback */
    box-shadow: 0 4px 8px rgba(0,0,0,0.5); /* More pronounced shadow on hover for a 'lifting' effect */
}

@media (max-width: 1024px) {
    #ing-sectionsidebarmenu-container #csd-patterns {
        transform: translateX(100%);
    }
    #ing-sectionsidebarmenu-container.active #csd-patterns {
        transform: translateX(0);
    }
	#ing-sectionsidebarmenu-container .ing-sectionsidebarmenu-item { height: 50px; }
    #toggle-sidebar {
        display: block;
        top: 65px; /* Adjusted for visibility */
        right: 10px;
        z-index: 1100;
    }
}

/*#product-patterns classic view*/
#product-patterns .ing-item-grid img {
    float: left;
    height: 90px;
    object-fit: cover;
}
/*#product-patterns classic view*/

#product-gallery ul{justify-content: left;}
#product-gallery ul a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
p.ing-file-description {
    flex: 1;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 7px;
}
.ing-file a:hover .zoom {background-color:#000;}
.ing-file .zoom{
    width: calc((15px) * 2.41);
    height: calc((15px) * 2.41);
    background-color: #ffffff;
    background-color: rgba(0,0,0,.6);
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    display: flex;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.ing-file .zoom:before{         
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    content: "\f002";
    
}

/*</product-page>*/
.info { z-index: 99; }
/*<footer>*/
#footer-csd{color:#fff;}
#footer-csd .fusion-widget-area h4{font-size: 20px;color:#fff;}
#footer-csd .fusion-vertical-menu-widget li.menu-item a {
    border-right: 0px !important;
    border-left: 2px solid transparent;
    padding: 0 6px;
	padding-left: 4px !important;
}
#footer-csd nav li.menu-item.current-menu-item a{
        border-left-color: #ffffff;
}
.footer-social-links-hu {display:none;}
/*</footer>*/

/*<content-boxes>*/
#main .fusion-content-boxes.product_type .content-wrapper-background {
            padding: 21px 20px;
}
#main .product_type .fusion-column, #main .product_type .heading {
    margin-bottom: 0;
}
 #main .product_type .heading h3{font-weight:bold;}
/*</content-boxes>*/

.fusion-title.title-borders h2:after, .fusion-title.title-borders h1:after{
    content: ' ';
    position: absolute;
    display: block;
    width: 370px;
    margin: 0 2%;
    border: 2px solid #383838;
    border-left: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    left: 48%;
    transform: translateX(-50%);
    height: 1.6em;
    border-right: 0;
    top: 0;
    font-size:38px;
}

.fusion-title.title-borders h2:after, .fusion-title.title-borders h1{
	white-space: nowrap;
}

.page-id-29265 #main {
    padding-top:0 !important;
}