/*--------------------------------------------------------------
	>>> MAIN STYLESHEET <<<
	
	Theme: Starcasm
---------------------------------------------------------------*

/*********************
IMPORTING PARTIALS
*********************/
/*--------------------------------------------------------------
	Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, select, input,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline; }

img {
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0 none;
  max-width: 100%;
  height: auto; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
video,
object {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

figure {
  position: relative; }
  figure img {
    width: 100%;
    display: block; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote,
q {
  quotes: "" ""; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: ""; }

a {
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    text-decoration: none;
    outline: 0;
    cursor: pointer; }

/*************************************************
		>>> SASS VARIABLES <<<
**************************************************
/*------------------------------------------------
	COLORS
------------------------------------------------*/
/*------------------------------------------------
	TYPOGRAPHIC STYLES
------------------------------------------------*/
@font-face {
  font-family: 'pt_sans_narrowbold';
  src: url("fonts/PTN77F-webfont.eot");
  src: url("fonts/PTN77F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTN77F-webfont.woff") format("woff"), url("fonts/PTN77F-webfont.ttf") format("truetype"), url("fonts/PTN77F-webfont.svg#pt_sans_narrowbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Genericons';
  src: url("fonts/Genericons.eot");
  src: url("fonts/Genericons.eot?#iefix") format("embedded-opentype"), url("fonts/Genericons.woff") format("woff"), url("fonts/Genericons.ttf") format("truetype"), url("fonts/Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_probold';
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_proregular';
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url("fonts/sourcesanspro-semibold-webfont.eot");
  src: url("fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MisterEarlCBT';
  src: url("fonts/misterearlc-bt.eot");
  src: url("fonts/misterearlc-bt.eot?#iefix") format("embedded-opentype"), url("fonts/misterearlc-bt.woff") format("woff"), url("fonts/misterearlc-bt.ttf") format("truetype"), url("fonts/misterearlc-bt.svg#ywftsvg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------------------
General Typography
------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: right;
  font-weight: 700;
  font-family: "pt_sans_narrowbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  color: black;
  -ms-word-break: break-word;
  word-break: break-word; }

h5 {
  font-size: 14px;
  font-weight: normal; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*------------------------------------------------
* 	1.2 SASS MIXINS - NAIOPNYC
*
* 	Sass-built. Compiles to ../main.scss.
------------------------------------------------*/
/*	1.2.1 - Transitions
------------------------------------------------*/
/*	1.2.2 - CSS3 Gradients
------------------------------------------------*/
/*	1.2.3 - Box Sizing
------------------------------------------------*/
/*	1.2.4 - Functions
------------------------------------------------*/
/* END MIXINS */
/*************************************************
	1140 GRID 12
*************************************************/
.container12 {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1140px; }

.row {
  margin-bottom: 1.25em; }

/*------------------------------------------------
	GRID VALUES
------------------------------------------------*/
.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column11,
.column12 {
  display: inline;
  float: left;
  margin-left: 1em;
  margin-right: 1em; }

.column1 {
  width: 75px; }

.column2 {
  width: 170px; }

.column3 {
  width: 265px; }

.column4 {
  width: 360px; }

.column5 {
  width: 455px; }

.column6 {
  width: 550px; }

.column7 {
  width: 645px; }

.column8 {
  width: 740px; }

.column9 {
  width: 835px; }

.column10 {
  width: 930px; }

.column11 {
  width: 1025px; }

.column12 {
  width: 1120px; }

/*------------------------------------------------
	Clearings
------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.row:after,
.clearfix:after,
.container12:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.container12:before,
.container12:after {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

/*********************
IMPORTING MODULES
*********************/
/******************************************************************

Stylesheet: Form Styles

******************************************************************/
/*********************
INPUTS
*********************/
button,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"] {
  border: none;
  border-radius: 3px;
  background: #3c3c3c;
  background: #3d3d3d;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "pt_sans_narrowbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 1em 2em;
  text-transform: uppercase; }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active {
    background: #000000;
    background: black; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="url"],
input[type="password"],
textarea {
  color: #333;
  padding: 5px;
  border: 1px solid #cccccc;
  font-family: "pt_sans_narrowbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  input[type="text"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    color: #111; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*********************
BASE (MOBILE) SIZE
*********************/
/*************************************************

	Starcasm Theme
	Base Stylesheet

*************************************************/
/*------------------------------------------------

1.0  - GENERAL STYLES
	1.1  - WordPress Body Classes
	1.2  - Accessibility
	1.3  - Infinite Scroll
2.0  - LAYOUT & GRID
	2.1  - Alignments
	2.2  - Clearings
3.0  - ELEMENTS
	3.1  - Typography
	3.2  - Headings
4.0  - NAVIGATION
	4.1  - Links
	4.2  - Menus
	4.3  - Pagination
5.0  - SITE HEADER
6.0  - MAIN CONTENT
	6.1  - Single Page/Post
	6.2  - Category Index
	6.3  - Privacy Policy Page
	6.4  - 404 Page
7.0  - SIDEBARS & ASIDES
	7.1  - Left Sidebar
	7.2  - Right Sidebar
	7.3  - Widgets
8.0 - SITE FOOTER
9.0 - MEDIA
	9.1 - Captions
	9.2 - Galleries
	9.3 - Attachments
10.0  - COMMENTS
	10.1  - Comment Form
11.0 - FORMS

------------------------------------------------*/
/*------------------------------------------------
	1.0 - GENERAL STYLES
------------------------------------------------*/
body {
  font: 0.75em "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #000000;
  background: #dddddd;
  -webkit-appearance: none; }
  body .fullwidthtext {
    width: 100%; }

.whitebg {
  position: relative;
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: #4b4b4b 4px 5px 6px 0;
  -moz-box-shadow: #4b4b4b 4px 5px 6px 0;
  box-shadow: #4b4b4b 4px 5px 6px 0; }

/*		1.1 - WordPress Body Classes
------------------------------------------------*/
/*		1.2 - Accessibility
------------------------------------------------*/
.screen-reader-text {
  display: none; }

.desktop-none {
  display: none; }

/*		1.3 - Infinite Scroll
------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

/*------------------------------------------------
	2.0 - LAYOUT & GRID
------------------------------------------------*/
#page {
  float: left;
  width: 100%; }

.smallpaddingbtm {
  padding: 0 0 .3125em; }

.nomarginbtm {
  margin-bottom: 0; }

/*		2.1 - Alignments
------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*		2.2 - Clearings
------------------------------------------------*/
/*------------------------------------------------
	3.0 - ELEMENTS
------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*		3.1 - Typography
------------------------------------------------*/
p {
  font: 14px/20px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  padding-bottom: 26px; }

/*		3.2 - Headings (H1-H6)
------------------------------------------------*/
h1 {
  font-size: 28px;
  line-height: 1;
  width: 100%;
  padding-bottom: 20px; }
  h1 a {
    color: #000000; }

h4 {
  float: left;
  font: 14px/14px "source_sans_prosemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  padding-bottom: 27px; }

/*------------------------------------------------
	4.0 - NAVIGATION STYLES
------------------------------------------------*/
/*		4.1 - Links
------------------------------------------------*/
a {
  color: #f42c95; }

.ads-link {
  color: #c0842a !important; }

.nav-links a:hover,
.footer-menu li a:hover,
.footer-menu .current_page_item > a,
.footer-menu .current_page_ancestor > a,
.footer-menu .current-menu-item > a,
.footer-menu .current-menu-ancestor > a {
  color: #f42c95; }

/*		4.2 - Menus
------------------------------------------------*/
.menu-toggle {
  display: none; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:hover > ul {
      left: auto; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

.footer-menu {
  display: inline-block;
  padding-bottom: 15px; }
  .footer-menu li {
    display: inline;
    background: url(img/star.png) no-repeat right;
    padding: 0 20px 0 6px; }
    .footer-menu li a {
      font: 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000000;
      text-transform: uppercase; }

.no-hover {
  display: block; }

.with-hover {
  display: none; }

/*		4.3 - Pagination
------------------------------------------------*/
.keep-reading {
  display: inherit;
  float: right;
  font: 31px/31px "MisterEarlCBT";
  color: #f42c95;
  background: url(img/pink-arow.png) no-repeat right 13px;
  padding-right: 14px; }
  .keep-reading:hover {
    color: #000000; }

.nav-previous {
  float: left;
  font: 18px/18px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url(img/prev-link.png) no-repeat center left;
  padding-left: 20px; }

.nav-previous a,
.nav-next a {
  color: #000000;
  text-transform: uppercase; }

.nav-next {
  float: right;
  font: 18px/18px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url(img/next-link.png) no-repeat center right;
  padding-right: 20px; }

.navigation {
  float: left;
  width: 100%;
  border-top: 5px solid #000000;
  padding: 11px 0 0; }

.site-main .paging-navigation,
.site-main .comment-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

#tertiary {
  float: left; }

/*------------------------------------------------
	5.0 - SITE HEADER
------------------------------------------------*/
#masthead {
  padding: 16px 0 7px;
  width: 100%;
  height: 252px;
  min-width: 1140px;
  border-bottom: 11px solid #000000;
  background: url(img/header-bkg.jpg) no-repeat top center;
  background-color: #ffffff; }
  #masthead .container12 .column2 {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    height: 225px;
    margin: 0 auto;
    padding: 0; }
    #masthead .container12 .column2 img {
      margin: 0 auto; }
  #masthead .container12 .column6 {
    width: 550px;
    height: 96px;
    margin-left: 200px; }

.logo {
  position: absolute;
  top: 128px;
  left: 182px;
  width: 350px;
  float: left; }

.header-adsec {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 728px;
  height: 90px;
  z-index: 1;
  position: relative; }

.leaderboard {
  margin-bottom: 0; }
  .leaderboard a img {
    display: block;
    width: 100%;
    height: auto; }

.searchbar {
  margin-top: 15px; }

.socialicons {
  margin-top: 30px; }

.searchbar,
.socialicons {
  text-align: center;
  position: relative;
  z-index: 9999;
  display: block;
  margin-right: 60px; }

.social-iconslist {
  display: inline-block;
  margin: 0;
  float: right; }
  .social-iconslist li {
    float: right;
    display: block; }
    .social-iconslist li a {
      float: left;
      width: 31px;
      height: 31px;
      background: #000000;
      margin: 0 5px 0 0;
      -webkit-border-radius: 40px 40px 40px 40px;
      -moz-border-radius: 40px 40px 40px 40px;
      border-radius: 40px 40px 40px 40px; }
      .social-iconslist li a:hover {
        background: #e60c7f; }

.search-form {
  float: right;
  width: 100%;
  max-width: 300px;
  border: 1px solid #bdbdbd;
  height: 29px;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ffffff; }
  .search-form .search-field {
    float: left;
    height: 100%;
    width: 84%;
    padding: 0 3%;
    border-radius: 0;
    -webkit-appearance: none;
    font: 16px/16px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999; }

input.search-submit {
  float: right;
  background: #000000 url(img/searchicon.png) no-repeat center;
  width: 10%;
  text-indent: -9999px;
  cursor: pointer;
  height: 100%;
  border-radius: 0; }

/*------------------------------------------------
	6.0 - MAIN CONTENT
------------------------------------------------*/
#main {
  float: left;
  width: 100%;
  padding: 0; }
  #main .column2 {
    overflow-x: hidden; }

.site-content {
  background: #dddddd;
  padding: 1.6em 0 0; }

.hentry {
  margin: 0; }

.entry-meta,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
  position: relative;
  max-width: 550px;
  max-width: 55rem; }

.entry-footer {
  position: relative;
  margin: 2em auto;
  padding: 6px 0 0;
  width: 100%;
  max-width: 490px;
  display: inline-block;
  border-top: 2px solid #bbb; }
  .entry-footer .entry-left {
    width: 345px;
    float: left; }
  .entry-footer .entry-right {
    width: 135px;
    float: right; }

.post-index {
  float: left;
  width: 64%; }
  .post-index p {
    padding-bottom: 10px; }

.page-header,
.paging-navigation {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  list-style-type: none; }

.entry-content,
.entry-header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 490px; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.post-categories {
  display: inline; }
  .post-categories li {
    background: url(img/comma.jpg) no-repeat bottom right;
    padding: 0 3px 0 0 !important;
    text-transform: uppercase; }
    .post-categories li:last-child {
      background: none !important; }

article {
  float: left;
  width: 100%;
  padding-bottom: 18px; }
  article:first-child {
    margin-top: 0; }

.postwrapper {
  float: left;
  background: #ffffff;
  padding: 5% 5% 4%;
  width: 100%; }
  .postwrapper h3 {
    float: left;
    width: 100%;
    font: 24px/25px "pt_sans_narrowbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000; }
    .postwrapper h3 a {
      color: #000000; }
      .postwrapper h3 a:hover {
        color: #f42c95; }
  .postwrapper p {
    display: inherit;
    width: 100%;
    font: 16px/24px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    padding-bottom: 5px; }
    .postwrapper p a {
      color: #f42c95; }
  .postwrapper blockquote {
    margin-left: 30px; }
    .postwrapper blockquote p {
      color: #666666;
      line-height: 25px;
      padding: 1em 0; }

.postpic {
  display: none; }

.fullwidthpost .postpic {
  width: 100%;
  max-width: 490px;
  margin: 0 auto; }

.post-infosec {
  float: left;
  width: 100%;
  padding: 13px 0 12px; }
  .post-infosec li {
    float: left;
    border-right: 1px solid #666;
    font: 13px/13px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    padding: 0 3px;
    margin: 0 0 2px; }
    .post-infosec li span {
      float: left;
      margin-right: 1px; }
    .post-infosec li a {
      display: inline-block;
      color: #666;
      font-family: "source_sans_prosemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      /* *display: inline; */
      /* *zoom: 1; */
      /* *float: left; */
      margin: 0 2px; }
      .post-infosec li a:hover {
        color: #e60c7f; }

.post-addsec {
  display: inherit;
  padding: 0;
  float: left;
  text-align: center;
  width: 100%; }

.post-addinnersec {
  margin: 0 auto; }

.social-like {
  display: inherit;
  padding: 5px 0 0; }
  .social-like span {
    float: left; }

.post-author,
.post-date {
  text-transform: uppercase; }

/*		6.1 - Single Page/Post
------------------------------------------------*/
.sticky {
  display: block; }

.post-bottom {
  width: 100%;
  max-width: 490px;
  display: block;
  margin: 0 auto; }

.byline,
.updated:not(.published) {
  display: none; }

.single h1,
.page h1 {
  font-size: 31px;
  line-height: 32px;
  padding: 0;
  float: left;
  font-weight: normal; }
.single .post-infosec,
.page .post-infosec {
  border-top: 4px solid #ddd;
  padding: 8px 0 20px; }
.single .social-like,
.page .social-like {
  width: 100%;
  padding: 25px 0 15px; }
.single p,
.page p {
  padding: 1em 0; }
.single .group-blog .byline,
.page .group-blog .byline {
  display: inline; }

.post-infosecnew {
  float: left;
  width: 100%;
  padding: 13px 0 12px;
  color: #666;
  border-top: 4px solid #bbb;
  margin-top: 12px; }
  .post-infosecnew span {
    font: 13px/13px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    padding: 0 2px;
    margin: 0 0 2px;
    float: left; }
  .post-infosecnew ul li {
    float: none;
    display: inline-block; }
  .post-infosecnew a {
    position: relative;
    z-index: 9000;
    float: left;
    margin: 0 1px;
    color: #666;
    font-size: 13px;
    font-family: "source_sans_prosemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 13px;
    /* *display: inline; */
    /* *zoom: 1; */ }
    .post-infosecnew a:hover {
      color: #e60c7f; }

.related-postsec {
  float: left;
  padding: 18px 0 38px;
  width: 100%; }
  .related-postsec h3 {
    float: left;
    width: 100%;
    font: 22px/22px "pt_sans_narrowbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase; }
  .related-postsec ul {
    float: left;
    width: 100%;
    padding: 10px 0 0; }
    .related-postsec ul li {
      float: left;
      margin-right: 2%;
      width: 23.5%; }
      .related-postsec ul li span {
        float: left;
        width: 100%;
        color: #333;
        font: 14px/14px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-top: 13px; }
  .related-postsec .last-class {
    margin-right: 0;
    float: right; }

.full-pic {
  float: left;
  width: 100%;
  text-align: center; }
  .full-pic img {
    padding-bottom: 20px; }

.relatedpost-addswrapper {
  float: left;
  width: 100%;
  border-top: 6px solid #000000;
  border-bottom: 2px solid #666;
  padding-bottom: 24px;
  margin-bottom: 48px; }

.page-header {
  margin-top: 1em;
  margin-bottom: 1em; }

.top-post {
  width: 100%;
  display: inherit; }
  .top-post li {
    float: left;
    border-bottom: 1px solid #d6d6d6;
    padding: 9px 3%;
    width: 94%; }
  .top-post h4 {
    float: right;
    padding: 0; }
    .top-post h4 a {
      font: 17px/17px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #f42c95; }

/*		6.2 - Category Index
------------------------------------------------*/
.archive-header {
  float: left;
  width: 100%;
  margin-bottom: 18px; }
  .archive-header h1 {
    float: left;
    padding: 9px 3%;
    background: #ffffff;
    text-align: center;
    font: 44px/44px "MisterEarlCBT";
    color: #000000; }
    .archive-header h1 span {
      display: inline-block;
      background: url(img/goldenstar.jpg) no-repeat left center;
      width: 35px;
      height: 30px;
      margin: 0 3px;
      /* *display: inline; */
      /* *zoom: 1; */ }
    .archive-header h1 p {
      display: inline-block;
      float: none;
      font: 44px/44px "FontAwesome";
      padding-bottom: 0;
      /* *display: inline; */
      /* *zoom: 1; */ }

#author-slate,
#category-image {
  float: left;
  margin-bottom: 2em;
  width: 100%; }

#author-slate .avatar {
  float: left;
  margin: 30px; }

.author-blurb {
  float: right;
  padding: 30px 30px 30px 0;
  width: 430px;
  height: 120px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden; }

.trending-offerswrapper {
  float: left;
  width: 100%;
  border-top: 6px solid #000000;
  border-bottom: 2px solid #666;
  padding-top: 17px;
  padding-bottom: 25px;
  margin-top: 80px; }

/*		6.4 - 404 Page
------------------------------------------------*/
.error-404 p {
  padding-bottom: 20px; }
.error-404 .search-form {
  float: left;
  margin-bottom: 20px; }

/*------------------------------------------------
	7.0 - SIDEBARS & ASIDES
------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.top-postwrapper {
  float: left;
  margin-bottom: 26px;
  padding: 0;
  width: 300px;
  background: #ffffff; }

.top-categoriessec {
  float: left;
  width: 100%;
  padding: 0;
  background: #ffffff; }

.ad-bay {
  margin-bottom: 2em; }

/*		7.1 - Left Sidebar
------------------------------------------------*/
#tertiary .ad-bay {
  text-align: center; }

.leftadbar {
  width: 160px;
  margin: 0 auto;
  padding-bottom: 13px; }

.top-categoriessec {
  margin-bottom: 20px; }

/*		7.2 - Right Sidebar
------------------------------------------------*/
.clickad {
  padding: 16px 2%;
  font: 18px/18px "source_sans_prosemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #f42c95;
  text-align: center;
  display: inherit;
  margin: 0 auto;
  width: 100%;
  float: left;
  max-width: 300px; }
  .clickad:hover {
    background: #000000 !important; }
  .clickad span {
    margin: 0 4px; }
    .clickad span img {
      max-width: 10%;
      height: auto; }
  .clickad a:hover {
    color: #ffffff !important; }

.rightadbar {
  float: left;
  padding: 0 0 20px;
  width: 300px; }

.rightsidebabr {
  overflow-x: hidden;
  width: 360px;
  float: left; }

.feat-postwrapper {
  background: #f42c95 url(img/pink-strip.jpg) repeat-x bottom left;
  padding: 5px 3%;
  position: relative;
  float: left;
  margin: 0 auto 2em;
  display: inline-block;
  border: 2px solid #f42c95;
  width: 100%;
  max-width: 300px; }
  .feat-postwrapper h2 {
    color: #ffffff;
    text-shadow: 3px 4px 3px #000000;
    font: 32px/40px "MisterEarlCBT";
    padding-bottom: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5px; }

.feat-postinnersec {
  float: left;
  background: #ffffff;
  padding: 15px 7%;
  width: 360px;
  border: 1px solid #f42c95;
  margin-bottom: 20px; }

.feat-postleftsec {
  float: left;
  width: 50%; }
  .feat-postleftsec img {
    float: left;
    border: 2px solid #000000;
    width: 100%;
    height: auto; }

.feat-postrightsec {
  float: right;
  width: 46%;
  margin-left: 4%; }
  .feat-postrightsec h3 {
    float: right;
    width: 100%;
    padding-bottom: 10px; }
    .feat-postrightsec h3 a {
      font: 20px/24px "pt_sans_narrowbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000000; }
      .feat-postrightsec h3 a:hover {
        color: #e60c7f; }
  .feat-postrightsec .keep-reading {
    display: inherit;
    float: left;
    font: 24px/34px "MisterEarlCBT";
    color: #f42c95;
    background: url(img/pink-arow.png) no-repeat right 13px;
    padding-right: 14px; }
    .feat-postrightsec .keep-reading:hover {
      color: #000000; }

.feat-content {
  height: 100%;
  max-height: 165px;
  overflow: hidden; }

.top-post {
  display: none; }

.toppostpic {
  float: left;
  /* width: 23%; */ }
  .toppostpic img {
    border: 1px solid #666666;
    width: 66px;
    height: 80px; }

/*		7.3 - Widgets
------------------------------------------------*/
.widget {
  margin: 0 0 2em; }
  .widget select {
    max-width: 100%; }

#tipclick {
  text-align: center;
  float: left; }

.leftcol a img {
  clear: both;
  display: block;
  margin: 0 auto; }

.rightcol {
  width: 300px; }
  .rightcol a img {
    clear: both;
    display: block;
    margin: 0 auto; }
  .rightcol a span img {
    display: inline; }

.widget_nav_menu {
  float: left;
  position: relative;
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: #4b4b4b 4px 5px 6px 0;
  -moz-box-shadow: #4b4b4b 4px 5px 6px 0;
  box-shadow: #4b4b4b 4px 5px 6px 0; }
  .widget_nav_menu li {
    float: left;
    width: 100%; }
  .widget_nav_menu .menu {
    float: left;
    width: 100%;
    margin-top: 2px; }
    .widget_nav_menu .menu li a {
      font: 18px/18px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      float: left;
      width: 100%;
      border-bottom: 1px solid #d6d6d6;
      color: #f42c95;
      padding: 9px 5%; }
      .widget_nav_menu .menu li a:hover {
        background: #f42c95;
        color: #ffffff; }
  .widget_nav_menu .top-posts li {
    border-bottom: 1px solid #d6d6d6;
    padding: 9px 3%; }
  .widget_nav_menu .top-posts h4 {
    float: right;
    width: 72%;
    padding: 0; }
    .widget_nav_menu .top-posts h4 a {
      font: 17px/17px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.widget-title {
  float: left;
  width: 100%;
  padding-bottom: 6px;
  background: url(img/black-arrow.png) no-repeat center bottom;
  text-align: center;
  text-transform: uppercase; }
  .widget-title span {
    float: left;
    width: 100%;
    padding: 17px 0;
    background: #000000;
    color: #ffffff;
    font: 18px/18px "source_sans_probold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.widget_search .search-submit {
  display: none; }

/* Don't display Recent Posts on Homepage
and only display Top Posts on Homepage */
#top-posts-menu {
  display: none; }

.home #recent-posts-widget {
  display: none; }
.home #top-posts-menu {
  display: block; }

.widget_recent_entries {
  float: left;
  width: 100%; }

.widget_categories {
  float: left;
  width: 100%; }

.widget_archive {
  float: left;
  width: 100%; }

/*------------------------------------------------
	8.0 - FOOTER
------------------------------------------------*/
#colophon {
  float: left;
  padding-top: 27px;
  width: 100%; }

.more {
  padding-top: 20px; }

.site-footer {
  clear: both;
  width: 100%; }

.footer-topsec {
  float: left;
  padding: 2em 0;
  width: 100%;
  background: #7e7e7e; }
  .footer-topsec .column3 {
    text-align: center; }
  .footer-topsec span {
    display: block; }
    .footer-topsec span img {
      border: 1px solid #ffffff;
      display: block; }
  .footer-topsec p {
    float: left;
    margin-top: -32px;
    padding: 13px 5% 0;
    width: 90%;
    color: #ffffff;
    text-align: justify;
    font: 12px/25px "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.footer-adspace {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  max-width: 728px;
  height: 90px;
  z-index: 1;
  position: relative; }
  .footer-adspace img,
  .footer-adspace iframe {
    vertical-align: middle; }

.footer-topcontentsec {
  float: left;
  width: 100%; }

.rss-aggregator {
  text-align: left; }

.feed-item {
  border-bottom: 1px dashed #fff;
  width: 97%;
  margin-bottom: 0 !important;
  margin: 0 1%;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 8px; }
  .feed-item a {
    color: #e1e1e1;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px; }
    .feed-item a:hover {
      color: #fff; }

.lastcolumn .footer-topcontentsec {
  background: none; }

.footer-midsec {
  float: left;
  padding: 17px 0 23px;
  width: 100%;
  border-top: 7px solid #f42c95;
  background: #000000; }

.sign-upwrapper {
  float: left;
  width: 36%;
  color: #ffffff;
  text-align: center;
  font: 12px/12px Arial; }

.footersocial-iconslist {
  float: right;
  padding-top: 17px; }
  .footersocial-iconslist li {
    float: right;
    margin-right: 10px; }
    .footersocial-iconslist li a {
      float: left; }
      .footersocial-iconslist li a:hover .no-hover {
        display: none; }
      .footersocial-iconslist li a:hover .with-hover {
        display: block; }

.footer-btmsec {
  float: left;
  padding: 14px 0;
  width: 100%;
  background: #ddd;
  text-align: center; }
  .footer-btmsec p {
    float: none;
    color: #999;
    font: 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.footer-btminnersec {
  float: left;
  width: 100%; }

.really_simple_share {
  padding-top: 4px !important; }

/*------------------------------------------------
	9.0 - MEDIA
------------------------------------------------*/
.postpic {
  float: left;
  display: inherit;
  margin-right: 4%;
  padding-top: 2px;
  width: 32%; }

embed,
iframe,
object {
  max-width: 100%; }

.entry-content img {
  margin: 1.5em 0; }
.entry-content .instagram-media {
  box-shadow: none !important; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }
.page-content figure img,
.entry-content figure img,
.comment-content figure img {
  padding-bottom: 0; }

/*		9.1 - Captions
------------------------------------------------*/
.wp-caption {
  float: left;
  padding-bottom: 23px;
  width: 100% !important;
  text-align: left;
  /*
  img[class*="wp-image-"] {
  	display: block;
  	margin: 0 auto;
  }
  */ }
  .wp-caption a {
    float: left;
    width: 100%; }

.wp-caption-text {
  padding-bottom: 0 !important;
  width: 100%;
  color: #666;
  font-size: 13px;
  line-height: 21px; }

/*		9.2 - Galleries
------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*		9.3 - Attachments
------------------------------------------------*/
.attachment-fullwidth {
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
  margin: 0 auto; }

/*------------------------------------------------
	10.0 - COMMENTS
------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

#comments {
  float: left;
  margin-top: 10px;
  width: 100%; }
  #comments input {
    border: 1px solid #bdbdbd; }

#comment {
  float: left;
  width: 99%; }

.bypostauthor {
  display: block; }

.comment-bubble {
  background: transparent url(img/comment-bubble.png) 0 0 no-repeat;
  float: left;
  padding: 6px 4px;
  margin: 0;
  text-align: center;
  width: 40px;
  height: 40px; }
  .comment-bubble span a {
    display: block;
    text-align: center;
    border: none;
    color: #fff;
    font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    padding: 0; }

/*		10.1 - Comment Form
------------------------------------------------*/
/* Comments */
.comment {
  background: #fff;
  color: #000;
  padding: 20px;
  margin-bottom: 10px; }

#submit_comment {
  background: #333;
  color: #fff;
  font-size: 11px;
  font-family: Arial, Tahoma, Verdana;
  padding: 4px;
  margin: 0 0 0 8px;
  border: 1px solid #ccc;
  font-weight: bold;
  width: 120px; }

input {
  font-size: 12px;
  padding: 2px; }

textarea {
  font-size: 12px;
  padding: 2px;
  width: 490px;
  border: 2px solid #f1f1f1; }

ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0; }

ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em; }

ol.commentlist li {
  font: normal 14px Arial,serif; }

ol.commentlist li cite.fn {
  font-style: normal; }

ol.commentlist li .avatar {
  border: 5px solid #ddd;
  float: left;
  margin: 0 1em 0 0; }

ol.commentlist li div.comment-meta {
  font-size: 9px; }

ol.commentlist li div.comment-meta a {
  color: #666; }

ol.commentlist li p {
  font-size: 11px;
  margin: 0 0 1em; }

ol.commentlist li ul {
  font-size: 11px;
  list-style: square;
  margin: 0 0 1em 2em; }

ol.commentlist li div.reply {
  font-size: 11px; }

ol.commentlist li div.reply a {
  font-weight: bold;
  color: #000; }

ol.commentlist li ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0; }

ol.commentlist li div.comment-author.vcard {
  font-weight: bold;
  color: #000; }

ol.commentlist li ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 .25em .25em; }

ol.commentlist li ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 .25em .25em; }

ol.commentlist li ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 .25em .25em; }

ol.commentlist li.even {
  background: #fff; }

ol.commentlist li.odd {
  background: #f6f6f6; }

ol.commentlist li.parent {
  border-left: 5px solid #111; }

ol.commentlist li.pingback {
  border-bottom: 1px dotted #666;
  padding: 1em; }

/*------------------------------------------------
	11.0 - FORMS
------------------------------------------------*/
#nsu-checkbox {
  width: 100%; }

#nsu-form-0 {
  float: left;
  padding: 11px 0 0;
  width: 100%;
  height: 30px; }
  #nsu-form-0 p {
    float: none;
    padding-bottom: 0; }
  #nsu-form-0 label {
    display: none; }
  #nsu-form-0 #nsu-email-0 {
    float: left;
    padding: 7px 5% 7px 12%;
    width: 62%;
    height: 16px;
    border-radius: 0;
    background: #666 url(img/email.jpg) no-repeat 10px center;
    color: #ffffff;
    font: 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; }
  #nsu-form-0 #nsu-submit-0 {
    float: left;
    margin-left: 3px;
    padding: 6px;
    width: 19%;
    height: 30px;
    border-radius: 0;
    background: #f42c95;
    color: #ffffff;
    text-align: center;
    font: 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    -webkit-appearance: none; }
