/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

p {
  font-size: 1rem;
}

.entry ul, .entry ol {
  font-size: 1rem;
}

.widget {
  font-size: 0.8rem;
  width: 90%;
  margin: 0 auto 3rem;
  padding-top:  0px;
  /*width: auto !important;*/
}

.widget h2.widgettitle {
  font-size:  1rem;
}

body.respond #rightColumn .widget {
    width: 92% !important;
}

.sidebar-content {
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
}

/* disabling this wordpress sticky widget thing */
.sticky {
    position: static !important;
}

/* ziplist tweaks */

.zlrecipe { padding: 25px; }

h2.zrdn-element_recipe_title {
  color: #600;
  font-weight: normal;
  font-size: 1.75rem;
  padding-bottom:0;
  margin-bottom:0;
}

div.zrdn-block-wrap.zrdn-recipe_title {
  padding:0 !important;
  margin:0 !important;
}

#zlrecipe-container .heading-one, #zlrecipe-container .h-1 {
  font-family: 'Oswald', Geneva, sans-serif;
}

#zlrecipe-container .img-desc-wrap {
  display: none;
}

.zlrecipe p.h-4.strong {
  font-weight: bold;
  font-size:1.1rem;
  padding-bottom: 5px;
  margin:0;
}

div.ingredient-label, div.instruction-label {
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  padding: 0;
  margin: 7px 0px 0px 0px;
}

ul#zlrecipe-ingredients-list {
  list-style: none;
}

#zlrecipe-category {
  display: none !important;
}

div#zrdn-recipe-container div.zrdn-block div.zrdn-block-wrap.zrdn-actions {
  display: flex;
  align-items: center;
  max-height: 1rem;
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  justify-content: end;
}

h3.zrdn-recipe-label {
    font-size: 1.3rem;
    text-decoration: underline;
}

h4.zrdn-subtitle {
  font-size: 1.0rem;
  font-style: italic;
}

#zrdn-recipe-container a {
    color: #cc6600 !important;
}

#zrdn-recipe-container .zrdn-actions .zrdn-print-link {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
}

/* end ziplist tweaks */





/**** porter overrides of prior template ***/
body {    box-sizing: border-box;}
body:after,
body:before {
    background: #fff !important;
}

#footer {
    margin:  0 !important;
    padding: 4rem 0 0 !important;
}

form {
    background:  #eaeaea;
}
#header form {
    background: inherit;
    padding: inherit;
    border-radius: inherit; 
}

#header a {
    color:  rgba(60,46,32, 1);
    font-size: 1rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input {
    padding: inherit;
    width: inherit;
    margin: inherit;
    border: inherit;
    background: inherit;
    box-shadow: inherit;
    outline: inherit;
}

#wrapper select,
#wrapper input[type="text"],
#wrapper input[type="password"],
#wrapper input[type="email"],
#wrapper input[type="file"] {
    padding:10px; margin:5px 0 0 0; border:none; background:#fff; box-shadow: 0 1px 1px rgba(0,0,0,.15); outline:none;
}

#wrapper textarea {padding:9px; width:90%; height: 150px; font-size:12px; border:none; background:#fff; box-shadow: 0 1px 1px rgba(0,0,0,.15); font-family: 'open sans', sans-serif; outline:none;}

#postLayout,
#tabs {
    display: none !important;
}

#content {
    box-sizing: border-box;
    max-width: inherit;
    width: inherit;
    margin: 0;
    padding: 0 1rem;
}

#searchField {
    border: 2px solid #6b7280;
    padding: 0px 0px 0px 6px;
    margin: 0;
    height: 30px;
    width: 95%;
}

#searchFieldButton {
    padding-top:  0.25rem;
    padding-left:  0.25rem;
}

.listing .page, .listing .post {
    /*max-width: 590px;*/
}

.post i {
    display: none;
}

.listing .listingContent {
    border: unset;
    border-bottom: 1px solid #e8e8e8;
}

#leftMenu {display: none;}

.posttitle, .posttitle a {
    font-family: 'EB Garamond', serif;
}

.listing h2.posttitle,
body.single .post h2.posttitle {
    font-size: 36px;
}

.postMeta {
    font-size:  14px;
}

.bookcover {
    width: 100%;
}

.column {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.listing .page, .listing .post {
    width: 100%;
    height: auto;
}

.listing img.attachment-grid {
    width: 98% !important;
}

.listing img.attachment-large {
    display: block;
}

/* on blog roll, make the images large.  this overrides a PHP setting that specifies image sizes at breakpoints. */
.listing .featuredImage,
.featuredImage img {
    width:  100% !important;
    height: auto !important;
}




/** google fonts to mimic ecommerce site **/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&family=Montserrat:ital,wght@0,200;1,200&display=swap');*/

.tw-font-ebgaramond {
    font-family: 'EB Garamond', serif;
}

.tw-font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/****** Tailwind excerpts *****/
/*** with some Porter tweaks **/
/*** scoping classes with tw- prefix **/

.tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.tw-container {
    width: 100%;
}

.tw-w-2\/3 {
  width: 66.666667% !important;
}

.tw-w-1\/3 {
  width: 33.333333% !important;
}

.tw-w-3\/5 {
  width: 60% !important;
}

.tw-w-2\/5 {
  width: 40% !important;
}


.tw-p-0 {
  padding: 0px;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-7 {
  padding: 1.75rem;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-p-9 {
  padding: 2.25rem;
}

.tw-p-10 {
  padding: 2.5rem;
}

.tw-p-11 {
  padding: 2.75rem;
}

.tw-p-12 {
  padding: 3rem;
}


.tw-hidden {
    display:  none !important;
}


.tw-grid {
  display: grid;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.tw-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.tw-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw-grid-cols-none {
  grid-template-columns: none;
}




  .tw-visible {
    visibility: visible;
  }

  .tw-invisible {
    visibility: hidden;
  }

  .tw-static {
    position: static;
  }

  .tw-fixed {
    position: fixed;
  }

  .tw-absolute {
    position: absolute;
  }

  .tw-relative {
    position: relative;
  }

  .tw-sticky {
    position: sticky;
  }


  .tw-list-inside {
  list-style-position: inside;
}

.tw-list-outside {
  list-style-position: outside;
}

.tw-list-none {
  list-style-type: none;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-list-decimal {
  list-style-type: decimal;
}


.tw-inline-flex {
  display: inline-flex;
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.tw-flex-nowrap {
  flex-wrap: nowrap;
}

.tw-items-start {
  align-items: flex-start;
}

.tw-items-end {
  align-items: flex-end;
}

.tw-items-baseline {
  align-items: baseline;
}

.tw-items-stretch {
  align-items: stretch;
}

.tw-justify-start {
  justify-content: flex-start;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-justify-around {
  justify-content: space-around;
}

.tw-justify-evenly {
  justify-content: space-evenly;
}

.tw-justify-items-start {
  justify-items: start;
}

.tw-justify-items-end {
  justify-items: end;
}

.tw-justify-items-center {
  justify-items: center;
}

.tw-justify-items-stretch {
  justify-items: stretch;
}


.tw-pr-8 {
  padding-right: 2rem;
}



.tw-inset-y-0 {
  top: 0px;
  bottom: 0px;
} 




.tw-text-justify {
  text-align: justify;
}

.tw-right-1 {
  right: 0.25rem;
} 

.tw-transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-scale-x-flip {
    transform: scaleX(-1);
}


.tw-block {
    display: block !important;
}

.tw-h-auto {
  height: auto;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-7 {
  height: 1.75rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-9 {
  height: 2.25rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-11 {
  height: 2.75rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-14 {
  height: 3.5rem;
}

.tw-h-16 {
height: 4rem;
}

.tw-h-16 {
height: 4rem;
}

.tw-h-20 {
height: 5rem;
}


.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-8 {
    margin-top: 2rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw--mb-8 {
  margin-bottom: -2rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-full {
  width: 100%;
}


.tw-flex {
  display: flex;
}


.tw-items-center {
  align-items: center;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-z-40 {
    z-index: 40;
  }

.tw-pr-2 {
  padding-right: 0.5rem;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-left {
  text-align: left;
}

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

.tw-text-right {
  text-align: right;
}
 
.tw-border-0 {
  border-width: 0px;
}

.tw-border-2 {
  border-width: 2px;
} 

.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-h-5 {
  width: 1.25rem;
}


/* sm */
@media (min-width: 640px) {

    .widget {
      width: 50%;
    }

    #content {
        padding: 0 0 0 1rem;
    }

    .tw-container {
        max-width: 640px !important;
    }

    .tw-sm\:hidden {
        display:  none !important;
    }

    .tw-sm\:leading-5 {
      line-height: 1.25rem;
    }

    .tw-sm\:block {
        display: block !important;
    }


    .tw-sm\:h-auto {
      height: auto;
    }

    .tw-sm\:h-4 {
      height: 1rem;
    }

    .tw-sm\:h-5 {
      height: 1.25rem;
    }

    .tw-sm\:h-6 {
      height: 1.5rem;
    }

    .tw-sm\:h-7 {
      height: 1.75rem;
    }

    .tw-sm\:h-8 {
      height: 2rem;
    }

    .tw-sm\:h-9 {
      height: 2.25rem;
    }

    .tw-sm\:h-10 {
      height: 2.5rem;
    }

    .tw-sm\:h-11 {
      height: 2.75rem;
    }

    .tw-sm\:h-12 {
      height: 3rem;
    }

    .tw-sm\:h-14 {
      height: 3.5rem;
    }

    .tw-sm\:h-16 {
    height: 4rem;
    }

    .tw-sm\:h-16 {
    height: 4rem;
    }

    .tw-sm\:h-20 {
    height: 5rem;
    }


    .tw-sm\:mt-2 {
      margin-top: 0.5rem;
    }

    .tw-sm\:mt-4 {
      margin-top: 1rem;
    }

    .tw-sm\:mt-6 {
      margin-top: 1.5rem;
    }

    .tw-sm\:mt-8 {
        margin-top: 2rem;
    }

    .tw-sm\:mb-2 {
      margin-bottom: 0.5rem;
    }

    .tw-sm\:mb-8 {
      margin-bottom: 2rem;
    }
    .tw--mb-8 {
      margin-bottom: -2rem;
    }

    .tw-sm\:w-auto {
      width: auto;
    }

    .tw-sm\:w-full {
      width: 100%;
    }


    .tw-sm\:flex {
      display: flex;
    }


    .tw-sm\:items-center {
      align-items: center;
    }

    .tw-sm\:justify-end {
      justify-content: flex-end;
    }

    .tw-sm\:justify-center {
      justify-content: center;
    }

    .tw-sm\:z-40 {
        z-index: 40;
      }

    .tw-sm\:pr-2 {
      padding-right: 0.5rem;
    }

    .tw-sm\:text-xs {
      font-size: 0.75rem;
      line-height: 1rem;
    }

    .tw-sm\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    .tw-sm\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }

    .tw-sm\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .tw-sm\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    .tw-sm\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    .tw-sm\:text-left {
      text-align: left;
    }

    .tw-sm\:text-center {
      text-align: center;
    }

    .tw-sm\:text-right {
      text-align: right;
    }
     
    .tw-sm\:border-0 {
      border-width: 0px;
    }

    .tw-sm\:border-2 {
      border-width: 2px;
    } 

    .tw-sm\:pl-2 {
      padding-left: 0.5rem;
    }
    .tw-sm\:pl-3 {
      padding-left: 0.75rem;
    }

    .tw-sm\:w-5 {
      width: 1.25rem;
    }

    .tw-sm\:h-5 {
      width: 1.25rem;
    }

    .tw-sm\:w-2\/3 {
      width: 66.666667% !important;
    }

    .tw-sm\:w-1\/3 {
      width: 33.333333% !important;
    }

    .tw-sm\:w-3\/5 {
      width: 60% !important;
    }

    .tw-sm\:w-2\/5 {
      width: 40% !important;
    }
}

/* md */
@media (min-width: 768px) {

    .tw-container {
        max-width: 768px !important;
    }
    .tw-md\:block {
        display: block !important;
    }

    .tw-md\:hidden {
        display:  none !important;
    }


    .tw-md\:h-auto {
      height: auto;
    }

    .tw-md\:h-4 {
      height: 1rem;
    }

    .tw-md\:h-5 {
      height: 1.25rem;
    }

    .tw-md\:h-6 {
      height: 1.5rem;
    }

    .tw-md\:h-7 {
      height: 1.75rem;
    }

    .tw-md\:h-8 {
      height: 2rem;
    }

    .tw-md\:h-9 {
      height: 2.25rem;
    }

    .tw-md\:h-10 {
      height: 2.5rem;
    }

    .tw-md\:h-11 {
      height: 2.75rem;
    }

    .tw-md\:h-12 {
      height: 3rem;
    }

    .tw-md\:h-14 {
      height: 3.5rem;
    }

    .tw-md\:h-16 {
    height: 4rem;
    }

    .tw-md\:h-16 {
    height: 4rem;
    }

    .tw-md\:h-20 {
    height: 5rem;
    }


    .tw-md\:mt-2 {
      margin-top: 0.5rem;
    }

    .tw-md\:mt-4 {
      margin-top: 1rem;
    }

    .tw-md\:mt-6 {
      margin-top: 1.5rem;
    }

    .tw-md\:mt-8 {
        margin-top: 2rem;
    }

    .tw-md\:mb-2 {
      margin-bottom: 0.5rem;
    }

    .tw-md\:mb-8 {
      margin-bottom: 2rem;
    }
    .tw--mb-8 {
      margin-bottom: -2rem;
    }

    .tw-md\:w-auto {
      width: auto;
    }

    .tw-md\:w-full {
      width: 100%;
    }


    .tw-md\:flex {
      display: flex;
    }


    .tw-md\:items-center {
      align-items: center;
    }

    .tw-md\:justify-end {
      justify-content: flex-end;
    }

    .tw-md\:justify-center {
      justify-content: center;
    }

    .tw-md\:z-40 {
        z-index: 40;
      }

    .tw-md\:pr-2 {
      padding-right: 0.5rem;
    }

    .tw-md\:text-xs {
      font-size: 0.75rem;
      line-height: 1rem;
    }

    .tw-md\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    .tw-md\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }

    .tw-md\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .tw-md\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    .tw-md\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    .tw-md\:text-left {
      text-align: left;
    }

    .tw-md\:text-center {
      text-align: center;
    }

    .tw-md\:text-right {
      text-align: right;
    }
     
    .tw-md\:border-0 {
      border-width: 0px;
    }

    .tw-md\:border-2 {
      border-width: 2px;
    } 

    .tw-md\:pl-2 {
      padding-left: 0.5rem;
    }
    .tw-md\:pl-3 {
      padding-left: 0.75rem;
    }

    .tw-md\:w-5 {
      width: 1.25rem;
    }

    .tw-md\:h-5 {
      width: 1.25rem;
    }

    .tw-md\:w-2\/3 {
        width: 66.666667% !important;
    }

    .tw-md\:w-1\/3 {
        width: 33.333333% !important;
    }

    .tw-md\:w-3\/5 {
      width: 60% !important;
    }

    .tw-md\:w-2\/5 {
      width: 40% !important;
    }

}

/* lg */
@media (min-width: 1024px) {
    #searchField {
        width: 186px;
    }

    .tw-container {
        max-width: 1024px !important;
    }
    .tw-lg\:block {
        display: block !important;
    }

    .tw-lg\:hidden {
        display:  none !important;
    }


    .tw-lg\:h-auto {
      height: auto;
    }

    .tw-lg\:h-4 {
      height: 1rem;
    }

    .tw-lg\:h-5 {
      height: 1.25rem;
    }

    .tw-lg\:h-6 {
      height: 1.5rem;
    }

    .tw-lg\:h-7 {
      height: 1.75rem;
    }

    .tw-lg\:h-8 {
      height: 2rem;
    }

    .tw-lg\:h-9 {
      height: 2.25rem;
    }

    .tw-lg\:h-10 {
      height: 2.5rem;
    }

    .tw-lg\:h-11 {
      height: 2.75rem;
    }

    .tw-lg\:h-12 {
      height: 3rem;
    }

    .tw-lg\:h-14 {
      height: 3.5rem;
    }

    .tw-lg\:h-16 {
    height: 4rem;
    }

    .tw-lg\:h-16 {
    height: 4rem;
    }

    .tw-lg\:h-20 {
    height: 5rem;
    }


    .tw-lg\:mt-2 {
      margin-top: 0.5rem;
    }

    .tw-lg\:mt-4 {
      margin-top: 1rem;
    }

    .tw-lg\:mt-6 {
      margin-top: 1.5rem;
    }

    .tw-lg\:mt-8 {
        margin-top: 2rem;
    }

    .tw-lg\:mb-2 {
      margin-bottom: 0.5rem;
    }

    .tw-lg\:mb-8 {
      margin-bottom: 2rem;
    }
    .tw--mb-8 {
      margin-bottom: -2rem;
    }

    .tw-lg\:w-auto {
      width: auto;
    }

    .tw-lg\:w-full {
      width: 100%;
    }


    .tw-lg\:flex {
      display: flex;
    }


    .tw-lg\:items-center {
      align-items: center;
    }

    .tw-lg\:justify-end {
      justify-content: flex-end;
    }

    .tw-lg\:justify-center {
      justify-content: center;
    }

    .tw-lg\:z-40 {
        z-index: 40;
      }

    .tw-lg\:pr-2 {
      padding-right: 0.5rem;
    }

    .tw-lg\:text-xs {
      font-size: 0.75rem;
      line-height: 1rem;
    }

    .tw-lg\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    .tw-lg\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }

    .tw-lg\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .tw-lg\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    .tw-lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    .tw-lg\:text-left {
      text-align: left;
    }

    .tw-lg\:text-center {
      text-align: center;
    }

    .tw-lg\:text-right {
      text-align: right;
    }
     
    .tw-lg\:border-0 {
      border-width: 0px;
    }

    .tw-lg\:border-2 {
      border-width: 2px;
    } 

    .tw-lg\:pl-2 {
      padding-left: 0.5rem;
    }
    .tw-lg\:pl-3 {
      padding-left: 0.75rem;
    }

    .tw-lg\:w-5 {
      width: 1.25rem;
    }

    .tw-lg\:h-5 {
      width: 1.25rem;
    }

}



/* for large containers.  check that we need this. */
@media (min-width: 1280px) {
    .tw-container {
        max-width: 1280px !important;
    }
}

@media (min-width: 1440px) {
    .tw-container {
        max-width: 1440px !important;
    }
}


.tw-font-bold {
  font-weight: 700;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-bg-header-gray {
    background-color: rgba(233,233,233, 1);
}

.tw-gap-4 {
  gap: 1rem;
}