/*
	Theme Name: DsgnWrks
	Theme URI: http://dsgnwrks.pro
	Description: a custom WordPress theme designed for DsgnWrks
	Version: 1.0
	Author: Justin Sternberg
	Author URI: http://about.me/jtsternberg

    Template: genesis
    Template Version: 1.8
*/
/* `Defaults
----------------------------------------------------------------------------------------------------*/
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #555;
  font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
  border-bottom: 1px solid #ddd;
}
input,
label,
select,
textarea {
  color: #555;
  font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
input,
select,
textarea {
  background: #666666 url(images/footerbg.jpg) bottom center;
  -moz-box-shadow: inset #000 0px 0px 30px;
  -webkit-box-shadow: inset #000 0px 0px 30px;
  -khtml-box-shadow: inset #000 0px 0px 30px;
  box-shadow: inset #000 0px 0px 30px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #333;
}
li,
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0 0 20px 20px;
}
ol li {
  list-style-type: decimal;
}
code,
pre {
  font-family: Monaco, Consolas, "Courier New", monospace;
}
code {
  background-color: #E4E4E4;
}
.gistpen code {
  background-color: inherit;
}
/* `Hyperlinks
----------------------------------------------------------------------------------------------------*/
a,
a:visited {
  color: #00baf2;
  text-decoration: none;
  font-family: "museo-1", "museo-2", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
}
a:hover {
  color: #888888;
  text-decoration: none;
}
a img {
  border: none;
}
/* `Body
----------------------------------------------------------------------------------------------------*/
body {
  background: url(images/white_marble.gif) #f5f5f5 repeat;
  font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, sans-serif;
  font-weight: 300;
  /*color: #eee;*/
  color: #555;
  font-size: 16px;
}
::-moz-selection {
  background-color: #00baf2;
  color: #fff;
}
::selection {
  background-color: #00baf2;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #eee;
}
/* `Wrap
----------------------------------------------------------------------------------------------------*/
#wrap {
  margin: 0;
  width: 100%;
  padding: 0;
}
/* `Header
----------------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 48px auto 0;
  height: 95px;
  width: 100%;
  z-index: 1;
}
#title-area {
  float: left;
  overflow: hidden;
  padding: 17px 0 0;
  width: 400px;
}
#title {
  font-family: "museo-1", "museo-2", Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}
#title a,
#title a:hover {
  color: #555;
  padding: 0 0 0 20px;
  text-decoration: none;
}
#description {
  /*font-size: 14px;
	padding: 0 0 0 20px;*/
}
#header .widget-area {
  float: right;
  padding: 25px 20px 0 0;
  width: 510px;
}
/* `Slider
----------------------------------------------------------------------------------------------------*/
#featuredcontent {
  position: relative;
  width: 1030px;
  padding: 0;
  margin: 0 auto;
  clear: both;
  z-index: 1;
}
#featuredcontent .slides {
  position: relative;
  width: 940px;
  height: 365px;
  margin: 0 auto;
  border: 10px solid black;
}
#featuredcontent .slides img {
  position: absolute;
  top: 0;
  left: 0;
}
/*#featuredcontent img.left {
	width: 31px;
	height: 63px;
	margin-top: 165px;
	vertical-align: top;
}*/
#featuredcontent .prev {
  background: url(images/leftarr.gif) no-repeat top center;
  width: 31px;
  height: 63px;
  margin-top: 165px;
  vertical-align: top;
  margin-left: 25px;
}
#featuredcontent .next {
  background: url(images/rightarr.gif) no-repeat top center;
  width: 31px;
  height: 63px;
  margin-top: 165px;
  vertical-align: top;
  margin-right: 25px;
}
/*#featuredcontent img.right {
	width: 31px;
	height: 63px;
	margin-top: 165px;
	vertical-align: top;
}*/
#featuredcontent img.embellish {
  width: 1106px;
  height: 49px;
  margin: 0 0 0 -42px;
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* `Image Header - Partial Width
----------------------------------------------------------------------------------------------------*/
.header-image #title-area,
.header-image #title,
.header-image #title a {
  display: block;
  float: left;
  width: 940px;
  height: 88px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
}
.header-image #title a {
  background: url(images/logo.png) no-repeat top center;
}
.header-image #description {
  display: block;
  overflow: hidden;
}
/* `Image Header - Full Width
----------------------------------------------------------------------------------------------------*/
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
  width: 100%;
}
/* `Header / Primary / Secondary Navigation
----------------------------------------------------------------------------------------------------*/
.top-half {
  display: block;
  background: url(images/topbg.jpg) #282828 no-repeat top center;
  border-bottom: 2px solid black;
  height: 145px;
  top: 0px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.logged-in .top-half {
  top: 28px;
}
.home .top-half {
  height: 338px;
}
.top-half:after {
  content: '';
  background: transparent url(images/gradshadow.png) repeat-x;
  position: absolute;
  height: 49px;
  width: 100%;
  bottom: -51px;
  display: block;
}
#nav .wrap {
  overflow: hidden;
  background: url(images/top-border.png) repeat-x;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 42px;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
}
.logged-in #nav .wrap {
  top: 28px;
}
.menu-primary {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
  text-align: center;
  font-size: 24px;
  text-transform: lowercase;
  font-weight: 300;
  height: 42px;
  top: 4px;
}
.menu-primary ul {
  float: left;
  width: 100%;
}
.menu-primary li {
  list-style-type: none;
  display: inline-block;
}
.menu-primary a {
  display: block;
  padding: 4px .4em;
  position: relative;
}
.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a {
  background-color: #000;
}
.menu-primary li a:active,
.menu-primary li a:hover {
  color: #eee;
}
.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited {
  background: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  color: #555;
  font-size: 12px;
  padding: 9px 10px 8px;
  position: relative;
  text-transform: none;
  width: 138px;
}
.menu-primary li li a:active,
.menu-primary li li a:hover {
  background-color: #fff;
  color: #555;
}
.menu-primary li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
}
.menu-primary li ul a {
  width: 140px;
}
.menu-primary li ul ul {
  margin: -36px 0 0 159px;
}
.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 {
  left: auto;
}
.menu-primary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
  padding-right: 25px;
}
.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}
#wpadminbar li:hover ul ul {
  left: 0;
}
/* `Primary Navigation Extras
----------------------------------------------------------------------------------------------------*/
.menu li.right {
  float: right;
  padding: 7px 15px 6px;
}
.menu li.right a {
  background: none;
  border: none;
  color: #555;
  display: inline;
  text-decoration: none;
}
.menu li.right a:hover {
  color: #00baf2;
  text-decoration: none;
}
.menu li.search {
  padding: 0 10px;
}
.menu li.rss a {
  background: url(images/rss.png) no-repeat center left;
  margin: 0 0 0 10px;
  padding: 0 0 0 16px;
}
.menu li.twitter a {
  background: url(images/twitter-nav.png) no-repeat center left;
  padding: 0 0 0 20px;
}
/* `Inner
----------------------------------------------------------------------------------------------------*/
#inner {
  position: relative;
  width: 960px;
  margin: -10px auto 0;
  overflow: hidden;
  padding: 80px 0 40px;
  z-index: 1;
}
.home #inner {
  padding-top: 15px;
}
/* `Breadcrumb
----------------------------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 0 0 5px;
  margin-left: -15px;
  margin-bottom: 13px;
}
/* `Taxonomy Description
----------------------------------------------------------------------------------------------------*/
.taxonomy-description {
  background-color: #fff;
  margin: -10px 0 30px;
  padding: 0 0 15px;
}
.taxonomy-description p {
  font-size: 14px;
  padding: 15px 15px 0;
}
/* `Content-Sidebar Wrap
----------------------------------------------------------------------------------------------------*/
#content-sidebar-wrap {
  float: left;
  width: 750px;
}
.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
  width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
  float: right;
}
/* `Content
----------------------------------------------------------------------------------------------------*/
#content {
  float: left;
  padding: 10px 15px;
  width: 410px;
}
.content-sidebar #content,
.sidebar-content #content {
  width: 580px;
}
.sidebar-content #content,
.sidebar-sidebar-content #content {
  float: right;
}
.full-width-content #content {
  width: 880px;
}
.post {
  margin: 0 0 40px;
}
.entry-content {
  overflow: hidden;
}
.entry-content p {
  margin: 0 0 25px;
}
blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}
blockquote p {
  color: #777;
  font-style: italic;
}
p.subscribe-to-comments {
  padding: 20px 0 10px;
}
.clear {
  clear: both;
}
.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}
/* `Column Classes
----------------------------------------------------------------------------------------------------*/
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}
.one-third,
.two-sixths {
  width: 31%;
}
.four-sixths,
.two-thirds {
  width: 65%;
}
.one-fourth {
  width: 22.5%;
}
.three-fourths {
  width: 73.5%;
}
.one-fifth {
  width: 17.4%;
}
.two-fifths {
  width: 37.8%;
}
.three-fifths {
  width: 58.2%;
}
.four-fifths {
  width: 78.6%;
}
.one-sixth {
  width: 14%;
}
.five-sixths {
  width: 82%;
}
.first {
  clear: both;
  padding-left: 0;
}
/* `Featured Post Grid
----------------------------------------------------------------------------------------------------*/
.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 48%;
}
.genesis-grid-even {
  float: right;
}
.genesis-grid-odd {
  clear: both;
  float: left;
}
/* `Headlines
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  color: #00baf2;
  font-family: "museo-1", "museo-2", Georgia, "Times New Roman", Times, serif;
  /*font-weight: 500;*/
  line-height: 1.25;
  margin: 0 0 10px;
}
h1 {
  font-size: 24px;
  margin-left: -15px;
}
.taxonomy-description h1 {
  margin: 0;
}
h2,
h2 a,
h2 a:visited {
  font-size: 24px;
}
h2 a,
h2 a:visited {
  color: #555;
  font-family: "museo-1", "museo-2", Georgia, "Times New Roman", Times, serif;
}
h2 a:hover {
  color: #00baf2;
  text-decoration: none;
}
.widget-area h2,
.widget-area h2 a {
  font-size: 14px;
  margin: 0 0 5px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
.taxonomy-description h1,
.widget-area h4 {
  font-size: 20px;
  padding: 9px 0 5px;
  margin-left: -15px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ddd;
}
.widget-area h4 a {
  color: #555;
  text-decoration: none;
}
#footer-widgets h4,
#footer-widgets h4 a {
  color: #00baf2;
  background: none;
  border: none;
  padding: 0;
}
h5 {
  font-size: 16px;
}
/* `Ordered / Unordered Lists
----------------------------------------------------------------------------------------------------*/
.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 25px;
}
.archive-page ul li,
.entry-content ul li {
  list-style-type: square;
  margin: 0 0 0 30px;
  padding: 0;
}
.entry-content ol li {
  margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}
/* `Post Info
----------------------------------------------------------------------------------------------------*/
.post-info {
  font-size: 14px;
  margin: -5px 0 15px;
}
/* `Post Meta
----------------------------------------------------------------------------------------------------*/
.post-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 14px;
  padding: 5px 0 0;
}
/* `Author Box
----------------------------------------------------------------------------------------------------*/
.author-box {
  background-color: #fff;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px;
}
.author-box p {
  font-size: 14px;
}
/* `Sticky Posts
----------------------------------------------------------------------------------------------------*/
.sticky {
  background-color: #fff;
  margin: -10px 0 40px;
  padding: 20px;
}
/* `Archive Page
----------------------------------------------------------------------------------------------------*/
.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 45%;
}
/* `Post Icons
----------------------------------------------------------------------------------------------------*/
.post-comments,
.tags {
  background: url(images/icon-dot.png) no-repeat left;
  margin: 0 0 0 3px;
  padding: 0 0 0 10px;
}
/* `Images
----------------------------------------------------------------------------------------------------*/
#inner img {
  height: auto;
  max-width: 100%;
}
.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px;
}
.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
.post-image {
  margin: 0 10px 10px 0;
}
.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 0 0 10px;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}
img.alignnone {
  display: inline;
  margin: 0 0 10px;
}
img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}
img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.wp-caption {
  padding: 5px;
  text-align: center;
}
p.wp-caption-text {
  font-size: 14px;
  margin: 5px 0;
}
.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}
/* `Post Navigation
----------------------------------------------------------------------------------------------------*/
.navigation {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #ddd;
  padding: 5px 8px;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #fff;
}
/* `Primary / Secondary Sidebars
----------------------------------------------------------------------------------------------------*/
.sidebar {
  display: inline;
  float: right;
  font-size: 14px;
  width: 320px;
}
#sidebar-alt {
  float: left;
  width: 150px;
}
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
  float: left;
}
.content-sidebar-sidebar #sidebar-alt {
  float: right;
}
.sidebar p {
  font-size: inherit;
}
.sidebar li a {
  text-transform: uppercase;
  font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, sans-serif;
  color: #555;
  font-weight: 500;
}
.sidebar li a:hover {
  color: #00baf2;
}
.sidebar .widget {
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.widget-area ol,
.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px;
}
.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li,
.sidebar.widget-area ol li,
#footer-widgets .widget-area ol li {
  margin: 0 0 5px;
  padding: 0;
  word-wrap: break-word;
}
.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
  list-style-type: square;
}
.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}
/* `Dropdowns
----------------------------------------------------------------------------------------------------*/
.widget_archive select,
#cat {
  display: inline;
  margin: 5px 15px 0;
  padding: 3px;
  width: 85%;
}
/* `Featured Page / Post
----------------------------------------------------------------------------------------------------*/
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 15px 10px;
}
#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0;
}
.more-from-category {
  padding: 5px 15px 0;
}
/* `User Profile
----------------------------------------------------------------------------------------------------*/
.user-profile {
  overflow: hidden;
}
.user-profile p {
  padding: 5px 15px 0;
}
.user-profile .posts_link {
  padding: 0 15px;
}
/* `Buttons
----------------------------------------------------------------------------------------------------*/
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  line-height: 19px;
  padding: 5px 10px;
  text-decoration: none;
  -moz-box-shadow: #333 0px 2px 4px;
  -webkit-box-shadow: #333 0px 2px 4px;
  -khtml-box-shadow: #333 0px 2px 4px;
  box-shadow: #333 0px 2px 4px;
}
input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
  border-color: #555;
  -moz-box-shadow: #000 0px 2px 2px;
  -webkit-box-shadow: #000 0px 2px 2px;
  -khtml-box-shadow: #000 0px 2px 2px;
  box-shadow: #111 0px 2px 2px;
}
/* `Search Form
----------------------------------------------------------------------------------------------------*/
#header .searchform {
  float: right;
  padding: 12px 0 0;
}
.sidebar .searchform {
  padding: 5px 0 0 15px;
}
.s {
  margin: 10px -7px 0 0;
  padding: 6px 5px;
  width: 180px;
}
#nav .s {
  background-color: #fff;
  margin: 2px -7px 0 0;
}
/* `eNews and Update Widget
----------------------------------------------------------------------------------------------------*/
.enews p {
  padding: 0 15px 5px;
}
.enews #subscribe {
  padding: 0 0 0 15px;
}
.enews #subbox {
  margin: 5px -7px 0 0;
  padding: 6px 5px;
  width: 75%;
}
/* `Calendar Widget
----------------------------------------------------------------------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right;
}
#wp-calendar thead {
  background-color: #fff;
  font-weight: bold;
  margin: 10px 0 0;
}
#wp-calendar td {
  background-color: #fff;
  padding: 2px;
  text-align: center;
}
/* `Footer Widgets
----------------------------------------------------------------------------------------------------*/
#footer-wrap {
  background: url(images/footerbg.jpg) #282828 no-repeat top center;
  border-top: 10px solid #000;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  color: #eee;
}
#footer-wrap p {
  color: #eee;
}
#footer-wrap a:hover {
  color: #999;
  text-decoration: none;
}
#footer-widgets {
  background: url(images/embelishfooter.png) no-repeat top center;
  padding-top: 50px;
  clear: both;
  margin: -1px auto 0;
  overflow: hidden;
  width: 960px;
}
#footer-widgets .wrap {
  overflow: hidden;
  padding: 20px 30px 10px;
}
#footer-widgets .widget {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
}
#footer-widgets .textwidget {
  padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
  padding: 0;
}
#footer-widgets p {
  font-size: inherit;
  margin: 0 0 10px;
}
#footer-widgets ul {
  margin: 0;
}
#footer-widgets ul li {
  margin: 0 0 0 20px;
}
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
  background: none;
}
.footer-widgets-1 {
  float: left;
  margin: 0 30px 0 0;
  width: 280px;
}
.footer-widgets-2 {
  float: left;
  width: 280px;
}
.footer-widgets-3 {
  float: right;
  width: 280px;
}
/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer {
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
#footer .wrap {
  overflow: hidden;
  position: relative;
  margin: 10px 0 5px;
}
#footer p {
  font-size: inherit;
}
/*#footer a,
#footer a:visited {
	color: #000;
}*/
/*#footer a:hover {
	color: @blue;
	text-decoration: none;
}*/
#footer .gototop {
  text-align: center;
}
#footer .creds {
  text-align: right;
  width: 650px;
  position: absolute;
  right: 80px;
  top: 0;
}
.powered_by {
  text-indent: -9999px;
  *color: transparent;
  *font-size: 0;
  *line-height: 0;
  *text-transform: capitalize;
  display: block;
  width: 200px;
  height: 28px;
  background: transparent url(images/powered_wpengine.jpg);
  position: fixed;
  bottom: -1px;
  left: 0px;
  z-index: 2000000000;
}
.wpengine-promo {
  text-indent: -99999px;
  display: block;
}
/* `Comments
----------------------------------------------------------------------------------------------------*/
#comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
}
#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px;
}
#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%;
}
.ping-list {
  margin: 0 0 40px;
}
.comment-list ol,
.ping-list ol {
  padding: 10px;
}
.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}
.comment-list li ul li {
  list-style-type: none;
  margin-right: -16px;
}
.comment-content p {
  font-size: 14px;
  margin: 0 0 20px;
}
.comment-list cite,
.ping-list cite {
  font-style: normal;
}
.commentmetadata {
  font-size: 12px;
  margin: 0 0 5px;
}
.reply {
  font-size: 14px;
  font-weight: 300;
}
.nocomments {
  text-align: center;
}
#comments .navigation {
  display: block;
}
.thread-alt,
.thread-even {
  background: url(images/42white.png);
}
.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}
/* `Gravity Forms
----------------------------------------------------------------------------------------------------*/
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
  box-sizing: border-box;
  font-size: 14px !important;
  padding: 4px 5px !important;
}
div.gform_footer input.button {
  color: #fff;
  padding: 5px 10px !important;
}
.gform_wrapper input.medium,
.gform_wrapper textarea.textarea {
  padding: 5px;
}
div.gform_wrapper .ginput_complex label {
  font-size: 14px;
}
div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
  border: none;
  margin: 0;
  padding: 0;
}
/* `Misc
----------------------------------------------------------------------------------------------------*/
pre.prettyprint {
  font-size: 80%;
  line-height: 1.75em;
}
/* `Responsive Design
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .menu-primary li,
  .menu-primary li ul,
  .menu-primary li ul a,
  .menu-secondary li,
  .menu-secondary li ul,
  .menu-secondary li ul a,
  #header .menu li,
  #header .menu li ul,
  #header .menu li ul a {
    width: 100%;
  }
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    padding: 0;
    width: 100%;
  }
  .menu-primary li a,
  .menu-secondary li a,
  #header .menu li a {
    margin: 0;
    padding: 7px 3%;
  }
  .menu li li a .sf-sub-indicator,
  .menu li li li a .sf-sub-indicator {
    background: url(images/icon-plus-white.png) right no-repeat;
  }
  .menu-primary li li a,
  .menu-primary li li a:link,
  .menu-primary li li a:visited,
  .menu-secondary li li a,
  .menu-secondary li li a:link,
  .menu-secondary li li a:visited,
  #header .menu li li a,
  #header .menu li li a:link,
  #header .menu li li a:visited {
    background: none;
    color: #fff;
    padding: 7px 3%;
    width: 94%;
  }
  .menu-primary li ul,
  .menu-secondary li ul,
  #header .menu li ul {
    background: #000;
    clear: both;
    margin: 0;
    padding: 0;
    position: inherit;
  }
  .menu-primary li ul ul,
  .menu-secondary li ul ul,
  #header .menu li ul ul {
    background: #666;
  }
  .menu-primary li ul ul ul,
  .menu-secondary li ul ul ul,
  #header .menu li ul ul ul {
    background: #999;
  }
  .menu-primary li ul ul,
  .menu-secondary li ul ul,
  #header .menu li ul ul {
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
  .archive-page,
  .menu-primary,
  .content-sidebar #content,
  .content-sidebar-sidebar #content,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .full-width-content #content,
  .sidebar,
  .sidebar-content #content,
  .sidebar-content-sidebar #content,
  .sidebar-sidebar-content #content,
  #content-sidebar-wrap,
  #footer .creds,
  #footer .gototop,
  #footer-widgets .wrap,
  #header .widget-area,
  #sidebar-alt,
  #title-area,
  #wrap,
  #inner,
  #footer-widgets {
    width: 100%;
  }
  #wrap {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }
  #description,
  #footer .creds,
  #footer .gototop,
  #title,
  #title-area {
    float: none;
    text-align: center;
  }
  #title-area {
    padding: 10px 0;
  }
  #description,
  #title a,
  #title a:hover {
    padding: 0;
  }
  #header .widget-area {
    padding: 0 0 10px;
  }
  #header .searchform {
    float: none;
    padding: 0;
    text-align: center;
  }
  #header .s {
    margin: 0 -7px 0 0;
  }
  .menu li.right {
    display: none;
  }
  .breadcrumb,
  .navigation,
  .sidebar .widget,
  .taxonomy-description {
    margin: 0 20px 20px;
  }
  #content {
    padding: 0;
  }
  .page .page,
  .post,
  #comments,
  #respond {
    padding: 0 20px;
  }
  .author-box {
    margin: 0 20px 40px;
  }
  #footer-widgets .widget {
    padding: 20px 20px 0;
  }
  #footer-widgets .wrap {
    padding: 0;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin: 0;
  }
}
.entry-content div.jetpack-likes-widget-wrapper {
  height: auto;
}
