#ff_desktop {
    position: relative;
}
#ff_intro_text {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 230px;
    left: 60px;
}

#ff_state_select {
    /* position: absolute; */
    width: 200px;
    /* height: 30px; */
    top: 310px;
    left: 260px;
    background-color: #EFEFEF;
}

div[id^=ff_heading] {
    background-color: #608035;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-indent: -25px;
    font-size: 18px;
    padding: 5px;
}
div[id^=ff_block] {
    flex: 1;
}
#ff_blocks {
    display: flex;
}
#ff_block_left {
    background-color: #fff0b3; 
}



#ff_block_right {
    background-color: #9a74ac;
    border-left: 1px solid #919191;
}
#ff_heading_or {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    text-indent: -15px;
}
#ff_heading_right_mobile {
    display: none;
}
.grid_wrapper_left {
    color: #3c2415;
}
.grid_wrapper_right {
    /* width: 310px; */
    margin: 0 auto;
    color: #fff;
}
.activities_type_checkbox_grid {
    list-style: none;
    display: inline-grid;
    margin: 0;
    padding: 4px;
}
.activities_type_checkbox_grid li {
    display: inline;
}
.activities_type_checkbox_grid li label {
    margin-left: 2px;
}
#submit_div {
    padding: 10px 0;
    background-color: #608035;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
}

#submit_div_2 {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 200px;
    top: 350px;
    left: 260px;
}


#submit_div_2 input, #submit_div input {
    height: 30px;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    background-color: #fff;
    color: #608035;
    font-weight: bold;
    border-radius: 5px;
}

#special_descriptions_block {
    background-color: #608035;
    color: #fff;
    padding: 10px 5px 5px;
    font-size: 12px;
}
@media (max-width: 1024px) {
    #ffdsktop {
        display:none !important;
    }
    #ffmobile {
        display:block !important;
    }
    #farms_list {
        width:auto;
    }
    #ff_blocks {
        display: block;
    }
    div[id^=ff_block] {
        flex: 0;
    }
    div[id^=ff_heading] {
        font-size: 16px;
    }
    #ff_intro_text {
        font-size: 12px;
        top: 130px;
        left: 0;
    }
    #ff_state_select {
        height: auto;
        top: 190px;
        left: 80px;
    }
    #ff_heading_right {
        display: none;
    }
    #ff_heading_or {
        display: none;
    }
    #ff_heading_right_mobile {
        display: block;
    }
}

/* from the "search.php" file */

@media (min-width:992px) {
    #ff_search_again {
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 16px;
        float: left;
    }

    #ff_submit {
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 16px;
        float: right;
    }
}

@media (max-width: 591px) {
    #ff_search_again {
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        float: none;
    }

    #ff_submit {
        margin-top: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        float: none;
    }
}

.gm-style {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

#gmap-canvas {
    width: 100%;
    height: 400px;
}

/* end from the search file */

/* select */

.ff_select {
    border-color: #bbb;
    color: #606569;
    background-color: #f9f9f9
}


/* accordion */

.accordion, .ff_option {
  background-color: #eee;
  color: #59595C;
  cursor: pointer;
  /* padding: 12px; */
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion {
  padding: 12px;
}

.ff_option > a {
  width: 100%;
  display: block;
  padding: 12px
}

.ff_option:hover, .active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: #fffcef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

ul.ff_sub-category-list {
    margin: 0 0 0 1em;
}

ul.ff_sub-category-list li {
    padding: 0;
    margin-bottom: .5em;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* end accordion */


img.ff-banner {
    width: 100%; 
    vertical-align: bottom;
}

div.ff-intro-text {
    background-color: #e2f0da; 
    color: #010101; 
    margin: 0; 
    padding: 10px 10px 0px 10px;
}

div.ff-search-box {
    background-color:  #e2f0da;
    padding: 12px;
    text-align: center;
}

.grid_wrapper_right button {
  background-color: #b8ebff;
}

.grid_wrapper_right button:hover {
  background-color: #98d4ea;
}

.grid_wrapper_left button {
  background-color: #fff0b3;
}

.grid_wrapper_left button, .grid_wrapper_right button {
  font-weight:  bold;
}

.grid_wrapper_left button:hover {
  background-color: #e6d8a1;
}

.farm-finder-right-col-farm-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.farm-finder-right-col-farm-list img {
    max-width: 100%;
}

.sidebar {
    border-left: 0px;
}

#featured-farms-gray img {
  width: 100%;
  max-width: 100%;
}