/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 28 2023 | 12:20:23 */
/* global CSS rules mobile, tablets, desktop without media Query */
.site-content {
    padding-top: 0px!important;
}


/* laptops, desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
	/* default pagetitel */
	div#pix-intro-sliding-text .text-heading-default {
		color: #437374;
		font-family: Poppins;
		font-size: 42px;
		font-weight: 700;
		letter-spacing: 0.4px;
		line-height: 63px;
		text-align: center;
	}

	.breadcrumb {
		justify-content: flex-start!important;
		position: absolute;
		top: -57px;
		color: #A0B8B9;
		font-family: Poppins;
		font-size: 14px;
		letter-spacing: 0.13px;
		line-height: 21px;
		font-weight: 400;
	}
}

/* combined rules */
/* mobiel + tablet (max-width: 1199px) */
@media only screen and (max-width: 1199px) {
	.pix-main-intro .container.pix-intro-container{
	padding: 0 0 70px 0 !important;
} 
.pix-main-intro .container.pix-intro-container h1{
	padding-bottom: 20px !important;
} 
}

/* device specific CSS rules */
/* mobile devices (max-width: 767px) */
@media only screen and (max-width: 767px) {
}

/* ipads, tablets (min-width: 768px) */
@media only screen and (min-width: 768px) {
}

/* CSS for tablet + desktop = add CSS only in the ipads/tablets  rule */
.jvh-woo-account.woocommerce-button.woocommerce > div > form > fieldset{
	border: none !important;
}
