/**

Theme Name: 4focs

Author: Ronald Gonzales

Author URI: https://www.4focs.cat/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: 4focs

Template: astra

*/

.color-secondary{
	color: #BE0000;
}

.subtittle-hero {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}

.subtittle-hero:before,
.subtittle-hero:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 15px;
    background-image: url("https://www.4focs.cat/wp-content/uploads/2022/09/icon-decoration.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 10px;
}

/* Custom elementor */

.elementor-button .elementor-button-text:before,
.elementor-button .elementor-button-text:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("https://www.4focs.cat/wp-content/uploads/2022/09/icon-decoration-button.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -2px 5px;
}


/* Site styles */

/*header*/
.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{
    max-height: 70px!important;
    width: 80px!important;
}

/*footer*/
.site-footer{
	font-size: 1rem;
}

.site-footer .widget-title {
    font-size: 1.7rem;
    color: #cc9a00;
}

.site-footer a{
	color: #a8a4a1;
	transition: color 300ms ease-in-out;
}

.site-footer a:hover{
	color: #cc9a00;
}

.list-footer li{
	margin: 1rem 0;
}

.list-contact li{
	margin: 1rem 0;
}

.list-contact li a,
.list-contact li span{
	display: flex;
    align-items: center;
}

.list-contact li a img,
.list-contact li span img{
	margin-right: .5rem;
}

.list-social {
    display: flex;
}

.list-social li{
	margin-right: 1rem;
}

.menu-item.flags-content{
	flex-direction: row;
	justify-content: flex-start;
	line-height: 72px!important;
}

.menu-item.flags-content a{
	margin: 0 10px;
}

.text-featured{
	font-style: italic;
	font-weight: 700;
}

.food-menu{
	font-size: 1.2rem;
	color: #fff;
	list-style: none;
}

.food-menu .title-menu{
	font-size: 1.5rem;
	font-weight: 700;
}

.food-menu .price-food{
    color: #ffc100;
}

.food-menu .description-menu span {
    display: flex;
    align-items: center;
    margin: .5rem 0;
    column-gap: .2rem;
}

.food-menu .description-menu img{
	filter: invert(1);
}



@media screen and (max-width: 921px){
	.list-contact li span,
	.list-social,
	.list-contact li a{
		justify-content: center;
	}

	.menu-item.flags-content{
		padding: 0 10px;
	}

}

@media screen and (max-width: 768px){

	.food-menu{
		margin: 0;
	}

}