/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.wcfm-collapse .wcfm-top-element-container {
    display: table;!important


.widget_categories>ul>li{display:inline !important}
/*************** Product Page: Absand zwischen Text und Box für Händler verkleinert   ***************/
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: -0.3em;
	
}
	
/*************** Product Page: Produkt Metadaten wie Artikelnumer, Brand Name und Kategorie versteckt   ***************/
.product_meta > span {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 5px 0;
    display: none;
}


/*************** Schriftfarbe von Cantac Form 7 ändern  ***************/
.dark .wpcf7 {
    color: #000 !important;
}


/*************** changed the color of input and normal buttons   ***************/
.button, input[type='submit'], input[type='submit'].button{
	color: #fff !important;
    background-color: #adc42e !important;
}


/*************** changed the newsletter color  ***************/
.dark .form-flat input:not([type="submit"]), .dark .form-flat textarea, .dark .form-flat select, .nav-dark .form-flat input:not([type="submit"]), .nav-dark .form-flat textarea, .nav-dark .form-flat select {
    background-color: #fff !important;
    border-color: rgba(255,255,255,0.09) !important;
    color: #000 !important;
}

/*************** changed the underline button style  ***************/
.success.is-underline {
    color: #7a9c59 !important;
}
/****** removed the space (margin) between tittle and subtittle in frontend*******/
.section-title-container {
    margin-bottom: 1em;
}

/******** removed the lines beside the titles **********/
.section-title b{
	background-color: transparent;
}

/******** Price Tables remove lines **********/
.pricing-table .items > div {
    padding: 7.5px 0;
        padding-top: 7.5px;
    border-bottom: 0px solid #ececec;
}


/******** main menu , change the padding of the dropdown **********/
.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 5px 10px !important;
    line-height: 1 !important;
}


/******** add a margin top to the buttons on the product page **********/
.startseite_title{
	margin-bottom: -0.5em;
}


/*************** slider tier anmation  ***************/

.moveLeft{
  position: relative;
  animation: mymove 3s;
  animation-fill-mode: forwards;
}

@keyframes mymove {
  from {left: 0px;}
  to {left: 110px;
  		opacity:0;
  }
}

.ComesInWithDelay{
	-webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;
           left:90px; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

/*************** Order status box für Händler vergrössert  ***************/
#wcfm_order_status, #wcfm_booking_status, #wcfm_appointment_status, #wcfm_subscription_status, #wcfm_change_vendor_membership, #wcfm-main-contentainer .wcfm-date-range, #wcfm-main-contentainer .dataTables_wrapper input[type="text"].wcfm-text, #wcfm-main-contentainer .dataTables_wrapper select, #wcfm-main-contentainer .wcfm_filters_wrap .select2-container, #wcfm-main-contentainer .wcfm_products_filter_wrap .select2-container, #wcfm-main-contentainer .wcfm_products_stock_manage_filter_wrap .select2-container, #wcfm-main-contentainer .wcfm_products_filter_wrap .select2-selection--single, #wcfm-main-contentainer .wcfm_products_stock_manage_filter_wrap .select2-selection--single, #wcfm-main-contentainer .wcfm_enquiry_filter_wrap .select2-container, #wcfm-main-contentainer .wcfm_enquiry_filter_wrap .select2-selection--single {
    
    max-width: 250px;
    
}



/* This will remove footer including widget area if you have it enabled */
.post-id-407807  #footerarea {
    display: none;
}

/* This will hide header and menu */
.post-id-407807 #branding {
    display: none;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {

}


