.theme-btn {
    background: #006d68 !important;
    border-color: #006d68 !important;
}

/*
/* Custom Checkbox
 */

.checkbox-container .checkbox__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container .checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container .checkbox__container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container .checkbox__container input:checked ~ .checkmark {
    background-color: #006d68;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container .checkbox__container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox__container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.theme-cl {
    color: #5bb77a !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #006d68;
}

a, button {
    outline: 0 !important;
}

input.is-invalid {
    border: 2px solid red!important;
}

.btn.btn-primary {
    background: #006d68 !important;
    border-color: #006d68 !important;
}

.category-item {
    margin: 0 0 25px 0;
    display: block;
    color: #333f57;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 8px;
    transition: all .3s;
    position: relative;
}

.category-fig {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    transition: all .3s;
}

.category-fig .fig-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.category-fig .fig-caption .cat__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.category-fig .fig-caption .cat__counter {
    margin-top: 10px;
}

.category-fig .fig-caption .cat__counter span {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 3px 5px;
    color: #006d68;
    font-size: 12px;
}

.category-fig .fig-caption .cat-fig-box {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    display: block;
}

.category-fig .cat-img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 160px;
    margin: 0;
}

.category-fig:hover {
    transform: scale(1.2);
    -webkit-box-shadow: 0px -1px 23px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 23px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 23px -5px rgba(0, 0, 0, 0.75);
}

.geo_zone {
    padding-top: 0;
    padding-bottom: 30px;
}

nav.navbar.bootsnav ul.nav > li > a.btn-signup.red-btn {
    background: #006d68 !important;
    padding: 11px 20px;
    color: #ffffff !important;
    border-radius: 2px;
    margin-top: 13px;
}

a:hover {
    color: #006d68 !important;
}

a.home_init_search:hover {
    color:#fff !important;
    text-decoration: underline;
}

.footer .f-social-box ul li a i:hover, .footer .f-social-box ul li a i:focus {
    color: #006d68 !important;
}

/*.slick-slider .slick-list .slick-slide*/
span.featured-tour {
    background: #006d68;
    border: 2px solid #0c8f89;
}

.list-like {
    background: #721817;
}

.how-it-works .work-process .process-img {
    width: 180px;
    height: 180px;
}

.restaurent-box.list-style .restaurent-box-image {
    float: inherit;
    position: relative;
    text-align: center;
    height: 250px;
    width: 100%;
    background: rgba(0, 109, 104, 0.1);
}

.restaurent-box-image > a:before {
    background: linear-gradient(to bottom, transparent 20%, rgba(0, 109, 104, 0.2));
    height: 250px;
}

.restaurent-box.list-style .restaurent-box-image > a {
    width: 100%;
}

.restaurent-box.list-style .restaurent-box-image > a.list-like {
    width: 30px;
}

.restaurent-box.list-style .restaurent-box-image .restaurent-box-img {
    width: auto;
    height: 220px;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hotel-box .hotel-box-image, .tour-box .tour-box-image {
    float: inherit;
    position: relative;
    text-align: center;
    height: 230px;
    width: 100%;
    padding: 15px;
    background: rgba(0, 109, 104, 0.1);
}

.hotel-box .hotel-box-image > a, .tour-box .tour-box-image > a {
    width: 100%;
}

.hotel-box .hotel-box-image > a.list-like, .tour-box .tour-box-image a.list-like {
    width: 30px;
}

.hotel-box .hotel-box-image a, .tour-box .tour-box-image a {
    display: block;
    width: 100%;
    text-align: center;
}

.hotel-box .hotel-box-image figure, .tour-box .tour-box-image figure {
    height:220px;
}

.hotel-box .hotel-box-image .listing-box-img, .tour-box .tour-box-image .listing-box-img {
    width: inherit;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.tour-box .entry-title h4{
    padding:10px 20px;
    font-size:16px;
    line-height: 20px;
}

.log-wrapper {
    opacity: 0.8!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > a:focus {
    border-color: #006d68;
    background-color: #006d68;
}

.gallery__hero {
    text-align: center;
}

input {
    color: black!important;
}

table.table-profile th {
    font-size: 0.9em;
    width: 25%;
}
table.table-profile th:first-child {
    width: 10%;
}
table.table-profile th:nth-child(2) {
    width: 40%;
}

.liked {
    background: #721817!important;
}

.profile-library-filter {
    margin-bottom: 30px;
}

form:not(.results_filter) i {
    margin-left: -30px;
    cursor: pointer;
    color: black;
    margin-top: -10px;
    font-size: 1em;
}

.input-pswd {
    display: flex;
    align-items: center;
}

.form a:hover {
    color: white!important;
    font-weight: bold;
}

.dashboard-bg {
    position: absolute!important;
}

.form-pictures.listing {
    display: flex;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.form-pictures.listing .picture-single {
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.form-pictures.listing .picture-single .picture-cta {
    margin-bottom: 15px;
}

.observations .select2-selection--single {
    display: none!important;
}

/* Overlay loader */

@keyframes rotate-loading {
    from {transform: rotate(0)}
    to {transform: rotate(360deg)}
}
.overlay__loader {
    display: none;
}
.overlay__loader.active {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay__loader i {
    font-size: 3em;
    color: #006d68;
    animation: rotate-loading linear 2s infinite;
}

/* Contributions Form Pictures */

.pictures {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
}
.pictures .pictures__item {
    margin-right: 50px;
    height: 100px;
    position: relative;
}
.pictures .pictures__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pictures .pictures__item .pictures__overlay {
    display: none;
}

.info-services .info-services__connection {
    list-style: none;
    background: rgba(0,109,104,0.5);
    padding: 20px;
    border-radius: 5px;
    color: white;
}

.info-services .info-services__connection li a {
    font-weight: bold;
    color:#006d68;
}

.pictures .pictures__item:hover .pictures__overlay {
    background: rgba(0,109,104,0.7);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pictures .pictures__item:hover .pictures__overlay a i {
    color:white;
    padding-right: 5px;
    margin: 0!important;
}

/* END - Contributions Form Pictures */

.fit-content {
    width: fit-content!important;
}

/* Library Filter */

.library_filter {
    background:  #F6F6F6;
    border-radius: 5px;
    padding: 10px;
}

/* End Library Filter */

.tab_selector {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.tab_selector .tab_selector__link {
    color: rgb(0,109,104);
    padding: 0 10px;
}

/* Report Block */
.report {
    display: none;
    -webkit-box-shadow: 0px 2px 15px -4px #000000;
    box-shadow: 0px 2px 15px -4px #000000;
    position: fixed;
    bottom: 0;
    z-index: 10;
    right: 0;
    background: white;
    padding: 20px;
}
.report.active {
    display: inherit;
}

.log-wrapper {
    min-height: 100vh!important;
    height: auto!important;
}

.custom-like {
    width: 30px!important;
    height: 30px;
    border-radius: 50%;
    display: inline-flex!important;
    color: white;
    justify-content: center;
    align-items: center;
}

.library_filter .select2-container .select2-selection--single {
    height: 50px;
    display: flex;
}
.library_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}

.banner_alert {
    background: #006d68;
}
.banner_alert p {
    margin: 0;
    padding: 5px;
    color: white;
    text-align: center;
    font-weight: 700;
}

.index .item a, .author {
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .page-title.image-title {
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .restaurent-box.list-style .restaurent-box-image {
        height: 150px;
    }

    .restaurent-box.list-style .restaurent-box-image .restaurent-box-img {
        height: 140px !important;
    }

    .restaurent-box.list-style {
        height: auto !important;
    }

    .dashboard-bg {
        position: relative!important;
        min-height: inherit!important;
        height: inherit!important;
    }

}
