.lds-ring {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 20%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lds-ring.show {
  display: inline-block;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #f10033;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f10033 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.archive_inner_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.archive_item {
	width: 50%;
	flex-basis: 50%;
	padding: 10px;
}

.archive_item h3 {
	font-size: 15px;
	margin: 0px 5px 0px;
	line-height: 1.4;
}

.archive_item_thumb {
	box-shadow: 1px 1px 4px 0px rgba(0,0,0, 0.4);
    background-size: cover;
    width: 100%;
    padding-bottom: 40%;
    background-position: center;
}

.archive_inner_item {
	position: relative;
	height: 100%;
}

.archive_inner_item .kl-blog-item-date {
	padding-left: 5px;
	font-size: 14px;
    padding-top: 0px;
    display: inline-block;
}

.archive_cover_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: background-color .2s;
}

.archive_cover_link:hover {
	background-color: rgba(0,0,0, .2);
}

.archive_post_cat {
	font-size: 13px;
	font-weight: bold;
}

.archive_excerpt {
	line-height: 1.5;
    padding: 0 5px;
    padding-top: 5px;
}

.archive_pagination {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.archive_pagination > * {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f10033;
	color: white;
	line-height: 1;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: color .3s, background-color .3s, border-color .3s;
}

.archive_pagination > a:hover {
	color: #f10033;
	border-color: #f10033;
	background-color: white;  
}

.date_panel {
	display: none;
}

.datepicker--cell.-current-,
.fixed_wrapper .datepicker--day-name {
	color: #f10033;
}

.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background: #f10033;
}

.datepicker--cell.-in-range- {
	background: rgba(241,0,51, .1);
}

.datepicker--cell.-range-to- {
	border: 1px solid rgba(241,0,51,.5);
	background-color: rgba(241,0,51,.1);
}



.archive_wrapper { 
	position: relative;
}


.archive_wrapper .show_more {
    width: 100%;
    text-align: center;
    background: #f10033;
    display: inline-block;
    color: white;
    padding: 10px 0 12px;
    margin-top: 40px;
}

#custom div[id^="attachment_"] {
	max-width: 100%;
}

@media (max-width: 640px) {
	.fixed_wrapper {

		display: flex;
		margin-top: 0px;
		justify-content: center;
		margin-bottom: 25px;

	}

	.archive_row {
		display: flex;
		flex-wrap: wrap;

	}

	.archive_row > div {
		width: 100%;
	}

	.archive_row > div:first-child {
		order: 1;
	}
}