/*
 Theme Name:     Farmlink Washington
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#map {
    height:560px;
}
.acf-form input,.acf-form select,.acf-form textarea {
    border: 1px solid #573934;
}
.acf-field.field-right {
    margin-left:2%!important;
    border-left:0px transparent!important;
}
.acf-field-5be08407ff881 .acf-label,.acf-field-5c01a88ba4e23 .acf-label {
    display: block;
    position: relative;
    top:30px;
    margin-bottom:40px!important;
}
.acf-checkbox-list {
    columns:4;
}
@media screen and (max-width: 871px){
	.acf-checkbox-list {
		columns:2;
	}
}
.acf-field-5bca1a02704d6 > .acf-label {
    display: none;
}
.acf-label {
    margin-top:35px!important;
    margin-bottom:10px!important;
}
.acf-field-group > .acf-label label,.thebasics {
    font-size:35px;
    font-weight: 900;
    color:#abb51b;
}
.acf-field-group > .acf-label label {
    
}
.acf-label .description {
    font-style: italic
}
.acf-checkbox-list li {
    margin-bottom:10px!important;
}
.locations-title {
    margin-top:25px;
}
.land-search-area input {
    display: none;
}
.land-search-area label:nth-child(2) {
    border-radius:30px 0 0 30px;
}
.land-search-area label:nth-child(4) {
    border-radius:0 30px 30px 0;
}
.land-search-area label {
    padding:8px 15px;
    user-select:none;
    margin:-2px;
}
.land-search-area input:checked + label {
    background-color: #abb837;
    color: white;
}
.land-search-area input:not(:checked) + label {
    cursor: pointer;
}
.land-search-area label:nth-child(2) {
    transition:.3s;
    border:1px solid #8d8d8d;
}
.land-search-area label:nth-child(4) {
    transition:.3s;
    border:1px solid #8d8d8d;
}
.land-search-area {
    margin: 35px auto 20px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    text-align: center;
}
.filters-title h2 {
    text-align: center;
    font-size:25px;
}
.map-filters {
    display: block;
    border: 1px solid #d1d1d1;
    margin-bottom: 15px;
    background-color: #f7f7f7;
}

.map-filters {
    position: absolute;
    width: calc(100% - 2px);
    height: 0px;
    z-index: 99999;
}

.filter-button::before, .filter-button::after {

    width: 24px;
    height: 24px;
    z-index: 99;
    position: absolute;
    border-bottom: 1px solid #d1d1d1;
    background-color: #f7f7f7;
    content: "";
    transition: .2s;
}

.filter-button::after {
    right: -7px;
    transform: rotate(-65deg);
    top: -5px;
}

.filter-button::before {
    left: -7px;
    transform: rotate(65deg);
    top: -5px;
}


.filter-button:hover, .filter-button:hover::before, .filter-button:hover::after {
    background: #d1d1d1;
    user-select: none;
    cursor: pointer;
}

.filter-inner {
    max-height: 500px;
    overflow-y: auto;
}
.filter-inner {
    box-shadow: 0 15px 22px -12px #333;
    display: none;
}
.filter-inner {
    background-color: #f7f7f7;
    padding: 20px;
    border-bottom: 1px solid #d1d1d1;
}

.filter-button {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    margin-bottom: -60px;
    background: #f7f7f7;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -1px;
    z-index: 99999999;
    border-bottom: 1px solid #d1d1d1;
    transition: .2s;
}


.centered-label-container {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
  }

.filters-title h2 {
    text-align: center;
    font-size:25px;
}
.filters-main-area {
    padding:15px;
}
.filters-main-area .filter {
    background-color: #f3f3f3;
}
.filter input[type="checkbox"] {
    display: none;
}
.filter input[type="checkbox"] + label {
    padding:5px;
    border:1px solid #c3c3c3;
    padding: 8px;
    text-align: center;
    margin-right:5px;
    cursor: pointer;
    min-width: 105px;
    display: inline-block;
    transition: .2s;
    user-select: none;
}
.landowner-contact {
    background:#619c1e!important;
    border-radius:0px!important;
    border:0px!important;
    color:#fff!important;
    font-size:25px!important;
    left:50%;
    position: relative;
    transform:translateX(-50%);
    margin: 25px 0;
    padding:25px!important;
    line-height: 15px!important;
}

.contact-container {
	padding: 10px 20px;
	text-align: center;
	font-size: 20px;
}

.contact-container a {
	margin: 5px 0;
	display: block;
}

.filter input[type="checkbox"]:checked + label {
    background-color:#3f96bb;
    color:white;
}
.checkbox-container {
    min-height:45px;
    display: inline-block;
}
.county-label .checkbox-container {
    max-width:120px;
    text-align: left;
    margin:0 auto;
}
.filter-title {
    padding: 5px 15px;
    background-color:#ececec;
    cursor:pointer;
    font-weight:bold;
    
}
.filter-title:after {
    content:"";
    display: block;
    position: absolute;
    width:5px;
    height:5px;
    border-right:2px solid #333;
    border-bottom: 2px solid #333;
    top: 12px;
    right: 15px;
    transform:rotate(-45DEG);
    transition:.3s;
}

.filter-button-container {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9999999;
    height: 25px;
    overflow: hidden;
    margin-top: -1px;
  }

.active > .filter-title:after {
	transform:rotate(45DEG)!important;
}
.filter-container {
    position: relative;
    border: 1px solid #c3c3c3;
    transition:.3s;
    margin-bottom:10px;
}

div:not(.gm-style) > #pac-input {
    display: none;
  }

.filter-container.active {
    /*box-shadow: 0 0 12px #0000002b;*/
    transform: scale(1.003);
}
.filter-results-button {
    background:#3f96bb;
    box-shadow:0 0 0 transparent;
    border-radius:0px;
    color:white;
    font-weight:bold;
    position: relative;
    padding:8px 20px;
    font-size: 15px;
    left:50%;
    transform:translateX(-50%);
    border:0px;
    transition:.2s;
}
.filter-results-button:hover {
    color:#3f96bb;
    background:transparent;
    box-shadow:inset 0 0 0 2px #3f96bb;
}
.filter-container .filter {
	display: none;
}
#map {
    display: inline-block;
    min-width:100%;
    vertical-align: top;
}
.map-background {
    font-size:35px;
    position: relative;
    display: block;
    background:url(/wp-content/uploads/2018/10/map.jpg);
    background-size:cover;
    margin-top:45px;
    min-height:500px;
}
.map-background a {
    text-decoration: none;
    background-color: #6787a0;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 900;
    min-width: 60%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding-top: 8px;
    top: 50%;
    margin: auto;
}
.map-background .inside-container {
    vertical-align: middle;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    display: block;
    width:100%;
}

.et_pb_blog_grid .et_pb_post {
	background: transparent;
	border: 0px;
}

.vertical-menu nav ul li {
    width: 100%;
    display: block;
	text-align: center;
}

body.page-template-profile-signup #content-inner,
body.page-template-my-account #content-inner,
#content-profile,
.inner-container.map {
	width: 80%;
	max-width: 1080px;
	margin: 40px auto;
	position: relative;
}

/* Land Seeker/Owner single pages */
.entry-content-profile {
    width:63%;
	padding-right: 30px;
}

.right-bar-profile {
    width: 36%;
    background-color: #f2eadd;
    min-height: 150px;
}

.entry-content-profile, .right-bar-profile {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.right-bar-profile .sidebar-title h1 {
    font-size:25px;
    text-align: center;
    color:#fff;
}
.right-bar-profile .sidebar-title {
    background-color:#619c1e;
    padding:15px;
}

.field-details * {
    font-size:20px;
}

div.field-details {
	margin-bottom: 50px;
}

div.section-title {
	font-size: 28px;
	color: #619c1e;
}

.content-left-lower {
	padding-top: 30px;
}

.field-details .detail-header {
	font-size: 23px;
	margin: 30px 0 8px;
	border-bottom: 1px solid #ccc;
}
.field-details .field-detail {
    line-height: 22px;
    margin-bottom:25px;
}
.sidebar-content {
    padding: 25px;
}
.right-bar-profile:after {
    content:"";
    background-color:#f2eadd;
    width:100%;
    height:5000px;
    display: block;
    position: absolute
}
.product-images li {
    max-width: 25%;
    max-height:170px;
    margin:0px;
}

.product-images {
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    max-width: 780px;
    margin: 0 auto;
}
.product-images li img {
    transition: .25s;
    text-align: left;
    width: auto!important;
    max-width: 260px;
    margin-left: -50px;
}
.product-images li img:not(.active) {
    opacity: .6;
}
.product-main-image {
    height: 380px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items:center;
    flex-direction: column;
}
.product-main-image img {
    max-height: 100%;
    max-width:100%;
    width:auto!important;
    align-self: center;
}
.product-images li {
    overflow: hidden;
    position: relative;
}
.product-main-image {
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
}
.product-main-image a {
    width:100%;
    height:100%;
}

h1.profile-title {
	font-size: 45px;
	margin: 20px 0 40px;
}

.profile-signup-message,
.acf-form .acf-label,
.acf-form label {
	font-size: 20px;
	line-height: 35px;
}

.acf-button {
	font-size: 20px;
	padding: 10px 30px;
}

.marijuana-disclaimer {
	font-size: 17px;
	line-height: 24px;
	border: 1px solid #ccc;
	padding: 15px 20px;
	margin: 10px 20px;
	background: #f2eadd;
}

.wp-block-latest-posts__list a:hover {
	color: #619c1e;
}

#infoWindowContent {
    max-width: 500px;
}

.mapInfoWindowTitle {
    font-size: 20px;
}

.listOption {
    font-size: 14px;
    font-weight: 400;
}

.listOptionData {
    text-transform: capitalize;
    margin-left: 5px;
}

.mapPostLink {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 400;
  }

  div[data-field="acres"] div {
    margin: 15px 15px;
  }

  .acf-map-landowners {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}