/*
Theme Name: Bootstrap Basic4 Child
Theme URI: https://rundiz.com
Template: bootstrap-basic4
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-menu,featured-images,post-formats,threaded-comments,translation-ready,editor-style,blog
Version: 1.3.6.1760944241
Updated: 2025-10-20 07:10:41

*/


@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.quattrocento-sans-regular {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quattrocento-sans-bold {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.quattrocento-sans-regular-italic {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: italic !important;
}

.quattrocento-sans-bold-italic {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: italic !important;
}

*,
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

body, p, li {
  	font-family: 'Quattrocento Sans' !important;
	font-size: 20px !important;
  	font-weight: 400 !important;
  	line-height: 1.6 !important;
  	letter-spacing: normal;
  	color: #595959;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-text-size-adjust: 100%;
  	-moz-text-size-adjust: 100%;
  	text-rendering: optimizeLegibility;
}
.site-title {
	font-size: 36px !important;
}
@media (max-width: 575.98px) {
	.site-title {
		font-size: 26px !important;
	}
}
.lineheight1 {
	line-height: 1.1 !important;
}
h2, .h2 {
	font-size: 42px !important;
	font-family: PT Serif;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4, .h4 {
	font-size: 28px !important;
	font-family: PT Serif;
	font-weight: 700 !important;
  	line-height: 1.2;
  	margin-top: 0;
  	margin-bottom: 0.5rem;
  	color: #161E2A;
}

.gap-0 {
	gap: 0 !important;
}
img,
figure {
	margin-bottom: 0 !important;
}
#main .post, #main .page {
	border: 0px solid #eee !important;
	margin-bottom: 0px !important;
	overflow-x: auto;
	padding: 0 !important;
}
ul {
	padding-left: 0;
}

.p-relative {
	position: relative !important;
}
.p-absolute {
	position: relative !important;
}

.wp-block-button__link {
	font-family: "Quattrocento Sans", serif;
	color: #FFFFFF !important;
	background-color: #e67e22 !important;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}
.rounded-0 img {
	border-radius: 0px !important;
}


.fullcover {
	height: 100% !important;
	width: 100% !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* HEADER
 * ------------------------- */
.navbar {
	background-color: #FFFFFF !important;
}
.navbar-brand img {
	width: 120px;
	padding: 10px;
}
.nav-link {
	font-family: "Quattrocento Sans", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	color: #e67e22 !important;
	border: 1px solid #e67e22 !important;
	margin-right: 10px;
	padding: .5rem 1rem !important;
}
.nav-link:hover {
	font-family: "Quattrocento Sans", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	color: #FFFFFF !important;
	border: 1px solid #e67e22 !important;
	background-color: #e67e22 !important;
	margin-right: 10px;
	padding: .5rem 1rem !important;
}
.btn-orange {
	text-align: center;
	color: #FFFFFF !important;
	border: 1px solid #e67e22 !important;
	background-color: #e67e22 !important;
}
.btn-orange:hover {
	color: #e67e22 !important;
	border: 1px solid #e67e22 !important;
	background-color: #FFFFFF !important;
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	margin-right: 0;
	text-align: right;
	margin-left: auto;
}


/* FOOTER
 * --------------------------- */
.site-footer {
	background-color: #e67e22 !important;
	border-top: 0px solid #ddd !important;
	font-size: 1rem !important;
	padding: 10px;
}
.site-footer a,
.site-footer p {
	font-family: "Quattrocento Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #FFFFFF !important;
}
/* BTN
 * --------------------------- */
.btn-negative a {
	background-color: #FFFFFF !important;
	color: #e67e22 !important;
}
.video-container {
	border: 5px solid #FFFFFF; 
}

/* SECTONS
 * ---------------------------- */
.section {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.section-orange {
	background-color: #e67e22;
}
.section-orange h2,
.section-orange h4 ,
.section-orange p,
.section-orange li {
	color: #FFFFFF !important;
}


.section-white {
	background-color: #FFFFFF;
}
.section-white h2,
.section-white h4 ,
.section-white p,
.section-orange li {
	color: #000000 !important;
}


.section-blu {
	background-color: rgb(48,62,79);
}
.section-blu h2,
.section-blu h4 ,
.section-blu p {
	color: #FFFFFF !important;
}



/* PRICE
* ------------------------- */
.price {
	border-radius: 10px !important;
}
.price h3 {
	color: #e67e22 !important;
	font-weight: 700 !important;
	font-size: 28px !important;
}
.price h4 {
	font-family: PT Serif !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin-top: 0 !important;
	margin-bottom: 0.5rem !important;
	color: #000000 !important;
	font-size: 30px !important;
}

.spunta img {
	width: 30px !important;
	height: 30px !important;
}
.spunta {
	width: 30px !important;
}