/*
Theme Name: Hirerush
Description: This is Hirerush Blog Theme
Version: 0.1.0
Template: restimpo
*/

@import url('reset.css');
@import url('../restimpo/style.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
@import url('icons.css');
@import url('font-awesome.min.css');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
}

body {
  font-family: Lato, sans-serif;
  padding-top: 45px;
}

body.logged-in {
  padding-top: 20px;
}

body.logged-in .header-content-wrapper {
  top: 30px;
}

body.logged-in #wrapper-content {
  margin-top: 20px;
}

.footer-signature-content,
.container,
#footer,
.header-content,
.header-description,
.top-navigation,
.content-headline {
  max-width: 1200px;
}

.footer-widget-area {
  margin-right: 0;
}

.footer-widget-area {
  width: 33%;
}

.footer-widget-area-2 {
  overflow: hidden;
}

.footer-widget-area.footer-widget-area-3 {
  text-align: right;
}

.footer-widget-area-2 .widget_nav_menu {
  width: 45%;
  float: left;
}

.footer-widget-area-2 .widget_text {
  float: right;
  width: 55%;
}

.footer-widget-area-2 .blog-form-submit {
  background: #535c73;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;  
}

.footer-widget-area-2 .blog-form-submit:hover {
  background: #646472;
}

.footer-widget-area-2 .blog-form-submit input[type="submit"] {
  font-size: 1.1em;
  background: transparent;
  padding: 0;
  margin: 0;
  height: 35px;
}

#footer .footer-widget-area-2 .widget_text .footer-headline {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 24px;
  border: 0;
}

#footer .footer-widget-area-2 .blog-form-input input {
  background: rgba(255,255,255,.3);
  border: 1px solid rgba(255,255,255,.3);
  font-size: 1em;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

#footer .footer-widget-area-2 .blog-form-input input::-webkit-input-placeholder {
  color: #fff;
}

#footer .footer-widget-area-2 .blog-form-input input::-moz-placeholder {
  color: #fff;
}

#footer .footer-widget-area-2 .blog-form-input input:-moz-placeholder {
  color: #fff;
}

#footer .footer-widget-area-2 .blog-form-input input:-ms-input-placeholder {
  color: #fff;
}

#main-content {
  width: 880px;
}

#sidebar {
  width: 300px;
  margin: 40px 0 0 20px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #646472;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
  list-style-image: none;
}

.single-post #content .post-thumbnail {
  text-align: center;
}

.single-post blockquote {
  border-left: 0;
  color: #646472;
  padding-left: 60px;
  font-size: 1.5em;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
}

.single-post #content a.cross {
  clear: both;
  display: table;
  margin: 20px auto;
  text-decoration: none;
  color: #fff;
  background: #00bfff;
  border: 1px solid #00bfff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .5em 1em;
}

.single-post #content a.cross:hover {
  background: #00a9e1;
  border-color: #00a9e1;
}

.single-post blockquote:before {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
  content: '“';
  font-size: 4.5em;
  font-style: normal;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  color: #00c092;
}

#main-content p,
#main-content ul,
#main-content ol,
#main-content table,
#main-content address {
  margin-bottom: 15px;
}

p.site-title img {
  vertical-align: top;
}

p.site-title {
  line-height: 45px;
  font-size: 30px;
}

p.site-title a {
  color: #00c092;
}

p.site-title a:hover {
  color: #00af85;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

p.site-title .sitename {
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  color: #00c092;
  padding-top: 10px;
}

.content-headline h1,
a:link,
a {
  color: #00c092;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #00af85;
}

.header-image {
  max-height: 130px;
  overflow: hidden;
}

.header-image .header-image-container {
  overflow: hidden;
}

.header-image img {
  width: 100%;
}

.header-image:before {
  content: '';
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  background: rgba(80, 56, 70, .42);
  z-index: 1;
}

.site-title {
  margin: 0;
}

h1 {
  text-align: center;
  margin: 0 0 .5em;
  color: #646472;
  font-size: 2.4em;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea,
select {
  border: 1px solid #bdbdbd;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"] {
  height: 45px;
  width: 100%;
  font-size: 1.2em;
}

input[type="submit"],
input[type="reset"],
.custom-button,
.header-image .header-image-text .header-image-link {
  background: #00c092;
  border: 0;
  height: 45px;
  font-weight: 700;
  font-size: 1.75em;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
.custom-button:hover,
.header-image .header-image-text .header-image-link:hover {
  background: #00af85;
}

textarea,
input {
  outline: none;
  font-family: Lato, sans-serif;
  color: #646472;
}

textarea {
  padding: 10px;
  resize: none;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

input::-moz-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

input:-moz-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

input:-ms-input-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

textarea::-webkit-input-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

textarea::-moz-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

textarea:-moz-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

textarea:-ms-input-placeholder {
  color: #9f9fa9;
  font-weight: 300;
}

#wrapper #wrapper-header .title-box,
#wrapper #wrapper-header .menu-box,
.post-ad-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  float: none;
}

#wrapper #wrapper-header .title-box {
  width: auto;
}

#wrapper #wrapper-header .menu-box {
  vertical-align: top;
}

#wrapper #wrapper-header .menu-box {
  width: 25%;
}

.post-ad-button {
  width: auto;
  text-align: right;
  float: right;
  margin-top: 5px;
}

.start-info {
  color: #88889c;
  font-style: italic;
  margin-right: 10px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  white-space: normal;
  font-size: 15px;
}

.header-content-wrapper {
  border-bottom: 3px solid #00c092;
  height: 45px;
  position: fixed;
  top: 0;
}

.menu-box ul li {
  margin-left: 0;
}

.menu-box ul li,
.menu-box a,
.menu-box a:visited {
  height: auto;
  line-height: 1.5;
}

.menu-box a,
.menu-box a:visited {
  text-transform: uppercase;
  color: #8a8a96;
}

.menu-box li.menu-item > a,
.menu-box li.menu-item-has-children > a,
#wrapper-header .menu-box .current-menu-item > a,
#wrapper-header .menu-box .current-menu-ancestor > a,
#wrapper-header .menu-box .current_page_item > a,
#wrapper-header .menu-box .current-page-ancestor > a {
  display: block;
  height: 42px;
  line-height: 45px;
  padding: 0 20px;
  border: 0;
}

#wrapper-header .menu-box .sub-menu .current-menu-item > a,
#wrapper-header .menu-box .sub-menu .current-menu-ancestor > a,
#wrapper-header .menu-box .sub-menu .current_page_item > a,
#wrapper-header .menu-box .sub-menu .current-page-ancestor > a {
  padding: 5px 15px;
  color: #00c092;
}

#wrapper #wrapper-header .menu-box ul ul .first-menu-item {
  margin-top: 10px;
}

#wrapper #wrapper-header .menu-box ul ul .last-menu-item {
  margin-bottom: 10px;
}

.menu-box ul ul {
  top: 45px;
  left: -65px;
  min-width: 280px;
  padding: 0;
  right: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
  font-size: 14px;
  text-align: left;
  z-index: 1000;
  text-transform: none;
}

.menu-box ul ul li {
  width: 100%;
  text-align: left;
  border-bottom: 0;
}

.menu-box ul ul:before,
.menu-box ul ul:after {
  border-color: transparent transparent #eee;
  border-image: none;
  border-style: solid;
  border-width: 16px;
  content: '';
  left: 50%;
  margin-left: -16px;
  position: absolute;
  top: -32px;
}

.menu-box ul ul:after {
  border-bottom: 16px solid #fff;
  top: -30px;
}

.menu-box li.menu-item-has-children > a:hover {
  background: #f5f5f5;
  color: #00c192;
}

.menu-box li.menu-item-has-children > a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  margin-left: 10px;
  font-size: 16px;
  display: inline-block;
}

#wrapper-header .menu-box ul ul a,
#wrapper-header .menu-box ul ul a:visited {
  width: 100%;
  text-align: left;
  padding: 0 10px;
  font-size: 18px;
  color: #646472;
  white-space: nowrap;
  text-transform: none;
  padding: 5px 15px;
}

#wrapper-header .menu-box ul ul a:hover,
#wrapper-header .menu-box ul ul:hover > a {
  background-color: #fff;
  color: #00c192;
}

a.post-ad-link {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 20px;
  background: #ff8001;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
}

a.post-ad-link:hover {
  background: #e97502;
}

.header-description h3 {
  text-align: center;
  margin: 0;
  font-size: 3em;
  color: #fff;
  text-shadow: 0 0 8px #646472;
}

.entry-headline {
  background: none;
  text-align: center;
  color: #646472;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 1em;
}


/* SIDEBAR */

.sidebar-widget#text-2 {
  background: #efefef;
  padding: 20px;
}

.sidebar-widget .wpcf-field-popular-services-value p {
  font-size: 14px;
}

.blog-updates-form .thankyou-submit-message {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.blog-updates-form .thankyou-submit-message > span {
  display: block;
}

.blog-updates-form .thankyou-submit-message .thankyou-top {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 10px;
  color: #646472;
  font-weight: 900;
  font-size: 1.2em;
}

.blog-updates-form .thankyou-submit-message .thankyou-bottom {
  line-height: 1.2;
  margin-top: 10px;
}

.blog-updates-form .thankyou-submit-message .thankyou-top .thankyou {
  display: block;
  color: #00c092;
  margin-bottom: 5px;
  font-size: 2.2em;
}

.sidebar-widget#text-2 .sidebar-headline {
  text-align: center;
  margin-bottom: 10px;
  color: #88889c;
  font-size: 2em;
  line-height: 1.5;
  border: 0;
  font-weight: 300;
}

.blog-form-input input {
  width: 100%;
  font-size: 2em;
  line-height: 40px;
  border: 1px solid #bdbdbd;
  color: #646472;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.blog-form-submit input,
.blog-form-submit input[type="submit"] {
  width: 100%;
  background: #00c092;
  background-color: #00c092;
  height: 45px;
  border: 0;
  font-weight: 700;
  font-size: 1.75em;
}

.blog-form-submit input:hover {
  background: #00af85;
}

.sidebar-widget#text-2 .sidebar-headline:before {
  display: block;
  content: "\f003";
  font: normal normal normal 14px/1 FontAwesome;
  color: #00c092;
  background: #fff;
  font-size: 2.8em;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 10px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sidebar-widget.widget_categories .sidebar-headline,
.sidebar-widget.popular-posts .sidebar-headline,
.sidebar-widget.widget_text:not(#text-2) .sidebar-headline,
.sidebar-widget.widget_execphp .wpcf-field-name {
  margin-bottom: 10px;
  color: #646472;
  font-weight: 700;
  font-size: 1.833em;
  border-bottom: 0;
}

.sidebar-widget.widget_text:not(#text-2) .textwidget {
  color: #646472;
  font-size: 1.167em;
}

.sidebar-widget ul li {
  background: none;
  padding: 0;
}

.sidebar-widget.widget_execphp ul li {
  font-size: 14px;
}

.sidebar-widget ul {
  background: none;
}

.sidebar-widget.popular-posts li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 1.3;
}

.sidebar-widget.popular-posts a.wpp-post-title {
  color: #646472;
  font-size: 1.167em;
  max-height: 54px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}

.sidebar-widget.popular-posts .wpp-date {
  color: #9d9daa;
  font-weight: normal;
  font-size: 12px;
}

.sidebar-widget.popular-posts .wpp-thumbnail {
  margin-right: 10px;
}

.sidebar-widget.popular-posts a.wpp-post-title:hover,
.sidebar-widget.popular-posts li.current a.wpp-post-title {
  color: #00c092 !important;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.sidebar-widget.widget_categories ul li {
  font-size: 1.083em;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: 0;
}

.sidebar-widget.widget_categories ul li:last-child {
  border-bottom: 1px solid #ddd;
}

.sidebar-widget.widget_categories ul li a {
  display: block;
  padding: 5px 50px 5px 10px;
  color: #5c5c6a;
  font-size: 16px;
}

.sidebar-widget.widget_categories ul li.cat-item {
  position: relative;
}

.sidebar-widget.widget_categories ul li .count {
  position: absolute;
  right: 10px;
  top: 0;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #acacb7;
  border: 1px solid #acacb7;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-widget.widget_categories ul {
  background: none;
}

.sidebar-widget.widget_categories ul li:hover {
  border-color: #00c092;
}

.sidebar-widget.widget_categories ul li:hover .count {
  border-color: #00c092;
  color: #00c092;
}

.sidebar-widget.widget_categories ul li a:hover {
  background: #00c092;
  color: #fff !important;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.sidebar-widget.widget_most_popular_tags a[class*="tag-link"] {
  font-size: 13px !important;
}


/* Single page */

.single-post #content .post-navigation-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.social-line {
  margin-bottom: 20px;
  text-align: right;
  padding: 10px 0 10px;
  clear: both;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 1px;
}

.social-line-after {
  text-align: right;
  padding: 20px 0;
  clear: both;
  border-bottom: 1px solid #ebebeb;
}

.single-post #main-content .post-info {
  border: 0;
  color: #9d9daa;
  text-align: center;
  position: relative;
  font-size: 0.913em;
}

.single-post #main-content .post-info-inner {
  background: #fff;
  position: relative;
  z-index: 20;
}

.single-post #main-content .post-info:before {
  height: 1px;
  width: 100%;
  background: #ddd;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
}

.single-post #main-content .post-info a {
  color: #00c092;
  font-size: 12px;
  background: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  margin-right: 3px;
}

.single-post #main-content .post-info a:hover {
  color: #00af85 !important;
  background: #eee;
}

.single-post .post-info .post-info-author,
.single-post .post-info .post-info-date,
.single-post .post-info .post-info-category,
.single-post .post-info .post-info-tags {
  background: none;
  display: inline;
}

.single-post .post-info span {
  height: auto;
  line-height: auto;
}

.single-post .post-info-inner span {
  line-height: 1;
  padding: 0 0 0 10px;
  position: relative;
}

.single-post .post-info-inner span:first-child {
  padding-left: 0;
}

.single-post .post-info-inner span:first-child:before {
  display: none;
}

#main-content .entry-content p {
  color: #646472;
  font-size: 1em;
  line-height: 1.5;
}

#main-content .entry-content img.aligncenter {
  margin: 15px auto;
}

#main-content .entry-content p:first-child {
  font-size: 1.125em;
}

#main-content #restimpo-post-nav {
  margin-top: 0;
}

.nav-wrapper {
  border-color: #ddd;
  padding: 10px 0;
}

#nav-below .nav-wrapper {
  border: 0;
}

.home #nav-below,
.category #nav-below {
  margin-bottom: 40px;
  margin-top: 10px;
}

#nav-below .navigation-links,
#nav-below .wp-pagenavi {
  text-align: center;
}

#nav-below .wp-pagenavi span.current,
#nav-below .wp-pagenavi a.page {
  margin: 0 2px;
}

#nav-below .navigation-links .page-numbers,
#nav-below .wp-pagenavi span.current,
#nav-below .wp-pagenavi a.page,
#nav-below .wp-pagenavi a.nextpostslink,
#nav-below .wp-pagenavi a.previouspostslink {
  color: #8c8c96;
  font-weight: 300;
  font-size: 20px;
  padding: 4px 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#nav-below .navigation-links .page-numbers:hover,
#nav-below .navigation-links .page-numbers.current,
#nav-below .wp-pagenavi span.current,
#nav-below .wp-pagenavi a.page:hover {
  background: #e4e4e7;
  color: #535362;
}

#nav-below .navigation-links .page-numbers.next,
#nav-below .navigation-links .page-numbers.prev,
#nav-below .wp-pagenavi a.nextpostslink,
#nav-below .wp-pagenavi a.previouspostslink {
  color: #2ecca6;
  border: 1px solid #2ecca6;
  font-weight: 700;
  margin-left: 10px;
}

#nav-below .navigation-links .page-numbers.next:hover,
#nav-below .navigation-links .page-numbers.prev:hover,
#nav-below .wp-pagenavi a.nextpostslink:hover,
#nav-below .wp-pagenavi a.previouspostslink:hover {
  color: #c2c2c2;
  background: #fff;
}

#nav-below .navigation-links .page-numbers.prev,
#nav-below .wp-pagenavi a.previouspostslink {
  margin-right: 10px;
  margin-left: 0;
}

.comment-reply-title {
  color: #646472;
  font-size: 1.8em;
}

#content #commentform p {
  color: #9d9daa;
  font-family: Lato, sans-serif;
}

#comments input {
  padding: 0 1em;
}

#comments input[disabled] {
  background: #ccc;
}

p.comment-awaiting-moderation {
  color: red;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1.6;
}

#comments #respond {
  margin-top: 20px;
}

#cancel-comment-reply-link {
  background: #00c092;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


/* Listings */

.post-entry {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.post-entry .listing-userinfo {
  float: left;
  position: relative;
  width: 150px;
}

.post-entry .listing-userinfo,
.post-entry .listing-content-info {
  height: 150px;
  overflow: hidden;
}

.post-entry .listing-userinfo .listing-date-field {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  padding: .5em 1em;
  color: #fff;
  font-size: 12px;
}

.post-entry .listing-userinfo img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
}

.post-entry .listing-content-info {
  position: relative;
  padding: 10px 20px;
}

.post-entry .listing-content-info .social-buttons {
  position: absolute;
  right: 10px;
  top: 15px;
}

.listing-content-info .social-likes {
  margin: 0;
}

.listing-content-info .social-likes__widget {
  margin: 0 5px 0 0;
  font-size: .9em;
}

#main-content .post-entry .listing-content-info .post-entry-headline {
  max-width: 550px;
  max-height: 56px;
  overflow: hidden;
  margin: .4em 0;
  font-size: 18px;
}

.post-entry .listing-content-info .post-entry-headline a {
  color: #646472;
  font-weight: 700;
}

.post-entry .listing-content-info .post-entry-content {
  color: #646472;
  padding-right: .5em;
  max-height: 76px;
  overflow: hidden;
}

.post-entry .listing-content-info .post-entry-content p {
  font-size: 15px;
}

.post-entry .listing-content-info .post-entry-content .read-more-button {
  display: none;
}

.post-entry .listing-userinfo .listing-author-field a {
  color: #fff;
}

.post-entry .listing-content-info .listing-help-info span[class*="post-info"] {
  color: #9d9daa;
  padding-right: 10px;
}

.post-entry .listing-content-info .post-info-category a,
.top-cat .single-cat {
  background: #fff;
  padding: 2px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 3px;
  color: #646472;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 0 1px;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0 0 1px;
  box-shadow: rgba(0,0,0,0.25) 0 0 1px;
  border-left: 3px solid #00c092;
}

.post-entry .listing-content-info .read-more {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #00c092;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 35px;
  height: 35px;
  padding: 0 1em;
  font-weight: 700;
  font-size: 1.2em;
}

.post-entry .listing-help-info {
  max-width: 380px;
  max-height: 50px;
  min-height: 25px;
  overflow: hidden;
  line-height: 1.5;
}

.post-entry .listing-content-info .read-more:hover {
  background-color: #00af85;
}

form#commentform div.error {
  text-align: right;
  color: #ff8b8b;
}

.single-post #content ul,
.single-post #content ol {
  padding: 0;
}

.single-post #content ul li,
.single-post #content ol li {
  list-style: none;
  padding-left: 18px;
  color: #646472;
  font-size: 1.2em;
  line-height: 1.5;
  position: relative;
}

.single-post #content ul li:before {
  position: absolute;
  display: block;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #00c092;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
  vertical-align: top;
}

.single-post #content ol {
  counter-reset: myCounter;
}

.single-post #content ol li {
  padding-left: 35px;
  margin: 20px 0;
}

.single-post #content ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  background: #00c092;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  font-size: 13px;
}

.single-post #content ul li+li {
  margin-top: 10px;
}


/* Footer */

#wrapper-footer {
  background: url(images/pattern-white-footer.png) #7984a2;
  padding: 2em 0;
  overflow: hidden;
  border-top: 0;
}

.footer-widget-area {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#wrapper-footer .footer-brand {
  color: #fff;
  font-size: 1.5em;
}

#wrapper-footer .footer-brand span {
  margin-right: 10px;
}

#wrapper-footer .copyrights {
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
  line-height: 1.5;
}

#wrapper-footer .social-links {
  margin-top: 2em;
}

#wrapper-footer .social-links li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}

#wrapper-footer .social-links li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: transparent;
}

#wrapper-footer .social-links li a.facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}

#wrapper-footer .social-links li a.twitter:hover {
  background: #55acee;
  border-color: #55acee;
}

#wrapper-footer .social-links li a.google:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}

#wrapper-footer .social-links li a.youtube:hover {
  background: #cb2027;
  border-color: #cb2027;
}

#wrapper-footer .social-links li a.linkedin:hover {
  background: #1583ba;
  border-color: #1583ba;
}

.footer-widget {
  margin-bottom: 0;
}

#wrapper-footer ul.menu li {
  margin-bottom: 10px;
}

#wrapper-footer ul.menu a {
  color: #fff;
  font-size: 1.154em;
}

#wrapper-footer ul.menu a:hover {
  text-decoration: underline;
}

#wrapper-footer ul.menu li.post-footer-button a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  background: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}

#wrapper-footer ul.menu li.post-footer-button a:hover {
  background: #fd8c1d;
  border-color: #fd8c1d;
  text-decoration: none;
}

.single-related-posts {
  clear: both;
  padding-top: 2em;
}

.single-related-posts .wp_rp_wrap .related_post_title {
  color: #646472;
  margin-bottom: 10px !important;
  font-weight: 700;
  font-size: 1.833em;
}

.single-related-posts ul.related_post li {
  width: 33% !important;
  margin: 0 !important;
  padding-right: 10px !important;
}

.single-related-posts ul.related_post li:last-child {
  padding-right: 0 !important;
}

.single-related-posts ul.related_post li img {
  width: 100% !important;
  height: auto !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.single-related-posts ul.related_post li a.wp_rp_thumbnail {
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px !important;
}

.single-related-posts ul.related_post li a.wp_rp_title {
  font-size: .875em !important;
  color: #646472;
}

.single-related-posts ul.related_post li a.wp_rp_title:hover {
  color: #00c092;
}

#main-content .nav-previous a,
#main-content .nav-next a {
  display: block;
  margin-bottom: 10px;
  font-size: .875em;
}

#main-content .nav-previous a span,
#main-content .nav-next a span {
  vertical-align: middle;
}

.post-nav-info {
  overflow: hidden;
  width: 100%;
}

.nav-previous .post-nav-info {
  padding-right: 10px;
  float: left;
}

.nav-next .post-nav-info {
  padding-left: 10px;
  float: right;
}

#main-content a.post-info-link {
  height: 80px;
  overflow: hidden;
}

#main-content .nav-previous a.post-info-link {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
}

.post-info-link img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

#main-content .nav-next a.post-info-link {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 5%;
}

.nav-previous .post-nav-info h4 {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-top: 0;
}

.nav-next .post-nav-info h4 {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-top: 0;
}

.post-nav-info h4 a {
  color: #646472;
}

#main-content .post-nav-info h4 a:hover {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  color: #00c092 !important;
}

.banner-bottom {
  text-align: center;
  margin: 2em 0;
  clear: both;
}

#main-content .banner-bottom p {
  text-align: center;
  font-size: 1.833em;
  color: #646472;
  margin-bottom: 1em;
}

#main-content .banner-bottom p.thin-title {
  font-size: 2.2em;
}

.banner-bottom p.thin-title {
  font-weight: 300;
}

.banner-bottom p.strong-title {
  font-weight: 700;
}

a.orange-button {
  color: #fff;
  background: #f79124;
  font-size: 1.2em;
  line-height: 50px;
  font-weight: 700;
  padding: 0 25px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}

a.orange-button:hover {
  background: #e97502;
}

.attachment-post-thumbnail {
  float: none;
}

.comment-respond {
  display: none;
}

#comment-btn {
  margin: 0 auto 30px;
  display: block;
  background: #00c092;
  border: 0;
  color: #fff;
  font-size: 1.3em;
  line-height: 50px;
  padding: 0 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#comment-btn i {
  margin-right: 20px;
  font-size: 24px;
}

.google-bottom {
  clear: both;
}

.google-top {
  margin-bottom: 20px;
}

/* POPULAR */

.top-popular h3 {
  color: #00c092;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}

.top-popular h5 {
  margin: 0;
  font-size: 18px;
}

.top-popular .top-list {
  margin-top: 10px;
}

.top-popular .top-item {
  background: #f5f5f5;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 0 1px;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0 0 1px;
  box-shadow: rgba(0,0,0,0.25) 0 0 1px;
}

.top-list .top-userpic {
  width: 30%;
}

.top-list .top-userpic .top-image {
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.top-list .top-userpic,
.top-list .top-info {
  display: inline-block;
  vertical-align: middle;
}

.top-list .top-info {
  width: 70%;
  margin-left: -4px;
  line-height: 1.5;
}

.top-list .top-info .top-name {
  color: #646472;
  max-height: 40px;
  overflow: hidden;
  display: block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
}

.top-list .top-item .top-tags {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #646472;
}

.top-list .top-item .top-tags > span {
  vertical-align: middle;
}

.top-list .top-item .top-cat {
  display: block;
  margin-top: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  max-height: 36px;
}

.top-cat .single-cat {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top-list .top-item .top-tags .top-city {
  color: #00c092;
}

.stuck {
	position:fixed;
	top:80px;
  padding-bottom: 20px;
}

#commentform .gglcptch {
  margin: 10px 0;
}

#main-content .action-line {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #646472;
}

.action-line a {
	color: #ff8001;
	margin-left: 10px;
}

/* Media */

@media screen and (max-width: 767px) {
  #content #commentform p.form-submit {
    text-align: right;
  }
  #main-content .banner-bottom p.thin-title {
    line-height: 1.3;
    font-size: 1.6em;
  }
  .header-content-wrapper {
    height: 45px;
  }
  #wrapper #wrapper-header .header-content {
    padding: 0;
  }
  #wrapper #wrapper-header .post-ad-button {
    position: absolute;
    white-space: nowrap;
    right: 15px;
  }
  #wrapper #wrapper-header .header-content .title-box {
    width: auto;
  }
  #wrapper #wrapper-header .header-content .menu-box {
    display: none;
  }
  .header-description h3 {
    font-size: 1.1em;
    margin: 0.4em;
  }
  #main-content {
    margin: 20px 0 0;
  }
  .entry-headline {
    margin-bottom: .5em;
  }
  .post-entry {
    margin-bottom: 15px;
  }
  .post-entry .listing-content-info .social-buttons {
    right: 10px;
    top: 10px;
  }
  .single-post blockquote {
    font-size: 1.125em;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  body.logged-in .header-content-wrapper {
    top: 0;
  }
  #wrapper-footer {
    padding-top: 0;
    padding-bottom: 4.5em;
  }
  #wrapper-footer .company-info,
  #wrapper-footer .copyrights {
    text-align: center;
  }
  #wrapper-footer #menu-footer-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  #wrapper-footer .menu-footer-menu-container li.post-footer-button {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 1.8em;
    line-height: 2;
  }
  #wrapper-footer .menu-footer-menu-container ul.menu li.post-footer-button a {
    padding: 10px 40px;
  }
  #wrapper-footer .menu-footer-menu-container li:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #wrapper-footer .menu-footer-menu-container li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  #wrapper-footer .menu-footer-menu-container li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  #wrapper-footer .menu-footer-menu-container li {
    width: 100%;
    font-size: 1.2em;
    margin: 5px 0;
    text-align: center;
  }
  .footer-widget-area-3 {
    display: none;
  }
  #footer .footer-widget-area .widget_nav_menu,
  #footer .footer-widget-area .widget_text {
    float: none;
    width: 100%;
  }
  .social-links {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -445px;
  }
  #footer .footer-widget-area-2 .widget_text .footer-headline {
    text-align: center;
    font-size: 30px;
  }
  #wrapper-footer .social-links li {
    margin: 0 6px;
    display: inline-block;
    float: none;
  }
  #wrapper-footer .social-links li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  #wrapper #footer {
    width: 100%;
  }
  .single-post #content a.cross {
    margin: 0.5em auto;
    text-align: center;
  }
  #sidebar .sidebar-widget.widget_categories {
    display: none;
  }
  .resp-menu {
    margin-top: 10px;
    padding: 0 5%;
    position: relative;
    z-index: 10;
    background: #fff;
  }
  .resp-menu ul li,
  .category .resp-menu .widget-title {
    display: none;
  }
  .category .resp-menu ul li.current-cat,
  .resp-menu .widget-title {
    display: block;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    min-height: auto;
    cursor: pointer;
    margin: 0;
  }
  .category .resp-menu ul li.current-cat .count {
    display: none;
  }
  .category .resp-menu ul li.current-cat a,
  .resp-menu .widget-title {
    font-size: 18px;
    color: #acacb7;
    padding: 10px 0;
    cursor: pointer;
    display: block;
  }
  .category .resp-menu ul li.current-cat a:hover,
  .resp-menu .widget-title:hover,
  .category .resp-menu.opened ul li.current-cat a,
  .resp-menu.opened .widget-title {
    background: #acacb7;
    color: #fff;
  }
  .category .resp-menu ul li.current-cat a {
    pointer-events: none;
  }
  .category .resp-menu ul li.current-cat a:before,
  .resp-menu .widget-title:before {
    display: inline-block;
    vertical-align: middle;
    content: "\e910";
    font-family: 'Hirerush Icons';
    margin-right: 10px;
    font-size: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #acacb7;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .category .resp-menu ul li.current-cat a:hover:before,
  .resp-menu .widget-title:hover:before,
  .category .resp-menu.opened ul li.current-cat a:before,
  .resp-menu.opened .widget-title:before {
    border-color: #fff;
  }
  .resp-menu.opened ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
  .resp-menu.opened li.current-cat {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
  }
  .resp-menu.opened li {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border: 1px solid #acacb7;
    border-top: 0;
  }
  .resp-menu.opened li:last-child {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .resp-menu.opened li:not(.current-cat) a {
    display: block;
    padding: 10px 40px 10px 10px;
    color: #5c5c6a;
    position: relative;
    font-size: 18px;
  }
  .resp-menu.opened li:not(.current-cat) a:hover {
    color: #00c092;
  }
  .resp-menu.opened li:not(.current-cat) .count {
    position: absolute;
    right: 10px;
    width: 25px;
    line-height: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #acacb7;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #acacb7;
    top: 50%;
    -moz-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .category h1.category-headline {
    color: #acacb7;
    width: 100%;
    text-indent: 40px;
    margin: 0;
    position: absolute;
    top: 70px;
    font-size: 18px;
    font-weight: normal;
  }
  .logged-in.category h1.category-headline {
    top: 90px;
  }
  .header-image {
    max-height: 100px;
  }
	.action-line,
  .social-line {
		text-align: center;
		float: none;
	}
}

/* end of @media screen and (max-width: 767px) */

@media screen and (max-width: 540px) {
  #wrapper #wrapper-header .post-ad-button {
    width: 40%;
    float: right;
    position: static;
  }
  .start-info {
    display: none;
  }
  #wrapper #wrapper-header .header-content .title-box {
    margin-left: 0;
  }
  a.post-ad-link {
    width: 100%;
    font-size: 14px;
  }
  .header-content .site-title a {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0.8em;
  }
  .header-content .site-title {
    width: 100%;
  }
  .header-content .site-title a img {
    vertical-align: middle;
  }
  p.site-title .sitename {
    font-size: .8em;
    padding-top: 0;
  }
  .post-entry .listing-userinfo {
    width: 100px;
  }
  .post-entry .listing-content-info .social-buttons,
  .post-entry .listing-content-info .post-entry-content {
    display: none;
  }
  #main-content .post-entry .listing-content-info .post-entry-headline,
  #main-content .post-entry .listing-help-info {
    max-width: 100%;
  }
  #main-content .post-entry .listing-content-info .post-entry-headline {
    font-size: 16px;
    margin-top: 0;
    line-height: 1;
    max-height: 34px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #main-content .post-entry .listing-help-info > span {
    clear: both;
    display: block;
  }
  #main-content .post-entry .listing-help-info {
    max-height: auto;
  }
  .post-entry .listing-userinfo,
  .post-entry .listing-content-info {
    height: 120px;
  }
  .post-entry .listing-content-info {
    padding: 10px;
  }
  .post-entry .listing-content-info .read-more {
    bottom: 8px;
    right: 10px;
  }
  h1.single-title {
    margin: 0 0 0.2em;
    font-size: 2em;
  }
  .single-post #main-content .post-info {
    margin-bottom: .5em;
  }
  .single-post .post-info .post-info-author,
  .single-post .post-info .post-info-date,
  .single-post .post-info .post-info-category,
  .single-post .post-info .post-info-tags {
    display: block;
    clear: both;
    margin-bottom: .3em;
  }
  .social-line {
    text-align: center;
  }
  #main-content .entry-content p {
    font-size: 1em;
    margin-bottom: .3em;
  }
  .social-line-after {
    position: static;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .post-entry .listing-userinfo .listing-date-field {
    line-height: 1.2;
    padding: 5px;
  }
  .post-entry .listing-help-info {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .post-entry .listing-help-info .post-info-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-list .top-item .top-userpic {
    width: 20%;
  }
  .top-list .top-info {
    width: 80%;
    padding-left: 15px;
  }
}

/* end of @media screen and (max-width: 540px) */

@media screen and (min-width: 481px) and (max-width: 540px) {
  #wrapper #wrapper-header .header-content .title-box {
    width: auto !important;
  }
}

/* end of @media screen and (min-width: 481px) and (max-width: 540px) */

@media screen and (max-width: 480px) {
  #wrapper #wrapper-header .header-content .title-box {
    width: 60% !important;
  }
  .single-related-posts ul.related_post li a.wp_rp_thumbnail {
    height: 100px;
  }
  #main-content .post-navigation-wrapper a.post-info-link {
    width: 100%;
    overflow: hidden;
    height: 60px;
  }
  #main-content .post-navigation-wrapper .post-nav-info h4 {
    width: 100%;
    margin-bottom: 0;
  }
  #main-content .post-navigation-wrapper .post-nav-info h4 a {
    margin-bottom: 0;
  }
  #main-content .nav-next .post-nav-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  #main-content .nav-next .post-nav-info h4 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #main-content .nav-next .post-nav-info a.post-info-link {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .nav-previous .post-nav-info h4 {
    margin-left: 0;
  }
}

/* end of @media screen and (max-width: 480px) */

@media screen and (max-width: 380px) {
  a.post-ad-link {
    padding: 0;
  }
  .single-related-posts ul.related_post li {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .single-related-posts ul.related_post li:last-child {
    margin-bottom: 0 !important;
  }
  .single-related-posts ul.related_post li a.wp_rp_thumbnail {
    width: 50%;
    margin-right: 10px;
  }
  .single-related-posts ul.related_post li a.wp_rp_title {
    max-height: 90px;
    overflow: hidden;
  }
}

/* end of @media screen and (max-width: 380px) */

@media screen and (min-width: 768px) and (max-width: 980px) {
  #wrapper #wrapper-header .title-box,
  #wrapper #wrapper-header .menu-box,
  .post-ad-button {
    display: inline-block;
    margin-left: -4px;
  }
  #wrapper #wrapper-header .header-content .title-box {
    width: auto !important;
  }
  #wrapper #wrapper-header .header-content {
    padding: 0;
  }
  #wrapper #wrapper-header .header-content .menu-box {
    width: auto !important;
    padding: 0;
    margin-left: 1em;
  }
  #main-content .banner-bottom p.thin-title {
    line-height: 1.3;
  }
  .menu-box ul li {
    margin-left: 0;
  }
  .header-description h3 {
    margin: .5em 0;
    font-size: 1.5em;
  }
  #wrapper #main-content {
    float: none;
    margin: 40px 0 0;
    width: 100%;
  }
  #wrapper #sidebar {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
  .sidebar-widget.popular-posts .wpp-thumbnail {
    max-width: 70px;
  }
  .post-stats {
    padding-left: 80px;
  }
  .entry-headline {
    margin-bottom: .5em;
  }
  .post-entry {
    margin-bottom: 15px;
  }
  .post-entry .listing-content-info .post-entry-content {
    margin-bottom: .1em;
    max-height: 46px;
    line-height: 1.5;
    padding-right: .5em;
  }
  .post-entry .listing-content-info {
    padding: 10px;
  }
  .post-entry .listing-content-info .post-entry-content p {
    font-size: 14px;
  }
  #main-content .post-entry .listing-content-info .post-entry-headline {
    font-size: 1em;
    max-width: 360px;
    margin-top: 0;
  }
  .post-entry .listing-content-info .post-entry-headline {
    max-width: 50%;
    max-height: 44px;
  }
  .post-entry .listing-content-info .social-buttons {
    right: 5px;
    top: 10px;
  }
  .post-entry .listing-content-info .read-more {
    bottom: 10px;
    right: 10px;
  }
  #main-content .post-entry .listing-help-info {
    margin-bottom: 0;
    max-width: 60%;
    max-height: 40px;
  }
  .sidebar-widget#text-2 .sidebar-headline,
  .blog-form-submit input {
    font-size: 1.5em;
  }
  .sidebar-widget#text-2 {
    padding: 10px;
  }
  .sidebar-widget.widget_categories ul li a {
    font-size: 1em;
    line-height: 1.3;
  }
  #wrapper-header .menu-box .current-menu-item > a,
  #wrapper-header .menu-box .current-menu-ancestor > a,
  #wrapper-header .menu-box .current_page_item > a,
  #wrapper-header .menu-box .current-page-ancestor > a {
    height: 42px;
    line-height: 45px;
  }
  #wrapper #footer {
    padding: 0;
  }
  #footer .footer-widget-area-3 {
    display: none;
  }
  #footer .footer-widget-area-2 {
    width: 60%;
  }
  #footer .footer-widget-area-1 {
    width: 40%;
  }
  p.site-title a {
    font-size: .875em;
  }
  .blog-updates-form .thankyou-submit-message .thankyou-top {
    font-size: 1em;
  }
  .blog-updates-form .thankyou-submit-message .thankyou-top .thankyou {
    font-size: 2em;
  }
  .blog-updates-form .thankyou-submit-message .thankyou-bottom {
    margin-bottom: 10px;
  }
  #wrapper-footer .social-links li {
    margin-right: 10px;
  }
  .top-list .top-item .top-userpic {
    width: 10%;
  }
  .top-list .top-info {
    width: 90%;
  }
  .header-image {
    max-height: 100px;
  }
}

/* end of @media screen and (min-width: 768px) and (max-width: 980px) */

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-signature-content,
  .container,
  #footer,
  .header-content,
  .header-description,
  .top-navigation,
  .content-headline {
    max-width: 90%;
  }
  #footer .footer-widget-area {
    margin: 0;
  }
  #main-content .banner-bottom p.thin-title {
    font-size: 1.6em;
  }
  .post-entry .listing-content-info .read-more {
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    padding: 0 1.5em;
  }
	.action-line {
		font-size: 14px;
	}
}

/* end of @media screen and (min-width: 768px) and (max-width: 1199px) */

@media screen and (min-width: 981px) and (max-width: 1199px) {
  #main-content .post-entry .listing-content-info .post-entry-headline {
    max-width: 290px;
    line-height: 1;
    font-size: 17px;
    margin-bottom: 10px;
  }
  #wrapper #main-content {
    width: 70%;
  }
  #wrapper #sidebar {
    width: 25%;
  }
  .post-entry .listing-help-info {
    max-width: 300px;
  }
  .post-entry .listing-content-info .post-entry-content {
    line-height: 1.3;
    margin-bottom: 5px;
    max-height: 40px;
  }
  .post-entry .listing-content-info {
    padding: 5px 10px;
  }
  .post-entry .listing-content-info .social-buttons {
    right: 5px;
    top: 10px;
  }
  .post-entry .listing-content-info .read-more {
    right: 10px;
    bottom: 10px;
  }
  .post-entry .listing-content-info .post-entry-content p {
    font-size: 14px;
  }
}

/* end of @media screen and (min-width: 981px) and (max-width: 1199px) */

@media screen and (min-width: 769px) {
  .resp-menu {
    display: none;
  }
}

/* end of @media screen and (min-width: 769px) */

@media screen and (min-width: 541px) and (max-width: 767px) {
  .post-entry .listing-content-info {
    padding: 10px;
  }
  #main-content .post-entry .listing-content-info .post-entry-headline {
    max-width: 160px;
    max-height: 34px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
  }
  .post-entry .listing-content-info .post-entry-content p {
    font-size: 13px;
    line-height: 1.3;
    max-height: 48px;
    overflow: hidden;
  }
  .post-entry .listing-content-info .social-buttons {
    right: 4px;
    top: 6px;
  }
  .post-entry .listing-content-info .read-more {
    bottom: 8px;
    right: 10px;
  }
  .post-entry .listing-help-info {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .post-entry .listing-help-info .post-info-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-list .top-item .top-userpic {
    width: 15%;
  }
  .top-list .top-info {
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  h1.category-headline {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .logged-in h1.category-headline {
    margin-top: 40px;
  }
  .category #wrapper-content {
    margin-top: 0;
  }
}