section[data-name="elf_news"] .listSearch{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 15px 0;
}

section[data-name="elf_news"] ul.grid,
section[data-name="elf_news"] ul.grid > li{
    padding: 0px;
    margin: 0px;
}
section[data-name="elf_news"] ul.grid > li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}




section[data-name="elf_news"] ul.ul-checkbox.grid > li{
	padding: 5px;
}

section[data-name="elf_news"] .listSearch .list-inline-item {
	display: inline-block;
	width: 30%;
	border: 1px solid #ccc;
	/* margin: 3px; */
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-bottom: solid 5px #2d257d;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.39);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.39);
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	transition:0.3s;
}

section[data-name="elf_news"] .listSearch .list-inline-item:hover {
	transition:0.3s;
	margin-top:-10px;
}


section[data-name="elf_news"]  .wrapper_pagination{
	display: block;
	clear:both;
	width: 100%;
}

section[data-name="elf_news"] ul.page-pagination,
section[data-name="elf_news"] ul.page-pagination > li{
	display: inline-block;
	padding: 5px;
	margin: 0;
}

section[data-name="elf_news"]  ul.page-pagination > li.page-item.active{
	font-weight: bold;
}


section[data-name="elf_news"] h5 {
	color: #342f2b;
	font-weight: normal;
}

section[data-name="elf_news"] .bg {
	background-color: #cccccc;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section[data-name="elf_news"] .link {
	background-color: #00b2f2;
	padding: 10px 10px 10px 10px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 27px;
	transition:0.3s;
}

section[data-name="elf_news"] .link:hover {
	background-color: #2d257d;
}

section[data-name="elf_news"] .btn-load-more {
	background-color: #00b2f2;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
	color: #fff;
	transition: 0.3s;
}

section[data-name="elf_news"] .btn-load-more:hover {
	background-color: #2d257d;
	transition: 0.3s;
}

section[data-name="elf_news"] .btn-load-more .dashicons-before::before {
	line-height: 1;
	width: 20px;
	height: 20px;
	font-size: 22px;
	padding-top: 3px;
	padding-left: 5px;
}

section[data-name="elf_news"] .date h5 {
	color: #2d257d;
	font-size: 22px;
	font-weight: lighter;
}

section[data-name="elf_news"] .title {
	padding: 20px 0;
}

section[data-name="elf_news"] select {
	padding: 10px 30px;
	margin-right: 20px;
	background-color: #80d4f2;
	border: transparent;
	border-radius: 20px;
	color: #2d257d;
	border-right: 16px solid transparent;
}


@media only screen and (max-width: 1440px) and (min-width: 1200px) {
	
	section[data-name="elf_news"] .link {
	width: 35px;
	height: 35px;
	font-size: 23px;
	padding: 5px 10px 10px 5px;
	}
	
	section[data-name="elf_news"] .date h5 {
	font-size: 20px !important;
	}
	
	section[data-name="elf_news"] .title {
	padding: 20px 0;
	font-size: 24px !important;
	}
	
	section[data-name="elf_news"] .bg {
	height: 200px;
	}
	
	section[data-name="elf_news"] .listSearch .list-inline-item {
	width: 280px;
	padding: 15px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.39);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.39);
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
	section[data-name="elf_news"] .listSearch .list-inline-item {
	width: 46%;
	padding: 10px;
	margin: 10px;
	}
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
	
	section[data-name="elf_news"] .listSearch .list-inline-item {
	width: 100%;
	padding: 10px;
	margin: 10px;
	}
	
	section[data-name="elf_news"] select {
	padding: 10px 20px;
	margin: 10px;
	width: 44%;
	}
	
	section[data-name="elf_news"] .btn-load-more {
	width: 160px;
	display: flex;
	text-align: center;
	margin: auto;
	}

section[data-name="elf_news"] .bg {
	height: 150px;
}
	
	section[data-name="elf_news"] .link {
	padding: 7px 10px 10px 7px;
	width: 35px;
	height: 35px;
	font-size: 21px;
}
	
	section[data-name="elf_news"] .btn-load-more .dashicons-before::before {
	line-height: 1;
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin: 0px 10px;
	}
	
	section[data-name="elf_news"] .btn-load-more {
	background-color: #00b2f2;
	padding: 10px 10px 10px 29px;
	border-radius: 20px;
	color: #fff;
	transition: 0.3s;
}	
    
}