/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.dropdown_ul_available .avia-menu-fx {
    display: none !important;
}
.dropdown_ul_available .sub-menu {
    margin-top: 2px;
}
.form_element textarea {
    height: 113px !important;
}
.sub-menu .avia-menu-text {
    font-family: 'gilroy-semibold', Helvetica, Arial, sans-serif;
}
.avia-icon_select-no .avia_iconbox_title {
    padding-right: 0px !important;
}
.avia_iconbox_title, .avia-icon_select-yes-right-icon {
    padding-right: 10px;
}

.ctm-contact-menu .avia-menu-text {
    font-family: 'gilroy-medium', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.avia-color-theme-color:first-child, .form_element:last-child, .ctm-contact-menu, #place_order, .single_add_to_cart_button, .woocommerce-cart-form button, .calculated_shipping .button:first-child {
    --mainBgColor: #017A8E;
    --slideBgColor: #00586d;
    --textColor: #FFF;
    color: var(--textColor);
    background-image: linear-gradient(90deg,
        var(--mainBgColor) 0%,
        var(--mainBgColor) 50%,
        var(--slideBgColor) 50%,
        var(--slideBgColor) 100%);
    background-size: 200% 100%;
    transition: background-position 0.3s cubic-bezier(.47, .1, 1, .63),
        color 0.2s linear;
    transition-delay: 0s, 0.15s;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
}



.avia-color-theme-color::before, .form_element:last-child::before, .ctm-contact-menu::before, #place_order::before, .single_add_to_cart_button::before, .woocommerce-cart-form button::before, .calculated_shipping .button:first-child::before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--slideBgColor)  !important;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.47, .1, 1, .63);
}
.avia-color-theme-color:hover::before, .form_element:last-child:hover::before, .ctm-contact-menu:hover::before, #place_order:hover::before, .single_add_to_cart_button:hover::before, .woocommerce-cart-form button:hover::before, .calculated_shipping .button:first-child:hover::before {
    transform: translateX(0);
}


.input_checkbox_label {
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 1.4em;
	display : table !important;
}
.form_element input, .form_element textarea, #customer_details input, #select2-billing_state-container, #order_comments {
    flex-shrink: 0;
    border-radius: 5px !important;
    border: 0.5px solid #1e3c53 !important;
    box-shadow: 0px 1px 4px 0px #1e3c53 !important;
    background: transparent !important;
}
.text_input, .text_area, #customer_details input, #select2-billing_state-container, #order_comments {
    font-size: 14px !important;
    color: #707070 !important;
}
.text_input::placeholder, .text_area::placeholder {
    font-size: 14px !important;
    color: #707070 !important;
    opacity: 1 !important; /* Adjust the opacity if needed */
}

.ctm-transsparent-btn .avia-button:last-child .avia_iconbox_title {
    font-family: 'gilroy-semibold', Helvetica, Arial, sans-serif !important;
}
.ctm-double-btn a:last-child .avia_iconbox_title {
    font-family: 'gilroy-semibold', Helvetica, Arial, sans-serif !important;
}

.rcb-content-blocker {
	max-width: 1200px;
	margin: auto;
}

@media screen and (min-width: 769px) {
	#home-first-slogan {
		margin-top: -100px;
	}
}


#footer {
	padding-bottom: 0;
}

#socket .container {
	padding-bottom: 45px !important;
}

/* WEBP image fixes */
@-moz-document url-prefix() {
.sp-no-webp {
    image-rendering: auto !important;
}
}  
/* slideshow repairs */
ul.avia-slideshow-inner {
    margin: 0px !important;
}
/* custom border left */
.thin-border-left {
    border-right-width: 1.2px !important;
}
/* custom border right*/
.thin-border-right {
    border-left-width: 1.2px !important;
}
/* custom tab */
.custom-tab-padding {
    background-color: #017a8f;
    padding-top: 70px;
}

/* Custom top bar design */
.phone-info {
    padding-left: 9px;
}
/* Custom table width */
.custom-long-table .avia-desc-col {
    width: 25%;
    font-size: 13px !important;
    font-weight: 100;
    text-align: left !important;
    margin: auto;
    vertical-align: middle;
}
.custom-long-table .avia-center-col {
    vertical-align: middle;
}
/* Custom shop number sign */
.template-shop ol {
    padding-left: 13px;
}

/* Custom share link display */
.av-share-link-description {
    display: none;
}
/* Custom yellow top */
.no-border-top-bellow {
    border-top: 0px !important;
    border-bottom: 0px !important;
}
/* Custom scroll line */
.header-scrolled-full .avia-menu-fx, .header-scrolled .avia-menu-fx{
    top: 0px !important;
}
.avia-menu-fx {
    top: 90px;
}
/* Custom color box slider */
.sub-hero .color-box {
    float: right !important;
}
/* Custom kontakt button */
.button {
    border-radius: 100px !important;
}
/* Custom footer image */
div#footer img {
    padding-top: 51px;
}
/* Custom table design */
.custom-table td {
    font-size: 16px;
    color: #000;
}
/* Custom image gallery */
.custom-image-gallery .av-inner-masonry-content {
    background: rgba(0, 68, 124, 0.69)  !important;
}
/* Custom table headline */
.custom-table .avia-heading-row th {
    padding-top: 19px !important;
}
/* Custom tab section */
#custom-tab-section a:first-child .av-outer-tab-title {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
#custom-tab-section a:last-child .av-outer-tab-title {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
div#custom-tab-section .av-active-tab-content {
    padding-top: 44px;
}
div#custom-tab-section .av-tab-section-tab-title-container {
    padding-top: 39px !important;
}
#custom-tab-section .av-inner-tab-title {
    width: 100%;
	font-size: 1em;
	font-family: 'gotham-bold';
}
#custom-tab-section .av-section-tab-title {
    padding: 0px;
}
#custom-tab-section .av-outer-tab-title {
    background: #0994d0 ;
    padding: 18px 30px 10px 30px;
    color: #fff;
    border: 4px solid #fee202 ;
}
#custom-tab-section .av-active-tab-title .av-outer-tab-title {
    background: #fee202 !important;
    color: #000 !important;
}

/* Custom List sub text */
.custom-list-inverted p {
    color: #ffffff !important;
}
/* Custom List background and icon color */
.custom-list-inverted .iconlist_icon {
    background: #ffffff !important;
    color: #00447c;
}
/* Custom List Title */
.custom-list-inverted  h4 {
    color: #ffffff;
}

/* Custom List sub text */
.custom-list-color p {
    color: #000 !important;
}
/* Custom List background and icon color */
.custom-list-color .iconlist_icon {
    background: #fee202 !important;
border-color : #fee202 !important;
    color: #fff;
}
/* Custom List Title */
.custom-list-color  h4 {
    color: #000;
}

/* Custom List sub text */
.custom-list-blue p {
    color: #000 !important;
}
/* Custom List background and icon color */
.custom-list-blue .iconlist_icon {
    background: #017a8f!important;
border-color : #017a8f!important;
    color: #fee202;
}
/* Custom List Title */
.custom-list-blue h4 {
    color: #000;
}

.custom-flipbox li {
    border: 8px solid #fff !important;
}
#header {
    background: #fff;
}
.hero .slideshow_caption {
    width: 60%;
}

/* Notification bar */
.av-extra-cookie-btn {
    margin: 0px !important;
    padding: 0px !important;
}
.avia-cookie-consent.avia-cookiemessage-bottom {
    padding: 8px 0px;
    background: #0000009c !important;
}
.avia-cookie-close-bar {
    min-width: 20px !important;
    padding: 7px !important;
}
.avia_cookie_text {
    margin-right: 0px;
}

/* Hero Slider Button Visibility and Fix */
.hero .avia-fullscreen-slider .avia-slideshow-controls a, .hero .av-control-minimal .avia-slideshow-controls a {
	opacity: 1;
}
.hero .avia-slideshow-arrows a {
	height: 40px !important;
	width: 40px !important;
	line-height: 42px !important;
	margin: -30px 7px 0 !important;
}
.hero .av-control-minimal .avia-slideshow-arrows a:before {
	line-height: 40px !important;
}

@media screen and (max-width : 769px){
.avia-bg-style-fixed {
    background-attachment: scroll !important;
    background-size: unset !important;
}
}

#socket .menu {
    margin-top: 8px;
}

/* Woocommerce Shop */
.product-sorting {display:none !important}

.avia_cart_buttons {background: #00447c !important; opacity: 1 !important; text-align: center !important}

.avia_cart_buttons .button {color: #ffffff !important;}

#top .avia_cart_buttons .button {font-size: 12px !important; width: auto !important; color: #fff !important; text-align: center !important;}

#top .avia_cart_buttons .button:hover {
	opacity: 0.8 !important;
	text-decoration: underline;
}

.button.show_details_button {float: none !important}

@media all and (max-width: 1024px) {
	.button-mini-delimiter {
		display: none !important;
}
	#top .avia_cart_buttons .button {
		width: 100% !important;
	}
}

.avia_cart_buttons {background-color: #017a8f !important;}

h2.woocommerce-loop-product__title, woocommerce-loop-product__title {font-size: 15px !important; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 45px; text-align: center !important; margin-bottom: 10px !important}

#top .inner_product_header {text-align: center; padding: 10px !important; padding-bottom: 0 !important}

#top .thumbnail_container img {border-top: 4px solid #00447c;}

#top .price span {line-height: 30px !important; font-size: 15px !important}

.woocommerce-page .button, #top table.shop_table .actions .button {width: 193px !important; font-size: 0.92em !important;}

.cart-collaterals .cart_totals a.button.alt {margin-right: 10px !important}

div.product {margin-bottom: 40px !important}

.single_add_to_cart_button {margin-right: 10px !important}

#top div.woocommerce-message {background-color: #017a8f !important; color: #fff !important; padding: 20px 30% 20px 30px !important;}

#top #payment #place_order {float: left !important}

#payment {padding-bottom: 40px !important}

#top .header_color .dropdown_widget .buttons {background-color: #017a8f !important;}
#top .dropdown_widget .buttons .button {width: 49% !important; color: #fff !important; font-size: 11px !important}

.legal-price-info {display: inline-block !important}
.inner_product_header_legal {display: none}
.wc-gzd-product-name-right {padding-top: 40px}
.wc-gzd-product-name-left {width: 10%}

.woocommerce-info {
color: #000000 !important;
font-weight: bold !important;
}
.single .woocommerce-info {
background-color: #fee202 !important;
}

.product_cat-add-ons span.woocommerce-Price-amount.amount::after, .product_cat-add-ons-en span.woocommerce-Price-amount.amount::after, .product_cat-add-ons-fr span.woocommerce-Price-amount.amount::after, .product_cat-add-on span.woocommerce-Price-amount.amount::after    {
content: "";
}

.woobt-price {
padding-right: 10px !important;
}
.woobt-choose {
padding-left: 10px !important;
}

.product_cat-add-ons div form.cart div.quantity::after {
content: "";
}

#main ul {
list-style: disc !important;
margin-left: 20px;
}
#main .related ul, #main .product_column ul, #top .woocommerce-tabs .tabs li.active {
list-style: none !important;
}

.woobt-before-text {
font-weight: bold !important;
}

#top div.woocommerce-message a {
color: #fee202 !important;
}

#top div div.woocommerce-message a.button {
color: #ffffff !important;
}

#top div.woocommerce-message a.button {
margin-top: -22px !important;
}

.woocommerce-checkout .button {
width: auto !important;
}

span.optional {display:none;}


.woobt_total.woobt-text {
display: none !important;
}

.woocommerce th {
text-transform: none !important;
}

@media screen and (max-width : 1024px){
.av-parallax.avia-full-stretch.active-parallax {
    background-size: unset !important;
}
.custom-mobile-version1 .av-content-full {
    padding-bottom: 0px;
}
}

@media screen and (min-width : 770px){
div#custom-tab-section .av-tab-section-tab-title-container {
    padding-top: 0px !important;
}
}

@media screen and (max-width : 769px){
h1, h2, h3, h4, p, a{
	word-break: normal !important;
	font-size: 1em;
}
}

@media screen and (max-width : 500px){
#custom-tab-section .av-outer-tab-title {
    padding: 18px 20px 10px 20px !important;
}
.avia-icongrid {
    margin: 0px !important;
}
.avia-icongrid .avia-icongrid-inner {
    padding: 18px !important;
}
	div.avia-cookie-consent .avia-cookie-consent-button {
		min-width: 40%;
	}
	div.avia-cookie-consent p {
		padding: 0 10px;
	}
}

@media screen and (max-width : 420px){
.custom-mobile-version2 .container {
    height: 400px !important;
}
.avia-icongrid .article-icon-entry {
    min-height: 100% !important;
}
.job-template {
    background: transparent !important;
    padding: 0px !important;
}
}

.diagram-p p {
display: inline-block;
margin-right: 20px;
}

#top .main_color .avia-color-theme-color-highlight {
color: #333333 !important;
border-color: #fee202 !important;
background-color: #fee202 !important;
}

.inner_product p.wc-gzd-additional-info {
padding: 0 15px !important;
text-align: center !important;
margin-top: 0px !important;
}

.inner_product p.tax-info {
display: block !important;
}

.inner_product span.price {
margin-bottom: -20px !important;
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-close-bar {
margin-right: 10px !important;
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification {
color: #000 !important;
padding: 7px 0 !important;
}

.avia-popup .avia-color-theme-color-highlight {
    color: #ffffff;
    margin-right: 10px !important;
    padding: 7px 20px !important;
    border-color: #017a8f !important;
    background-color: #017a8f !important;
}
.avia-cookie-consent-button-3 {
	border: none !important;
	text-decoration: underline !important;
}

.avia-cookie-consent-button-2 {
	background: #f8f8f8 !important;
	color: #333333 !important;
	margin-right: 10px !important;
}

.avia-icon-list .iconlist_title {
	text-transform: none;
}

.avia-cookie-consent a {
	text-decoration: underline;
	color: #ffffff !important;
}

#top .av-iconlist-small .iconlist_icon {
    height: 2.3em;
    width: 2.3em;
    line-height: 2.3em;
    margin-right: 1em;
}

#main ul {
	margin-left: 0;
}

#main ul li {
	margin-bottom: 10px;
}


/* Responsive Fix */

@media screen and (max-width: 1440px) {
	.responsive .container {
    max-width: 85%;
	}
	.custom-color-element .flex_column_table {
		margin-top: -750px !important;
	}
}

@media screen and (max-width: 1280px) {
	.custom-color-element .flex_column_table {
		margin-top: -700px !important;
	}
}

@media screen and (max-width: 1100px) {
	.hero .slideshow_caption {
   		width: 100%;
	}
		.responsive .container {
    max-width: 100%;
	}
}

.woobt-products .woobt-product {
	font-size: 13px !important;
}

.woobt-product-this:nth-child(odd), .woobt-product-together:nth-child(odd) {
	background: #f8f8f8 !important;
}

.woobt-products .woobt-product .woobt-price {
    width: 100px;
    flex: 0 0 120px;
    max-width: 120px;
    text-align: right;
}


.flex-alone {
	float: right !important;
}