/*!
Theme Name: Steve Web 2019
Theme URI: http://underscores.me/
Author: Steve Hardin
Author URI: http://checksteveout.com
Description: Apartment website for Rhythm on 15th Ave in the U-District.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusion-web
Tags: apartment-marketing, 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.

Fusion Web is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
    overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.8em;
	margin: 0.67em 0 0.27em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border:0
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	line-height: 1.3em;
    width: 100%;
}
h1 {
	line-height: 1.15em;
}
.single h1 {
	font-weight: bold;
}
@media (max-width: 32rem) {
    h1 {
        font-size: 2.4em;
    }
}
h2 {
	font-size: 2.2em;
    font-weight: bold;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
}
@media (max-width: 32rem) {
    h2 {
        font-size: 2em;
    }
}
h3 {
	font-size: 1.25em;
	/*text-transform: uppercase;*/
}
.section-content > h3 {
	font-size: 1.5em;
}
@media (max-width: 32rem) {
    h3 {
        font-size: 1.1em;
    }
    .section-content > h3 {
        font-size: 1.25em;
    }
}
h4 {
	font-size: 1.15em;
	display: block;
	width: 100%;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0;
    margin-top: 1em;
}
@media (max-width: 32rem) {
    h4 {
        font-size: 0.9em;
    }
}

p {
	margin: 0 0 10px;
}
.column > p:first-child {
	margin-top: 0;
}
.column > p:last-child {
	margin-bottom: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 1.5em 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.post-header{
	position: relative;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: .6em 0 1.5em 0;
}

ul {
	padding: 0;
}
    #secondary ul {
        list-style: none;
    }

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 7px;
	background: #000;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0.8em 1.5em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
	border-radius: 7px;
	padding: 8px 16px 5px;
	width: 100%;
	margin: 1px auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form p{
	margin: 0;
}
.field-group{
    margin-bottom: 15px;
    font-size: 1.1em;
    background-color: rgba(181, 181, 181, 0.2);
    padding: 1vw; 
    border-radius: 10px;
}
.field-wrapper{
    margin-bottom: 10px;
}
.field-group .field-wrapper:last-child{
    margin-bottom: 0;
}
@media screen and (min-width:783px){
    .field-wrapper.w50,
    .field-wrapper.w75,
    .field-wrapper.w25{
        display: inline-block;
        padding-right: 15px;
    }
    .field-wrapper.last-item{
        padding-right: 0;
    }
}
span.wpcf7-list-item {
    margin: 0 7px 2px 0;
}
input[type='checkbox'] + .wpcf7-list-item-label {
	font-size: 0.9em;
	line-height: 1.2;
	position:relative;
	padding:5px 9px;
	margin-top: 2px;
	margin-bottom: 2px;
	display:block;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	
	color: #666666;
	border-radius:5px;
}
input[type=checkbox] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	left:-99999px;
	padding:0;
}
input[type='checkbox'] + .wpcf7-list-item-label:before {
	display:block;
	display:inline-block;
	content:'';
    height: 12px;
    width: 12px;
    border-radius: 2px;
    background-color: #FFF;
    border-color: #DDD;
	margin-right:0.4em;
    border-width: 2px;
    border-style: solid;
}
input[type='checkbox']:checked + .wpcf7-list-item-label {
	background-color:#FFF;
}
input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	background-color:#444;
    border-color: #444;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
}
a.cleaned {
	text-decoration: none;
}
/*a.cleaned:hover {
	text-decoration: underline;
}*/

a:visited {
	/*color: inherit;*/
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/**
 *	Archive Pagination
 */
.page-numbers-wrapper{
	display: block;
	text-align: center;
	border-top: 1px #ccc solid;
	padding: 20px;
	margin-top: 30px;
}
.page-numbers-wrapper li{
    display: inline;
}
.page-numbers-wrapper li a,
.page-numbers-wrapper li.disabled {
	padding: 6px 11px;
	margin: 0 2px 0 0;
	background: #eee; /*f9f9f9*/
	color: #666;
	line-height: 1;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
}
.page-numbers-wrapper li.active a,
.page-numbers-wrapper li a:hover {
	background: #666; /*f9f9f9*/
	color: #fff;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Main Nav
--------------------------------------------------------------*/
#header-style{
	z-index: 10;
}
@media screen and (min-width: 60em) {
	#header-style.transparent{
		position: absolute;
		min-height: 200px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		color: #fff;
		font-weight: bold;
	}
	.header-spacer{
		display: block;
		height: 0px
	}
}
header.row-box{
	max-width: none;
	padding: 0;
}
.site-branding{
}
.custom-logo-link {
}
.main-navigation {
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li.current_page_item,
.main-navigation li.current_page_ancestor{
    font-weight: bold ;
}
.main-navigation .box-link{
    padding: 14px 20px 20px;
    background-color: #000;
    color: #fff;
    font-size: .8em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}
.main-navigation .box-link:first-line{
    font-size: 2em;
}
.super-navigation .callout-link{
    font-size: 1.1em;
	font-weight: 300;
    position: relative ;
}
.callout-link:after{
    content: '';
    display: block ;
    position: absolute ;
    bottom: 5px;
    height: 2px;
    width: 90%;
    background-color: #91edf2;
}

.flash:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 5px; height: 100%;
	background-color: rgb(255, 136, 115);
	-webkit-animation: flash .8s infinite;
	-moz-animation: flash .8s infinite;
	-ms-animation: flash .8s infinite;
	-o-animation: flash .8s infinite;
	animation: flash .8s infinite;
}

/* keyframes */
@-webkit-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-moz-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-ms-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-o-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@media screen and (min-width: 37.5em) {
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
        padding: 10px 0;
        border-radius: 5px;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation ul ul a {
		width: 200px;
	}
    .main-navigation ul li ul:before {
        content: '';
        display: block ;
        position: absolute ;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        background: transparent;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    }
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 0.9rem;
        background-color: rgba(0, 0, 0, 0.8);
        color: #eee;
	}
	.main-navigation li {
		position: relative;
		padding: 5px 10px;
		font-size: 1.15em;
		font-weight: lighter;
	}
	
	.main-navigation .box-link{
		width: 15em;
		text-align: right;
		margin-right: -1px;
	}
	.main-navigation .box-link:hover{
        background-color: #eee;
        color: #000;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.main-navigation.toggled {
	display: block;
}
.menu-toggle{
	background: transparent;
	color: initial;
	text-transform: uppercase;
	border-radius: 0;
	padding: 44px 0px;
	margin: 0;
	font-size: 1.25rem;
}

/*.menu-toggle[aria-expanded="false"]:before{
	font-family:FontAwesome;
	content:'\f0c9';
	padding-right:5px;
}
.menu-toggle[aria-expanded="true"]:before{
	font-family:FontAwesome;
	content:'\f00d';
	padding-right:5px;
}*/

/* Animated Menu Icon */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
	width: 60px;
  height: 110px;
  overflow: visible; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider[aria-expanded="true"] .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider[aria-expanded="true"] .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider[aria-expanded="true"] .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


@media screen and (max-width: 28em) {
	.menu-toggle {
        padding: 20px;
	}
	.menu-toggle span {
		display: none;
	}
	.menu-toggle.hamburger span {
		display: inline-block;
	}
    .menu-toggle:before{
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 60em) {
	.menu-toggle {
		display: none;
	}
	#site-navigation .menu {
		float: right;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation .menu > li {
		display: inline-block;
	}
}
@media screen and (max-width: 60em) {
	header.row-box {
		display: block;
	}
    .site-branding{
		display: inline-block;
		width: calc(100% - 100px);
		position: relative;
    }
	.main-navigation .menu {
		padding-bottom: 20px;
	}
	.main-navigation .menu li{
		font-size: 22px;
	}
	.main-navigation .menu > li{
		padding: 10px 15px;
		border-bottom: 1px rgba(120,120,120,.4) solid;
	}
	.main-navigation .menu > li > a{
		font-weight: bold;
	}
	.main-navigation .sub-menu > li{
		padding: 5px 14px;
		font-size: 18px;
		border-left: 1px rgba(120,120,120,.4) solid;
	}
}

/*--------------------------------------------------------------
### Super Nav
--------------------------------------------------------------*/
#supernav.row-box{
	max-width: none;
	padding: 0;
    /*border-bottom: 1px #eee solid;*/
}
.super-navigation{
	width: 100%;
	display: table;
	border-spacing: 0;
}
.super-navigation > div{
	display: table-cell;
}
.super-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.super-navigation > div > ul {
	text-align: right;
}
.super-navigation .menu > li {
	display: inline-block;
}
.super-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.super-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.super-navigation ul ul li:hover > ul,
.super-navigation ul ul li.focus > ul {
	left: 100%;
}
.super-navigation ul ul a {
	width: 200px;
}
.super-navigation ul li:hover > ul,
.super-navigation ul li.focus > ul {
	left: auto;
}
.super-navigation li {
	position: relative;
	padding: 5px 12px;
	font-size: 11px;
}
.super-navigation a {
	display: block;
	text-decoration: none;
}
#super-menu:before,
#super-menu:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.super-navigation .box-link{
	padding:0;
    background-color: #000;
    color: #fff;
	font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}
/*.box-link.bright{
	background-color:#ffe600;
	color: #FFFFFF;
	animation: box-link-bright 25s infinite;
	-webkit-animation: box-link-bright 25s infinite;
	-moz-animation: box-link-bright 25s infinite;
	-o-animation: box-link-bright 25s infinite;
}
*/
@-webkit-keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}
@-moz-keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}
@-o-keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}
@keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}

.super-navigation .box-link a{
    padding: 10px 13px 10px 18px;
}
@media screen and (max-width: 37.5em) {
	.super-navigation li{
		font-size: 14px;
	}
	.super-navigation li.box-link {
		display: block;
	}
}

/*--------------------------------------------------------------
### Super Nav Message / CTA
--------------------------------------------------------------*/

.super-navigation .super-cta-container > ul {
	text-align: left;
}

@media screen and (max-width: 37.5em) {
	.super-navigation .super-cta-container {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1000;
		background-color: #fff;
		box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
	}	
	.super-navigation,
	.super-navigation > div {
		display: block;
	}
	.super-navigation > div > ul {
		text-align: center!important;
	}
}

/*--------------------------------------------------------------
### Child Nav
--------------------------------------------------------------*/
.kt-tab-alignment-center{
    display: flex;
    flex-direction: column;
}
.nowrap.wp-block-kadence-tabs .kt-tabs-title-list{
    flex-wrap: nowrap;
}
#child-nav{
	z-index: 990;
	position: relative;
	/*background: #000;*/
	text-align: center;
}
#child-nav,
.kt-tabs-title-list{
	width: auto!important;
    margin: 0 auto!important;
	padding: 1px;
	list-style: none;
    background-color: #F6F6F6;
    border-radius: 3px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25);
}
    .page-template-template-left-img #child-nav {
        padding: 0 35px;
        text-align: left;
    }

#child-nav li {
	margin: 2px;
    padding: 2px 5px;
	display: inline-block;
    position: relative;
    opacity: 0.9;
}
#child-nav a,
#child-nav .nav-title span {
	font-size: 12px;
	text-decoration: none;
    padding: 5px 6px;
    display: block;
}
#child-nav li.current_page_item,
.kt-tab-title-active{
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-radius: 3px;
}
#child-nav li:hover{
    opacity: 1;
    background-color: #fff;
    border-radius: 3px;
}

.app {
    display: flex;
    width: calc(100% + 6px);
    margin: 0 -3px 10px;
}
.hs {
  display: inline-flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
}
.hs > li,
.page_item {
  scroll-snap-align: center;
    flex-shrink: 0;
}
.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}



/*--------------------------------------------------------------
--------------------------------------------------------------*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 2em 0!important;
	padding-top: 20px;
	border-top: 2px #fff solid;
	overflow: hidden;
}
.post-navigation .nav-links a{
	display: table;
    width: 100%;
	text-decoration: none;
	line-height: 0;
}
.post-navigation .nav-links a span{
	display: table-cell;
    vertical-align: middle ;   
}
.post-navigation .nav-links a .thumb{
    vertical-align: top;
}
.post-navigation .nav-links a .thumb img{
	width: 100px;
}
.post-navigation .nav-links a .title{
	padding: 20px;
	font-size: 1.3em;
	font-weight: 200;
	line-height: 1.2;
}
.post-navigation .nav-links a .title .pre{
	font-size: .6em;
	font-weight: 800;
	letter-spacing: .3em;
	display: block;
    text-transform: uppercase;
    opacity: .5;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	width: 49%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}
@media screen and (max-width:783px){
	.post-navigation .nav-links a .thumb{
		display: none;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media screen and (max-width:783px){
	#secondary article > .column{ padding-top:10px; padding-bottom:10px; }
	#secondary article > .column:first-of-type{ padding-top:40px; }
	#secondary article > .column:last-of-type{ padding-bottom:40px; }
	#secondary article{ padding: 0; }
}

#colophon.site-footer{
	text-align: center;
}
#colophon.site-footer .site-info{
	display:block;
	display:inline-block;
}
.byline-info {
	background-color: #2d2d2d;
	color: #888;
	text-align: center;
}
#colophon.site-footer .footer-nav{
	display:block;
	display:inline-block;
	text-align:left;
}
.site-info .footer-img{
	height:2em;
	margin-left:10px;
}
img.fusion-power,
.site-info img.fusion-power{
	height: 15px;
	margin-top: 25px;
}
.footer-bug{
	height: 1em;
	padding-top:.125em;
	display:block;
	display:inline-block;
}
.disclaimer{
	font-size: 11px;
	color: #555555;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    margin-left: 0;
	margin-right: 1.5em;
}

.alignright {
    margin-right: 0;
	margin-left: auto;
}

.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


@media (min-width: 600px) {
    .wp-block-columns {
        flex-wrap:nowrap
    }
}

.wp-block-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap ;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
}
.wp-block-column > *:first-child{
    margin-top: 0;
}
.wp-block-column > *:last-child{

}
.wp-block-column p{
    width: 100%;
}
.list-of-stuff .wp-block-column{
    padding: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    border-radius: 6px;
}
    .list-of-stuff .wp-block-column > *:first-child{
        margin-top: 0;
    }
.main-content ol, .main-content ul, body#tinymce ol, body#tinymce ul {
    font-size: 0.8rem;
    font-weight: 500;
    padding-left: 1.5em;
    position: relative;
    width: 100%;
}

.main-content .section-content > .blockquote-main,
.main-content .section-content > blockquote,
.main-content .section-content > ol,
.main-content .section-content > ul {
    padding-left: 3em;
}

@media (min-width:576px) {
    .main-content ol, .main-content ul, body#tinymce ol, body#tinymce ul {
        font-size: 0.9rem;
        padding-left: 2em
    }
}

.main-content ol li + li, .main-content ul li + li, body#tinymce ol li + li,
body#tinymce ul li + li {
    margin-top: .2em
}

.main-content .section-content > ol:not(.drop-bullet):before,
.main-content .section-content > ul:not(.drop-bullet):before,
body#tinymce ol:not(.drop-bullet):before,
body#tinymce ul:not(.drop-bullet):before {
    background: #000;
    border-radius: 3px;
    bottom: 0;
    content: "";
    display: none;
    left: 10px;
    margin: 0.2em 0 0.2em;
    position: absolute;
    top: 0;
    width: 11px
}

@media (min-width:576px) {
    .main-content .section-content > ol:before,
    .main-content .section-content > ul:before,
    body#tinymce ol:before,
    body#tinymce ul:before {
        display: block
    }
}

.no-bullets li{
    margin: 4px 0;
    padding: 4px 0;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
section .column > ul {
	list-style: none;
	padding: 0;
}
section .column > ul > li {
	padding: 0.3em 1em;
	border-top: 1px rgba(125,125,125,0.25) solid;
	border-bottom: 1px rgba(125,125,125,0.25) solid;
}
section .column > ul > li + li {
	border-top: none;
	border-bottom: 1px rgba(125,125,125,0.25) solid;
}
.rich .column > ul,
section ul.rich {
    list-style-type: none ;
	padding: 0.25em 0;
}
.rich .column > ul > li,
section ul.rich li {
    list-style-type: none ;
	padding: 0.25em 0;
	border:none!important;
	margin-bottom: 10px;
	font-size: 1em;
}
.rich .column > ul > li:after,
section ul.rich li:after {
	content: '';
	display: block;
    width: 20px;
    height: 5px;
    margin: 10px auto 5px 0;
	line-height: 1;
	background-color: #ccc;
}

/*Drop Bullet List*/

ul.drop-bullet, ol.drop-bullet{
    list-style:none;
    display:inline-block;
    padding-left:1.6em;
}
ul.drop-bullet > li, ol.drop-bullet >li {
    clear:left;
    margin: 1px 0;
    padding: 5px 0;
}
ol.drop-bullet {
    counter-reset: liNum;
}
ol.drop-bullet > li {
    counter-increment:liNum 1;
}

ul.drop-bullet > li:before, ol.drop-bullet > li:before {
    content:"";
    height:1.2em;
    width:1.2em;
    display:block;
    float:left;
    margin-left:-1.75em;
    margin-top: 1px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
}
ol.drop-bullet > li:before{
    content:counter(liNum);
    text-align:center;
}
ul.drop-bullet > li:before{
    background-image:url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'><path style='fill:#6CAB36;' d='M13.21,12.04c0,2.43-1.98,4.41-4.41,4.41c-0.26,0-0.46-0.21-0.46-0.46c0-0.26,0.21-0.46,0.46-0.46 c1.92,0,3.48-1.56,3.48-3.48c0-0.26,0.21-0.46,0.46-0.46C13,11.57,13.21,11.78,13.21,12.04 M14.64,12.36C14.64,8.86,10.33,2.02,9,0 C7.67,2.02,3.36,8.86,3.36,12.36C3.36,15.47,5.89,18,9,18C12.11,18,14.64,15.47,14.64,12.36'/></svg>");
}
.drop-bullet a{
    text-decoration: underline ;
}

/*.rich .column > ul > li:nth-child(n+0):after, section ul.rich li:nth-child(n+0):after { width: 50px; }
.rich .column > ul > li:nth-child(n+1):after, section ul.rich li:nth-child(n+1):after { width: 30px; }
.rich .column > ul > li:nth-child(n+2):after, section ul.rich li:nth-child(n+2):after { width: 70px; }
.rich .column > ul > li:nth-child(n+3):after, section ul.rich li:nth-child(n+3):after { width: 20px; }
.rich .column > ul > li:nth-child(n+4):after, section ul.rich li:nth-child(n+4):after { width: 35px; }
.rich .column > ul > li:nth-child(n+5):after, section ul.rich li:nth-child(n+5):after { width: 60px; }*/


.rich strong {
	font-size: 1.2em;
}

.rich h3{
	font-size: 1.7em;
	margin: .25em 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.blog .type-post,
.archive .type-post{
    margin-bottom: 10px;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Look & Feel
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.color-bars{
	background-image: url(inc/img/color-bars-bottom.png)!important;
	background-position: center bottom!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}
.notes-icon:before,
.brand-icon:before{
	content: url(inc/img/icon-gray.png);
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.notes{
	background-image: url(inc/img/soft-BG.png)!important;
	background-position: left top!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}
.pattern{
	background-image: url(inc/img/Rhythm-BGPattern1-500.png)!important;
	background-position: left top!important;
	background-repeat: repeat;
}
.edge,
.pop.edge,
.edge.bottom-right{
	background-image: url(inc/img/Edging-bottomRight.png)!important;
	background-position: right bottom!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}
.edge.top-right{
	background-image: url(inc/img/Edging-topRight.png)!important;
	background-position: right top!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}

.metaslider .ms-image .caption-wrap {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
	font-size:2.1rem;
	line-height: 0.9em;
	text-transform:uppercase;
}
.metaslider .ms-image .caption-wrap .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -62%);
	text-align:center;
	width: 90%;
	font-weight: bold;
}
.metaslider .ms-image .caption-wrap .caption:first-line {
	font-size:0.3em;
	letter-spacing:0.4em;
}
@media screen and (min-width: 37.5em) {
	.metaslider .ms-image .caption-wrap {
		font-size:4rem;
	}
}
@media screen and (min-width: 65em) {
	.metaslider .ms-image .caption-wrap {
		font-size:6rem;
	}
}

.svg-graphic {
	display: block;
	margin: 0;
	position: absolute;
	top: -18px;
	right: 50px;
	z-index: 10;
	height: 36px;
	width: 300px;
}
.svg-graphic .obj1{ opacity: .5; }



/* SHORTCODE Taxonomy Dropdown */

.taxo-selector{
	display: block;
	text-align: center;
}
.stripe-start .taxo-selector{
	background: rgba(0, 0, 0, .05);
}
.taxo-selector.large{
	padding:30px;
	background-color: #f2f2f2;
	background-image: url('/wp-content/themes/Projects-Portfolio/assets/images/Mobile-Oyhut-BG2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	position: relative;
}
.top-shadow:before{
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    opacity: 0.25;
    background-image: url('/wp-content/themes/Projects-Portfolio/assets/images/Foundry-divider-shadow-30.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.taxo-selector.small{
	display: block;
    width: 100%;
    margin: 20px 0;
}
@media screen and (max-width:500px){
	.taxo-selector.small{
		display: none;
	}
	#tagline-special{
		text-align: center!important;
	}
}
.dropdown {
    position: relative;
    cursor: pointer;
}
.dropdown ul.dropdown-inner {
    position: absolute;
    top: 100%;
    list-style-type: none;
    left: 0;
    right: 0;
	margin: 0;
	padding: 10px 0;
	background-color: #000;
    z-index: 10;
    display: none
}
/*.dropdown:hover ul.dropdown-inner {
    display: block
}*/
.dropdown ul.dropdown-inner li {
	margin: 0;
}
.dropdown ul.dropdown-inner li a {
	color: #ffffff!important;
	background: #000000!important;
	display: block;
	padding: 14px 5px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
.small .dropdown ul.dropdown-inner li a {
	font-size: 13px;
	white-space:normal;
}

.dropdown ul.dropdown-inner li:hover a {
	color: #fff!important;
    background: #aaa!important;
    display: block
}

.taxo-selector .button{
	color: #000;
	border: 2px #000 dashed;
	line-height: 1em;
	text-align: center;
	width: 100%;
	height: auto;
	/*background: #fff;*/
	padding: 10px 20px;
	display: block;
}
.taxo-selector .small .button{
	border-width: 1px;
	font-size: 12px;
	margin: 5px 0px;
	padding: 5px 15px;
}
.taxo-selector .button,.taxo-selector .text{
	font-size: 20px;
	display: block;
}
.taxo-selector .small .button,.taxo-selector.small .text{
	font-size: 14px;
	margin: 0 0 0 5px;
	font-style: normal;
	font-weight: normal;
}

.eden-box{
    border: 16px #6cab36 solid;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, .2);
}
.drop-top-white,
.drop-top-green{
    position: relative;
}
.drop-top-white:before,
.drop-top-green:before{
	content: url(inc/img/dropTriangle-white.png)!important;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}
.drop-top-green{
	border-top: #6cab36 16px solid;
}
.drop-top-green:before{
	content: url(inc/img/dropTriangle-green.png)!important;
}
.rule-top{
    border-top-width:1px;
    border-top-style:solid;
    margin-top: 20px;
    padding-top: 20px;
}
@media screen and (max-width:660px){
    .mobile-figure-half figure{
        overflow-y: hidden;
        max-height: 60vh;
    }
    .mobile-figure-half figure img{
        transform: translateY(-5%);
    }
}


.kt-testimonial-text-wrap{
    border-color:rgba(238, 238, 238, 1);
    background:rgba(242, 242, 242, 1);
    color: #6cab36;
    padding:20px 20px 20px 20px
}
.kt-testimonial-content{
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
}
@media screen and (max-width:600px){
    .kt-testimonial-content{
        font-size: 1.1em;
    }
    .drop-top-white:before,
    .drop-top-green:before{
        transform: translate(-50%, 0) scale(0.6);
        transform-origin: top center;
    }
    
}
.kt-testimonial-text-wrap.accent:after{
    border-top-color:#6cab36;
}
#mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item.biggreenbutton > a.mega-menu-link,
.biggreenbutton a{
    color: #fff!important;
    background:rgba(108,171,54,0.00); 
}

#mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item.biggreenbutton:before,
.biggreenbutton:before{
    content: ''!important;
	z-index:0!important;
    display: block !important;
    position: absolute !important;
    top: 26%!important;
    right: 2%!important;
    bottom: 24%!important;
    left: 2%!important;
    border-radius: 30px;
    background-color: #6cab36!important;
}
@media screen and (max-width:900px){
#mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item.biggreenbutton:before,
.biggreenbutton:before{
        top: 0%!important;
        right: 0%!important;
        bottom: 0%!important;
        left: 0%!important;
      border-radius: 0!important;
    }
}

.post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.post-wrapper .post-box img {
    height: 250px;
    object-fit: contain;
}

.post-wrapper .post-box h2 {
    color: black;
    font-size: 20px;
}

h1.blog-title {
    text-align: center;
    margin-bottom: 5rem;
    text-transform: uppercase;
}

.navigation {
    margin: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
	.post-wrapper {
		grid-template-columns: 1fr;
	}
}
