/*
  Project: Lucia Vittoria Sabba
  Date: 01/06/2023
  Author: Josu Eguren
  Version: 2.0
  Description: Custom styles for the Lucia Vittoria Sabba website
*/

 /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.bg_image--28 {
	background-image:url({path='lvsf'}/img/bg/bg-image-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center
	}
    
.blog-post ul li {
    margin-bottom: 0.3rem;
    word-wrap: break-word;
    max-width: 100%;
    font-weight: 500;
    line-height: 1.58;
    font-size: 14px;
    font-family: Poppins,sans-serif
    }
    
 /*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/

.header-default .header__wrapper .header-left .logo a img {
    width: 275px
	}

.header-default.headroom--not-top .header__wrapper .header-left .logo a img {
    width: 275px
	}

.header-default .header__wrapper .header-left .logo.index a img {
    width: 175px
	}

.popup-mobile-manu .inner .mobileheader .logo a img {
    width: 275px;
    height: auto;
    max-width: 100%
	}

.footer-widget .logo a img {
    width: 160px
	}
    
 /*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.brook-search-popup .inner .search-header .logo a img {
    width: 275px;
    height: auto;
    max-width: 100%
	}

 /*--------------------------------------------------------------
# Editorial
--------------------------------------------------------------*/
	
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 670;
	height: 100%
}

 /*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/

body.template-color-6 .contact-form input[type="submit"], body.template-color-6 .print-contact .contact-form textarea[type="submit"] {
	border-color: #0069ff !important;
    background-color: #0069ff !important
    }

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/

.classic-address a {
	color: white
	}
    
 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
#bk-footer-area .color-dark a {
	color: black
	}
    
 /* Move reCAPTCHA v3 badge to the left */
 
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	}

.grecaptcha-badge:hover {
	width: 256px !important;
	}