/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.module-detail .breadcrumb a {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 600;
}
.module-detail .breadcrumb .fa {
  color: #1d1d1d;
}
.share-info .fa {
  margin-right: 10px;
}
@media only screen and (max-width: 37.5em) {
  .share-info .fa {
    margin-right: 0px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
a.jssocials-share-link {
  border-radius: 50%;
}
a.jssocials-share-link i {
  margin: 0px !important;
}
