/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Mar 2020, 12:45:05
    Author     : pz
*/


.b_fotoBig{
	float: left;
    margin-right: 20px;
	margin-bottom: 20px;
	/*max-width: 300px;*/
	border: 14px solid #eee;
}

@media (min-width: 400px) {
	.b_fotoBig{
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		max-width: 300px;
		border: 14px solid #eee;
	}
}


.section-box .custom-location-box{
	margin-bottom: 1rem;
}

.section-box .custom-location-section{
	margin-top: 1rem;
}
.title-sentence{
    display: block;
    margin-bottom: 2rem;
}
.is-sentence{
    margin-bottom: 0px !important;;
}
.ico-150{
	font-size: 150px;
    margin-bottom: 20px;
}
.ico-100{
	font-size: 100px;
    margin-bottom: 20px;
}
.h-100vh{
	height: 100vh;
	min-height:100vh;
}
.w-100vh{
	width: 100vh;
	min-width:100vh;
}
.contact-section-icons #schedule-restaurant .scheduleDayRow{
	display: none;
}
.contact-section-icons #schedule-restaurant.all-schedule .scheduleDayRow{
	display: block;
}
.contact-section-icons #schedule-restaurant.all-schedule i.fa-caret-down{
	transform: rotate(180deg);
}
.contact-section-icons #schedule-restaurant .scheduleDayRow.on{
	display: block;
}
.contact-section-icons h5,
.contact-section-icons #schedule-restaurant .scheduleDayRow i{
	display: none;
	color: var(--custom-color) !important;
}
.contact-section-icons #schedule-restaurant.all-schedule .scheduleDayRow i{
	display: inline-block;
}
.contact-section-icons{
	font-size: 1.2rem;
}
