/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2024 | 19:56:29 */
.home .content-area .grid-container {
    padding-bottom: 0px;
}

.shows-cont-n {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-flow: row wrap;
    height: 250px;
	margin-top: 370px;
	position:absolute;
	z-index:9999;
	left: 0;
    right: 0;
	max-width: 1500px;
	margin-left:auto;
	margin-right:auto;
}

.home .shows-cont-n {
    justify-content: left;
}

.shows-box-n {
    position: relative;
    display: flex;
    padding: 8px;
    cursor: pointer;
	flex: 0 1 33%;
	transition: transform .2s;
}

.shows-box-n:hover {
    /* opacity: 0.83; */
    /* filter: grayscale(1); */
    /* backdrop-filter: blur(1px); */
    /* filter: blur(1px); */
    /* filter: drop-shadow(1px 1px 8px white); */
    /* filter: drop-shadow(2px 4px 6px black); */
    transform: scale(1.1);
    z-index: 999999;
}

.shows-box-n a {
    width:100%;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
}

.dv-child-n {
    height: 130px;
    width: 100%;
	padding-top: 10px;
}

.show_date-vn {
    color: #FFF;
    font-size: 18px;
    font-weight: 500 !important;
    margin: auto;
    width: 100%;
    text-align: center;
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.img-show-logo {
    height: 80px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.ima-logos {
    height: auto;
    width: auto;
    max-height: 80px;
    margin: auto;
    text-align: center;
}

.bckgd-artpalmbeachshow .show_date-vn, .bckgd-laas .show_date-vn, .bckgd-palmbeachdesignshowroom .show_date-vn  {
	color:#000;
}

.bckgd-artpalmbeachshow .ima-logos, .bckgd-laas .ima-logos {
	padding: 8px;
}

.shows-box-n a {
	display:flex;
}
.col-show {
    flex: 1 1 50%;
}

.show-image {
    background-color: #000;
    width: 25%;
    background-size: cover;
    background-position: center;
    height: 130px;
    flex: 1 1 10%;
}

@media (max-width: 1650px) {

.pbshowgroupshows .show_date-vn {
    font-size: 16px !important;
    line-height: 1.1;
}
	
}

@media (max-width: 1280px) {
.shows-box-n {
    flex: 0 1 33.3%;
}
	
}

@media (max-width: 1200px) {
	
.shows-box-n {
    flex: 0 1 50%;
}
	
}
@media (max-width: 1023px) {
.shows-cont-n {
    margin-top: 300px;
}
}
@media (max-width: 768px) {
.shows-cont-n {
    margin-top: 310px;
}
	
	
}

@media (max-width: 600px) {
	
.shows-cont-n {
    margin-top: 185px;

}	
.shows-box-n {
    flex: 0 1 100%;
	padding: 3px;
}
.show_date-vn {
    font-size: 15px;
	padding-top: 5px;
}	
.img-show-logo {
    height: 60px;
}
.ima-logos {
    max-height: 75px;
}
.dv-child-n {
    height: 120px;
    width: 100%;
    padding-top: 5px;
}
.show-image {
    height: 120px;
}
.bckgd-artpalmbeachshow .ima-logos, .bckgd-laas .ima-logos {
    padding: 10px;
}
	
.pbshowgroupshows .img-show-logo {
    height: 60px !important;
    padding-top: 2px !important;
}
.bckgd-palmbeachdesignshowroom .show_date-vn {
    font-size: 15px !important;
    padding-top: 25px;
    line-height: 1.2;
}	
.pbshowgroupshows .show_date-vn {
    font-size: 15px !important;
	padding: 12px 10px 0px 10px;
    line-height: 1.2;
}
	
}
