/**
 * Theme Name:  Zoo Landscaping
 * Theme URI:   http://landscaping.wp2.zootemplate.com/
 * Author:      Zootemplate
 * Author URI:  http://zootemplate.com/
 * Description: Landscaping is an elegant WordPress Theme built for landscaping companies, Lawn Services Business, Groundskeepers, Landscape Architects, Gardeners, Florists, Agriculture and companies that offer related services with a trending and beautiful design. The Landscaping will help you get your site up and running in less than minutes with importing all pre-built pages.
 * Version:     1.0.3
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: zoo-landscaping
 *
 * This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
 */
/*Color*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Header
2.0 - Breadcrumb
3.0 - Single post page
	3.1 - Related Post
4.0 - Widget
5.0 - Footer
	5.1 - instagram widget
6.0 - Blog Item
7.0 - Portfolio
8.0 - Search page
9.0 - 404
10.0 - Change css for vc builder
11.0 - service
--------------------------------------------------------------*/
/*Header*/
@media (min-width: 1170px) {
  .container {
    width: 1200px; } }
.pos-left {
  right: 100% !important;
  left: auto !important; }

#page-load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: #252525;
  z-index: 10;
  opacity: 1;
  transition: all 800ms;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  -ms-transition: all 800ms; }
  #page-load.deactive {
    opacity: 0;
    z-index: -1; }
  #page-load .loading {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border: 3px solid #4c800d;
    border-left: 3px solid transparent !important;
    animation: circus 800ms linear 0s infinite; }
    #page-load .loading:before {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      border: 3px solid #4c800d;
      border-right: 3px solid transparent !important;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      display: block;
      position: fixed;
      content: '';
      animation: circus-back 500ms linear 0s infinite; }

@-webkit-keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.wrap-header {
  position: relative;
  z-index: 2; }
  .wrap-header.full-width .container {
    width: 100%;
    max-width: none; }
  .wrap-header.header-transparent {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

#top-header {
  background: #2e2e2e;
  color: #959595; }
  #top-header li {
    list-style: none; }
  #top-header #top-left-header .top-head-widget {
    float: left; }
  #top-header .header-search-block {
    background: none; }
    #top-header .header-search-block input {
      color: #fff;
      background: #2e2e2e;
      height: 35px;
      line-height: 35px;
      font-size: 1rem; }
  #top-header .top-head-widget {
    display: inline-block; }
  #top-header .zoo-icon-field {
    float: left;
    margin: 0;
    line-height: 45px;
    height: 45px; }
    #top-header .zoo-icon-field div {
      line-height: 45px;
      height: 45px; }
    #top-header .zoo-icon-field .wrap-icon-item {
      width: auto;
      padding: 0; }
      #top-header .zoo-icon-field .wrap-icon-item i {
        font-size: 0.9rem; }
  #top-header .wrap-text-content {
    font-size: 0.9rem;
    width: auto;
    padding: 0 20px 0 5px; }
  #top-header .row {
    display: flex;
    align-items: center; }
  #top-header #icon-header {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0; }
    #top-header #icon-header .search-trigger {
      color: #959595;
      font-size: 1rem; }
  #top-header #icon-header .search a {
    width: 30px; }
  #top-header .top-cart-icon {
    padding-left: 5px; }
    #top-header .top-cart-icon i {
      font-size: 1rem; }
  #top-header .widget-title {
    color: #fff; }
  #top-header .header-widget select .search-field {
    color: #fff; }

.two-lines-2 .top-cart-icon:hover i, .two-lines-2 .wrap-icon-cart:hover i {
  color: #fff; }
.two-lines-2 #top-header .header-search-block input {
  background: #4c800d; }
.two-lines-2 .top-cart-total {
  background: #fff;
  color: #4c800d; }

#main-header-widget .ZooIconField
.widget-title {
  margin-top: 0; }

.header-widget {
  max-width: 100%; }
  .header-widget .widget-title {
    margin: 15px 0 10px; }
  .header-widget.widget_archive, .header-widget.widget_calendar, .header-widget.widget_categories, .header-widget.widget_pages, .header-widget.widget_meta, .header-widget.widget_recent_comments, .header-widget.widget_nav_menu, .header-widget.widget_recent_entries {
    width: 100%; }
  .header-widget select {
    background: none;
    border: 1px solid #ebebeb;
    max-width: 100%;
    padding: 0 10px;
    height: 40px; }
  .header-widget .search-field {
    height: 40px;
    line-height: 40px; }

#top-right-header {
  text-align: right; }
  #top-right-header .zoo-widget-social-icon {
    text-align: right;
    margin-right: -10px; }
    #top-right-header .zoo-widget-social-icon li {
      border: none;
      padding: 0;
      display: inline-block; }

.header-two-lines-1
.wrap-sidebar-menu-header {
  color: #fff; }
  .header-two-lines-1
  .wrap-sidebar-menu-header .widget-title {
    color: #fff; }

.wrap-sidebar-menu-header a:hover {
  color: #252525; }

.zoo-widget-social-icon {
  margin: 0; }
  .zoo-widget-social-icon li {
    display: inline-block; }
  .zoo-widget-social-icon a {
    padding: 0px 10px;
    line-height: 35px;
    height: 35px; }

.primary-nav nav {
  display: inline-block; }
  .primary-nav nav a {
    padding: 10px;
    font-weight: 500;
    color: #252525; }
  .primary-nav nav li:hover > a {
    color: #4c800d; }
  .primary-nav nav ul {
    margin: 0; }
  .primary-nav nav > ul > li {
    margin: 0 5px; }
    .primary-nav nav > ul > li > a {
      display: inline-block; }
    .primary-nav nav > ul > li:hover > ul {
      opacity: 1;
      visibility: visible;
      top: 100%;
      z-index: 1; }
    .primary-nav nav > ul > li > ul ul {
      left: 100%;
      top: 100%; }
    .primary-nav nav > ul > li li {
      border-bottom: 1px solid #ebebeb;
      width: 100%; }
      .primary-nav nav > ul > li li a {
        font-size: 0.8rem;
        display: block;
        font-weight: 500; }
      .primary-nav nav > ul > li li:last-child {
        border: none; }
      .primary-nav nav > ul > li li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 0; }
  .primary-nav nav li {
    list-style: none;
    display: inline-block;
    text-align: left;
    padding: 0; }
    .primary-nav nav li.menu-item-has-children {
      position: relative; }
    .primary-nav nav li ul {
      background: #fff;
      position: absolute;
      top: calc(100% + 30px);
      opacity: 0;
      visibility: hidden;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms;
      width: 200px;
      box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2); }
    .primary-nav nav li:hover > a {
      color: #4c800d; }

.menu-right .primary-nav nav > ul > li {
  height: 80px;
  line-height: 80px; }
.menu-right .is-sticky .primary-nav nav > ul > li {
  height: 60px;
  line-height: 60px; }

.is-sticky .wrap-header-block {
  background: #fff; }

@media (max-width: 769px) {
  #top-header .row {
    text-align: center; }

  #top-right-header, #top-left-header {
    text-align: center;
    width: 100%; }

  #top-left-header {
    display: none; } }
/*Breadcrumb*/
.wrap-breadcrumb {
  background: #f5f5f5;
  padding: 10px 0; }

.breadcrumbs {
  margin: 0;
  padding: 0; }
  .breadcrumbs li {
    list-style: none; }

/*Single post page*/
.wrap-site-main {
  padding: 70px 0; }

.title-detail {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin: 0; }

.post-info {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  padding: 5px 0; }
  .post-info span {
    font-size: 0.933rem;
    color: #959595; }
  .post-info > span {
    margin-left: 10px; }
    .post-info > span:first-child {
      margin: 0; }
  .post-info .post-comment {
    margin: 0; }

.header-post {
  margin-bottom: 25px; }

.post-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  .post-content ul {
    margin-left: 0; }
    .post-content ul ul {
      margin-left: 15px; }
  .post-content ul > li {
    position: relative;
    list-style: none; }
    .post-content ul > li:before {
      width: 5px;
      height: 5px;
      background: #4c800d;
      display: inline-block;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      content: '';
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      transform: translateY(-4px);
      margin-right: 10px; }
  .post-content img.alignleft {
    margin-right: 10px;
    margin-bottom: 10px; }
  .post-content figure img {
    margin-bottom: 10px; }
  .post-content .gallery {
    margin: 0 -5px; }
    .post-content .gallery figure {
      display: inline-block;
      margin-bottom: 10px;
      padding: 5px; }

.tags-link-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 35px; }
  .tags-link-wrap h5 {
    display: inline;
    margin: 0; }
  .tags-link-wrap a {
    color: #4c800d;
    font-size: 1.067rem; }
    .tags-link-wrap a:hover {
      color: #252525; }

.post-author {
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
  padding: 35px 40px; }

.author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  float: left; }

.author-content {
  float: left;
  width: calc(100% - 100px);
  padding-left: 25px; }
  .author-content p {
    margin-bottom: 10px; }

.author-name {
  font-size: 1.067rem;
  margin-bottom: 10px; }

.wrap-author-social {
  width: 100%;
  margin: 0 0 0 -10px; }
  .wrap-author-social li {
    list-style: none;
    display: inline-block;
    padding: 0; }
    .wrap-author-social li a {
      width: 30px;
      font-size: 0.8667rem;
      text-align: center;
      display: block;
      height: 30px;
      line-height: 30px; }

.post-password-form, .zoo-form-login {
  padding: 50px 0;
  text-align: center; }
  .post-password-form form, .zoo-form-login form {
    max-width: 400px;
    margin: 0 auto; }

.single-image {
  margin-bottom: 30px; }

@media (max-width: 769px) {
  .wrap-site-main {
    padding: 40px 0; } }
@media (max-width: 481px) {
  .post-info span.list-cat {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    margin: 0; } }
/*Related Post*/
.post-related {
  margin-top: 35px; }
  .post-related .title-post {
    font-size: 0.933rem;
    font-weight: 500; }
  .post-related .wrap-post-thumbnail {
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    text-align: center; }

/*End Related Post*/
/* Widget*/
.widget_categories .screen-reader-text, .widget_archive .screen-reader-text {
  display: none; }

.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 5px 10px; }
.widget li {
  border-top: 1px dashed #ebebeb;
  list-style: none;
  width: 100%;
  padding: 10px 0; }
  .widget li li:last-child {
    padding-bottom: 0; }
.widget ul, .widget ol {
  margin: 0; }
  .widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
    margin-left: 10px;
    margin-top: 10px; }
.widget > ul > li:first-child, .widget .menu > li:first-child {
  padding-top: 0;
  border-top: none; }
.widget > ul > li:last-child, .widget .menu > li:last-child {
  border-bottom: 1px dashed #ebebeb; }

.widget-title {
  margin-bottom: 30px; }

@media (min-width: 769px) {
  .has-right-sidebar:not(.content-single-service) {
    padding-right: 35px; }

  .has-left-sidebar:not(.content-single-service) {
    padding-left: 35px; } }
/*Footer*/
.wrap-footer-view-btn {
  width: 100%;
  text-align: center;
  display: none; }

#zoo-footer {
  background: #1d2126;
  color: #aaaaaa; }

#bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0; }
  #bottom-footer .container {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

#copyright a {
  color: #4c800d; }
  #copyright a:hover {
    color: #fff; }

.bottom-footer-block {
  text-align: right; }
  .bottom-footer-block ul {
    margin: 0; }
  .bottom-footer-block li {
    display: inline-block;
    list-style: none;
    margin: 0 15px; }
    .bottom-footer-block li:last-child {
      margin-right: 0;
      padding-bottom: 0; }
  .bottom-footer-block .widget_categories li, .bottom-footer-block .widget_pages li {
    width: 100%;
    margin: 0; }
    .bottom-footer-block .widget_categories li ul, .bottom-footer-block .widget_pages li ul {
      margin: 0 15px 0 0; }
  .bottom-footer-block .widget_nav_menu {
    position: relative;
    text-align: right; }
    .bottom-footer-block .widget_nav_menu ul.sub-menu {
      position: absolute;
      width: 250px;
      bottom: 100%;
      opacity: 0;
      background: #1d2126;
      z-index: -1;
      transition: 300ms;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      -ms-transition: 300ms; }
      .bottom-footer-block .widget_nav_menu ul.sub-menu li {
        width: 100%;
        margin: 0;
        padding: 10px; }
    .bottom-footer-block .widget_nav_menu li {
      position: relative; }
    .bottom-footer-block .widget_nav_menu li:hover > ul {
      opacity: 1;
      z-index: 1; }
    .bottom-footer-block .widget_nav_menu ul.menu > li > .sub-menu {
      right: 0; }
      .bottom-footer-block .widget_nav_menu ul.menu > li > .sub-menu ul {
        right: 100%;
        bottom: 0; }

@media (max-width: 769px) {
  #copyright {
    text-align: center; } }
#main-footer .container {
  padding: 0; }

.wrap-main-footer {
  display: flex;
  justify-content: center; }

.wrap-default-layout .bottom-footer-block {
  text-align: right; }
.wrap-default-layout .wrap-main-footer {
  margin: 0 -15px; }
.wrap-default-layout .main-footer-block {
  padding: 35px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .wrap-default-layout .main-footer-block:first-child {
    border: none; }
.wrap-default-layout .footer-widget {
  padding-top: 20px; }
.wrap-default-layout .widget_text {
  margin-bottom: 20px; }
.wrap-default-layout .zoo-widget-social-icon {
  margin-left: -5px; }
.wrap-default-layout .zoo-widget-social-icon a {
  font-size: 1.6rem; }
.wrap-default-layout .widget_nav_menu .menu > li:first-child {
  padding-top: 0; }
.wrap-default-layout .widget_nav_menu li {
  list-style: none; }
  .wrap-default-layout .widget_nav_menu li:last-child {
    padding-bottom: 0; }
.wrap-default-layout .widget_nav_menu > ul {
  margin: 0; }

.zoo_imghover_widget {
  margin-bottom: 25px; }

.footer-widget-title {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 25px; }

.footer-widget select {
  border: 1px solid #ebebeb;
  width: 100%;
  background: none;
  color: #fff;
  height: 40px;
  padding: 0 10px; }

#top-footer {
  background: #f5f5f5; }
  #top-footer .footer-widget {
    margin: 0; }
    #top-footer .footer-widget:first-child {
      margin-bottom: 15px;
      padding-top: 15px; }

/*instagram widget*/
.instagram-feed-heading {
  font-size: 2rem;
  text-transform: uppercase;
  color: #252525;
  font-weight: 100; }
  .instagram-feed-heading i {
    color: #4c800d; }

#sbi_load {
  display: none; }

@media (max-width: 769px) {
  .wrap-main-footer {
    display: inline-block; }
    .wrap-main-footer .main-footer-block {
      border: none;
      padding: 40px 15px 0 15px; }

  #main-footer .container {
    padding: 0 15px; }

  .wrap-default-layout .bottom-footer-block {
    text-align: center; }

  #bottom-footer .container {
    flex-direction: column-reverse; } }
.zoo-breadcrumb-container {
  height: 30px;
  line-height: 30px;
  font-size: 0.86667rem;
  color: #7d7d7d; }
  .zoo-breadcrumb-container .zoo-breadcrumb-url:hover {
    color: #4c800d; }
  .zoo-breadcrumb-container > span:last-child {
    color: #252525; }
  .zoo-breadcrumb-container .zoo-breadcrumb-separator {
    padding: 0 5px; }

.zoo-wrap-pagination.simple {
  padding: 0 15px; }

/*Blog Item*/
.zoo-blog-item {
  margin-bottom: 25px; }
  .zoo-blog-item.sticky .zoo-post-inner {
    border: 1px solid #ebebeb;
    padding: 15px 15px 15px 25px; }
  .zoo-blog-item .post-info {
    margin: 0 0 5px;
    padding: 0; }
    .zoo-blog-item .post-info span {
      margin: 0; }
  .zoo-blog-item .zoo-post-inner {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    width: 100%;
    display: inline-block; }
  .zoo-blog-item .title-post {
    margin-bottom: 10px; }
    .zoo-blog-item .title-post a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit; }
    .zoo-blog-item .title-post:hover {
      color: #4c800d; }
  .zoo-blog-item .entry-content {
    margin-bottom: 15px;
    color: #636363; }
    .zoo-blog-item .entry-content p {
      margin: 0; }
  .zoo-blog-item .wrap-media {
    margin-bottom: 25px; }

.list-layout-item .wrap-media {
  float: left;
  width: 30%;
  margin: 0; }
.list-layout-item .wrap-main-post {
  float: left;
  width: 70%;
  padding-left: 20px; }

.readmore {
  text-transform: uppercase;
  color: #4c800d;
  font-size: 0.8rem;
  font-weight: 500; }
  .readmore i {
    padding-left: 3px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
  .readmore:hover {
    color: #252525; }
    .readmore:hover i {
      padding-left: 15px; }

.navigation.pagination {
  margin: 0;
  width: 100%;
  text-align: right;
  padding: 0 15px; }
  .navigation.pagination h2 {
    display: none; }

.nav-links {
  width: 100%; }

.page-numbers {
  height: 45px;
  min-width: 45px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 0.9333rem;
  color: #252525;
  background: #f5f5f5;
  margin: 0 3px; }
  .page-numbers:last-child {
    margin-right: 0; }
  .page-numbers:first-child {
    margin-left: 0; }
  .page-numbers:hover, .page-numbers.current {
    background: #4c800d;
    color: #fff; }
  .page-numbers.dots {
    background: none !important;
    min-width: 0;
    padding: 0; }

.inpost-pagination {
  width: 100%;
  text-align: center;
  margin: 0 0 40px; }
  .inpost-pagination a {
    color: #252525;
    background: #f5f5f5; }
    .inpost-pagination a:hover {
      color: #fff;
      background: #4c800d; }
  .inpost-pagination .pagination > span, .inpost-pagination a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: 0 3px; }
  .inpost-pagination .pagination > span {
    color: #fff;
    background: #4c800d; }

/*Portfolio*/
.cp-title-shortcode {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block; }

.cp-wrap-block-item .clever-portfolio-item {
  max-width: 100%; }
.cp-wrap-block-item .slick-dots {
  position: static;
  margin-top: 20px; }
  .cp-wrap-block-item .slick-dots button {
    display: none; }
  .cp-wrap-block-item .slick-dots li {
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    opacity: 0.3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 5px; }
    .cp-wrap-block-item .slick-dots li.slick-active, .cp-wrap-block-item .slick-dots li:hover {
      opacity: 1; }

.cp-carousel-layout .clever-portfolio-filter {
  padding-top: 10px; }
  .cp-carousel-layout .clever-portfolio-filter li {
    color: #fff; }
    .cp-carousel-layout .clever-portfolio-filter li.active, .cp-carousel-layout .clever-portfolio-filter li:hover {
      color: #4c800d; }

.cp-mobile-filter {
  color: #252525;
  font-size: 1.0667rem;
  font-weight: 500;
  padding-top: 10px; }
  .cp-mobile-filter span {
    padding-right: 5px; }

.white_skin .cp-carousel-layout .clever-portfolio-filter li {
  color: #fff; }
  .white_skin .cp-carousel-layout .clever-portfolio-filter li:hover, .white_skin .cp-carousel-layout .clever-portfolio-filter li.active {
    color: #acd373; }
.white_skin .cp-wrap-block-item .slick-dots li {
  background: #fff; }
.white_skin .cp-mobile-filter {
  color: #fff; }

.title-project {
  font-size: 2rem;
  margin-bottom: 20px; }

.has-sidebar .project-info {
  float: left;
  background: #f5f5f5;
  padding: 15px 30px; }

.project-info {
  margin: 0 0 30px; }
  .project-info li {
    margin-bottom: 5px;
    list-style: none;
    width: 100%;
    display: inline-block; }
    .project-info li:last-child {
      margin: 0; }
    .project-info li h5.info-label, .project-info li .info-content {
      width: 50%;
      float: left;
      margin: 0 !important; }
    .project-info li h5.info-label {
      font-size: 0.933rem; }
    .project-info li .info-content {
      text-transform: none !important; }

.has-sidebar .zoo-p-wrap-content {
  padding: 0 15px !important; }

.cp-content h1, .cp-content h2, .cp-content h3, .cp-content h4, .cp-content h5, .cp-content h6 {
  margin-bottom: 15px; }
.cp-content ul, .cp-content ol, .cp-content p, .cp-content dl, .cp-content pre {
  margin-bottom: 20px; }

.project-single-pagination {
  border-top: 1px dashed #ebebeb;
  padding: 20px 0; }
  .project-single-pagination .back-to-home {
    width: 60px; }
  .project-single-pagination .project-nav-arrow {
    width: calc(50% - 30px); }
    .project-single-pagination .project-nav-arrow a {
      background: #f5f5f5;
      color: #252525;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 5px;
      min-width: 200px;
      font-size: 1.067rem;
      font-weight: 500; }
      .project-single-pagination .project-nav-arrow a:hover {
        color: #fff;
        background: #4c800d; }
      .project-single-pagination .project-nav-arrow a i {
        font-size: 0.866rem;
        font-weight: bold;
        padding: 0 15px; }
  .project-single-pagination .prev-post {
    text-align: right; }
    .project-single-pagination .prev-post a {
      text-align: left; }
  .project-single-pagination .next-post {
    text-align: left; }
    .project-single-pagination .next-post a {
      text-align: right; }
  .project-single-pagination .back-to-home {
    float: left; }
    .project-single-pagination .back-to-home a {
      border: 2px solid #ebebeb;
      width: 50px;
      height: 50px;
      line-height: 46px;
      display: inline-block;
      margin: 0 auto; }
      .project-single-pagination .back-to-home a i {
        font-size: 18px;
        line-height: 50px; }
      .project-single-pagination .back-to-home a:hover {
        color: #4c800d;
        border-color: #4c800d; }

.cp-single.slider .cp-wrap-content {
  text-align: left;
  margin-top: 35px; }
.cp-single.slider .wrap-project-content {
  max-width: 490px;
  text-align: left; }
.cp-single.slider .cp-content {
  text-align: left; }

.cp-single {
  padding-bottom: 130px; }

.project-slider {
  margin-bottom: 20px !important; }

.project-wrap-thumbs {
  margin: 0 -15px 20px -15px; }
  .project-wrap-thumbs li {
    padding: 0 15px; }

.project-slider .zoo-p-slider-arrow {
  background: #4c800d;
  opacity: 0;
  width: 55px;
  height: 55px;
  line-height: 60px;
  font-size: 2rem; }
  .project-slider .zoo-p-slider-arrow.prev-slide {
    left: 20px !important; }
  .project-slider .zoo-p-slider-arrow.next-slide {
    right: 20px !important; }
.project-slider:hover .zoo-p-slider-arrow {
  opacity: 1; }

@media (max-width: 769px) {
  .cp-single.slider .wrap-project-content {
    max-width: 100%; } }
.wrap-project.default .portfolio-info {
  padding: 10px 15px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .wrap-project.default .portfolio-info .title {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin: 0 0 5px;
    font-size: 1.33rem;
    font-weight: 400; }
    .wrap-project.default .portfolio-info .title:hover {
      color: #4c800d; }
  .wrap-project.default .portfolio-info .post-date {
    color: #fff; }
  .wrap-project.default .portfolio-info .btn {
    opacity: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 38px;
    background: #4c800d;
    font-size: 0.8rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    letter-spacing: 0px; }
    .wrap-project.default .portfolio-info .btn:hover {
      background: #fff;
      color: #252525; }
.wrap-project.default .portfolio:hover .btn {
  opacity: 1; }
.wrap-project.default .wrap-portfolio-item::after {
  background: rgba(55, 64, 76, 0.8); }

.wrap-project {
  position: relative; }
  .wrap-project .cp-title-shortcode {
    width: 320px;
    position: absolute;
    top: 5px; }
  .wrap-project .wrap-portfolio-filter {
    width: 100%; }
  .wrap-project .portfolio-info .title {
    margin-bottom: 15px; }
  .wrap-project:not(.cp-carousel-layout)
  .clever-portfolio-filter li {
    position: relative;
    margin: 0 15px;
    color: #252525;
    text-transform: uppercase;
    font-size: 0.933rem; }
    .wrap-project:not(.cp-carousel-layout)
    .clever-portfolio-filter li:after {
      height: 25px;
      width: 1px;
      color: #252525;
      content: '/';
      display: block;
      position: absolute;
      right: -15px;
      top: 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%); }
    .wrap-project:not(.cp-carousel-layout)
    .clever-portfolio-filter li:first-child {
      margin-left: 0; }
    .wrap-project:not(.cp-carousel-layout)
    .clever-portfolio-filter li:last-child {
      margin-right: 0; }
      .wrap-project:not(.cp-carousel-layout)
      .clever-portfolio-filter li:last-child:after {
        display: none; }
    .wrap-project:not(.cp-carousel-layout)
    .clever-portfolio-filter li.active, .wrap-project:not(.cp-carousel-layout)
    .clever-portfolio-filter li:hover {
      color: #4c800d; }

.cp-carousel-layout .clever-portfolio-filter {
  margin-bottom: 20px; }
.cp-carousel-layout .clever-portfolio-filter li {
  color: #252525; }
  .cp-carousel-layout .clever-portfolio-filter li:hover, .cp-carousel-layout .clever-portfolio-filter li.active {
    color: #4c800d; }
.cp-carousel-layout .wrap-portfolio-item {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4); }
.cp-carousel-layout .clever-portfolio-item {
  overflow: visible; }
.cp-carousel-layout .slick-track {
  padding-bottom: 30px; }

/*End Portfolio*/
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8; }
  to {
    width: 60px;
    height: 60px;
    opacity: 0; } }
@keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8; }
  to {
    width: 60px;
    height: 60px;
    opacity: 0; } }
.lazy-img {
  opacity: 0;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms; }
  .lazy-img.loaded {
    opacity: 1; }

.wrap-img {
  position: relative; }
  .wrap-img:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #4c800d;
    visibility: hidden; }
  .wrap-img.loading:before {
    opacity: 1;
    visibility: visible;
    -webkit-animation: spinner-bubble 1.2s linear 0s infinite;
    animation: spinner-bubble 1.2s linear 0s infinite;
    z-index: 2; }

/* Yes */
.header-search-block form {
  width: 100%; }

.clear-both {
  clear: both; }

#infinite-handle {
  text-align: center; }
  #infinite-handle .load-more-posts {
    padding: 6px 15px;
    color: #222;
    background: #eee; }
    #infinite-handle .load-more-posts .load-more-text {
      display: inline-block; }
    #infinite-handle .load-more-posts .load-more-loading {
      display: none; }
  #infinite-handle.loading .load-more-posts .load-more-text {
    display: none; }
  #infinite-handle.loading .load-more-posts .load-more-loading {
    display: inline-block; }

/*Search page*/
.page-header {
  padding: 0 15px;
  margin: 0 0 30px;
  border: none; }

.page-title {
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #ebebeb; }

.search .page-title {
  border-bottom: 1px solid #ebebeb; }

/*404*/
.error404 .not-found {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0; }
  .error404 .not-found .page-title {
    font-size: 80px;
    text-transform: uppercase;
    border: none; }
  .error404 .not-found .error-404-content {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .error404 .not-found .search-form {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    border: 3px dashed #ebebeb;
    padding: 30px; }
    .error404 .not-found .search-form .screen-reader-text {
      display: none; }
    .error404 .not-found .search-form label {
      text-align: center;
      width: 100%; }

.ctf-send {
  padding: 0 15px;
  text-align: right;
  width: 100%;
  display: inline-block; }

.wpcf7-form .wpcf7-submit {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  float: right;
  height: 55px;
  padding: 0 20px;
  line-height: 55px; }
.wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-select {
  border: 2px solid #ebebeb; }
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-select {
  height: 55px;
  line-height: 55px;
  background: #fff; }
.wpcf7-form .wpcf7-textarea {
  min-height: 230px; }
.wpcf7-form .wpcf7-select {
  width: 100%;
  padding: 0 10px; }

.wpb_gmaps_widget {
  margin: 0 !important; }
  .wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important; }

.opening-hour {
  width: 100%;
  color: #636363;
  display: inline-block;
  border-bottom: 1px dashed #ebebeb;
  padding: 8px 0 12px; }
  .opening-hour:last-child {
    border: none; }

.no-margin {
  margin: 0; }

/*Change css vc*/
.vc_tta-style-flat.vc_tta-accordion .vc_tta-panel:not(.vc_active)
.vc_tta-panel-heading {
  background: none !important;
  border: 1px solid #ebebeb; }
  .vc_tta-style-flat.vc_tta-accordion .vc_tta-panel:not(.vc_active)
  .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #252525; }
    .vc_tta-style-flat.vc_tta-accordion .vc_tta-panel:not(.vc_active)
    .vc_tta-panel-heading .vc_tta-panel-title a i:before, .vc_tta-style-flat.vc_tta-accordion .vc_tta-panel:not(.vc_active)
    .vc_tta-panel-heading .vc_tta-panel-title a i:after {
      border-color: #252525; }
.vc_tta-style-flat.vc_tta-accordion .vc_tta-panel-title a {
  padding: 0 40px 0 20px !important;
  height: 50px;
  line-height: 50px; }
  .vc_tta-style-flat.vc_tta-accordion .vc_tta-panel-title a span {
    font-size: 1.0667rem; }
.vc_tta-style-flat.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 1px solid #ebebeb !important;
  border-top: none !important;
  color: #636363 !important;
  padding-bottom: 20px !important; }
.vc_tta-style-flat.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel:not(.vc_active)
.vc_tta-panel-heading {
  border: 2px solid #ebebeb; }
.vc_tta-style-flat.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel
.vc_tta-panel-heading .vc_tta-panel-title a {
  color: #252525; }
.vc_tta-style-flat.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel-body {
  border: none !important; }

.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #4c800d !important; }

/*service css*/
.service-content ul li:before {
  content: '\f046';
  font-family: FontAwesome;
  color: #4c800d;
  background: none;
  width: 10px;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  height: auto; }

.single-service .sidebar .widget {
  margin-bottom: 30px; }

.zoo_list_services .widget-title {
  background: #4c800d;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0; }
.zoo_list_services .zoo-list-services li {
  height: 45px;
  padding: 0;
  background: #f5f5f5;
  margin-bottom: 1px;
  border: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  color: #636363; }
  .zoo_list_services .zoo-list-services li a {
    display: block;
    padding: 10px 20px; }
  .zoo_list_services .zoo-list-services li:hover {
    background: #e1e1e1; }
    .zoo_list_services .zoo-list-services li:hover a {
      color: #636363; }

.main-content .vc_general.vc_btn3 {
  font-weight: 500;
  font-size: 1rem; }
.main-content .vc_general.vc_btn3.vc_btn3-style-outline, .main-content .vc_general.vc_btn3.vc_btn3-style-outline-custom {
  border-color: #fff !important;
  padding: 15px 17px; }

.zoo-service-item {
  margin-bottom: 35px; }
  .zoo-service-item .wrap-media {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    position: relative; }
    .zoo-service-item .wrap-media:after {
      width: 100%;
      height: 100%;
      display: block;
      background: #4c800d;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms;
      opacity: 0;
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
    .zoo-service-item .wrap-media:hover:after {
      opacity: 0.5; }
  .zoo-service-item .service-title {
    margin-bottom: 10px; }
  .zoo-service-item .entry-content {
    margin-bottom: 15px; }

.zoo-service-carousel-layout .zoo-service-item {
  position: relative;
  margin-bottom: 0; }
  .zoo-service-carousel-layout .zoo-service-item.fix-height:after {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .zoo-service-carousel-layout .zoo-service-item.fix-height .wrap-service-content {
    position: absolute;
    padding: 0 35px;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .zoo-service-carousel-layout .zoo-service-item.fix-height .wrap-service-content .service-title {
      font-size: 2rem;
      color: #fff; }
      .zoo-service-carousel-layout .zoo-service-item.fix-height .wrap-service-content .service-title a {
        line-height: 40px; }

.style-2.zoo-services .zoo-service-item {
  padding: 0 15px; }
.style-2.zoo-services .wrap-head-service {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
.style-2.zoo-services .wrap-media {
  margin: 0; }
  .style-2.zoo-services .wrap-media:after {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1; }
.style-2.zoo-services .service-title {
  width: auto;
  padding: 0 5px 0 25px;
  position: absolute;
  left: 0;
  bottom: 30px;
  color: #fff;
  font-size: 1.6rem;
  max-width: calc(100% - 60px); }
  .style-2.zoo-services .service-title:hover {
    color: #fff; }
  .style-2.zoo-services .service-title a {
    position: relative;
    z-index: 2;
    color: inherit;
    line-height: 25px;
    letter-spacing: -1px; }
  .style-2.zoo-services .service-title:after {
    width: 100%;
    height: 100%;
    background: #8dc63f;
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(100% - 10px);
    display: block;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    z-index: 1; }
.style-2.zoo-services .zoo-service-item .wrap-media:hover::after {
  opacity: 1; }
.style-2.zoo-services .zoo-service-item:hover .service-title:after {
  right: 0; }

.widget .tagcloud a:hover {
  color: #fff; }

@media (max-width: 769px) {
  .post-info .post-comment {
    float: left !important; } }
.alignleft {
  text-align: left;
  float: left; }

.alignright {
  float: right;
  text-align: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

figure {
  margin-bottom: 20px; }

img.alignleft, figure.alignleft {
  margin-right: 15px; }

img.alignright, figure.alignright {
  margin-left: 15px; }

strong, b {
  font-weight: bold; }

.single-page .page-title {
  padding-top: 30px; }

@media (min-width: 769px) {
  #site-branding {
    min-width: 250px; }

  h1.site-title {
    padding: 10px 0; }

  p.site-description {
    margin-bottom: 10px; } }
.member-social {
  margin-left: 0; }
  .member-social li {
    display: inline-block;
    list-style: none;
    margin-right: 5px; }

/*# sourceMappingURL=style.css.map */
