.social-share.style1{
    padding: 15px;
    margin-bottom: 20px;
}
.social-share.style1 .socials-label{
    display: block;
    font-weight: 900;
    font-size: 120%;
}
.social-share.style1 .buttons-list{
    margin-top: 20px;
}
.post-share-buttons{
    margin-left: 10px;
}
.social-share.style1 .buttons-list a,
.social-share.style1 .buttons-list button,
.post-share-buttons a,
.post-share-buttons button{
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    margin-right: 8px;
    text-align: center;
    padding: 0;
    padding-bottom: 3px;
    font-size: 26px;
    background: rgba(0, 0, 0, .04);
}

.post-share-buttons a,
.post-share-buttons button{
    font-size: 110%;
    width: 32px;
    height: 32px;
}

.post-share-buttons a .fa,
.post-share-buttons button .fa{
    
}
.social-share.style1 .buttons-list a:last-child,
.social-share.style1 .buttons-list button:last-child{
    margin-right: 0;
}
/*  */

/*social links*/
.social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links li{
    display: inline-block;
    margin-right: 10px;
}
.social-links li:last-child{
    margin-right: 0;
}
.social-links li a{
    display: block;
    width: 100%;
}
.social-links li a:hover{
    color: green;
}

.social-links.icons-lg li a{
    font-size: 20px;
}

.social-links.icons-circular li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    text-align: center;
    padding-top: 5px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px rgba(161, 159, 3, 0.05);
}
.social-links.icons-circular li a .fa{
    vertical-align: middle;
}
.social-links.icons-circular.dark-icons li a{
    background-color: #000;
    color: #fff;
}

.social-links.icons-circular.dark-icons li a:hover{
    color: lightgreen;
}


/**/

.bg-skyblue-1{
    background-color: #103d23 !important;
}

.bg-facebook {
  background-color: #5d82d1 !important;
  color: #fff;
}
.bg-facebook:hover {
  background-color: #5475bc !important;
  color: #fff;
}

.text-facebook {
  color: #5d82d1;
}
.text-facebook:hover {
  color: #5475bc;
}

.bg-instagram {
  background: #c22b72 !important;
  color: #fff;
}
.bg-instagram:hover {
  background-color: #af2767;
  color: #fff;
}

.text-instagram {
  color: #c22b72 !important;
}
.text-instagram:hover {
  color: #af2767;
}

.bg-instagram-gradient {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 120% 120%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.bg-instagram-gradient:hover {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: left bottom;
}

.text-instagram-gradient {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 120% 120%;
}
.text-instagram-gradient:hover {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg-google {
  background-color: #3c7ff1;
  color: #fff;
}
.bg-google:hover {
  background-color: #3672d9;
  color: #fff;
}

.text-google {
  color: #3c7ff1;
}
.text-google:hover {
  color: #3672d9;
}

.text-google-icon {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bg-twitter {
  background-color: #40bff5 !important;
  color: #fff;
}
.bg-twitter:hover {
  background-color: #3aacdd;
  color: #fff;
}

.text-twitter {
  color: #40bff5;
}
.text-twitter:hover {
  color: #3aacdd;
}

.bg-linkedin {
  background-color: #238cc8 !important;
  color: #fff;
}
.bg-linkedin:hover {
  background-color: #207eb4;
  color: #fff;
}

.text-linkedin {
  color: #238cc8;
}
.text-linkedin:hover {
  color: #207eb4;
}

.bg-pinterest {
  background-color: #e60023 !important;
  color: #fff;
}
.bg-pinterest:hover {
  background-color: #cf0020;
  color: #fff;
}

.text-pinterest {
  color: #e60023;
}
.text-pinterest:hover {
  color: #cf0020;
}

.bg-dribbble {
  background-color: #f7659c !important;
  color: #fff;
}
.bg-dribbble:hover {
  background-color: #de5b8c;
  color: #fff;
}

.text-dribbble {
  color: #f7659c;
}
.text-dribbble:hover {
  color: #de5b8c;
}

.bg-youtube {
  background-color: #ff0000 !important;
  color: #fff;
}
.bg-youtube:hover {
  background-color: #e60000;
  color: #fff;
}

.text-youtube {
  color: #ff0000;
}
.text-youtube:hover {
  color: #e60000;
}

.bg-skype {
  background-color: #13c1f3 !important;
  color: #fff;
}
.bg-skype:hover {
  background-color: #11aedb;
  color: #fff;
}

.text-skype {
  color: #13c1f3;
}
.text-skype:hover {
  color: #11aedb;
}

.bg-whatsapp {
  background-color: #50ca5e !important;
  color: #fff;
}

