/*
 * Theme Name: Advent & Co
 * Theme URI: https://adventco.at
 * Template: hello-elementor
 * Author: Creative Worx
 * Author URI: https://creativeworx.net
 * Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
 * Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
 * Version: 1.0.0.1674984829
 */

:root {
	--brand-color-anthrazit: #232527;	
}

/*
 * ##################################################
 * FORM
 * ##################################################
 */
 
form {
	position: relative;
}

form ul {
	margin: 0;
	padding: 0;
    list-style: none;
}

button,
input[type=button],
input[type=submit]{
    display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {}

button:focus,
input[type=button]:focus,
input[type=submit]:focus {
    outline: none;
    outline-offset: -4px;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=search],
form input[type=number],
form input[type=date] {
    width: 100%;
    height: 46px;
    padding: 10px;

    border: 1px solid #E3E3E3;
	border-radius: 0;
    
    color: rgb( 100, 100, 100 );
    font-size: 1rem;
	font-family: inherit;
    line-height: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=search]:focus, 
form input[type=number]:focus, 
form input[type=date]:focus,
form textarea:focus,
form select:focus {
    outline: none;
    border-bottom-color: rgb( 100, 100, 100 );
}

/*
 * CHECKBOX #########################################
 */

form input[type="checkbox"] {
	display: none !important;
}

form label input[type="checkbox"] {
    display: inline-block;
}

form input[type="checkbox"] + label {
	padding: 2px 0 2px 30px;
    position: relative;
	display:  inherit;
	font-size: 14px;
	line-height: 2em;
}

form input[type="checkbox"] + label:before {
	content: '';
	
	width: 20px;
	height: 20px;
	
	position: absolute;
    top: 6px;
	left: 0;

	
	border: 1px solid #E3E3E3;
    background: #fff;
	
	-webkit-transition: all .2s linear;
			-o-transition: all .2s linear;
			transition: all .2s linear;
}

form input[type="checkbox"] + label:after {
    content: '';
    width: 6px;
    height: 12px;
    position: absolute;
    left: 7px;
    top: 9px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

form input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
}

form input[type="checkbox"]:checked + label:before {
    border-color: var(--brand-color-anthrazit);
	background: var(--brand-color-anthrazit);
}


/*
 * TEXTAREA #########################################
 */

form textarea {
    width: 100%;
	min-width: 100%;
	max-width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    
    border: 1px solid #E3E3E3;
	
    font-size: 1rem;
    font-family: inherit;
    line-height: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/*
 * SELECT ###########################################
 */

form select {
	width: 100%;
	height: 46px;
	padding: 0 10px;
	font-size: 1rem;
	
	background: none;
    
    border: 1px solid #E3E3E3;
	border-radius: 0;
	
    color: rgb( 100, 100, 100 );
	font-family: inherit;
    line-height: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	
}

/*
 * ##################################################
 * SCROLLBAR STYLES #################################
 * ##################################################
 */

::-webkit-scrollbar {
	width: 10px;
	height: 0;
	background-color: transparent;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	height: 0;
	display: block;
	background-color: var(--brand-color-anthrazit);
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
}

::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: var(--brand-color-anthrazit) !important;
}

/* Define Text Mark Color */
::-webkit-selection {
    color: #FFF;
    background: var(--brand-color-anthrazit);
}
::-moz-selection {
    color: #FFF;
    background: var(--brand-color-anthrazit);
}
::selection {
    color: #FFF;
    background: var(--brand-color-anthrazit);
}

/* ========================================= */

.adventco-theme .dialog-widget.popup-fullsite-navigation {
	z-index: 50;
}

.woocommerce .cart .gform_wrapper.gravity-theme button.button.gform_save_link {
    border: none;
    background: none;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: .8rem;
    padding: 5px 10px;
    border-radius: 0;
    color: #999;
    border: 1px solid #ccc;
    line-height: 2;
}

.woocommerce .cart .gform_wrapper.gravity-theme button.button.gform_save_link:hover {color: #333; border-color: #333;}
.woocommerce .cart .gform_wrapper.gravity-theme button.button.gform_save_link:active {background: #333; color: #FFF;}
.woocommerce .cart .gform_wrapper.gravity-theme button.button.gform_save_link:focus {border-color: #333;}

.woocommerce .cart .gform_wrapper.gravity-theme button.button.gform_save_link svg {
	display: none;
}


.menu-toggle i {transition: all .3s}
.fullsite-navigation--active .menu-toggle i {transform: rotate(45deg);}

/**
 * Container Ticker
 */
.container-ticker > .elementor-element {
    -moz-animation: containerTicker 30s linear infinite;
    -webkit-animation: containerTicker 30s linear infinite;
    animation: containerTicker 30s linear infinite;
}
     
@-moz-keyframes containerTicker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes containerTicker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@keyframes containerTicker {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.container-ticker:hover > .elementor-element {
    animation-play-state: paused;
}