.search-envato {
	/*margin: 42px auto;
	padding: 0 24px;*/
	position: relative;
}

.search-envato span {
	font-size: 16px;
	font-weight: 600;
}

.search-envato .search-result--wrapper a {
	text-decoration: none;
    color: #FFFFFF;
    font-size: 28px;
    border: none;
}

.search-envato .search-buttons-wrapper {
	display: grid;
    row-gap: 8px;
	margin-top: 12px;
}

.search-envato .search-buttons-wrapper .button {
	background-color: #523ee8;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 16px;
}

/*.search-envato .search-result--wrapper .search-description {
	margin-top: 18px;
}*/

.search-envato .search-result--wrapper .results {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 24px;
    column-gap: 24px;
	margin-top: 28px;
}

.search-envato .search-result--wrapper .results .result {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	text-align: left;
	transition: transform 450ms;
}

.search-envato .search-result--wrapper .results .result:hover {
	box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transform: translateY(-8px);
}

.search-envato .search-result--wrapper .results .result img {
	border-radius: 10px 10px 0 0;
}

.search-envato .search-result--wrapper .results .result .image-wrapper {
	height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
	display: flex;
    align-items: end;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.search-envato .search-result--wrapper .results .result  .content-wrapper {
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
	padding: 18px;
}
.search-envato .search-result--wrapper .results .result  .content-wrapper .content-buttons-wrapper {
	text-align: end;
	padding-top: 12px;
}

.content-preview {
	margin-top: 20px;
	text-align: end;
}

.search-envato input.search {
	padding: 14px 24px 14px 38px!important;
	width: 100%;
    min-height: 58px;
    font-size: 18px!important;
}

.search-envato input[type=search].search {
	background-position: left 12px center!important;
    background-size: 18px!important;
}

.pagination--wrapper {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.pagination--wrapper .pagination {
	background-color: #523ee8;
    border-radius: 100px;
    padding: 8px 24px;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 12px;
    min-width: 120px;
    text-align: center;
	cursor: pointer;
}

.pagination--wrapper .disabled {
	pointer-events: none;
    background-color: rgb(157 157 157 / 50%);
}

/** Spinner Wheel */

.envato-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 820px;
	position: absolute;
    z-index: 999;
    width: 100%;
	background-color: #fafbfd4d;
}	

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #009585;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** Checkbox */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.search-envato-results-information {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	padding-top: 12px;
}

.search-bar--wrapper {
	 margin-bottom: 18px;
}

.search-envato-results-information .envato-filter-wrapper {
  min-width: 262px;
  margin-bottom: 18px;
}

.search-envato .form-group {
  display: block;
  margin-bottom: 15px;
}

.search-envato .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.search-envato .form-group label {
  position: relative;
  cursor: pointer;
}

.search-envato .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #E76C5E;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.search-envato .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #E76C5E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.overlay {
	visibility: hidden;
}

.search-envato .search-result--wrapper .results .result .image-wrapper:hover .overlay {
	position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
	background-color: #0000008a;
    opacity:0.5;
    z-index: 100;
    display: block;
	border-radius: 14px;
	visibility: visible;
}

.theme-icon {
	visibility: hidden;
}

.search-envato .search-result--wrapper .results .result .image-wrapper:hover .theme-icon {
	visibility: visible;
	padding: 18px 28px;
    border-radius: 0 0 14px 14px;
    width: 100%;
    text-align: end;
    position: absolute;
    z-index: 9999;
    font-size: 28px;
    background-color: #0e0d0dd6;
}

.theme-icon .preview {
	color: #E76C5E;
	cursor: pointer;
}

.theme-icon .choose {
	color: #1AAE9E;
	padding-left: 12px;
	cursor: pointer;
}


.envato-filter-wrapper .items {
	display: grid;
    list-style-type: none;
    justify-content: space-evenly;
    margin: 0;
    background-color: #F2F0F0;
    border-radius: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.envato-filter-wrapper .items .item {
	cursor: pointer;
    min-width: 92px;
    font-size: 14px;
    text-align: center;
	padding: 6px;
	transition: transform 450ms;
	font-weight: bold;
}

.envato-filter-wrapper .items .item:hover,
.envato-filter-wrapper .items .item.active {
	background-color: #063A9D;
    border-radius: 20px;
    color: #FFF;
	transform: translateY(-10px);
	box-shadow: 0 5px 25px rgba(0,0,0,.1);
}

@media (min-width: 425px){
	.search-envato .search-buttons-wrapper {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 12px;
	}
	
	
}

@media (min-width: 575px){
	.search-envato .search-result--wrapper .results {
		grid-template-columns: repeat(2, 1fr);
	}
	
	/*.search-envato .search-result--wrapper .results .result .image-wrapper {
		min-height: 234px;
	}*/
}

@media (min-width: 908px){
	.search-envato .search-buttons-wrapper {
		display: inline-grid;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.search-envato .search-buttons-wrapper .button {
		padding: 8px 24px;
	}
}

@media (min-width: 1204px){
	
	.search-envato .search-result--wrapper .results {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.envato-filter-wrapper .items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1316px){
	
	.envato-filter-wrapper .items {
		display: flex;,
		grid-template-columns: none;
	}
}


