/*
 Theme Name:  	Lokaal
 Theme URI:  	  www.cafe-lokaal.nl
 Description:  	Website van Cafe Lokaal Heemskerk
 Author:  		  Alexander van Oosten
 Author URI:  	https://alexander.vanoosten.productions
 Template:  	  base
 Version:  		  2023.09.16
 Tags:  		    responsive, read, articles
 Text Domain:  	lokaal
*/


/************************************************************************
 *
 * KLEURGEBRUIK
 * Rood:            rgb(209,2,17)
 * Zwart primair:   #191918 
 * Zwart secundair: rgba(0,0,0, 0.5)
 * Wit:             #fff
 * 
 *
 * FONTS
 * Koppen/Speciaal  Limelight
 * Tekst            Tahoma, Geneva, Verdana, sans-serif
 *
 ************************************************************************/


/************************************************************************
 * FONTS
 ************************************************************************/

/* limelight-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Limelight;
  font-style: normal;
  font-weight: 400;
  src:  url('fonts/limelight-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('fonts/Limelight-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}



/************************************************************************
 * MAIN
 ************************************************************************/

#header, #branding, #above-content, #top-content {
  animation: unset;
}

html {
  background: #191918;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}

#header {
  position: initial;
  top:0;
  z-index: 1;
  width: 100%;
  height: 38vw;
  border-top: 34px solid #fff;
}

#blayer {
  width: 0;
  height: 0;
  display: none;
}

aside {
  display: none;
}

#branding {
  position: absolute;
  top: 0;
  width: 100%;
}

#branding a, .aside-logo {
  display: block;
  margin: auto;
}

.custom-logo-link {
  width: 200px;
  position: relative;
  top: 0px;
  display: block;
  margin: auto;
  z-index: 1;
}

.aside-toggle {
  background: none;
  width: 45px;
  height: 52px;
  position: absolute;
  top: 0px;
  left: 7px;
  border: none;
  padding: 7px 0px 0px 4px;
  z-index: 11;
  cursor: pointer;
}

.aside-toggle span {
  background: #000;
  display: block;
  width: 31px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 8px;
}

#container {
  margin-top: 50px;
  float: left;
  width: 100%;
}

#content {
  width: 975px;
  display: block;
  margin: auto;
  padding: 20px;
}

.single article, .page article {
  display: inline-block;
  width: 100%;
}

.home article, .category article {
  width: 293px;
  height: 293px;
  float: left;
  margin-bottom: 28px;
}

.home article:nth-child(1), .category article:nth-child(1),
.home article:nth-child(3n+1), .category article:nth-child(3n+1) {
  margin-right: 28px;
}

.home article:nth-child(3n), .category article:nth-child(3n) {
  margin-left: 28px;
}

.home .entry-title, .category h2 {
  width: 293px;
  height: 293px;
  display: block;
  margin: auto;
  margin-bottom: -293px;
}

.home article img, .category article img {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: auto;
  height: 293px;
  object-fit: cover; 
  display: block;
  overflow: hidden; 
}

.entry-summary p, .entry-meta {
  display: none;
}

.entry-content {
  max-width: 600px;
  padding: 30px 15px;
  display: block;
  margin: auto;
}

#footer {
  font-size: 12px;
  letter-spacing:1px;
  line-height: 12px;
  padding: 20px;
  width:100%;
  float: left;
}

#footer-widget-area {
  width: 100%;
}

#footer-widget-area .widget-container {
  float: left;
  text-align: left;
  line-height: 17px;
  padding: 40px;
}

#copyright {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 50px;
}

li {
  list-style-type: none;
}

@media screen and (max-width: 974px) {
 .home #top-content, .category #top-content, .page #top-content {
   width: 100%;
 }
 #site-title {
   width: 28vw;
   font-size: 2.8vw;
   padding: 1.25vw 1vw;
 }
 .widget_categories {
   width: 73vw;
   margin-right: 1vw;
 }
 .widget_categories li {
   font-size: 4vw;
 }
 .widget_categories li a {
   line-height: 5.25vw;
 }
 #content {
   width: 100vw;
   padding: 1vw;
 }
 .home article, .category article {
   width: calc((100vw - 4vw) / 3);
   height: calc((100vw - 4vw) / 3);
   margin-bottom: 1vw;
 }
 .home article:nth-child(1), .category article:nth-child(1), 
 .home article:nth-child(3n+1), .category article:nth-child(4n+1){
   margin-right: 1vw;
 }
  .home article:nth-child(3n), .category article:nth-child(3n) {
   margin-left: 1vw;
 }
 .home .entry-title, .category h2,
 .home article img, .category article img,
 .home h2 a, .category h2 a {
   width: calc((100vw - 4vw) / 3);
   height: calc((100vw - 4vw) / 3);
 }
 .home .entry-title, .category h2 {
   margin-bottom: calc((100vw - 4vw) / -3);
 }
 .home h2, .category h2 {
   background: none;
 }
 .home h2 a, .category h2 a {
   font-size: 2.5vw;
   line-height: 3.5vw;
   padding: 10vw 1vw;
 }
 #footer {
   padding: 1vw;
 }
}

@media screen and (max-width: 800px) {
 aside {
   display: block;
 }
 .aside-toggle {
   display: block;
 }
 #sidebar {
  height: 100vh;
  width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -335px;
  background: #fff;
  z-index: 11;
  box-shadow: 0 0 15px rgba(0,0,0, 0.8);
 }
 .aside-close {
   width: 31px;
   height: 31px;
   background: none;
   border: none;
   position: absolute;
   right: 16px;
   top: 6px;
 }
 .aside-close span {
   background: #111;
   display: block;
   width: 31px;
   height: 2px;
 }
 .aside-close span:nth-child(1) {
   transform: rotate(45deg);
 }
 .aside-close span:nth-child(2) {
   transform: rotate(-45deg);
   margin-top: -2px;
 }
 #primary {
   height: 100%;
   margin: auto;
   overflow-y: scroll;
   padding-bottom: 25px;
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 #primary::-webkit-scrollbar {
   display: none;
 }
 aside .widget-container {
   display: block;
   margin: auto;
 }
 #blayer {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 }
}



/************************************************************************
 * CUSTOM CSS
 ************************************************************************/
 
html {
  background: #191918;
  font-family: Tahoma, "sans serif";
  color: #fff;
  font-display: swap;
}

#header {
  height: 45vw;
  background-position: center center;
  background-size: cover;
}

#site-title {
  display: none;
}

#branding .site-description, .home footer .site-description {
  display: none;
}

.home #branding .site-description {
  display: block;
}

footer .site-description {
  display: block;
  padding: 10px 10px 80px 10px;
  margin-top: 50px;
  font-size: 40px;
  line-height: 40px;
}

.site-description i {
  width: auto;
  font-family: Limelight;  
  font-variant: small-caps;
  color: #fff;
}

#branding a, .aside-logo {
  background: transparent url('img/cafelokaal.png') no-repeat;
  background-size: auto;
  height: 150px;
  width: 200px;
}

.aside-logo {
  margin-bottom: 40px;
}

#content {
  margin-top: 0px;
}
.home h2, .category h2 {
  font-size: 21px;
  text-align: center;
  line-height: 28px;
  background: rgba(0,0,0, 0.5);
}

.home h2 a, .category h2 a {
  width: 100%;
  color: #fff;
  padding: 110px 20px;
  display: block;
}

h1 {
  font-family: Limelight;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase;
  line-height: 34px;
  font-size: 26px;
  padding: 5px;
}

#menu {
  float: right;
  width: 475px;
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 14px;
}

#menu li {
  float: right;
}

#menu a {
  width: auto;
  font-family: 'Limelight', cursive;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #262625;
  padding: 9px 14px 3px 14px;  
}

#menu a:hover, .widget_nav_menu a:hover {
  background: rgb(209,2,17);
  color: #fff;
}

#menu li:nth-child(1) {
  display: none;
}

a {
  font-family: Tahoma, "Sans serif";
  text-decoration: none;
  color: #fff;
}

p a {
  border-bottom: 1px solid;
}

h1 a, h2 a, h3 a, h4 a {
  font-family: "Limelight";
  border: none;
}

a:hover {
  color: rgb(209,2,17);
}

.category h1  {
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  font-size: 30px;
}

.single-post #top-content {
  display: none;
}

.single-post h1, .single h1 {
  font-size: 32px;
  text-align: center;
  line-height: 38px;
}

.single h1 i {
  font-size: 0.56em;
  margin-top: 24px;
}

.post-thumbnail img {
  height: 450px;
  width: 100vw;
  max-width: 1600px;
  object-fit: cover;
}

#footer {
  background: #000;
}

footer .widget-container:nth-child(1) {
  border-right: 1px solid #fff;
}

#footer h3 {
  font-weight:bold;
  margin-bottom: 8px;
}

.single-post .site-content {
  position: relative;
  top: 0px;
  z-index: 0;
}

.single-post .post-thumbnail {
  margin-bottom: 130px;
}

.aside-toggle {
  display: none;
}

article p {
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#below-content {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 25px; 
}

.bs-contact {
 width: 100%;
 text-align: center;
}

.bs-contact img {
  margin: 50px 10px 0px 10px;
}

#footer .widget-container {
  float: left;
  text-align: left;
  line-height: 17px;
  padding: 40px;
}

#footer .widget-container:last-of-type {
  float: right;
}



/************************************************************************
 * WP FORMS
 ************************************************************************/

.wpforms-field-label {
  font-weight: unset;
}

.wpforms-field-required {
  width: 100%;
  font-size: 17px !important;
  background: #444 !important;
  border: none !important;
  border-radius: unset !important;
  color: #fff !important;
  padding: 5px !important;
  letter-spacing: 1px !important;
}

.wpforms-field-textarea {
  height: 150px;
  font-family: Tahoma;
}

#content button, .wpforms-submit  {
  background: rgb(209,2,17) !important;
  font-family: "Limelight", cursive;
  font-size: 18px;
  letter-spacing: 1px;
  border: 3px solid #000;
  padding: 4px;
  color: #111;
}

#content button:hover, .wpforms-submit:hover  {
  color: #fff;
}

.wpforms-field-label {
  font-weight: unset !important;
}

.wpforms-field-required {
  width: 100%;
  font-size: 17px;
  background: #444 !important;
  border: none !important;
  border-radius: unset !important;
  color: #fff !important;
  padding: 5px;
  letter-spacing: 1px;
  font-family: Tahoma;
}

.wpforms-field-text{
  height: 150px;
  font-family: Tahoma;
}

#content button, .wpcf7-submit, .wpforms-submit  {
  background: rgb(209,2,17) !important;
  font-family: "Limelight", cursive;
  font-size: 18px;
  letter-spacing: 1px;
  border: 3px solid #000;
  padding: 4px;
  color: #111;
}

#content button:hover, .wpcf7-submit:hover, .wpforms-submit:hover  {
  color: #fff;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #191918 !important;
    color: #fff !important;
    border: 2px solid #d10211 !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: unset;
}

div.wpforms-container-full {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    display: block;
}

@media screen and (min-width: 600px) {
  div.wpforms-container-full, textarea, .wpforms-field-medium.wpforms-field-required {
    width: 390px;
  }
}

.grecaptcha-badge { 
	visibility: hidden; 
}



/************************************************************************
 * TRIBE EVENTS
 ************************************************************************/

.tribe-events-page-template h1,
.tribe-events-page-template h2,
.tribe-events-page-template h3,
.tribe-events-page-template p {
  margin: 0 8px;
}

.events-single header#header, .post-type-archive-tribe_events header#header {
  background: #191918;
  height: 125px; /* zo blijft border-top aanwezig (witte balk) */
  box-shadow: unset;
}

 /** algemeen **/

 h1 i, h2 i, h3 i {
   display: block;
   clear:both;
   font-size: 0.82em;
 }

 /** single page **/

.events-single h1.entry-title {
  display: none;
}

 #tribe-events-pg-template {
    margin: 150px auto;
    width: 100%;
    max-width: 570px;
 }
 
 .events-single h2 .tribe-event-date-start {
    color: #fff;
    text-align: center;
    width: 100vw;
    display: table-cell;
    margin: 0;
 }
 
 .events-single p {
   margin: 12px 0px;
   font-family: Tahoma, Geneva, Verdana, sans-serif;
 }
 
 .tribe-events-single-section-title, .tribe-event-time, .tribe-common-c-svgicon, .tribe-events-nav-next,
 .tribe-event-date-end, .tribe-events-meta-group-details {
   display: none;
 }

 .tribe-events-c-subscribe-dropdown__container {
   display: block;
   width: 250px;
   margin: auto;
 }

 .tribe-events-c-subscribe-dropdown__container li {
   margin-left: 0;
}

 button.tribe-events-c-subscribe-dropdown__button-text {
   background: none;
   color: #fff;
   border: unset;
   font-weight: bold;;
 }
 

 /** overzichtspagina **/
 
 .tribe-events-back, .tribe-events-header--has-event-search, .tribe-events-header__top-bar, .tribe-events-view-loader, 
 .tribe-events-calendar-list__event-date-tag-datetime, 
 .tribe-events-calendar-list__month-separator, nav.tribe-events-calendar-list-nav, 
 .post-type-archive-tribe_events header.tribe-events-header, .post-type-archive-tribe_events h1.entry-title {
   display:none;
 }

 .tribe-events-page-template #header {
  height: 50px;
 }

 .post-type-archive-tribe_events main#content {
   max-width: 570px;
   display: block;
   margin: 40px auto;
 }
 
 .tribe-events-page-template .tribe-events-calendar-list__event-datetime {
   padding: 4px;
   margin: 5px auto;
   width: 100%;
   max-width: 570px;
   display: block;
 }
 
.tribe-events-calendar-list__event-datetime-wrapper {
  width: 100%;
  margin: 5px auto;
  max-width: 570px;
  display: block;
}

.tribe-event-date-start {
  color: #fff;
}

 .post-type-archive-tribe_events article {
  display: block;
  padding: 0;
 }

 article.tribe-events-calendar-list__event {
  padding: 15px 0;
  border-bottom: 2px solid;
 }

 .type-tribe_events {
   width: 100%;
   margin-bottom: 30px;
   border-bottom: unset;
 }
 
 h3.tribe-events-calendar-list__event-title {
   font-size: 23px;
 }
 
.tribe-events-page-template .tribe-events-calendar-list {
   margin: 150px auto;
   width: 100%;
   max-width: 500px;
   display: block;
}
 
.tribe-events-c-subscribe-dropdown__list li {
  list-style-type: none;
}

 a.tribe-events-c-subscribe-dropdown__list-item-link {
   background: #fff;
   color: #191918;
   font-size: 20px;
   text-align: center;
   padding: 4px 8px;
   display: block;
   margin: 3px auto;
 }
 
#content button.tribe-events-c-subscribe-dropdown__button-text {
   display: block;
   margin: auto;
   background: #191918 !important;
   border: unset;
   color: #fff;
   font-family: Tahoma, Geneva, Verdana, sans-serif;
   font-size: 20px;
   text-decoration: underline;
 }
 
 
 /** widget menu **/

 aside .tribe-compatibility-container {
  width: 250px;
  margin: auto;
 }
 
 h2.tribe-events-widget-events-list__header-title {
   background: none;
   font-family: 'Limelight', cursive;
   font-size: 20px;
   font-weight: bold;
   text-align: left
}

.tribe-events-widget-events-list__event-date-tag  {
  background: #111;
  color: #fff;
  font-weight: bold;
  padding: 2px;
}

.tribe-events-widget-events-list__events {
   display: inline-block;
   border: 2px solid #111;
   font-family: Tahoma, "Sans Serif";
   font-size: 12px;
   padding: 10px;
 }
 
 .tribe-events-widget-events-list__event-date-tag-daynum {
   float: left;
   margin-right: 5px;
 }
 
 .tribe-events-widget-events-list__event-datetime {
   color: #fff;
 }
 
 .tribe-events-widget-events-list__event-details a {
   color: #111;
 }
 
 .tribe-events-widget-events-list__event-details .tribe-event-date-end {
   display: none;
 }


 /** homepage **/
 
 #top-content .tribe-compatibility-container {
  display: none;
  width: 300px;
  background: #fff;
  color: #191918;
  padding: 8px;
 }

 #top-content .tribe-events-widget-events-list__events {
  font-size: 16px;
 }
 


@media screen and (max-width: 1024px) {
 #menu li:nth-child(5) {
  display: none;
  background: #fff;
  color: #191918;
  width: 300px;
  font-size: 21px;
 }
}



@media screen and (min-width: 975px) {
 .home article:nth-child(odd) img:hover{
   filter: opacity(0%);
   opacity: 0.1;
   visibility: hidden;
 }
 .home article:nth-child(even) img:hover {
   filter: opacity(100%);
   opacity: 1;
 }
 .home article:nth-child(odd) h2:hover{
   filter: opacity(0%);
   opacity: 1;
 }
}



@media screen and (max-width: 974px) {
 html {
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 html::-webkit-scrollbar {
    display: none;
 }
 #content {
   width: 100%;
 }
 .home h2 a, .category h2 a {
   padding: 12vw 2vw;
   display: block;
 }
 #menu a {
   font-size: 15px;
   padding: 11px 11px 8px 11px;
 }
}



@media screen and (min-width: 801px) {
 #header {
   box-shadow: inset 0 0 20px rgba(0,0,0, 0.5);
   height: 60vh;
 }
 .home #header {
    background: transparent url('https://cafe-lokaal.nl/wp-content/uploads/cafe-lokaal-bar1.jpg') no-repeat;
   background-size: cover;
   background-position: center center;
   height: 50vh;
   box-shadow: inset -50vw 0px 60vw #191918;
 } 
 .home #branding .site-description {
   position: absolute;
   width: 50vw;
   text-align: right;
   top: 25vh;
   right: 50px;
 }
 .home #branding .site-description i {
   font-size: 48px;
   text-shadow: 0px -4px 4px rgba(0, 0, 0, 0.4);
 } 
 .home article {
   border:2px solid #191918;
   overflow: hidden;
 }
 .home article:hover {
   border:2px solid #fff;
 }
 .single h1 {
  font-size: 38px;
 }
}



@media screen and (max-width: 800px) {
 .aside-toggle {
   display: block;
   background: rgb(209,2,17);
   width: 45px;
   height: 52px;
   position: absolute;
   top: 7px;
   left: 7px;
   padding: 7px 0px 0px 4px;
   border: none;
   z-index: 11;
   cursor: pointer;
   border: 3px solid #000;
 }
 nav#menu {
   display: none;
 }
 aside {
   color: #111;
 }
 aside .widget-container {
   width: 250px;
   display: block;
   margin: auto;
   margin-bottom: 50px;
 }
 aside .widget-container:nth-child(1) {
   margin-bottom: 120px;
 }
 aside .widget-container:last-child {
   padding-bottom: 70px; /* anders scollt het menu niet ver genoeg door in FF Mobile */
 }
 aside h3 {
   font-family: 'Limelight', cursive;
   font-size: 18px;
   margin-bottom: 10px;
   font-weight: bold;
 }
 .widget_nav_menu a{
   width: 250px;
   background: #000;
   font-family: 'Limelight', cursive;
   font-size: 18px;
   text-align: center;
   font-weight: normal;
   display: block;
   color: #fff;
   margin-bottom: 3px;
   padding: 12px 8px;
 }
 .nav-previous, .nav-next {
   width: 120px;
   padding: 3px;
 }
 .home #branding .site-description {
   margin-top: 55px;
   display: block;
   text-align: center;
 }
 #header {
   height: 240px;
   box-shadow: none;
 } 
 #container {
   margin-top: 60px;
 }
}



@media screen and (max-width: 768px) {
 .site-description i {
   font-size: 35px;
 }
 footer .widget-container:nth-child(1) {
   border-right: 0px;
 }
}



@media screen and (min-width: 769px) {
.home #header {
    background: transparent url('https://cafe-lokaal.nl/wp-content/uploads/cafe-lokaal-bar1.jpg') no-repeat;
   background-size: cover;
   background-position: center center;
   height: 50vh;
   box-shadow: inset -50vw 0px 60vw #191918;
 } 
 .home #branding .site-description {
   position: absolute;
   width: 50vw;
   text-align: right;
   top: 30vh;
   right: 50px;
   font-size: 32px;
 }
}



@media screen and (min-width: 601px) {
 .home article:nth-child(even) img {
   filter: opacity(0%);
 }
}



@media screen and (max-width: 600px) {
 main#content {
   padding: 0;
 }
 .single-post #header {
    height: 40vh; 
 }
 .tribe_events p img {
    width: 100%;
    height: auto;
 }
 .home article, .category article {
   width: 99vw;
   height: 49vw;
   margin: .5vw !important;
 } 
 .home .entry-title, .home article header, .category header, .home .entry-summery, .category h2,
 .home article img, .category article img,
 .home h2 a, .category h2 a {
   width: 49vw !important; 
   height: 49vw !important;
 }
 .home .entry-title {
   margin-bottom: -49vw;
   background: #000;
}
 .home article:nth-child(odd) header, .home article:nth-child(even) .entry-summary{
   position: absolute;
   right: 0.5vw;
 }
 .home article:nth-child(even) header, .home article:nth-child(odd) .entry-summary {
   position: absolute;
   left: 0.5vw;
 }
 .home h2 a, .category h2 a {
   font-size: 17px;
   line-height: 6vw;
   padding: 18vw 3vw;
 }
 .home article img {
   filter: opacity(100%) !important;
 }
}



.cat-links, .nav-links, #tribe-events-bar, aside .tribe-events-widget-link, .tribe-events-nav-previous, tribe-events-nav-next, .tribe-events-list .tribe-events-button {
  display: none;
}

#nav_menu-2 {
  display: none;
}



/************************************************************************
 * SOCIAL STUFF
 ************************************************************************/

#sidebar .social-block {
  margin-top: 24px;
}

.social-block li {
  width: 44px;
  height: 44px;
  background: #191918;
  float: right;
  margin-left: 4px;
  padding: 1px 2px 2px 2px;
}

#footer .social-block li {
  background: #000;
}

.social-block svg {
  fill: #fff;
  color: #fff;
}



/************************************************************************
 * POP-UP MODAL
 ************************************************************************/

#popup-modal {
  display: none;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.5); 
  text-align: center;
}

#popup-modal div {
  background-color: #fff; 
  width: 80%; 
  max-width: 400px; 
  margin: 100px auto; 
  padding: 20px;
}

#popup-modal div p {
  color: #191918;
  margin-bottom: 24px;
}

#update-button {
  background-color: rgb(209,2,17);
  color: #fff;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  display: block;
  width: 120px;
  margin: auto;
}

#close-popup {
  color: #191918;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  border: none; 
  padding: 10px 20px; cursor: pointer;
  background: none;
}



/************************************************************************
 * EXTRA TWEAKS
 ************************************************************************/
 
.page-id-2186 {
	color: #fff;
}

figure {
	height: 250px;
	width: 45%;
	margin: 2%;
	float: left;
}

figcaption {
	display: block !important;
	text-align: center;
	line-height: 25px;
	color: #fff;
}

figure img {
	width: 125px !important;
	height: 125px !important;
	object-fit: cover;
	padding: 10px;
	margin: auto;
	display: block !important;
}

#wpcf7-f2222-p2186-o1 {
	padding: 20px;
	color: #fff;
	display: block;
	clear: both;
}

article ul, article ol {
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

aside #menu-extra {
	line-height: 30px;
}

article li {
  list-style-type: disc;
	margin-left: 20px;
}

select {
  width: 100%;
  height: 40px;
  font-size: 17px;
  background: #444;
  border: none;
  color: #fff;
  padding: 5px;
  letter-spacing: 1px;
} 

#top-content li a {
  background: #d10211;
}

h2.entry-title a.post-edit-link {
  display: none;
}