/**
 *	SCSS code for the theme goes in here
**/
body {
  line-height: 1.8em; }

#content {
  margin-top: 20px; }

a, a:visited {
  color: #87c942;
  text-decoration: none !important;
  transition: all ease .3s; }
  a:hover, a:visited:hover {
    color: #7abc36; }

#top-bar {
  text-align: center;
  background: #000000;
  position: relative;
  padding: 10px 0;
  height: 60px; }
  #top-bar #search-top {
    display: inline-block;
    position: relative;
    top: 5px; }
    #top-bar #search-top input[type="text"] {
      background: none;
      border: 0px;
      border-radius: 0px;
      border-bottom: solid 2px white;
      outline: none;
      color: white; }
      #top-bar #search-top input[type="text"]::-webkit-input-placeholder {
        color: #777;
        font-style: italic;
        font-size: 14px; }
      #top-bar #search-top input[type="text"]::-moz-placeholder {
        color: #777;
        font-style: italic;
        font-size: 14px; }
      #top-bar #search-top input[type="text"]:-moz-placeholder {
        color: #777;
        font-style: italic;
        font-size: 14px; }
      #top-bar #search-top input[type="text"]:-ms-placeholder {
        color: #777;
        font-style: italic;
        font-size: 14px; }
      #top-bar #search-top input[type="text"]:placeholder {
        color: #777;
        font-style: italic;
        font-size: 14px; }
    #top-bar #search-top button[type="submit"] {
      background: none;
      box-shadow: none;
      border: 0px; }
  #top-bar #search-icon {
    position: absolute;
    top: 15px;
    display: inline-block;
    padding-top: 5px;
    left: calc(50% - 10px); }
    #top-bar #search-icon i {
      font-size: 18px;
      cursor: pointer;
      text-shadow: none;
      color: white; }

header {
  margin: 20px 0; }

.site-title {
  font-family: "Hind", sans-serif; }

.site-description {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

#social-widgets {
  padding: 10px; }
  #social-widgets .fb-like {
    text-align: center;
    top: 18px; }
  #social-widgets .twitter-follow {
    top: 17px; }

@media screen and (max-width: 768px) {
  #blank {
    display: none; } }
#partners {
  position: relative;
  height: 70px;
  text-align: center;
  padding-top: 15px; }
  #partners span {
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-size: 20px;
    color: #bbb;
    font-variant: small-caps; }
    #partners span i {
      margin: 0px 15px;
      color: #a0d46a; }
  #partners .inkhive, #partners .rohit {
    position: relative;
    display: inline-block; }
    #partners .inkhive img, #partners .rohit img {
      max-height: 50px; }
  #partners .rohit {
    top: -6px; }

#site-navigation {
  display: inline-block;
  font-family: "Hind", sans-serif;
  background: url(../../images/pattern.png);
  float: right;
  clear: right;
  margin: 30px 0px; }
  #site-navigation a {
    color: black; }
    #site-navigation a:hover {
      color: #aaa; }
  #site-navigation ul {
    transition: opacity ease .3s; }
    #site-navigation ul li {
      float: right; }
  #site-navigation ul > li.page_item_has_children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px; }
  #site-navigation ul ul {
    opacity: 0;
    visibility: hidden; }
    #site-navigation ul ul li.page_item_has_children > a:after {
      content: "\f105";
      font-family: "FontAwesome";
      margin-left: 10px; }
    #site-navigation ul ul ul {
      left: 100%;
      opacity: 0; }
  #site-navigation ul li {
    margin: 10px 20px; }
    #site-navigation ul li:hover > ul {
      visibility: visible;
      border-left: solid 2px #aaa;
      opacity: 1;
      background: white;
      box-shadow: -10px 0px 10px -10px #000; }
      #site-navigation ul li:hover > ul li {
        margin: 0px;
        padding: 10px 20px;
        border-bottom: solid 1px #eee;
        border-right: solid 1px #eee; }
        #site-navigation ul li:hover > ul li:first-child {
          border-top: solid 2px #eee; }

.slicknav_menu a.slicknav_btn {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #a5cbc3;
  text-shadow: 0px 1px 0px #64a698;
  border-radius: 3px;
  padding: 6px 10px; }
.slicknav_menu ul {
  list-style: none;
  line-height: 2em; }
  .slicknav_menu ul li {
    position: relative; }
    .slicknav_menu ul li:before {
      content: "\f105";
      font-family: "FontAwesome", sans-serif;
      color: #a5cbc3;
      position: relative;
      margin-right: 10px; }

@media screen and (max-width: 768px) {
  #site-navigation {
    display: none; } }
@media screen and (min-width: 768px) {
  .slicknav_menu {
    display: none; } }
#content #latest, #content #popular, #content #premium, #content #article {
  position: relative;
  overflow: auto; }
  #content #latest h1, #content #popular h1, #content #premium h1, #content #article h1 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 28px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px; }
    #content #latest h1:before, #content #popular h1:before, #content #premium h1:before, #content #article h1:before {
      content: "";
      box-sizing: content-box;
      background: #a5cbc3;
      box-shadow: inset 0px 1px 0px #fff, inset 0px -1px 0px #fff;
      height: 10px;
      width: 7px;
      position: absolute;
      left: 0;
      border-top: solid 10px #85cb33;
      border-bottom: solid 10px #000000; }
  #content #latest article, #content #popular article, #content #premium article, #content #article article {
    margin-bottom: 10px; }
    #content #latest article .featured-thumb, #content #popular article .featured-thumb, #content #premium article .featured-thumb, #content #article article .featured-thumb {
      position: relative;
      overflow: hidden;
      position: relative;
      right: 0px;
      transition: right ease .3s; }
      #content #latest article .featured-thumb img, #content #popular article .featured-thumb img, #content #premium article .featured-thumb img, #content #article article .featured-thumb img {
        border-bottom: solid 3px black;
        box-shadow: 0px;
        transition: box-shadow .1s ease; }
      #content #latest article .featured-thumb .entry-title, #content #popular article .featured-thumb .entry-title, #content #premium article .featured-thumb .entry-title, #content #article article .featured-thumb .entry-title {
        position: relative;
        display: block;
        height: 100%;
        font-family: "Hind", sans-serif;
        transition: all ease .3s;
        padding: 0px 15px;
        text-align: center;
        transition: right ease .3s;
        z-index: 99;
        line-height: .5em; }
        #content #latest article .featured-thumb .entry-title a, #content #popular article .featured-thumb .entry-title a, #content #premium article .featured-thumb .entry-title a, #content #article article .featured-thumb .entry-title a {
          position: relative;
          font-weight: 700;
          font-size: 16px;
          top: 30%;
          color: black; }
      #content #latest article .featured-thumb:hover img, #content #popular article .featured-thumb:hover img, #content #premium article .featured-thumb:hover img, #content #article article .featured-thumb:hover img {
        box-shadow: 0px 3px 0px 0px white, 0px 16px 0px -6px #ddd; }
    @media screen and (max-width: 768px) {
      #content #latest article .featured-home .entry-title, #content #popular article .featured-home .entry-title, #content #premium article .featured-home .entry-title, #content #article article .featured-home .entry-title {
        right: 50%;
        transition: none;
        background: rgba(0, 0, 0, 0.8); } }

.single #content #primary header.entry-header h1.entry-title {
  font-family: "Hind", sans-serif; }
.single #content #primary header.entry-header .entry-meta {
  margin: 20px 10px; }
  .single #content #primary header.entry-header .entry-meta .byline {
    float: right; }
.single #content #primary .entry-content {
  font-weight: 300;
  margin-top: 0px; }
  .single #content #primary .entry-content .single-thumb img {
    width: 80%;
    margin: auto;
    display: block; }
  .single #content #primary .entry-content p {
    margin: 20px; }
.single #content #primary .entry-footer {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .single #content #primary .entry-footer .cat-links {
    font-weight: 700; }
    .single #content #primary .entry-footer .cat-links a {
      font-weight: 400; }
  .single #content #primary .entry-footer .tags-links {
    font-weight: 700; }
    .single #content #primary .entry-footer .tags-links a {
      font-weight: 400; }
  .single #content #primary .entry-footer .comments-link {
    font-weight: 700; }
    .single #content #primary .entry-footer .comments-link a {
      font-weight: 400; }
  .single #content #primary .entry-footer .edit-link {
    float: right;
    display: block;
    width: 100%;
    text-align: right; }
.single #content #primary nav.post-navigation {
  border-top: solid 2px #000;
  padding: 20px; }
  .single #content #primary nav.post-navigation a {
    color: #a5cbc3; }

.pagination {
  display: block;
  clear: both;
  text-align: center;
  margin: 0px;
  padding: 30px 0; }

.pagination li {
  list-style: none;
  float: left;
  color: black;
  margin: 0px 7px; }
  .pagination li span {
    background: none;
    padding: 10px;
    margin-right: 1px; }
  .pagination li .page_count:after {
    color: #b93d3d; }
  .pagination li .page_count:before {
    color: #b93d3d; }

.pagination ul {
  float: none;
  display: inline-block; }

.pagination a {
  color: #999;
  background: white;
  padding: 10px 16px;
  margin-left: 1px;
  border: solid 1px #a5cbc3;
  border-radius: 50%;
  text-decoration: none;
  transition: background ease-in-out .2s, color ease-in .2s, border ease-in .2s; }

.pagination .next, .pagination .prev {
  padding: 0px;
  border: 0px;
  background: none; }

.pagination .dots {
  background: none;
  border: none; }

.pagination .current {
  background: black;
  color: white;
  border-right: none;
  padding: 10px 16px;
  border-radius: 50%;
  margin: 0;
  margin-left: 1px; }

.pagination a:hover:not(.next):not(.prev) {
  background: #a5cbc3;
  border: solid 1px #a5cbc3;
  color: white; }

.page #content #primary header.entry-header h1.entry-title {
  font-family: "Hind", sans-serif; }
.page #content #primary header.entry-header .entry-meta {
  margin: 20px 10px; }
  .page #content #primary header.entry-header .entry-meta .byline {
    float: right; }
.page #content #primary .entry-content {
  font-weight: 300; }
  .page #content #primary .entry-content .single-thumb img {
    width: 80%;
    margin: auto;
    display: block; }
  .page #content #primary .entry-content p {
    margin: 0px 20px; }

.archive header h1.page-title, .search header h1.page-title {
  font-family: "Hind", sans-serif;
  margin-bottom: 10px; }
.archive article .featured-thumb, .search article .featured-thumb {
  position: relative;
  overflow: auto;
  margin: auto;
  float: none;
  text-align: center;
  margin-bottom: 20px; }
  .archive article .featured-thumb img, .search article .featured-thumb img {
    border-top: solid 3px #a5cbc3; }
.archive article .blog-entry-title, .search article .blog-entry-title {
  text-align: center;
  margin: 15px 0;
  font-family: "Hind", sans-serif;
  font-weight: 400; }
  .archive article .blog-entry-title a, .search article .blog-entry-title a {
    color: #87c942; }

.search article:not(:last-child) {
  margin-bottom: 50px; }
  .search article:not(:last-child):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    background: #eee; }

#secondary a {
  font-family: "Hind", sans-serif; }
#secondary h1.widget-title, #secondary h2.widget-title {
  font-family: "Hind", sans-serif;
  font-size: 28px;
  position: relative; }
  #secondary h1.widget-title:after, #secondary h2.widget-title:after {
    content: "";
    position: absolute;
    background: #a5cbc3;
    width: 50px;
    bottom: -15px;
    height: 3px;
    left: 0%; }
#secondary ul {
  margin: 0px;
  padding-left: 20px;
  list-style: none;
  margin-top: 30px;
  line-height: 2.2em; }
  #secondary ul li {
    position: relative; }
    #secondary ul li:before {
      content: "\f105";
      font-family: "FontAwesome";
      position: absolute;
      left: -20px;
      color: #a5cbc3; }
#secondary .widget_search {
  margin-top: 30px; }
  #secondary .widget_search .search-form label {
    width: 100%; }
    #secondary .widget_search .search-form label input[type="search"] {
      border-radius: 0px;
      outline: none;
      width: 100%; }
  #secondary .widget_search input[type="submit"] {
    display: none; }

.search #content #primary h1.page-title {
  font-family: "Hind", sans-serif; }
.search #content #primary header.entry-header h2.entry-title {
  font-family: "Hind", sans-serif; }
  .search #content #primary header.entry-header h2.entry-title:before {
    content: "\f101";
    font-family: "FontAwesome", sans-serif;
    font-size: 30px;
    color: #a5cbc3;
    margin-right: 10px; }
.search #content #primary header.entry-header .entry-meta {
  margin: 20px 10px; }
  .search #content #primary header.entry-header .entry-meta .byline {
    float: right; }
  .search #content #primary header.entry-header .entry-meta a {
    color: #000;
    font-size: 12px;
    font-weight: 700; }
.search #content #primary .entry-summary {
  font-weight: 300; }
  .search #content #primary .entry-summary .single-thumb img {
    width: 80%;
    margin: auto;
    display: block; }
  .search #content #primary .entry-summary p {
    margin: 20px; }
.search #content #primary .entry-footer {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .search #content #primary .entry-footer .cat-links {
    font-weight: 700; }
    .search #content #primary .entry-footer .cat-links a {
      font-weight: 400; }
  .search #content #primary .entry-footer .tags-links {
    font-weight: 700; }
    .search #content #primary .entry-footer .tags-links a {
      font-weight: 400; }
  .search #content #primary .entry-footer .comments-link {
    font-weight: 700; }
    .search #content #primary .entry-footer .comments-link a {
      font-weight: 400; }
  .search #content #primary .entry-footer .edit-link {
    float: right;
    display: block;
    width: 100%;
    text-align: right; }
.search #content #primary nav.post-navigation {
  border-top: solid 2px #a5cbc3;
  padding: 20px; }
  .search #content #primary nav.post-navigation a {
    color: #a9cf38; }

#footer-wrapper {
  background: #f2f2f2;
  padding-top: 20px; }
  #footer-wrapper a {
    font-family: "Hind", sans-serif;
    color: #999; }
    #footer-wrapper a:hover {
      color: #a9cf38; }
  #footer-wrapper h1.widget-title, #footer-wrapper h2.widget-title {
    font-family: "Hind", sans-serif;
    font-size: 28px;
    position: relative;
    color: #a9cf38; }
    #footer-wrapper h1.widget-title:after, #footer-wrapper h2.widget-title:after {
      content: "";
      position: absolute;
      background: #a5cbc3;
      width: 50px;
      bottom: -15px;
      height: 3px;
      left: 0%; }
  #footer-wrapper ul {
    margin: 0px;
    padding-left: 20px;
    list-style: none;
    margin-top: 30px;
    line-height: 2.2em; }
    #footer-wrapper ul li {
      position: relative; }
      #footer-wrapper ul li:before {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        left: -20px;
        color: #a5cbc3; }
  #footer-wrapper #colophon {
    background: #a5cbc3;
    padding: 20px; }
    #footer-wrapper #colophon .site-info {
      text-align: center;
      font-weight: 700;
      color: #e6f0ee;
      text-transform: uppercase; }
      #footer-wrapper #colophon .site-info a {
        color: #64a698;
        font-weight: 700; }

#comments h2.comments-title {
  font-family: "Hind", sans-serif; }
#comments .form-allowed-tags {
  display: none; }
#comments ol {
  list-style: none;
  margin: 0px; }
  #comments ol:not(.children) {
    padding: 0px; }
  #comments ol li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: -1px; }
  #comments ol .comment-body {
    list-style: none;
    margin: 20px 0px 20px 10px; }
    #comments ol .comment-body .comment-meta .vcard {
      display: inline-block;
      width: 100%; }
      #comments ol .comment-body .comment-meta .vcard span {
        display: none; }
      #comments ol .comment-body .comment-meta .vcard img {
        min-height: 50px;
        width: auto;
        display: inline-block;
        border: solid 1px #ccc; }
      #comments ol .comment-body .comment-meta .vcard b {
        display: inline-block;
        font-weight: 300;
        padding: 4px 0px;
        margin-left: 10px; }
    #comments ol .comment-body .comment-meta .comment-metadata {
      display: block;
      float: none;
      padding: 10px 0px;
      border-bottom: solid 1px #eee; }
      #comments ol .comment-body .comment-meta .comment-metadata time {
        display: inline-block;
        color: #666;
        padding: 5px 0px;
        font-size: 12px;
        font-style: italic; }
      #comments ol .comment-body .comment-meta .comment-metadata .edit-link {
        margin-left: 10px;
        font-weight: 400; }
    #comments ol .comment-body .comment-content {
      padding: 10px 20px;
      margin-right: 10px;
      background: white;
      border-radius: 3px; }
      #comments ol .comment-body .comment-content ul li, #comments ol .comment-body .comment-content ol li {
        border: 0px;
        background: transparent; }
    #comments ol .comment-body .reply {
      display: block;
      padding: 5px 10px;
      text-align: right; }
      #comments ol .comment-body .reply a {
        border: solid 1px #87c942;
        padding: 8px 10px;
        border-radius: 4px; }
#comments #respond {
  text-align: center; }
  #comments #respond .comment-form-comment label {
    text-transform: uppercase; }
  #comments #respond .comment-form-comment textarea {
    border-radius: 0px !important;
    outline: none; }
  #comments #respond .form-submit input {
    box-shadow: none !important;
    border-radius: 0px;
    text-shadow: none !important;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: 400; }

body.archive.woocommerce h1.page-title {
  font-family: "Hind", sans-serif; }
body.archive.woocommerce ul.products li.product a h3 {
  color: black;
  margin-bottom: 5px;
  font-family: "Hind", sans-serif;
  font-size: 18px; }
body.archive.woocommerce ul.products li.product a .price {
  color: #a5cbc3; }
  body.archive.woocommerce ul.products li.product a .price del {
    display: inline-block; }
  body.archive.woocommerce ul.products li.product a .price ins {
    display: inline-block; }

body.single.woocommerce #content .entry-summary h1.entry-title {
  font-family: "Hind", sans-serif; }
body.single.woocommerce #content .entry-summary .price {
  color: #a5cbc3;
  font-weight: 700; }
body.single.woocommerce #content .entry-summary button.single_add_to_cart_button {
  background: #a9cf38;
  border-radius: 14px;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.5);
  outline: none; }
body.single.woocommerce #content .woocommerce-tabs #tab-description h2 {
  font-family: "Hind", sans-serif; }
body.single.woocommerce #content .woocommerce-tabs #tab-reviews h2 {
  font-family: "Hind", sans-serif; }

body.woocommerce-cart #content #primary h1.entry-title {
  font-family: "Hind", sans-serif; }
body.woocommerce-cart #content #primary .entry-content input[type="submit"] {
  box-shadow: none;
  background: #eee;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: #777;
  border: solid 1px #ddd;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2); }
body.woocommerce-cart #content #primary .entry-content .cart-collaterals .cart_totals h2 {
  font-family: "Hind", sans-serif; }
body.woocommerce-cart #content #primary .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #a5cbc3;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2); }

body.woocommerce-checkout #content h3 {
  font-family: "Hind", sans-serif; }
body.woocommerce-checkout #content .entry-content label {
  font-family: "Hind", sans-serif; }
body.woocommerce-checkout #content .entry-content .woocommerce .woocommerce-info {
  border-top-color: #a9cf38; }
  body.woocommerce-checkout #content .entry-content .woocommerce .woocommerce-info:before {
    color: #a5cbc3; }
body.woocommerce-checkout #content .entry-content .woocommerce form.checkout_coupon p {
  margin: 0px !important; }
body.woocommerce-checkout #content .entry-content .woocommerce form.checkout_coupon input[type="submit"] {
  box-shadow: none;
  background: #eee;
  font-family: "Hind", sans-serif;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2); }
body.woocommerce-checkout #content .entry-content #payment {
  background: #eee; }
  body.woocommerce-checkout #content .entry-content #payment input[type="submit"] {
    box-shadow: none;
    background: #a5cbc3;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-family: "Hind", sans-serif; }
  body.woocommerce-checkout #content .entry-content #payment a {
    line-height: 2.5em;
    padding: 0px 4px; }

#recom h1 {
  font-family: "Hind", sans-serif; }
#recom article .featured-thumb h2.entry-title {
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 16px; }