.hidden {
  display: none;
}

.articlecontainer, .full-post-listing {
  max-width: 1250px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}

.ac_style_list {
  margin-left: 0;
}

.ac_item article, .full-post-listing .post {
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid #dad7da;
  box-shadow: 0px 15px 14px -12px rgba(79, 23, 84, 0.19);
}

.ac_item article p, .full-post-listing .post p {
  margin-bottom: 1rem;
}

.ac_item article h1, .full-post-listing .post h1 {
  margin-bottom: 0;
}

.ac_item article .button, .full-post-listing .post .button {
  width: 100%;
}

.ac_item article h1, .ac_item article .title, .full-post-listing .post h1, .full-post-listing .post .title {
  font-size: 1.1rem;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 700;
}

.ac_item article h1 a, .ac_item article .title a, .full-post-listing .post h1 a, .full-post-listing .post .title a {
  text-decoration: none;
}

.ac_item article h1 a:hover, .ac_item article .title a:hover, .full-post-listing .post h1 a:hover, .full-post-listing .post .title a:hover {
  color: #ff6e1e;
}

.ac_item article img, .full-post-listing .post img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.ac_item article .has-image, .full-post-listing .post .has-image {
  margin-bottom: 1rem;
}

.blog-listing-actions {
  padding-top: 5rem;
  text-align: center;
}

#load_more_btn {
  cursor: pointer;
  padding: 1rem 0;
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
}

#load_more_btn p {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 2px solid #ff6e1e;
  font-weight: 700;
  text-align: center;
  padding: .7rem 2rem;
  background: #ff6e1e;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all .2s ease;
}

#load_more_btn p:hover {
  background: #712178;
  border-color: #712178;
}

#load_more_container {
  display: none;
}

@media screen and (min-width: 768px) {
  .ac_item, .grid-sizer, .full-post-listing .post {
    width: 46%;
  }
  .ac_item article h1, .ac_item article .title, .full-post-listing .post h1, .full-post-listing .post .title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1000px) {
  .ac_item, .grid-sizer, .full-post-listing .post {
    width: 21%;
  }
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
