/**
 *	SCSS code for the theme goes in here
**/
body {
  line-height: 1.8em;
  letter-spacing: .04em;
  font-family: "IBM Plex Sans", sans-serif; }

#content {
  margin-top: 20px; }

a, a:visited {
  color: #EF8354;
  text-decoration: none !important;
  transition: all ease .2s; }

#top-bar {
  background: #4F5D75;
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 15px;
  overflow: auto; }
  #top-bar a.menu-link, #top-bar #searchicon {
    font-size: 24px; }
    @media screen and (min-width: 769px) {
      #top-bar a.menu-link, #top-bar #searchicon {
        display: none; } }
  #top-bar #searchicon {
    float: right;
    cursor: pointer; }
  #top-bar .panel {
    z-index: 99;
    background: url(../../images/noise-bg.png) #333 repeat;
    padding-top: 100px;
    border-right: solid 2px #888; }
    #top-bar .panel .nav-profile {
      margin: auto;
      width: 35%; }
    #top-bar .panel ul {
      list-style: none;
      margin-top: 20px;
      text-align: center;
      margin-left: 0px;
      padding-left: 0px; }
      #top-bar .panel ul li {
        margin: 14px auto;
        font-size: 16px; }
        #top-bar .panel ul li a:hover {
          color: #EF8354; }
  #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 {
  display: inline-block;
  text-align: left;
  font-size: 22px; }
  #social-icons a {
    margin: 8px; }
  @media screen and (max-width: 768px) {
    #social-icons {
      position: relative;
      text-align: right; } }

#masthead {
  position: relative;
  display: flex;
  display: -inline-flex;
  align-items: center;
  margin: 50px auto; }
  #masthead #branding-wrapper {
    display: flex;
    display: -inline-flex;
    justify-content: flex-start;
    align-items: center;
    float: left; }
    #masthead #branding-wrapper > * {
      width: 50%;
      display: inline-block; }
    @media screen and (min-width: 769px) {
      #masthead #branding-wrapper {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      #masthead #branding-wrapper {
        width: 100%; } }
    #masthead #branding-wrapper .site-branding .site-title {
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      margin: 0px; }
      #masthead #branding-wrapper .site-branding .site-title a {
        color: #4F5D75; }
    #masthead #branding-wrapper .site-branding .site-description {
      color: #BFC0C0;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      margin: 0px; }

#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  text-align: center;
  display: none; }
  #jumbosearch .form {
    margin-top: 20%; }
    #jumbosearch .form label {
      width: 80%;
      text-align: center; }
    #jumbosearch .form input[type=search] {
      background: none;
      outline: none;
      padding: 20px;
      font-size: 28px;
      border: none;
      border-radius: 0;
      color: white;
      width: 80%;
      text-align: center;
      clear: both; }
      #jumbosearch .form input[type=search]::-webkit-input-placeholder {
        color: white;
        font-weight: 300; }
    #jumbosearch .form input[type=submit] {
      display: none;
      text-transform: uppercase; }
  #jumbosearch .closeicon {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 27px;
    padding: 15px;
    cursor: pointer;
    color: white; }

#search-icon {
  display: inline-block;
  font-size: 24px;
  float: right;
  margin-left: auto; }
  #search-icon:hover {
    cursor: pointer; }
  #search-icon #searchicon:hover {
    color: #EF8354; }
  @media screen and (max-width: 768px) {
    #search-icon {
      display: none; } }

#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; } }
#nav-wrapper #site-navigation {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  float: none; }
  #nav-wrapper #site-navigation a {
    color: black;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700; }
    #nav-wrapper #site-navigation a:hover {
      color: #EF8354; }
  #nav-wrapper #site-navigation ul {
    transition: opacity ease .3s; }
  #nav-wrapper #site-navigation ul > li.page_item_has_children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px; }
  #nav-wrapper #site-navigation ul ul {
    opacity: 0;
    visibility: hidden; }
    #nav-wrapper #site-navigation ul ul li.page_item_has_children > a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-size: 900;
      margin-left: 10px; }
    #nav-wrapper #site-navigation ul ul ul {
      left: 100%;
      opacity: 0; }
  #nav-wrapper #site-navigation ul li {
    margin: 10px 20px;
    margin-bottom: 0px; }
    #nav-wrapper #site-navigation ul li:hover > ul {
      visibility: visible;
      opacity: 1;
      background: white;
      top: 100%; }
      #nav-wrapper #site-navigation ul li:hover > ul li {
        margin: 0px;
        padding: 10px 20px; }
        #nav-wrapper #site-navigation ul li:hover > ul li:hover > ul {
          top: 0; }
@media screen and (max-width: 768px) {
  #nav-wrapper {
    display: none; } }

@media screen and (max-width: 992px) {
  #site-navigation > ul {
    text-align: center; } }
.slicknav_menu {
  margin: 20px auto; }
  .slicknav_menu a.slicknav_btn {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 6px 10px;
    color: #4F5D75; }
  .slicknav_menu ul {
    list-style: none;
    line-height: 2em; }
    .slicknav_menu ul li {
      position: relative; }
      .slicknav_menu ul li:before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 12px;
        color: #a5cbc3;
        position: relative;
        margin-right: 10px; }

body.blog #primary article {
  margin-bottom: 50px; }
  body.blog #primary article .featured-thumb {
    position: relative; }
    body.blog #primary article .featured-thumb img {
      width: 100%; }
    body.blog #primary article .featured-thumb a {
      position: absolute;
      bottom: -20px;
      right: -20px; }
      body.blog #primary article .featured-thumb a img {
        height: 64px;
        width: 64px; }
  body.blog #primary article header.entry-header h2.entry-title {
    font-family: "Raleway", sans-serif;
    margin: 20px auto; }
    body.blog #primary article header.entry-header h2.entry-title a {
      color: #2D3142;
      font-weight: 700; }
  body.blog #primary article header.entry-header .entry-meta {
    font-family: "Raleway", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 7px 3%;
    background-color: #4F5D75; }
    body.blog #primary article header.entry-header .entry-meta a {
      color: white; }
    body.blog #primary article header.entry-header .entry-meta .byline {
      margin-left: 15px; }
  body.blog #primary article .entry-content {
    padding: 0 3%;
    color: #666666; }
  body.blog #primary article .entry-footer {
    padding-top: 20px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    overflow: auto; }
    body.blog #primary article .entry-footer .cat-links {
      display: inline-block; }
      body.blog #primary article .entry-footer .cat-links span {
        background: #4F5D75;
        color: white;
        left: -20px;
        position: relative;
        padding: 10px;
        border-radius: 5px 0 0 5px; }
        body.blog #primary article .entry-footer .cat-links span:after {
          content: "";
          position: absolute;
          left: 100%;
          top: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 19px 0 19px 10px;
          border-color: transparent transparent transparent #4F5D75; }
    body.blog #primary article .entry-footer .read-more {
      text-align: right;
      display: inline-block;
      float: right; }
      body.blog #primary article .entry-footer .read-more a {
        color: #4F5D75;
        font-size: 14px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700; }
        body.blog #primary article .entry-footer .read-more a:after {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          margin-left: 10px;
          font-size: 13px; }

@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: "Raleway", 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 #2D3142;
        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: "Raleway", 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: "Raleway", 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: "Raleway", sans-serif;
  font-weight: 700; }
.single #content #primary header.entry-header .entry-meta {
  margin: 20px 10px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif; }
  .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;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase; }
  .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 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  .single #content #primary nav.post-navigation a {
    color: #2D3142; }
    .single #content #primary nav.post-navigation a img {
      width: 30%;
      margin-bottom: 10px;
      border: solid 1px #ddd; }
      @media screen and (max-width: 768px) {
        .single #content #primary nav.post-navigation a img {
          width: 50%; } }
    .single #content #primary nav.post-navigation a span {
      display: block;
      width: 75%; }
  .single #content #primary nav.post-navigation .nav-next span {
    float: right; }
.single #content #primary #related-posts {
  overflow: auto;
  margin-bottom: 60px; }
  .single #content #primary #related-posts h2 {
    margin-bottom: 20px;
    font-weight: 700; }
  .single #content #primary #related-posts article .featured-image {
    border-bottom: solid 3px #2D3142; }
  .single #content #primary #related-posts article h3 {
    font-size: 17px;
    line-height: 1.5em; }

.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: auto 5px;
  border: solid 1px #EF8354;
  text-decoration: none;
  transition: background ease-in-out .1s, color ease-in .1s, border ease-in .1s; }

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

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

.pagination .current {
  color: #2D3142;
  border-right: none;
  padding: 10px 16px;
  font-weight: bold;
  margin: 0;
  margin-left: 1px; }

.pagination a:hover:not(.next):not(.prev) {
  background: #EF8354;
  color: white; }

.page #content #primary header.entry-header h1.entry-title {
  font-family: "Raleway", 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: "Raleway", sans-serif;
  margin-bottom: 10px; }
.archive article, .search article {
  margin-bottom: 50px; }
  .archive article .featured-thumb, .search article .featured-thumb {
    position: relative;
    overflow: auto;
    margin: auto;
    float: none;
    margin-bottom: 20px; }
  .archive article .blog-entry-title, .search article .blog-entry-title {
    margin: 15px 0;
    font-family: "Raleway", sans-serif; }
    .archive article .blog-entry-title a, .search article .blog-entry-title a {
      color: #4F5D75;
      font-weight: 700; }

.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: "IBM Plex Sans", sans-serif; }
#secondary .widget {
  padding: 5px 0px; }
#secondary h1.widget-title, #secondary h2.widget-title {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  border-bottom: solid 2px #4F5D75;
  color: #2D3142;
  margin: 0px; }
#secondary ul {
  margin: 0px;
  padding-left: 20px;
  list-style: none;
  margin-top: 30px;
  line-height: 2.2em; }
  #secondary ul li {
    position: relative;
    margin: 10px auto; }
    #secondary ul li:before {
      content: "\f22d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      left: -20px;
      color: #BFC0C0; }
#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: "Raleway", sans-serif; }
.search #content #primary header.entry-header h2.entry-title {
  font-family: "Raleway", sans-serif;
  position: relative;
  padding-left: 20px;
  font-size: 26px;
  margin-bottom: 20px; }
  .search #content #primary header.entry-header h2.entry-title a {
    color: #2D3142; }
  .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: #2D3142;
      height: 1px;
      width: 20px;
      position: absolute;
      left: -30px;
      top: 9px; }
    .search #content #primary header.entry-header .entry-meta .posted-on :after {
      content: "";
      background: #2D3142;
      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: #2D3142;
    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: #181a24; }
    .search #content #primary .entry-footer .cat-links a {
      font-weight: 400; }
  .search #content #primary .entry-footer .tags-links {
    font-weight: 700;
    color: #181a24; }
    .search #content #primary .entry-footer .tags-links a {
      font-weight: 400; }
  .search #content #primary .entry-footer .comments-link {
    font-weight: 700;
    color: #181a24; }
    .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;
  color: #999; }
  #footer-wrapper a {
    font-family: "IBM Plex Sans", sans-serif;
    color: #ccc; }
  #footer-wrapper #footer-bar {
    display: flex;
    display: inline-flex;
    width: 100%;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #footer-wrapper #footer-bar {
        display: block; } }
    #footer-wrapper #footer-bar #footer-social {
      display: inline-block;
      margin: auto 5%;
      padding: 10px 0; }
      @media screen and (max-width: 768px) {
        #footer-wrapper #footer-bar #footer-social {
          text-align: center; } }
      #footer-wrapper #footer-bar #footer-social i {
        font-size: 24px;
        margin: 8px;
        color: #888; }
    #footer-wrapper #footer-bar #get-in-touch {
      display: inline-block;
      padding: 30px 0; }
      @media screen and (max-width: 768px) {
        #footer-wrapper #footer-bar #get-in-touch {
          text-align: center; } }
      #footer-wrapper #footer-bar #get-in-touch a {
        background: #EF8354;
        color: white;
        padding: 8px 12px;
        margin-left: 5px;
        text-transform: uppercase;
        border-radius: 3px; }
  #footer-wrapper h1.widget-title, #footer-wrapper h2.widget-title {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    position: relative;
    color: #BFC0C0;
    font-weight: 700; }
  #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: "\f22d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: -20px;
        color: #a5cbc3; }
  #footer-wrapper .widget_products span.amount {
    color: #4F5D75;
    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: #4F5D75; }
      #footer-wrapper #colophon .site-info a {
        color: #bbb; }

#comments h2.comments-title {
  font-family: "Raleway", 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 #reply-title {
  font-size: 30px;
  font-weight: 700; }
#comments #respond p input {
  border-radius: 0px; }
#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 {
  background: #EF8354;
  border: 0px;
  font-size: 16px;
  box-shadow: none;
  color: white;
  text-shadow: none;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 20px auto; }

body.archive.woocommerce h1.page-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #2D3142; }
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: "Raleway", 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: #2D3142;
    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: "Raleway", 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 #3a4557;
  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: "Raleway", sans-serif; }
body.single.woocommerce #content .woocommerce-tabs #tab-reviews h2 {
  font-family: "Raleway", sans-serif; }
body.single.woocommerce #content .related {
  margin: 40px 0 0; }
  body.single.woocommerce #content .related h2 {
    font-family: "Raleway", 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: #2D3142;
      font-weight: 700; }

body.woocommerce-cart #content #primary h1.entry-title {
  font-family: "Raleway", sans-serif; }
body.woocommerce-cart #content #primary .entry-content input[type="submit"] {
  box-shadow: none;
  background: #eee;
  font-family: "IBM Plex Sans", 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: "Raleway", 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: "Raleway", sans-serif; }
body.woocommerce-checkout #content .entry-content label {
  font-family: "IBM Plex Sans", 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: #4F5D75;
  font-family: "IBM Plex Sans", 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: #4F5D75;
    font-family: "Raleway", 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: "Raleway", sans-serif; }
#recom article .featured-thumb h2.entry-title {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px; }

body.error404 #primary {
  text-align: center; }
  body.error404 #primary header.page-header {
    font-family: "Raleway", sans-serif; }
  body.error404 #primary h1.widget-title, body.error404 #primary h2.widget-title {
    font-family: "Raleway", 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: #4F5D75;
  color: white;
  font-weight: 700;
  padding: 10px 14px; }

#page #gform_wrapper_1 input[type="submit"] {
  border-radius: 0px;
  box-shadow: none;
  background: #4F5D75;
  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; }