/*! 
 * * Theme Name: LARAPRESS
 * * Theme URI: none
 * * Description: Larapress and Tailwind custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 * */


@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
.text-primary{
    color: #5c8e00 !important;
}
.bg-primary{
    background: #5c8e00 !important;
}
body {
    font-family: "Lato", sans-serif
}

body main {
    position: relative
}

img {
    max-width: 100%
}

#mainHeader {
    position: relative;
    z-index: 1000;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

#mainHeader .header-top {
    padding: 10px 0 0
}

#mainHeader .header-top .container {
    width: 100%
}

@media(min-width: 768px) {
    #mainHeader .header-top .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }
}

#mainHeader .header-top .logo {
    width: 200px;
    max-width: 100%;
    display: block
}

@media(max-width: 575px) {
    #mainHeader .header-top .logo {
        width: 150px
    }
}

@media(min-width: 1200px) {
    #mainHeader .header-top .logo {
        width: 250px
    }
}

#mainHeader .top-bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, .6);
    padding-bottom: 10px
}

#mainHeader .top-bar .dropdown {
    margin-left: auto
}

@media(max-width: 767px) {
    #mainHeader .top-bar .dropdown {
        margin-right: auto;
        margin-left: 0
    }
}

#mainHeader .top-bar .dropdown .dropdown-menu {
    background: rgba(0, 0, 0, .6)
}

#mainHeader .top-bar .dropdown .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#mainHeader .top-bar .dropdown .dropdown-menu li {
    padding: 5px 15px
}

#mainHeader .top-bar .dropdown .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

#mainHeader .top-bar #langSwitcher {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important
}

#mainHeader .top-bar #langSwitcher:hover,
#mainHeader .top-bar #langSwitcher:focus {
    color: #5c8e00
}

#mainHeader .top-bar #menu-top-menu {
    margin: 0 0 0 20px;
    padding: 0
}

#mainHeader .top-bar #menu-top-menu li {
    display: inline-block
}

#mainHeader .top-bar #menu-top-menu li+li:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    color: #d0d0d0
}

#mainHeader .top-bar #menu-top-menu li a {
    color: #d0d0d0;
    font-size: 14px;
    text-decoration: none
}

#mainHeader .top-bar #menu-top-menu li a:hover,
#mainHeader .top-bar #menu-top-menu li a:focus {
    color: #5c8e00
}

#mainHeader .navbar {
    background: transparent;
    padding: 0
}

@media(max-width: 991px) {
    #mainHeader .navbar {
        position: static
    }
}

#mainHeader .navbar .container {
    padding: 0;
    align-items: center
}

@media(max-width: 991px) {
    #mainHeader .navbar .container {
        position: static
    }
}

#mainHeader .navbar .container .navbar-brand {
    padding: 15px 0;
    width: 150px
}

@media(max-width: 991px) {
    #mainHeader .navbar .container .navbar-collapse {
        position: absolute;
        top: 100%;
        border-top: solid 1px rgba(255, 255, 255, .3);
        background: #5c8e00;
        width: 100%;
        left: 0;
        padding: 10px 30px
    }
}

#mainHeader .navbar .container .navbar-toggler {
    box-shadow: 0;
    background: #5c8e00;
    color: #fff;
    outline: none;
    padding: 10px 15px;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

#mainHeader .navbar .container .navbar-nav {
    width: 100%;
    justify-content: space-between
}

#mainHeader .navbar .container .navbar-nav>li.nav-item {
    flex: 1 1 0;
    min-width: fit-content;
    text-align: center
}

#mainHeader .navbar .container .navbar-nav>li.nav-item.current-menu-item>a.nav-link {
    color: #fff;
    font-weight: 700;
    border-bottom: solid 2px #5c8e00
}

@media(max-width: 991px) {
    #mainHeader .navbar .container .navbar-nav>li.nav-item.current-menu-item>a.nav-link {
        color: #fff
    }
}

#mainHeader .navbar .container .navbar-nav>li.nav-item>a.nav-link {
    padding: 20px 15px 20px;
    line-height: 1;
    font-size: 15px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    transition: .2s ease-out;
    border-bottom: solid 2px transparent
}

@media(max-width: 991px) {
    #mainHeader .navbar .container .navbar-nav>li.nav-item>a.nav-link {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px
    }
}

#mainHeader .navbar .container .navbar-nav>li.nav-item>a.nav-link:hover,
#mainHeader .navbar .container .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #fff;
    border-bottom: solid 2px #5c8e00
}

@media(max-width: 991px) {

    #mainHeader .navbar .container .navbar-nav>li.nav-item>a.nav-link:hover,
    #mainHeader .navbar .container .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #fff;
        opacity: .8
    }
}

.single-house {
    padding-top: 40px
}

#mainFooter {
    margin: 0;
    background: #434343
}

@media(max-width: 991px) {
    #mainFooter {
        text-align: center
    }
}

#mainFooter .social-area {
    padding: 0 0 30px;
    text-align: center
}

@media(max-width: 991px) {
    #mainFooter .social-area {
        margin-top: 20px
    }
}

#mainFooter .social-area h3 {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff
}

#mainFooter .social-area .social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content
}

#mainFooter .social-area .social li+li {
    margin-left: 20px
}

#mainFooter .social-area .social li a {
    font-size: 20px;
    color: #fff;
    transition: .2s ease-out;
    text-decoration: none
}

#mainFooter .social-area .social li a:hover,
#mainFooter .social-area .social li a:focus {
    color: #5c8e00
}

#mainFooter .top-footer .logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
    border-bottom: solid 1px #666
}

#mainFooter .top-footer .logos span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-right: 25px
}

#mainFooter .top-footer .logos a {
    flex-grow: 1;
    padding: 25px 0
}

#mainFooter .middle-footer {
    text-align: center;
    padding: 30px 0 0
}

#mainFooter .bottom-footer {
    border-top: solid 1px #666;
    padding: 15px 0;
    color: #b4b4b4;
    font-size: 14px;
    text-align: center
}

#mainFooter ul:not(.social) {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom
}

#mainFooter ul:not(.social) li {
    display: inline-block
}

#mainFooter ul:not(.social) li:before {
    content: "|";
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle
}

#mainFooter ul:not(.social) li a {
    color: inherit;
    vertical-align: middle;
    text-decoration: none;
    transition: .2s ease-out
}

#mainFooter ul:not(.social) li a:hover,
#mainFooter ul:not(.social) li a:focus {
    color: #5c8e00
}

.page-content {
    padding: 30px 0 50px
}

.page-content.single-post,
.page-content.blog,
.page-content.contact-w {
    border-top: solid 1px #ebebeb;
    background: #f9f9f9
}

.page-content.single-post .bread,
.page-content.blog .bread,
.page-content.contact-w .bread {
    border: none;
    margin: 0 0 20px
}

.page-content.single-post .extra-title,
.page-content.blog .extra-title,
.page-content.contact-w .extra-title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 40px
}

.page-content.single-house {
    border-top: solid 1px #ebebeb
}

.page-content.single-house .wysiwyg-editor {
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 25px
}

.page-content.single-house .wysiwyg-editor p {
    color: #9a9a9a;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px
}

.page-content.single-house .wysiwyg-editor p a:not(.btn) {
    color: #535353;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: .2s ease-out
}

.page-content.single-house .wysiwyg-editor p a:not(.btn):hover,
.page-content.single-house .wysiwyg-editor p a:not(.btn):focus {
    color: #5c8e00
}

.page-content.single-house .wysiwyg-editor h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 50px
}

.page-content.single-house .table {
    border-top: solid 1px #ebebeb
}

.page-content.single-house .table.table-striped td {
    border-top: 0
}

.page-content.single-house .table td {
    padding: 10px 30px;
    font-size: 18px;
    color: #737373
}

.page-content.single-house .table td:nth-child(1) {
    font-weight: 700
}

.page-content.single-house .table td:nth-child(2) {
    color: #b6b6b6
}

.page-content.single-house .acf-map {
    height: 380px
}

.single-post .wpb_content_side_image.footer {
    background: #f9f9f9
}

.single-post .wysiwyg-editor {
    color: #7f7f7f
}

.single-post .wysiwyg-editor .alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.single-post .wysiwyg-editor .wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.single-post .wysiwyg-editor .alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.single-post .wysiwyg-editor .wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.single-post .wysiwyg-editor .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.single-post .wysiwyg-editor .wp-caption .wp-caption-text,
.single-post .wysiwyg-editor .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.single-post .wysiwyg-editor h1,
.single-post .wysiwyg-editor h2,
.single-post .wysiwyg-editor h3,
.single-post .wysiwyg-editor h4 {
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.single-post .wysiwyg-editor h1 {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 1em
}

.single-post .wysiwyg-editor h1.title {
    margin-bottom: 10px;
    text-transform: uppercase
}

.single-post .wysiwyg-editor h1+.date {
    color: gray;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 30px
}

.single-post .wysiwyg-editor h1+.date:after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #5c8e00;
    margin: 10px 0 0
}

.single-post .wysiwyg-editor h2 {
    font-size: 24px;
    font-weight: 700;
    color: #5c8e00;
    margin: 0 0 15px
}

.single-post .wysiwyg-editor h3 {
    font-size: 22px;
    font-weight: 700;
    color: #232323;
    margin: 0 0 15px
}

.single-post .wysiwyg-editor p {
    font-size: 18px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 30px
}

.single-post .wysiwyg-editor ul,
.single-post .wysiwyg-editor ol {
    font-size: 18px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 30px
}

.single-post .wysiwyg-editor ul:not(.products):not(.page-numbers) {
    list-style: none;
    padding-left: 20px
}

.single-post .wysiwyg-editor ul:not(.products):not(.page-numbers) li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 10px;
    font-weight: 400
}

.single-post .wysiwyg-editor ul:not(.products):not(.page-numbers) li:before {
    content: "";
    font-weight: 400;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7f7f7f;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    color: #5c8e00
}

.single-post .wysiwyg-editor .quote {
    color: #5c8e00;
    font-size: 30px;
    text-align: center;
    margin: 70px 0 20px
}

.wysiwyg-editor,
.entry-content {
    color: #7f7f7f
}

.wysiwyg-editor .alignleft,
.entry-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.wysiwyg-editor .wp-caption.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wysiwyg-editor .alignright,
.entry-content .alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.wysiwyg-editor .wp-caption.alignright,
.entry-content .wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wysiwyg-editor .wp-caption,
.entry-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wysiwyg-editor .wp-caption .wp-caption-text,
.wysiwyg-editor .gallery-caption,
.entry-content .wp-caption .wp-caption-text,
.entry-content .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.wysiwyg-editor h1,
.wysiwyg-editor h2,
.wysiwyg-editor h3,
.wysiwyg-editor h4,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.wysiwyg-editor h1,
.entry-content h1 {
    font-size: 20px;
    margin-bottom: 1em
}

.wysiwyg-editor h2,
.entry-content h2 {
    font-size: 24px;
    color: #5c8e00;
    margin: 0 0 15px
}

.wysiwyg-editor h3,
.entry-content h3 {
    font-size: 24px;
    margin: 0 0 15px
}

.wysiwyg-editor p,
.entry-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 20px
}

.wysiwyg-editor ul,
.wysiwyg-editor ol,
.entry-content ul,
.entry-content ol {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif
}

.wysiwyg-editor ul:not(.products):not(.page-numbers),
.entry-content ul:not(.products):not(.page-numbers) {
    list-style: none;
    padding-left: 20px
}

.wysiwyg-editor ul:not(.products):not(.page-numbers) li,
.entry-content ul:not(.products):not(.page-numbers) li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 10px;
    font-weight: 600
}

.wysiwyg-editor ul:not(.products):not(.page-numbers) li:before,
.entry-content ul:not(.products):not(.page-numbers) li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    color: #5c8e00
}

.wysiwyg-editor .quote,
.entry-content .quote {
    color: #5c8e00;
    font-size: 30px;
    text-align: center;
    margin: 70px 0 20px
}

.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #5c8e00;
    border-color: #5c8e00 !important;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.wpcf7-mail-sent-ok {
    background: #26a65b;
    border-color: #26a65b !important;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.form-control.wpcf7-not-valid {
    border-color: #5c8e00 !important
}

.entry-content h2 {
    color: #333
}

.wpcf7-form br {
    display: none
}

.wpcf7-form .ajax-loader {
    display: none
}

.wpcf7-form .ajax-loader.is-active {
    display: block;
    margin: 0 auto
}

.wpcf7-form .accept_terms {
    position: relative;
    padding-left: 15px
}

.wpcf7-form .accept_terms input {
    display: none
}

.wpcf7-form .accept_terms input:checked+span:before {
    color: #979797
}

.wpcf7-form .accept_terms input+span {
    display: block;
    font-size: 12px
}

.wpcf7-form .accept_terms input+span:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 15px;
    height: 15px;
    border: solid 1px #979797;
    background: #fff;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    left: 0;
    top: 2px;
    transition: .3s ease-out
}

.wpcf7-form .form-group {
    margin: 0 0 15px
}

.wpcf7-form .form-group label {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #979797
}

.wpcf7-form .form-group .form-control {
    margin-top: 5px;
    height: 42px;
    box-shadow: none !important;
    outline: none !important
}

.wpcf7-form .form-group .form-control:hover,
.wpcf7-form .form-group .form-control:focus {
    border: solid 1px #5c8e00
}

.wpcf7-form .form-group textarea.form-control {
    resize: none;
    height: auto
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form .wpcf7-not-valid-tip {
    margin: 10px 0 0;
    display: block;
    color: #5c8e00
}

.btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 20px 45px;
    border: none;
    outline: none !important
}

@media(max-width: 575px) {
    .btn {
        padding: 20px 30px;
        font-size: 16px;
        max-width: 100%
    }
}

.btn.btn-gray {
    background: #e1e1e1;
    color: #969696;
    font-weight: 700
}

.btn.btn-gray i {
    margin-right: 10px
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    color: #fff;
    background: #5c8e00
}

.btn.btn-primary {
    background: #5c8e00;
    color: #fff;
    box-shadow: none !important
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:not(.disabled):active,
.btn.btn-primary:not(:disabled):active {
    background: #3b5b00
}

.btn.btn-white {
    background: #fff;
    color: #5c8e00
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:not(.disabled):active,
.btn.btn-white:not(:disabled):active {
    background: #5c8e00;
    color: #fff
}

.page-header {
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.page-header img {
    width: 100%
}

@media(max-width: 991px) {
    .page-header img {
        height: 100%;
        object-fit: cover;
        object-position: 80% 40px
    }
}

.page-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin: 0
}

.paginate_links,
.woocommerce .woocommerce-pagination {
    padding: 0
}

.paginate_links ul,
.woocommerce .woocommerce-pagination ul {
    border: none !important
}

.paginate_links ul li,
.woocommerce .woocommerce-pagination ul li {
    border: none !important
}

.paginate_links ul .page-numbers,
.woocommerce .woocommerce-pagination ul .page-numbers {
    margin: 0;
    background: transparent;
    color: #919191;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: .3s ease-out
}

.paginate_links ul .page-numbers.current,
.paginate_links ul .page-numbers:hover,
.paginate_links ul .page-numbers:focus,
.woocommerce .woocommerce-pagination ul .page-numbers.current,
.woocommerce .woocommerce-pagination ul .page-numbers:hover,
.woocommerce .woocommerce-pagination ul .page-numbers:focus {
    background: #f7ad27;
    color: #fff
}

.e404 {
    padding: 100px 0;
    text-align: center
}

.e404 h1 {
    margin: 0 0 30px
}

.e404 h1 strong {
    font-size: 50px;
    color: #5c8e00;
    display: block;
    margin: 20px 0 0
}

.sl-slider-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative
}

@media(max-width: 991px) {
    .sl-slider-wrapper {
        height: 350px
    }
}

@media(max-width: 575px) {
    .sl-slider-wrapper {
        height: 250px
    }
}

.sl-slider-wrapper .sl-slider .bg-img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.sl-slider-wrapper .nav-arrow-prev,
.sl-slider-wrapper .nav-arrow-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 80px;
    width: 40px;
    background: #6499d7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 200;
    cursor: pointer;
    transition: .3s ease-out
}

.sl-slider-wrapper .nav-arrow-prev:hover,
.sl-slider-wrapper .nav-arrow-prev:focus,
.sl-slider-wrapper .nav-arrow-next:hover,
.sl-slider-wrapper .nav-arrow-next:focus {
    background: #3b7ecd
}

.sl-slider-wrapper .nav-arrow-prev {
    left: 0
}

.sl-slider-wrapper .nav-arrow-next {
    right: 0
}

.usps ul {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width: 991px) {
    .usps ul .owl-item img {
        display: inline-block;
        width: auto
    }
}

.usps ul li {
    flex: 1 1 0;
    padding: 15px;
    font-size: 13px;
    color: #5c8e00;
    text-align: center;
    min-width: fit-content
}

.usps ul li img {
    margin-right: 5px
}

.usps ul li:nth-child(even) {
    color: #5c8e00
}

.cat-rows {
    margin-top: 30px
}

.cat-rows .cat-row figure {
    border: dashed 2px #ccc;
    transition: .3s ease-out
}

.cat-rows .cat-row figure:hover figcaption,
.cat-rows .cat-row figure:focus figcaption {
    padding-bottom: 20px
}

.cat-rows .cat-row figure figcaption {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    transition: .3s ease-out
}

.cat-rows .cat-row figure.square {
    padding-bottom: 100%;
    position: relative
}

@media(max-width: 767px) {
    .cat-rows .cat-row figure.square {
        padding-bottom: 32%
    }
}

.cat-rows .cat-row figure.rectangle {
    padding-bottom: 64%;
    position: relative
}

@media(max-width: 991px) {
    .cat-rows .cat-row figure.rectangle {
        padding-bottom: 32%
    }
}

.cat-rows .cat-row figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1
}

.cat-rows .cat-row figure .inner {
    transition: .3s ease-out;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px)
}

.area-1,
.area-2 {
    padding: 70px 0 50px
}

.area-1 .side-image,
.area-2 .side-image {
    max-width: 300px;
    margin: 0 auto
}

.area-1 .side-image figure,
.area-2 .side-image figure {
    border-radius: 50%;
    border: dashed 2px #5c8e00;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.area-1 .side-image figure img,
.area-2 .side-image figure img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

.area-2 {
    border-top: solid 4px #fbfbfb
}

.reviews {
    border-top: solid 4px #fbfbfb;
    padding: 70px 0
}

.reviews h2 {
    color: #5c8e00;
    text-align: center;
    font-size: 30px;
    margin: 0 0 60px
}

.reviews .star-dust {
    font-size: 15px;
    color: #5c8e00
}

.reviews .review {
    text-align: center;
    margin: 0 0 20px
}

.reviews .review figure {
    display: flex;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 10px;
    border: dashed 2px #5c8e00;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex
}

.reviews .review h3 {
    color: #666;
    font-size: 24px
}

.reviews .review .date {
    color: #5c8e00
}

.reviews .review .date:before,
.reviews .review .date:after {
    content: "-"
}

.reviews .review .content {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif
}

.share-wrapper {
    text-align: center
}

.share-wrapper strong {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #484848;
    display: block;
    margin: 0 0 10px
}

.share-wrapper .share {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: row;
    padding: 0;
    list-style: none
}

.share-wrapper .share li {
    font-size: 30px
}

.share-wrapper .share li+li {
    margin-left: 15px
}

.share-wrapper .share li a {
    color: #5c8e00;
    transition: .3s ease-out
}

.share-wrapper .share li a.whatsapp {
    display: none
}

@media(max-width: 575px) {
    .share-wrapper .share li a.whatsapp {
        display: block
    }
}

.share-wrapper .share li a:hover,
.share-wrapper .share li a:focus {
    color: #3b5b00
}

.entry-summary p {
    color: #848484;
    font-family: "Open Sans", sans-serif
}

.entry-summary .product_title {
    font-size: 20px;
    color: #5c8e00
}

.sidebar {
    border-right: dashed 1px #ebebeb
}

@media(max-width: 991px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        overflow: auto;
        width: 300px;
        max-width: 100%;
        z-index: 1001;
        background: #fff;
        transform: translateX(-100%);
        transition: .3s ease-out
    }
}

.sidebar .top-bar {
    display: none;
    text-align: right
}

@media(max-width: 991px) {
    .sidebar .top-bar {
        display: block
    }
}

@media(max-width: 991px) {
    .filter-is-open .sidebar {
        transform: none
    }
}

#closeFiltering,
#openFiltering {
    width: 40px;
    height: 40px;
    background: #5c8e00;
    border: none;
    color: #fff;
    transition: .3s ease-out;
    outline: none !important;
    box-shadow: none !important
}

#closeFiltering:hover,
#closeFiltering:focus,
#openFiltering:hover,
#openFiltering:focus {
    background: #3b5b00
}

#openFiltering {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6) !important
}

@media(min-width: 992px) {
    #openFiltering {
        display: none
    }
}

.searchandfilter>ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.searchandfilter>ul>li {
    background: #fff;
    margin: 0 0 15px;
    padding: 0 10px
}

.searchandfilter>ul>li.sf-field-reset {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right
}

.searchandfilter>ul>li.sf-field-reset .search-filter-reset {
    font-size: 14px;
    color: #939393;
    text-decoration: none
}

.searchandfilter>ul>li.sf-field-reset .search-filter-reset:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 10px;
    display: inline-block
}

.searchandfilter>ul>li.sf-field-reset .search-filter-reset:hover,
.searchandfilter>ul>li.sf-field-reset .search-filter-reset:focus {
    color: #5c8e00
}

@media(min-width: 768px) {
    .searchandfilter>ul>li:first-child {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.searchandfilter>ul>li:last-child {
    margin: 0
}

@media(min-width: 768px) {
    .searchandfilter>ul>li:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.searchandfilter>ul>li.sf-field-search label {
    display: block;
    background: #fff;
    position: relative
}

.searchandfilter>ul>li.sf-field-search label:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #5c8e00;
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 37px;
    z-index: 0
}

.searchandfilter>ul>li.sf-field-search input {
    background: transparent;
    border: solid 1px #ebebeb;
    font-size: 14px;
    color: #c4c4c4;
    height: 37px;
    padding: 0 15px;
    padding-left: 40px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: .3s ease-out
}

.searchandfilter>ul>li.sf-field-search input::placeholder {
    color: #c4c4c4
}

.searchandfilter>ul>li.sf-field-search input:-webkit-placeholder {
    color: #c4c4c4
}

.searchandfilter>ul>li.sf-field-search input:-moz-placeholder {
    color: #c4c4c4
}

.searchandfilter>ul>li.sf-field-search input:hover,
.searchandfilter>ul>li.sf-field-search input:focus {
    border: solid 1px #5c8e00;
    color: #333
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] {
    position: relative
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .sf-range-values-seperator {
    display: none
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .sf-text-number {
    display: none
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .meta-slider {
    max-width: calc(100% - 30px);
    margin: 10px auto
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .noUi-target {
    height: 3px;
    background: #ddd;
    border: none
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .noUi-connects .noUi-connect {
    background: #5c8e00
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .noUi-handle {
    background: #5c8e00;
    border-color: #5c8e00;
    box-shadow: none;
    outline: none;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .noUi-handle:after {
    content: attr(aria-valuetext);
    width: auto;
    height: auto;
    background: transparent;
    top: 18px;
    font-size: 13px;
    left: 50%;
    color: #7f7f7f;
    transform: translateX(-50%)
}

.searchandfilter>ul>li[data-sf-field-input-type=range-slider] .noUi-handle:before {
    display: none
}

.searchandfilter>ul>li[data-sf-field-input-type=select] {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.searchandfilter>ul>li[data-sf-field-input-type=select] label {
    display: block
}

.searchandfilter>ul>li[data-sf-field-input-type=select] .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    max-height: 290px;
    overflow: auto
}

.searchandfilter>ul>li[data-sf-field-input-type=select] .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #939393;
    cursor: pointer
}

.searchandfilter>ul>li[data-sf-field-input-type=select] .btn {
    border: solid 1px #ebebeb;
    font-size: 14px;
    color: #c4c4c4;
    height: 37px;
    padding: 0 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    font-weight: 400
}

.searchandfilter>ul>li[data-sf-field-input-type=select] .btn:hover,
.searchandfilter>ul>li[data-sf-field-input-type=select] .btn:focus,
.searchandfilter>ul>li[data-sf-field-input-type=select] .btn:active:not(.disabled):not(:disabled) {
    border: solid 1px #5c8e00;
    color: #333
}

.searchandfilter>ul>li.sf-field-search>label {
    display: block
}

.searchandfilter>ul>li.sf-field-search input {
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px 15px
}

.searchandfilter>ul>li h4 {
    margin: 0 -20px 0;
    padding: 10px 20px 0;
    color: #5c8e00;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.searchandfilter>ul>li ul {
    padding: 20px 0 20px;
    list-style: none;
    overflow-y: auto;
    font-size: 13px
}

.searchandfilter>ul>li ul>li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px;
    color: #a9a9a9;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px
}

.searchandfilter>ul>li ul>li input {
    display: none
}

.searchandfilter>ul>li ul>li input:checked+label:before {
    border-color: #5c8e00;
    background: #5c8e00
}

.searchandfilter>ul>li ul>li input:checked+label:after {
    opacity: 1
}

.searchandfilter>ul>li ul>li input+label:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 4px;
    top: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: .3s ease-out
}

.searchandfilter>ul>li ul>li input+label:before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    height: 15px;
    border: solid 1px #ccc;
    background: #f0f0f0;
    border-radius: 4px;
    transition: .3s ease-out
}

.col2-set .col-1,
.col2-set .col-2 {
    max-width: none
}

.drop-select .dropdown .btn,
[data-sf-field-input-type=select] .dropdown .btn {
    width: 100%
}

.drop-select select,
[data-sf-field-input-type=select] select {
    display: none
}

.spotlight {
    padding: 70px 0 50px;
    position: relative
}

@media(max-width: 575px) {
    .spotlight {
        padding: 40px 0
    }
}

.spotlight .owl-carousel button.owl-prev,
.spotlight .owl-carousel button.owl-next {
    position: absolute;
    top: 120px;
    outline: none !important;
    box-shadow: none !important;
    height: 60px;
    width: 60px;
    font-size: 40px !important;
    background: #5c8e00;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    z-index: 1000;
    transition: .3s ease-out
}

@media(min-width: 768px) {

    .spotlight .owl-carousel button.owl-prev,
    .spotlight .owl-carousel button.owl-next {
        top: 0;
        bottom: 0;
        margin: auto 0
    }
}

.spotlight .owl-carousel button.owl-prev span,
.spotlight .owl-carousel button.owl-next span {
    transform: translateY(-3px)
}

.spotlight .owl-carousel button.owl-prev:hover,
.spotlight .owl-carousel button.owl-prev:focus,
.spotlight .owl-carousel button.owl-next:hover,
.spotlight .owl-carousel button.owl-next:focus {
    background: #4b7500
}

.spotlight .owl-carousel button.owl-prev {
    left: 0
}

@media(min-width: 768px) {
    .spotlight .owl-carousel button.owl-prev {
        transform: translateX(calc(-100% - 30px))
    }
}

.spotlight .owl-carousel button.owl-next {
    right: 0
}

@media(min-width: 768px) {
    .spotlight .owl-carousel button.owl-next {
        transform: translateX(calc(100% + 30px))
    }
}

.spotlight .simplefavorite-button {
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
    border: none;
    color: #e1e1e1;
    font-size: 24px;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: .3s ease-out;
    opacity: 1 !important
}

.spotlight .simplefavorite-button.active,
.spotlight .simplefavorite-button:hover,
.spotlight .simplefavorite-button:focus {
    color: #5c8e00
}

.spotlight h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #5c8e00;
    text-transform: uppercase;
    margin: 0 0 70px
}

@media(max-width: 575px) {
    .spotlight h2 {
        font-size: 22px;
        margin: 0 0 30px
    }
}

.spotlight .product {
    background: #fff;
    border: solid 1px #ebebeb;
    margin: 0 0 20px
}

.spotlight .product:hover .price-wrapper .price,
.spotlight .product:focus .price-wrapper .price {
    color: #5c8e00
}

.spotlight .product .thumbnail {
    position: relative;
    display: block;
    background: #ddd;
    padding-bottom: 70%
}

.spotlight .product .thumbnail a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.spotlight .product .thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.spotlight .product .content {
    padding: 15px 15px;
    position: relative
}

.spotlight h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #363636;
    margin: 0 0 5px;
    padding-right: 30px
}

.spotlight h3 a {
    color: inherit;
    text-decoration: none
}

.spotlight h3 span {
    color: #5c8e00
}

.spotlight .location {
    color: #9a9a9a;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.spotlight .price-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #939393
}

.spotlight .price-wrapper .price {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
    transition: .3s ease-out
}

.spotlight .meta {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.spotlight .meta ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    list-style: none;
    font-size: 12px
}

.spotlight .meta ul li {
    position: relative;
    padding-left: 15px;
    color: #939393
}

.spotlight .meta ul li+li {
    margin-left: 15px
}

.spotlight .meta ul li i {
    content: "";
    line-height: inherit;
    font-family: "Font Awesome 6 Pro";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    color: #939393
}

.wpb-featured-posts {
    padding: 70px 0 70px;
    overflow: hidden
}

.wpb-featured-posts h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #5c8e00;
    text-transform: uppercase;
    margin: 0 0 70px
}

.wpb-featured-posts .product {
    padding-bottom: 120%;
    position: relative;
    background: #000;
    text-decoration: none
}

.wpb-featured-posts .product figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(241, 108, 0, 0.3) 70%, rgba(241, 108, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(241, 108, 0, 0.3) 70%, rgba(241, 108, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(241, 108, 0, 0.3) 70%, rgba(241, 108, 0, 0.6) 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    color: #fff
}

.wpb-featured-posts .product figcaption h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0
}

.wpb-featured-posts .product figcaption .location {
    font-size: 14px;
    text-transform: uppercase
}

.wpb-featured-posts .product figcaption .price {
    font-weight: 700;
    font-size: 22px
}

.wpb-featured-posts .product a {
    display: block
}

.wpb-featured-posts .product img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8
}

.error404 .section {
    border-top: solid 1px #ebebeb
}

.filtering-section {
    border-top: solid 1px #ebebeb;
    position: relative;
    z-index: 10
}

.filtering-section>.content {
    position: relative;
    padding: 0 0 80px
}

@media(min-width: 992px) {
    .filtering-section>.content {
        min-height: 100vh
    }
}

.filtering-section>.content .searchandfilter {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb
}

.filtering-section #filteringMap {
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 100%
}

.paginate_links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%
}

.paginate_links .page-numbers {
    margin: 50px 10px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ebebeb;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #767676;
    transition: .2s ease-out
}

.paginate_links .page-numbers:hover,
.paginate_links .page-numbers:focus,
.paginate_links .page-numbers.current {
    background: #5c8e00;
    color: #fff
}

.gallery .inner-row {
    margin: 0 -10px;
    padding-bottom: 50px
}

.gallery .inner-row .col-lg-6 {
    padding: 0 10px
}

.gallery figure {
    position: relative;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    border: solid 1px #ebebeb
}

.gallery figure:after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    transition: .2s ease-out;
    opacity: 0
}

.gallery figure:hover img,
.gallery figure:focus img {
    opacity: .7;
    filter: blur(2px) grayscale(0.8);
    transform: scale(1.1)
}

.gallery figure:hover:after,
.gallery figure:focus:after {
    opacity: 1
}

.gallery figure.large {
    height: 100%;
    min-height: 300px
}

.gallery figure.medium {
    height: 157px
}

.gallery figure.small {
    padding-bottom: 100%
}

.gallery figure img {
    position: absolute;
    transition: .3s ease-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bread {
    padding-top: 40px;
    border-bottom: solid 1px #ebebeb
}

.bread ul {
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.bread ul li {
    display: block;
    color: #8b8b8b;
    font-size: 14px
}

.bread ul li+li:before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    color: #5c8e00;
    font-weight: 700
}

.bread ul li a {
    color: #5c8e00;
    text-decoration: none;
    font-weight: 700
}

.specifications {
    border-bottom: solid 4px #f7f7f7;
    margin: 0 0 30px
}

.specifications .meta {
    padding: 15px 0;
    color: #939393
}

.specifications .meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.specifications .meta ul li {
    font-size: 16px
}

.specifications .meta ul li+li {
    margin: 0 10px
}

.specifications .meta ul li.gray i {
    color: #939393
}

.specifications .meta ul li i {
    color: #5c8e00;
    margin-left: 5px
}

.specifications .post-data {
    font-size: 12px;
    padding: 10px 0
}

.specifications .post-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

.specifications .post-data ul li {
    color: #a8a8a8
}

.specifications .post-data ul li+li {
    margin: 0 10px
}

.specifications .post-data ul li i {
    color: #5c8e00;
    margin-left: 5px
}

.specifications .specs {
    position: relative;
    display: flex;
    border-bottom: solid 1px #ebebeb;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between
}

.specifications .specs .cost {
    margin-left: 30px;
    color: #939393;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.specifications .specs .cost span {
    color: #5c8e00;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
    align-items: center
}

.specifications .specs .simplefavorite-button {
    width: 43px;
    height: 48px;
    cursor: pointer;
    background: #f7f7f7;
    color: #5c8e00;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-size: 20px;
    opacity: 1 !important;
    box-shadow: none !important;
    outline: none !important
}

.specifications h1 {
    color: #5c8e00;
    font-weight: 700;
    font-size: 28px
}

.specifications h1 span {
    display: block;
    font-size: 12px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400
}

.characteristics h2 {
    font-size: 26px;
    font-weight: 700;
    color: #353535;
    margin: 0 0 20px
}

.specifications-list {
    margin: 0 0 30px
}

.specifications-list h3 {
    font-size: 22px;
    font-weight: 700;
    color: #383838;
    margin: 0 0 15px
}

.maps-wrapps h4 {
    font-weight: 700;
    color: #898989;
    font-size: 20px;
    margin: 0 0 15px
}

.contact-widget {
    border: solid 1px #ebebeb;
    border-bottom-width: 4px;
    padding: 15px
}

.contact-widget .wpcf7 {
    border-top: solid 1px #ebebeb;
    margin-top: 30px
}

.contact-widget .wpcf7 h3 {
    color: #5c8e00;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0
}

.contact-widget .wpcf7 .form-group {
    margin: 0 0 10px
}

.contact-widget .wpcf7 label {
    font-size: 15px;
    font-weight: 400;
    color: #bcbcbc;
    width: 100%;
    display: block
}

.contact-widget .wpcf7 label .form-control {
    margin-top: 5px
}

.contact-widget .wpcf7 .form-control {
    border-radius: 0;
    border: solid 1px #ebebeb;
    outline: none !important;
    box-shadow: none !important;
    transition: .2s ease-out
}

.contact-widget .wpcf7 .form-control:hover,
.contact-widget .wpcf7 .form-control:focus {
    border-color: #5c8e00
}

.contact-widget .wpcf7 input.from-control {
    height: 40px
}

.contact-widget .wpcf7 textarea.form-control {
    resize: none
}

.contact-widget .btn {
    padding: 10px 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    font-weight: 700;
    text-transform: none;
    box-shadow: none !important;
    margin: 0 0 10px
}

.contact-widget .btn i {
    margin-right: 5px
}

#userType {
    background: url(/web/20220218115844im_/http://lotescasatorres.com/wp-content/themes/wpb/assets/img/hero-bg.jpg);
    background-position: center center;
    background-size: cover
}

#userType .modal-dialog {
    max-width: 100%;
    margin: 0
}

#userType .modal-dialog:before {
    display: none
}

#userType .modal-dialog .modal-content {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    position: static
}

#userType .modal-dialog .modal-head {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    padding: 15px 0;
    color: #fff;
    text-align: right;
    z-index: 1
}

#userType .modal-dialog .modal-head .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

#userType .modal-dialog .modal-head .container .dropdown {
    margin-left: 10px
}

#userType .modal-dialog .modal-head .container .dropdown .dropdown-menu {
    background: rgba(0, 0, 0, .6)
}

#userType .modal-dialog .modal-head .container .dropdown .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#userType .modal-dialog .modal-head .container .dropdown .dropdown-menu li {
    padding: 5px 15px
}

#userType .modal-dialog .modal-head .container .dropdown .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

#userType .modal-dialog .modal-head .container #langSwitcher2 {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important
}

#userType .modal-dialog .modal-head .container #langSwitcher2:hover,
#userType .modal-dialog .modal-head .container #langSwitcher2:focus {
    color: #5c8e00
}

#userType figure {
    margin: 0 0 70px
}

@media(max-width: 575px) {
    #userType figure {
        margin: 0 0 50px
    }
}

#userType h2 {
    margin: 0 0 90px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width: 575px) {
    #userType h2 {
        font-size: 28px;
        margin: 0 0 50px
    }
}

#userType .col-lg-3 {
    margin-left: auto
}

@media(min-width: 991px) {
    #userType .col-lg-3+.col-lg-3 {
        margin-right: auto;
        margin-left: 100px
    }
}

#userType .block {
    display: block;
    padding: 45px;
    background: rgba(200, 192, 163, .6);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s ease-out;
    margin: 0 0 20px
}

#userType .block:hover,
#userType .block:focus {
    background: rgba(92, 142, 0, .6)
}

#userType .block strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 30px
}

.search-form {
    padding: 30px 0;
    background: #375500
}

.search-form form {
    padding: 10px;
    background: rgba(255, 255, 255, .6)
}

@media(min-width: 768px) {
    .search-form form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media(min-width: 768px) {
    .search-form form>:first-child {
        max-width: 60%;
        flex: 0 0 60%
    }
}

@media(min-width: 768px) {
    .search-form form>:nth-child(2) {
        max-width: calc(40% - 210px);
        flex: 0 0 calc(40% - 210px);
        margin-left: 10px;
        margin-right: 10px
    }
}

@media(max-width: 767px) {
    .search-form form .drop-select {
        margin: 0 0 10px
    }
}

.search-form form .drop-select .dropdown-menu {
    border: none;
    width: 100%
}

.search-form form .drop-select .dropdown-menu .dropdown-item {
    color: #b3b3b3;
    cursor: pointer
}

.search-form form .drop-select .dropdown-menu .dropdown-item:hover,
.search-form form .drop-select .dropdown-menu .dropdown-item:focus,
.search-form form .drop-select .dropdown-menu .dropdown-item:active {
    background: #5c8e00;
    color: #fff
}

.search-form form .drop-select .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    color: #b3b3b3;
    background: #fff;
    font-weight: 400;
    text-transform: none;
    height: 35px;
    font-size: 16px;
    padding: 10px 15px 25px
}

.search-form form>.btn {
    width: 190px;
    height: 35px;
    padding: 10px 15px 25px;
    font-size: 16px;
    font-weight: 400
}

@media(min-width: 768px) {
    .search-form form>.btn {
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .search-form form>.btn {
        width: 100%
    }
}

.search-form form>.btn i {
    margin-right: 10px
}

.wpb-carousel-1 {
    position: relative
}

.wpb-carousel-1.form-alteration {
    background: #5c8e00
}

.wpb-carousel-1.form-alteration .content {
    padding-top: 120px
}

.wpb-carousel-1.form-alteration .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 550px;
    margin: 0 auto
}

@media(max-width: 767px) {
    .wpb-carousel-1.form-alteration .links {
        width: 100%
    }
}

.wpb-carousel-1.form-alteration .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 50px;
    background: rgba(255, 255, 255, .3);
    width: 260px;
    height: 220px;
    text-decoration: none;
    flex-grow: 1;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700
}

@media(max-width: 767px) {
    .wpb-carousel-1.form-alteration .links a {
        width: 50%;
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        padding: 15px;
        height: 180px;
        font-size: 18px
    }
}

@media(max-width: 575px) {
    .wpb-carousel-1.form-alteration .links a {
        height: 150px
    }
}

.wpb-carousel-1.form-alteration .links a img {
    margin: 0 0 20px
}

.wpb-carousel-1.form-alteration .links a:hover,
.wpb-carousel-1.form-alteration .links a:focus {
    background: rgba(92, 142, 0, .6)
}

.wpb-carousel-1.form-alteration .links a+a {
    margin-left: 30px
}

.wpb-carousel-1.form-alteration p {
    font-size: 28px;
    line-height: 50px;
    color: #fff
}

@media(max-width: 767px) {
    .wpb-carousel-1.form-alteration p {
        font-size: 18px;
        line-height: 30px
    }
}

.wpb-carousel-1.form-alteration p:last-of-type {
    margin: 0 0 60px
}

.wpb-carousel-1 .carousel-control-next,
.wpb-carousel-1 .carousel-control-prev {
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px
}

.wpb-carousel-1 .carousel-control-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.wpb-carousel-1 .carousel-control-next {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.wpb-carousel-1 .wrapper-hidden {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden
}

.wpb-carousel-1 .wpcf7 {
    background: rgba(255, 255, 255, .9);
    padding: 20px 30px;
    border: solid 1px #f9f9f9;
    box-shadow: 0 0 6px rgba(204, 204, 204, .3)
}

@media(min-width: 768px) {
    .wpb-carousel-1 .wpcf7 {
        transform: translateY(100px)
    }
}

@media(max-width: 575px) {
    .wpb-carousel-1 .wpcf7 {
        margin-bottom: 30px;
        padding: 20px 15px
    }
}

.wpb-carousel-1 .wpcf7 h3 {
    color: #5c8e00;
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 20px
}

.wpb-carousel-1 .wpcf7 .btn {
    padding: 15px 40px;
    font-size: 16px
}

.wpb-carousel-1 .wpcf7 .form-footer {
    margin: 20px 0 0;
    font-size: 12px;
    text-align: left;
    color: #979797
}

.wpb-carousel-1 .wpcf7 .form-footer i {
    font-size: 25px;
    margin-right: 15px;
    float: left;
    padding: 10px 0 20px
}

.wpb-carousel-1 .wpcf7 .form-footer p {
    color: #979797
}

.wpb-carousel-1 .content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 80px;
    background: rgba(0, 0, 0, .4)
}

.wpb-carousel-1 .content .inner-content {
    padding: 80px 0
}

@media(max-width: 575px) {
    .wpb-carousel-1 .content .inner-content {
        padding-bottom: 30px
    }
}

.wpb-carousel-1 .content .point img {
    height: 50px
}

@media(max-width: 767px) {
    .wpb-carousel-1 .content .point img {
        height: 30px
    }
}

.wpb-carousel-1 .content .point h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

@media(max-width: 575px) {
    .wpb-carousel-1 .content .point h3 {
        font-size: 15px
    }
}

.wpb-carousel-1 .content .point p {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400
}

.wpb-carousel-1 .content h1 {
    font-size: 28px;
    font-weight: 700;
    color: #5c8e00;
    margin: 0 0 50px;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .wpb-carousel-1 .content h1 {
        font-size: 22px;
        margin: 0 0 30px
    }
}

.wpb-carousel-1 .content h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: block
}

@media(max-width: 575px) {
    .wpb-carousel-1 .content h1 span {
        font-size: 16px
    }
}

.wpb-carousel-1 .carousel {
    position: absolute;
    left: -50%;
    transform: translate(0, 0);
    bottom: 0;
    width: 200%;
    height: 200%;
    z-index: 1;
    border-radius: 80%;
    overflow: hidden
}

@media(max-width: 767px) {
    .wpb-carousel-1 .carousel {
        width: 100%;
        left: 0;
        border-radius: 0
    }
}

.wpb-carousel-1 .carousel .carousel-inner {
    width: 50%;
    margin: 0 auto;
    height: 100%
}

@media(max-width: 767px) {
    .wpb-carousel-1 .carousel .carousel-inner {
        width: 100%
    }
}

.wpb-carousel-1 .carousel .carousel-item {
    width: 100%;
    height: 100%
}

.wpb-carousel-1 .carousel .carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1)
}

.wpb_content_side_image {
    overflow: hidden
}

.wpb_content_side_image.gray {
    background: #f9f9f9
}

.wpb_content_side_image.footer {
    text-align: center;
    border-top: solid 1px #ebebeb
}

.wpb_content_side_image.footer h3 {
    font-size: 22px;
    color: #5c8e00;
    font-weight: 700;
    margin: 0 0 30px
}

.wpb_content_side_image.footer .text-center {
    margin: 0 0 20px
}

.wpb_content_side_image.footer .text-center img+img {
    margin-left: 30px
}

.wpb_content_side_image.footer ul {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .wpb_content_side_image.footer ul li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.wpb_content_side_image .inner-content {
    padding: 80px 0
}

@media(max-width: 575px) {
    .wpb_content_side_image .inner-content {
        padding: 40px 0
    }
}

.wpb_content_side_image .inner-content h2 {
    font-size: 20px;
    color: #7e7e7e;
    text-align: center;
    margin: 0 0 20px
}

@media(max-width: 575px) {
    .wpb_content_side_image .inner-content h2 {
        font-size: 16px
    }
}

.wpb_content_side_image .inner-content h2 strong {
    font-size: 30px;
    font-weight: 700;
    color: #5c8e00;
    display: block
}

@media(max-width: 575px) {
    .wpb_content_side_image .inner-content h2 strong {
        font-size: 20px
    }
}

.wpb_content_side_image .inner-content p {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 36px
}

@media(max-width: 575px) {
    .wpb_content_side_image .inner-content p {
        font-size: 16px;
        line-height: 24px
    }
}

.wpb_content_side_image .inner-content ul {
    font-size: 18px;
    line-height: 48px;
    list-style: none;
    padding-left: 0;
    color: #a1a1a1
}

@media(max-width: 768px) {
    .wpb_content_side_image .inner-content ul {
        line-height: 28px;
        font-size: 16px
    }
}

.wpb_content_side_image .inner-content ul li {
    position: relative;
    padding-left: 30px
}

.wpb_content_side_image .inner-content ul li:before {
    content: "";
    font-weight: 900;
    color: #5c8e00;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 0
}

.wpb_steps {
    background: #f9f9f9;
    padding: 80px 0 50px;
    overflow: hidden
}

.wpb_steps ol {
    counter-reset: wpb_steps;
    list-style: none;
    padding: 0;
    margin: 0
}

.wpb_steps ol li {
    padding: 0 0 30px
}

@media(min-width: 576px) {
    .wpb_steps ol li {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row;
        align-items: flex-start
    }
}

.wpb_steps ol li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right
}

.wpb_steps ol li:nth-child(even):before {
    margin-right: 0;
    margin-left: 30px
}

.wpb_steps ol li:nth-child(even):after {
    margin-right: 30px;
    margin-left: 0;
    transform: rotate(-120deg)
}

.wpb_steps ol li:before {
    content: "0" counter(wpb_steps) ".";
    counter-increment: wpb_steps;
    font-size: 60px;
    font-weight: 900;
    margin-right: 30px;
    line-height: 1;
    color: #5c8e00
}

@media(max-width: 575px) {
    .wpb_steps ol li:before {
        font-size: 30px
    }
}

.wpb_steps ol li:not(:last-child):after {
    content: "";
    display: block;
    max-width: 127px;
    flex: 0 0 127px;
    height: 176px;
    background: url("/web/20220218115844im_/http://lotescasatorres.com/wp-content/themes/wpb/assets/img/step-deco.png");
    background-size: cover;
    margin-left: 30px
}

@media(max-width: 575px) {
    .wpb_steps ol li:not(:last-child):after {
        display: none
    }
}

.wpb_steps ol li h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c8e00
}

@media(max-width: 575px) {
    .wpb_steps ol li h3 {
        font-size: 18px
    }
}

.wpb_steps ol li p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
    color: #8a8989
}

@media(max-width: 575px) {
    .wpb_steps ol li p {
        font-size: 16px;
        line-height: 24px
    }
}

.wpb_side_big_image {
    overflow: hidden
}

.wpb_side_big_image:nth-child(odd) {
    background: #f9f9f9
}

.wpb_side_big_image .img-ghost {
    min-height: 250px
}

.wpb_side_big_image .inner {
    padding: 80px 30px;
    text-align: center
}

@media(max-width: 575px) {
    .wpb_side_big_image .inner {
        padding: 40px 15px
    }
}

.wpb_side_big_image .inner h3,
.wpb_side_big_image .inner h2 {
    font-size: 20px;
    color: #929292;
    font-weight: 400;
    margin: 0 0 30px
}

@media(max-width: 575px) {

    .wpb_side_big_image .inner h3,
    .wpb_side_big_image .inner h2 {
        font-size: 18px
    }
}

.wpb_side_big_image .inner h3 strong,
.wpb_side_big_image .inner h2 strong {
    color: #5c8e00;
    font-size: 34px;
    font-weight: 700;
    display: block
}

@media(max-width: 575px) {

    .wpb_side_big_image .inner h3 strong,
    .wpb_side_big_image .inner h2 strong {
        font-size: 24px
    }
}

.wpb_side_big_image .inner p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #a5a5a5
}

@media(max-width: 575px) {
    .wpb_side_big_image .inner p {
        font-size: 16px;
        line-height: 24px
    }
}

.wpb_side_big_image .inner p strong {
    color: #7e7e7e
}

.wpb_side_big_image .inner .btn {
    margin-top: 30px;
    padding: 20px 45px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

.wpb_latest_post {
    padding: 80px 0;
    text-align: center;
    overflow: hidden
}

.wpb_latest_post h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c8e00
}

@media(max-width: 575px) {
    .wpb_latest_post h2 {
        font-size: 22px
    }
}

.wpb_latest_post p {
    font-size: 24px;
    color: #363636
}

@media(max-width: 575px) {
    .wpb_latest_post p {
        font-size: 18px
    }
}

.wpb_latest_post p:last-of-type {
    margin: 0 0 40px
}

.wpb_latest_post .loop .col-lg-4,
.blog .loop .col-lg-4 {
    position: relative;
    margin-bottom: 50px
}

.wpb_latest_post .loop .item,
.blog .loop .item {
    border: solid 1px #f8f8f8;
    height: 100%;
    background: #fff
}

.wpb_latest_post .loop .item:hover,
.wpb_latest_post .loop .item:focus,
.blog .loop .item:hover,
.blog .loop .item:focus {
    box-shadow: 0 0 6px rgba(204, 204, 204, .3)
}

.wpb_latest_post .loop .item:hover span,
.wpb_latest_post .loop .item:focus span,
.blog .loop .item:hover span,
.blog .loop .item:focus span {
    background: #5c8e00;
    color: #fff
}

.wpb_latest_post .loop .item figure,
.blog .loop .item figure {
    position: relative
}

.wpb_latest_post .loop .item figure a,
.blog .loop .item figure a {
    display: block
}

.wpb_latest_post .loop .item figure a:after,
.blog .loop .item figure a:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: .3s ease-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.wpb_latest_post .loop .item figure:hover a:after,
.wpb_latest_post .loop .item figure:focus a:after,
.blog .loop .item figure:hover a:after,
.blog .loop .item figure:focus a:after {
    opacity: 1
}

.wpb_latest_post .loop .item figure span,
.blog .loop .item figure span {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #fff;
    color: #5c8e00;
    width: fit-content;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: .3s ease-out
}

.wpb_latest_post .loop .content,
.blog .loop .content {
    padding: 0 45px 30px
}

.wpb_latest_post .loop .content h3,
.blog .loop .content h3 {
    color: #363636;
    font-size: 20px;
    margin: 0 0 20px
}

.wpb_latest_post .loop .content h3>a,
.blog .loop .content h3>a {
    color: inherit;
    text-decoration: none;
    font-weight: 700
}

.wpb_latest_post .loop .content p,
.blog .loop .content p {
    font-size: 18px;
    line-height: 28px;
    color: #bbb;
    margin: 0 0 30px
}

.wpb_latest_post .loop .content a,
.blog .loop .content a {
    color: #5c8e00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.wpb_latest_post .loop .content a:hover,
.wpb_latest_post .loop .content a:focus,
.blog .loop .content a:hover,
.blog .loop .content a:focus {
    color: #3b5b00
}

.wpb_testimonials {
    background: #f9f9f9;
    padding: 80px 0;
    overflow: hidden
}

.wpb_testimonials h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c8e00;
    text-align: center;
    margin: 0 0 60px
}

.wpb_testimonials .loop .item {
    background: #fff;
    padding: 45px;
    text-align: center;
    border-bottom: solid 8px #eee;
    box-shadow: 0 0 6px rgba(204, 204, 204, .3)
}

.wpb_testimonials .loop .item .fa-quote-left {
    font-size: 50px;
    color: #5c8e00;
    margin: 0 0 30px
}

.wpb_testimonials .loop .item p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px
}

.wpb_testimonials .loop .item h3 {
    color: #666;
    font-size: 20px
}

.wpb_testimonials .loop .item span {
    color: #5c8e00;
    font-size: 14px;
    display: block;
    font-weight: 700;
    margin: 0 0 20px
}

.wpb_testimonials .loop .item span:before,
.wpb_testimonials .loop .item span:after {
    content: "-"
}

.wpb_testimonials .loop .item figure {
    text-align: center
}

.wpb_testimonials .loop .item figure img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: solid 1px #f9f9f9;
    object-fit: cover
}

.wpb_testimonials .loop .item .star-dust {
    color: #5c8e00
}

.wpb_testimonials .loop .item .star-dust i+i {
    margin-left: 5px
}
#carouselGallery{
    margin: 0 0 30px;
}
#carouselGallery .carousel-inner figure{
    position: relative;
    padding-bottom: 100%;
    margin: 0;
}
#carouselGallery .carousel-inner figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#carouselGallery .carousel-control-next,
#carouselGallery .carousel-control-prev{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #5c8e00;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    box-shadow: 0 0 6px rgba(0,0,0,.6);
}
#carouselGallery .carousel-indicators{
    background: #FFF;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}
#carouselGallery .carousel-indicators [data-bs-target]{
    width: 50px;
    height: 50px;
    margin: 0 !important;
    border: none;
}
@media(min-width: 992px){
    #carouselGallery .carousel-control-next{
        transform: translateX(15px);
    }
    #carouselGallery .carousel-control-prev{
        transform: translateX(-15px);
    }
}

.map-frame{
    position: relative;
    padding-bottom: 45%;
}
.map-frame iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*# sourceMappingURL=general.min.css.map */