/*
Theme Name: Inerco
Template Theme URI: https://inboundcycle.com/
Author: el equipo de InboundCycle
Description: Plantilla desarrollada para Inerco utilizando el template base de InboundCycle.
Version: 1.0.0
Template: ic-theme
*/

@import url("../ic-theme/style.css");

/* @group Globals ============================================================*/

/* @group Basics -----------------------------------------------------------*/

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.93rem;
  letter-spacing: -0.03em;
}

img {
  border-radius: 5px;
  max-width: 100%;
}

h1,
h2,
h3 {
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #009640;
}

a:hover {
  color: #00b04b;
}

a:active {
  color: #00b04b;
}

a:focus {
  color: #00b04b;
}

blockquote {
  padding: 30px;
  background: #F3FAF6;
  border: solid 1px #D9F0E3;
}

table {
  background: #EFEFEE;
  margin-bottom: 20px;
}

table thead {
  background: #E3E3E3;
  border-bottom: solid 1px #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

table tbody tr {
  border-bottom: solid 1px #fff;
}

table tbody tr:nth-child(2n) {
  background: #f8f8f8;
}

table td,
table th {
  padding: 10px;
}

/* @end */

/* @group Header -------------------------------------------------------------*/
.meta-author .img-circle {
  margin-right: 5px!important;
}
/* @end */

/* @group Form -------------------------------------------------------------*/

form ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

form fieldset {
  margin-bottom: 20px;
}

form label {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  line-height: 1rem;
}

form legend {
  color: #90908F;
  font-size: 0.75rem;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 5px;
  margin-top: -7px;
}

form input,
form select {
  border-radius: 4px;
  border: solid 1px #ccc;
  background: #fff;
  padding: 6px 12px;
  width: 100%;
  display: block;
}

form input:hover,
form select:hover {
  border-color: #00b04b;
}

form input:focus,
form select:focus {
  outline: none;
  border-color: #009640;
}

form input[type="checkbox"],
form select[type="checkbox"],
form input[type="radio"],
form select[type="radio"] {
  padding: 0px;
  margin-right: 10px;
  display: inline-block;
  width: auto;
  cursor: pointer;
}

form select {
  cursor: pointer;
}

form button,
form input[type="submit"],
form input[type="button"],
form .btn {
  border-radius: 2rem;
  color: #fff;
  font-weight: 600;
  background: #009640;
  border: none;
  padding: 12px 24px;
  transition: 0.3s;
  width: auto;
}

form button:hover,
form input[type="submit"]:hover,
form input[type="button"]:hover,
form .btn:hover {
  background: #00b04b;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.form-control {
  border-radius: 4px;
  border: solid 1px #ccc;
  box-shadow: none;
}

.form-control:hover {
  border-color: #009640;
}

.form-control:focus {
  border-color: #009640;
}

form.hs-form fieldset {
  margin-bottom: 20px !important;
}

form.hs-form fieldset.form-columns-1 .input {
  margin-right: 0px;
}

form.hs-form fieldset.form-columns-1 .input .hs-input {
  width: 100%;
}

form.hs-form fieldset.form-columns-1 .input .hs-input[type="checkbox"],
form.hs-form fieldset.form-columns-1 .input .hs-input[type="radio"] {
  width: auto;
}

form.hs-form fieldset .hs-fieldtype-select .input {
  position: relative;
}

form.hs-form fieldset .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}

form.hs-form fieldset .hs-fieldtype-select .input:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  right: 12px;
  top: 6px;
  pointer-events: none;
  background: none !important;
  color: #90908F;
}

form.hs-form fieldset .hs-error-msgs label {
  text-transform: none;
  color: #FA5252;
  margin-top: 3px;
}

/* @end */

/* @group Layout -----------------------------------------------------------*/

body > .container > .row > .col-sm-8 {
  padding-right: 60px;
}

/* @end */

/* @end */

/* @group Header =============================================================*/

body > header .navbar {
  background: #fff;
  border: none;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

body > header .navbar.contracted {
  transition: 1s;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

body > header .navbar .navbar-header .navbar-brand {
  padding: 20px 0px;
  margin-left: 0px;
  height: auto;
}

body > header .navbar .navbar-header .navbar-brand img.logotype {
  height: 30px;
  border-radius: 0px;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item a {
  color: #90908F;
  line-height: 30px;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  letter-spacing: 0.05rem;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 7px;
  color: #cfcfcf;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item:hover > a {
  color: #009640;
  background: #D9F0E3;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #009640;
  margin: 0px;
  list-style: none;
  padding: 5px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
  width: 300px;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item > ul.sub-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 4px;
  line-height: 1rem;
  transition: 0.3s;
  background: none;
  text-transform: none;
  letter-spacing: none;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item > ul.sub-menu li:hover a {
  text-decoration: none;
  background: #00b04b;
}

body > header .navbar .navbar-collapse ul.nav > li.menu-item:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

body > header .navbar * {
  transition: 0.3s;
}

/* @group Alinear el logo con el menú --------------------------------------*/

body > header .navbar .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body > header .navbar .container:before,
body > header .navbar .container:after {
  display: none;
}

/* @end */

/* @end */

/* @group Hero ===============================================================*/

.hero {
  background: #009640;
  color: #ffffff;
  background-size: cover;
}

.hero.post-header .container {
  max-width: 900px;
}

.hero.post-header .container h1 {
  font-size: 3rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero.post-header .container .hero-post-categories .meta-categories a {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #009640;
  background: #F3FAF6;
  padding: 1px 9px;
  display: block;
  border-radius: 4px;
}

.hero.post-header .container .hero-post-meta .meta-item .text-muted {
  color: #fff;
}

.hero.post-header .container .hero-post-meta .meta-item.meta-reading-time > span {
  border: none;
}

.hero.header-404 .container .blog-title {
  display: block;
  background: none;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero.header-404 .container .blog-subtitle {
  font-size: 2rem;
  font-weight: 600;
}

.hero .container .blog-title {
  font-weight: 300;
  background: rgba(0, 150, 64, 0.3);
  line-height: 1.2em;
  display: inline;
  padding: 0 10px;
}

.hero .container a {
  color: #fff;
}

/* @end */

/* @group Content ============================================================*/

/* @group Blog Listing -----------------------------------------------------*/

.post-listing .post-item {
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 0px;
}

.post-listing .post-item .post-meta {
  margin: 0px;
}

.post-listing .post-item .post-meta .meta-item {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.post-listing .post-item .post-meta .meta-item.meta-categories a {
  padding: 2px 6px;
  border-radius: 3px;
  background: #D9F0E3;
}

.post-listing .post-item .post-meta .meta-item.meta-categories a:hover {
  text-decoration: none;
  background: #009640;
  color: #D9F0E3;
}

.post-listing .post-item .post-header h2 {
  margin-top: 10px;
}

.post-listing .post-item .post-header h2 a {
  font-weight: 600;
  color: #3E3E3C;
}

.post-listing .post-item .post-header h2 a:hover {
  color: #009640;
  text-transform: none;
}

.post-listing .post-item .post-content p {
  line-height: 1.5rem;
}

.post-listing .post-item .post-footer .read-more {
  border-radius: 30px;
  border: solid 1px #009640;
  padding: 6px 15px;
  color: #009640;
}

.post-listing .post-item .post-footer .read-more:hover {
  background: #D9F0E3;
}

.post-listing .panel {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border: none;
  border-bottom: solid 1px #eee;
  border-radius: 0px;
  box-shadow: none;
}

.post-listing .panel .panel-body {
  padding: 0px;
}

.post-listing .panel .panel-body .meta-item {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.post-listing .panel .panel-body .meta-item.meta-categories ul.list-inline {
  color: #90908F;
  margin-left: 0px;
}

.post-listing .panel .panel-body .meta-item.meta-categories ul.list-inline li {
  padding: 0px;
}

.post-listing .panel .panel-body .meta-item.meta-categories ul.list-inline li a {
  border-radius: 3px;
  color: #90908F;
}

.post-listing .panel .panel-body .meta-item.meta-categories ul.list-inline li:before {
  content: "·";
  padding: 0 6px 0 3px;
}

.post-listing .panel .panel-body .meta-item.meta-categories ul.list-inline li:first-child:before {
  display: none;
}

.post-listing .panel .panel-body .meta-item.meta-author img {
  width: auto;
}

.post-listing .panel .panel-body h2 {
  margin-top: 5px;
}

.post-listing .panel .panel-body h2 a {
  font-weight: 300;
  color: #009640;
  transition: 0.15s ease-in-out;
  border-bottom: solid 1px transparent;
}

.post-listing .panel .panel-body h2 a:hover,
.post-listing .panel .panel-body h2 a:focus {
  border-bottom: solid 1px #3E3E3C;
  text-decoration: none;
}

.post-listing .panel .panel-body .post-listing-thumbnail a.thumbnail {
  padding: 0px;
  border: none;
  margin: 0px;
}

.post-listing .panel .panel-body .post-listing-content p {
  line-height: 1.5rem;
}

.pagination {
  border: solid 1px #eee;
}

.pagination > li > span.current {
  border: none;
  background: #D9F0E3;
  color: #009640;
  border-radius: 4px;
  margin: 4px;
}

.pagination > li > span.extend {
  display: none;
}

.pagination > li > a {
  color: #009640;
  border: none;
  margin: 4px;
}

.pagination > li > a:hover {
  border-radius: 4px;
}

/* @end */

/* @group Blog Post --------------------------------------------------------*/

.post-style-new .ic-social-icons {
  width: 40px;
}

.post-style-new .ic-social-icons ul.ic-social-icons-container li.ic-social-icons-share-item {
  display: block;
  margin-bottom: 10px;
}

.post-style-new .ic-social-icons ul.ic-social-icons-container li.ic-social-icons-share-item:last-child {
  margin-bottom: 0px;
}

.post-style-new .ic-social-icons ul.ic-social-icons-container li.ic-social-icons-share-item .button {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #009640;
  border: solid 1px #D9F0E3;
  background: none;
}

.post-style-new .ic-social-icons ul.ic-social-icons-container li.ic-social-icons-share-item .button:hover {
  text-decoration: none;
  background: #D9F0E3;
}

.post-style-new .post-body .post-content {
  padding-left: 80px;
}

.post-style-new .post-body .post-content h2,
.post-style-new .post-body .post-content h3 {
  margin-top: 0px;
}

.post-style-new .post-body .post-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

.post-style-new .post-body .post-content p.first-paragraph:first-letter {
  float: left;
  margin: 14px 5px 0 0;
  font-size: 3.5rem;
  font-weight: 600;
}

.post-style-new .post-body .post-content ul {
  list-style: none;
  padding: 0px;
}

.post-style-new .post-body .post-content ul li {
  position: relative;
  padding: 5px 30px;
}

.post-style-new .post-body .post-content ul li:before {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #009640;
}

.post-style-new .post-body .post-footer {
  padding-left: 80px;
}

.post-style-new .post-body .post-footer .meta-tags {
  color: #fff;
}

.post-style-new .post-body .post-footer .meta-tags a {
  background: #D9F0E3;
  color: #009640;
  padding: 1px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.post-style-new .post-body .panel.post-related-posts .panel-back-link:after {
  content: "\f061";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.post-style-new .post-body .panel.post-related-posts .panel-back-link:hover {
  text-decoration: none;
}

.post-style-new .post-body .panel.post-comments .post-comments-list-date .label {
  padding: 0px;
  background: none;
  color: #90908F;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  border-left: solid 1px #90908F;
  border-radius: 0;
  padding-left: 8px;
  margin-left: 5px;
}

#ic-post-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

#ic-post-progress > .ic-post-progress-bar {
  background: #009640;
  height: 3px;
}

/* @end */
/* @group Author Page --------------------------------------------------------*/
.template-author .post-author-avatar-wrapper img {
  width: auto;
}

.template-author .panel-body .meta-item.meta-author,
.template-author .panel-body .meta-item.meta-reading-time {
  display: none;
}

/* @end */
/* @group 404 --------------------------------------------------------------*/

.template-404 .page-header {
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.template-404 .page-header .form-group {
  width: 400px;
  max-width: 100%;
  position: relative;
}

.template-404 .page-header .form-group input {
  width: 100%;
  display: block;
  float: none;
  box-shadow: none;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 50px;
  border-radius: 4px;
}

.template-404 .page-header .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  top: 1px;
  border-radius: 0px;
  background: none;
  color: #009640;
}

.template-404 .page-header .form-group button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
  color: #00b04b;
}

.template-404 .page-header .form-group button:after {
  content: "\f061";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.template-404 .panel .panel-heading .panel-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.template-404 .panel.latest-posts .panel-body {
  max-width: 800px;
  margin: 0 auto;
}

.template-404 .panel.latest-posts .panel-body img {
  margin-bottom: 10px;
  width: 100%;
}

.template-404 .panel.latest-posts .panel-body .meta-date {
  display: none;
}

.template-404 .panel.latest-posts .panel-body .read-more {
  display: none;
}

.template-404 .panel.latest-posts .panel-body a {
  color: #3E3E3C;
  font-size: 1rem;
  font-weight: 600;
}

/* @end */

/* @group Search / Categories / Tags ---------------------------------------*/

.template-category .lead,
.template-tags .lead,
.template-search .lead {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.template-category .lead strong,
.template-tags .lead strong,
.template-search .lead strong {
  color: #fff;
  background: #009640;
  padding-left: 5px;
  padding-right: 5px;
}

.template-category .lead:after,
.template-tags .lead:after,
.template-search .lead:after {
  position: relative;
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #E3E3E3;
  left: 0px;
  bottom: -20px;
}

/* @end */

/* @group Progress Bar -----------------------------------------------------*/

#ic-post-progress {
  top: 0px !important;
}

body.customize-support #ic-post-progress {
  top: 32px !important;
}

/* @end */

/* @group Panel ------------------------------------------------------------*/

.panel-default {
  border: none;
  box-shadow: none;
  margin-bottom: 60px;
}

.panel-default .panel-heading {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 20px;
}

.panel-default .panel-heading .panel-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.panel-default .panel-body {
  padding: 0px;
}

/* @end */

/* @end */

/* @group Aside ==============================================================*/

aside .widget {
  border: solid 1px #E3E3E3;
  padding: 20px;
  border-radius: 4px;
}

aside .widget.widget_search {
  padding: 0px;
  border: none;
}

aside .widget.widget_search .input-group {
  position: relative;
  display: block;
}

aside .widget.widget_search .input-group input {
  width: 100%;
  display: block;
  float: none;
  box-shadow: none;
  padding-left: 35px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
}

aside .widget.widget_search .input-group .input-group-btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  display: block;
}

aside .widget.widget_search .input-group .input-group-btn .btn {
  top: 1px;
  border: none;
  background: none;
  color: #ccc;
  z-index: 4;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

aside .widget.widget_search .input-group .input-group-btn .btn:hover {
  color: #009640;
  transition: color 0.3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
}

aside .widget.widget_categories ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

aside .widget.widget_categories ul li {
  position: relative;
}

aside .widget.widget_categories ul li:before {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #90908F;
}

aside .widget.widget_categories ul li ul {
  margin-left: 15px;
}

aside .widget.widget_categories ul li a {
  padding: 5px 5px 5px 20px;
  display: block;
  border-radius: 4px;
}

aside .widget.widget_categories ul li a:hover {
  background: #E3E3E3;
  text-decoration: none;
}

aside .widget.widget_categories ul li.current-cat a {
  background: #D9F0E3;
}

aside .widget.widget_icctawidget {
  padding: 0px;
  border: none;
}

aside .widget.widget_icctawidget img {
  border-radius: 4px;
}

aside .widget .widget-title,
aside .widget .ic-form-title {
  font-weight: 700;
  padding: 20px;
  margin: -20px -20px 20px;
  border-bottom: solid 1px #E3E3E3;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative;
}

aside .widget .widget-title:after,
aside .widget .ic-form-title:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  height: 1px;
  background: #fff;
  content: "";
}

aside .widget button,
aside .widget input[type="submit"],
aside .widget input[type="button"] {
  width: 100%;
}

/* @end */

/* @group Footer *============================================================*/

body > footer {
  background: #000;
  color: #fff;
}

body > footer a {
  color: #fff;
}

body > footer a:hover {
  color: #ccc;
}

body > footer .footer-logotype {
  border-radius: 0px;
}

body > footer .copyright {
  float: none !important;
  display: block;
  padding: 0 5px;
}

body > footer .navbar-footer {
  float: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 15px;
}

body > footer .navbar-footer ul.list-inline {
  margin-left: 0px;
  margin-bottom: 0px;
}

body > footer .social-icons-lists {
  margin-top: -10px;
}

body > footer .social-icons-lists .social-icons-list-item a.social-icon .socicon {
  background: transparent !important;
  border: solid 2px #fff;
  margin-left: 10px;
}

/* @end */

/* @group Widget Top ---------------------------------------------------------*/

.widget-top {
  margin-bottom: 30px;
}

/* @end */

/* @group IC Sticky ==========================================================*/

#ic-sticky-relative[data-sticky-type="post-social-sharing"] #ic-sticky-wrapper {
  margin-top: -50px;
  width: auto !important;
}

#ic-sticky-relative[data-sticky-type="post-social-sharing"] #ic-sticky {
  width: auto !important;
}

#ic-sticky-relative[data-sticky-type="post-social-sharing"] #ic-sticky > :first-child {
  margin-top: 50px;
}

/*
  @media ( max-width: 991px ) {

    #ic-sticky-relative[data-sticky-type="post-social-sharing"] {
      #ic-sticky-wrapper {
        position: relative !important;
        margin-top: 0px;
        width: auto !important;
        height: auto !important;
      }
      #ic-sticky {
        width: auto !important;
        position: relative !important;
        top: 0px !important;
        bottom: auto !important;
        &>:first-child {
          margin-top: 0px;
        }
      }
    }
    #ic-sticky-limit {
      margin-top: inherit !important;
    }

  }*/

/* @end */

/* @group Related Posts Module ===============================================*/

.post-body .zem_rp_wrap {
  margin: 0px;
  width: 100%;
}

.post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp li {
  margin: 0px !important;
}

.post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp li a {
  font-weight: 600 !important;
  font-size: 1rem !important;
}

/* @end */

/* @group  Scroll Top---------------------------------------------------------*/

.post-scroll-top {
  border-radius: 4px;
  background: #009640;
}

.post-scroll-top i {
  color: #fff;
}

/* @end */

/* @group Table of Contents --------------------------------------------------*/

div#ez-toc-container {
  border: solid 1px #E3E3E3;
  border-radius: 4px;
  padding: 20px;
  box-shadow: none;
}

div#ez-toc-container .ez-toc-title-container .ez-toc-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #3E3E3C;
}

div#ez-toc-container nav ul.ez-toc-list li a {
  padding: 7px 7px 7px 20px;
  display: block;
  border-radius: 4px;
  position: relative;
  color: #009640;
  font-size: 0.93rem !important;
}

div#ez-toc-container nav ul.ez-toc-list li a:hover {
  background: #D9F0E3;
  text-decoration: none;
  color: #009640;
}

div#ez-toc-container nav ul.ez-toc-list li a:before {
  position: absolute;
  left: 7px;
  top: 6px;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #90908F;
}

div#ez-toc-container nav ul.ez-toc-list li:before {
  display: none;
}

/* @end */

/* @group IC Sticky --------------------------------------------------------*/

#ic-sticky-relative {
  position: relative;
}

#ic-sticky-wrapper {
  position: absolute;
  width: 100%;
}

#ic-sticky {
  position: absolute;
  transition: 0s;
}

/* Responsive ------------------------------------------------------------*/
@media screen and ( min-width: 1200px ) {
  .template-author .post-author-avatar-wrapper {
    width: auto;
  }
}

/* @end */

@media (max-width: 991px) {
  body > .container > .row > .col-sm-8 {
    padding-right: 15px;
  }
}

@media (max-width: 782px) {
  body.customize-support #ic-post-progress {
    top: 46px !important;
  }
}

@media (max-width: 768px) {
  .post-style-new {
    padding-top: 30px !important;
  }

  .post-style-new .ic-social-icons {
    width: auto;
  }

  .post-style-new .ic-social-icons ul.ic-social-icons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 30px;
    text-align: left;
  }

  .post-style-new .ic-social-icons ul.ic-social-icons-container li.ic-social-icons-share-item {
    display: inline-block;
    margin: 0 5px;
  }

  .post-style-new .post-body .post-content {
    padding-left: 0px;
  }

  .post-style-new .post-body .post-footer {
    padding-left: 0px;
  }

  .post-style-new .post-body .panel.post-comments a.post-comments-show-comments {
    margin: 10px auto;
    border-radius: 2rem;
    color: #fff;
    font-weight: 600;
    background: #009640;
    border: none;
    padding: 12px 24px;
    transition: 0.3s;
    width: auto;
    font-size: 0.875rem;
    display: block;
  }

  .post-style-new .ic-social-icons ul.ic-social-icons-container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  #ic-sticky-relative,
  #ic-sticky-wrapper,
  #ic-sticky {
    position: relative;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  body > header .navbar .container {
    display: block;
  }

  body > header .navbar .container .navbar-header {
    width: 100%;
    margin: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body > header .navbar .container .navbar-header:before,
  body > header .navbar .container .navbar-header:after {
    display: none;
  }

  body.customize-support > header > .navbar {
    top: 46px;
  }

  body > header .navbar .navbar-header {
    padding: 10px 0;
  }

  body > header .navbar .navbar-header .navbar-brand {
    padding: 0px;
  }

  body > header .navbar .navbar-header .navbar-toggle {
    margin: 0px;
    border: none;
  }

  body > header .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #009640;
  }

  body > header .navbar .navbar-header .navbar-toggle:hover,
  body > header .navbar .navbar-header .navbar-toggle:focus {
    background: none;
  }

  body > header .navbar .navbar-collapse {
    border: none;
    background: #d8f0e3;
  }

  body > header .navbar .navbar-collapse ul.nav {
    padding: 0 15px;
  }

  body > header .navbar .navbar-collapse ul.nav > li.menu-item a {
    padding: 5px 0px;
    color: #009640;
  }

  body > header .navbar .navbar-collapse ul.nav > li.menu-item > ul.sub-menu {
    position: relative;
    display: none;
    background: none;
    padding: 0px 0px 0px 15px;
    border-left: solid 2px #009640;
    box-shadow: none;
    border-radius: none;
    width: 100%;
  }

  body > header .navbar .navbar-collapse ul.nav > li.menu-item > ul.sub-menu li a {
    color: #90908F;
    padding: 10px 0;
  }

  body > header .navbar .navbar-collapse ul.nav > li.menu-item > ul.sub-menu li:hover a {
    background: none;
  }

  body > header .navbar .navbar-collapse ul.nav > li.menu-item:hover > ul.sub-menu {
    display: block;
  }

  body > header .navbar .navbar-collapse ul.nav > li.menu-item.menu-item-has-children > a:after {
    color: #009640;
  }

  .hero .hero-caption {
    padding-bottom: 60px;
  }

  .pagination {
    border: none;
  }

  .pagination > li > a.previouspostslink,
  .pagination > li > a.nextpostslink {
    width: 45%;
    margin: 0px;
    border: solid 1px #eee;
    border-radius: 4px;
  }

  body > footer {
    text-align: center;
  }

  body > footer .footer-logotype {
    margin-bottom: 20px;
  }

  body > footer .copyright {
    display: block;
  }

  body > footer .navbar-footer {
    display: block;
  }

  body > footer .navbar-footer ul.list-inline li {
    display: block;
  }

  body > footer .social-icons-lists {
    margin-top: 0px;
    text-align: center;
    margin-top: 20px;
  }

  .post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp li {
    margin: 0px 0px 30px 0px !important;
  }

  .post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp li img {
    margin-bottom: 10px !important;
  }

  .post-body .zem_rp_wrap .zem_rp_content ul.related_post.zem_rp li a {
    font-weight: 600 !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  form.hs-form fieldset.form-columns-2 {
    margin-right: 0px !important;
  }

  form.hs-form fieldset.form-columns-2 .field {
    margin-bottom: 10px;
  }

  form.hs-form fieldset.form-columns-2 .field input {
    width: 100% !important;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  body > header .navbar .container {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  body > header .navbar .container:before,
  body > header .navbar .container:after {
    display: none;
  }

  body > header .navbar.contracted .navbar-header .navbar-brand {
    padding: 0px;
  }

  body > header .navbar.contracted .navbar-header .navbar-brand img.logotype {
    height: 0px !important;
    opacity: 0;
    transition: 0.3s;
  }
}