.elementor-button{
padding: 0;
cursor: pointer;
}
.elementor-button-link{
text-decoration: none;
}
.elementor-widget-button .elementor-button-content-wrapper{
column-gap: 0;
}
.elementor-widget-button.iconLeft .elementor-button-content-wrapper{
flex-direction: row-reverse;
}
.elementor-widget-button:not(.innerIcon) .elementor-button-content-wrapper .elementor-button-icon,
.elementor-widget-button:not(.innerIcon) .elementor-button-content-wrapper .elementor-button-text{
height: 3rem;
display: inline-flex;
justify-content: center;
align-items: center;
}
.elementor-widget-button .elementor-button-content-wrapper,
.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon svg,
.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon,
.elementor-widget-button .elementor-button-content-wrapper .elementor-button-text{
transition: all 0.3s linear;
}
.elementor-widget-button:not(.innerIcon) .elementor-button-content-wrapper .elementor-button-icon{
width: 3rem;
border-radius: 1.5rem;
}
.elementor-widget-button.innerIcon .elementor-button-content-wrapper{
height: 3rem;
column-gap: 0.75rem;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 1.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.elementor-widget-button .elementor-button-content-wrapper .elementor-button-text{
white-space: nowrap;
}
.elementor-widget-button:not(.innerIcon) .elementor-button-content-wrapper .elementor-button-text{
border-radius: 1.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
line-height: 1.4;
}
.elementor-widget-button:not(.innerIcon).darkGreen .elementor-button .elementor-button-icon,
.elementor-widget-button:not(.innerIcon).hoverDarkGreen .elementor-button:hover .elementor-button-icon,
.elementor-widget-button:not(.innerIcon).darkGreen .elementor-button .elementor-button-text,
.elementor-widget-button:not(.innerIcon).hoverDarkGreen .elementor-button:hover .elementor-button-text,
.elementor-widget-button.innerIcon.darkGreen .elementor-button-content-wrapper,
.elementor-widget-button.innerIcon.hoverDarkGreen .elementor-button:hover .elementor-button-content-wrapper{
background-color: #274524; color: var(--white);
}
.elementor-widget-button:not(.innerIcon).darkGreen .elementor-button .elementor-button-icon svg,
.elementor-widget-button:not(.innerIcon).hoverDarkGreen .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button.innerIcon.hoverDarkGreen .elementor-button:hover .elementor-button-icon svg{
filter: invert(1);
}
.elementor-widget-button:not(.innerIcon).lightGreen .elementor-button .elementor-button-icon,
.elementor-widget-button:not(.innerIcon).hoverLightGreen .elementor-button:hover .elementor-button-icon,
.elementor-widget-button:not(.innerIcon).lightGreen .elementor-button .elementor-button-text,
.elementor-widget-button:not(.innerIcon).hoverLightGreen .elementor-button:hover .elementor-button-text,
.elementor-widget-button.innerIcon.lightGreen .elementor-button-content-wrapper,
.elementor-widget-button.innerIcon.hoverLightGreen .elementor-button:hover .elementor-button-content-wrapper{
background-color: var(--green100);
color: #274524; }
.elementor-widget-button:not(.innerIcon).lightGreen .elementor-button .elementor-button-icon svg,
.elementor-widget-button:not(.innerIcon).hoverLightGreen .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button.innerIcon.hoverLightGreen .elementor-button:hover .elementor-button-icon svg{
filter: invert(0);
}
.elementor-widget-button:not(.innerIcon).white .elementor-button .elementor-button-icon,
.elementor-widget-button:not(.innerIcon).hoverWhite .elementor-button:hover .elementor-button-icon,
.elementor-widget-button:not(.innerIcon).white .elementor-button .elementor-button-text,
.elementor-widget-button:not(.innerIcon).hoverWhite .elementor-button:hover .elementor-button-text,
.elementor-widget-button.innerIcon.white .elementor-button-content-wrapper,
.elementor-widget-button.innerIcon.hoverWhite .elementor-button:hover .elementor-button-content-wrapper{
background-color: var(--white);
color: #274524; }
.elementor-widget-button:not(.innerIcon).white .elementor-button .elementor-button-icon svg,
.elementor-widget-button:not(.innerIcon).hoverWhite .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button.innerIcon.hoverWhite .elementor-button:hover .elementor-button-icon svg{
filter: invert(0);
}
.elementor-widget-button .elementor-button .elementor-button-icon svg{
height: 1.5rem;
width: 1.5rem;
}
.elementor-widget-button.fullWidth .elementor-button,
.elementor-widget-button.fullWidth .elementor-button .elementor-button-content-wrapper{
width: 100%;
}
.elementor-widget-button.fullWidth .elementor-button .elementor-button-content-wrapper .elementor-button-text{
flex-grow: 1;
}
.roundUnderlineBig,
.roundUnderlineMedium,
.roundUnderlineSmall{
position: relative;
z-index: 1;
display: inline-block;
}
.roundUnderlineBig:before{
content: "";
display: inline-block;
position: absolute;
left: 0;
width: 100%;
height: 2rem;
top: 90%;
background-image: url(//www.vivaicapitanio.it/wp-content/themes/capitanio/assets/images/orange-underline-big.svg);
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
z-index: -1;
}
.roundUnderlineMedium:before{
content: "";
display: inline-block;
position: absolute;
left: 0;
width: 100%;
height: 2rem;
top: 90%;
background-image: url(//www.vivaicapitanio.it/wp-content/themes/capitanio/assets/images/orange-underline-medium.svg);
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
z-index: -1;
}
.roundUnderlineSmall:before{
content: "";
display: inline-block;
position: absolute;
left: 0;
width: 100%;
height: 2rem;
top: 90%;
background-image: url(//www.vivaicapitanio.it/wp-content/themes/capitanio/assets/images/orange-underline-small.svg);
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
z-index: -1;
}
.offcanvas{
z-index: 9999999999;
}
.myList.offcanvas{
border-radius: 2rem 0 0 0;
}
.myList .offcanvas-body{
padding: 2rem;
}
.myList.offcanvas .carrelloTitle{
display: none !important;
}
.myList.offcanvas .offcanvas-footer{
padding: 1rem 1rem 2rem 1rem;
border-top: 1px solid var(--neutrals200);
}
body.has-photo-header.has-photo-header-light #mainMenu .navbar-nav .menu-item>*,
body.has-photo-header.has-photo-header-light #mainMenu .bookmarked_button{
color: var(--white);
}
body.has-photo-header.has-photo-header-light #mainMenu .navbar-brand svg,
body.has-photo-header.has-photo-header-light #mainMenu .bookmarked_button svg{
filter: brightness(0) invert(1);  
}
.page-id-3579 .bookmarked_button{
display: none;
}
.elementor-counter-number-prefix{
position: relative;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix{
flex-grow: 0;
}
.elementor-counter-number-prefix:before{
content: "";
position: absolute;
display: block;
top: 50%;
transform: translateY(-50%);
left: 80%;
z-index: -1;
width: 2.5rem;
height: 2.5rem;
background-image: url(//www.vivaicapitanio.it/wp-content/themes/capitanio/assets/images/icon-background.svg);
background-repeat: no-repeat;
background-size: cover;
}
.elementor-counter-title{
margin-top: .5rem;
}
.bigPill{
height: 2.5rem;
padding: 0 1rem;
display: inline-flex;
align-items: center;
border-radius: 1.75rem;
}
.rectButton{
height: 2.5rem;
padding: 0 .75rem;
border-width: 2px;
border-style: solid;
border-radius: .5rem;
display: inline-flex;
align-items: center;
cursor: pointer;
}
.rectButton.dropdown-toggle{
cursor: pointer;
}
.rectButton.dropdown-toggle::after{
display: none;
}
.fieldParam .dropdown-menu{
width: 12.5rem;
padding: .5rem;
border-color: var(--neutrals100);
border-radius: .5rem;
max-height: 20rem;
overflow-y: scroll;
}
.fieldParam .dropdown-menu .dropdown-item{
display: flex;
justify-content: space-between;
cursor: pointer;
padding: .5rem .75rem;
position: relative;
}
.fieldParam .dropdown-menu .dropdown-item svg{
display: none;
position: absolute;
right: .5rem;
top: 50%;
transform: translateY(-50%);
}
.fieldParam .dropdown-menu .dropdown-item.active,
.fieldParam .dropdown-menu .dropdown-item:hover{
background-color: transparent;
color: inherit;
}
.fieldParam .dropdown-menu .dropdown-item.active svg,
.fieldParam .dropdown-menu .dropdown-item:hover svg{
display: initial
}
.cartLine{
padding-bottom: 2rem;
margin-bottom: 2rem;
border-bottom: 1px solid var(--neutrals200);
}
.cartLine:last-child{
border-bottom-width: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.cartBlock{
position: relative;
}
.waitBlock{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.cartBlock.wait .waitBlock{
display: flex;
}
.waitBlock .spinner{
width: 2rem;
height: 2rem;
border: 0.25rem solid var(--neutrals200);
border-top-color: var(--green900);
border-radius: 50%;
animation: spin 1s linear infinite;
display: block;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.recensioniSliderItem{
border: 1px solid var(--neutrals100);
border-radius: .75rem;
display: flex;
max-width: 40rem;
}
.recensioniSliderItem .author{
flex-shrink: 0;
width: 10rem;
} .recensioniSliderContainer{
position: relative;
}
.recensioniSliderContainer:before,
.recensioniSliderContainer:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 10rem;
height: 100%;
background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
z-index: 9;
}
.recensioniSliderContainer:after{
left: auto;
right: 0;
transform: rotateY(180deg);
background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.headerTextShadow{
text-shadow: 0 0 20px #1C2816;
}
.blockPianta{
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.blockPianta .plantFeatures svg{
height: 1.5rem;
width: 1.5rem;
flex-shrink: 0;
}
.blockPianta a img,
.blockPianta a svg path,
.blockPianta .arrowContainer,
.catalogoSlider a img{
transition: 0.3s all linear;
}
.catalogoSlider a:hover img,
.blockPianta a:hover img{
transform: scale(1.1);
}
.blockPianta a:hover .arrowContainer,
.catalogoSlider a:hover .arrowContainer{
background-color: var(--green600);
}
.blockPianta a:hover svg path,
.catalogoSlider a:hover svg path{
stroke: #FFFFFF;
}
.blockPianta .arrowContainer,
.sliderSlide.arrowContainer{
position: absolute;
height: 3rem;
width: 3rem;
background-color: var(--green100);
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
bottom: 1rem;
right: 1rem;
z-index: 1;
}
.modal{
z-index: 9999999999;
}
.modalFiltri .modal-dialog{
width: 50rem !important;
max-width: 95% !important;
}
.modal-content{
border-radius: 1.5rem;
}
.modal .close{
cursor: pointer;
z-index: 1;
}
.modalFiltri .close{
top: 1.5rem;
left: 1.5rem;
position: absolute;
}
.modalFiltri .modal-footer{
display: flex;
justify-content: space-between;
align-items: center;
}
.modalFiltri .filterBlockField{
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid var(--neutrals200);
}
.modalFiltri .filterBlockField:last-child{
border-bottom-width: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.radioInputContainer{
display: grid;
grid-template-columns: repeat(4, 1fr); row-gap: .5rem;
column-gap: 1rem;
}
.favouriteIcon{
padding: .75rem;
border-radius: 1.25rem;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid var(--neutrals200);
}
.blockSchedaBotanica{
border-radius: 1rem;
border: 1px solid var(--neutrals100);
background: var(--white);
padding: .5rem;
}
.rowSchedaBotanica{
display: flex;
padding: 1rem;
border-radius: .5rem;
column-gap: 1rem;
}
.rowSchedaBotanica>div {
flex-grow: 1;
flex-shrink: 1;
width: 100%;
}
.rowSchedaBotanica svg{
width: 2rem;
}
.pillPortamento{
padding: .25rem .5rem;
display: inline-flex;
column-gap: .5rem;
border-radius: 1.5rem;
background-color: var(--green100);
color: var(--brandgreen);
text-transform: uppercase;
}
.pillPortamento span{
transform: translateY(0.1rem);
}
.fade-in-up {
opacity: 0;
transform: translateY(100px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-up.visible {
opacity: 1;
transform: translateY(0);
}
.foregroundSliderContainer{
height: 28.75rem;
width: 25rem;
border-radius: 1rem;
padding: 1.5rem;
display: flex;
flex-direction: column;
position: absolute;
bottom: 1.5rem;
left: 1.5rem;
z-index: 1;
}
.foregroundSliderContainer svg{
width: 3rem;
height: 3rem;
}
.doubleSliderContainer.center .foregroundSliderContainer{
left: 50%;
transform: translateX(-50%);
}
.doubleSliderContainer.center .foregroundSliderContainer .pageNumber{
display: none;
}
.foregroundSliderContainer:before{
content: "";
background: rgba(28, 40, 22, 0.7);
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(8px);
border-radius: 1rem;
}
.bgGreenBlur{
background: rgba(28, 40, 22, 0.7);
backdrop-filter: blur(8px);
}
.foregroundSliderContainer .swiper,
.foregroundSliderContainer .swiper-wrapper,
.foregroundSliderContainer .swiper-wrapper .swiper-slide{
height: 100%;
}
.foregroundSliderContainer .swiper-slide .inner{
display: flex;
height: 100%;
justify-content: space-between;
flex-direction: column;
z-index: 1;
}
.arrowGreenBackground .iconLeft,
.arrowGreenBackground .iconRight{
border-radius: .5rem;
transition: 0.3s all linear;
}
.arrowGreenBackground .iconLeft svg path,
.arrowGreenBackground .iconRight svg path{
stroke: var(--green900);
transition: 0.3s all linear;
}
.arrowGreenBackground .iconLeft:hover,
.arrowGreenBackground .iconRight:hover{
background-color: var(--green900);
border-radius: .5rem;
}
.arrowGreenBackground .iconLeft:hover svg path,
.arrowGreenBackground .iconRight:hover svg path{
stroke: var(--white);
}
.foregroundSliderContainer .iconLeft,
.foregroundSliderContainer .iconRight{
opacity: 0.5;
transition: 0.3s all ease-in-out;
z-index: 1;
}
.foregroundSliderContainer .iconLeft:hover,
.foregroundSliderContainer .iconRight:hover{
opacity: 1;
}
.foregroundSliderContainer .swiper-pagination-horizontal{
display: flex;
z-index: 1;
}
.foregroundSliderContainer .swiper-pagination-horizontal .swiper-pagination-bullet{
background: var(--white);
width: 100%;
opacity: 0.2;
transition: 0.3s all ease-in-out;
border-radius: 0;
height: 2.5px;
}
.foregroundSliderContainer .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
opacity: 1;
}
.timelineContainer{
display: flex;
align-items: center;
padding-top: 2.5rem;
}
.yearContainer{
height: 1rem;
border-left: 1px solid #DAF2D866;
position: relative;
flex-grow: 1;
}
.yearContainer::before{
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 1px;
background: #DAF2D866;
transform: translate(-50%, -50%);
}
.yearContainer.activeLine::before{
background: #DAF2D8;
}
.yearContainer .year{
position: absolute;
height: 2.5rem;
bottom: 100%;
left: 0;
color: #DAF2D866;
}
.yearContainer.activeYear .year{
color: #DAF2D8;
}
.centroProduttivoPill{
height: 2rem;
display: inline-flex;
align-items: center;
padding: 0 .5rem;
border: 2px solid var(--brandorange);
border-radius: 1rem;
background-color: #F8851914;
color: var(--semanticorange-800);
}
.centriProduttiviContainer .swiper-scrollbar-drag{
background-color: var(--brandgreen);
}
.centriProduttiviContainer .swiper-horizontal>.swiper-scrollbar,
.centriProduttiviContainer .swiper-scrollbar.swiper-scrollbar-horizontal {
z-index: 50;
height: 5px;
width: 100%;
left: 0;
}
.arrowDark svg,
.arrowDark svg path,
.arrowDark svg g{
stroke: var(--green900);
}
.storyControllers .arrowDark svg,
.storyControllers .arrowDark svg path,
.storyControllers .arrowDark svg g{
stroke: var(--white);
}
.arrowDark .iconLeft,
.arrowDark .iconRight{
opacity: 0.5;
cursor: pointer;
}
.arrowDark .iconLeft:hover,
.arrowDark .iconRight:hover{
opacity: 1;
}
.eye-button{
position: absolute;
right: 0.5rem;
bottom: 0.5rem;
cursor: pointer;
}
.team figure img{
background: var(--green50);
}
.quoteBlock:before{
height: 2.5rem;
content: '“';
color: var(--green900);
}
.modalTeam .close,
.modalAddToCart .close{
top: 1.5rem;
left: 1.5rem;
position: absolute;
}
.modal-dialog .close.static{
position: static;
transform: none;
align-self: flex-end;
padding: 1rem 0rem 1rem 1rem;
}
.equal-rows>*{
flex-grow: 1;
} .prodottoAggiunto{
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00000054;
z-index: 9999;
}
.prodottoAggiunto.active{
display: block;
}
.prodottoAggiunto .message{
position: absolute;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
background-color: var(--green100);
color: var(--green900);
border: 1px solid var(--green900);
border-radius: .5rem;
padding: .5rem 1rem;
width: 31rem;
max-width: 95%;
height: 4rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.plusMinus{
display: inline-flex;
align-items: center;
width: auto;
border-radius: .5rem;
background-color: transparent;
}
.plusMinus .btn{
background-color: transparent !important;
cursor: pointer;
border-width: 0 !important;
outline: none !important
}
.plusMinus input{
display: inline-block;
width: 5rem !important;
flex: 0 0 auto !important;
padding: 0 !important;
text-align: center !important;
}
@media (min-width: 1200px) {
.modal-dialog:not(.modal-fullscreen) {
width: 600px;
max-width: 600px;
}
.modalAddToCart .modal-dialog {
width: 800px;
max-width: 800px;
}
.elementor-counter-number-wrapper{ }
.myList.offcanvas.offcanvas-end{
width: 33rem;
}
}
@media (max-width: 1200px) {
.doubleSliderContainer.center .backgroundSlider .imgContainer{
padding-top: 130% !important;
}
.doubleSliderContainer .foregroundSliderContainer .swiper-slide svg{
margin-bottom: 3rem;
}
.col.team{
width: 45% !important;
max-width: 45% !important
}
}
@media screen and (min-width: 768px) and (max-width: 1440px){
.elementor-2744 .elementor-element.elementor-element-c370697 img {
height: 30rem;
object-fit: cover;
}
}
@media screen and (min-width: 768px){
.auto-width.elementor-widget-counter .elementor-counter-number-wrapper{
width: 16rem;
}
}
@media screen and (min-width: 1440px){
.container{
max-width: 1248px; 
}
}
@media screen and (max-width: 767px){
.col.team{
width: 45% !important;
max-width: 45% !important
}
.recensioniSliderItem{
flex-direction: column;
}
.recensioniSliderContainer:before,
.recensioniSliderContainer:after{
display: none;
}
.radioInputContainer {
grid-template-columns: repeat(2, 1fr);
}
.rowSchedaBotanica{
flex-direction: column;
padding-bottom: 0;
padding-top: 0;
}
.rowSchedaBotanica>div{
padding: 0.5rem 0;
}
.foregroundSliderContainer{
position: static;
height: auto;
width: auto;
}
.elementor-2744 .elementor-element.elementor-element-c370697 img {
height: 25rem;
object-fit: cover;
}
.doubleSliderContainer.center .foregroundSliderContainer {
position: absolute;
left: 1rem;
right: 1rem;
transform: none;
}
.doubleSliderContainer.center .backgroundSlider .imgContainer{
padding-top: 228% !important;
}
}