@charset "UTF-8";
/*
Theme Name: BFpackaging
Theme URI: #
Author: Outright
Author URI: http://outright.co.il/
Description: A theme for bfpackaging
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: bfpackaging
Tags: outright, bfpackaging,  options, featured, home, portfolio, gallery */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-block-quote {
	font-style: italic;
	font-size: 23px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Custom CSS */
.general-page :is(h1, h2, h3, h4, h5, h6, p) {
	margin: revert;
}

.general-page p a, .general-page ul li a {
	color: #143927;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: underline;
}

.general-page h1,
.general-page h2,
.general-page h3,
.general-page h4,
.general-page h5,
.general-page h6,
.general-post-content h1,
.general-post-content h2,
.general-post-content h3,
.general-post-content h4,
.general-post-content h5{
	color: #000000;
	font-weight: 700;
	letter-spacing: 0;
	margin: revert;
}
.general-page h1,
.general-post-content h1{
	font-size: 2.5rem !important;
	margin-bottom: 0 !important;
	text-transform: capitalize !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
.general-page h2,
.general-post-content h2{
	font-size: 2rem !important;
	color: #000000 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	padding-top: 0 !important;
	text-transform: capitalize !important;
	margin-bottom: 0 !important;
}
.general-page h3,
.general-post-content h3{
	font-size: 1.75rem !important;
	color: #000000 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
}
.general-page h4,
.general-post-content h4{
	font-size: 1.5rem;
	color: #000000 !important;
}
.general-page h5,
.general-post-content h5{
	font-size: 1.25rem;
	color: #000000 !important;
}
.general-page h6{
	font-size: 1rem !important;
	color: #000000 !important;
	text-transform: capitalize !important;
	padding-bottom: 0 !important;
	font-weight: bold;
}

/*Custom CSS Added*/

.wpcf7-list-item{
	margin-right: 0;
}

.wpcf7-spinner{
	position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	border: none;
	font-size: 16px;
	margin-top: 0;
}
.wpcf7-not-valid-tip{
	font-size: 16px;
}
html {
	scroll-padding-top: 85px; /* height of your sticky header */
}
.wpcf7 form .wpcf7-response-output{
	border: none;
	padding-right: 0;
	margin-right: 0;
	font-size: 16px;
}
/* new css start here */

/* Keep field appearance but fix options */
.wpcf7-form-control.wpcf7-select option {
	background-color: #ffffff !important;
	color: #333333 !important;
}
.hotspot-popup{
	display: none;
}
.lang-btn a{
	text-decoration: none;
	color: #fff;
}