#load-more-partners {
	display: none;
	width: 203px !important;
	border-radius: 8px !important;
	margin: 0 auto;
	padding: 10PX;
	background-color:#5737d6;
	color:#fff
}
#load-more-partners:hover {
background-color:	var(--theme-link-hover-color);

}

#loading-message {
	width:100%;
text-align:center;
}



#load-more-partners:last-child {
	display:block;
}



.partner-content .wp-block-stackable-text {
    margin-bottom: 0;
}
.partner-content strong {
    font-weight: 500;
}
.partner-list {
    padding: 0;
    list-style-type: none;
}
.partner-list li {
    display: flex;
    height: 160px;
    border-bottom:1px solid #DAD9DD;
    align-items: center;
    padding: 16px;
}
.partner-list li:first-child {
    border-top: none;
}
.partner-list li .partner-info {
    width: 100%;
    height: 100%;
    max-width: 570px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.badge-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.badge-status span {
    font-size: 14px;
}
.partner-list li .partner-info img {
    width: 75px;
    height: 75px;

}
.partner-list li .partner-info .badge-statu {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.partner-list li .partner-info .badge-title {
    font-size: 18px;
    font-weight: 500;
    color: #1C0A62;
    max-width: 400px;
    display: flex;
    align-items: center;
}

.partner-filter {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
.partner-filter label {
    font-size: 14px;
    font-weight: 500;
    color: #1C0A62;
    margin-bottom: 6px;
}
.partner-filter select {
    padding-inline-end: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat,repeat;
    background-size: 8px auto,100%;
    background-position: right 10px top 50%,0 0;
    background-color: #fff;
    border-radius: 8px;
    font-size: 12px;
    width: 270px;
    max-height: 30px;
    padding: 5px 12px 7px 12px;

}
.partner-content a {
    color: inherit;
    text-decoration: none;
}

/*
    Türkiye haritası
 */

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    height: 600px;
    text-align: center;
}
.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}
.il-isimleri {
    position: absolute;
    z-index: 2;
}
.il-isimleri div {
    display: inline-block;
    background: #1C0A62;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
}
#svg-turkiye-haritasi path:hover {
    fill: #1C0A62;
}
#bolge-1 g path{
    fill:#5C35DD
}
#bolge-2 g path{
    fill:#5C35DD
}
#bolge-3 g path{
    fill:#5C35DD
}
#bolge-4 g path{
    fill:#5C35DD
}
#bolge-5 g path{
    fill:#5C35DD
}
#bolge-6 g path{
    fill:#5C35DD
}
#bolge-7 g path{
    fill:#5C35DD
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .partner-filter {
        flex-direction: column;
        justify-content: center;
        padding: 20px;

    }
    .partner-filter label {

        display: block;
    }
    .partner-list li {
        flex-direction: column;
        height: auto;
    }
    .partner-list li .partner-info span {
        margin-bottom: 16px;
    }
    .svg-turkiye-haritasi {
        display: none;
    }
    .partner-list li .partner-info {
        flex-direction: column; align-items:flex-start; }
    }


@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */
	span.partner-content {
    border-bottom: 1px solid #C1C0C7;
    padding-bottom: 20px;
}
  
}

