.am_ajax_post_grid_wrap {
  box-sizing: border-box;
}

.asr-ajax-container {
  position: relative;
}



/*****************
 * New Design
 *****************/
.asr-filter-div {
  margin-bottom: 30px;
}


.am_post_grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*Loading*/
.asr-loader {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
  height: 100%;
  background: none;
  margin-top: 80px;
}

.asr-loader-ws { 
  background-color: rgba(255,255,255, 0.8); 
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999999999;
}

.lds-dual-ring-ws {
  z-index: 999999999999;
  position: relative;
  text-align: center; /* Centered text/links */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  
}

.lds-dual-ring-ws:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 1px solid #333;
  border-color: #333 transparent #333 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*Layout 1*/
.am__col-3 .am_grid_col {
  margin-bottom: 60px;
  width: 29.4%;
  margin-right: 5.9%;
  border-width: 0;
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;  
}
.am__col-4 .am_grid_col {
width: 20.575%;
margin-bottom: 60px;
margin-right: 5.9%;
border-width: 0;
border: 1px solid #d8d8d8;
padding: 19px;
background-color: #fff;  
}
.asr-ajax-container .asrafp-filter-result.showing {
background: none !important;
} 
.am__col-3 .am_grid_col:nth-child(3n) {
margin-right: 0;
}

.am__col-4 .am_grid_col:nth-child(4n) {
margin-right: 0;
}



.am_thumb  {
  text-align: center;
  margin: -20px -20px 29px;
}
.am__title {
color: #333;
font-weight: 600;
font-size: 20px;
line-height: 26px;
}

.am_grid_col h2.entry-title {
  font-size: 30px;
}
.am_grid_col .post-meta {
/* Disabled post meta here with setting display to none */
  display: none;
  font-size: 14px;
  margin-bottom: 6px;
}

#dialog-updates {
  display: flex;
  justify-content: center;
}

#dialog-updates a {
  color: white;
  background: #206f9a;
  padding: 10px 20px;
  margin-right: 20px;
}


/*Paginaion*/


.asr-filter-div {
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  position: absolute;
  width: 100%;
  display: block;
  float: none;
  height: auto;
  right: auto;
  top: 106px;
  background: #eeeeee;
  border-top: none;
  width: 295px;
  padding: 20px;
  font-family: core_sans,Lucida,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(34,25,36,.2);
  font-size: 18px;
  line-height: 1.3333;
  z-index: 2004;
  border: 1px solid #d9d8db;
  animation: fadeIn cubic-bezier(.22,.61,.36,1) .25s;
  transition: opacity .25s cubic-bezier(.22,.61,.36,1);
  outline: 0;

}

.asrafp-filter-result.showing {
  padding-top: 60px;
}



.am__col-3 .am_grid_col.type-builders.last-in-row {
margin-right: 0 !important;
}


@media (max-width: 980px) {

#dialog-updates {
  display: block;
}

#dialog-updates a {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.am__col-3 .am_grid_col, .am__col-4 .am_grid_col {
  width: 100%;
  margin: 20px auto !important;
}
}

@media (max-width: 768px) {


.am__col-3 .am_grid_col.type-updates.last-in-row, .am__col-4 .am_grid_col.type-updates.last-in-row {
  margin-right: auto !important;
}
}