/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


/* HOME */

   /* Imposta il colore di sfondo del body */
        body {
            background-color: #f4f3ef;
			font-family: "Inter", serif;
        }
		
	.entry-header {
    display: none;
}

.main-menu-item{
    font-weight:600;
}

.form-control:focus {
    box-shadow: none;
    border-color: black;
}



.site-background {
	background-color: #f4f3ef !important;
}

        /* Rende la pagina in stile boxed */
        .boxed-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #fff;
            padding: 0px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
			background-color: #f4f3ef;
        }
.site-header {
	background-color: #f4f3ef !important;
}
		/* Logo massimo altezza */
        img-logo {
            max-height: 300px;
        }
		

		
		.menu-button-row{
            min-height: 100px;
        }
		.language-selector-row{
            min-height: 100px;
			display: flex; 
			align-items:flex-end; 
			justify-content: 
			flex-end;
        }
		
		 .btn-primary {
        background-color: #000; 
        color: #fff;           
        border: none;          
        border-radius: 50px;   
        padding: 10px 20px;   
        font-size: 16px;      
        cursor: pointer;     
    }

    .btn-primary:hover {
        background-color: #333;
    }
	
			 .btn-secondary {
        background-color: #fff; 
        color: #000;           
        border: none;          
        border-radius: 50px;   
        padding: 10px 20px;   
        font-size: 16px;      
        cursor: pointer;     
    }
	
	.row-with-border {
            border-top: 2px solid #000; /* Bordo nero */
            padding-top: 10px; /* Spaziatura interna sopra i link */
        }
		

		
	.col-with-border {
            border-right: 2px solid #000; /* Bordo nero */
            padding-right: 10px; /* Spaziatura interna sopra i link */
        }
		
	p.large-text.news-highlights {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
	padding-right: 30px;
}

.medium-text{
    text-decoration: none;
    color: black;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
}

.medium-title-text3 {
    text-decoration: none;
    color: black;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.medium-title-text4 {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

i.fas.fa-info-circle.text-info {
    margin-right: 5px;
}

.qr-code-text {
    margin-top: 10px;
}

a.page-link {
    color: black;
}

span.page-link {
    background: black !important;
    border: gray;
}

a.text-decoration-none.text-dark {
    font-weight: 600;
}

a.title-link {
    text-decoration: none;
    color: #212529;
}

.archive-breadcrumb a{
	text-decoration: none !important;
    color: #212529;
}

.dropdown.show {
    margin-top: 10px;
}



span.arrow {
    font-size: 50px;
    font-weight: 800;
}

        .row-divider {
            border-right: 2px solid #000; /* Bordo nero verticale */
        }
        .form-label {
            font-weight: bold;
        }
        .form-link {
            font-size: 0.85rem;
            color: #007bff;
            text-decoration: none;
            margin-left: 5px;
        }
        .form-link:hover {
            text-decoration: underline;
        }
        .image-container {
            text-align: center;
        }
        .arrow {
            font-size: 1.5rem;
            cursor: pointer;
            margin: 0 15px;
        }
        .link-view-all {
            color: #007bff;
            text-decoration: none;
        }
        .link-view-all:hover {
            text-decoration: underline;
        }
		
		.form-control {
    background: none;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0 !important;
}

	.title-medium{
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
}

	.title-small{
    font-size: 25px;
    font-weight: 600;
}

	.text-small{
    font-size: 13px;
    font-weight: 400;
	color:#484848;
}

    .text-very-big{
    font-size: 115px;
    font-weight: 600;
}

.form-link {
    font-size: 0.85rem;
    color: black;
    text-decoration: none;
    margin-left: 5px;
    width: 65px;
    font-weight: 600;
}

footer{
  /*  margin: -15px;*/
    margin-top: 40px;
}




 .social-icons {
            position: absolute;
            bottom: 0;
            left: 0;
			margin-left: 30px;
        }
        .footer-column {
            position: relative;
            height: 150px; /* Adjust as needed */
        }
		
		img.img-catalogo {
    max-width: 300px;
}

.archive-blocco-catalogo-descrizione {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.archive-blocco-catalogo-descrizione a{
	text-decoration:none;
    color: black;
}

h3.medium2-title-text {
    margin-left: 30px;
	text-decoration: none;
    color: black;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

	@media (max-width: 480px) {
    .text-very-big {
        font-size: 60px;
        font-weight: 600;
    }
	.hide-mobile{
        display:none;
        }
		
	.col-md-4.col-with-border.text-small {
    border: none;
}

.row-with-border {
    border: none;
}

.row-divider {
    border: none;
}
.large-text{
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
	padding-right: 30px;
}
p.large-text.news-highlights {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    padding-right: 30px;
}

.medium-text a {
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.footer-column {
    position: relative;
    height: 0px;
}

.social-icons {

    margin-left: 15px;
    margin-bottom: 20px;
}
}

/* end home */

/* MENU  FULL SCREEN */ 

#offcanvas-navbar {  width: 100%;  background:#000; opacity: 0.9;

display: flex;
justify-content: center;
align-items: center;
 
}
#offcanvas-navbar .btn-close {
    font-size: 1.5rem; /* Aumenta la dimensione */
}
#offcanvas-navbar .nav-link {color: white; font-size: 10vmin; line-height: 15vmin; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}
#offcanvas-navbar .nav-link:hover, .menu-link:focus, .menu-link:active {color: Gold;}
#offcanvas-navbar ul{ width: 100%;}
#offcanvas-navbar ul li{ width: 100%; text-align: center;}
#offcanvas-navbar ul li a{display: inline-block; font-size: 36px; color: #fff; text-transform: uppercase;}


 .navbar {
        transition: all 0.3s ease-in-out;   
        }
.navbar-brand img {
	height: 250px; /* Logo grande */
	/* transition: height 0.3s ease-in-out; */
}
.navbar.shrink {
	padding: 5px 0;
}
.navbar.shrink .navbar-brand img {
	height: 50px; /* Logo piccolo quando scrollo */
}
	
 .card-author-img-top {
			width: 100%;  
			aspect-ratio: 1 / 1; /*   rapporto 1:1 (quadrato) */
			object-fit: cover;  
        } 	
.aspect-square {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Mantiene il rapporto 1:1 */
}

.aspect-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
/* sezioni */


.large-text {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    padding-right: 30px;
}

.blog-post-title {
    text-decoration: none;
    color: black;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.medium-title-text2 {
    text-decoration: none;
    color: black;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.medium-text {
    text-decoration: none;
    color: black;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
}

a.link-arrow-big {
    color: black;
      text-decoration: none;
}

a.link-arrow {
    color: black;
    text-decoration: none;
    font-size: 25px;
}

a.h6.text-decoration-none.d-block.text-truncate.mb-0 {
    font-size: 14px;
}

        /* Contenitore del ticker */
        .ticker-container {
            width: 100%;
			height:150px;
            overflow: hidden; /* Nascondi il testo che esce dallo schermo */
            position: relative;
            display: flex;
            align-items: center; /* Centra verticalmente il testo */
            padding: 0 10px;
        }

        /* Testo che scorre */
        .ticker-text {
            font-size: 115px; /* Regola la dimensione del testo */
            font-weight: bold;
            display: inline-block;
            white-space: nowrap;
            animation: ticker-scroll 40s linear infinite;
        }

        /* Animazione di scorrimento */
        @keyframes ticker-scroll {
            0% {
                transform: translateX(0); /* Parte dalla posizione iniziale (interamente visibile) */
            }
            100% {
                transform: translateX(-100%); /* Si sposta completamente fuori dallo schermo a sinistra */
            }
        }
/* Woocommerce*/
span.posted_in {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    background: black !important;
    border-color: black !important;
	border-radius: 50px !important;
}

.panel.entry-content.wc-tab h2{
    display: none;
}

li.breadcrumb-item a{
    color: black !important;
}

nav.wc-breadcrumb.overflow-x-auto.text-nowrap.mb-4.mt-2.py-2.px-3.bg-body-tertiary.rounded {
    display: none;
}

span.woocommerce-Price-amount.amount {
    color: black;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
}

h1.product_title.entry-title {
    color: black;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
	margin-bottom: 30px;
}



.wpcp-single-item {
    border: none !important;
}

.exibartarchive-slider-a {
    font-size: 60px !important;
    line-height: 60px !important;
    font-weight: 600 !important;
    color: black !important;
	text-align: left !important;
}

/* Posizionamento delle frecce sotto il carousel */

.carousel-control-next {
  position: absolute;
  top: 90%;
  left: 45%;
  transform: translateX(-45%);
  margin-top: 10px; /* Distanza tra il carousel e le frecce */
}

.carousel-control-prev
{
  position: absolute;
  top: 90%;
  left: 30%;
  transform: translateX(0%);
  margin-top: 10px; /* Distanza tra il carousel e le frecce */
}

/* Centrare i bottoni delle frecce */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #000; /* Colore delle frecce */
	opacity: 1 !important;
}

span.carousel-control-next-icon {
    position: relative;
    left: 100px;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    opacity: 1 !important;
}

/* Cambia la forma delle frecce */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url('right-arrow.svg'); /* Sostituisci con un'icona personalizzata */
  width: 60px;
  height: 60px;
}

span.carousel-control-next-icon {
    filter: none !important;
}

span.carousel-control-prev-icon {
    filter: none !important;
}

.carousel-control-prev-icon {
  transform: scaleX(-1); /* Riflette la freccia orizzontalmente */
}

.bg-body-tertiary {
    background: none !important;
    --bs-bg-opacity: 0;
}

ol.breadcrumb.flex-nowrap.mb-0 {
    display: none;
}

nav.overflow-x-auto.text-nowrap.mb-4.mt-2.py-2.px-3.bg-body-tertiary.rounded {
    display: none;
}

.entry-content {

    margin: 30px;
    margin-bottom: 60px;
}

@media (max-width: 480px) {
    .text-very-big {
        font-size: 60px;
        font-weight: 600;
    }
	.hide-mobile{
        display:none;
        }
		
	.col-md-4.col-with-border.text-small {
    border: none;
}

.row-with-border {
    border: none;
}
.col-with-border {
    border-right: none;

}
	
	.exibartarchive-slider-a {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    color: black !important;
    text-align: left !important;
}
	
	.carousel-control-next {
  position: absolute;
  top: 60%;
  left: 45%;
  transform: translateX(-45%);
  margin-top: 10px; /* Distanza tra il carousel e le frecce */
}

.carousel-control-prev
{
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translateX(0%);
  margin-top: 10px; /* Distanza tra il carousel e le frecce */
}
}
		
