/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

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

body {
  background: #f1f1f1;
  overflow: hidden;
}

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

ol,
ul {
  list-style: none;
}

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

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

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

.screen-reader-text{display:none}

/* END RESET */

.mobile-show, .tablet-show, .phone-show {
  display: none;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #2c2c2b;
  overflow-x: hidden;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.button, button.button {
  background: #5ecc89;
  display: inline-block;
  color: #fff !important;
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  margin: 15px 0;
  position: relative;
  z-index: 100;
  border: 0;
}

.big-button {
  display: block !important;
  font-size: 19px !important;
  padding: 14px;
  font-weight: bold;
  text-align: center;
  float: none;
  text-transform: uppercase;
}

a.button:hover, button.button:hover {
  background: #4cba77;
}

.submit .disabled {
  color: #9deebd !important;
}

.container {
  max-width: 1140px;
  padding: 0 30px 0 35px;
  margin: 0 auto;
  background: #fff;
}



/* HEADER */

#header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 100;
  position: relative;
  padding-top: 120px;
  z-index: 50;
}

#header .container {
  position: relative;
}

#header h1 {
  float: left;
}

#header h1 a {
  display: inline-block;
  width: 300px;
  height: 61px;
  text-indent: -999em;
  background: url(http://d2pkfaagksqwl.cloudfront.net/textsfromlastnight.png) top left no-repeat;
  background-size: cover;
  margin: 8px 0 25px;
}

#nav-toggle {
  cursor: pointer;
}

#nav-toggle .fa {
  font-size: 24px;
}

#header nav {
  padding: 40px 0 0 0;
  float: right;
}

#header nav ul li {
  display: inline-block;
  position: relative;
}

#header nav ul li a, #account-links ul li a {
  padding: 8px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  text-transform: lowercase;
  margin-left: 9px;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
      -o-transition: background-color 0.5s ease;
}

#header nav ul li a:hover, #account-links ul li a:hover {
  background: rgba(0,0,0,.1);
}

#header #account-links {
  position: absolute;
  top: 11px;
  right: 26px;
}

#header #account-links li {
  display: inline-block;
}

#header #account-links a {
  font-size: 12px;
  letter-spacing: 0;
  opacity: .5;
}

#header .search-form {
  margin-left: 20px;
  display: inline-block;
}

#header nav ul li .search-form input[type="submit"] {
  display: none;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 9px;
  background: #e6e6e6;
  width: 100px;
  padding-top: 10px;
}

.sub-menu ul li {
  display: block;
  height: 35px;
}

#best:hover > a , #worst:hover > a {
  background: rgba(0,0,0,.1);
}

#best:hover .sub-menu, #worst:hover .sub-menu {
  display: block;
}

.mobile-search {
  display: inline-block;
  background: #fff;
  z-index: 100;
  padding: 0 0 0 10px;
  height: 22px;
  vertical-align: bottom;
}

.mobile-search .search-form {
  margin-left: 0 !important;
  margin-right: 10px;
}

.mobile-search label {
  display: none;
  float: left;
}

.mobile-search label input {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  width: 115px !important;
  padding: 4px;
  position: relative;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.mobile-search .fa {
  font-size: 18px;
  position: relative;
  top: 5px;
}

.fa-search {
  margin-right: 8px;
}

.mobile-search .fa-times {
  display: none;
  margin-right: 8px;
  float: left;
}

.gfln {
  display: inline-block;
  padding: 7px 12px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #26a357;
  border-radius: 4px;
  vertical-align: top;
  line-height: 14px;
}

.gfln .fa {
  font-size: 11px;
  position: relative;
  top: 0px;
  margin-left: 2px;
}

/* END HEADER */





/* ADS */

#ad-top {
  padding: 10px 0;
  text-align: center;
  background: #fff;
  position: fixed;
  z-index: 500;
  width: 100%;
}

.ad-wrap {
  width: 970px;
  position: relative;
  margin: 0 auto;
}

#ad-top .ad-text {
  position: absolute;;
  left: -60px;
  bottom: 40px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.less-wide-ad {
  display: none;
}

.less-wide-ad .ad-wrap, .ad.tablet-show .ad-wrap {
  width: 728px;
  position: relative;
  margin: 0 auto;
}

.ad.tablet-show {
  position: relative;
  left: 5px;
}

.ad.tablet-show .ad-text {
  position: absolute;
  left: -60px;
  bottom: 40px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#ad-left {
  display: inline-block;
  width: 160px;
  position: absolute;
  left: -195px;
}

.ad-one {
  position: relative;
  top: 10px;
}

.ad-one.absolute {
  position: absolute;
  top: 30px;
}

.ad-one.fixed {
  position: fixed;
  top: 25px !important;
}

.ad-two.fixed {
  position: fixed !important;
  top: 20px !important;
  margin-top: 0;
}

.ad-two {
  position: relative;
  margin-top: 72px;
}

.ad-two.absolute {
  position: absolute;
  top: 2600px;
  margin-top: 0;
}

.side-ad {
  margin: 10px 0 25px;
}

.scroll-spacer-left, .scroll-spacer-right {
  margin: 0;
  padding: 0;
  height: 0;
}

#first-side-group {
  position: relative;
  top: 0;
  width: 300px;
}

#first-side-group.fixed {
  position: fixed;
  top: 10px;
}

#second-side-group {
  position: relative;
  top: 35px;
}

#second-side-group.absolute {
  position: absolute;
  top: 2600px;
}

#second-side-group.fixed {
  position: fixed;
  top: 10px;
}

#third-side-group {
  position: relative;
  top: 50px;
}

#third-side-group.absolute {
  position: absolute;
  top: 5000px;
}

#third-side-group.fixed {
  position: fixed;
  top: 20px;
}

.ad-text {
  font-size: 11px;
  color: #ccc;
  text-align: center;
  line-height: 11px;
  margin-bottom: 5px;
}

/* END ADS */





/* PRIMARY*/

.guys-squad {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.guys-squad:hover {
  cursor: pointer;
}

.guys-squad img {
  float: left;
  margin-right: 3%;
  width: 34%;
  height: auto;
}

.guys-squad h3 {
  font-size: 24px;
  padding: 9% 0 0;
}

.guys-squad .extra {
  float: left;
  width: 45%;
}

.guys-squad .click {
  float: left;
  width: 12%;
  text-align: right;
}

.guys-squad .click .fa {
  font-size: 32px;
  padding: 40px 5px 0 0;
}

#primary {
  display: inline-block;
  padding: 10px 0 30px;
  width: 728px;
  vertical-align: top;
  position: relative;
}

#primary > h3, #comments > h3 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
}

.tfln-follow-button {
  float: right;
}

.text {
  margin: 20px 0 30px;
}

.text .content {
  padding: 20px 20px 0 25px;
  border: 2px solid #ccc;
  border-radius: 30px;
  position: relative;
}

.text .content h3 {
  font-size: 15px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}

.text .content h3 a {
  color: #cc7e7e;
  text-decoration: none;
}

.text .content h3 span {
  display: none;
}

.text .content p {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.text .content p a {
  text-decoration: none;
  color: #333;
}

.text .content .rss-image {
  display: inline-block;
  width: 45%;
  margin-right: 4%;
  vertical-align: top;
  font-size: 1px !important;
  color: #fff;
  line-height: 0;
  padding-top: 7px;
}

.text .content .rss-image a {
  display: none;
}
/*
.text .content .rss-image p:first-child {
  display: inline-block;
}*/

.text .content .rss-image img {
  width: 100%;
  height: auto;
  display: inline-block !important;
}

.text .content .rss-right {
  display: inline-block;
  width: 50%;
}

.text .content .rss-right p {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e1e1e1;
  font-weight: 500 !important;
}

.text .content .rss-right p a:hover {
  background: transparent;
}

.text .content .rss-right > a {
  background: #5ecc89;
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 14px;
  border-radius: 6px;
  text-decoration: none;
  margin: 15px 0 10px;
  text-align: center;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}

.text .content .rss-right a .fa {
  margin-left: 10px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

.text .content .rss-right a:hover {
  background: #4cba77;
}

.tail {
  position: absolute;
  right: -15px;
  bottom: -6px;
  width: 49px;
  height: 30px;
  display: block;
  background: url('http://d2pkfaagksqwl.cloudfront.net/tail.png') no-repeat top right;
  background-size: cover;
  z-index: 50;
}

.social-share {
  margin: 0 0 15px 0;
  padding-top: 15px;
  border-top: 1px dotted #e3e3e3;
  position: relative;
  z-index: 100;
}

.vote {
  padding-top: 10px;
  border-top: 1px dotted #e3e3e3;
  position: relative;
  z-index: 100;
}

.social-share .actions, .vote .actions {
  float: right;
}

.vote .button {
  margin-bottom: 0;
}

.social-share .actions a {
  font-size: 14px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 6px;
  letter-spacing: -1px;
}

.replies .fa {
  float: right;
}

a.favorite, a.good-night, a.bad-night, .replies, .facebook-share, .twitter-share, a.up, a.down, a.yes, a.no {
  padding: 2px 35px 2px 10px;
  cursor: pointer !important;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}

.facebook-share {
  background: #3d5b97;
  padding: 4px 7px 5px !important;
  font-size: 14px;
}

.twitter-share {
  background: #2aa6df;
  padding: 3px 7px 5px !important;
  font-size: 14px;
  margin-left: 10px;
}

.facebook-share i {
  font-size: 16px;
  margin-right: 12px;
  position: relative;
  top: 1px;
}

.facebook-share:hover {
  background: #5470a9;
}

.twitter-share i {
  font-size: 17px;
  margin-right: 12px;
  position: relative;
  top: 1px;
}

.twitter-share:hover {
  background: #4abff4;
}

.replies {
  background: #b2b9c7;
  padding: 5px 7px 3px !important;
  line-height: 17px;
}

.replies i {
  position: relative;
  top: -2px;
  font-size: 18px;
  margin-left: 12px;
}

.social-share a.favorite {
  background: #f1e78d;
  background-image: url('http://d2pkfaagksqwl.cloudfront.net/star.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 14px !important;
  padding-right: 30px;
  margin-left: 0;
}

a.good-night, a.up, a.yes {
  background-color: #5ecc89;
  background-image: url('http://d2pkfaagksqwl.cloudfront.net/thumbs-up.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 14px !important;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.bad-night, a.down, a.no {
  background-color: #cc7e7e;
  background-image: url('http://d2pkfaagksqwl.cloudfront.net/thumbs-down.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 14px !important;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.replies:hover {
  background: #9ba5b9;
}

a.favorite:hover, a.favorite.selected {
  background: #dfd364;
  background-image: url('http://d2pkfaagksqwl.cloudfront.net/star.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

a.good-night:hover, a.up:hover, a.yes:hover {
  background-color: #4cba77 !important;
  background-image: url('http://d2pkfaagksqwl.cloudfront.net/thumbs-up.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

a.bad-night:hover, a.down:hover, a.no:hover {
  background-color: #bc6b6a !important;
  background-image: url('http://d2pkfaagksqwl.cloudfront.net/thumbs-down.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.ad {
  margin: 0 auto;
  text-align: center;
}

/* SIDEBAR */

#sidebar-ads {
  width: 200px;
  padding: 40px 40px 0 0;
  display: inline-block;
  vertical-align: top;
}

#sidebar {
  width: 340px;
  padding: 10px 0 0 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#sidebar .sidebar-post .thumbnail-image {
    max-height: 150px;
    overflow: hidden;
}

#sidebar .sidebar-post {
    margin-bottom: 45px;
}

#sidebar .sidebar-post img {
    width: 100%;
    height: auto;
}

#sidebar .sidebar-post h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 25px 5px;
    position: relative;
    background: #fff;
}

#sidebar .sidebar-post h4 a {
    color: #2b2b2b;
    text-decoration: none;
}

#sidebar .social-follow-box {
  display: block;
  margin-bottom: 50px;
}

.social-follow-box {
  width: 100%;
  margin-top: 30px;
}
.social-follow-box h3 {
  background: #000;
  height: 1px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.social-follow-box h3 span {
  background: #fff;
  position: relative;
  top: -18px;
  padding: 0 3px;
}
.social-follow-box div a {
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  display: block;
  border-radius: 3px;
  margin-bottom: 8px;
  font-size: 15px;
}
.social-follow-box div a .fa {
  font-size: 17px;
  margin-right: 5px;
}
.facebook-connect a {
  background: #3c5b9a;
}
.twitter-connect a {
  background: #24aeef;
}
.instagram-connect a {
  background: #537fa5;
}

.facebook-box {
  background: #507cbe;
}

.fb-like, .twit-like, .insta-like {
  float: right;
  margin-top: 5px;
}

.twitter-box {
  background: #63cdf1;
}

.instagram-box {
  background: #c7c5b3;
}

.twit-like {
  width: 109px;
  height: 20px;
  overflow: hidden;
  border-right: 1px solid #AAAAAA;
}

#twitter-tweet-box, #facebook-like-box, #instagram-box {
  margin: 30px 0;
}

#facebook-like-box, #twitter-tweet-box {
  text-align: center;
}

h3.title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #6F1010 !important;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

/* END SIDEBAR */





/* PAGINATION */

.pagination {
  margin-top: 30px;
  font-size: 17px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin-right: 5px;
}

.pagination a {
  text-decoration: none;
  padding: 5px 8px;
  line-height: 17px;
  border: 1px solid #ccc;
  color: #333;
}

.pagination li.selected {
  background: #ccc;
  padding: 5px 8px;
  line-height: 17px;
}

.pagination li.next {
  display: block;
  margin-top: 20px;
  border: 0;
}

.pagination li.next a {
  display: block;
  width: 100.5%;
  padding: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  background-color: #32c932 !important;
  font-weight: bold;
  font-size: 21px;
  border: 0;
}

.pagination li.next a .fa {
  font-size: 20px;
  margin-left: 15px;
}

.page_footer {
  margin-bottom: 20px;
}

.page_footer .jump {
  display: none;
}

/* END PAGINATION */





/* SINGLE TEXT PAGE */

#single-text #div-gpt-ad-TFLNCOM_Mobile_MedRec_1, #single-text #div-gpt-ad-TFLNCOM_Mobile_MedRec_2 {
  display: none;
}

#single-text #texts-list li, #comments-list li {
  width: 98%;
  margin: 20px 0 10px;
}

#single-text .social-share .actions a {
  width: auto;
}

#single-text .facebook-share, #single-text .twitter-share {
  width: auto;
}

form.box {
  padding: 20px 20px 0 20px;
  border: 2px solid #ccc;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  font-size: 17px;
}

form.box .message {
  margin-bottom: 20px;
}

form.box .message input {
  color: #cc7e7e;
  border: 1px solid #ccc;
  width: 60px;
}

form.box .message textarea {
  height: 150px;
  border: 1px solid #ccc;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

form.box input, form.box textarea {
  padding: 5px;
  font-size: 17px;
}

form.box span.loc {
  color: #ccc;
  font-size: 13px;
}

form.box textarea {
  width: 100%;
}

#add-reply a {
  color: #fff !important;
}

form.box ul li:first-child {
  margin-bottom: 10px;
}

#social {
  margin-top: 20px;
}

#add-reply a {
  background: #5ecc89;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  margin: 15px 0;
  position: relative;
  z-index: 100;
}

#add-reply a:hover {
  background: #4cba77;
}

#comments {
  font-size: 17px;
  font-weight: 200;
}

#comments > p {
  font-size: 15px;
  margin: 10px 0;
}

#toggle-sort {
  margin: 10px 0 30px;
}

#toggle-sort a {
  font-size: 12px;
  color: #333;
}

.post-comment {
  margin: 20px 0 0;
}

.post-comment label {
  display: block;
}

.post-comment textarea {
  width: 100%;
  height: 60px;
}

#comments > .post-comment > label {
  font-size: 24px;
  margin-top: 15px;
}

#comments-list li {
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  font-size: 17px;
  position: relative;
}

#comments-list .reply-text {
  margin-bottom: 5px;
  font-size: 23px;
}

#comments-list h6 {
  font-size: 12px;
  margin-bottom: 15px;
  opacity: .7;
}

#comments-list .button {
  font-size: 11px;
  padding: 4px 8px;
  margin-top: 3px;
}

.report-button {
  background: #ccc !important;
}

.report-button:hover {
  background: #aaa !important;
}

.subreply li {
  margin-bottom: 0 !important;
  margin-top: 30px;
}

#single-text .welcome.shrink {
  font-size: 12px;
}

/* END SINGLE TEXT PAGE */





/* SHOP PAGE */

.product {
  display: inline-block;
  vertical-align: top;
  margin: 20px 1.5%;
  width: 29%;
  padding: 1.5%;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* END SHOP PAGE */






/* FOOTER */

footer {
  background: #7d2422;
  color: #fff;
  position: relative;
  z-index: 100;
}

footer a {
  color: #fff;
}

footer .container {
  background: transparent;
  padding: 40px 22px;
}

.footer-links {
  margin: 15px 0;
}

.footer-links li {
  text-align: center;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

/* END FOOTER */







/* CLEAR FIX */

.clearfix {
  clear: both;
  height: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}


/* RESPONSIVE */

@media (min-width: 770px) {
  .mobile-hide {
    display: inline-block;
  }
}

@media (max-width: 1500px) {
  .container {
    margin: 0 0 0 16%;
  }
}

@media (max-width: 1450px) {
  body {
    background: #ffffff;
  }
}

@media (max-width: 1325px) {
  .container {
    padding: 0 10px;
    margin: 0 auto;
  }
  #ad-left {
    display: none;
  }
}

@media (max-width: 1370px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 1250px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 1150px) {
  #primary {
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar {
    width: 29%;
  }
}

@media (max-width: 1100px) {
  #header nav ul li a {
    padding: 6px;
    letter-spacing: 0;
    margin-left: 10px;
  }
  #sidebar {
    width: 25%;
  }
  .social-follow-box {
      /* background-size: 50px 45px; */
  }
  .fb-like, .twit-like, .insta-like {
    margin-top: 3px;
  }
}

@media (max-width: 1050px) {
  .tablet-show {
    display: block;
  }
  .ssba img {
    width: 25%;
  }
  #primary {
    width: 100%;
    float: none;
  }
  #texts-list li {
    width: 45%;
    margin: 0 2%;
    vertical-align: top;
    display: inline-block;
  }
  .text .content p {
    overflow: hidden;
  }
  .text .rss-image {
    width: 100% !important;
    float: none;
  }
  .text .rss-right {
    width: 100% !important;
    float: none;
  }
  .social-share .actions {
    float: none;
  }
  #single-text .social-share .actions {
    float: right;
  }
  .social-share .actions a {
    width: 22%;
    margin: 0 2% 0 0;
  }
  .facebook-share, .twitter-share {
    width: 46%;
    margin: 10px 3% 0 0;
    font-size: 13px;
    text-align: center;
  }
  .sidebar-hide {
    display: none !important;
  }
  .less-wide-ad {
    display: block !important;
  }
  #single-text .facebook-share, #single-text .twitter-share {
    margin-top: 0;
  }
  #single-text .social-share .actions a {
    margin: 0 6px;
  }
  #ad-bottom, #native-ad-content {
    text-align: center;
  }
}

@media (max-width: 950px) {
  #header h1 a {
    width: 250px;
    height: 50px;
  }
  #header nav {
    padding-top: 25px;
  }
  #header nav ul li a {
    margin-left: 5px;
  }
  #account-links {
    display: none;
  }
}

@media (max-width: 875px) {
  #header h1 a {
    width: 180px;
    height: 36px;
    margin: 1px 0 10px;
  }
  #header nav {
    padding-top: 10px;
  }
  .text .content p {
    font-size: 28px;
    line-height: 32px;
  }
  .text .content .rss-right > a {
    font-size: 16px;
    line-height: 27px;
    padding: 12px;
  }
  #randomBtn {
    display: none !important;
  }

}

@media (max-width: 770px) {
  #header {
    padding-top: 0;
  }
  #header {
    position: fixed;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: 99999;
  }
  .mobile-hide {
    display: none;
  }
  #ad-top, .page_footer, #footer {
  }
  .mobile-show {
    display: block;
  }
  #sidebar .social-follow-box {
    display: none;
  }
  .mobile-search {
    position: absolute;
    right: 0;
    top: 1px;
    height: 48px;
    border-left: 1px solid #ccc;
    padding: 9px 0 8px 12px;
  }
  .mobile-search .fa {
    top: 1px;
    line-height: 27px;
  }
  .gfln {
    display: inline-block;
    padding: 1px 6px 0px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #26a357;
    border-radius: 4px;
    line-height: 27px;
    margin-right: 5px;
  }
  .gfln .fa {
    position: relative;
    top: 0px;
  }
  #nav-toggle {
    display: inline-block;
    padding-left: 20px;
  }
  .small-ad {
    width: 100%;
  }
  #header {
    height: 50px;
    padding-top: 0 !important;
  }
  #header .container {
    padding: 0 !important;
  }
  #header h1 {
    position: absolute;
    left: 36%;
  }
  #header nav {
    padding: 12px 0 0 0;
    float: left;
    width: 100%;
  }
  #header ul.mobile-hide {
    margin-top: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
  #header nav ul li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  #header nav ul li a {
    display: block;
    text-align: left;
    padding: 4px 0 6px 20px;
    margin-left: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
  }
  #header nav ul li .search-form {
    display: none !important;
  }
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
  .sub-menu ul li {
    height: auto;
  }
  .sub-menu a {
    font-size: 16px !important;
  }
  .container {
    padding: 0 10px;
  }
  #content {
    padding-top: 60px;
  }
  #primary {
    padding: 0 0 25px;
  }
  .text .content {
    padding-left: 20px;
  }
  .text .content p {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .fb-like, .twit-like, .insta-like {
    margin-top: 16px;
  }
  #sidebar {
    padding-top: 0;
  }
  #otherpage h2 {
    font-size: 30px;
  }
  #otherpage h3 {
    font-size: 20px;
  }
  footer .container {
    padding: 20px 22px;
  }
  .footer-links {
    margin-top: 0;
  }
  .footer-links li {
    font-size: 12px;
    padding: 4px 0;
  }
}

@media (max-width: 700px) {
  #texts-list li {
    width: 98%;
    margin: 0 1%;
  }
}

@media (max-width: 600px) {
  #header h1 {
    left: 29%;
  }
  .text {
    margin: 10px 0;
  }
  .product {
    width: 46%;
  }
  .tablet-show  {
    display: none;
  }
  .phone-show {
    display: block;
  }
}

@media (max-width: 550px) {
  #header h1 {
    left: 28%;
  }
  .guys-squad img {
    width: 39%;
  }
  .guys-squad h4 {
    font-size: 12px;
  }
  .guys-squad h3 {
    font-size: 15px;
  }
  .guys-squad .click .fa {
    padding: 23px 5px 0 0;
  }
  #content {
    overflow-x: hidden;
  }
  .text .content p {
    font-size: 26px;
    line-height: 30px;
  }
  #single-text .facebook-share, #single-text .twitter-share {
    width: 46%;
    margin: 10px 3% 0 0;
  }
  #single-text .social-share .actions {
    float: none;
  }
  #single-text .social-share .actions a {
    width: 21.9%;
    margin: 0 2% 0 0;
  }
}

@media (max-width: 500px) {
  #nav-toggle {
    padding-left: 10px;
  }
  .fa-search {
    margin-right: 0 !important;
  }
  #primary > h3, #comments > h3, #comments > p {
    text-align: center;
  }
  #otherpage h2 {
    font-size: 24px;
    text-align: center;
  }
  #otherpage h3 {
    font-size: 18px;
  }
  .text .content {
    padding: 15px 15px 0;
  }
  .text .content h3 {
    font-size: 14px;
  }
  .text .content p {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .social-follow-box {
    margin: 30px 10px 20px;
  }
  .fb-like, .twit-like, .insta-like {
    margin-top: 10px;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links a {
    margin: 5px;
  }
}

@media (max-width: 450px) {
  #header h1 {
    left: 20%;
  }
  .text .content .rss-right > a {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .mobile-search {
    padding-right: 0;
  }
  .text .content .rss-right > a {
    font-size: 14px;
  }
  .text .content .rss-right > a .fa {
    font-size: 18px;
  }
  .gfln {
    display: none;
  }
  .product {
    width: 96%;
  }
}
/* "phone" is < 700, tablet is <= 1050, desktop is higher */
@media only screen and (max-width: 700px) {
    .tablet-only, .desktop-only {
	display: none !important;
    }
}

@media only screen and (min-width: 701px) and (max-width: 1050px) {
    .phone-only, .desktop-only {
	display: none !important;
    }
    #texts-list li.tfln-net {
	width: 94%; /* 45% + 45% + gutter of 2% on l/r */
    }
}

@media only screen and (min-width: 1051px) {
    .phone-only, .tablet-only, .phone-tablet-only {
	display: none !important;
    }
}

.desktop-net-callout-placeholder {
    /* for the ad stickiness code, we need this to be set so jQuery's .top() method finds its place on the page, but we don't want to take any space */
    display: block;
    max-height: 0px;
    overflow: hidden;
}