/* Reset css, default css, css head layout*/
/*Color*/
/*End color*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

@media (min-width: 769px) {
  body {
    position: relative; } }
a {
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

*:focus, *, *:active, a:focus, a:active, a {
  outline: 0 !important; }

a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

a:hover {
  color: #38cf69; }

h1 {
  font-size: 2.14rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.71rem; }

h4 {
  font-size: 1.571rem; }

h5 {
  font-size: 1.428rem; }

h6 {
  font-size: 1.285rem; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
  color: #232530; }

ul, ol, p, dl, pre {
  margin-bottom: 10px; }

dt {
  font-weight: 500;
  margin-bottom: 5px; }

dd {
  margin-bottom: 15px; }

p, li {
  line-height: 1.6; }

ul {
  margin-left: 15px; }

ol {
  margin-left: 15px; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }
ul ul, ol ul {
  margin-left: 10px; }
ul ol, ol ol {
  margin-left: 20px; }

li {
  padding: 5px 0; }

code, kbd, pre, samp, tt {
  font-family: monospace, serif;
  hyphens: none; }

ins, pre {
  background: #f4f6f8; }

pre {
  white-space: pre-wrap;
  padding: 15px; }

var, cite, em {
  font-style: italic; }

cite {
  font-weight: 500; }

option {
  padding: 5px 8px;
  font-size: 0.87rem; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

img {
  max-width: 100%;
  height: auto; }

figure {
  max-width: 100%;
  margin-bottom: 10px; }

blockquote {
  position: relative;
  padding: 10px 80px 10px 120px;
  margin: 20px 0 40px;
  font-weight: 400;
  min-height: 50px;
  color: #232530; }
  blockquote p {
    line-height: 1.8; }
  blockquote:before {
    position: absolute;
    top: 0px;
    left: 43px;
    font-family: FontAwesome;
    content: '\f10d';
    font-size: 60px;
    color: #38cf69;
    height: 50px;
    line-height: 1; }

table {
  width: 100%;
  margin-bottom: 20px; }
  table th, table td {
    padding: 8px 0; }

tbody th, tbody td {
  border-bottom: 1px solid #e9eaea; }

thead th, thead td {
  border-bottom: 1px solid #182331;
  font-weight: bold;
  color: #182331; }

.woocommerce
thead th, .woocommerce
thead td {
  border-bottom: 1px solid #e9eaea;
  border-top: 1px solid #e9eaea;
  font-weight: bold; }

.text-field, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"], select {
  height: 40px; }

.text-field, input[type="text"], input[type="search"], input[type="password"], textarea, input[type="email"], input[type="tel"], select {
  border: 1px solid #f4f6f8;
  padding: 0 20px;
  background: #f4f6f8;
  color: #2b2e2f;
  font-size: 1rem;
  height: 40px;
  line-height: 45px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out; }
  .text-field:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus {
    border-color: #38cf69; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b2e2f; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2e2f;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #2b2e2f; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #2b2e2f; }

.textarea, textarea {
  padding: 0px 15px;
  min-height: 130px; }

.btn, input[type="submit"], button:not(.vc_general):not(.pswp__button), .button {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #38cf69;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .btn:hover, input[type="submit"]:hover, button:not(.vc_general):not(.pswp__button):hover, .button:hover {
    background: #232530;
    color: #fff; }

/*-----------For 5 columns------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

.col-xs-2-5 {
  width: 40%;
  float: left; }

.col-xs-3-5 {
  width: 60%;
  float: left; }

.col-xs-4-5 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left; }

  .col-sm-2-5 {
    width: 40%;
    float: left; }

  .col-sm-3-5 {
    width: 60%;
    float: left; }

  .col-sm-4-5 {
    width: 80%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left; }

  .col-md-2-5 {
    width: 40%;
    float: left; }

  .col-md-3-5 {
    width: 60%;
    float: left; }

  .col-md-4-5 {
    width: 80%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left; }

  .col-lg-2-5 {
    width: 40%;
    float: left; }

  .col-lg-3-5 {
    width: 60%;
    float: left; }

  .col-lg-4-5 {
    width: 80%;
    float: left; } }
.site-title {
  margin: 0; }
  .site-title a {
    line-height: 1.2; }

.site-description {
  margin: 0; }

/*End color*/
.layout-boxes.container {
  padding: 0; }
  .layout-boxes.container.box-shadow {
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.4); }

/*Default css for header*/
.wrap-mobile-nav, #menu-mobile-trigger {
  display: none; }

#site-branding {
  display: inline-block; }

#logo {
  margin: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  padding: 22px 0; }

#main-navigation {
  display: inline-block; }

.content-header-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

#icon-header {
  margin: 0 -10px 0;
  display: flex;
  padding-left: 10px;
  position: relative;
  z-index: 3; }
  #icon-header li {
    list-style: none;
    display: inline-block;
    padding: 0; }
  #icon-header .search a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 1.142rem;
    color: #182331; }
    #icon-header .search a:hover {
      color: #38cf69; }
  #icon-header .search-trigger {
    position: relative; }
    #icon-header .search-trigger i {
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
    #icon-header .search-trigger.active .clever-icon-search-2 {
      opacity: 0; }
    #icon-header .search-trigger.active .clever-icon-close {
      opacity: 1; }
    #icon-header .search-trigger .clever-icon-close {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      left: 0;
      top: 0;
      opacity: 0; }

/*Search block*/
.mask-search {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  z-index: 9; }
  .mask-search.active {
    visibility: visible;
    opacity: 1; }

.close-search {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  text-align: center;
  line-height: 53px;
  font-size: 2rem;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  left: calc(50% - 25px);
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  border: 2px solid transparent; }
  .close-search:hover {
    border-color: #fff; }

.header-search-block {
  position: fixed;
  top: 50%;
  width: 600px;
  max-width: calc(100% - 40px);
  align-items: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .header-search-block.active {
    z-index: 11;
    visibility: visible;
    opacity: 1; }
  .header-search-block input {
    background: none;
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
    font-size: 2rem;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-style: italic; }
  .header-search-block i {
    display: none; }
  .header-search-block .ipt {
    color: #fff; }
    .header-search-block .ipt::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .header-search-block .ipt::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .header-search-block .ipt:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .header-search-block .ipt:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .header-search-block form {
    width: 100%; }

.menu-right-layout #main-navigation {
  width: 100%;
  text-align: right; }

.logo-center-layout .main-menu > ul > li:first-child {
  margin-left: 0; }
  .logo-center-layout .main-menu > ul > li:first-child > a {
    padding-left: 0; }

.stack-center-layout #site-branding, .stack-center-layout #bottom-header {
  width: 100%;
  text-align: center; }
  .stack-center-layout #site-branding .container, .stack-center-layout #bottom-header .container {
    position: relative; }
.stack-center-layout #icon-header {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.stack-center-layout.type-2 #icon-header .search {
  display: none; }

.sticky-wrapper:not(.is-sticky) {
  height: auto !important; }

.is-sticky > .sticker {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
  .is-sticky > .sticker #logo {
    padding: 10px 0; }

/*Header 2 line*/
.header-two-lines .main-menu {
  width: calc(100% - 100px); }
.header-two-lines .wrap-sidebar-menu-header {
  width: 100px;
  float: right; }
.header-two-lines #icon-header {
  float: right;
  padding: 10px 0; }
  .header-two-lines #icon-header .search a, .header-two-lines #icon-header .top-cart-icon {
    color: #fff; }
    .header-two-lines #icon-header .search a:hover, .header-two-lines #icon-header .top-cart-icon:hover {
      background: rgba(0, 0, 0, 0.1); }
    .header-two-lines #icon-header .search a i, .header-two-lines #icon-header .top-cart-icon i {
      background: none;
      color: inherit; }
  .header-two-lines #icon-header .top-cart-total {
    background: none; }
.header-two-lines #main-navigation .container {
  position: relative; }
.header-two-lines .main-menu {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
.header-two-lines .primary-nav nav > ul > li > a {
  padding: 10px 25px; }
.header-two-lines .primary-nav nav > ul > li {
  margin: 0; }
.header-two-lines .main-header {
  width: 100%; }
  .header-two-lines .main-header > .container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .header-two-lines .main-header #main-header-widget {
    width: 60%;
    text-align: right;
    max-width: calc(100% - 300px); }
    .header-two-lines .main-header #main-header-widget .main-widget {
      text-align: left; }
  .header-two-lines .main-header #site-branding {
    width: 40%;
    min-width: 300px; }
.header-two-lines .wrap-icon-cart {
  display: none; }

#zoo-header.search-active .header-two-lines .main-menu {
  opacity: 0; }

.two-lines-1 .content-header-block {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 30px; }
.two-lines-1 .sticky-wrapper {
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  width: 100%; }
.two-lines-1 #icon-header {
  margin-right: 30px; }
.two-lines-1 #icon-header .top-cart-icon:hover {
  color: #38cf69; }
.two-lines-1 #main-navigation {
  width: 100%;
  background: #232530;
  position: absolute;
  top: 100%;
  height: 60px;
  transition: transform 300ms;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -o-transition: transform 300ms;
  -ms-transition: transform 300ms; }
.two-lines-1 .is-sticky #main-navigation {
  width: 100% !important;
  left: 0; }
.two-lines-1 .wrap-main-nav {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
.two-lines-1 .main-menu > ul {
  display: inline-block;
  float: left; }
.two-lines-1 .main-menu > ul > li {
  height: 60px;
  float: left; }
  .two-lines-1 .main-menu > ul > li > a {
    color: #fff;
    line-height: 40px; }
  .two-lines-1 .main-menu > ul > li:hover, .two-lines-1 .main-menu > ul > li.current-menu-ancestor, .two-lines-1 .main-menu > ul > li.current-menu-item {
    background: #38cf69; }
    .two-lines-1 .main-menu > ul > li:hover > a, .two-lines-1 .main-menu > ul > li.current-menu-ancestor > a, .two-lines-1 .main-menu > ul > li.current-menu-item > a {
      color: #fff; }

.main-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .main-header .zoo-icon-field {
    margin-bottom: 0; }
    .main-header .zoo-icon-field i {
      font-size: 2rem; }

.request-a-quote {
  height: 50px;
  border: 1px solid transparent;
  line-height: 50px;
  letter-spacing: 0; }

#main-header-widget .main-widget {
  display: inline-block;
  padding-left: 55px; }
  #main-header-widget .main-widget:first-child {
    padding-left: 0; }

.menu-widget {
  display: inline-block;
  float: right;
  padding: 15px 0; }

/*End Header 2 line*/
/*Header 2 line 2*/
.two-lines-2 #top-header {
  background: #f4f6f8;
  color: #232530; }
  .two-lines-2 #top-header .zoo-widget-social-icon.icon a, .two-lines-2 #top-header a {
    background: none;
    color: #232530; }
    .two-lines-2 #top-header .zoo-widget-social-icon.icon a:hover, .two-lines-2 #top-header a:hover {
      color: #38cf69; }

.header-two-lines-2 .content-header-block {
  display: inline-block; }
.header-two-lines-2 .main-header {
  width: 100%; }
  .header-two-lines-2 .main-header > .container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .header-two-lines-2 .main-header #main-header-widget {
    width: 60%;
    text-align: right;
    max-width: calc(100% - 300px); }
    .header-two-lines-2 .main-header #main-header-widget .main-widget {
      text-align: left; }
  .header-two-lines-2 .main-header #site-branding {
    width: 40%;
    min-width: 300px; }
.header-two-lines-2 #main-navigation {
  background: #38cf69;
  width: 100%; }
  .header-two-lines-2 #main-navigation .container {
    position: relative; }
  .header-two-lines-2 #main-navigation nav {
    height: 60px; }
    .header-two-lines-2 #main-navigation nav > ul > li:first-child {
      margin-left: 0; }
    .header-two-lines-2 #main-navigation nav > ul > li.current-menu-item > a, .header-two-lines-2 #main-navigation nav > ul > li.current-menu-ancestor > a {
      color: #fff;
      background: rgba(0, 0, 0, 0.1); }
    .header-two-lines-2 #main-navigation nav > ul > li > a {
      line-height: 40px;
      height: 60px;
      color: #fff; }
      .header-two-lines-2 #main-navigation nav > ul > li > a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.1); }

/*End Header 2 line 2*/
/*Mobile css*/
.wrap-mobile-nav, #menu-mobile-trigger {
  display: none; }

@media (max-width: 769px) {
  #zoo-header {
    z-index: 4; }

  .wrap-mobile-nav {
    z-index: 999; }

  #main-navigation {
    display: none; }

  #logo {
    padding: 10px !important;
    text-align: center; }

  #menu-mobile-trigger {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    color: #182331;
    line-height: 32px;
    text-align: center;
    position: relative; }
    #menu-mobile-trigger .clever-icon-close {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
    #menu-mobile-trigger.active {
      color: #38cf69; }
      #menu-mobile-trigger.active .clever-icon-close {
        opacity: 1; }
      #menu-mobile-trigger.active .clever-icon-menu-2 {
        opacity: 0; }

  .wrap-header-block .container {
    padding: 0 10px; }

  #icon-header > .search {
    display: none; }

  #site-branding {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 80px); }

  .wrap-mobile-nav {
    overflow: scroll;
    height: 100vh;
    position: fixed;
    display: block;
    width: 100%;
    max-width: 360px;
    top: 0;
    left: -100vw;
    background: #fff;
    z-index: 999;
    padding: 15px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms; }
    .wrap-mobile-nav input {
      background: none; }
    .wrap-mobile-nav.active {
      left: 0px; }
    .wrap-mobile-nav .search-wrap .ipt {
      border-bottom: 1px solid #e9eaea; }

  .search-wrap {
    margin: 10px 0; }

  .close-nav {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #182331;
    display: block;
    margin-left: -5px; }

  .menu-active {
    overflow: hidden; }
    .menu-active .mask-search {
      visibility: visible;
      opacity: 1;
      cursor: pointer; }
      .menu-active .mask-search .close-search {
        display: none; }

  .search-wrap {
    position: relative; }
    .search-wrap .ipt {
      margin: 0;
      border: none;
      padding: 0;
      border-bottom: 2px solid #182331; }
    .search-wrap i {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

  .header-two-lines .main-header > .container {
    width: 100%; }

  .header-two-lines .wrap-icon-cart {
    display: block; }

  #mobile-nav {
    padding: 10px 0;
    height: calc(100% - 100px);
    overflow-y: scroll; }
    #mobile-nav a {
      padding: 10px 0;
      display: block;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.8rem;
      color: #182331; }
    #mobile-nav li {
      list-style: none;
      border-top: 1px solid #e9eaea;
      padding: 0;
      position: relative; }
    #mobile-nav > div > ul {
      margin: 0; }
      #mobile-nav > div > ul > li:first-child {
        border-top: none; }

  .triggernav {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: center;
    cursor: pointer; }
    .triggernav.active i:before {
      content: '\c035'; }

  .wrap-header-block {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 4;
    background: #fff; }

  #main-header-widget {
    display: none; }

  .header-two-lines-1 .content-header-block {
    padding-bottom: 0; }

  .header-two-lines .main-header #site-branding {
    min-width: 0;
    margin-left: 5px;
    width: calc(100% - 80px); }

  .wrap-breadcrumb {
    padding: 15px 0; }

  .header-transparent .wrap-header-block {
    background: rgba(0, 0, 0, 0.8); }

  .clever-portfolio-shortcode {
    width: 100%;
    overflow: hidden; } }
/*End css for header*/
/*Comments list*/
#comments-list .title-block {
  margin-bottom: 0;
  padding-bottom: 15px; }
#comments-list > ol > li.comment:first-child {
  border: none; }
#comments-list > ol {
  margin: 0; }

.comment > ul.children {
  margin-left: 100px; }

li.comment {
  list-style: none;
  padding: 0; }

.comment-wrap {
  padding: 15px 0 10px;
  width: 100%;
  display: inline-block; }

.comment-avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  float: left;
  width: 70px;
  height: 70px;
  display: block;
  overflow: hidden; }

.comment-content {
  width: calc(100% - 100px);
  padding-left: 30px;
  margin-left: 30px;
  float: left;
  display: inline-block;
  position: relative; }
  .comment-content .author-name {
    margin-bottom: 0;
    font-size: 1.1428rem; }

.comment-meta {
  margin-bottom: 15px; }

.comment-meta-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block; }

.comment-edit-link {
  margin-right: 5px; }

.comment-reply-link, .comment-edit-link {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  display: inline-block;
  padding: 0 25px;
  color: #232530;
  text-transform: uppercase;
  font-size: 0.857rem;
  letter-spacing: 1px;
  border: 1px solid #38cf69;
  height: 30px;
  line-height: 30px;
  font-weight: 500; }
  .comment-reply-link:hover, .comment-edit-link:hover {
    color: #fff;
    background: #38cf69; }

.date-post {
  text-transform: uppercase;
  color: #ccc;
  font-size: 0.9rem; }

#respond, #comments-list {
  margin-top: 25px; }

#reply-title {
  font-size: 1.4rem;
  margin-bottom: 20px; }

/*widget icon field*/
.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
.sidebar a {
  color: #636363; }
  .sidebar a:hover {
    color: #38cf69; }
.sidebar .btn {
  color: #fff; }
  .sidebar .btn:hover {
    color: #fff; }

.zoo-icon-field {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  .zoo-icon-field .wrap-icon-item {
    float: left;
    width: 50px;
    padding-top: 5px; }
    .zoo-icon-field .wrap-icon-item i {
      color: #38cf69;
      font-size: 2rem; }
  .zoo-icon-field .wrap-text-content {
    width: calc(100% - 50px);
    float: left; }
  .zoo-icon-field h4.widget-title {
    margin-bottom: 0;
    font-size: 1.067rem; }

.zoo-posts-widget {
  width: 100%;
  display: inline-block; }
  .zoo-posts-widget .post-widget-item {
    width: 100%;
    display: inline-block; }
  .zoo-posts-widget .post-widget-image {
    float: left;
    width: 75px; }
  .zoo-posts-widget .post-widget-item-text {
    width: calc(100% - 75px);
    float: left;
    padding-left: 20px; }
  .zoo-posts-widget .no-thumb .post-widget-item-text {
    padding: 0;
    width: 100%; }
  .zoo-posts-widget .title-post {
    font-size: 1.1428rem;
    margin: 0;
    font-weight: 500;
    color: #182331; }
    .zoo-posts-widget .title-post a {
      color: inherit; }
    .zoo-posts-widget .title-post:hover {
      color: #38cf69; }
  .zoo-posts-widget .date-post {
    font-size: 1rem;
    width: 100%;
    line-height: 15px;
    float: left; }

.tagcloud a {
  font-size: 0.857rem !important;
  border: 1px solid #e9eaea;
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #717779; }
  .tagcloud a:hover {
    background: #38cf69;
    border-color: #38cf69;
    color: #fff; }

.zoo-wrap-pagination.simple {
  width: 100%;
  display: inline-block; }
  .zoo-wrap-pagination.simple .next-page {
    float: right;
    text-align: right; }
  .zoo-wrap-pagination.simple .prev-page {
    text-align: left;
    float: left; }
  .zoo-wrap-pagination.simple a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #182331;
    border-bottom: 2px solid #182331; }
    .zoo-wrap-pagination.simple a:hover {
      border-color: #38cf69;
      color: #38cf69; }

/*Widget download*/
.zoo_download_block .text-download {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap; }
  .zoo_download_block .text-download i {
    padding-left: 10px; }

@media (max-width: 769px) {
  blockquote, .blockquote {
    padding: 10px 30px 10px 85px; }
    blockquote:before, .blockquote:before {
      left: 13px; } }
.required {
  color: #f42626; }

/*Footer*/
.wrap-footer-2-layout {
  padding: 0 15px; }
  .wrap-footer-2-layout #main-footer {
    padding: 30px 0 0; }
  .wrap-footer-2-layout .main-footer-block {
    margin-bottom: 25px;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 100%;
    background: #1e1e27;
    color: #fff;
    padding: 25px;
    flex-wrap: wrap; }
  .wrap-footer-2-layout .footer-widget, .wrap-footer-2-layout #copyright {
    width: 100%; }
  .wrap-footer-2-layout .footer-widget:last-child {
    margin: 0; }
  .wrap-footer-2-layout .wrap-main-footer {
    display: flex;
    justify-content: center;
    align-items: stretch; }
  .wrap-footer-2-layout h3, .wrap-footer-2-layout h4, .wrap-footer-2-layout h5, .wrap-footer-2-layout h6, .wrap-footer-2-layout h2, .wrap-footer-2-layout h1 {
    color: rgba(255, 255, 255, 0.8); }
  .wrap-footer-2-layout a {
    color: #fff; }
  .wrap-footer-2-layout .zoo-widget-social-icon.icon a {
    background: none !important; }

@media (max-width: 769px) {
  .wrap-footer-2-layout .wrap-main-footer {
    display: inline-block; } }
/*End Footer*/

/*# sourceMappingURL=zoo-layout.css.map */
