/*
Theme Name: Hestia Child
Template: hestia

*/@import url('https://fonts.googleapis.com/css2?family=Hanuman&display=swap');

.blog-sidebar {
    background-color: #e6dceb;
    padding: 1rem;
	  border-radius: 6px;
}

.blog-sidebar ul li {
    line-height: 1.3;
    margin-bottom: 1rem;
}

.blog-sidebar ul li a {
	color: #f44c83;
	display: block;
	font: 400 16px Lato, sans-serif;
}

.blog-sidebar ul li a:hover {
	color: #7b1fa2;
}

.blog-sidebar h2 {
	text-align:center;
	border-top: 1px solid;
	color: #000000;
}

.blog-sidebar div:first-of-type h2 {
  border-top: none;
}

.blog-post .entry-content {
  color: #000000;
  font: 400 20px Lato, sans-serif !important;
	line-height: 2 !important;
}

.blog-post .entry-content p {
	line-height: 2;
}

.blog-post .entry-content h2 {
  position: relative;
  padding-left: 1rem;
  border-left: 4rem solid #7b1fa2;
  margin-top: 5rem !important;
}

.blog-post .entry-content h3 {
  position: relative;
  padding-left: 1rem;
  border-left: 3rem solid #f44c83;
  margin-top: 5rem !important;
}

.hestia-scroll-to-top {
	background-color: #f44c83;
}

.hestia-scroll-to-top:hover {
	background-color: #7b1fa2;
}

.navbar-brand p {
	color: #7b1fa2;
  font: normal bold 40px Hanuman;
  line-height: 40px;
  text-transform: uppercase;
}

.navbar-nav a {
	color: #f44c83 !important;
  font: normal normal 14px Lato, sans-serif !important;
  line-height: 48px;
  padding: 12px;
}

.navbar-nav a:hover {
	color: #7b1fa2 !important;
}

.header-filter::before {
  background-color: rgba(0, 0, 0, 0);
}

.home .avatar {
	border: 1rem solid white;
}

.footer h2 {color: #f44c83; text-align: center}
.footer a, .footer .wp-block-categories-list {color: #e6dceb !important; text-align: center; line-height:1.5}
.footer a:hover {color: #f44c83 !important;}

.cat-item-26 {display: none;}

.wp-block-search__input {background-color: #ffffff !important;
border: 1px solid #cccccc !important;
border-radius: 4px !important;
padding-left: 1rem;}

.highlight-block {
	background-color: #e6dceb !important;
	padding: 3rem;
}

/* MailerLite Form Styles */
.ml-form-embedBody {
	padding: 0 3rem;
}

.ml-form-embedWrapper {
  background-color: #f6f6f6;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.ml-form-embedContent {
  padding: 20px;
  text-align: center;
}

.ml-form-embedContent h4 {
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.ml-form-embedContent p {
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.ml-form-fieldRow input[type="email"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}

.ml-form-embedSubmit {
  margin-top: 10px;
}

.ml-form-embedSubmit button.primary {
  background-color: #f44c83;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ml-form-embedSubmit button.primary:hover {
  background-color: #7b1fa2;
}

.ml-form-successContent {
  padding: 20px;
  text-align: center;
}

.ml-form-successContent h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.ml-form-successContent p {
  font-size: 14px;
  color: #000;
}
