/*
Theme Name: Omega Child
Theme URI: http://themehall.com/omega
Author: ThemeHall
Author URI: http://themehall.com
Description: Omega theme is a Responsive WordPress theme framework, serving as a robust Parent Theme. Omega theme supports HTML5 and schema.org code, the semantic foundation for SEO best practices. Omega theme is designed to be simple, yet powerful, flexible to create any type of site you want via omega child theme. The framework allows theme designers to quickly build child themes without having to code complex functionality for features that are often needed in themes.  Omega framework does these things for theme developers / designers to allow them to get back to what matters the most:  developing and designing themes. Child Themes handle all the markup, style, and scripts while the framework handles the logic.
Template: omega
Version: 0.9.8
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, gray, black, two-columns, one-column, right-sidebar, fixed-layout, theme-options, custom-menu, threaded-comments, microformats, sticky-post, featured-image-header, flexible-header, translation-ready, responsive-layout, fluid-layout 
Text Domain: omega-child

Omega WordPress theme, Copyright (C) 2013 themehall.com
Omega WordPress theme is licensed under the GPL.

*/

@import url("../omega/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.sociallinks{
	display:block;
	margin:1% 0;
}
.sociallinkscontainer{
	text-align:center;
	margin:0 auto;
}
.sociallink{
	-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;
	border:none;margin:5%
}
.no-touch .sociallink:hover{
	opacity:.6
}
.no-touch .sociallink:active{
	opacity:.8
}
.sociallink:first-child{
	margin-left:0
}
.sociallink:last-child{
	margin-right:0
}
.sociallink img,.sociallink svg{
	height:2em;
	width:2em
}
.no-inlinesvg .sociallink svg{
	display:none
}
.no-inlinesvg .sociallink{
	display:inline-block;
	height:50px;
	width:50px;
	margin:0 .5%;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:50px;
	background-size:50px
}
.no-inlinesvg .TwitterLink{
	background-image:url(images/Twitter.png)
}
.no-inlinesvg .FacebookLink{
	background-image:url(images/Facebook.png)
}
.no-inlinesvg .GooglePlusLink{
	background-image:url(images/GooglePlus.png)
}
