/* 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; }

body {
  font-size: 15px;
  color: #7d7d7d;
  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: #4c800d; }

h1 {
  font-size: 2.4rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.067rem; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 500;
  color: #252525; }

ul, ol, p, dl, pre {
  margin-bottom: 25px; }

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: #f5f5f5; }

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%; }

blockquote {
  position: relative;
  padding: 10px 80px 10px 125px;
  margin: 20px 0 40px;
  font-size: 1.067rem;
  font-weight: 400;
  min-height: 50px; }
  blockquote p {
    line-height: 1.8;
    opacity: 0.9; }
  blockquote:before {
    position: absolute;
    top: 0px;
    left: 53px;
    font-family: FontAwesome;
    content: '\f10d';
    font-size: 60px;
    color: #4c800d;
    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 #ebebeb; }

thead th, thead td {
  border-bottom: 3px solid #7d7d7d;
  font-weight: bold; }

.text-field, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"] {
  height: 45px; }

.text-field, input[type="text"], input[type="search"], input[type="password"], textarea, input[type="email"], input[type="tel"] {
  border: 1px solid #ebebeb;
  padding: 0 15px;
  color: #252525;
  font-size: 1rem;
  height: 45px;
  line-height: 45px;
  background: none;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  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 {
    border-color: #4c800d; }

.textarea, textarea {
  padding: 0px 15px;
  min-height: 130px; }

.btn, input[type="submit"], button:not(.vc_general):not(.pswp__button), .button {
  padding: 0 25px;
  min-height: 40px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
  background: #4c800d;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 1px;
  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: #252525;
    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;
  line-height: 1; }
  .site-title a {
    line-height: 1.1; }

.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; }
  #logo a {
    display: inline-block; }
  #logo img {
    width: auto;
    max-height: 100%; }

#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.2rem;
    color: #252525; }
    #icon-header .search a:hover {
      color: #4c800d; }
  #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-5 {
      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*/
.header-search-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  background: #fff;
  z-index: -1;
  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: 3;
    visibility: visible;
    opacity: 1; }
  .header-search-block input {
    background: none;
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
    font-size: 1.4rem;
    color: #252525; }
  .header-search-block i {
    display: none; }

.menu-right-layout #main-navigation {
  width: 100%;
  text-align: right; }
  .menu-right-layout #main-navigation:hover {
    z-index: 4; }

.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 .header-search-block {
  padding: 0 15px; }
  .stack-center-layout .header-search-block form, .stack-center-layout .header-search-block input {
    width: 100%;
    font-size: 1rem; }
.stack-center-layout.type-2 #icon-header .search {
  display: none; }
.stack-center-layout.type-2 .header-search-block {
  z-index: 2;
  opacity: 1;
  width: 300px;
  visibility: visible; }
  .stack-center-layout.type-2 .header-search-block .ipt {
    border: 1px solid #ebebeb;
    padding: 0 10px; }
  .stack-center-layout.type-2 .header-search-block form {
    position: relative; }
  .stack-center-layout.type-2 .header-search-block i {
    display: block;
    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%); }

.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*/
.two-lines-1 .content-header-block {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 40px; }
.two-lines-1 .sticky-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
.two-lines-1 #main-navigation {
  width: 100%;
  background: #4c800d;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  padding: 0 12px;
  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 {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  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 > li {
  height: 80px; }
  .two-lines-1 .main-menu > ul > li > a {
    color: #fff;
    line-height: 60px; }
.two-lines-1 .request-a-quote {
  background: #fff;
  color: #252525; }
  .two-lines-1 .request-a-quote:hover {
    background: none;
    border-color: #fff;
    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; }

.two-lines-2 .wrap-sidebar-menu-header, .two-lines-1 .wrap-sidebar-menu-header {
  width: 300px;
  display: inline-block;
  float: right; }
.two-lines-2 .main-menu, .two-lines-1 .main-menu {
  width: calc(100% - 300px); }

/*End Header 2 line*/
/*Header 2 line 2*/
.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: 70%;
    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: 30%;
    min-width: 300px; }
.header-two-lines-2 #main-navigation {
  background: #fff;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .header-two-lines-2 #main-navigation nav {
    height: 80px; }
    .header-two-lines-2 #main-navigation nav > ul > li:first-child {
      margin-left: 0; }
      .header-two-lines-2 #main-navigation nav > ul > li:first-child > a {
        padding-left: 0; }
    .header-two-lines-2 #main-navigation nav > ul > li > a {
      line-height: 60px;
      height: 80px; }

/*End Header 2 line 2*/
/*Mobile css*/
.wrap-mobile-nav, #menu-mobile-trigger {
  display: none; }

#menu-mobile-trigger {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  color: #252525;
  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: #4c800d; }
    #menu-mobile-trigger.active .clever-icon-close {
      opacity: 1; }
    #menu-mobile-trigger.active .clever-icon-menu-2 {
      opacity: 0; }

.wrap-mobile-nav {
  overflow: scroll;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: 1;
  padding: 15px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

#mobile-nav {
  padding: 10px 0;
  height: calc(100% - 120px);
  overflow-y: scroll; }
  #mobile-nav a {
    padding: 8px 0;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    color: #252525; }
  #mobile-nav li {
    list-style: none;
    border-top: 1px solid #ebebeb;
    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'; }

@media (max-width: 769px) {
  #main-navigation {
    display: none; }

  #logo {
    padding: 10px 0;
    text-align: center; }

  #menu-mobile-trigger {
    display: inline-block; }

  .wrap-mobile-nav {
    display: block; }

  .wrap-header-block .container {
    padding: 0 10px; }

  #icon-header > .search {
    display: none; }

  #site-branding {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 80px); }

  .search-wrap {
    position: relative; }
    .search-wrap .ipt {
      margin: 0;
      border: none;
      padding: 0;
      border-bottom: 2px solid #252525; }
    .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%); }

  .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; } }
/*End css for header*/
/*Comments list*/
#comments-list .title-block {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }
#comments-list > ol > li.comment:first-child {
  border: none; }
#comments-list > ol {
  margin: 0; }

.pingback .comment-content {
  width: 100%;
  padding: 0; }
.pingback .comment-meta {
  margin: 0; }

.comment > ul.children {
  margin-left: 70px; }

.wrap-comments > li, li.comment {
  list-style: none;
  border-top: 1px solid #ebebeb;
  padding: 0; }

.comment-wrap {
  padding: 20px 0 15px;
  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: 55px;
  height: 55px;
  display: block;
  overflow: hidden; }

.comment-content {
  width: calc(100% - 55px);
  padding-left: 15px;
  float: left;
  display: inline-block;
  position: relative; }
  .comment-content .author-name {
    margin-bottom: 0;
    font-size: 1.06rem; }

.comment-meta {
  margin-bottom: 10px; }

.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: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background: #aaaaaa;
  text-transform: uppercase;
  font-size: 0.6667rem;
  letter-spacing: 1px; }
  .comment-reply-link:hover, .comment-edit-link:hover {
    color: #fff;
    background: #4c800d; }

.date-post {
  text-transform: uppercase;
  color: #aaaaaa;
  font-size: 0.9rem; }

#respond, #comments-list {
  margin-top: 25px; }

#reply-title {
  font-size: 1.4rem;
  margin-bottom: 20px; }

@media (max-width: 769px) {
  .comment > ul.children {
    margin-left: 20px; }

  .comment-avatar {
    width: 30px;
    height: 30px; }

  .comment-content {
    width: calc(100% - 35px);
    padding-left: 5px; } }
@media (max-width: 481px) {
  .comment-avatar {
    display: none; }

  .comment-content {
    width: 100%;
    padding: 0; } }
/*widget icon field*/
.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
.sidebar a {
  color: #636363; }
  .sidebar a:hover {
    color: #4c800d; }

.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: #4c800d;
      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 {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    padding: 0;
    border: none; }
  .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: 0.933rem;
    margin: 0;
    font-weight: 500;
    color: #252525; }
    .zoo-posts-widget .title-post a {
      color: inherit; }
    .zoo-posts-widget .title-post:hover {
      color: #4c800d; }
  .zoo-posts-widget .date-post {
    font-size: 0.8rem;
    width: 100%;
    padding-bottom: 5px;
    line-height: 15px;
    float: left; }

.tagcloud a {
  font-size: 0.867rem !important;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #7d7d7d; }
  .tagcloud a:hover {
    background: #4c800d;
    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: #252525;
    border-bottom: 2px solid #252525; }
    .zoo-wrap-pagination.simple a:hover {
      border-color: #4c800d;
      color: #4c800d; }

/*Widget download*/
.zoo_download_block .text-download {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 0.933rem;
  padding: 0 0 0 20px;
  background: #4c800d;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap; }
  .zoo_download_block .text-download i {
    padding-right: 30px;
    font-size: 1.4rem; }
  .zoo_download_block .text-download:hover {
    background: #252525;
    color: #fff; }

@media (max-width: 769px) {
  blockquote, .blockquote {
    padding: 10px 30px 10px 85px; }
    blockquote:before, .blockquote:before {
      left: 13px; } }
.gallery {
  display: inline-block;
  width: 100%; }

.gallery-item {
  padding: 10px;
  float: left; }

.gallery-columns-3 .gallery-item {
  width: 33.333%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }

.gallery-caption {
  padding-top: 10px; }

.zoo-pagination {
  padding: 0 15px;
  display: inline-block; }
  .zoo-pagination .load-more-button {
    font-size: 0.8rem; }
    .zoo-pagination .load-more-button .label {
      font-size: inherit; }

/*# sourceMappingURL=zoo-layout.css.map */
