/***RESET***/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    line-height: 1.42857143;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
  color: #000;
  font-family: 'Lora', serif;
}
strong, b {
    font-weight: 700;
}
a {
  color: #5a6a28;
  text-decoration: none;
}
a:hover {
  color: #7e9241;
  text-decoration: none;
}
a:focus {
  color: #7e9241;
  text-decoration: none;
}
/***HEADLINES***/
h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}
/***PADDINGS***/
.houzez-module {
    padding: 20px 0;
}
/***HEADER***/
.header-section-4 .navi > ul > li > a {
    line-height: 90px;
    color: #5a6a28;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.header-section-4 .navi > ul > li > a:hover {
  color: #7e9241;
  background-color: transparent;
}
.header-section-4 .navi > ul > li > a:active {
  color: #7e9241;
  background-color: transparent;
}
.header-section-4 .navi > ul > li.active > a {
  color: #7e9241;
  background-color: transparent;
}
.header-section-4 .header-right a.btn-whatsapp{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.header-section-4 .header-right .btn:hover {
    background-color: #707952;
    color: #fff;
    border-color: #707952;
}
/***SEARCH BAR***/

.advance-search-header {
    width: 100%;
    padding: 9px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #59633c !important;
}

.advanced-search .advance-btn {
  background: transparent;
  font-weight: 400;
  text-transform: none;
  color: #d9dcd1;
  width: 100%;
  text-transform: uppercase;
}
.advanced-search .advance-btn .fa {
  float: inherit;
  font-size: 15px;
  position: relative;
  margin-right: 6px;
}
.advanced-search .advance-btn:hover {
  color: #ffffff;
  box-shadow: none;
}
.advanced-search .advance-btn.active {
  color: #ffffff;
  box-shadow: none;
}
.bootstrap-select .btn.btn-default {
  border: 1px solid #707952;
  color: #c4cab4;
  font-size: 14px;
  text-transform: none;
  height: 42px;
  background-color: #707952;
  font-weight: 400;
}
.bootstrap-select .btn.btn-default:hover {
  background-color: #ffffff;
  border: 1px solid #49522d;
  color: #59633c;
}
/***BTN***/
.btn {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary {
    color: #fff!important;
    background-color: #59633c;
    border-color: #59633c!important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #707952;
  border-color: #707952;
}

.btn-primary:hover {
  color: #fff;
  background-color: #707952;
  border-color: #707952;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #59633c;
  border-color: #59633c;
}
.btn-secondary {
    color: #fff;
    background-color: #e2690f ;
    border-color: #e2690f ;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #e2690f;
  border-color: #e2690f;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #e2690f;
  border-color: #e2690f;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #e2690f;
  border-color: #e2690f;
}
.btn-whatsapp {
    color: #fff;
    background-color: #16bb38;
    border-color: #16bb38;
}
.btn-whatsapp:focus,
.btn-whatsapp.focus {
  color: #fff;
  background-color: #0ba72b!important;
  border-color: #0ba72b!important;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #0ba72b!important;
  border-color: #0ba72b!important;
}

.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  color: #fff;
  background-color: #0ba72b!important;
  border-color: #0ba72b!important;
}

/***LABEL, TEXT, COLORS***/
.label{
    font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
}

.label-warning {
    background-color: #e2690f;
}
.text-warning {
    color: #e2690f;
}
/***START SHARE TOOLTIP STYLE***/
.share_tooltip {
  position: absolute;
  right: -4px;
  bottom: 35px;
  background-color: #e2690f;
  white-space: nowrap;
  display: block;
  padding: 0 5px;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.share_tooltip a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.share_tooltip a:hover {
  color: #000 !important;
}
@media (max-width: 767px) {
  .share_tooltip a {
    width: 20px;
    padding: 0;
    font-size: 12px;
  }
}
.share_tooltip:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  top: inherit;
  right: 10px;
  bottom: -13px;
  left: inherit;
  z-index: 2;
  width: 0;
  border-width: 7px;
  border-top-color: #e2690f;
}
.share_tooltip.in {
  visibility: visible;
  z-index: 5;
}

.tooltip_left {
  line-height: 16px;
  position: absolute;
  top: inherit;
  right: 30px;
  bottom: 50%;
  left: inherit;
  z-index: -1;
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.tooltip_left:after {
  position: absolute;
  top: inherit;
  right: -14px;
  bottom: 7px;
  left: inherit;
  z-index: 2;
  border-top-color: transparent;
  border-left-color: #e2690f;
}
/***START ITEM ACTIONS STYLE***/
.actions {
  margin: 0;
  list-style: none;
  font-size: 0 !important;
}
.actions li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
.actions li:last-child {
  margin: 0;
}
.actions li > span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
}
.actions li > span:hover {
  background-color: #e2690f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/***BACK TO TOP BTN***/
.scrolltop-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    background-color: #f3a227;
    color: #fff;
    padding: 0;
    z-index: 999;
}
/***MEDIA LIST***/
.media-tabs-list li > a {
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.media-tabs-list li > a:hover {
  background-color: rgba(226, 105, 15, 0.85);
}
.media-tabs-list li:first-child {
  margin: 0 !important;
}
.media-tabs-list li.active a {
  background-color: rgb(226, 105, 15);
}
/***FOOTER***/
.footer {
    background-color: #ffffff;
    padding: 100px 0 70px;
}
.footer p {
    color: inherit;
}
.footer-widget .widget-title {
    color: inherit;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px 0;
    font-weight: 500;
}
.footer li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    font-weight: 300;
}
.footer a {
    color: inherit;
    font-weight: 300;
}
.footer-bottom {
    width: 100%;
    background-color: #191d0d;
    border-top: 1px solid #191d0d;
    padding: 30px 0;
}
.footer-bottom p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #9aa96e;
}
.footer-bottom .navi a {
    color: #fff;
    line-height: 24px;
}
.footer-bottom .navi a:hover {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: transparent;
}
.footer-bottom .foot-social p a:hover {
    color: #9aa96e;
}
.footer-bottom .foot-social p a {
    color: #707952;
    font-size: 14px;
}
/***CARD PROP***/
.hover-effect, .slideshow .slideshow-nav-main .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
    max-height: 260px;
    overflow: hidden;
}
/***DETAIL PROP***/
.detail-title .title-left {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}
.detail-title .title-right {
    float: right;
    font-size: inherit;
    line-height: 26px;
}

.header-detail .item-price {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 8px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
    font-family: "Lora", serif;
    color: #000;    
}

.detail-block .alert-warning {
    color: #000;
    padding: 15px 25px;
    border-color: #f3a227;
    background-color: rgba(243, 162, 39, 0.08);
}
.text-strike {
    text-decoration: line-through;
}

.lightbox-header .header-title img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
/***WIDGETS***/
.widget .media-left .item-thumb, .widget .next-prev-block .media-right .item-thumb, .next-prev-block .widget .media-right .item-thumb, .widget .media-left figure, .widget .next-prev-block .media-right figure, .next-prev-block .widget .media-right figure, .widget .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .widget .media-left figure {
    width: 51px;
}
.widget .media-left a, .widget .next-prev-block .media-right a, .next-prev-block .widget .media-right a {
    display: block;
    width: 51px;
}

/*MOBILE*/
.header-mobile .header-logo {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 60px;
}
.header-mobile .header-logo img {
    max-height: 46px;
}
.header-mobile .user-icon {
    width: 24px;
    display: inline-block;
    text-align: center;
    height: 26px;
    color: #e1680d;
    font-size: 20px;
}
.advanced-search-mobile {
    background-color: #59633c!important;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
}
/***SERVICES***/
.services-module.style3 .service-block .block-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px 0 0;
    font-size: 40px;
}
.services-module .service-block:hover {
  z-index: 1;
}
/***MODULE BTN***/
.houzez-module .module-title-nav .module-nav .btn {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}
.module-nav .btn {
  font-size: 14px !important;
  color: #59633c;
  background-color: #59633c00;
  border: 1px solid #59633c;
  padding: 5px 10px !important;
  margin-right: 6px !important;
  display: inline-block;
}
.module-nav .btn:hover {
  color: #fff;
  background-color: #59633c;
}
.module-nav .btn:active {
  color: #fff;
  background-color: #59633c;
}
.module-nav .btn.active {
  color: #fff;
  background-color: #59633c;
}

/***BLOCK CONTENT***/
.block-content h2{
    font-size: 36px;
    line-height: 36px;
}

/***LOGO ICONS***/
.mini-logo{
    width: 24px;
    margin-right: 4px;
}

/*START OWL AND SLICK SLIDER ARROWS STYLE*/
.slick-prev:hover, .slideshow .slide .slick-next:hover, .slideshow .slideshow-nav .slick-next:hover, .testimonial-carousel .slick-next:hover, .banner-slider .slick-next:hover,
.slick-prev:focus,
.slideshow .slide .slick-next:focus,
.slideshow .slideshow-nav .slick-next:focus,
.testimonial-carousel .slick-next:focus,
.banner-slider .slick-next:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: rgb(226, 105, 15);
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-prev:focus,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-next:focus,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:active {
  color: #fff;
  outline: none;
  background: rgb(226, 105, 15);
  border-color: rgb(226, 105, 15);
}

/***BREADCRUMB***/
.breadcrumb li a:hover {
  color: #e2690e;
}
/***BLOG***/
.article-media .img-responsive{
    width: 100%;
}
.blog-article .article-detail, .blog-article .comments-block {
    padding: 0px 48px 40px 48px;
}

.figure-block a {
    color: #fff;
    height: 260px;
}

.height-blog a{
    color: #fff;
    height: 150px;
}