.slots-wrapper {
	height: auto;
	margin: 0 auto;
	position:relative;
}

.slots-wrapper.resultlists {
	margin-bottom: 100px;
}

.ribbon, .ribbonsp, .ribbonuban {
	width:123px;
	height:124px;
	position:absolute;
	z-index:3; 
	display: none;
}

.ribbon_offset {
	width: 100%;
	height: 40px;
	display: none;
}

.large_wrapper {
	width: 48.5%;
	padding: 5px;
}

.large{
	float:left;
	width:100%;
	height:440px;
	position: relative;
}

.small_wrapper{
	width: 24.25%;
	padding: 5px;
}

.small{
	float:left;
	width:100%;
	height:440px;
	position: relative;
}

.small_plain{
	float:left;
	width:240px;
	height:360px;
	margin:5px;
	position: relative;
}

.tag{
	/* width:240px; */
	/*height:80px; */
	/*position: absolute;*/
	width: 100%;
	/* top:280px; */
	/*left:0px;*/
	z-index: 2;
	bottom: 0;
}

.tag_info{
	/* width:200px; */
	/* height:80px; */
	float:left;
	min-height: 80px;
	padding: 15px;
}

.tag_more{background: #c5a687 url('/campaign_cms/bridal-award-2021/wp-content/themes/bridal_award_2021/img/btn_arrow.png') no-repeat 50% 50%;
	background: #c5a687 url('../img/btn_arrow.png') no-repeat 50% 50%;
	/* height:40px; */
	float:right;
	/*position: relative;
	top:40px;*/
	-moz-opacity:.60; 
	-ms-filter:”alpha(opacity=60)”;
	filter:alpha(opacity=60);
	/* opacity:.60;  */
}

.grid-item:hover .tag_more {
	/* background-color: rgb(255, 255, 255) !important; */
	background: #924218 url('/campaign_cms/bridal-award-2021/wp-content/themes/bridal_award_2021/img/btn_arrow.png') no-repeat 50% 50%;
	background: #924218 url('../img/btn_arrow.png') no-repeat 50% 50%;
    opacity: 1 !important;
    transition-duration: 0.5s;
}

.large_wrapper .tag_info {
	width: 91%;
}

.large_wrapper .tag_more {
	width: 9%;
}

.small_wrapper .tag_info {
	width: 85%;
}

.small_wrapper .tag_more {
	width: 15%;
}

/*.tag_info_inner{
	width:185px;
	height:60px;
	float:right;
	position: relative;
}*/

.tag_info_inner {
    /* width: 183px; */
    /* height: 60px; */
    /* float: right; */
    position: relative;
    bottom: 0px;
}

.tag_info_inner_line1a{
	height:initial;
	font-size:20px;
	color:#FFF;
	text-align:left;
	padding-right: 15px;
	/* padding-right: 5px; */
	/* float: left; */
	display: block;
}

/*.tag_info_inner_line1b{
	height:12px;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	padding-top: 23px;
	float:left;
}*/

.tag_info_inner_line1b {
    height: 12px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 25px;
    float: left;
}

.tag_info_inner_line2 {
	min-width: 185px;
	height:14px;
	font-size:20px;
	color:#FFF;
	/* padding-top: 11px; */
	/* float:left; */
	text-align:left;
	display: block;
}

.small_wrapper .tag_info_inner_line1a {
	font-size: 14px;
}

.small_wrapper .tag_info_inner_line2 {
	font-size: 12px;
}

.small_plain .tag{
	top:140px;
}

.small_plain .tag_info{
	width:240px;
}

.small_plain .tag_info_inner{
	width:225px;
}

.small_plain .tag_info_inner_line1b{
	/*width:156px;*/
}

.small_plain .tag_info_inner_line2{
	width:225px;
}

.summary{
	width:210px;
	height:245px;
	/*top: 20px;*/
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;	
	position: absolute;
	font-size: 15px;
	line-height: 150%;
	color:#FFFFFF;
	display: none;
}

.large .img-hover{
	float:left;
	width:480px;
	height:360px;
	position: absolute;
	z-index: 1; 
}

.small .img-hover{
	float:left;
	width:240px;
	height:360px;
	position: absolute;
	z-index: 1; 
}

.large_wrapper {
	float: left;
}
.small_wrapper {
	float: left;
}
.transparent-block{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	vertical-align: top;
}

.large_background {
  width: 100%;
  height: 360px;
}

.small_background {
  width: 100%;
  height: 360px;
}

.slots-wrapper .grid-item.color_1 .tag_info {
  background-color: #c5a687;
}

.slots-wrapper .grid-item.color_2 .tag_info {
  background-color: #c5a687;
}

.slots-wrapper .grid-item.color_3 .tag_info {
  background-color: #c5a687;
}

.slots-wrapper .grid-item.color_4 .tag_info {
  background-color: #c5a687;
}

.list_wrapper {
  position: unset !important;
}

.large_wrapper .featured-image {
	position: relative;
	width: 100%;
	padding-bottom: calc(360 / 490 * 100%);
}

.small_wrapper .featured-image {
	position: relative;
	width: 100%;
	padding-bottom: calc(360 / 240.61 * 100%);
}

.featured-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}