/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif!important; 
}
footer {
	color: #000;
}
footer .widget.dark .post-title a, footer.footer a {
	color: #ffffff;
}
.dark header .menu-item-has-children ul {
  background-color: transparent!important;
}
.dark header .menu-item.current-menu-item .dropdown .menu-item a, .menuzord-menu ul.dropdown li a {
  background-color: #88ac2e!important;
  color: white!important;
  opacity: 100%
}
.dark header .menu-item.current-menu-item .dropdown .menu-item a:hover, .menuzord-menu ul.dropdown li a:hover {
  opacity: 1;
  
}
.bg-theme-colored, .dark header .menuzord-menu .current-menu-item a {
  color: white!important
}
.dark header .menuzord-menu > li > a {
  color: #333333!important;
}
.menuzord .menuzord-menu>li:hover>a {
  color: white!important;
}
.blog-img {
  float:left; 
  margin-right: 12px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mec-wrap {
  background-color: inherit!important;
}

.post .entry-content {
  background: white!important;
  padding: 15px;
}

.absolute-date {
  position: absolute;
  top: 0;
  padding: 0!important;
  margin: 0!important;
}
.absolute-date.right {
  right: 15px;
}
.absolute-date.left {
  left: 15px;
}
.related-post {
  overflow: hidden;
  cursor: pointer;
}
.related-post:hover .related-post-img {
  transform: scale(1.5);
}
.related-post-img {
  z-index: 0;
  width: 100%; 
  height: 225px; 
  object-fit: cover;
  transition: transform 1s ease;
}
.related-post-title {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mec-event-image img {
	display: none;
}
/* modal */
.css-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
  z-index: 9999;
}

.mc4wp-response label.css-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  display: block!important;
}

.css-modal-state {
  display: none!important;
}

.css-modal-state:checked + .css-modal {
  opacity: 0;
  visibility: hidden;
}

.css-modal-state:checked + .css-modal .css-modal__inner {
  top: 0;
}

.css-modal__inner {
  transition: top .25s ease;
  position: absolute;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
}

.mc4wp-response label.css-modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
  display: block!important;
}

.css-modal__close:after,
.css-modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.css-modal__close:hover:after,
.css-modal__close:hover:before {
  background: #aaa;
}

.css-modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .css-modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}
/* end modal */

.blocks .wpcf7-list-item {
	display: block;
}
mc4wp-form-theme-dark button, mc4wp-form-theme-dark input[type=submit] {
	color: white!important;
	background-color: #88ac2e!important;
    border-color: #88ac2e!important;
}
mc4wp-form-theme-dark button:hover, mc4wp-form-theme-dark input[type=submit]:hover {
	background-color: #7f9301!important;
    border-color: #7f9301!important;
}
.mc4wp-form-basic label, .mc4wp-form-theme label {
	display: none!important;
}
.mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=url], .mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=number], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
	background: rgba(0, 0, 0, 0.2)!important;
    border-color: #333333!important;
	max-width: initial!important;
}