/*
	Theme Name: ScorpionGod Lair
	Theme URI: http://www.scorpiongodlair.com
	Description: ScorpionGod Lair Theme Created On Genesis Framework
	Author: Shyam Chathuranga
	Author URI: http://www.scorpiongodlair.com
 	Version: 3.0
 
	Template: genesis
	Template Version: 2.1.1
 
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-moz-box-sizing: border-box;
	-o-moz-box-sizing:  border-box;
	box-sizing:         border-box;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'ProximaNovaBlBlack';
    src: url('fonts/ProximaNova-Black-webfont.eot');
    src: url('fonts/ProximaNova-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Black-webfont.woff') format('woff'),
         url('fonts/ProximaNova-Black-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova-Black-webfont.svg#ProximaNovaBlBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: url(images/background.jpg);
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color:#DA3838;
	color: #fff;
}

::selection {
	background-color: #DA3838;
	color: #fff;
}

a,
a:visited {
	color: #DA3838;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
}

blockquote::before {
	content: "\f122";
    	font-size: 50px;
	font-family: "dashicons";
    	margin-right: 5px;
	position: relative;
	top: 40px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.clear {
	clear: both;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-family: 'ProximaNovaBlBlack';
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	-webkit-box-shadow: 1px 1px 3px #eee inset;
	-o-box-shadow: 1px 1px 3px #eee inset;
	-ms-box-shadow: 1px 1px 3px #eee inset;
	-moz-box-shadow: 1px 1px 3px #eee inset;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: auto;
}

.sgl-tool .display-text {
	resize: none;
	width: 100%;
	height: 400px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #444;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.pinkred,
.pinkred-button {
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	color: #555;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	line-height: 22px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
	width: auto;
}

a.pinkred,
.input-submit,
#wp-submit,
.pinkred-button {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px #999;
	border-radius: 5px;
	box-shadow: 0 1px 1px #999;
	-o-border-radius: 5px;
	-o-box-shadow: 0 1px 1px #999;
	-ms-border-radius: 5px;
	-ms-box-shadow: 0 1px 1px #999;
	padding: 5px 12px;
	text-transform: uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
	color: #444;
}

.entry-content a.pinkred:hover {
	background: url(images/gradient-pinkred.png) 0 -33px;
	text-shadow: 1px 1px #7F1D1D;
}

.pinkred-button {
	padding: 15px 22px;
	font-size: 21px;
	font-size: 2.1rem;
}

.pinkred-button:hover {
	background: url(images/gradient.png) 0 -33px;
	text-shadow: 1px 1px #ccc;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: url(images/wrap.png) repeat-x;
	margin: 0 auto;
}

.home .site-inner,
.home .wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background: #FFF;
	float: right;
	width: 870px;
	box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;
	-ms-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	margin: 30px 0 25px;
	padding: 0 0 15px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
	margin-top: 30px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background: linear-gradient(bottom, #Fff 1%, #f3f0f0 50%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(bottom, #Fff 1%, #f3f0f0 50%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(bottom, #Fff 1%, #f3f0f0 50%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(bottom, #Fff 1%, #f3f0f0 50%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(bottom, #Fff 1%, #f3f0f0 50%) repeat scroll 0 0 transparent;
	border-bottom: 2px solid #DDDDDD;
	font-size: 13px;
      	padding: 10px 15px;
}

.archive-description {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.1;
}

.entry-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	color: #DA3838;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.sidebar .entry {
	background-size: 310px;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.sidebar .featured-content .entry {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
}

.sidebar .featuredpost .post h2 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #DA3838;
	line-height: 1;
}

.sidebar .featuredpost .post h2 {
	line-height: 0.9;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/* Animations
------------------------------------------------------------ */

@-webkit-keyframes bounceIn {
	0% {
	opacity: 0;
	-webkit-transform: scale(.3);
	}

	50% {
	opacity: 1;
	-webkit-transform: scale(1.05);
	}

	70% {
	-webkit-transform: scale(.9);
	}

	100% {
	-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
	opacity: 0;
	-moz-transform: scale(.3);
	}

	50% {
	opacity: 1;
	-moz-transform: scale(1.05);
	}

	70% {
	-moz-transform: scale(.9);
	}

	100% {
	-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
	opacity: 0;
	-o-transform: scale(.3);
	}

	50% {
	opacity: 1;
	-o-transform: scale(1.05);
	}

	70% {
	-o-transform: scale(.9);
	}

	100% {
	-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
	opacity: 0;
	transform: scale(.3);
	}

	50% {
	opacity: 1;
	transform: scale(1.05);
	}

	70% {
	transform: scale(.9);
	}

	100% {
	transform: scale(1);
	}
}

.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}

/* FADE IN DOWN */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* SWING */
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@-ms-keyframes swing {
	20% { -ms-transform: rotate(15deg); }	
	40% { -ms-transform: rotate(-10deg); }
	60% { -ms-transform: rotate(5deg); }	
	80% { -ms-transform: rotate(-5deg); }	
	100% { -ms-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	-ms-animation-name: swing;
	animation-name: swing;
}

/* Social
------------------------------------------------------------ */

#social {
	height: 60px;
}

.pinterest {
	margin-top: 40px !important;
}

.home .pinterest,
.home .gplus,
.home .twitter {
	display: none;
}

#social .socialbox {
	min-width: 48px;
	margin: 0 10px 0 0;
	float: left;
}

#social a.email, #social a.print {
	display: block;
	width: 48px;
	height: 60px;
	text-indent: -9999em;
	background: url(images/email.png) no-repeat left top;
	background-size: 48px 60px;
}

#social a.print {
	background-image: url(images/printer.png);
}

.parrow-left {
	background: url(images/press-arrow.png) no-repeat;
	width: 80px;
	height: 184px;
	margin-left: 24px;
	animation: 1s ease 7s normal none 1 fadeInDown;
	-moz-animation: 1s ease 7s normal none 1 fadeInDown;
	-webkit-animation: 1s ease 7s normal none 1 fadeInDown;
	-ms-animation: 1s ease 7s normal none 1 fadeInDown;
	-o-animation: 1s ease 7s normal none 1 fadeInDown;
}

.parrow-right {
	background: url(images/press-arrow.png) no-repeat scroll 95% 0 transparent;
	width: 80px;
	height: 184px;
	margin-left: 200px;
	animation: 1s ease 6s normal none 1 fadeInDown;
	-moz-animation: 1s ease 6s normal none 1 fadeInDown;
	-webkit-animation: 1s ease 6s normal none 1 fadeInDown;
	-o-animation: 1s ease 6s normal none 1 fadeInDown;
	-ms-animation: 1s ease 6s normal none 1 fadeInDown;
}

.parrow-right:hover,
.parrow-left:hover {
	animation: 1s ease 1s normal none infinite bounceIn;
	-moz-animation: 1s ease 1s normal none infinite bounceIn;
	-webkit-animation: 1s ease 1s normal none infinite bounceIn;
	-o-animation: 1s ease 1s normal none infinite bounceIn;
	-ms-animation: 1s ease 1s normal none infinite bounceIn;
}

.ctaction {
	background: #DB5C73;
	border: 1px solid #D13A56;
    	box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-ms-box-shadow: 0 0 5px #aaa;
	-o-box-shadow: 0 0 5px #aaa;
    	margin-left: -65px;
    	padding: 30px 65px;
    	text-align: center;
    	width: 840px;
}

.last {
	margin-bottom: -100px;
}

.ctaction h2 {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	font-size: 41px;
	font-size: 4.1rem;
	text-shadow: 1px 1px #DB7F90;
}

.press-left {
	float: left;
	width: 650px;
}

.press-right {
	float: right;
	width: 300px;
}

.press-right img {
	width: 150px;
	height: 150px;
	opacity: 0.1;
	margin-left: 80px;
	transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-webkit-transition: 1.5s ease-in-out;
	-webkit-animation: 1s ease 5.5s normal none 1 swing;
	-moz-animation: 1s ease 5.5s normal none 1 swing;
	-ms-animation: 1s ease 5.5s normal none 1 swing;
	-o-animation: 1s ease 5.5s normal none 1 swing;
	animation: 1s ease 5.5s normal none 1 swing;
}

.press-right img:hover {
	opacity: 1;
	transform: rotate(4deg);
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-webkit-transition: 0.7s ease-in-out;
}

.social-stats .alignleft {
	margin: 0 0.4rem 2.4rem 0;
}

.social-stats img {
	opacity: 0.8;
}

.social-stats img:hover {
	opacity: 1;
	transform: rotate(-4deg);
}

.social-stats h3 {
    	font-size: 30px;
    	padding-top: 20px;
	animation: 31s ease 0s normal none infinite swing;
	-moz-animation: 31s ease 0s normal none infinite swing;
	-webkit-animation: 31s ease 0s normal none infinite swing;
	-o-animation: 31s ease 0s normal none infinite swing;
	-ms-animation: 31s ease 0s normal none infinite swing;
}

/* Homepage
--------------------------------------------- */

#big-subscribe {
	width: 1200px;
	margin: 0 auto;
		
}

#big-subscribe .wrap {
	margin: 0 auto;
	width: 1200px;
}

#our-services {
	background: #ddd;
	width: 1000px;
	margin: 0 auto;
}

#our-services .wrap {
	width: 1000px;
	margin: 0 auto;
}

#about-sgl {
	width: 1000px;
	margin: 0 auto;
}

#latest-genesis-themes {
	width: 1000px;
	margin: 0 auto;
}

#testimonials {
	width: 1000px;
	margin: 0 auto;
}

#hot-im-content {
	width: 1000px;
	margin: 0 auto;
}


/* My ScorpionGod Lair
--------------------------------------------- */

.my-sgl .content-sidebar-wrap {
	display: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	color: #333;
	padding: 15px;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 15px !important;
	padding: 8px !important;
}

div.gform_footer input.button {
	color: #222;
	padding: 5px 10px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	height: 100px;
	text-transform: uppercase;
	width: 1200px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	overflow: hidden;
	width: 400px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/SGL-Header-Transparent.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 100px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 595px;
}

.header-image .site-header .widget-area {
	padding: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.menu {
	float: right;
	padding: 0;
}

.site-header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header ul.menu li {
	float: left;
	list-style-type: none;
}

.site-header .menu li li.aweber a {
	background: url(images/icon-aweber.png) top right no-repeat;
}

.site-header .menu li li.gravityforms a {
	background: url(images/icon-gravityforms.png) right 25% no-repeat;
}

.site-header .menu li li.namecheap a {
	background: url(images/icon-namecheap.png) right 25% no-repeat;
}

.site-header .menu li li.studiopress a {
	background: url(images/icon-studiopress.png) top right no-repeat;
}

.site-header .menu li li.wordpress a {
	background: url(images/icon-wordpress.png) right 20% no-repeat;
}

.site-header .menu li li.fiverrscript a {
	background: url(images/icon-fiverrscript.png) right 25% no-repeat;
}

.site-header ul.menu li a {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	color: #aaa;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin: 10px 10px;
	padding: 28px 8px 28px;
	position: relative;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	word-spacing: 1px;
}

.site-header ul.menu li a:hover,
.site-header ul.menu li a:active {
	color: #eee;
}

.category .site-header ul.menu li.nav-blog a,
.site-header ul.menu .current_page_item a {
	color: #fff;
}

.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	border-bottom: 1px solid #333;
	color: #aaa;
	font-size: 12px;
	padding: 0px 5px 10px;
	position: relative;
	text-shadow: -1px -1px #000;
	text-transform: uppercase;
	width: 130px;
}

.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	color: #fff;
}

.site-header .menu li ul {
	background: url(images/navigation.png);
	height: auto;
	left: -9999px;
	margin: 0 0 0 -5px;
	padding: 0 10px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

.post-161 h4 {

}

.post-161 ul {
	padding-left: 50px;
	margin-bottom: 30px;
}

.post-161 ul span {
	font-weight: bold;
}

.sgl-tool,
.im-resource {
	border: 1px solid #ddd;
	box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.15);
	float: left;
	margin-bottom: 50px;
	margin-right: 3%;
	padding: 30px;
	text-align: center;
	width: 30%;
}
 
.sgl-tool p {
	font-size: 16px;
	margin-bottom: 20px;
}
 
.sgl-tool h4 {
	font-size: 20px;
}
 
.sgl-tool .button {
	background-color: #d61111;
    	background-image: linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -moz-linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -webkit-linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -ms-linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -o-linear-gradient(#da3838 0%, #b71717 100%);
	text-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
    	border: 0 none;
    	border-radius: 10% / 180%;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding: 13px 32px;
	text-transform: uppercase;
	transition: none;
    	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.sgl-tool .button:hover {
	color: #fff;
}
 
.sgl-tool .dashicons {
	font-size: 150px;
	height: 150px;
	margin-bottom: 20px;
	width: 150px;
} 

.mobile-responsive-tool form {
    	margin: 45px auto;
    	width: 900px;
}

.mobile-responsive-tool input[type="text"] {
    	font-size: 20px;
    	text-align: center;
    	vertical-align: middle;
    	width: 640px;
	box-shadow: 0 3px 0 hsla(210, 65%, 9%, 0.02) inset, 0 0 2px hsla(210, 65%, 9%, 0.2) inset, 0 2px 0 hsla(0, 0%, 100%, 0.9);
	border-radius: 0;
	border: 1px solid #ccc;
}

.mobile-responsive-tool input[type="submit"] {
	background-color: #d61111;
    	background-image: linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -moz-linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -webkit-linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -ms-linear-gradient(#da3838 0%, #b71717 100%);
    	background-image: -o-linear-gradient(#da3838 0%, #b71717 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
    	border: 0 none;
    	border-radius: 10% / 180%;
    	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    	font-size: 21px;
    	margin-left: 30px;
    	padding: 22px 55px;
    	vertical-align: middle;
	transition: none;
}

.mobile-responsive-tool input[type="submit"]:hover,
.sgl-tool .button:hover {
    	background-image: linear-gradient(#b71717 100%, #da3838 0%);
    	background-image: -moz-linear-gradient(#b71717 100%, #da3838 0%);
    	background-image: -webkit-linear-gradient(#b71717 100%, #da3838 0%);
    	background-image: -ms-linear-gradient(#b71717 100%, #da3838 0%);
    	background-image: -o-linear-gradient(#b71717 100%, #da3838 0%);
    	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.1) inset;
	border-radius: 100% / 10%;
}

.mobile-responsive-tool article {
    	padding: 40px 15px;
}

.mobile-responsive-tool .site-inner .wrap {
    	max-width: 99%;
}

.device .small {
    	font-size: 23px;
}

.device h2 {
    	text-align: center;
}

#iphone-3 h2,
#small-phone h2,
#small-tablet h2,
#ipad-mini-portrait h2 {
    	margin-bottom: 30px;
}

#ipad-mini-landscape h2 {
    	margin-bottom: 20px;
}

#devices {
	overflow-x:scroll;
	width:100%;
	margin-bottom:10px;
	padding-bottom:20px;
	margin-top:70px;
}

.device {
	margin-right:70px;
	float:left;
}

.device:last-child {
	margin-right:0;
}

.device img {
	display:none;
	vertical-align:middle;
}

#small-phone .device-box {
    	background: url(images/small-phone-mobile-responsive-tool.png) no-repeat scroll center center;
    	height: 551px;
    	padding: 78px 34px;
    	width: 309px;
}


#iphone-3 .device-box {
    	background: url(images/iphone3-mobile-responsive-tool.png) no-repeat scroll center center;
    	height: 742px;
    	padding: 140px 31px 78px 36px;
    	width: 388px;
}

#small-tablet .device-box {
    	background: url(images/small-tablet-mobile-responsive-tool.png) no-repeat scroll center center;
	height: 1111px;
    	padding: 240px 31px 78px 66px;
    	width: 609px;
}

#samsung-s4-mini .device-box {
    	background: url(images/samsung-galaxy-s4-mini-mobile-responsive-tool.png) no-repeat scroll center center;
    	height: 1338px;
    	padding: 212px 31px 78px 54px;
    	width: 654px;
}

#iphone5 .device-box {
    	background: url(images/iphone5-mobile-responsive-tool.png) no-repeat scroll center center;
    	height: 1670px;
    	padding: 263px 31px 78px 84px;
    	width: 805px;
}

#samsung-s3 .device-box {
    	background: url(images/samsung-galaxy-s3-mobile-responsive-tool.png) no-repeat scroll center center;
    	height: 1879px;
    	padding: 277px 31px 78px 79px;
    	width: 863px;
}

#ipad-mini-portrait .device-box {
    	background: url(images/ipad-mini-portrait-mobile-responsive-tool.png) no-repeat scroll center center;
	height: 1307px;
    	padding: 151px 31px 78px 58px;
    	width: 885px;
}

#ipad-mini-landscape .device-box {
    	background: url(images/ipad-mini-landscape-mobile-responsive-tool.png) no-repeat scroll center center;
    	height: 885px;
    	padding: 59px 0 0 140px;
    	width: 1307px;
}

.im-resource {
	padding: 0;
	width: 15%;
	margin-bottom: 25px;
}

.entry-content .im-resource a {
    	color: #333;
    	outline: medium none;
    	text-decoration: none;
	padding: 15px;
	display: block;
}

.im-resource .dashicons {
    	font-size: 55px;
    	height: 55px;
    	margin-bottom: 5px;
    	width: 55px;
}

.im-resource h4 {
    	font-size: 18px;
	margin-bottom: 3px;
}

.im-resource p {
    	font-size: 13px;
    	margin-bottom: 0 !important;
}

.genesis-offer .im-resource,
.wordpress-offer .im-resource {
    	height: 286px;
    	padding: 20px;
    	width: 22%;
}

.wordpress-offer .im-resource {
    	height: auto;
	padding: 10px;
}

.genesis-offer .cta,
.gravityforms-offer .cta,
.wordpress-offer .cta {
    	border-top: 1px dashed #ddd;
    	margin: 15px 0;
    	padding: 35px 0 15px;
    	text-align: center;
}

.genesis-offer .button,
.gravityforms-offer .button,
.wordpress-offer .button  {
    	background-position: 0 -676%;
    	border-radius: 6% / 200%;
    	display: block;
    	font-size: 23px;
    	margin: 0 auto 40px;
    	padding: 20px 0;
    	text-align: center;
    	text-transform: uppercase;
    	width: 38%;
}

.gravityforms-offer .button.gform_button_select_files {
    	background-position: 0 -16%;
	margin-top: 8px;
}

.genesis-offer .limits,
.gravityforms-offer .limits,
.wordpress-offer .limits {
    	color: #c0c0c0;
    	font-weight: bold;
    	text-align: center;
	margin-bottom: 20px;
    	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.genesis-offer-claim,
.gravity-offer-claim,
.wordpress-offer-claim {
    	background: linear-gradient(#772416, #a31602, #772416);
    	background: -moz-linear-gradient(#772416, #a31602, #772416);
    	background: -webkit-linear-gradient(#772416, #a31602, #772416);
    	background: -ms-linear-gradient(#772416, #a31602, #772416);
    	background: -o-linear-gradient(#772416, #a31602, #772416);
    	color: #fff;
    	margin-bottom: 25px;
    	padding: 30px 50px 15px;
    	text-align: center;
}

.genesis-offer-claim h2,
.gravity-offer-claim h2,
.wordpress-offer-claim h2 {
    	margin-bottom: 40px;
}

.genesis-offer .dashicons-no {
    	color: #7c2214;
    	float: left;
    	font-size: 92px;
    	height: 92px;
    	margin-left: -20px;
    	margin-top: -5px;
    	width: 81px;
}

.genesis-offer-claim .dashicons,
.gravity-offer-claim .dashicons,
.wordpress-offer-claim .dashicons {
	color: #FCAE1A;
    	font-size: 70px;
    	height: 70px;
    	width: 70px;
}

.genesis-offer .im-resource a {
    	transition: 0.3s ease-in-out;
}

.genesis-offer .im-resource a:hover {
    	color: #333;
    	transform: scale(1.05);
}

.genesis-offer .gform_footer input.button,
.gravityforms-offer .gform_footer input.button,
.wordpress-offer .gform_footer input.button {
    	padding: 20px 0 !important;
}

.gravityforms-offer .im-resource {
    	width: 22%;
}

.gravityforms-offer .form-center,
.wordpress-offer .form-center  {
    	margin-left: 25%;
}

.gravityforms-offer .one-third .dashicons {
    	display: block;
    	font-size: 60px;
    	height: 60px;
    	margin: 0 auto;
    	text-align: center;
    	width: 60px;
}

.gravityforms-offer .one-third {
    	padding: 0 10px;
    	text-align: center;
}

.wordpress-offer .button {
    	display: inline-block;
    	margin-left: 8%;
}

.wordpress-offer .button.gform_button {
    	display: block;
    	margin: 0 auto;
}

.sgl-offers {
	margin: 25px 0;
	border-top: 1px dashed #ddd;
	padding: 40px 0;
}

.offers-lead h2 {
	text-align: center;
}

.offers-lead span {
	text-align: center;
	display: block;
	font-size: 60px;
}

.small-color {
    	color: #da3838;
    	font-family: "Open Sans";
    	font-size: 25px;
	margin-bottom: 50px;
}

.offers-lead p {
    	font-size: 23px;
    	text-align: center;
	margin-bottom: 50px !important;
}

h3.small-color {
    	margin: 0;
    	text-align: center;
}

.sgl-offers .dashicons {
	color: #d83860;
    	display: block;
    	font-size: 220px;
    	height: 220px;
    	margin: 0 auto;
    	width: 220px;
}

.offers-lead .lead-section {
    	background: linear-gradient(#ededed, #fff, #ededed);
    	background: -moz-linear-gradient(#ededed, #fff, #ededed);
    	background: -webkit-linear-gradient(#ededed, #fff, #ededed);
    	background: -ms-linear-gradient(#ededed, #fff, #ededed);
    	background: -o-linear-gradient(#ededed, #fff, #ededed);
    	border-bottom: 1px solid #ccc;
    	margin: -40px -64px 50px;
    	padding: 50px 0 1px;
}

/* Entries
--------------------------------------------- */

.entry {
	background: url(images/archive-post-sep.png) no-repeat scroll center bottom transparent;
	padding: 40px 650px;
	padding: 4rem 6.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.page .entry,
.post .entry {
	background: none;
}

.entry-content a {
	color: #DA3838;
}

.entry-content a:hover {
	color: #DA3838;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


.page .entry-header {
    	padding-bottom: 35px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	margin: 0;
	padding: 10px 0px 10px;
	padding: 1rem 0rem 1rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

#comment {
	width: 80%;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 65px 15px;
	margin: 1rem 6.5rem 1.5rem;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	color: #555;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	line-height: 22px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
	transition: all 0.2s ease-in-out;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.subscribe-to-comments label {
	display: inline !important;
}

.com-policy {
	padding: 1rem 0rem 0rem 4rem;
	padding: 10px 0 0 40px;
}

.comment-respond {
	padding: 1.6rem 4rem 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: url(images/sidebar.png) bottom left no-repeat;
	padding: 10px;
	padding: 1rem;
}

.sidebar .enews-widget {
	background: linear-gradient(bottom, #F59914 0%, #FDB11B 100%);
	background: -moz-linear-gradient(bottom, #F59914 0%, #FDB11B 100%);
	background: -webkit-linear-gradient(bottom, #F59914 0%, #FDB11B 100%);
	background: -o-linear-gradient(bottom, #F59914 0%, #FDB11B 100%);
	background: -ms-linear-gradient(bottom, #F59914 0%, #FDB11B 100%);
	box-shadow: 1px 0 3px #999;
	-moz-box-shadow: 1px 0 3px #999;
	-ms-box-shadow: 1px 0 3px #999;
	-o-box-shadow: 1px 0 3px #999;
	-webkit-box-shadow: 1px 0 3px #999;
	text-align: center;
}

#enews-ext-4 {
	padding: 3rem 1.5rem;
}

#enews-ext-4 .widget-title {
	font-size: 2.4rem;
	color: #333;
	text-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
}

#enews-ext-4 p {
	text-align: left;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	padding-left: 15px;
	margin-top: -10px;
}

#enews-ext-4 input {
	width: 250px;
	margin-bottom: 10px;
}

#enews-ext-4 input[type=submit] {
	background: -moz-linear-gradient(bottom , #000000 0%, #333333 100%) repeat scroll 0 0 transparent;
	background: linear-gradient(bottom , #000000 0%, #333333 100%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(bottom , #000000 0%, #333333 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(bottom , #000000 0%, #333333 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(bottom , #000000 0%, #333333 100%) repeat scroll 0 0 transparent;
	border: none;
	box-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	-moz-box-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	-ms-box-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	-o-box-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	-webkit-box-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	font-size: 2rem;
	text-shadow: 1px 1px 1px rgba(151, 71, 0, 0.35);
	color: #D4CECE;
	transition: all 0.3s ease-in-out 0s;
}

#enews-ext-4 input[type=submit]:hover {
	background: linear-gradient(top, #333 100%, #000 0%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(top, #333 100%, #000 0%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top, #333 100%, #000 0%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top , #333 100%, #000 0%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #333 100%, #000 0%) repeat scroll 0 0 transparent;
	color: #B2ACAC;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: url(images/footer-background.png) repeat-x;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.footer-widgets .wrap {
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0px 20px;
	text-shadow: 1px 1px #fff;
	width: 1140px;
}

.footer-widgets .widget {
	margin: 0;
	padding: 0;
}

.footer-widgets p {
	color: #666;
	font-size: inherit;
	margin: 0 0 15px;
}

.footer-widgets div {
	color: #666;
}

.footer-widgets a,
.footer-widgets a:visited {
	text-decoration: underline;
}

.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 60px 0 0;
	width: 340px;
}

.footer-widgets-2 {
	float: left;
	width: 340px;
}

.footer-widgets-3 {
	float: right;
	width: 340px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url(images/footer.png) repeat-x;
	color: #999;
}

.site-footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 20px;
	padding: 1rem 0 2rem;
	text-align: center;
	width: 1000px;
}

.site-footer a,
.site-footer a:visited {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;	
	color: #999;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer p {
	color: #999;
	font-size: 15px;
	margin: 0 0 5px;
	text-shadow: -1px -1px #000;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}
