/*
Theme Name: Zing Blogs 2013
Theme URI: http://www.zingermanscommunity.com
Description:
Version: 2.1.18
Author: Hannah Metler, Billie Lee, Gary Mazzeo
*/

/* Color Palette
purple		#980239
red			#f5412e
yellow		#fb7f2d
green 		#a28439
orange 		#f27029
brown 		#584139
off-white	#fef6e3

*/


/* ----- Layout ----- */

body {
  background: #ffffff;
  line-height: 1.5em;
  margin: 0px;
  color: #59423a;
  font-size: 16px;
  font-family: 'abril-text', 'buendia', sans-serif;
  font-weight: 400;
}

#main {
  max-width: 1100px;
  margin: 0px auto;
  /*margin-top: 40px;*/
}


hr {
  border-top: 3px dotted #ff822d;
  clear: both;
  display: block;
}



/* ----- TYPOGRAPHY ----- */
h2, h2 a, h2 a:hover {
  font-family: 'abril-text', 'buendia', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #97063a;
  padding: 0;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: none;

}

h2.post-title {
  margin-bottom: 0;
}



h3, h3 a, h3 a:hover {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  color: #59423a;
  text-transform: uppercase;
  line-height: 120%;
}


h4, h4 a, h4 a:hover {
  font-family: 'abril-text', 'buendia', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #97063a;
  padding: 0;
  margin-bottom: 20px;
  text-decoration: none;
}


.timeline_date {
  background: #f5412e;
  color: #fff;
  padding: 5px 10px 10px;
  border-radius: 5px
}

table, tr, td {
  line-height: 1.5em;
  color: #59423a;
  font-size: 17px;
  font-family: 'abril-text', 'buendia', sans-serif;
}

/* Orange line */
tbody.timeline tr {
  border-bottom: 2px dotted #fb822e;
}

tbody.timeline tr:nth-last-child(1) {
  border-bottom: 0;
}

/* Year formatting */
tbody.timeline tr td:nth-child(1) {
  padding-top: 20px;
}

tbody.timeline {
  vertical-align: top;
}

a,
a:hover, a:focus,
.emoba-em {
  line-height: 1.5em;
  color: #980239;
  /* font-size: 18px; */
  font-family: 'abril-text', 'buendia', sans-serif;
  text-decoration: none;
}


a.more-link, .blog-navigation a {
  font-size: 0.9em;
  font-weight: normal;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 0.05em;
  color: #970639;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  /*display: block;*/
}

.blog-navigation {
  margin: 30px 15px 0;
  width: 669px;
}

.blog-navigation div {
  display: inline-block;
  width: 300px;
}

/*.blog-navigation div.prev::before {
	content: '«';
	padding-right: 10px;
	float: left;
}*/

.blog-navigation div.prev span {
  float: left;
  padding-right: 15px;
  height: 60px;
}

.blog-navigation div.next {
  float: right;
}

.blog-navigation div.next span {
  float: right;
  padding-left: 15px;
  height: 60px;
}

/*.blog-navigation div.next::after {
	content: '»';
	padding-left: 10px;
	float: right;
}*/

/*.nav-previous a, .nav-next a {
	display: inline-block;
	width: 300px;
}*/

/*.nav-previous a:before {
	content: '«';
}

.nav-next a:after {
	content: '»';
}*/

.altcolor, .alternate {
  border-bottom: 2px dotted #fb822e;
}

blockquote {
  background: #fff;
  border-left: 10px solid #ae8a35;
  margin: 1.5em 20px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ae8a35;
  content: open-quote;
  font-size: 7em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  content: close-quote;
}

blockquote p {
  display: inline-grid;
}

p {
  margin: 0 0 20px;
}

.top, h3 a.top:hover {
  background: url("https://www.zingermanscommunity.com/app/themes/zingblogs2013/images/icons/up-arrow.png") no-repeat scroll left center #FFFFFF;
  color: #333333;
  float: right;
  font-size: 14px;
  margin-left: 150px;
  padding-left: 15px;
}

.underline {
  text-decoration: underline;
}


/* ----- LEGAL PAGES ----- */
.legal h2, .legal h3, .legal h4 .legal h5, .legal h6 {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-transform: initial;
}

.legal > ol {
  --list: first-list;
}

.legal > ol > li > ol {
  --list: second-list;
}

.legal > ol > li > ol > li > ol {
  --list: third-list;
}

.legal > ol > li > ol > li > ol > li > ol {
  --list: fourth-list;
}

.legal ol {
  counter-reset: var(--list);
  list-style: none;
}

.legal ol > li {
  counter-increment: var(--list);
  position: relative;
}

.legal ol > li::before {
  content: "("counter(var(--list), var(--list-style, lower-alpha)) ")\a0";
}

.legal > ol > li::before {
  content: counter(var(--list), var(--list-style, decimal)) ".\a0";
}

.legal ol.inline {
  display: inline;
  padding: 0;
}

.legal ol.inline > li {
  display: inline;
}

.legal ol:not(.inline) > li::before {
  position: absolute;
  left: -3ch;
}

.legal ol.lower-alpha {
  --list-style: lower-alpha;
}

.legal ol.upper-alpha {
  --list-style: upper-alpha;
}

.legal ol.lower-roman {
  --list-style: lower-roman;
}





/* ----- HEADER ----- */
.header {
  max-width: 100%;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 7px solid #ff822e;
}

.logo {
  display: block;
}

.header-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  padding-top: 10px;
  padding-left: 20px;
}

.sidebar-home {
  /*display: none;*/
  max-width: 300px;
  height: 100%;
  padding: 30px 20px 20px 20px;
  margin: 0;
  float: right;
  font-weight: normal;
  font-family: 'abril-text', 'buendia', sans-serif;
  line-height: 1.2em;
  color: #59423a;
}

.sidebar-author {
  max-width: 300px;
  height: 100%;
  padding: 10px 20px 20px 20px;
  margin: 0;
  float: left;
  font-weight: normal;
  font-family: 'abril-text', 'buendia', sans-serif;
  line-height: 1.2em;
}

.sidebar-archive {
  max-width: 300px;
  height: 100%;
  padding: 10px 20px 20px 20px;
  margin: 0;
  float: left;
  font-weight: normal;
  font-family: 'abril-text', 'buendia', sans-serif;
  line-height: 1.2em;
}

.sidebar-archive ul {}

.sidebar-archive li {
  list-style: none;
}

.sidebar-archive li.archive-year {
  clear: both;
}

.sidebar-archive li.archive-post {
  float: left;
  margin: 5px;
}

.sidebar-archive img.tiny-thumb {
  width: 55px;
  height: 75px;
}

/* ----- SEARCH FORM ----- */
input#s {
  padding: 8px;
}

input#searchsubmit {
  border: 0;
  background: orange;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 10px 15px;
}

/* ----- MENUS ----- */
.nav {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: 'futura-pt', sans-serif;
  color: #97063a;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 10px;
  text-align: center;
}

.nav-space button {
  background: none;
  border: 0;
}

.nav-space a,
.nav-space button {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: 'futura-pt', sans-serif;
  color: #97063a;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 20px;
}

.nav-space:last-child {
  padding-right: 0px;
}


.secondarynav {
  width: 300px;
  padding-top: 40px;
  float: left;
}

.secondarynav ul {
  list-style: none;
}

.secondarynav ul li span {
  border-bottom: 3px solid #f5412e;
  width: 100%;
  display: block;
}

.secondarynav ul li span a {
  color: #f5412e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  font-family: 'futura-pt', sans-serif;
}

.secondarynav ul li ul {
  padding: 10px 0 20px 0;
}

.secondarynav ul li li a {
  color: #584139;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
}


/* ----- DROPDOWNS ----- */
.dropdown li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 0.15em;
  font-size: 12px;
}

.dropdown:before {
  border-color: #f5412e rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px 10px 10px 0px;
  top: -7px;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  width: 0;
}

.dropdown {
  background-color: #f5412e;
  border-radius: 5px;
  color: #FFFFFF;
}

.nav .dropdown {
  text-align: left;
}

.nav .caret,
.nav a:hover .caret {
  border-bottom-color: #f5412e;
  border-top-color: #f5412e;
}

.btn-group.open .dropdown,
.btn-group.open .dropdown-toggle {
  box-shadow: none;
  border: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #f27029;
  color: #fef6e3;
  text-decoration: none;
}

.dropdown-menu {
  margin-left: 20px;
}


/* ----- CONTENT ----- */
.content {
  width: 100%;
  /*max-width: 800px;*/
  margin: 0 auto;
  border: 1px solid white;
  padding: 10px;
}

#content .posts {
  background: #ffffff;
  padding: 20px 0px;
  margin-left: 0px;
}

.home #content .posts {
  padding: 0px;
  max-width: 800px;
  width: 100%;
}


.single #content .posts,
.archive #content .posts {
  margin: 0 auto;
}

#main.full-width {
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
}

#main.full-content #content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 40px 0px;
}

.post {
  border-bottom: 2px dotted #fb822e;
  padding: 20px;
  padding-top: 20px;
  margin-bottom: 0px;
  overflow: auto;
}

.entry ul li {
  margin-bottom: 20px;
}

.postmetadata, .postmetadata a {
  font-size: 12px;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal;
  /*bold;*/
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666666;
  /*#f5412e;*/
  margin-bottom: 0px;
  text-decoration: none;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  float: right;
  margin: 20px 0 0px 20px;
  width: 100%;
  max-width: 240px;
}

.more {
  text-align: center;
  text-align: center;
  background: orange;
  display: inline-block;
  color: white;
  margin: 20px 0;
}

.more a {
  color: white;
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  padding: 10px 20px;
  display: block;
}


/* ----- CUSTOM PAGES ----- */
.orange-background {
  background-image: url('https://www.zingermanscommunity.com/app/themes/zingblogs2013/images/orange_blob.svg');
  background-size: 100% 660px;
  background-repeat: no-repeat;
}


/* Catering page and others */
#main #content .posts {
  padding-top: 0;
}

.contact,
.contact a {
  font-family: "futura-pt", sans-serif;
  font-weight: light;
  word-break: keep-all;
  transition: color 0.2s ease;
}

.contact a:hover {
  color: #f27029;
}

.futura {
  font-family: "futura-pt", sans-serif;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.heavy {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.caps {
  text-transform: uppercase;
}

.white {
  color: white;
}

.orange {
  color: orange;
}

.maroon {
  color: #97063a;
}

.brown {
  color: #59423a;
}

.mb-20 {
  margin-bottom: 20px;
}

.credit {
  position: relative;
  color: white;
  font-size: 8px;
  text-shadow: 0 0 3px black;
}

.credit cite {
  font-style: italic;
}

.hero-image .credit {
  top: 400px;
  left: 10px;
}

.biz .credit {
  top: -20px;
  left: 10px;
}

.hero-image {
  background-image: url('https://www.zingermanscommunity.com/app/uploads/2017/08/winter1-1024x508.png');
  background-size: contain;
  height: 515px;
  background-repeat: no-repeat;
}

.conjunction {
  display: inline-block;
  position: relative;
  top: -1rem;
  border: 2px solid orange;
  border-left-style: hidden;
  border-right-style: hidden;
  font-size: 60%;
}

.hero {
  position: relative;
  top: 70%;
  text-align: center;
  font-size: 4em;
  text-shadow: black 0 3px 10px;
}

.banner {
  width: 100%;
  height: auto;
}

.callout {
  font-size: 2.5em;
  line-height: 1.5em;
}


.biz {
  padding: 2.5em 0;
}

.vertical {
  transform: rotate(-90deg);
  transform-origin: left top;
  position: relative;
  top: 6em;
}

.heading {
  color: white;
  background-color: orange;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .2em .5em;
  text-align: center;
}

/* Donation Spotlight */
/* Inline #56 | https://zingermanscommunity.test/nonprofit-spotlight/ */

.spotlight-list {
  /* grid-template-columns: repeat\(1fr; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1em;
  padding: 0;
  list-style: none;
}

.spotlight-list--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.donation-spotlight--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}


@media screen and (max-width: 900px) {

  /* Smartphone */
  .entry {
    overflow: hidden;
  }

  .biz .credit {
    top: -40px;
  }

  .hero-image .credit {
    top: -30px;
    left: 10px;
  }

  .hero-image {
    position: absolute;
    left: 0;
  }

  .hero {
    font-size: 2.5em;
    top: -15px;
  }

  .conjunction {
    top: -.6rem;
  }

  .callout {
    font-size: 1.8em;
  }
}



/* ---- Events Placeholder Page ---- */
.events-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1em;
}

article.event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
}

article.event img {
  width: 100%;
  height: 172px;
  margin-bottom: 1em;
  object-fit: cover;
}

article.event .button {
  text-align: center;
}




/* ----- FOOTER ----- */
#footer {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 auto;
  border-top: 4px solid #ff822e;
  background: #fff6e3;
}

#footer-content {
  text-align: left;
  width: 1100px;
  margin: 0px auto;
}

#footerlinks {
  padding: 0 0 20px;
  margin: 0;
  clear: both;
  /* margin-left: -15px;	*/
  /* width: auto; */
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#footerlinks ul {
  float: left;
  margin-bottom: 0px;
}

#footerlinks li {
  list-style: none;
  display: inline;
}

#footerlinks h2 {
  font-weight: bold;
  font-size: 24px;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  color: #f5412e;
  text-shadow: 0px 1px 1px #FFE2AF;
  margin-bottom: 10px;
}

#footerlinks li li a {
  list-style: none;
  width: 230px;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'futura-pt', sans-serif;
  text-transform: lowercase;
  border-right: 0;
  text-decoration: none;
}

#footerlinks li li a {
  color: #58433b;
}

#zcob-footer {
  clear: both;
  padding: 15px;
  font-size: 14px;
  font-family: 'futura-pt', sans-serif;
  color: #59423a;
  text-align: center;
}


/* ----- SOCIAL SIDEBAR ----- */
#null-instagram-feed h3.sidebar_title::after {
  content: "\f16d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
}

ul.instagram-pics {
  list-style-type: none;
  display: inline;
  padding: 0 0 30px 0;
}

ul.instagram-pics li {
  float: left;
}

ul.instagram-pics img {
  width: 110px;
  height: 110px;
  padding: 5px;
  margin: 3px;
  border: 1px solid #59423a;
}

#widget_tp_widget_recent_tweets h3.sidebar_title::after {
  content: "\f099";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
}

div.tp_recent_tweets ul {
  padding: 0;
}

div.tp_recent_tweets li {
  padding-left: 0;
  background-image: none;
}

#DisplayCategoriesWidget {
  padding-bottom: 10px;
}


/* ----- SMALL ELEMENTS ----- */
span.tag a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 0.15em;
  font-size: 12px;
}

span.tag:after {
  border-color: #f5412e rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 10px 0 0 10px;
  bottom: -10px;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  width: 0;
}

span.tag {
  background-color: #f5412e;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 1em 0 3em;
  padding: 0 10px 5px 10px;
  position: relative;
}

span .button, span .button a:hover,
a.button, a.button:hover {
  background: #f27029;
  color: #fff6e3;
  padding: 5px 10px;
  border: 0;
  font-family: "futura-pt", sans-serif;
  text-transform: lowercase;
}

a.muted.muted {
  background: #eee;
  color: #888;
  border: 1px solid #ccc;
}

a.muted.muted:hover {
  background: #ccc;
}

.highlight-box {
  padding: 10px 20px;
  border: 1px solid #ff8125;
  margin-bottom: 20px;
}

.highlight-box2 {
  padding: 10px 20px;
  border: 2px dotted #ff8125;
  margin-bottom: 20px;
}

.highlight-box3 {
  padding: 10px 20px;
  background-color: #fef6e3;
  margin-bottom: 20px;
}

.sidebar-box {
  float: right;
  padding: 10px;
  border: 3px dotted #ff822e;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}


/* ----- SLIDESHOW ----- */
#content .flexslider {
  margin-left: 340px;
  overflow: hidden;
  min-height: 348px
}

.flex-caption {
  font-family: 'abril-text', 'buendia', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #FFF;
  text-transform: default;
  padding: 20px 20px 0 20px;
}

.flex-control-nav {
  padding: 0px 0px 5px;
}


.aboutus {
  margin-top: 30px;
  font-size: 0.8em;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 5px;
  font-weight: bold;
}

/* End captions & aligment */


.broken_link, a.broken_link {
  text-decoration: none;
}

/* Related posts */

h3.crp-title {
  border-top: 2px solid #e8b368;
  padding-top: 10px;
}

ul.crp-list {
  font-family: 'abril-text', 'buendia', sans-serif;
  font-style: normal;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 0px;
}

ul.crp-list li {
  display: inline;
  float: left;
  width: 200px;
  margin: 10px;
  text-align: center;
}

ul.crp-list li:first-child {
  margin-left: 0px;
}

ul.crp-list li:last-child {
  margin-right: 0px;
}

ul.crp-list li a {
  line-height: 1.3em;
}

ul.crp-list li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 8px #fff solid;
}

/* About us interactive business map */
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 83%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.map-container .map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

.gm-style-iw .highlight-box {
  border: 0;
}
