/*! 
Theme Name: Eat Seattle
Theme URI: http://underscores.me/
Author: Bizango
Author URI: https://www.bizango.com
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eat-seattle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
:root {
	--text: #1e2e58;
	--links: #fc7161;
	--pageFrame: 1262px;
	--maxWidth: 2000px;
	--padLess: 2.3em;
	--padNorm: 3.56em;
	--padMore: 5em;
}
body, body.page{
	color: var(--text);
	width: 100%;
	max-width: var(--maxWidth);
	margin: 0 auto;
	overflow: auto !important;
	position: relative;
}
#tinymce {
	box-sizing: border-box;
	padding: 40px 20px;
}
.wp-core-ui select.disabled, .wp-core-ui select:disabled {
	background: none;
}
/*---------------CUSTOM PADDING---------------*/
.wp-block .block {
	padding-top: 3.2em;
	padding-bottom: 3.2em;
}
.wp-block .padding-top__normal {
	padding-top: 2.22em;
}
.wp-block .padding-top__none {
	padding-top: 0;
}
.wp-block .padding-top__more {
	padding-top: 4em;;
}
.wp-block .padding-bottom__normal {
	padding-bottom: 2.22em;
}
.wp-block .padding-bottom__none {
	padding-bottom: 0;
}
.wp-block .padding-bottom__more {
	padding-bottom: 4em;;
}
/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
.wp-block p, .wp-block ul, .wp-block figcaption {
	margin-top:0em;
	margin-bottom:0.7em;
}
.wp-block h1, h2, h3, h4,  h5, h6 {
	margin-bottom: 0.5em;
	margin-top: 0;
}
.wp-block figure {
	margin: 1em 0;
}
.wp-block figure img {
	max-width: 100%;
}
.wp-block iframe{
	max-width: 100%;
}
.wp-block ul{
	margin-left: 18px;
}
/* --------------------------------------------- TYPOGRAPHY */
p, li, figcaption {
	font-size:1rem;
  font-weight: 300;
	line-height:1.11em;
	margin-top:0;
	margin-bottom:0.7em;
}
figure {
	margin: 1em 0;
}
img,
iframe:not(.playerBox) {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0.5em;
	margin-top:0;
}
.wp-block h1,
#tinymce h1{
	font-size:2.8125rem;
	margin-bottom: 0.2em;	
}
.wp-block h2,
#tinymce h2{
	font-size:1.875rem;
	font-weight: 300;
}
.wp-block h3,
#tinymce h3{
	font-size:1.5625rem;
	font-weight: 300;
}
.wp-block h4,
#tinymce h4{
	font-size:1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.wp-block h5,
#tinymce h5{
	font-size:1.25rem;
	font-weight: 500;
}
.wp-block h6,
#tinymce h6{
	font-size:1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
/* To minimize extra thickness added to font-weight by browsers */
p,li,h1,h2,h3,h4,h5,a,li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
/* TinyMCE STYLES */
.font-weight-light {
	font-weight: 300;
}
.font-weight-medium {
	font-weight: 500;
}
.font-weight-black {
	font-weight: 900;
}
.font-size-14 {
	font-size: 0.875rem;
	line-height: 1;
}
.font-size-20 {
	font-size: 1.25rem;
	line-height: 1;
}
.font-size-25 {
	font-size: 1.5625rem;
	line-height: 1;
}
.font-size-40 {
	font-size:1.875rem;
}
.font-size-60 {
	font-size:2.8125rem;
}
.vertical-align-middle {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (min-width: 1024px){

	.font-size-40 {
		font-size: 2.5rem;
	}
	.font-size-60 {
		font-size: 3.75rem;
	}
}
/* --------------------------------------------- LINKS/BUTTONS */
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
.wp-block a,
#tinymce a{
	color:var(--links);
	text-decoration:none;
}
a:hover, a.current {
	  color: #1e2e58;
}
.pagination a {
	  font-weight: 700;
}
.acf-block-preview .button, .acf-block-preview button[type="submit"],
.acf-block-preview input[type="submit"],
.acf-block-preview .li-button > a,
#tinymce .button, #tinymce button[type="submit"],
#tinymce input[type="submit"],
#tinymce .li-button > a {
	background-color: #000;
    border: 2px solid white;
	color: white;
    cursor: pointer;
	display: inline-block;
    font-size: 0.889rem;
	font-weight: bold;
    letter-spacing: 0.1em;
	outline: none;
	padding: 15px 30px;
    position: relative;
}
/* Necessary for certain browser overrides */
button, input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
/* MCE BUTTONS */
.mce-ico.mce-i-custom-btn:before {
  content: "\02584";
  position: relative;
  top: -6px;
}
.text-link a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  text-transform: none;
}
.text-link a:after {
  display: none;
}
.block-editor-block-list__block.wp-block  {
	padding-top: 25px;
}
.block-editor-block-list__block.wp-block .acf-tab-wrap {
	padding-top: 17px;
}
.block-editor-block-list__block.wp-block:not([data-type="core/paragraph"])::before {
	content: attr(aria-label);
	position: absolute;
	top: 5px;
	left: 20px;
	font-weight: 700;
	z-index: 1;
}
.block-editor-inserter__menu .block-editor-block-list__block.wp-block::before {
	display: none;
}
.acf-fields-flex .acf-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.acf-fields-flex .acf-field {
	flex-basis: 33.33%;
	text-align: center;
}
.acf-table > thead > tr > th,
td.acf-field {
	text-align: center !important;
}
td.acf-field .message {
	display: block;
	margin-top: 3px;
}
/* OPTIONS */
/* applicable to all blocks */
.wp-block .background-color__black {
	background-color: #000;
}
.wp-block .background-color__transparent {
background-color: transparent;
}
.wp-block .background-color__white {
background-color: #fff;
}
.wp-block .background-position__bottom .block__bg-img {
background-position-y: bottom;
}
.wp-block .background-position__center .block__bg-img {
background-position-y: center;
}
.wp-block .background-position__top .block__bg-img {
background-position-y: top;
}
.wp-block .captions__no .content_image_caption {
display: none;
}
.wp-block .captions__yes .content_image_caption {
display: block;
}
.wp-block .full-bleed__yes > .page_frame {
max-width: none;
padding-left: 0;
padding-right: 0;
}
.wp-block .full-bleed__yes.block__admin-view > .page_frame {
padding-left: 42px;
}
.wp-block .padding-bottom__normal {
padding-bottom: 1em;
}
.wp-block .padding-top__normal {
padding-top: 1em;
}
.wp-block .padding-bottom__none {
padding-bottom: 0;
}
.wp-block .padding-top__none {
padding-top: 0;
}
.wp-block .padding-bottom__more,
.wp-block .padding-bottom__x2 {
padding-bottom: 2em;
}
.wp-block .padding-top__more,
.wp-block .padding-top__x2 {
padding-top: 2em;
}
.wp-block .padding-bottom__x3 {
padding-bottom: 3em;
}
.wp-block .padding-top__x3 {
padding-top: 3em;
}
.wp-block .padding-bottom__x4 {
padding-bottom: 4em;
}
.wp-block .padding-top__x4 {
padding-top: 4em;
}
.wp-block .padding-bottom__x10 {
padding-bottom: 10em;
}
.wp-block .padding-top__x10 {
padding-top: 10em;
}
.wp-block .parallax__yes {
background-color: transparent !important;
}
.wp-block .parallax__yes .block__bg-img {
background-image: none !important;
}
.wp-block .text-position__center .all-cols-wrap {
margin-left: auto;
margin-right: auto;
}
.wp-block .text-position__left .all-cols-wrap {
margin-left: 0;
}
.wp-block .text-position__right .all-cols-wrap {
margin-right: 0;
}
.wp-block .background-image-opacity__light .block__bg-img {
opacity: 0.3;
}
.wp-block .background-image-opacity__medium .block__bg-img {
opacity: 0.5;
}
.wp-block .background-image-opacity__strong .block__bg-img {
opacity: 0.7;
}
.wp-block .background-image-opacity__full .block__bg-img {
opacity: 1;
}
.wp-block .theme__dark,
.wp-block .theme__dark .block__bg-img {
background-color: #000; 
}
.wp-block .theme__light,
.wp-block .theme__light .block__bg-img {
background-color: #fff; 
}
.wp-block .theme__dark .block__bg-img,
.wp-block .theme__light .block__bg-img {
opacity: 0.5;
}
.wp-block .theme__dark ,
.wp-block .theme__dark  * {
color: #fff;
}
.wp-block .theme__light ,
.wp-block .theme__light  * {
color: #000;
}
.wp-block .crop-photos__yes .cropped-image {
display: block !important;
}
.wp-block .crop-photos__yes .cropped-image + img {
display: none !important;
}
.wp-block .center_columns__yes,
.wp-block .center-columns__yes{
	text-align:center !important;
}
.wp-block .center_columns__yes img.illustration,
.wp-block .center-columns__yes img.illustration{
	margin:0px auto 20px;
}
.wp-block .constrain-content__yes .page_frame {
max-width: 880px;
}

/* slider elements */
.wp-block .element__slider .slick-slide img {
margin-left: auto;
margin-right: auto;
}
.wp-block .element__slider .content_image_caption {
text-align: center;
}
.wp-block .element__slider .slick-initialized .slick-slide {
float: none;
display: inline-block;
vertical-align: middle;
}
.wp-block .full-bleed__yes .element__slider .slick-next,
.wp-block .full-bleed__yes .element__slider .slick-prev {
z-index: 1;
}
.wp-block .show-thumbs__yes .element__slider .slick-dots li {
height: auto;
width: auto;
}
.wp-block .show-thumbs__yes .element__slider .slick-dots li button {
background-repeat: no-repeat;
background-size: cover;
}
.wp-block .show-thumbs__yes .element__slider .slick-dots li button:before {
content: '';
}
.wp-block .slick-slider [contenteditable] {
/* safari bug fix */
-webkit-user-select: text;
user-select: text;
}
  /*
	EXAMPLE CODE FOR INCREASING SIZE OF THUMBNAILS
	Assumes max. 10 images to fit thumbs in single row with 5% padding on page.
	Might also require increasing bottom padding of slider or slider block
  */
  /* 
  @media only screen and (min-width: 667px){
	
	.show-thumbs__yes .slick-dots {
	  bottom: -50px;  
	}
	.show-thumbs__yes .slick-dots li button {
	  height: 50px;
	  width: 50px;
	}
  }
  */
  
/* grid elements */
.wp-block .element__grid .grid-item {
margin-bottom: 2.5em;
}
.wp-block .element__grid .grid-item {
display: inline-block;
vertical-align: top;
}
.wp-block .element__grid .grid-item img {
max-width: 100%;
}
/* TODO: put these in media queries */
.wp-block .element__grid .grid-columns-2 .grid-item,
.wp-block .element__grid .grid-columns-3 .grid-item {
margin-right: 5%;
}
.wp-block .element__grid .grid-columns-2 .grid-item {
width: 47.5%;
}
.wp-block .element__grid .grid-columns-3 .grid-item {
width: 30%;
}
.wp-block .element__grid .grid-columns-4 .grid-item {
margin-right: 4%;
width: 22%;
}
.wp-block .element__grid .grid-item.mod-item-0 {
margin-right: 0 !important;
}

/* form elements */
.wp-block .element__form form {
max-width: 500px;
}
.wp-block .element__form .form-field {
margin-bottom: 1em;
}
.wp-block .element__form .form-field label {
display: block;
}
.wp-block .element__form .form-field input,
.wp-block .element__form .form-field textarea {
box-sizing: border-box;
padding: 10px;
width: 100%;
}
.wp-block .element__form .form-field button[type=submit] {
padding: 10px 20px;
width: auto;
}
.wp-block .element__form .form-field textarea {
min-height: 100px;
}
.wp-block .element__form .form-field:not(.form-field__submit) input,
.wp-block .element__form .form-field textarea {
border: 1px solid #ddd;
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-clr__black,
.offset_hero.bg-clr__black > .bg-img {
	background-color: #000;
}
.block.bg-clr__white,
.offset_hero.bg-clr__white > .bg-img  {
	background-color: #fff;
}
.block.bg-clr__lgray,
.offset_hero.bg-clr__lgray > .bg-img  {
	background-color: #f7f7f7;
}
.block.bg-clr__gray,
.offset_hero.bg-clr__gray > .bg-img  {
	background-color: #f0f0f0;
}
.bg-clr__black .text,
.bg-clr__blue .text,
.bg-clr__black .text .btn-style__blank,
.bg-clr__blue .text .btn-style__blank{
	color: white;
}

  /* --------------------------------------------- UNIVERSALS */
.acf-block-preview {
	overflow: hidden;
}
/* --------------------------------------------- HELPERS */
.flex-auto {
	flex: 1 1 auto;
  }
	/* OVERLAYS */
	.olay::after, .olay-2::before, .olay-bg-2 .block__bg-img::before,
	.olay-bg .block__bg-img::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

  /* ------------NAV DEFAULT STYLING-------------- */
.wp-block .nav-bg {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 50px;
	  background-color: #133e3c;
	  z-index: -100;
  }
  #nav, .nav-grid, #mobile_nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
  }
  #nav.nav-center {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
  }
.wp-block .nav-grid-container {
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 auto;
			  flex: 1 1 auto;
	  margin-left: 20px;
  }
.wp-block .nav-grid {
	  -webkit-box-pack: end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  margin: 0;
  }
.wp-block .nav-grid.nav-auto {
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 auto;
			  flex: 1 1 auto;
  }
.wp-block .nav-grid.nav-center {
	  -webkit-box-pack: space-evenly;
		  -ms-flex-pack: space-evenly;
			  justify-content: space-evenly;
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 0px;
			  flex: 1 1 0;
	  width: auto;
  }
.wp-block .nav-grid-y {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	  margin: 0;
  }
.wp-block .nav-grid > li {
	  padding: 10px 32px;
  }
.wp-block .nav-util > li {
	  padding: 5px 10px;
  }
.wp-block .nav-grid > li.icon {
	  -ms-flex-item-align: center;
		  -ms-grid-row-align: center;
		  align-self: center;
	  padding-left: 5px;
	  padding-right: 5px;
  }
.wp-block .nav-grid li:nth-last-child(1) {
	  padding-right: 0;
  }
.wp-block .nav-grid a {
	  text-align: center;
  }
  /*---------------NAV---------------*/
  /* HEADER */
.wp-block .header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: var(--maxWidth);
	z-index: 9;
  }
.wp-block .header-full {
	position: relative;
  }
.wp-block .header-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  }
.wp-block .notice_container {
	color: white;
	padding: 12px 0 14px 0;
	position: relative;
	text-align: center;
	z-index: 2;
  }
.wp-block .notice_container p {
	font-size: 0.556rem;
	font-weight: 700;
	letter-spacing: 0.1em;
  }
  /* NAV CUSTOM */
.wp-block .logo-tilt-box {
	  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	  display: inline-block;
	  height: 350px;
	  left: 200px;
	  position: absolute;
	  top: -230px;
	  transform: rotate(75deg);
	  transform-origin: top left;
	  width: 350px;
  }
.wp-block .header__logo a {
	  display: inline-block;
	  height: 115px;
	  padding-top: 15px;
	  position: absolute;
	  top: 0;
	  transform: rotate(-5deg);
	  width: 136px;
	  z-index: 1;
  }
  a.logo img {
	  max-height: 60px;
  }
.wp-block .header__frame {
	  /* align-items: center; */
	  display: flex;
	  justify-content: space-between;
  }
.wp-block .header__nav {
	  flex: 1 1 auto;
  }
.wp-block .header .nav > li:hover .subnav {
	  left: 0;
  }
  #nav_frame{
	  /* display: none; */
	  position: relative;
		top: 0;
		left: 0;
	  width:100%;
	  max-width: 2000px;
	  z-index: 10;
  }
  #nav {
	  position:relative;
  }
.wp-block .nav {
	  padding: 0px;
	  list-style:none;
	  z-index:10;
  }
.wp-block .header__nav.static {
	  position: relative;
	  top: 0;
  }
.wp-block .header__nav.scroll {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: space-between;
	  opacity: 0;
	  padding-top: 10px;
	  position: absolute;
	  right: 20px;
	  top: -100%;
	  width: calc(100% - 40px);
  }
.wp-block .header__nav.scroll a {
	  font-size: 0.778rem;
	  padding-left: 15px;
	  padding-right: 15px;
  }
.wp-block .header__nav.scroll .li-button a {
	  padding: 5px 10px;
  }
.wp-block .nav a {
	  display: block;
	  color: white;
	  font-size: 0.833rem;
	  font-weight: 700;
	  letter-spacing: 0.1em;
	  text-transform: uppercase;
	  padding: 10px 20px;
  }
.wp-block .nav .nav-li a:hover {
	  color: var(--text);
  }
.wp-block .nav li {
	line-height: 1;
	margin: 0;
	padding: 0px; 
  }
  header .nav--primary .menu-item-type-post_type::after,
.wp-block .nav--primary li::after {
	  background: rgba(255,255,255,0.5);
	  content: "";
	  height: 20px;
	  position: absolute;
	  right: 0;
	  top: 14%;
	  width: 3px;
  }
.wp-block .scroll .nav--primary .menu-item-type-post_type::after {
	  top: 50%;
	  transform: translateY(-50%);
  }
.wp-block .static .nav--primary .menu-item-type-post_type > a {
	  padding-bottom: 22px;
  }
  header .nav--primary li:nth-last-child(-n + 3)::after,
  header .nav--primary.scroll li:nth-last-child(-n + 6)::after,
.wp-block .nav--primary li:last-child:after {
	  display: none;
  }
.wp-block .nav--primary .menu-item-type-custom {
	  padding-bottom: 12px;
  }
.wp-block .nav--primary .li-button.first {
	  margin-left: -15px;
  }
.wp-block .li-button > a {
	  background: var(--blue);
	  border: 1px solid white;
	  margin-left: 15px;
	  padding: 7px 10px;
  }
.wp-block .li-button.pink > a {
	  background:var(--pink);
	  margin-left: 6px;
  }
.wp-block .nav {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  list-style: none;
		margin: 0;
	  padding: 0;
  }
.wp-block .nav > li {
	  position: relative;
  }
.wp-block .nav--utility li {
	  padding-bottom: 0;
  }
.wp-block .nav--utility a {
	  font-size: 0.667rem;
	  padding: 15px;
  }
.wp-block .nav .icon a {
	  color: var(--blue);
	  font-size: 0;
	  margin: 0;
	  padding: 0px;
  }
.wp-block .nav .icon a::before {
	  font-size: 1.1rem;
  }
.wp-block .nav .subnav li {
	  display: block;
	  }
.wp-block .subnav {
	  display: none;
	  position: absolute;
	  top: 100%;
	  left:0;
	  min-width: 100%;
	  color: white;
	  background-color: rgba(0,0,0,0.5);
	  margin: 0;
  }
  #nav li:hover > .subnav,
.wp-block .subnav:hover {
	  display: -webkit-box;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  flex-direction: column;
  }
.wp-block .subnav li {
	  background: none;
	  margin: 0 15px;
	  border-right: none;
  }
.wp-block .subnav a {
	  white-space: nowrap;
	  padding: 5px 0;
	  line-height: 20px;
	  text-transform: none;
  }
  #mobile_nav {
	  display: none;
  }
  /* HP NAV STYLING */
  #page_home .logo-tilt-box,
  #page_home .header__logo,
  #page_home .header-bg {
	  display: none;
  }
  #page_home .header__nav,
  #page_home header .header__nav::before,
  #page_home header .header__nav::after {
	  background: rgba(36,178,156,0.9);
  }
  #page_home .header-full {
	  position: fixed;
	  width: 100%;
  }
  #page_home header .header__nav::before,
  #page_home .header-full .header__nav::after {
	  content: "";
	  height: 100%;
	  left: 100%;
	  position: absolute;
	  top: 0;
	  width: calc((100vw - 900px)/2);
  }
  #page_home header .header__nav::before {
	  left: auto;
	  right: 100%;
  }
  #page_home .header__nav {
	  flex: none;
	  margin-left: auto;
  }
  @media only screen and (max-width: 1000px){
	  .header__nav .nav--primary, .header__nav .nav--utility,
	  .header__nav.scroll {
		  display: none;
	  }
	  .header .page_frame {
		  padding: 0;
	  }
		  #mobile_nav {
		  display: flex;
			  position: relative;
			  padding: 0 20px;
			  box-sizing: border-box;
	  }
	  #mobile_nav .icon a{
			  position: relative;
		  cursor: pointer;
			  display: block;
			  color: black;
			  font-size: 3.2rem;
			  transform: scaleX(1.2);
			  width: 42px;
		  margin-left: auto;
			  text-align: right;
			  z-index: 11;
	  }
	  .nav--mobile {
		  background: rgba(0,0,0,0.7);
		  color: #fff;
		  display: none;
		  padding-top: 95px;
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
	  }
	  .nav--mobile > li {
		  box-sizing: border-box;
		  margin: 0;
		  padding: 0;
		  text-align: right;
	  }
	  .nav--mobile a {
		  padding: 10px 5%;
	  }
	  .nav--mobile .subnav {
		  position: relative;
		  background: #a3a3a3;
	  }
	  /* || MOBILE SUBNAV STYLING */
		  #mobile_nav .nav a.has-subnav:after {
			  content: "\0002B";
			  position: relative;
			  display: inline-block;
			  top: 2px;
			  font-size: 1.5em;
			  margin-left: 5px;
			  transform: none;
			  transition: transform ease 700ms;
		  }
		  #mobile_nav .nav .active > a.has-subnav:after {
			  transform: rotate(45deg) translateY(0px);
			  transition: transform ease 700ms;
		  }
  }
  /* --------------------------------------------- FOOTER */
.wp-block .footer {
		background: #1e3058;
		padding-top: 64px;
  }
.wp-block .footer .nav {
	  align-items: stretch;
  }
.wp-block .footer .nav li {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
  }
.wp-block .footer .nav a {
		font-size: 0.722rem;
		text-align: center;
  }
.wp-block .footer .nav--primary li::after {
	  top: 50%;
	  transform: translateY(-50%);
  }
.wp-block .footer .nav--primary .menu-item-type-custom {
	  padding-bottom: 0;
  }
.wp-block .footer .nav--primary .menu-item-type-post_type > a {
	  padding-bottom: 10px;
  }
.wp-block .footer .subnav {
		display: none;
  }
.wp-block .deep-footer {
		background-color: #1e3058;
		color: #667ba9;
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
  }
.wp-block .deep-footer__content {
		text-align: center;
  }
.wp-block .deep-footer .copyright {
		font-size: 0.625rem;
		letter-spacing: 0.2em;
		text-transform: uppercase;
  }
  #bizango{
		width:220px;
		height:12px;
		padding-bottom:20px;
		font-size:10px;
		color:#888;
		display:block;
		margin:40px auto 25px;
		background-image:url("/images/bizango-white.png");
		background-repeat:no-repeat;
		background-position:center bottom;
  }
  @media only screen and (max-width: 900px) {
	  #footer .page_frame {
		  padding-bottom: 20px;
	  }
	  #footer::before {
		  left: 5px;
	  }
	  #footer::after {
		  bottom: auto;
		  top: 145px;
	  }
	  #footer_nav {
		  margin: 0 5%;
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
		  flex-direction: column;
	  }
	  #footer_nav,
	  #footer_nav .main-nav {
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  #footer_nav ul.nav {
		  -ms-flex-wrap: wrap !important;
			  flex-wrap: wrap !important;
	  }
	  #footer_nav > a {
		  margin-left: 0;
		  margin-bottom: 35px;
	  }
	  #footer_nav .main-nav {
		  width: 90%;
	  }
  }
  @media only screen and (max-width: 640px) {
	  #footer_nav .main-nav {
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
	  }
  }
  /*---------------THEMES + BACKGROUNDS---------------*/
.wp-block .block.bg-clr__black,
.wp-block .block.bg-clr__black .block__bg-img {
	  background-color: #000;
  }
.wp-block .block.bg-clr__white,
.wp-block .block.bg-clr__white .block__bg-img {
	  background-color: #fff;
  }
.wp-block .bg-clr__black .text,
.wp-block .bg-clr__blue .text,
.wp-block .bg-clr__black .text .btn-style__blank,
.wp-block .bg-clr__blue .text .btn-style__blank {
	  color: white;
  }
	/* --------------------------------------------- 404 */
	.error-404 {
		padding-top: 60px;
	}
  /* --------------------------------------------- CUSTOM BLOCK OPTIONS */
.wp-block .entry-content {
	  margin-top: 0;
  }
.wp-block .block.narrow-content__some .all-cols-wrap {
	/* max-width: 75%; */
	max-width: 915px;
	margin: 0 auto;
  }
.wp-block .block.narrow-content__more .all-cols-wrap {
	/* max-width: 61%; */
	max-width: 808px;
	margin: 0 auto;
  }
  /* --------------------------------------------- CUSTOM BLOCKS */
  /* --------------------------------------------- TWO COL */
  @media only screen and (min-width: 768px) {
	  .two_col_content .all-cols-wrap .col-1,
	  .two_col_content .all-cols-wrap .col-2 {
		  width: 38.88889%;
		  margin-left: 11.11111%;
	  }
	  .two_col_content.big_right .all-cols-wrap .col-1,
	  .two_col_content.big_left .all-cols-wrap .col-1 {
		  width: 38.88889%;
		  margin-left: 5.5556%;
	  }
	  .two_col_content.big_left .all-cols-wrap .col-1,
	  .two_col_content.big_right .all-cols-wrap .col-2 {
		  width: 44.44444%;
		  margin-left: 5.5556%;
	  }
  }
