/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.2
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

@import url("https://use.typekit.net/bnm3hqg.css");


.centrifuge {
    font-family: "centrifuge", sans-serif;
    font-style: normal;
}



#field_1_1000 {
    background: #C9BF69;
    padding: 40px;
}


.add_repeater_item,
.remove_repeater_item {
    background: #3A361A!important;
    color: #fff!important;
}

.gform-footer .gform_button {
    background: #C9BF69!important;
    color: #3A361A!important;
    font-size: 18px!important; 
}

.gfield_repeater legend.gfield_label {
    font-size: 22px;
}

.gform_required_legend { display: none }

.listing {
    border-bottom: 1px solid #999;
    padding: 15px; 
}

.listing p {
    font-size: 16px;
    margin: 0 0 6px;;
}

.listing h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.listing-thumb {
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain!important;
    background-position: top center;
}

.fa-solid, .fa-solid:before {
      font-family: "Font Awesome 5 Pro";
      font-style: normal; 
      font-weight: 700;
      font-size: 15px;
}

.profile-background {
    width: 100%;
    height: 500px;
    background-position: bottom center;
    background-size: cover; 
}

#profile-detail-header {
    max-width: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

#profile-logo {
    position: absolute;
    bottom: 50px;
    left: 100px;
    background: #fff;
    min-width: 300px;
}

@media (max-width: 768px) {

    .profile-background { height: 200px }

    #profile-logo {
    position: relative;
    margin: auto;
    left: auto;
    bottom: auto;
}
}

.activities {
    list-style-type: none ; 
    margin-left: 5px; 
    padding-left: 0; 
    font-size: 15px; 
}

.activities ul  {
    margin-left: 0;
    padding-left: 0;
}

.activities ul li {
    list-style-type: none ;
    margin-bottom: .75rem;
}

#map {
    height: 600px;
    width: 100%;
}

#filters {
    background: #444;
    padding: 20px; 
}

#filters select {
    margin: 5px; 
    font-size: 14px; 
    padding : 5px 10px 5px 5px;
    border-radius: 2px; 
    min-width: 150px;
    border-radius: 12px;
}

.legend  {
    padding: 10px 10px 10px 20px;
    margin: 0;
    list-style-type: none ;
    width: 100%;
    background: #EEEEEE;
    font-size: 12px;
}

.legend li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 4px; 
}

.list-logo {
    height: 100px;
    width: 100%;
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat!important;
    cursor: pointer; 
}

.scroll-area {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

p.species, p.activities {
    font-size: 12px;
    margin-bottom: 6px; 
}

.gm-style-iw button {
    display:none !important;
}

.btn { padding: 10px 20px; }

#profile-detail-body {
    margin-top: 2rem; 
}

#profile-detail-body,
#profile-detail-body li,
#profile-detail-body p { 
    font-size: 15px; 
}

.mb-5 { margin-bottom: 5rem; }

.fa-large::before { 
    font-size: 20px!important; 
    margin-right: 5px;
}

.back-to-map {
    clear: both;
    float: left; 
    margin-top: 2rem;
}

.back-to-map a {
    text-decoration: none; 
}
body .slick-prev, body .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #9f974f;
    padding: 5px;
}

body .slick-prev {
    left: -45px;
}

body .slick-next {
    right: -45px;
}

body .slick-prev:focus, 
body .slick-next:focus, 
body .slick-prev:active, 
body .slick-next:active, 
body .slick-prev:hover, 
body .slick-next:hover {
   background: #9f974f;
   border: none 
}

.gallery-wrapper {
    padding: 45px 65px; 
    background: #EAEAEA;
}

.page-template-template-profile h1 {
    margin-bottom: 0
}

.page-template-template-profile .fl-module-html {
    margin-top: 0
}

#reviews {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#comment-submit {
    margin-top: 10px;
}

.rating p {
    margin-bottom: 0;
}

.rating {
    margin-bottom: 2rem; 
}