/* start hs 89722 - Chris */

/* change Social icon colour */

[class^="f-icon-"]:before, [class*=" f-icon-"]:before, #social #share_button a{
color:#184781!important;
}

/* end hs 89722 - Chris */

/* Beginning of Ticket 89722 */
/* Custom Behance icon replaces .f-icon-facebook */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-facebook:before {
content: url('http://a5.format-assets.com/image/upload/s--mK4bioFr--/a_auto,fl_keep_iptc.progressive,q_95/319138-14919730-behance14');
display: inline-block;
width: 14px;
height: 14px;
text-align: center;
margin-top: 1px;
position: relative;
top:1px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-facebook {
    position: relative;
}

/*For Retina Displays*/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

.f-icon-facebook:before {
content:'';
width: 14px;
height: 14px;
background-image: url(http://a5.format-assets.com/image/upload/s--QYzsBbSt--/a_auto,fl_keep_iptc.progressive,q_95/319138-14919584-behance32);
background-size: 14px 14px;
}
}
/* Custom coroflot icon replaces .f-icon-googleplus */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-googleplus:before {
content: url('http://a1.format-assets.com/image/upload/s--6aOFGmdH--/a_auto,fl_keep_iptc.progressive,q_95/319138-14919698-coroflot11');
display: inline-block;
width: 11px;
height: 11px;
text-align: center;
margin-top: 1px;
position: relative;
top: 2px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-googleplus {
    position: relative;
}

/*For Retina Displays*/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

.f-icon-googleplus:before {
content:'';
width: 11px;
height: 11px;
background-image: url(http://a5.format-assets.com/image/upload/s--bLOBWSSI--/a_auto,fl_keep_iptc.progressive,q_95/319138-14919590-coroflot32);
background-size: 11px 11px;
}
}
/* Custom dribble icon replaces .f-icon-flickr */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-instagram:before {
content: url('http://a3.format-assets.com/image/upload/s--tREwIoO6--/a_auto,fl_keep_iptc.progressive,q_95/319138-14919700-dribble11');
display: inline-block;
width: 11px;
height: 11px;
text-align: center;
margin-top: 1px;
position: relative;
top: 2px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-instagram {
    position: relative;
}

/*For Retina Displays*/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

.f-icon-instagram:before {
content:'';
width: 11px;
height: 11px;
background-image: url(http://a1.format-assets.com/image/upload/s--LZ-WwPmw--/a_auto,fl_keep_iptc.progressive,q_95/319138-14919595-dribble32);
background-size: 11px 11px;
}
}
{% elsif theme.gallery_thumbnails_space == 'Large' %}
  $gallery-gutter: 30px;
/* End of Ticket 89722 */