/*!
Theme Name: StreetFood in Italy
Theme URI: https://streetfoodinitaly.it
Author: InfinitoDesign Srl
Author URI: https://infinitodesign.it
Version: 1.0.2
Template: orchid-store
Text Domain: street-food
Domain Path: /languages
*/

@font-face {
	font-family: A Day Without Sun;
	src: url('assets/fonts/A\ DAY\ WITHOUT\ SUN.otf');
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Amatic SC';
}

#page {
	background-color: #eae5e1;
}

#content {
	background-color: transparent;
	background-image: url('assets/images/sfondo-trucks.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.archive-entry article .title h3 {
  	font-size: 1.75em;
}

.entry-logo {
	margin-bottom: 32px;
	text-align: center;
}

.entry-logo img {
	//border-radius: 50%;
	//box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.default-page-wrap .editor-entry,
.default-page-wrap .inner-content-interview,
.default-page-wrap .inner-content-food-menu,
.default-page-wrap .inner-content-contacts,
.default-page-wrap .inner-content-locations,
.default-page-wrap .inner-content-socials {
	margin-bottom: 20px;
}

.inner-content-interview,
.inner-content-food-menu,
.inner-content-contacts,
.inner-content-locations,
.inner-content-socials {
	border: 1px solid #eef1fd;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background-color: #fff;
	padding: 30px;
}

.inner-content-interview iframe{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
}

.inner-content-contacts p>*,
.inner-content-locations p>* {
	vertical-align: middle;
}

.inner-content-socials {
	text-align: center;
}

.inner-content-socials a {
	display: inline-block;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	background-color: #ccab91;
	color: white;
	text-align: center;
}

.inner-content-socials a:hover {
	background-color: #b59175;
}

.inner-content-socials .bx {
	line-height: 64px;
	font-size: 36px;
}

.inner-content-contacts .bx,
.inner-content-locations .bx,
.inner-content-locations .fas {
	width: 1em;
	font-size: 3em;
	text-align: center;
}

.inner-content-locations li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em;
}

.tribe-common-l-container.tribe-events-l-container {
	background-color: white;
}

.wp-block-image.thumbnail-app-logo {
	margin-bottom: 1.5em;
}

.wp-block-image.thumbnail-app-logo img {
	border-radius: 25%;
	box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.cat-post-thumbnail {
	float: none !important;
}

.woocommerce div.product .product_title {
	font-size: 40px;
}

.inner-archive-entry>article {
    border: 1px solid #eef1fd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
	padding: 30px;
	background-color: #fff;
	margin-bottom: 20px;
}
