/* @override 
	https://tonibusse.local/wp-content/themes/deejohns/style.css */

/*
Theme Name: Dee Johns Upholstery
Description: A custom theme designed especially for you.
Version: 1.0
Author: sarah @ sw33t
Author URI: https://sw33t.com
License: For use on this site only.
*/

/* @group reset */
*{border:0;font-size:100%;font:inherit;vertical-align:baseline;padding:0;margin:0;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;max-width:100%}html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}pre{border:1px solid rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px;max-width:100%;overflow:auto;padding:12px;white-space:pre;white-space:pre-wrap;word-wrap:break-word}blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}blockquote{color:#767676;font-size:19px;font-style:italic;font-weight:300;line-height:1.2631578947;margin-bottom:24px}blockquote cite,blockquote small{color:#2b2b2b;font-size:16px;font-weight:400;line-height:1.5}blockquote em,blockquote i,blockquote cite{font-style:normal}blockquote strong,blockquote b{font-weight:400}button,input,select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}button,input{line-height:normal;margin-top:0;margin-bottom:4px}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}hr{background-color:rgba(0,0,0,0.1);border:0;height:1px;margin-bottom:23px}ol,ul,li,dl,dd{font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
*, *::before, *::after {
  box-sizing: border-box;}
/* @end */
/* @group layout */

body, button, input, select, textarea, blockquote, ul {
	font-family: 'Inter', sans-serif;
  font-size: 62.5%;}
  
body {
  color: #333;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	background-color: #f2eae1; }

.main {
  flex-grow: 1; }

footer {
  width: 100%;}

header {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0; }

.content.two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-width: 50px;
  column-width: 50px;}

.flex {
    display: flex;
		flex-wrap: wrap;
    justify-content: flex-start; }

@media screen and (max-width: 750px) {
    .flex {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;    }}

a {
    text-decoration: underline;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;}

a:visited {
  text-decoration: underline;
  color: #111;}

a:hover {
  text-decoration: none;
  color: #333;}
    
/* @end */
/* @group Typography */

h1, h2, h3, h4, h5 {
	font-family: Fraunces, sans-serif;
	font-weight: 700; }

h1 {
	font-size: 4.3em !important;
	line-height: 1.1em !important;
	margin: .5em 0 .9em 0; }
	
	@media screen and (max-width: 420px) {
		h1 {
	font-size: 3.3em !important;
	line-height: 1.1em !important;
	margin: .5em 0 .9em 0; }}

h1 strong {
  color: #c7bbab; }

h2 {
  font-size: 3.7em;
	font-weight: 900;
  line-height: 1.0em;
  margin: .8em 0 .4em 0; }
  
  h2 strong {
		font-weight: 900;
		color: #476a68;	}
  
  h6 + h2 {
		margin: 17px 0 0; 	}
		
	.wp-block-group.has-gray-background-color h2 {
		color: #fff; 	}

h3 {
  font-size: 2.7em;
	font-weight: 600;
  line-height: 1.1em;
  margin: 1.3em 0 .1em 0; }
  
  h3 strong {
		font-weight: 600;
		color: #476a68; 	}
		
	h6 + h3 {
		margin: 17px 0 0; 	}

h4 {
  font-size: 2.2em;
  line-height: 1.1em;
  margin: 1.3em 0 1.2em 0;
	color: #476a68;
	font-weight: 600; }
  
  h4 + h4 {
		font-size: 1.15rem;
		line-height: 1.7rem;
		color: #333333;
		margin: -.9em 0 1em; 	}

h5 {
  font-size: 2.6em;
  line-height: 1.1em;
  margin: 1.2em 0 .4em 0;}

h6 {
	font-family: grange, sans-serif;
	font-weight: 700;
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 1.1em;
	margin: 1.3em 0em .5em;
	color: #476a68; }
	
	.wp-block-cover .wp-block-cover__inner-container > h6 {
		margin: 0;
		color: #91afab; }
		
	.wp-block-cover .wp-block-columns h6 {
		margin: 0;
		color: #476a68; }
	
	.has-tan-gradient-background h6 {
		color: #754c24; 	}
		
/*	.has-teal-gradient-background h6 {
		color: #91afab; 	}*/

img {
  border: 0;
	max-width: 100%;
	height: auto;}

p, blockquote, pre, ol, ul, dl, table {
  font-size: 1.7em;
  line-height: 1.5em;
  margin: 1.2em 0em 1.2em 0em; }
  
sup {
	vertical-align: super;
	font-size: .7rem;
	line-height: .7rem; }
  
figcaption {
	text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: .2em 0 .2em 0; }

ol, ul, dl, table {
  line-height: 1.3em;
  padding-left: 2.2em; }

ul > li, ol > li {
	font-size: 1em;
	margin: 0;
	padding: 4px 0;}

ul > li > ul, 
ol > li > ol {
	margin: 0; }

ul > li > ul > li, 
ol > li > ol > li {
	font-size: 1.1rem;
	line-height: 1.9rem;
	margin: 0;}

*:focus {
  	outline: none;}

s,del	{
	text-decoration: line-through;}
	
strong, b {
  font-weight: 700;}
 
.small {
	font-size: .7rem; }

/* @end */
/* @group customizer */

.customizer h1,
.wp-block-cover .wp-block-cover__inner-container h1 {
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
	
.customizer h2,
.wp-block-cover .wp-block-cover__inner-container h2 {
	color: #fff; }
			
	.wp-block-cover .wp-block-cover__inner-container h1 em {
		color: #2797cf;	}
			
	.wp-block-cover .wp-block-cover__inner-container p {
		color: #fff;
		margin: 0;	}

.customizer .content {
	position: relative;	
	padding-top: calc(9vw + 50px);
	max-width: 915px;
	padding-bottom: 9vw;
	text-align: center;	}
		
	.customizer {
		position: relative;
		max-width: 100% !important;
		width: 100% !important;
		margin-top: 0px;
		padding-bottom: 0px;
		background: #000;
		margin-bottom: 0px;}
		
.customizer img {
	position: absolute;
	top: 0;
  left: 0;
	opacity: .4;
  width: 100%;
  height: 100%;
  object-fit: cover;}


/* @end */

/* @group content */

.main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;}

.main > *:not(#modal-container):not(.section):not(.breadcrumbs):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.alignwide):not(.wide):not(ul.page-numbers):not(.bottom_nav) {
	max-width: 800px;
	width: 92%;
  margin-left: auto;
  margin-right: auto; 	}
	
.wp-block-media-text,
.wp-block-group {
	max-width: 100% !important;
	width: 100% !important; }
	
.wp-block-cover:not(.alignfull) {
  width: 92%;
	max-width: 1100px !important;
	width: 98% !important;
  padding: 0;
  margin: 0 auto;
  position: relative;}

.wp-block-cover:not(.alignfull) {
	box-shadow: 0 0 9px rgba(68, 68, 68, 0.6);
	margin-bottom: 5em; }
	
	/*contact columns*/
.alignwide {
	width: 98%;
	max-width: 1100px;
	margin: 3em auto !important; }
	
/*.wp-block-image.alignfull,
.wp-block-media-text.alignfull,
.wp-block-columns.alignfull,
.wp-block-cover.alignfull*/
.alignfull {
	width: 100%;
	max-width: 100%; }

.content.full {
  width: 100%;
  padding: 0;
  margin: 0 auto;}

header .content.full {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 4em 0 1em;
  display: flex;
  align-items: flex-end;
	justify-content: space-between; }

/* @end */
/* @group Logo/Header */

.logo {
  width: 40%;
  flex: 0 1 auto;
  min-width: 34px;
  position: relative;
  z-index: 100 !important;
  margin-bottom: 1em;
  margin-top: 0em;}

.logo img {
  display: block;
  width: 100%;
  max-width: 270px;
  height: auto;}

.main .content img {
  max-width: 100%;
  height: auto;}

/* @end */
/* @group Buttons */

.wp-block-buttons {
	margin-top: 2em;
	margin-bottom: 2em; }

.wp-block-button a.wp-block-button__link {
	font-family: grange, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1em;
	padding: 7px 17px 9px;
	text-transform: uppercase; }

.wp-block-button a:hover {
	color: #fff;
	background: #7c9b9a; }
	
.wp-block-button.is-style-outline {
	border: 1px solid #333;
	border-radius: 25px; }

.wp-block-button.is-style-outline a:hover {
	color: #000;
	background: #ededed; }
  
.wp-block-button.is-style-button-alternate a {
	color: #e0d3c1;
	background: #4a3e3a; }
	
.wp-block-button.is-style-button-alternate a:hover {
	background: #222; }
	
p.button a:link, 
p.button a:visited {
	padding: 7px 17px 10px;
	border-radius: 25px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  background: #000; }
	
/* @end */
/* @group Special Notice */

.special_notice {
  color: #fff;
  background: #503d31;
  margin: 0;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 14px;}

.special_notice h6 {
  margin: 0;
  padding: 5px 0 0;}

.special_notice p {
	font-size: .9rem;
  margin: 0;
  padding: 0;}
  
.special_notice a:link,
.special_notice a:visited {
	color: #fff;
	text-decoration: none;
	display: block; }
	
.special_notice a:hover {
	color: #f2e9e1;
	text-decoration: underline; }

/* @end */
/* @group Breadcrumbs */

.breadcrumbs { }

.breadcrumbs nav {
	padding: 5px 0;
	margin: 0 auto; }

ol.breadcrumb li.active {
	font-weight: 700; }

ol.breadcrumb {
	font-size: 1rem;
	margin: 1em auto;
	padding: 0;
	text-align: center; }
    
/* @end */

/* @group Navigation */

.phone {
	font: 1.8em 'Fraunces', serif;
	font-weight: 700;
	line-height: 1em;
  height: auto;
	text-align: right;
	color: #422d20; }

.phone a:link, 
.phone a:visited {
	color: #422d20;
  text-decoration: none;}
  
.phone a:hover {
	color: #888; }
  
  footer .phone {
		text-align: center;	}

.phone p, 
.address p {
    margin: 0; }
    
header .address p {
  text-align: right;
  font-size: 1em;
  line-height: 1.2em;
  margin: .2em 0 .4em 0;}
  
  footer ul.nav-menu {
		justify-content: center; 
		flex-wrap: wrap; 	}
	  
	footer ul.nav-menu li a:link,
	footer ul.nav-menu li a:visited {
		padding: 15px 10px 5px 0;}
	
	footer ul.nav-menu li {
	  font-size: 1.7em;
	  line-height: 1em;
	  margin: 0 12px 0 0;
	  padding: 0;
	  position: relative;}
	  
#access #toggle-bar {
  display: none; }

#access {
  flex: 1 1 auto;
  flex-direction: row;}

ul.nav-menu {
	font-family: grange, sans-serif;
	font-weight: 700;
	font-style: normal;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
	flex-wrap: wrap;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 1em;
	text-transform: uppercase; }

ul.nav-menu li {
  font-size: 1.9em;
  line-height: 1em;
  margin: 0 0 0 12px;
  padding: 0;
  position: relative;}

ul.nav-menu li a:link, 
ul.nav-menu li a:visited  {
  color: #57402c !important;
  display: block;
  padding: 5px 10px 18px;
  text-decoration: none;
  margin: 0;}

ul.nav-menu li:last-child a {
  padding-right: 0; }

footer a[aria-current], 
ul.nav-menu li.current-menu-item > a, 
ul.nav-menu li.current_page_parent > a, 
#access ul li.current-menu-parent > a, 
ul.nav-menu li.current-menu-parent ul.sub-menu li.current_page_item a, 
ul.nav-menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #476a68 !important;
  text-decoration: underline;}
  
ul.nav-menu li:hover > a, 
ul.nav-menu ul:hover > a, 
ul.nav-menu a:focus {
  color: #555 !important;
	text-decoration: underline; } 

	footer ul.nav-menu li a:hover, 
	footer ul.nav-menu li.current-menu-item > a {
	  color: #476a68 !important;
	  text-decoration: none;}

#access ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  background: #eee;}

#access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: .9em;
  top: 44px;
  list-style: none;
  left: 0;
  width: 188px;
  opacity: 0;
  visibility: hidden;
	display: none;
  transition: opacity .2s ease-in-out .2s;}

#access ul ul li {
  margin: 0;}

#access ul ul a {
  background-color: #fff;
  color: #333;
  font-size: .9rem;
  height: auto;
  line-height: 1.2em;
  padding: 10px 20px 12px !important;
  width: 188px;
  margin: 0;
  text-align: left;}

#access ul ul a:hover {
  background: #eee;
  color: #111;
  text-decoration: none;}

#access ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;}
  
/* @end */
/* @group Navigation - 967px */
@media screen and (max-width: 880px) {

	.phone {
		font: 1.3em 'Fraunces', serif;
		font-weight: 700;
		line-height: 1em;
	  height: auto;
		text-align: right;
		color: #422d20; }

	nav#access {
  	display: flex;
		flex-flow: row wrap;
  	justify-content: flex-end; 	}
		
	nav#access a {
		-webkit-transition: none .3s;
	  -moz-transition: none .3s;
	  -o-transition: none .3s;
	  -ms-transition: none .3s;
	  transition: none .3s;		}

  header .phone {
		display: block;
		width: 100% !important;
		order: -1;	}

  header .content.full {
    padding: 0 0 1em;
    margin: 0 auto;
    width: 96%;    }

  header .logo {
    flex: 0 1 auto;
    width: 75%;
    max-width: 200px;
    margin-top: 21px;
    margin-bottom: 0; }

  header .logo a {
    text-align: left;
    margin: 0 !important; }
		
  #access #toggle-bar {
    display: inline-block;
    z-index: 1000;
		margin-top: 3px;	}
		
	  #access #toggle-bar a {
	    color: #222;
	    padding: 7px 0 8px 10px;
	    margin: 0;
			display: flex;
			justify-content: flex-end;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.5em;
			line-height: 1em;
	 		font-style: none;
			text-transform: uppercase;	}
 		
	  #access #toggle-bar a img {
			margin-left: 7px;
			width: 30px;
			height: 15px;	}

  nav#access ul.responsive {
		position: absolute;
		left: 0;
    margin: 0;
    background: #f2e9e1;
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
		top: 95px;	}
		
  #access ul.nav-menu li {
    display: none; }

  #access ul.responsive li {
    margin: 0;
    font-size: 1.7em;
		line-height: 1.7em;
    z-index: 100 !important;
    position: relative;
    display: block !important;
    width: 100%; }

  #access ul.responsive li a {
    display: block !important;
    width: auto;
    text-align: center;
    padding: 10px 5px 12px 10px;
    margin: 0;
    text-decoration: none;
    background-color: none; }
		
		#access ul.nav-menu li.current-menu-item > a, 
		#access ul.nav-menu li.current_page_parent > a, 
		#access ul li.current-menu-parent > a {
			background: #fff !important;	}
}

@media screen and (max-width: 420px) {
	header .phone {
		display: none;	}}

/* @end */
/* @group FOOTER */

.footer {
	max-width: 700px;
	width: 96%;
	margin: 0 auto;
	justify-content: space-between;
  display: flex;
	flex-flow: row wrap;
	padding-top: 4em;
	padding-bottom: 3em; }
	
	@media screen and (max-width: 780px) {
		.footer {
			justify-content: center;
			flex-flow: column wrap;
			padding-top: 4em;
			padding-bottom: 3em;
			text-align: center;	}	}

.footer .column {
  padding: 1em 2em 1em 2em; }

.footer ul.nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
	padding: 2em;}

/*SECOND FOOTER*/

footer {
  text-align: center;
  margin: 0 auto;
  padding: 1.8em 0 1em;}

footer .content > p {
  font-size: 1.2em;
  clear: both;
  padding: .2em 0;
  margin: 1em 0;
  text-align: center;}

footer p.credit {
  font-size: .9em;
  text-align: center;
	color: #777;}

footer p.credit a:link, 
footer p.credit a:visited {
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
  color: #777;
  border-radius: 4px;}

footer p.credit a:hover {
  color: #000;}

@media screen and (max-width: 580px) {
  footer .column {
    width: 90%;
    margin: 0 auto;    }}

/* @end */
/* @group Next Nav - Single */

.nextnav {
  display: flex;
  justify-content: space-between;}

.navleft, 
.navright {
    flex: 50%; }

.navleft {}

.navright {
    text-align: right;}

.nextnav a:link, 
.nextnav a:visited {
    font-weight: 700;
    text-decoration: none;}

.nextnav em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 1.4rem;
    color: #888;}

.nextnav a:hover {
    color: #888;}

.nextnav p {
    /*single.php*/
    font-size: 2em;
    line-height: 1.2em;
    margin: 1em 0 1.3em 0;}

.nextnav p.button {
    /*index.php*/
    position: relative;
    margin: 1em 0;}

.nextnav .navleft p a:hover {
    color: #888;}

@media screen and (max-width: 580px) {
  .navleft, .navright {
    width: 98%;
    font-size: .9em;    }}

/* @end */
/* @group PAGE NUMBERS */

ul.page-numbers,
.bottom_nav {
	background: #eee; }

ul.page-numbers {
	font-size: 1.4em;
	line-height: 1.4em;
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	justify-content: center; }

ul.page-numbers li {
    flex: 0 0 auto;
    margin: 5px 1px;}

ul.page-numbers li span.dots {
    margin: 15px 7px;
    display: block;}

ul.page-numbers li span.current, 
ul.page-numbers li a {
		padding: 5px 14px 7px;
		margin: .2em;
    display: block;
    color: #fff;
    background: #333;}

ul.page-numbers li a:link, 
ul.page-numbers li a:visited {
    background: #777;
    color: #fff;
    text-decoration: none;}

ul.page-numbers li a:hover {
    background: #000;}

@media screen and (max-width: 580px) {
	
	ul.page-numbers li span.dots,
	ul.page-numbers li span.current,
  ul.page-numbers li a:not(.prev, .next) {
      display: none;    }

  ul.page-numbers li {
      flex: 1 0 auto;
      margin: 5px 0;    }

  ul.page-numbers li a.next {
      text-align: right;    }
}

/* @end */
/* @group page links */

.nextnav.page_links p.button a, 
.nextnav.article_links p.button a {
    color: #333;
    padding: 0;
    font-weight: 600;
    margin: 1em 0;
    text-decoration: none;
    background: none;
    box-shadow: none;
    width: 100%;}

.nextnav.page_links p.button a:hover, 
.nextnav.article_links p.button a:hover {
    color: #777;}

.nextnav.page_links p.button a, 
.nextnav.article_links p.button a {
    line-height: 1.3em;
    padding-top: 0;
    width: 100%;}

@media screen and (max-width: 680px) {
  .nextnav.page_links p.button a,
  .nextnav.article_links p.button a {
      margin-top: 3%;  }

  .nextnav.article_links p.button {
      font-size: 1.4em;
      line-height: 1.3em; }}

.nextnav.page_numbers {
    text-align: center;}

.nextnav.page_numbers .dots {
    margin-right: 7px;}

.nextnav.page_numbers p.button {
    font-size: 1.4em;
    padding: 0;
    line-height: 1.0em;
    margin: 1.5em 0 .5em;
    width: 100%;}

.nextnav.page_numbers .page-numbers.current {
    padding: 12px 20px 12px;
    margin-right: 1%;
    color: #fff;
    background: #3e454a;}

.nextnav.page_numbers p a:link, .nextnav.page_numbers p a:visited {
    color: #fff;
    padding: 15px 20px;
    margin-right: 1%;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;}

.nextnav.page_numbers p a:hover {
    color: #fff;}

/* @end */
/* @group Wordpress */

.textwidget {
    margin-bottom: 0px;
    margin-top: 0px;}

.clear {
    clear: both;}

#tags {
    margin-bottom: 35px;}

p.tags {
    border-bottom: 2px solid #ccc;
    margin-bottom: 35px;}

.alignleft {
    float: left; }

.alignright {
    float: right; }

@media screen and (max-width: 710px) {
.alignleft {
    display: block;
    float: none;
    margin: 0 auto 1.5em !important; }

.alignright {
    display: block;
    float: none;
    margin: 0 auto 1.5em !important;  }}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;}

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0;}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;}

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px;}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;}

.wp-caption {
  margin-bottom: 24px;}

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

.wp-caption {
  color: #767676;}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;}

blockquote.aligncenter, 
img.aligncenter, 
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;}

.edit_link {
  text-transform: uppercase;
  font-size: .4em;}

iframe {
	width: 97%;
	display: block;
	margin: 0 auto 4em !important;
	max-width: 980px !important; }

/* @end */

/* @group Forms */

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="file"],
.gform_wrapper textarea, 
.gform_wrapper select,
.gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"]  {
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  /*border-radius: 3px;*/
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	border: 1px solid #c4c4c4;
	color: #555; 
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  padding: 6px 9px 8px !important;
  margin: 0 !important;}
  
.gform_body {
/*	margin: 5em 5em 2em; */
}
	
/*	@media screen and (max-width: 520px) {
		.gform_body {
			margin: 5em 0 2em; }	}*/
  
.gform_wrapper fieldset {
	margin: 12px 0 9px !important; }
  
 form.post-password-form {
		text-align: center;	}
		
.gform_description {
	font-size: 1rem;
	line-height: 1.5em;
	display: table;
	margin: 0 0 .9em; }

.gform_required_legend {
	display: none;
	font-size: 1.5em;
	line-height: 1.0em;
	margin: .2em 0; }
		
.post-password-form input {
	width: auto !important;
  appearance: none;
  background-color: #fff;
  /*border-radius: 3px;*/
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	border: 1px solid #c4c4c4;
	color: #555; 
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  padding: 6px 9px 8px !important;
  margin: 0 !important;}

.gform_wrapper button, 
#searchsubmit,
.wp-block-search .wp-block-search__button,
.gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"] {
  width: auto !important;
  color: #fff;
  text-decoration: none;
  margin: .5em 0 !important;
  display: inline-block;
  /*border-radius: 12px !important;*/
	border: none;
  background: #000;
	padding: 4px 20px 5px !important; }
	
.wp-block-search .wp-block-search__button {
  margin: 2px 5px !important; }
  
.gform_wrapper {
	margin-top: 2em; }

.gform_wrapper select {
  background-image: url(images/select-bg.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-background-size: 12px 10px;
  background-size: 12px 10px;}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select:focus {
  border-color: #adadad;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
  outline: none;}
 
 	
/*sublabel: first name*/
label,  
.wp-block-search .wp-block-search__label {
  text-align: left !important;
	margin: 1px 0 4px !important;
  font-style: normal;}
  
  .gfield_content_label {
		font-size: 2rem !important;	}
	
	.ginput_container_consent {
		font-size: 1.4em !important;	}
	
	.gform_wrapper.gravity-theme .ginput_total {
		/*color: #000 !important;*/
		font-weight: bold;
		font-size: 1.9em !important;	}
		
.gform_wrapper .gfield_label {
 	margin: 1px 0 9px !important;
 	/*color: #000;*/
	font-size: 1.1rem !important;}
	
	.gform_wrapper .gchoice label {
		margin-left: 5px !important;
		font-size: 1.1rem !important;
		line-height: 1.3rem !important;
		margin-bottom: 0 !important; }
	
/*gfield_radio, checkbox*/

 .gchoice {
 	padding-top: 2px;
	padding-bottom: 2px;  }

.gform_wrapper input[type=checkbox], 
.gform_wrapper input[type=radio] {
	width: auto !important;
  font-size: 1.2rem !important;
  line-height: 1.2rem !important;
  margin: 0 0 0 2px !important;
	padding-left: 2px !important;}
	
.gchoice input {
	margin-top: 8px !important;
	margin-bottom: 6px !important; }

/*.gfield_checkbox {
	display: flex;
	flex-flow: row wrap; }
	
.gfield_checkbox .gchoice {
	flex: 0 0 50%; }

  @media screen and (max-width: 620px) {
		.gfield_checkbox {
			display: flex;
			flex-flow: column; }}*/

/*footer, required fields*/

.gform_footer {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  display: block !important;
  padding: 3px 0 !important; }

.gform_wrapper .gfield_required {
  color: #444 !important;
  margin-left: 1px !important;}

	
	/*at*/
	
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, 
.gform_wrapper .field_sublabel_above div[class * =gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class * =gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.gform_wrapper .field_sublabel_below div[class * =gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class * =gfield_time_].ginput_container label {
  color: #777;
  letter-spacing: 0 !important;}

.gform_wrapper .gfield_required {
  color: #888 !important;
  margin-left: 1px !important;}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description {
	padding: 10px 10px 10px 0 !important;
	font-size: 1rem !important; }
	
.gform_wrapper .description_below .gfield_validation_message,
.gform_wrapper .description_above .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper.gravity-theme .instruction {
	background:#fff9f9 !important;
	color: #111 !important;
	border: 1px solid #c02b0a !important;
	margin-top: 8px !important;
	padding: 10px 12px 11px !important; }
	
	.gform_wrapper.gravity-theme .gfield_consent_description {
		padding: 10px !important; 	}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #333 !important;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper div.validation_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: red !important;
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;}

.gform_wrapper div.validation_error {
  font-size: 2em !important;
  line-height: 1.6em;
  padding: 1em !important;}

.gform_confirmation_message {
  font-size: 2em;
  border: none !important;
  background: none !important;}
  
.gform_wrapper.gravity-theme .ginput_product_price, .gform_wrapper.gravity-theme .ginput_shipping_price {
	/*color: #fff !important;*/
}

.gform_wrapper .gform_validation_errors {
	margin-bottom: 12px !important;
	border-radius: 0 !important;
	padding: 16px 16px 19px 48px !important; }
	
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 1rem !important;
	line-height: 1.2rem !important; }

/*  @end*/

/* @group Searchform */

#searchform.searchform {
  font-size: 1.6em;
	margin-top: 2em; }

#searchform.searchform label {
  display: none;}

#searchform.searchform input {
  font-size: 1em;
  color: #666;
  line-height: 1em;
  background: linear-gradient(to right, white 0%, #f8f8f8 100%) #fff;
  border: 1px solid #ededed;
  display: inline-block;
  vertical-align: top;
  /*width: 70%;*/
  padding: 3px 10px; }

#searchform.searchform input#searchsubmit {
  background: #000;
  color: #fff;
  font-size: .8em;
  border: none;
  text-transform: uppercase;
  /*width: 28%;*/
	margin-top: 5px;
 padding: 8px 10px 9px;}

#searchform.searchform input#searchsubmit:hover {
  background: #999;}

#searchform.searchform input:focus, #searchform.searchform textarea:focus {
  background: #fff !important;
  color: #222;
  outline: none;}

/* @end */
/* @group BLOCKS */

.has-text-align-center {
	text-align: center; }

.wp-block-file {
  font-size: 1.5em;
  line-height: 1.5em; }

.wp-block-file .wp-block-file__button {
  background: #111;
  font-size: .8em;
  line-height: 1.2em;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none; }

.wp-block-search {
  font-size: 1rem; }
  
.wp-block-search .wp-block-search__label {
  text-align: left !important;
	margin: 0 !important;
  font-style: normal;}
  
/*Block Cover*/
	
.wp-block-cover:not(.alignfull) .wp-block-cover__inner-container {
	max-width: 645px;
	padding: 15em 1em 14em;
	text-align: center; }
	
.wp-block-cover.alignfull .wp-block-cover__inner-container {
	max-width: 720px;
	padding: 6em 1em 4em;
	text-align: center;
	color: #333333;	}
		
.wp-block-cover .wp-block-buttons {
	justify-content: center; }
	
.wp-block-image {
	margin-top: 3em;
	margin-bottom: 3em; }

	
/* media / text */

.wp-block-media-text {
	 padding: 3.5em 0;
	 grid-template-columns: none;
	 display: flex !important;
	 justify-content: center;
	 margin-top: 6em;	}
	
.wp-block-media-text .wp-block-media-text__content {
	max-width: 580px;
	padding: 2em 3em; }
	
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
	justify-self: end; }
	
.wp-block-media-text figure {
	max-width: 480px;
	margin: 0 2em !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

.wp-block-media-text figure img {
	width: 100%;
	height: auto;}

.wp-block-media-text > figure > img, 
.wp-block-media-text > figure > video {
	vertical-align: top; }

	@media (max-width:900px) {
		
		.wp-block-media-text {
			flex-direction: column;
			padding-top: 7em; 		}
			
		.wp-block-media-text.has-tan-gradient-background {
			background-image: linear-gradient(to right, #e1d3c4 4%, #d1c3b4 98%) !important; }
			
		.wp-block-media-text.has-blue-gradient-background {
			background-image: linear-gradient(to right, #cfe3e1 4%, #afc7c4 98%) !important; }
		
		.wp-block-media-text .wp-block-media-text__content {
			max-width: 600px;
			padding: 2em 3em; }
			
		.wp-block-media-text__content {	
			padding: 2em 6% 1em !important; }
	}
	


.wp-block-media-text + .wp-block-group {
	margin: 0; }

/* group / columns */

.wp-block-group.alignfull {
	overflow-x: hidden; }

.wp-block-group.alignfull .wp-block-image,
.wp-block-group.alignfull figure.wp-block-gallery {
	width: 1100px;
	margin-left: calc(-150px - 2em);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px; }

@media screen and (max-width: 1099px) {
	.wp-block-group.alignfull .wp-block-image,
	.wp-block-group.alignfull figure.wp-block-gallery {
		width: 100%;
		max-width: 100%;
		margin: 4px auto 0 !important; 	}}

.wp-block-group__inner-container {
	max-width: 800px;
	padding: 4em 2em 6em;
	margin: 4em auto;
	text-align: center; }
	
	.wp-block-group.has-gray-background-color .wp-block-group__inner-container {
		color: #d1c4b4; 	}
		
.wp-block-group.alignfull figure.wp-block-gallery {
/*	margin: 0 !important;*/
}
	
/*columns*/
	
.wp-block-columns {
	justify-content: center;
	grid-template-columns: 50% auto;
	text-align: left;
	margin-top: 5em;
	width: 880px;
	margin-right: 0;
	margin-left: calc(-80px - 1em);
	padding: 0; }

.wp-block-column {
	padding: 5em 3em 3em;
	margin: 0 1em; }
	
	.main > .wp-block-columns .wp-block-column {
		padding: 1em 0 2em;
		margin: 0 2em; }
	
	@media (max-width:900px) {
		
		.wp-block-columns {
		 	width: 100%;
		 	flex-direction: column;
			justify-content: center;
			margin: 2em 0 0;
		 	padding: 1em 0 4em !important;		}
			
		.wp-block-column {
			width: 100%;
			max-width: 500px;
			margin: 0 auto 2em !important;
			padding: 3em 2em;		}
			
		.wp-block-column p {
			margin: 0 !important;	 }
	}
	
	@media (min-width:782px) {
		.wp-block-columns {
		 	flex-wrap: wrap; }}
		 	
	
	
/* video */

.wp-block-embed {
	margin: 6em auto; }

.wp-block-embed iframe {
  max-width: 100%;
  height: auto; }

/* gallery */

@media screen and (max-width: 880px) {
	.wp-block-gallery.has-nested-images figure.wp-block-image {
		 width: 48% !important; 
		 margin: 1% !important;	}}

@media screen and (max-width: 640px) {
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images figure.wp-block-image {
	  width: 100% !important;
		margin-right: 0 !important; }
	.wp-block-gallery.alignfull {
		max-width: 90% !important; }}

/*.wp-block-gallery .wp-block-image {
	border-radius: 5px;}*/

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	color: #000;
	font-size: 15px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 10px 8px 10px 12px;
/*	position: relative;*/
	text-align: left;
	width: 100%;
	box-sizing: border-box; }
	
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:first-line {
	font-weight: bold; }
	
/*figure.wp-block-gallery {
	max-width: 800px;
	margin: 3em auto;
	padding: 2em 0;}*/
	
/*	.wp-block-group figure.wp-block-gallery {
	width: 1500px !important;
	max-width: 100% !important;
	margin-right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-left: calc(-150px - 2em); }*/

/*	.wp-block-gallery.alignfull {
		margin: 1.2em auto;
		width: 100%;
		max-width: 96%; }
		
	.wp-block-gallery.alignwide {
		margin: 1.2em auto;
		width: 100%;
		max-width: 1200px; }*/
		
ul.blocks-gallery-grid {
	margin: .2em auto; } 
	
	.blocks-gallery-grid .blocks-gallery-image, 
	.blocks-gallery-grid .blocks-gallery-item, 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item {
		margin: 0 16px 16px 0;
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		justify-content: center;
		position: relative;	}
	
	.blocks-gallery-grid .blocks-gallery-image figure, 
	.wp-block-gallery .blocks-gallery-image figure, 
	.wp-block-gallery:not(.is-cropped) .blocks-gallery-item figure {
		margin: 0 auto !important;
		align-items: center;
		/*align-items: flex-end;*/
		height: 100%;	}
	
	.wp-block-gallery .blocks-gallery-item figure img {
	/*	width: 100%;
		max-width: 1200px;*/	}
	
	.blocks-gallery-grid figcaption,
	.wp-block-gallery figcaption {
		flex-grow: 1; /*default*/	}

	
.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 4.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0; }

.has-drop-cap:not(:focus):after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px; }

/* @end */
/* @group Back to Top Button */

#top_button {
	opacity: .9;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #afc6c4;
  color: white;
  cursor: pointer; 
  padding: 13px 15px 8px !important;
  font-size: 15px !important; 
	line-height: 15px !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;}

#top_button:hover {
	opacity: 1;
  background-color: #000; }

/* @end */
		
