/**
Theme Name: Cookehouse
Author: Cookehouse
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cookehouse
Template: astra
*/

@font-face{
	font-family: 'Borna Semi-bold';
	src: url('webfontkit/borna-semibold-webfont.eot');
	src: url('webfontkit/borna-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('webfontkit/borna-semibold-webfont.woff') format('woff'),
	url('webfontkit/borna-semibold-webfont.ttf') format('truetype'),
}
@font-face{
	font-family: 'Borna Medium';
	src: url('webfontkit/borna-medium-webfont.eot');
	src: url('webfontkit/borna-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('webfontkit/borna-medium-webfont.woff') format('woff'),
	url('webfontkit/borna-medium-webfont.ttf') format('truetype'),
}
@font-face{
	font-family: 'Borna Regular';
	src: url('webfontkit/borna-regular-webfont.eot');
	src: url('webfontkit/borna-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('webfontkit/borna-regular-webfont.woff') format('woff'),
	url('webfontkit/borna-regular-webfont.ttf') format('truetype'),
}
@font-face{
	font-family: 'Borna Semi-bold Italic';
	src: url('webfontkit/borna-semibolditalic-webfont.eot');
	src: url('webfontkit/borna-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('webfontkit/borna-semibolditalic-webfont.woff') format('woff'),
	url('webfontkit/borna-semibolditalic-webfont.ttf') format('truetype'),
}
@font-face{
	font-family: 'Borna Medium Italic';
	src: url('webfontkit/borna-mediumitalic-webfont.eot');
	src: url('webfontkit/borna-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('webfontkit/borna-mediumitalic-webfont.woff') format('woff'),
	url('webfontkit/borna-mediumitalic-webfont.ttf') format('truetype'),
}

h1,h2,h3,h4,h5,h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.menu-text
{font-family: 'Borna Semi-bold', Arial, sans-serif;}
body, p, small, .uagb-button__link, .wp-block-button .wp-block-button__link, input, textarea {font-family: 'Borna Medium', Arial, sans-serif; }


/* GENERAL */
.no-margin,
p.no-margin,
h1.no-margin {
	margin-bottom: 0;
}

#ast-fixed-header .main-header-bar {
  box-shadow: 0 0px 0px rgba(0,0,0,0);
}

/* FOOTER */
footer ul  {
	list-style: none;
	margin: 0 0 0em 0em;
}
footer ul li {
	font-size: var(--wp--preset--font-size--small) !important;
}
footer ul li a {
	color: var(--ast-global-color-5);
}
footer ul li a:hover, footer ul li a:active {
	color: var(--ast-global-color-1);
}
.query-image {
	margin-bottom: 2em;
}
.ast-custom-footer {
	font-family: 'Borna Medium', Arial, sans-serif;
}
@media only screen and (max-width: 976px) {
	.menu-information-container {
	font-family: 'Borna Medium', Arial, sans-serif;
	text-align: center;
}
}
	
/* POSTS */
.ast-separate-container .ast-article-single:not(.ast-related-post) {
	background-color: var(--ast-global-color-5);
  background-image: none;
}
.ast-separate-container .ast-article-single:not(.ast-related-post) p {
	color: var(--ast-global-color-3);
}
.single-post #content {
	background-color: var(--ast-global-color-0);
}
.single-post #content {
		margin-top: -10em;
}
.single-post .ast-container #primary article {
	padding-top: 5em;
}
.single-post .ast-container #primary {
	 clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}
.single-post h1 {
	color: var(--ast-global-color-1);
}
.single-post h2, .single-post h3, .single-post small a {
	color: var(--ast-global-color-5);
}
.single-post small a:hover {
	color: var(--ast-global-color-1);
}

/* ARCHIVES */
.category .site-content {
	background-color: var(--ast-global-color-2);
}

.float-section {
	position: absolute;
	 clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 85%);
}


/* IMAGE SHAPES - Check all browser compatability */
/* Image Crop 1 */
.image-crop-1 {
  clip-path: polygon(
		40% 0, 100% 0, 100% 70%, 30% 100%, 0 100%, 0 50%);
  -webkit-clip-path: polygon(
		40% 0, 100% 0, 100% 70%, 30% 100%, 0 100%, 0 50%);
/*   overflow: hidden;
  display: inline-block;
  position: relative; */
}

/* Image Crop 2 */
.image-crop-2 {
clip-path: polygon(
    80% 0, 0 0, 0 70%, 70% 100%, 100% 100%, 100% 50%
);
-webkit-clip-path: polygon(
    80% 0, 0 0, 0 70%, 70% 100%, 100% 100%, 100% 50%
);
}

/* Image Crop 3 */
.image-crop-3 {
  clip-path: polygon(
		20% 0, 100% 0, 100% 70%, 40% 100%, 0 100%, 0 50%);
  -webkit-clip-path: polygon(
		20% 0, 100% 0, 100% 70%, 40% 100%, 0 100%, 0 50%);
}

/* Image Crop 4 */
.image-crop-4 {
  clip-path: polygon(
    80% 0, 0 0, 0 70%, 50% 100%, 100% 100%, 100% 50%);
  -webkit-clip-path: polygon(
    80% 0, 0 0, 0 70%, 50% 100%, 100% 100%, 100% 50%);
}

/* Variation 1: Slightly Shifted Right */
.image-crop-variant-1 {
  clip-path: polygon(
    50% 0, 100% 0, 100% 60%, 40% 100%, 10% 100%, 0 60%);
  -webkit-clip-path: polygon(
    50% 0, 100% 0, 100% 60%, 40% 100%, 10% 100%, 0 60%);
}

/* Variation 2: Angular Design */
.image-crop-variant-2 {
  clip-path: polygon(
    30% 0, 100% 0, 80% 50%, 100% 100%, 20% 80%, 0 50%);
  -webkit-clip-path: polygon(
    30% 0, 100% 0, 80% 50%, 100% 100%, 20% 80%, 0 50%);
}

/* Variation 3: Diamond-Like Shape */
.image-crop-variant-3 {
  clip-path: polygon(
    50% 0, 100% 20%, 80% 80%, 50% 100%, 20% 80%, 0 20%);
  -webkit-clip-path: polygon(
    50% 0, 100% 20%, 80% 80%, 50% 100%, 20% 80%, 0 20%);
}

/* Variation 4: Trapezoid-Inspired */
.image-crop-variant-4 {
  clip-path: polygon(
    30% 0, 70% 0, 100% 50%, 70% 100%, 30% 100%, 0 50%);
  -webkit-clip-path: polygon(
    30% 0, 70% 0, 100% 50%, 70% 100%, 30% 100%, 0 50%);
}

/* Variation 5: Complex Zigzag */
.image-crop-variant-5 {
  clip-path: polygon(
    20% 0, 80% 0, 100% 20%, 80% 40%, 100% 60%, 80% 80%, 20% 80%, 0 60%, 20% 40%, 0 20%);
  -webkit-clip-path: polygon(
    20% 0, 80% 0, 100% 20%, 80% 40%, 100% 60%, 80% 80%, 20% 80%, 0 60%, 20% 40%, 0 20%);
}

/* Variation 6: Triangular Peaks */
.image-crop-variant-6 {
  clip-path: polygon(
    25% 0, 50% 20%, 75% 0, 100% 50%, 75% 100%, 50% 80%, 25% 100%, 0 50%);
  -webkit-clip-path: polygon(
    25% 0, 50% 20%, 75% 0, 100% 50%, 75% 100%, 50% 80%, 25% 100%, 0 50%);
}

/* Cut Diamond Shape*/
.cut-diamond-shape {
  clip-path: polygon(
    10% 0, 90% 0, 100% 30%, 75% 70%, 50% 100%, 25% 70%, 0 30%);
  -webkit-clip-path: polygon(
    10% 0, 90% 0, 100% 30%, 75% 70%, 50% 100%, 25% 70%, 0 30%);
}

/* Variation 8: Modern Cut Corners */
.image-crop-variant-8 {
  clip-path: polygon(
    20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20%);
  -webkit-clip-path: polygon(
    20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20%);
}

/* Variation 9: Offset Diagonal */
.image-crop-variant-9 {
  clip-path: polygon(
    0 0, 80% 0, 100% 30%, 100% 100%, 20% 100%, 0 70%);
  -webkit-clip-path: polygon(
    0 0, 80% 0, 100% 30%, 100% 100%, 20% 100%, 0 70%);
}

/* Variation 10: Abstract Parallelogram */
.image-crop-variant-10 {
  clip-path: polygon(
    10% 0, 90% 0, 100% 60%, 90% 100%, 10% 100%, 0 60%);
  -webkit-clip-path: polygon(
    10% 0, 90% 0, 100% 60%, 90% 100%, 10% 100%, 0 60%);
}


/* Cross shape 1 */
.cross-shape-1 {
  clip-path: polygon(
    30% 0%, 70% 0%, 70% 30%, 100% 30%, 
    100% 70%, 70% 70%, 70% 100%, 30% 100%, 
    30% 70%, 0% 70%, 0% 30%, 30% 30%
  );
  -webkit-clip-path: polygon(
    30% 0%, 70% 0%, 70% 30%, 100% 30%, 
    100% 70%, 70% 70%, 70% 100%, 30% 100%, 
    30% 70%, 0% 70%, 0% 30%, 30% 30%
  );
}

/* Cross shape 2 */
.cross-shape-2 {
  clip-path: polygon(
    40% 0%, 60% 0%, 60% 40%, 100% 40%, 
    100% 60%, 60% 60%, 60% 100%, 40% 100%, 
    40% 60%, 0% 60%, 0% 40%, 40% 40%
  );
  -webkit-clip-path: polygon(
    40% 0%, 60% 0%, 60% 40%, 100% 40%, 
    100% 60%, 60% 60%, 60% 100%, 40% 100%, 
    40% 60%, 0% 60%, 0% 40%, 40% 40%
  );
}

/* Cross shape 3 */
.cross-shape-3 {
  clip-path: polygon(
    25% 0%, 75% 0%, 75% 25%, 100% 25%, 
    100% 75%, 75% 75%, 75% 100%, 25% 100%, 
    25% 75%, 0% 75%, 0% 25%, 25% 25%
  );
  -webkit-clip-path: polygon(
    25% 0%, 75% 0%, 75% 25%, 100% 25%, 
    100% 75%, 75% 75%, 75% 100%, 25% 100%, 
    25% 75%, 0% 75%, 0% 25%, 25% 25%
  );
}

/* Cross shape 4 */
.cross-shape-4 {
  clip-path: polygon(
    35% 0%, 65% 0%, 65% 35%, 100% 35%, 
    100% 65%, 65% 65%, 65% 100%, 35% 100%, 
    35% 65%, 0% 65%, 0% 35%, 35% 35%
  );
  -webkit-clip-path: polygon(
    35% 0%, 65% 0%, 65% 35%, 100% 35%, 
    100% 65%, 65% 65%, 65% 100%, 35% 100%, 
    35% 65%, 0% 65%, 0% 35%, 35% 35%
  );
}

/* Arrow in from left */
.arrow-left-in {
  clip-path: polygon(
		0% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 10% 50%);
  -webkit-clip-path: polygon(
		0% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 10% 50%);
  overflow: hidden;
  display: inline-block;
  position: relative;
}

/* Arrow in from right */
.arrow-right-in {
clip-path: polygon(
    0% 10%, 98% 0, 90% 50%, 98% 100%, 0 90%, 0% 70%
);
-webkit-clip-path: polygon(
    0% 10%, 98% 0, 90% 50%, 98% 100%, 0 90%, 0% 70%
);
  overflow: hidden;
  display: inline-block;
  position: relative;
}

/* Speech Bubble (MY Original Shape) */
.speech-bubble-2 {
  clip-path: polygon(
		0 0, 100% 0, 100% 80%, 35% 80%, 10% 100%, 10% 80%, 0% 80%);
  -webkit-clip-path: polygon(
		0 0, 100% 0, 100% 80%, 35% 80%, 10% 100%, 10% 80%, 0% 80%);
}

/* Speech Bubble */
.speech-bubble {
  clip-path: polygon(
		0 0, 100% 0, 100% 80%, 15% 80%, 0% 100%, 0% 80%, 0% 80%);
  -webkit-clip-path: polygon(
		0 0, 100% 0, 100% 80%, 15% 80%, 0% 100%, 0% 80%, 0% 80%);
}

@media only screen and (max-width: 600px) {
.speech-bubble {
  clip-path: polygon(
		0 0, 100% 0, 100% 85%, 30% 85%, 0% 100%, 0% 80%, 0% 80%);
  -webkit-clip-path: polygon(
		0 0, 100% 0, 100% 85%, 30% 85%, 0% 100%, 0% 80%, 0% 80%);
}
}

/* Diagonal Stripe */
.diagonal-stripe {
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
  -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
}

/* Diamond Shape */
.diamond-shape {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* Hexagon Shape */
.hexagon-shape {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* Zig-Zag Shape */
.zig-zag {
  clip-path: polygon(0% 10%, 20% 0%, 40% 10%, 60% 0%, 80% 10%, 100% 0%, 
                     100% 90%, 80% 100%, 60% 90%, 40% 100%, 20% 90%, 0% 100%);
  -webkit-clip-path: polygon(0% 10%, 20% 0%, 40% 10%, 60% 0%, 80% 10%, 100% 0%, 
                             100% 90%, 80% 100%, 60% 90%, 40% 100%, 20% 90%, 0% 100%);
}

/* Arrow Up */
.arrow-up {
  clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 75% 50%, 75% 100%, 25% 100%, 25% 50%);
  -webkit-clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 75% 50%, 75% 100%, 25% 100%, 25% 50%);
}

/* Arrow Down */
.arrow-down {
  clip-path: polygon(0% 50%, 25% 50%, 25% 0%, 75% 0%, 75% 50%, 100% 50%, 50% 100%);
  -webkit-clip-path: polygon(0% 50%, 25% 50%, 25% 0%, 75% 0%, 75% 50%, 100% 50%, 50% 100%);
}

/* Arrow Left */
.arrow-left {
  clip-path: polygon(50% 0%, 50% 25%, 100% 25%, 100% 75%, 50% 75%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 50% 25%, 100% 25%, 100% 75%, 50% 75%, 50% 100%, 0% 50%);
}

/* Arrow Right */
.arrow-right {
  clip-path: polygon(0% 25%, 50% 25%, 50% 0%, 100% 50%, 50% 100%, 50% 75%, 0% 75%);
  -webkit-clip-path: polygon(0% 25%, 50% 25%, 50% 0%, 100% 50%, 50% 100%, 50% 75%, 0% 75%);
}


/* Pentagon Shape */
.pentagon-shape {
  clip-path: polygon(50% 0%, 100% 40%, 80% 100%, 20% 100%, 0% 40%);
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 80% 100%, 20% 100%, 0% 40%);
}

/* Chevron Shape */
.chevron-shape {
  clip-path: polygon(0% 20%, 50% 0%, 100% 20%, 100% 80%, 50% 100%, 0% 80%);
  -webkit-clip-path: polygon(0% 20%, 50% 0%, 100% 20%, 100% 80%, 50% 100%, 0% 80%);
}

/* Rocket Shape */
.rocket-shape {
  clip-path: polygon(50% 0%, 100% 100%, 50% 80%, 0% 100%);
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 50% 80%, 0% 100%);
}

/* Stair Shape */
.stair-shape {
  clip-path: polygon(0% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 100%, 
                     40% 100%, 40% 60%, 0% 60%);
  -webkit-clip-path: polygon(0% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 100%, 
                             40% 100%, 40% 60%, 0% 60%);
}

/* Star Shape */
.star-shape {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 
                     50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 
                             50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* Trapezoid Shape */
.trapezoid-shape {
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

/* Trapezoid Shape */
.trapezoid-shape-2 {
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Flipped Trapezoid Shape */
.trapezoid-shape-flipped {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}

/* Parallelogram Shape */
.parallelogram-shape {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.parallelogram-shape-mirrored {
  clip-path: polygon(75% 0%, 0% 0%, 25% 100%, 100% 100%);
  -webkit-clip-path: polygon(75% 0%, 0% 0%, 25% 100%, 100% 100%);
}


/* Right Triangle */
.right-triangle {
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

/* Triangle - Bottom Left */
.triangle-bottom-left {
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

/* Triangle - Bottom Right */
.triangle-bottom-right {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

/* Triangle - Top Left */
.triangle-top-left {
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}

/* Triangle - Top Right */
.triangle-top-right {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}


/* Left Arrow Shape */
.left-arrow-shape {
  clip-path: polygon(100% 0%, 100% 100%, 30% 100%, 30% 70%, 0% 50%, 30% 30%, 30% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 30% 100%, 30% 70%, 0% 50%, 30% 30%, 30% 0%);
}

/* Octagon Shape */
.octagon-shape {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

/* Cross Shape */
.cross-shape {
  clip-path: polygon(30% 0%, 70% 0%, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 
                     70% 100%, 30% 100%, 30% 70%, 0% 70%, 0% 30%, 30% 30%);
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 
                             70% 100%, 30% 100%, 30% 70%, 0% 70%, 0% 30%, 30% 30%);
}

/* Flag Shape */
.flag-shape {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/* Play Button Shape */
.play-button-shape {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

/* Notch Shape */
.notch-shape {
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%);
}

/* Pentagon Star */
.pentagon-star-shape {
  clip-path: polygon(50% 0%, 80% 35%, 100% 85%, 50% 100%, 0% 85%, 20% 35%);
  -webkit-clip-path: polygon(50% 0%, 80% 35%, 100% 85%, 50% 100%, 0% 85%, 20% 35%);
}

/* House Shape */
.house-shape {
  clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%);
}

/* Bolt Shape */
.bolt-shape {
  clip-path: polygon(20% 0%, 80% 0%, 40% 50%, 80% 50%, 0% 100%, 50% 50%, 0% 50%);
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 40% 50%, 80% 50%, 0% 100%, 50% 50%, 0% 50%);
}

/* Trapezoid with Slant */
.trapezoid-slant {
  clip-path: polygon(10% 0%, 90% 0%, 100% 80%, 0% 100%);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 80%, 0% 100%);
}

/* Shield Shape */
.shield-shape {
  clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0% 80%, 0% 20%);
  -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0% 80%, 0% 20%);
}

/* Explosion Shape */
.explosion-shape {
  clip-path: polygon(50% 0%, 60% 30%, 100% 30%, 65% 50%, 
                     80% 100%, 50% 70%, 20% 100%, 35% 50%, 
                     0% 30%, 40% 30%);
  -webkit-clip-path: polygon(50% 0%, 60% 30%, 100% 30%, 65% 50%, 
                             80% 100%, 50% 70%, 20% 100%, 35% 50%, 
                             0% 30%, 40% 30%);
}

/* Pointed Wave */
.pointed-wave {
  clip-path: polygon(0% 50%, 20% 30%, 40% 70%, 60% 30%, 
                     80% 70%, 100% 50%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 50%, 20% 30%, 40% 70%, 60% 30%, 
                             80% 70%, 100% 50%, 100% 100%, 0% 100%);
}

/* Double Chevron */
.double-chevron {
  clip-path: polygon(0% 25%, 25% 0%, 50% 25%, 75% 0%, 
                     100% 25%, 75% 50%, 100% 75%, 75% 100%, 
                     50% 75%, 25% 100%, 0% 75%, 25% 50%);
  -webkit-clip-path: polygon(0% 25%, 25% 0%, 50% 25%, 75% 0%, 
                             100% 25%, 75% 50%, 100% 75%, 75% 100%, 
                             50% 75%, 25% 100%, 0% 75%, 25% 50%);
}

/* Frame Shape */
.frame-shape {
  clip-path: polygon(10% 0%, 90% 0%, 90% 10%, 20% 10%, 
                     20% 90%, 90% 90%, 90% 100%, 10% 100%, 
                     0% 90%, 0% 10%);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 90% 10%, 20% 10%, 
                             20% 90%, 90% 90%, 90% 100%, 10% 100%, 
                             0% 90%, 0% 10%);
}

/* Mountain Peaks */
.mountain-peaks {
  clip-path: polygon(0% 100%, 20% 60%, 40% 80%, 60% 40%, 
                     80% 70%, 100% 20%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 20% 60%, 40% 80%, 60% 40%, 
                             80% 70%, 100% 20%, 100% 100%);
}

/* Wavey Line */
.wavey-line {
  clip-path: polygon(0% 60%, 10% 50%, 20% 60%, 30% 50%, 
                     40% 60%, 50% 50%, 60% 60%, 70% 50%, 
                     80% 60%, 90% 50%, 100% 60%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 60%, 10% 50%, 20% 60%, 30% 50%, 
                             40% 60%, 50% 50%, 60% 60%, 70% 50%, 
                             80% 60%, 90% 50%, 100% 60%, 100% 100%, 0% 100%);
}

/* Pentagon Wave */
.pentagon-wave {
  clip-path: polygon(50% 0%, 80% 30%, 100% 80%, 50% 100%, 0% 80%, 20% 30%);
  -webkit-clip-path: polygon(50% 0%, 80% 30%, 100% 80%, 50% 100%, 0% 80%, 20% 30%);
}

/* Hourglass Shape */
.hourglass-shape {
  clip-path: polygon(0% 0%, 100% 0%, 60% 50%, 100% 100%, 0% 100%, 40% 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 60% 50%, 100% 100%, 0% 100%, 40% 50%);
}

/* Abstract L Shape */
.l-shape {
  clip-path: polygon(0% 0%, 60% 0%, 60% 40%, 20% 40%, 20% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 60% 0%); 
}


/* Droplet Shape Left */
.droplet-shape-left {
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  border-radius: 50% 50% 50% 0;
}

/* Droplet Shape Right */
.droplet-shape-right {
  clip-path: polygon(0% 0%, 0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 0%);
  border-radius: 50% 50% 0 50%;
}

		

/* ESSENTIAL GRID */
.cookehouse .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
.eg-search-submit .eg-icon-search{
  display: none;
}
.cookehouse .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
	width: 0px !important;
}

/* MENU */
.contact-us {
	border: 2px solid #fff;
}
.ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation li.contact-us  {
  width: auto;
	margin-left: 20px;
	margin-top: 10px;
}


/* UAGB OVERRIDES */
.uagb-timeline__arrow {
	display: none;
}


/* MOBILE MENU */
.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {
	background-color: var(--ast-global-color-3);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    clip-path: polygon(-30% 100%, 45% 0%, 130% 0%, 80% 100%);
    transition: clip-path 0.2s ease-out;
}


/* LOGO */
/* .ast-theme-transparent-header #masthead {
	mix-blend-mode: exclusion;	
} */
/* .ast-sticky-header-shrink  header {
	mix-blend-mode: exclusion;
} */

.page-id-19  #ast-fixed-header .main-header-bar {
  box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-2-3 {
  padding-bottom: 80%;
}
.page-id-19 {
  padding-top: 0px !important;
}