﻿.sm-shares {
  margin: 0.2em 0; }

.sm-shares * {
  box-sizing: border-box; }

.sm-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.sm-share:first-child {
  margin-left: 0; }

.sm-share:last-child {
  margin-right: 0; }

.sm-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.sm-share-logo {
  width: auto;
  height: 1em; }

.sm-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.sm-share-link { border-radius: 50%; }

a.sm-share-link {
    text-decoration: none;
}

.sm-share-link i, .sm-share-link i:hover  { color: #fff; }

/*.sm-share.sm-share-whatsapp {
    display: none;
}*/

#shareModal {
    text-align:center;
}

.sharesm a {
    text-decoration:none;
    color:#fff;
    cursor: pointer;
}

li.sharesm a {
    color:#1f7549;
}


@media (max-width:736px) {
    .sm-share.sm-share-whatsapp {
        display: inline-block;
    }
    
    .modal#shareModal {
        position: relative;
    }
}

.show-ipad.static.sharesm {
    position: fixed;
    z-index: 2000;
    bottom: 50%;
    background: #1F7549;
    padding: 10px;
}


/*** sm colors ***/

.sm-share-twitter .sm-share-link {
  background: #00aced; }
  .sm-share-twitter .sm-share-link:hover {
    background: #0087ba; }

.sm-share-facebook .sm-share-link {
  background: #3b5998; }
  .sm-share-facebook .sm-share-link:hover {
    background: #2d4373; }

.sm-share-linkedin .sm-share-link {
  background: #007bb6; }
  .sm-share-linkedin .sm-share-link:hover {
    background: #005983; }

.sm-share-yammer .sm-share-link {
  background: #0072C6; }
  .sm-share-yammer .sm-share-link:hover {
    background: #4BC7E9; }

.sm-share-email .sm-share-link {
  background: #3490F3; }
  .sm-share-email .sm-share-link:hover {
    background: #0e76e6; }

.sm-share-whatsapp .sm-share-link {
  background: #29a628; }
  .sm-share-whatsapp .sm-share-link:hover {
    background: #1f7d1e; }

.sm-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .sm-share-link:hover, .sm-share-link:focus, .sm-share-link:active {
    color: #fff; }
