/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

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

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

html {
  -webkit-text-size-adjust: 100%; }

/*
 * ** GLOBAL STYLES **
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
  background-color: #359b9f; }

a {
  color: #7994b0; }

a:hover {
  text-decoration: none; }

code,
pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; }

.full_width {
  min-width: 1134px; }

.inner {
  position: relative;
  width: 1134px;
  margin: 0 auto; }

img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.clear:after,
.inner:after,
.byline:after,
.author_description:after,
.comment_nav:after {
  content: '';
  display: table;
  clear: both; }

/*
 * ** ICON FONT **
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal; }
[class^="icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: 0.3em; }

/*
 * ** HEADER **
 */
#header {
  background-color: white;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
  padding: 21px 0; }

#header a:hover {
  color: #d1dbe6; }

#site_title {
  text-align: center;
  font-family: "Pacifico", Georgia, serif;
  font-size: 26px;
  line-height: 1em; }

#site_title:hover {
  position: relative;
  bottom: 0px; }

#site_title a {
  text-decoration: none;
  color: white; }

#site_tagline {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  color: white;
  margin-left: 14px;
  border-left: 1px solid white;
  padding-left: 14px; }

/*
 * ** NAV MENU **
 */
.navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  min-height: 26px;
  margin: auto 0; }

.menu {
  list-style: none;
  display: inline-block; }

.menu a {
  text-decoration: none; }

.menu > li {
  display: inline-block; }

.menu-main a {
  font-size: 13px;
  line-height: 19px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 7px; }

.menu_control {
  display: none; }

.sub-menu {
  display: none;
  position: absolute;
  z-index: 100; }

.sub-menu {
  width: 182px; }

.sub-menu li {
  position: relative; }

.sub-menu a {
  display: block;
  font-weight: 500;
  color: #389197;
  padding: 7px 14px; }

#header .sub-menu a:hover {
  color: white;
  background-color: #e03b8a; }

.sub-menu .sub-menu {
  top: -8px;
  left: 182px; }

.menu > li > .sub-menu {
  margin-top: 7px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu-main .sub-menu {
  list-style: none;
  background-color: white;
  border: 1px solid #d1dbe6;
  padding: 7px 0; }

.menu-main .sub-menu:before {
  content: '';
  position: absolute; }

.menu-main .sub-menu:before {
  top: -7px;
  left: 14px;
  z-index: 3;
  border: 7px solid transparent;
  border-top-width: 0;
  border-bottom-color: white; }

.sub-menu ul:before {
  display: none; }

.sidebar .menu li {
  display: block; }

/*
 * ** CONTENT AREA STRUCTURE **
 */
#content_box {
  background-color: white;
  padding: 42px 0;
  overflow: hidden; }

.content {
  float: left;
  width: 730px;
  padding: 10px; }

.sidebar {
  float: right;
  width: 350px;
  padding: 10px; }

/*
 * ** BASIC GRT WITH SPACED PARAGRAPHS & HALF-SPACED LISTS **
 */
.grt,
.grt h4 {
  font-size: 16px;
  line-height: 28px; }

.grt .headline,
.grt h2,
.grt h3,
.grt h4 {
  font-family: "Roboto Slab", Georgia, serif; }

.grt .headline {
  font-size: 33px;
  line-height: 50px; }

.grt .headline,
.grt h2 {
  font-weight: 300; }

.grt h2 {
  font-size: 26px;
  line-height: 40px;
  margin-top: 42px;
  margin-bottom: 14px; }

.grt h3 {
  font-size: 20px;
  line-height: 33px; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 24px; }

.grt .drop_cap {
  float: left;
  font-size: 56px;
  line-height: 1em;
  margin-right: 0.15em; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt ._image,
.grt ._image_box,
.grt .wp-caption,
.grt .wp-post-image,
.grt .alert,
.grt .note,
.headline_area,
.archive_intro .headline,
.archive_content,
.post_list,
.post_list li,
.prev_next {
  margin-bottom: 28px;
  margin-top: 7px; }

.grt ul,
.grt ol,
.grt .right,
.grt .alignright,
.grt .stack {
  margin-left: 28px; }

.grt .wp-caption > img,
.grt .post_image_box .post_image,
.grt .thumb,
.grt blockquote.right,
.grt blockquote.left,
.grt li {
  margin-bottom: 14px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol {
  margin-top: 14px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt blockquote.right p,
.grt blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft {
  margin-right: 28px; }

.grt .caption {
  color: black;
  margin-top: -14px; }

.grt ul > li {
  list-style-image: url('images/list.png'); }

.grt dt {
  font-weight: bold; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  width: 45%;
  font-size: 26px;
  line-height: 37px; }

.grt blockquote.right,
.grt blockquote.left {
  border: none;
  padding-left: 0; }

/*
 * ** POST BOX STYLES **
 */
.post_box {
  margin-bottom: 56px;
  margin-top: 56px; }

.post_box a:hover {
  background-color: #eff1f3; }

.headline-container {
  position: relative;
  margin-bottom: 28px; }

.headline-container .headline {
  margin-bottom: 7px; }

.headline,
.headline a {
  text-decoration: none;
  color: #359b9f; }

.headline a {
  display: block; }

.headline a:hover {
  color: #7994b0;
  background-color: white; }

.byline {
  font-size: 13px;
  line-height: 24px;
  color: black;
  border: 1px solid #d1dbe6;
  border-width: 1px 0;
  padding: 7px 0; }

.byline a {
  text-decoration: none; }

.headline-container .post_edit {
  text-decoration: none; }

.byline span,
.byline .post_edit {
  margin-left: 7px; }

.byline span:first-child {
  margin-left: 0; }

.byline p {
  margin-bottom: 0; }

.post_author:before,
.post_date:before,
.post_edit:before,
.comment_edit:before,
.num_comments_link:before,
.twitter_profile:before,
.post_cats:before,
.post_tags:before {
  font-family: 'FontAwesome'; }

.post_author:before {
  content: '\f007\0020'; }

.post_date:before {
  content: '\f073\0020'; }

.post_edit:before,
.comment_edit:before {
  content: '\f044\0020';
  color: black; }

.num_comments_link:before {
  content: '\f086\0020';
  color: black; }

.twitter_profile:before {
  content: '\f099\0020'; }

.post_cats:before {
  content: '\f07c\0020'; }

.post_tags:before {
  content: '\f02c\0020'; }

.byline .num_comments_link {
  float: right; }

.byline .avatar {
  position: absolute;
  top: 7px;
  left: -56px;
  width: 42px;
  height: 42px; }

.post_box blockquote {
  color: black;
  border-left: 1px solid black;
  padding-left: 28px; }

.post_box pre {
  line-height: 27px; }

.post_box code,
.post_box pre {
  background-color: #fffbcc; }

.post_box .alert,
.post_box .note,
.post_box pre {
  border: 1px solid #d1dbe6;
  padding: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.post_box .alert {
  background-color: #ffd1d1;
  border-color: rgba(0, 0, 0, 0.07); }

.post_box .note {
  background-color: #eff1f3; }

.post_box .frame,
.post_box .wp-caption {
  background-color: #eff1f3;
  border: 1px solid #d1dbe6;
  padding: 14px; }

.post_box .wp-caption-text {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  margin-top: 14px; }

.post_box .author_description {
  margin-top: 28px;
  border-top: 1px solid #d1dbe6;
  padding-top: 28px; }

.author_description .avatar {
  float: left;
  width: 84px;
  height: 84px;
  margin-right: 14px;
  margin-bottom: 7px; }

.author_description_intro {
  font-weight: bold; }

.post_box .widget_title {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 20px;
  line-height: 33px;
  margin: 42px 0 14px; }

/*
 * ** SPECIAL TEMPLATE STYLES **
 */
.archive_intro {
  margin-bottom: 0; }

.post_list {
  list-style: none;
  border-top: 1px solid #d1dbe6;
  padding-top: 28px; }

.post_list .headline {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 20px;
  line-height: 33px; }

.post_list a {
  text-decoration: none; }

.post_list a:hover {
  background-color: #eff1f3; }

.post_list .num_comments_link,
.post_list .post_edit {
  font-size: 13px;
  line-height: 24px; }

.post_list .num_comments_link {
  margin-right: 7px; }

.landing .inner {
  width: 730px; }

.landing .inner,
.no-sidebars .content {
  margin: 0 auto; }

.landing #site_title,
.no-sidebars .content {
  float: none; }

.cgrt .grt h1,
.cgrt .grt h2,
.cgrt .grt h3,
.cgrt .grt h4,
.cgrt .grt h5,
.landing #site_title,
.landing .headline-container,
.landing #footer {
  text-align: center; }

.landing .post_box,
.landing .promo:last-child,
.no-sidebars .post_box {
  margin-bottom: 0; }

.no-sidebars .prev-next {
  margin-top: 28px; }

/*
 * ** PREVIOUS NEXT **
 */
.prev-next {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #eff1f3;
  margin-bottom: -42px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.05);
  padding: 14px 28px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.next_posts {
  float: right; }

.previous_posts:before,
.next_posts:after,
.previous_comments:before,
.next_comments:after,
.comments_closed:before {
  font-family: 'FontAwesome';
  color: black; }

.previous_posts:before,
.previous_comments:before {
  content: '\f0d9\0020'; }

.next_posts:after,
.next_comments:after {
  content: '\0020\f0da'; }

/*
 * ** COMMENTS **
 */
#comments {
  margin-top: 56px; }

#comments .comments_intro,
#comments .comments_closed {
  margin-bottom: 14px; }

#comments .comments_closed {
  color: black; }

.comments_closed:before {
  content: '\f06a\0020'; }

.comment_nav {
  margin: -28px 0 28px;
  border-bottom: 2px solid #d1dbe6;
  padding: 14px 0; }

.comment_nav a {
  text-decoration: none; }

.next_comments {
  float: right; }

.comment_list,
.children {
  list-style: none; }

.comment_list .children {
  margin: 28px 0 0 29px; }

.comment_list > li > .children {
  margin-left: 0; }

#comments .comment_list {
  margin-left: 0; }

.comment_list .comment {
  list-style-image: none;
  margin-bottom: 28px; }

.comment_list > .comment {
  border-bottom: 2px solid #d1dbe6;
  padding-bottom: 28px; }

.comment_list > .comment:first-child {
  border-top: 2px solid #d1dbe6;
  padding-top: 28px; }

.children > .comment:last-child {
  margin-bottom: 0; }

.children .comment-container {
  border-left: 1px solid #d1dbe6;
  padding-left: 28px; }

.children .bypostauthor .comment-container {
  border-color: #93a3b5; }

.comment-byline a {
  text-decoration: none;
  margin-left: 14px; }

.comment_author {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 20px;
  line-height: 33px; }

.comment_author a {
  margin-left: 0; }

.comment .avatar {
  float: right;
  width: 56px;
  height: 56px; }

.comment_permalink {
  font-family: 'FontAwesome'; }

.comment_date,
.comment_permalink,
.comment_edit {
  font-size: 13px;
  line-height: 24px; }

.comment_date {
  display: block;
  color: black; }

.comment_text {
  margin-top: 28px; }

.comment_text :last-child {
  margin-bottom: 0; }

/*
 * ** INPUT DEFAULTS **
 */
.input_text,
input[type="text"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: white;
  border: 1px solid #d1dbe6;
  padding: 0.35em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

textarea.input_text {
  line-height: 28px; }

#author,
#email,
#url,
.thesis_email_form_name,
.thesis_email_form_email {
  background-repeat: no-repeat;
  background-position: 7px;
  padding: 7px 7px 7px 28px; }

#author,
.thesis_email_form_name {
  background-image: url('images/user.png'); }

#email,
.thesis_email_form_email {
  background-image: url('images/email.png'); }

#url {
  background-image: url('images/link.png'); }

::-webkit-input-placeholder {
  color: black; }

.input_submit,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

/*
 * ** COMMENT FORM **
 */
#commentform {
  margin-top: 28px; }

.comment_form_title {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 20px;
  line-height: 33px; }

#commentform p {
  margin-bottom: 14px; }

#commentform .input_submit,
.comment-reply-link,
#cancel-comment-reply-link {
  padding: 7px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#commentform .input_submit {
  color: white;
  background-color: #51606f;
  border: 1px solid #359b9f; }

#commentform .input_submit:hover {
  background-color: #359b9f; }

.comment-reply-link,
#cancel-comment-reply-link {
  background-color: #eff1f3;
  border: 1px solid #d1dbe6;
  text-decoration: none; }

.comment-reply-link {
  display: inline-block;
  line-height: 1em;
  margin-top: 28px; }

#cancel-comment-reply-link {
  margin-left: 14px; }

#commentform #comment_form_submit {
  display: inline-block;
  margin-bottom: 0; }

#commentform + .comment-reply-link {
  display: none; }

#commentform .input_text {
  width: 40%; }

#commentform textarea.input_text {
  display: block;
  width: 100%;
  padding: 7px; }

/*
 * ** SIDEBAR **
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }

.sidebar .headline,
.sidebar .widget_title {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 17px;
  line-height: 25px; }

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .email_form_intro {
  margin-bottom: 10px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .headline,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 20px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 20px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 20px; }

.sidebar .thesis_email_form .input_text,
.sidebar .widget li {
  margin-bottom: 10px; }

.sidebar .post_content,
.sidebar .widget li ul,
.sidebar .widget li ol {
  margin-top: 10px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px; }

.sidebar input[type="submit"] {
  color: white;
  background-color: #51606f;
  border: none;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sidebar input[type="submit"]:hover {
  background-color: #359b9f; }

.sidebar .search_form input[type="text"] {
  margin-bottom: 0; }

.sidebar .search_form input[type="submit"] {
  margin-top: 10px; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: black; }

.sidebar .widget ul {
  list-style-type: none;
  margin-bottom: 0; }

.sidebar .widget li:last-child {
  margin-bottom: 0; }

.sidebar .widget li a {
  text-decoration: none; }

.sidebar .widget li a:hover {
  text-decoration: underline; }

.sidebar .widget,
.sidebar .text_box {
  background-color: #eff1f3;
  border-bottom: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 30px; }

/*
 * ** FEATURE: TABBED POSTS **
 */
.sidebar .widget .tabs {
  list-style-type: none;
  margin-bottom: 20px; }

.widget .tabs .tab {
  float: left;
  line-height: 1em;
  color: #7994b0;
  margin: 0 10px 0 0;
  padding: 10px;
  cursor: pointer; }

.tabs .tab:last-child {
  margin-right: 0; }

.widget .tabs .active,
.widget .tabs .tab:hover {
  color: white;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tabs .active,
.tabs .tab:hover {
  background-color: #359b9f; }

.widget .tabbed_posts {
  display: none;
  list-style: none;
  margin-bottom: 0; }

.tabbed_posts li:last-child {
  margin-bottom: 0; }

.widget .posts_active {
  display: block; }

/*
 * ** EMAIL FORMS **
 */
.thesis_email_form {
  position: relative; }

.email_form_title {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px; }

.email_testimonial {
  display: block;
  font-style: italic; }

.thesis_email_form input[type="text"] {
  border: none;
  padding: 7px 7px 7px 28px; }

.thesis_email_form input[type="submit"] {
  position: absolute;
  width: 56px;
  height: 56px;
  font-family: "Pacifico", Georgia, serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  color: white;
  background-color: #359b9f;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.thesis_email_form input[type="submit"]:hover {
  color: #d1dbe6; }

/*
 * content email form
 */
.content .thesis_email_form {
  color: white;
  background-color: #51606f;
  margin: 28px 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.content .email_form_title,
.content .email_form_intro {
  margin-bottom: 14px; }

.content .email_testimonial {
  margin: 14px 0; }

.content .thesis_email_form input[type="text"] {
  width: 47%; }

.content .thesis_email_form input[type="text"] + input[type="text"] {
  margin-left: 7px; }

.content .thesis_email_form input[type="submit"] {
  right: -14px;
  bottom: 16px; }

/*
 * sidebar email form
 */
.sidebar .thesis_email_form {
  color: white;
  background-color: #51606f;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.sidebar .thesis_email_form input[type="text"] {
  display: block;
  margin-bottom: 0; }

.sidebar .thesis_email_form input[type="text"] + input[type="text"] {
  margin-top: 10px; }

.sidebar .thesis_email_form input[type="submit"] {
  right: -20px;
  bottom: 5px; }

.sidebar .thesis_email_form .email_testimonial {
  text-align: center;
  margin: 10px 0; }

/*
 * ** PROMO BAR **
 */
#promo_bar {
  color: white;
  background-color: #93a3b5;
  border-bottom: 5px solid rgba(0, 0, 0, 0.07);
  padding: 7px 0; }

#promo_bar a {
  color: white;
  text-decoration: underline; }

#promo_bar a:hover {
  text-decoration: none; }

#promo_bar .promo,
#promo_bar .thesis_email_form {
  width: 1134px;
  text-align: center;
  margin: 0 auto; }

#promo_bar .email_form_title,
#promo_bar input[type="text"] {
  font-size: 13px;
  line-height: 24px; }

#promo_bar .thesis_email_form > p {
  display: inline-block; }

#promo_bar .email_form_intro,
#promo_bar input[type="text"] {
  margin-left: 7px; }

#promo_bar input[type="text"] {
  width: 23%;
  line-height: 1em; }

#promo_bar input[type="submit"] {
  bottom: -28px;
  right: auto; }

/*
 * ** FOOTER **
 */
#footer {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #359b9f;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  padding: 14px 0; }

#footer a {
  color: white; }

#footer a:hover {
  color: #d1dbe6; }

/*
 * ** FEATURE: SOCIAL MEDIA PROFILES **
 */
.profile-icon {
  display: inline-block;
  font-size: 20px;
  line-height: 1em;
  color: #e887ba;
  text-decoration: none; }

/*
 * ** PROFILES HEADER **
 */
#header .profile-icons {
  display: inline-block;
  margin-left: 14px;
  border-left: 1px solid #e887ba;
  padding-left: 7px; }

#header .profile-icon {
  margin-left: 14px;
  vertical-align: middle; }

/*
 * ** PROFILES SIDEBAR **
 */
.sidebar .profile-icons {
  text-align: center;
  margin-bottom: 30px; }

.sidebar .profile-icon {
  font-size: 33px;
  line-height: 1em;
  color: #d1dbe6;
  margin-right: 10px; }

.sidebar .profile-icon:last-child {
  margin-right: 0; }

.sidebar .profile-icon:hover {
  color: #51606f; }

/*
 * ** PROFILES FOOTER **
 */
#footer .profile-icons {
  float: right;
  display: inline-block; }

#footer .profile-icon {
  margin-left: 14px; }

* p:last-child,
.sidebar :last-child {
  margin-bottom: 0; }

/*
 * ** MEDIA QUERIES **
 */
@media all and (max-width: 1133px) {
  /*
   * structure
   */  .inner,
  .landing .inner,
  #promo_bar .promo,
  #promo_bar .thesis_email_form {
    width: auto;
    max-width: 730px; }

  .full_width {
    min-width: 730px; }

  .content,
  .sidebar {
    float: none;
    width: auto; }

  /*
   * header
   */  #header {
    text-align: center; }

  #site_title {
    float: none; }

  #thesis_header_image {
    float: none !important; }

  #site_tagline {
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }

  .navigation {
    position: static;
    margin-top: 14px; }

  #header .profile-icons {
    display: block;
    margin-top: 14px;
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }

  #header .profile-icon:first-child {
    margin-left: 0; }

  /*
   * menu
   */  .menu_control {
    display: inline-block;
    color: white;
    background-color: #51606f;
    margin: 0 auto;
    padding: 7px 14px;
    cursor: pointer;
    border-radius: 3px; }

  .menu-main {
    display: none;
    background-color: white;
    margin-top: 14px;
    margin-right: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }

  .menu-main a {
    display: block;
    font-weight: 500;
    text-align: left;
    color: #111111;
    padding: 14px; }

  #header .menu-main a:hover {
    color: white;
    background-color: #93a3b5; }

  .menu-main > li:first-child > a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }

  .show_menu,
  .menu-main li {
    display: block; }

  .menu-main .sub-menu {
    position: static;
    display: block;
    margin-left: 28px;
    border: none;
    padding-top: 0;
    padding-bottom: 0; }

  .menu-main .sub-menu,
  .menu-main .sub-menu li {
    width: auto; }

  .menu > li > .sub-menu {
    margin-top: 0; }

  .menu-main .sub-menu:before {
    display: none; }

  #promo_bar .thesis_email_form > p,
  #promo_bar input[type="text"] {
    display: block;
    margin: 0 auto; }

  /*
   * promo bar
   */  #promo_bar input[type="text"],
  #promo_bar .thesis_email_form > p + p {
    margin-top: 7px; }

  #promo_bar input[type="text"] {
    width: 50%; }

  #promo_bar input[type="submit"] {
    bottom: -14px;
    right: 20%; }

  /*
   * content
   */  .prev-next {
    margin-bottom: 0; }

  /*
   * sidebar
   */  .sidebar {
    margin-top: 30px; }

  .sidebar input[type="text"] {
    display: block;
    width: 50%; }

  .sidebar .thesis_email_form input[type="text"] {
    display: inline-block;
    width: 47%; }

  .sidebar .thesis_email_form input[type="text"] + input[type="text"] {
    margin-top: 0;
    margin-left: 10px; }

  .sidebar .thesis_email_form .email_testimonial {
    text-align: left; }

  /*
   * footer
   */  #footer {
    text-align: center; }

  #footer .profile-icons {
    float: none;
    margin-bottom: 14px; }

  #footer .profile-icon:first-child {
    margin-left: 0; } }

@media all and (max-width: 729px) {
  .full_width {
    min-width: 0; }

  .inner,
  #promo_bar .promo,
  #promo_bar .thesis_email_form {
    padding-right: 28px;
    padding-left: 28px; }

  .byline .avatar {
    display: none; }

  #commentform .input_text {
    width: 50%; } }

@media all and (max-width: 450px) {
  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: auto;
    margin-bottom: 28px; }

  #header {
    padding: 14px 0; }

  #promo_bar .thesis_email_form .email_form_intro {
    margin-bottom: 14px; }

  #promo_bar input[type="text"],
  #commentform .input_text,
  .sidebar input[type="text"],
  .content .thesis_email_form input[type="text"],
  .sidebar .thesis_email_form input[type="text"] {
    width: 100%; }

  #promo_bar input[type="text"] + input[type="text"],
  .content .thesis_email_form input[type="text"] + input[type="text"] {
    margin-top: 7px; }

  #promo_bar input[type="submit"] {
    right: 0; }

  .byline .num_comments_link {
    float: none; }

  .num_comments_link:before {
    content: '\a\f086\0020';
    white-space: pre; }

  .twitter_profile:before {
    content: '\a\f099\0020';
    white-space: pre; }

  .content .thesis_email_form input[type="text"] + input[type="text"],
  .sidebar .thesis_email_form input[type="text"] + input[type="text"] {
    margin-left: 0; }

  .sidebar .thesis_email_form input[type="text"] + input[type="text"] {
    margin-top: 10px; } }

/*
 * ---:[ custom CSS ]:---
 */
.navigation {
  position: relative;
  border-bottom: 5px solid rgba(0, 0, 0, 0.07);
  padding: 7px 0;
  background-color: #3799a2; }

.sidebar .widget,
.sidebar .text_box {
  background-color: #eee9e9;
  border-bottom: 5px solid #359b9f;
  padding: 10px; }

.rone-native-container {
  width: 100%;
  border: 1px solid #d1dbe6;
  padding-top: 17px; }

.inner {
  max-width: 1150px; }

#header {
  padding: 20px 0; }

#content_box {
  padding: 5px 0; }

.sidebar {
  max-width: 340px; }

.grt,
.grt h4 {
  font-size: 16px; }

#site_title {
  display: inline-block;
  float: center; }

.grt .headline {
  font-size: 24px;
  line-height: 30px; }

.headline-container {
  padding-bottom: 17px; }

#header {
  padding: 10px 0;
  text-align: center; }

.wp-post-image {
  background: white;
  padding: 5px;
  border: 1px solid #999999; }

.headline a {
  display: block;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 24px;
  color: #359b9f;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px; }

.readme {
  float: right; }

.readme > a {
  display: block;
  background-image: url('images/readmore.jpg');
  width: 154px;
  height: 33px;
  text-indent: -1000em; }

@font-face {
  font-family: 'fontello';
  src: url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff');
  font-weight: normal;
  font-style: normal; }
.fb_content_10 .pw-button {
  cursor: pointer;
  width: 30px !important;
  height: 28px !important;
  margin-top: -23px !important; }

.fb_content_10 .pw-button-facebook .pw-icon:after {
  content: '\e800';
  font: normal 20px 'fontello';
  color: #3a5a97; }

.fb_content_10 .pw-button-twitter .pw-icon:after {
  content: '\e801';
  font: normal 20px 'fontello';
  color: #32ccfe; }

.fb_content_10 .pw-button-pinterest .pw-icon:after {
  content: '\e802';
  font: normal 20px 'fontello';
  color: #ce2421; }

.fb_content_10 .pw-button-googleplus .pw-icon:after {
  content: '\e803';
  font: normal 20px 'fontello';
  color: #da4936; }

.fb_content_10 .pw-button-stumbleupon .pw-icon:after {
  content: '\e804';
  font: normal 20px 'fontello';
  color: #eb4825; }

.fb_content_10 .pw-button-reddit .pw-icon:after {
  content: '\e805';
  font: normal 20px 'fontello';
  color: #cbcbcb; }

.fb_content_10 .pw-button-digg .pw-icon:after {
  content: '\e806';
  font: normal 20px 'fontello';
  color: black; }

.fb_content_10 .pw-button-email .pw-icon:after {
  content: '\e807';
  font: normal 20px 'fontello';
  color: #cbcbcb; }

.fb_content_10 .pw-button .pw-icon {
  background: transparent !important; }

.fb_content_10 .pw-box-counter {
  font-size: 11px !important;
  font-family: 'Arimo', sans-serif !important;
  z-index: 1000 !important;
  color: black;
  position: absolute;
  margin-left: -19px !important;
  margin-top: 11px !important;
  font-weight: normal !important; }

.fb_content_10 .pw-size-small.pw-button {
  margin-right: -1px !important; }

.fb_content_10 .entry_meta_share_box:hover {
  opacity: 1; }

.fb_content_10 .entry_meta_share_box {
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #dadada;
  float: left;
  height: 10px;
  margin-top: 3px;
  overflow: visible;
  padding-top: 29px;
  text-align: center;
  width: 51px;
  opacity: 0.8; }

/*
 * #fb_content_10 #entry_meta_share_box-email{
 * border-right: none !important;
 * }
 */
iframe.YUMMLY-YUM-IFRAME {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -74px; }

.fb_content_10.pw-float-left {
  top: 20% !important;
  background: white;
  width: 62px; }

.fb_content_10.pw-float-left .pw-box-counter {
  margin-left: 14px !important;
  margin-top: -24px !important; }

.fb_content_10.pw-float-left .entry_meta_share_box {
  border-right: 0;
  border-bottom: 1px solid #dadada; }

.fb_content_10.pw-float-left .entry_meta_share_box {
  margin-left: -17px; }

.post_hidden {
  display: none; }

#footer {
  margin-top: 50px; }