@font-face { font-family: "Digitalis" ; src: url('../fonts/digitali.ttf'); }

#local-market-wrapper h1 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
    font-size: 33px;
    font-family: "Digitalis"!important;
    color: #e21913;
}

#local-market-content {
	max-width: 1200px !important;
	display: flex;
    flex-wrap: wrap;
    margin: auto;
}

#local-market-modal {
	z-index: 110000;
}

#local-market-modal .modal-content {
	background: #111111;
}

#local-market-modal .modal-header {
	background: #111111;
	color: #fff;
	border-bottom: none;
}

#local-market-modal .modal-header button {
	opacity: 0.9;
}

#local-market-modal .modal-header button span {
	font-size: 60px;
}


#local-market-modal .modal-body {
	padding: 0;
}

#local-market-modal .local-market-post-message {
    /* background: #fff; */
    color: #fff;
	margin: 0;
}

#local-market-modal .modal-footer {
    background: #111111;
    border: none;
	
}

#local-market-modal .modal-footer button {
	color: #000;
}


#local-market-content .card-wrapper {
    flex: 33%;
    max-width: 33%;
    padding: 8px;
    box-sizing: border-box;
}

.modal-title {
    color: #e21913;
}

#local-market-modal .modal-header button span {
    color: #fff;
}

@media screen and (max-width: 996px) {

	#local-market-content .card-wrapper{
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 530px) {

	#local-market-content .card-wrapper{
		flex: 100%;
		max-width: 100%;
	}
}

#local-market-content .card-wrapper .card {
    height: 100%;
    background-color: #111111;
}

#local-market-content .card-wrapper .card-title {
    color: #e21913;
    height: 50px;
    overflow: hidden;
}

#local-market-content .card-wrapper .card-text {
    height: 138px;
    overflow: hidden;
    color: #fff;
}

#local-market-content .card-wrapper .card-body .btn{
    background-color: #e21913;
    color: #000;
    border-radius: 15px;
    border-color: #e21913;
}

#local-market-content .card-wrapper .card-body .btn-primary.focus, 
#local-market-content .card-wrapper .card-body .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,1);
}

#local-market-content .card-img-bg {
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#local-market-modal #post-carousel {
    background: #292929;
}

#local-market-modal .carousel-item{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
}

#local-market-modal .carousel-control-prev-icon,
#local-market-modal .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.local-market-post-message {
    color: #000;
    padding: 16px 8px;
}

#show-more-posts {
    margin-top: 24px;
    border-radius: 8px;
    color: #000;
    font-size: 24px;
}


