/**
 *	SCSS code for the theme goes in here
**/
body {
  line-height: 1.8em;
  font-family: Source Sans Pro, sans-serif; }

#content {
  margin-top: 20px; }

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

#top-bar {
  text-align: center;
  background: #ccc;
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 5px 0;
  overflow: auto; }
  #top-bar #contact-top {
    color: #999;
    font-size: 15px;
    display: inline-block;
    padding-top: 10px; }
    #top-bar #contact-top a {
      color: #999; }
    #top-bar #contact-top:before {
      content: "\f0e0";
      font-family: "FontAwesome";
      margin-right: 5px; }
    @media screen and (max-width: 768px) {
      #top-bar #contact-top {
        margin: 20px auto; } }

#social-icons {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 12px; }
  #social-icons span {
    margin: 0px 6px; }

header {
  margin: 40px 0 0;
  border-bottom: solid 2px #a9cf38; }

.site-title {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  margin: 0px; }

.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; } }
#dvt-welcome {
  text-align: center;
  background: url(../../images/noise-bg.png) repeat #3f464a;
  padding-bottom: 30px; }
  #dvt-welcome h3 {
    font-size: 50px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 30px; }
  #dvt-welcome p {
    color: #88939a;
    font-weight: 300;
    font-size: 16px;
    line-height: 2em; }
  #dvt-welcome .cta-button {
    display: inline-block;
    padding: 20px; }
    #dvt-welcome .cta-button a {
      color: white;
      padding: 14px 18px;
      background: #9bbf2e;
      border-radius: 5px;
      font-size: 16px;
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }

#dvt-showcase {
  text-align: center;
  margin-top: 40px;
  padding: 20px; }
  #dvt-showcase .showcase-thumb {
    margin: 20px auto;
    position: relative;
    padding-bottom: 15px; }
    #dvt-showcase .showcase-thumb img {
      width: 60%; }
  #dvt-showcase .showcase-desc {
    padding: 15px;
    font-size: 16px;
    line-height: 2em; }
  #dvt-showcase h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px; }
    #dvt-showcase h3:before {
      content: "";
      background: #87c942;
      position: absolute;
      bottom: 0px;
      height: 2px;
      width: 50%;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -15px; }
  #dvt-showcase p {
    margin-top: 15px;
    color: #444; }

#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;
  clear: right;
  font-size: 15px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #site-navigation {
      top: 16px; } }
  #site-navigation a {
    color: black;
    position: relative;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px; }
    #site-navigation a:hover {
      color: #fff;
      background: #a9cf38; }
  #site-navigation ul {
    transition: opacity ease .3s; }
  #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;
    margin-bottom: 0px; }
    #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; }

@media screen and (max-width: 992px) {
  #site-navigation > ul {
    text-align: center; } }
.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; } }
#blog {
  margin-bottom: 50px; }
  #blog h2 {
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 28px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px; }
    #blog h2: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;
      top: -3px;
      border-top: solid 10px #85cb33;
      border-bottom: solid 10px #000000; }
  #blog ul {
    margin: 0px;
    padding: 0px; }
    #blog ul li {
      list-style: none;
      width: 25%;
      display: inline-block;
      padding: 10px;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        #blog ul li {
          width: 50%; } }
      #blog ul li .blog-thumb {
        height: 100px;
        overflow: hidden;
        border-radius: 5px;
        border: solid 1px #eee; }
      #blog ul li img {
        width: auto; }
      #blog ul li .blog-title {
        margin-top: 10px;
        text-align: center;
        padding: 0px 10px; }

#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: 700;
    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;
      top: -3px;
      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 .featured-image, #content #popular article .featured-thumb .featured-image, #content #premium article .featured-thumb .featured-image, #content #article article .featured-thumb .featured-image {
        overflow: hidden;
        border: solid 5px #a5cbc3;
        background: #000; }
        #content #latest article .featured-thumb .featured-image img, #content #popular article .featured-thumb .featured-image img, #content #premium article .featured-thumb .featured-image img, #content #article article .featured-thumb .featured-image img {
          position: relative;
          transform: scale(1.2, 1.2);
          box-shadow: 0px;
          transition: transform .2s ease, opacity .2s ease; }
        #content #latest article .featured-thumb .featured-image:hover img, #content #popular article .featured-thumb .featured-image:hover img, #content #premium article .featured-thumb .featured-image:hover img, #content #article article .featured-thumb .featured-image:hover img {
          transform: scale(1.3, 1.3);
          opacity: .8; }
      #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;
        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: 400;
          font-size: 16px;
          top: 30%;
          color: #333; }
      #content #latest article .featured-thumb h2.entry-title, #content #popular article .featured-thumb h2.entry-title, #content #premium article .featured-thumb h2.entry-title, #content #article article .featured-thumb h2.entry-title {
        margin-top: 0px;
        margin-bottom: 15px;
        padding-top: 15px; }
        #content #latest article .featured-thumb h2.entry-title a, #content #popular article .featured-thumb h2.entry-title a, #content #premium article .featured-thumb h2.entry-title a, #content #article article .featured-thumb h2.entry-title a {
          font-weight: 700;
          color: #333; }
    @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); } }

#premium article#post-189:after {
  content: url(../../images/BS.png);
  position: absolute;
  top: -25px;
  right: 0; }

#testimonials {
  margin: 100px auto;
  background: url(../../images/pattern.png) repeat;
  padding: 20px; }
  #testimonials h2#test-title {
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 28px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px; }
    #testimonials h2#test-title: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;
      top: -3px;
      border-top: solid 10px #85cb33;
      border-bottom: solid 10px #000000; }
  #testimonials .btn-bar {
    display: inline-block;
    width: 100%;
    top: 0; }
    #testimonials .btn-bar #buttons {
      width: 100%; }
      #testimonials .btn-bar #buttons a {
        color: black; }
      #testimonials .btn-bar #buttons a#next {
        float: right; }
  #testimonials .test {
    margin-bottom: 50px; }
    #testimonials .test blockquote {
      font-size: 14px;
      font-style: italic; }
    #testimonials .test .by {
      margin-left: 50px;
      font-weight: 700; }

.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-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; }
.search .search-thumb img {
  display: block;
  width: 80%;
  margin: auto; }

#secondary a {
  font-family: "Hind", sans-serif; }
#secondary .widget {
  padding: 5px 0px; }
#secondary h1.widget-title, #secondary h2.widget-title {
  font-family: "Hind", sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-align: center; }
#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;
  position: relative;
  padding-left: 20px;
  font-size: 26px;
  margin-bottom: 20px; }
  .search #content #primary header.entry-header h2.entry-title a {
    color: #a5cbc3; }
  .search #content #primary header.entry-header h2.entry-title: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;
    top: -3px;
    border-top: solid 10px #85cb33;
    border-bottom: solid 10px #000000; }
.search #content #primary header.entry-header .entry-meta {
  margin: 20px 10px;
  text-align: center;
  position: relative; }
  .search #content #primary header.entry-header .entry-meta .posted-on {
    position: relative; }
    .search #content #primary header.entry-header .entry-meta .posted-on :before {
      content: "";
      background: #a5cbc3;
      height: 1px;
      width: 20px;
      position: absolute;
      left: -30px;
      top: 9px; }
    .search #content #primary header.entry-header .entry-meta .posted-on :after {
      content: "";
      background: #a5cbc3;
      height: 1px;
      width: 20px;
      position: absolute;
      right: -30px;
      top: 9px; }
  .search #content #primary header.entry-header .entry-meta .byline {
    display: none;
    float: right; }
  .search #content #primary header.entry-header .entry-meta a {
    color: #a5cbc3;
    font-size: 14px;
    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;
    color: #85b8ad; }
    .search #content #primary .entry-footer .cat-links a {
      font-weight: 400; }
  .search #content #primary .entry-footer .tags-links {
    font-weight: 700;
    color: #85b8ad; }
    .search #content #primary .entry-footer .tags-links a {
      font-weight: 400; }
  .search #content #primary .entry-footer .comments-link {
    font-weight: 700;
    color: #85b8ad; }
    .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: url(../../images/noise-bg.png) repeat #333;
  padding-top: 50px;
  color: #999;
  border-top: solid 80px #a5cbc3; }
  #footer-wrapper a {
    font-family: "Hind", sans-serif;
    color: #ccc; }
    #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 aside {
    padding: 10px 18px;
    border-radius: 5px; }
  #footer-wrapper ul {
    margin: 0px;
    padding-left: 20px;
    list-style: none;
    margin-top: 30px;
    line-height: 2.5em; }
    #footer-wrapper ul li {
      position: relative; }
      #footer-wrapper ul li:before {
        content: "\f0da";
        font-family: "FontAwesome";
        position: absolute;
        left: -20px;
        color: #a5cbc3; }
  #footer-wrapper .widget_products span.amount {
    color: #a9cf38;
    font-size: 12px;
    font-weight: 400; }
  #footer-wrapper .widget_products a {
    font-weight: 400; }
  #footer-wrapper .widget_tag_cloud .tagcloud {
    padding-top: 15px; }
  #footer-wrapper .widget_text .textwidget {
    color: #ccc;
    padding-top: 10px; }
    #footer-wrapper .widget_text .textwidget ul {
      margin-top: 0px; }
    #footer-wrapper .widget_text .textwidget img {
      padding-top: 10px; }
  #footer-wrapper #colophon {
    background: white;
    padding: 20px; }
    #footer-wrapper #colophon .site-info {
      text-align: center;
      color: #a9cf38; }
      #footer-wrapper #colophon .site-info a {
        color: #bbb; }

#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;
  font-weight: 700;
  color: #a5cbc3; }
body.archive.woocommerce ul.products li.product {
  text-align: center; }
  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.archive.woocommerce ul.products li.product img {
    border: solid 1px #ddd;
    border-radius: 5px; }
  body.archive.woocommerce ul.products li.product .star-rating {
    margin: 5px auto;
    color: #f6d20a;
    font-size: 1em; }
  body.archive.woocommerce ul.products li.product .price {
    color: #a5cbc3;
    font-weight: 700; }

body.single.woocommerce #content .images {
  border-radius: 5px;
  border: solid 1px #ddd; }
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: 20px;
  outline: none;
  padding: 12px 20px;
  border: solid 1px #8aab29;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 0px rgba(255, 255, 255, 0.4);
  margin-top: 10px; }
body.single.woocommerce #content .woocommerce-tabs #tab-description {
  box-shadow: 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.single.woocommerce #content .related {
  margin: 40px 0 0; }
  body.single.woocommerce #content .related h2 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-size: 26px;
    position: relative;
    padding-left: 20px;
    margin: 20px auto; }
    body.single.woocommerce #content .related h2: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;
      top: -3px;
      border-top: solid 10px #85cb33;
      border-bottom: solid 10px #000000; }
  body.single.woocommerce #content .related li {
    text-align: center; }
    body.single.woocommerce #content .related li img {
      border-radius: 5px;
      border: solid 1px #ddd; }
    body.single.woocommerce #content .related li .star-rating {
      margin: 5px auto;
      color: #f6d20a;
      font-size: 1em; }
    body.single.woocommerce #content .related li .price {
      color: #a5cbc3;
      font-weight: 700; }

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 header {
  border-bottom: 0px; }
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: #a9cf38;
  font-family: "Hind", sans-serif;
  border-radius: 0px;
  color: white;
  font-weight: 400;
  text-transform: uppercase; }
body.woocommerce-checkout #content .entry-content .woocommerce form.checkout_coupon input[type="text"] {
  border-radius: 0px;
  line-height: 1.8em; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #customer_details .select2-choice {
  border-radius: 0px;
  text-align: center;
  height: 50px; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #customer_details .select2-choice > .select2-chosen {
  top: 10px;
  position: relative; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #customer_details input[type="text"] {
  border-radius: 0px;
  width: 100%;
  float: none;
  height: 50px; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #customer_details input[type="email"] {
  border-radius: 0px;
  width: 100%;
  float: none;
  height: 50px; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #customer_details textarea {
  border-radius: 0px; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #customer_details p {
  width: 100%;
  float: none;
  margin: 0px; }
body.woocommerce-checkout #content .entry-content .woocommerce form.woocommerce-checkout #order_review table {
  border-radius: 0px; }
body.woocommerce-checkout #content .entry-content #payment {
  background: #eee;
  border-radius: 0px; }
  body.woocommerce-checkout #content .entry-content #payment input[type="submit"] {
    box-shadow: none;
    background: #a9cf38;
    font-family: "Hind", sans-serif;
    border-radius: 0px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 18px;
    padding-top: 15px; }
  body.woocommerce-checkout #content .entry-content #payment a {
    line-height: 2.5em;
    padding: 0px 4px; }
  body.woocommerce-checkout #content .entry-content #payment div.payment_box {
    background-color: #fff; }
    body.woocommerce-checkout #content .entry-content #payment div.payment_box:before {
      border: 1em solid #fff;
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent; }
    body.woocommerce-checkout #content .entry-content #payment div.payment_box input[type="text"] {
      border-radius: 0px;
      line-height: 2em; }
    body.woocommerce-checkout #content .entry-content #payment div.payment_box p {
      font-size: 14px;
      margin: 20px auto; }
  body.woocommerce-checkout #content .entry-content #payment span.help {
    font-size: 13px; }

#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; }

body.error404 #primary {
  text-align: center; }
  body.error404 #primary header.page-header {
    font-family: "Hind", sans-serif; }
  body.error404 #primary h1.widget-title, body.error404 #primary h2.widget-title {
    font-family: "Hind", sans-serif;
    font-size: 28px;
    position: relative; }
    body.error404 #primary h1.widget-title:after, body.error404 #primary h2.widget-title:after {
      content: "";
      position: absolute;
      background: #a5cbc3;
      width: 50px;
      bottom: -15px;
      height: 3px;
      left: 0%; }
  body.error404 #primary .search-form {
    margin: 30px auto; }
    body.error404 #primary .search-form label {
      width: 100%; }
      body.error404 #primary .search-form label input[type="search"] {
        border-radius: 0px;
        outline: none; }
  body.error404 #primary input[type="submit"] {
    display: none; }

#secondary .widget_dvt_social {
  text-align: center; }
  #secondary .widget_dvt_social a.fb-link {
    width: 100px;
    display: inline-block;
    background: #3b5998;
    border-radius: 3px;
    border: solid 1px #344e86; }
    #secondary .widget_dvt_social a.fb-link i, #secondary .widget_dvt_social a.fb-link span {
      color: white;
      font-size: 12px; }
    #secondary .widget_dvt_social a.fb-link span {
      font-family: Source Sans Pro, sans-serif;
      font-weight: 700; }
    #secondary .widget_dvt_social a.fb-link i {
      margin-right: 10px; }
  #secondary .widget_dvt_social a.tw-link {
    width: 100px;
    display: inline-block;
    background: #1da1f2;
    border: solid 1px #0d95e8;
    border-radius: 3px; }
    #secondary .widget_dvt_social a.tw-link i, #secondary .widget_dvt_social a.tw-link span {
      color: white;
      font-size: 12px; }
    #secondary .widget_dvt_social a.tw-link span {
      font-family: Source Sans Pro, sans-serif;
      font-weight: 700; }
    #secondary .widget_dvt_social a.tw-link i {
      margin-right: 10px; }

.wp-polls p {
  text-align: left !important; }
.wp-polls .wp-polls-ans ul li {
  margin: 6px auto; }
  .wp-polls .wp-polls-ans ul li label {
    margin-left: 5px;
    font-weight: 400;
    color: #777; }
.wp-polls input[type="button"] {
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none;
  text-shadow: none;
  border: 0px;
  background: #a9cf38;
  color: white;
  font-weight: 700;
  padding: 10px 14px; }

#page #gform_wrapper_1 input[type="submit"] {
  border-radius: 0px;
  box-shadow: none;
  background: #a9cf38;
  border: 0px;
  padding: 12px 20px;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 400; }
#page #gform_wrapper_1 input[type="text"], #page #gform_wrapper_1 textarea {
  border-radius: 0px;
  line-height: 2.5em; }