/*!
Theme Name: Bid4biz Pro
Theme URI: https://www.bid4.biz/wp/bid4biz/
Author: Bid4Biz
Author URI: https://www.bid4.biz
Description: Bid4biz | A powerful business theme fro Bid4.biz.
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bid4biz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
*/

body.page-home-2 #no-sticky,
body.page-home-4 #no-sticky,
body.page-home-7 #no-sticky,
.transparrent-header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 11;
}



body.page-home-4 #no-sticky .header__menu,
body.page-home-8 #no-sticky .header__menu {display: none;}

/* FULL WIDTH ROW FIXER */
body.fullwidth-layout .wp-block-kadence-rowlayout>.kt-row-layout-inner.kt-row-has-bg {
	width       : 100vw;
	position    : relative;
	left        : 50%;
	right       : 50%;
	margin-left : -50vw;
	margin-right: -50vw;
}


/* @media only screen and (min-width : 1100px) {
	body .kt-row-layout-inner.kt-row-has-bg,
	body .full-width-element {
	margin-left: calc(-101vw / 2 + 1100px / 2) !important;
	margin-right: calc(-101vw / 2 + 1100px / 2) !important;
	}
}

 */

.full-width-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.gradient-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 50vh;
	z-index: 0;
    background: rgb(34,195,169);
	background: linear-gradient(to bottom right, #132e57, #25a2af );

}

.layer-effects {
    background-color: transparent;
    background-image: linear-gradient(140deg,#9440cc 0%,#0ad8a2 100%);
}

.theme-wave-green-bg {  background: linear-gradient(225deg, #0dc6b4 0%, #21c68a 100%); }
.theme-wave-blue-bg {
	background: linear-gradient( 225.21deg, #005bea 0%, #00c6fb 100%);
    height: 790px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.et_pb_row_inner_0 {
    background-image: linear-gradient(293deg,#61d8a7 0%,#023d7c 100%);
    background-color: #62de9d;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    box-shadow: 0px 42px 108px -26px rgb(98 222 157 / 64%);
}
