/* --------------------------------------------
  Used as an archive for css in Theme Customiser
---------------------------------------------- */
.social-column {
  padding: 30px 15px;
  float: left;
}
.social-column:first-child {
  padding-left: 0px;
}
.social-column:last-child {
  padding-right: 0px;
}
.social-column .genericon {
  font-size: 2em;
}
#awesome-weather-kirkcaldy {
  height: 16em;
}
.icon::before {
  display: inline-block;
	margin: 0.2em 0 0 0.2em;
	content: '\f107';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Mobile */
@media only screen and (max-width: 25em) {
  .social-column {
    width: 100%;
  }
}
/* Tablet medium */
@media only screen and (max-width: 50em) {
  .social-column {
    width: 50%;
  }
}
/* desktop */
@media only screen and (min-width: 60em) {
  .social-column {
    width: 25%;
  }
}