<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Armengaud
Author: 10x 
Author URI: https://10x.at
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/



.post-template-default .sections_group .mcb-section:first-child{
	background-color: #103152 !important;
}

.post-template-default .column_chart,
a.button.has-icon.button_left.button_size_2{
	display: none !important;
}


/**
 *
 * Header
 *
 */


#Top_bar.is-sticky #logo{
	width:  50px;
}

#menu li.cta a{
	font-weight: bold;
}

#Top_bar.is-sticky #menu li a span::after{
	margin-top: 0;
}

#Top_bar #menu li a span::after {
     content: ' ' !important;
    display: block !important;
    height: 2px;
    background-color: #65b2b5;
    width: 0;
    margin-top: -1em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#Top_bar #menu li:hover a span::after {
    width: 80%;
}

#Top_bar #menu li.wpml-ls-item:hover a span::after {
    width: 0%;
}



/**
 *
 * Footer
 *
 */

#Footer .footer_copy {
    border-top: 1px solid #ffffff2b;
}

#Footer .widget_recent_entries ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;

}

#Footer .widget_recent_entries ul li {
    background: none;
}

#Footer .widget_recent_entries ul li:hover a{
	color:  #65b2b5;
}

.widget_recent_entries ul li .post-date {
    font-size: .6em;
    line-height: 1;
    margin-left: 3em
}

#Footer .widget_recent_entries ul li::after{
	display: none;
}

#Footer .widget_recent_entries ul li::before{
	content: '\e917';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #65b2b5;

}

#Footer .widget_recent_entries ul li a{
display: inline-block;
}



#Footer .social-icons i{
	font-size: 4rem;
	color: #fff;
	opacity: .3;
}

#Footer .social-icons i:hover{
	opacity: 1;
}


#Footer aside h4::after{
	content:  '';
	display: block;
	border-bottom: 2px solid #fff;
	width: 20%;
	padding: .5em 0;
}
/**
 *
 * Contact Form
 *
 */

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty{
	box-shadow: none;
    border: none;
    background: none;
    border-bottom: 2px solid #65b2b5;

}


input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    color: #06276c;
    background-color: rgba(16,49,82,.05) !important;
   border-bottom: 2px solid #65b2b5;
}


wpcf7-list-item-label{
	font-size: .
}</pre></body></html>