[ data-share-on-social ] {
	cursor:pointer !important;
}
.btn-share-on-social {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	border:none !important;
	background: none !important;
	color:rgba(16,16,16,1) !important;
	background-color:rgba(16,16,16,0.15) !important;
	width:45px;
	height:45px;
	line-height:0 !important;
	border-radius:100%;
	text-align:center;	
}
.btn-share-on-social:hover {
	color:rgba(255,255,255,1) !important;
	background-color:rgba(16,16,16,0.8) !important;
}
.btn-share-on-social, .btn-share-on-social:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.btn-share-on-social > i {
	font-size:18px;
	line-height:45px;
}
.group-btn-onpage .btn-share-on-social {
	background:none !important;
	width:auto;
	height:auto;
}

/* text label */
.btn-share-on-social.text-label {
	margin-top:30px;
}
.btn-share-on-social.text-label:before {
	position: absolute;
	/*content:"share on social";*/
	content: attr(data-label);
	top:-30px;
	left:0;
	width:45px;
	text-transform:uppercase;
	color:rgba(16,16,16,1) !important;
}
.btn-share-on-social.text-label.en:before {
	font-size:17px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
}
.btn-share-on-social.text-label:before,
.btn-share-on-social.text-label.th:before {
	font-size:20px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.1px;
}

.btn-share-on-social.text-label.text-left {
	margin-top:0;
	margin-left:40px;
}
.btn-share-on-social.text-label.text-left:before {
	top:0;
	left:-45px;
	height:45px;
	line-height:45px;
	text-align:right;
	padding-right:15px;
}

.group-btn-onpage  .btn-share-on-social {
	display:none;
}

.share-on-social {}
.share-on-social .jssocials-shares {
	margin:0 !important;
}

[ data-share-on-social ] {
	cursor:pointer !important;
}

/* share text inline */
.share-text-inline {
	position:relative;
	display:table;
	clear:both;
	margin:15px auto 0 auto;
	font-size: 10px;
    line-height:30px;
	font-weight:500 !important;	
}
.share-text-inline > .col {
	position:relative;
	display:inline-block;
	float:left;
}
.share-text-inline > .col + .col {
	margin-left:10px !important;
}
.share-text-inline > .col.text {
	padding-top:2px;
	line-height:28px;
}
.share-text-inline > .col.tag {
	border-radius:20px !important;
}

/* modal share */
.modal-share {}
.section-share {
	position:relative;
	text-align:center;
	color:rgba(255,255,255,1);
	padding:30px 0;
}
.section-share .share-on-social {
	margin:30px 0 !important;
}
.section-share .jssocials-share {
	margin:0 !important;
}
.section-share .jssocials-share + .jssocials-share  {
	margin-left:10px !important;
}
.section-share .jssocials-share-link {
	width:70px;
	height:70px;
	border-radius:5px;
	overflow:hidden;
	text-align:center;
	display:block;
	font-size:25px;
	line-height:70px;
	padding:0;
	cursor:pointer;
}
.section-share .jssocials-share-link [ class*="nvg-icon-" ] {
	top:-2px;
}
.section-share .jssocials-share .jssocials-share-link,
.section-share .jssocials-share .jssocials-share-link:active {
	transform:scale(1);
}
.section-share .jssocials-share .jssocials-share-link:hover {
	transform:scale(1.1);
}
.section-share .jssocials-share .jssocials-share-link,
.section-share .jssocials-share .jssocials-share-link:active:hover,
.section-share .jssocials-share .jssocials-share-link:hover {
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}

.backdrop-black-theme .section-share {
	color:rgba(255,255,255,1) !important;
}
.backdrop-white-theme .section-share {
	color:rgba(50,50,50,1) !important;
}

/* link */
.section-share .jssocials-share.jssocials-share-line .jssocials-share-link {
	font-size:28px;
	background-color:#25af00 !important;
	color:rgba(255,255,255,1) !important;
}
.section-share .jssocials-share.jssocials-share-line .jssocials-share-link:hover {
	background-color:#2dc804 !important;
}
/* facebook */
.section-share .jssocials-share.jssocials-share-facebook .jssocials-share-link {
	font-size:22px;
	background-color:#3864bf !important;
	color:rgba(255,255,255,1) !important;
}
.section-share .jssocials-share.jssocials-share-facebook .jssocials-share-link:hover {
	background-color:#4472d3 !important;
}
/* messenger */
.section-share .jssocials-share.jssocials-share-messenger .jssocials-share-link {
	background-color:#0084ff !important;
	color:rgba(255,255,255,1) !important;
}
.section-share .jssocials-share.jssocials-share-messenger .jssocials-share-link:hover {
	background-color:#00a2ff !important;
}
/* copy link */
.section-share .jssocials-share.copy-url .jssocials-share-link {
	font-size:16px;
	background-color:rgba(13,47,82,1) !important;
	color:rgba(255,255,255,1) !important;
}
.section-share .jssocials-share.copy-url .jssocials-share-link:hover {
	background-color:rgba(14,40,60,1) !important;
}


/* --- btn share circle ---*/
.section-share.btn-share-circle .jssocials-share-link {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 15px !important;
    line-height: 40px;
}
.section-share.btn-share-circle .jssocials-share-link .ficon-social-line-name,
.section-share.btn-share-circle .jssocials-share-link .ficon-social-messenger-light {
	font-size:19px !important;
}

/* --- share vertical --- */
.section-share.vertical {
	padding:0 !important;
}
.section-share.vertical .share-on-social {
	margin:0 !important;
}
.section-share.vertical .jssocials-share {
	display:block !important;
	margin: 0 !important;
}
.section-share.vertical .jssocials-share + .jssocials-share {
    margin-top: 7px !important;
}

/* --- share horizatal --- */
.section-share.horizatal {}

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
}

/* sm - xs */
@media (max-width:991px) {
.group-btn-onpage  .btn-share-on-social {
	display: block;
}
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
}

/* xs */
@media (max-width:767px) {
.section-share .share-on-social {
    margin: 30px 0 0 0 !important;
}
.section-share .jssocials-share-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.section-share .jssocials-share + .jssocials-share {
    margin-left: 10px !important;
}
.section-share .jssocials-share-link i {
	transform:scale(0.8);
}
}

/* xs more */
@media (max-width:350px) {
}


