/* 
 Theme Name:     Buehler Designs
 Author:         Buehler Designs
 Author URI:     https://www.buehlerdesigns.com
 Template:       Divi
 Version:        3.29.3
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

input.sf-input-text {
    padding: 7px 10px;
    border-color: #e6e6e5;
    border-radius: 15px;
}

span.sf-count {
    display: none !important;
}

/* JUSTIFY MENU RIGHT */
.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end !important;
}
/* END JUSTIFY MENU RIGHT */


/* MEMBERS PAGE */

.members-filter h4 {
	width:100%;
	font-size: 14px;
    text-transform: uppercase;
}

.members-filter ul {
    padding-left: 25px;
	width:100%;
}

.searchandfilter ul li ul li {
    display: flex;
	align-items: center;
	color:#000;
}

label.sf-label-checkbox {
    font-size: 12px;
}

/* Checkbox design */

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
 content: '';
    position: absolute;
    left: -20px;
    top: 2px;
    width: 17px;
    height: 17px;
  border: 1px solid #302c5542;
    background: #eaeaea;
    border-radius: 3px;
    box-shadow: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -1px;
    left: -15px;
    font-size: 14px;
    color: #232156;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active, .chosen-container.chosen-container-single {
    width: 250px !important;
}

li.sf-field-submit input {
	    color: #232156!important;
	border-radius:34px;
	background:#E4B739;
	padding:10px 20px;
    font-size: 12px;
    text-transform: uppercase;
	border:none !important;
	    margin-top: 20px;
	font-weight: 600;
}


.caldera-grid input[type=checkbox], .caldera-grid input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: initial;
    left: 0;
}

li.sf-field-submit input:hover {
	cursor:pointer;
}

li.sf-field-submit {
    float: left;
	margin-right: 20px !important;
}

li.sf-field-reset {
    float: left;
    margin-top: 25px !important;
    padding: 10px 20px !important;
}

.sf-field-reset a{
    color: #232156!important;
    font-size: 12px;
    text-transform: uppercase;
	border:none !important;
	    margin-top: 20px;
	font-weight: 600;
}

.sf-field-reset a:after {
	content: "\e02a";
margin-left:5px;
font-family: 'ETmodules';
font-size:12px;
	color:#232156;
}

input.search-filter-reset:hover {
	cursor:pointer;
}




/* RESULTS */

.member-box {
    display: flex;
   background: #f9f9f9;
    margin-bottom: 40px;
}

.member-box-image img {
    min-height: 250px;
    display: flex;
    width: 250px;
	object-fit:cover;
}

.member-box-content {
    padding: 20px;
	width:70%;
}

span.meta-box-category {
    font-size: 10px;
	display:flex;
	align-items:center;
	padding-right:10px;
	line-height:14px;
}

span.meta-box-category:before {
content: "\e07b";
margin-right:5px;
font-family: 'ETmodules';
font-size:14px;
	color:#232156;
}

span.meta-box-location {
    font-size: 10px;
	display:flex;
	align-items:center;
}

span.meta-box-location:before {
content: "\e081";
margin-right:5px;
font-family: 'ETmodules';
font-size:14px;
	color:#232156;
}

.member-box-meta {
    display: flex;
}

.member-box-short-description {
	padding-top:20px;
}

a.member-read-more {
    margin-top: 20px;
    display: block;
    background: #e4b737;
    text-transform: uppercase;
    max-width: fit-content;
    padding: 5px 15px;
    color: #232156;
    font-size: 12px;
    border-radius: 30px;
	font-weight: 600;
}

a.member-read-more:after {
content: "\35";
margin-left:5px;
font-family: 'ETmodules';
font-size:12px;
	color:#232156;
	
}

.members-filter {
    border-left: 1px dashed #e6e6e5;
}

/* END MEMBERS PAGE */

/* SINGLE MEMBER */

.single-member #main-content .container:before {
   display:none;
}

span.meta-box-category.single, span.meta-box-location.single {
    font-size: 12px;
	color: #232156;
}

.member-box-meta.single {
   
}

.member-full p {
	padding-top:20px;
}

.member-full {
    display: flex;
	padding-bottom: 40px;
}

.member-box-image.full {
    width: 30%;
}

.member-full-content {
    width: 70%;
	padding-left: 30px;
}

.member-box-image.full img {
    min-height: 240px;
    display: flex;
    width: auto;
    object-fit: cover;
}

.member-full-gallery ul {
	margin-top:20px;
    padding-left: 0;
    list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member-full-gallery li {
    width: 48%;
}

.member-box-image.full .member-full-gallery img {
    min-height: 130px;
    display: flex;
    width: 100%;
    object-fit: cover;
	
}

.title-section {
   
	 border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}





.member-full-gallery h4 {
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.member-box-meta.single-top span {
    padding-right: 20px;
}

span.meta-box-email a, span.meta-box-website a, span.meta-box-phone, span.meta-box-address {
    color: #232156;
}

span.meta-box-phone:before {
content: "\e090";
margin-right:5px;
font-family: 'ETmodules';
font-size:12px;
	color:#232156;	
}

span.meta-box-email a:before {
content: "\e076";
margin-right:5px;
font-family: 'ETmodules';
font-size:12px;
	color:#232156;	
}

span.meta-box-website a:before {
content: "\e0e3";
margin-right:5px;
font-family: 'ETmodules';
font-size:12px;
	color:#232156;	
}

span.meta-box-address:before {
content: "\e081";
margin-right:5px;
font-family: 'ETmodules';
font-size:12px;
	color:#232156;	
}

span.meta-box-category.single, span.meta-box-location.single {
    font-size: 12px;
    color: #a0a0a0;
}

span.meta-box-category.single:before {
    content: "\e07b";
    margin-right: 5px;
    font-family: 'ETmodules';
    font-size: 14px;
    color: #a0a0a0;
}

span.meta-box-location.single:before {
    content: "\e081";
    margin-right: 5px;
    font-family: 'ETmodules';
    font-size: 14px;
    color: #a0a0a0;
}



.member-box-meta.single {
    margin-top: 30px;
}

.button-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-phone span.meta-box-phone {
    margin-top: 20px;
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
	
.member-box-image.full .member-full-gallery img {
    min-height: 80px;
    display: flex;
    width: 100%;
    object-fit: cover;
}	
	
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
	
		.members-section {
    padding-top: 20px;
}
	
	.member-box {
    flex-direction: column;
}
	
.member-box-image img {
    max-height: 225px;
    display: flex;
    width: 100%;
    object-fit: cover;
}	
	
.member-box-content {
    padding: 20px;
    width: 100%;
}
	
.member-box-meta {
    display: flex;
    flex-direction: column;
}
	
.member-full {
    flex-direction: column;
}
	
.member-box-image.full {
    width: 100%;
}	
	
.member-full-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}	
	
.member-box-meta.single-top span {
    padding-right: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
	
.member-box-meta.single-top  {
  margin-top:20px;
}	

	.member-box-meta.single-top span:before, .member-box-meta.single-top span a:before {
		font-size:20px;
	}
	
.member-box-image.full .member-full-gallery img {
    min-height: 150px;
    display: flex;
    width: 100%;
    object-fit: cover;
}	
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
	.members-section {
    padding-top: 20px;
}
	
	.member-box {
    flex-direction: column;
}
	
.member-box-image img {
    max-height: 225px;
    display: flex;
    width: 100%;
    object-fit: cover;
}	
	
.member-box-content {
    padding: 20px;
    width: 100%;
}
	
.member-box-meta {
    display: flex;
    flex-direction: column;
}
	
.member-full {
    flex-direction: column;
}
	
.member-box-image.full {
    width: 100%;
}	
	
.member-full-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}	
	
.member-box-meta.single-top span {
    padding-right: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
	
.member-box-meta.single-top  {
  margin-top:20px;
}	

	.member-box-meta.single-top span:before, .member-box-meta.single-top span a:before {
		font-size:20px;
	}	
	
}

/* Logo Slider */

.logo-slider-new {
    position: relative;
    overflow: hidden;
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 5;
}

button.slick-next.slick-arrow {
    position: absolute;
    top: 42%;
    right: 0;
    z-index: 5;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
}

/*

.partner-logo {
    width: 100%;
    display: flex !important;
	justify-content:center;
} */

img.a-left.control-c.prev.slick-prev.slick-arrow {
    position: absolute;
    top: 45%;
	z-index:5;
}

img.a-right.control-c.next.slick-next.slick-arrow {
    position: absolute;
    top: 45%;
	right:0;
	z-index:5;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
}

.partner-logo img {
    /* max-width: 350px; */
    max-height: 450px;
    height: auto;
}

.partner-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* End Logo Slider */