#vendor_singular_map{
	height: 400px;
}
.vendor-video-block { position: relative; width: auto; height: 555px; overflow: hidden; margin-bottom: 30px; }
.vendor-video-block .vendor-video-block-img { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; top: 0; left: 0; }
.vendor-video-block-img img{width: 100%;height: 100%;}
.vendor-video-block .video { }
.vendor-video-block .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.vendor-video-block .video-play { position: absolute; z-index: 2; top: 50%; left: 50%; margin-left: -40px; margin-top: -18px; text-decoration: none; }
.vendor-video-block .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #ffffff; }
.vendor-video-block .video-play:hover::before { color: #fd785f; }

/** Socila Media */
#vendor-socialshare button i{
	color: #ff775c;	
}

.vendor-social-media-dropdown a{
	color: #ffffff !important;
}

button.vendor-social-share-button{
	padding: 11px 16px;
}
button.vendor-social-share-button::after{
	display: none;
}

#vendor-socialshare.show>.btn-light.dropdown-toggle{
	background-color: #e2dfd7;
	border-color: #f4f2ee;
}

#vendor-socialshare{
	float: right;
	margin-left: 10px;
}
button.btn.vendor-profile-share-btn{
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
}
button.btn.vendor-profile-share-btn::after{
	vertical-align: middle;
}
ul.vendor-social-media-dropdown{
    float: right;
    list-style: none outside none;
    min-width: 60px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
}
ul.vendor-social-media-dropdown li{
}

.vendor-social-media-dropdown li {
    font-size: 18px;
    list-style: none outside none;
    margin: 3px 3px 0px 3px;
    width: 100%;
    float: left;
    display: inline-block;
}
.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.vendor-social-media-dropdown li .btn{
	width: 52px;
	font-size: 12px;
}
.btn-twitter {
    background-color: #3399CC !important;
    color:#FFFFFF!important;
}
.btn-facebook {
    background-color: #3D5B96 !important;
    color:#FFFFFF!important;
}
.btn-facebook {
    background-color: #3D5B96 !important;
    color:#FFFFFF!important;
}
.btn-linkedin {
    background-color: #1884BB !important;
    color:#FFFFFF!important;
}
.btn-pinterest {
    background-color: #CC1E2D !important;
    color:#FFFFFF!important;
}
.btn-instagram {
    background-color: #e4009b !important;
    color:#FFFFFF!important;
}
.btn-youtube {
    background: #ec3939 !important;
    color:#FFFFFF!important;
}