/*
Theme Name: Bubulla Child Theme
Theme URI: http://bubulla.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Bubulla
Template: bubulla
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: bubulla

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/** Miscellaneous **/

.no-border {
	border: none;
	background: none;
}

/* Used by Newsletter column (short code: wcb_widget) for error messages */
.text-align-left {
    text-align: left !important;
}

/** Headers */

/* Page H1: title & breadcrump position bug-fix */
header.page-header .ltx-header-h1-wrapper {
    padding-top: 150px;
}	

/** Home Page */

/* Quality section: icons position bug-fix */
#quality-list span.ltx-icon{
	position: relative !important;
	padding-bottom: 10px;
    padding-left: 10px;
}

/* Slider section: two lınes header issue. Task: 964 */
.heading.heading-large h1 {
    font-size: 90px;
	padding-top: 25px;
}
/* Subheader text gradient, size Task: 964*/
.heading.header-subheader.heading-tag-h1 .subheader {
    font-size: 45px;
	height: 120px;
    padding-top: 50px;
	background: -webkit-linear-gradient(#ff4a00, #ffb899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Menu item text size Task: 964 */
nav.navbar #navbar.navbar-desktop ul.navbar-nav li, nav.navbar #navbar.navbar-desktop ul.navbar-nav a {
    font-size: 20px;
}

/* Badge "Emporio delle Carni Logo" on product pic. Task: 962 */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page[class*="columns-"] ul.products li.product {
    padding-top: 0px;
}

.yith-wcbm-badge.yith-wcbm-badge-image.yith-wcbm-badge-12065 {
    top: -30px;
    left: -30px;
	content:url("/wp-content/uploads/2022/09/linea-prodotti-emporio-delle-carni-badge.png");
	height: 70px;
}

.woocommerce ul.products li.product .image, .woocommerce-page ul.products li.product .image, .woocommerce ul.products[class*="columns-"] li.product .image, .woocommerce-page[class*="columns-"] ul.products li.product .image {
    padding-top: 30px;
}

.woocommerce-product-gallery .yith-wcbm-badge.yith-wcbm-badge-image.yith-wcbm-badge-12065 {
    top: 0px;
    left: 0px;
}

/* Nascondere Badge "New". Task: 968 */
/*.woocommerce span.wc-label-new {
    display: none;
}*/

/* Background foto prodotti. Default black, cambiare a bianco. Task: 968 */
.pswp__bg {
    background-color: white;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
	filter: invert(100%);
}

/* Adapt layout of Woocommerce Coupon Box shortcode. Task: 965 */
/* Shortcode */
.nlsection {
	margin-left: 0px !important;
    padding-top: 100px !important;
	padding-bottom: 60px !important;
    background-image: url(/wp-content/uploads/2022/08/newsletterBG-1920x400-3.png?) !important;
}
.nl-section-icon {
	padding-right: 130px
}

@media only screen and (max-width: 600px) {
	.nlsection {
  		padding-top: 20px !important;
		padding-bottom: 16px !important;
	}
	.nl-section-icon {
		padding-right: 0px;
		text-align: center;
	}
	.nl-section-header .heading-content{
		margin-left: 20px !important;
		padding-bottom: 40px;
	}
	
	.vc_custom_1663152584779 {
		margin-left: 35px;
	}
}
@media only screen and (max-width: 600px) {
	.woocommerce-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-gdpr-field {
		padding: 0px !important;
	}
}

/* Popup */
.woocommerce-coupon-box-widget .wcbwidget-newsletter-form .wcbwidget-input-group .wcbwidget-input-group-btn .wcbwidget-button {
    padding: 24px 82px 46px 65px !important;
    font-size: 16px !important;
}
.woocommerce-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form input {
    padding: 34px !important;
	margin-right: -100px !important;   
	font-size: 15px !important;
}
.woocommerce-coupon-box-widget {
    max-width: 570px !important;
	margin: 0 !important;
}


/* Woocommerce Coupon Box input field text color */
.wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form input {
	color:black !important;
}
	

/* Woocommerce Coupon Box Error messages layout. Task: 966 */
.woocommerce-coupon-box-widget .wcbwidget-warning-message {
    color: #9c2330 !important;
    font-size: 14px !important;
	font-weight: bold !important;
}

/* WooCoomerce Coupon Box & Newsletter GDPR message*/
.wcbwidget-gdpr-message{
	color:white;
}
.wcbwidget-gdpr-inner-message, .wcbwidget-gdpr-inner-message:hover{
	color:white;
	text-decoration: underline;
}

/* Privacy Policy link on Contact Form. Task: 969 */
.wpcf7-list-item-label .wcbwidget-gdpr-inner-message {
	color:black;
	text-decoration: underline;

}
.wpcf7-list-item {
	margin: 0 0 0 0 !important;
}
form.wpcf7-form label {
	padding-left: 0px !important;
}

/* GDPR Cookies Consent */
#cookie-law-info-bar {
    background: -webkit-linear-gradient(#ff6b2eed, #ffa37bf2);
    opacity: 0.9;
	padding-right: 125px !important;
}

.cli_messagebar_head{
	font-size: 20px !important;	
}