/*--------------------------------------------------------------------------------------------
*
*	Global
*
*--------------------------------------------------------------------------------------------*/
.acadp-margin-bottom {
	margin-bottom: 15px !important;
}

.acadp-no-margin {
	margin: 0 !important;
}

.acadp-no-margin-left {
	margin-left: 0 !important;
}

.acadp-no-padding {
	padding: 0 !important;
}

.acadp-no-border {
	border: 0 !important;
}

.acadp-vertical-middle {
	vertical-align: middle !important;
}

.acadp img {
	max-width: 100%;
}

.acadp-img-col {
	width: 75px;
}

.acadp-divider {  
  	margin: 10px 0;
  	background-color: #e5e5e5;
  	height: 1px;
  	overflow: hidden;  
}

.acadp-spacer {
  	margin: 10px 0;
}

.acadp-star {
	padding-left: 5px;
}

.acadp-map {
	width: 100%;
}

.acadp-map .media {
	display: none;
}

.acadp-map .media-left img {
	width: 64px;
	max-width: inherit;
}

.acadp-map .gm-style-iw .media,
.acadp-map .leaflet-popup .media {
	display: block;
}

.acadp-map .leaflet-popup-content-wrapper {
	border-radius: 3px;
}

.acadp-map .leaflet-popup-scrolled {
	border-bottom: none;
	border-top: none;
}

.acadp-map .leaflet-popup-scrolled .media {
	padding-right: 10px;
}

.acadp-map img {
	box-shadow: none !important;
}

.acadp-child-terms {
	margin-top: 10px;
}

.acadp .wp-switch-editor {
	margin: 5px 0 0 5px;
}

.acadp .mce-edit-area {
	margin: 1px;
}

.acadp .has-error a {
	color: inherit;
}

.acadp [hidden] {
	display: none !important;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Block Editor
 *
 *--------------------------------------------------------------------------------------------*/
.components-panel__row .components-base-control {
	width: 100%;
}

.components-panel__row .components-range-control__wrapper {
    flex: 1 1 100%;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Custom Select
 *
 *--------------------------------------------------------------------------------------------*/
.acadp acadp-dropdown-terms {
	box-sizing: border-box;
	display: block;
	position: relative;		    
}

.acadp acadp-dropdown-terms button,
.acadp acadp-dropdown-terms button:hover,
.acadp acadp-dropdown-terms button:focus {
	border: none;
    box-shadow: none;
    background: none;
	background-color: transparent;
	background-image: none;    
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-select {
	position: relative;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-select input[type=text] {
	background-color: inherit;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	cursor: auto;
	padding-right: 2.5rem;
	width: 100%;
	text-overflow: ellipsis;
}

.acadp acadp-dropdown-terms .acadp-dropdown-select button {
    display: flex;
	position: absolute;
	top: 0;
    right: 0;
	bottom: 0;
	z-index: 10;	
	align-items: center;
	padding-right: 0.75rem;
}

.acadp acadp-dropdown-terms .acadp-dropdown-select button:hover {
	color: #3b82f6;
}
  
.acadp acadp-dropdown-terms[has-value] .acadp-dropdown-select input[type=text] {
	background-image: none;
}

.acadp acadp-dropdown-terms .acadp-dropdown {
	position: absolute;
    top: 100%;
    right: 0;
	left: 0;	
	z-index: 99999;	
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.acadp acadp-dropdown-terms .acadp-dropdown-content {
	margin-top: 0.125rem;	
	border: 1px solid #9ca3af;
    border-radius: 0.25rem;	
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header {
	position: relative;
    border-bottom: 1px solid #f3f4f6;
	padding: 0.75rem;    
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header input[type=text] {
    padding: 0.5rem;
	padding-right: 2rem;
	width: 100%;
    height: auto;
    line-height: 1;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header button {
    display: flex;
	position: absolute;
	top: 0;
    right: 0;
	bottom: 0;
	z-index: 10;	
	align-items: center;
	padding-right: 1.25rem;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header button:hover {
	color: #3b82f6;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-body {
	max-height: 180px;
    overflow-x: hidden;
	overflow-y: auto;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label {
	display: flex;	
	align-items: center;
	gap: 0.375rem;
	margin: 0;
    border: 0;
	border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
	padding: 0.5rem 0.75rem;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label:hover {
    border-bottom: 0;
	background-color: #3b82f6;
	color: #fff;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body .acadp-terms-parent > div:last-child label {
	border-bottom: 0;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label[disabled] {
	pointer-events: none;
	opacity: 0.8;
}
  
.acadp acadp-dropdown-terms[is-searching] .acadp-dropdown-body label {
	padding-left: 0.75rem !important;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label .acadp-term-name {
    flex-grow: 1;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label .acadp-term-input:focus {
	box-shadow: none;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body .acadp-dropdown-status {
	padding: 0.5rem 0.75rem;
}

.acadp acadp-dropdown-terms .acadp-dropdown-footer {
    border-top: 1px solid #f3f4f6;
    padding: 0.75rem;
    text-align: center;
}

.acadp acadp-dropdown-terms .acadp-dropdown-footer a,
.acadp acadp-dropdown-terms .acadp-dropdown-footer a:hover,
.acadp acadp-dropdown-terms .acadp-dropdown-footer a:focus { 
    display: block;   
    text-decoration: none;
    color: #3b82f6;
    font-size: 90%;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Checbox & Radio Group
 *
 *--------------------------------------------------------------------------------------------*/
.acadp .acadp-form-checkbox-group,
.acadp .acadp-form-radio-group {       
    border: 1px solid #CCC;
	border-radius: 3px;
	padding: 7px; 
	max-height: 100px;
    overflow-y: auto;
}

.acadp .acadp-form-checkbox-group .checkbox,
.acadp .acadp-form-radio-group .radio {
	margin: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Range Field
 *
 *--------------------------------------------------------------------------------------------*/
.acadp-range-slider {
	display: inline-block;
	position: relative;
	margin-top: 24px;
	width: 100%;	
}

.acadp-range-slider .acadp-range-value {
	position: absolute;
	top: -50%;
}

.acadp-range-slider .acadp-range-value span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate( -50%, 0 );	
	border-radius: 2px;	
	background: #03a9f4;	
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 11px;	
}

.acadp-range-slider .acadp-range-value span:before {	
	position: absolute;
	top: 100%;
	left: 50%;	
	margin-left: -5px;
	margin-top: -1px;
	border-top: 10px solid #03a9f4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: "";	
}

.acadp-range-slider input[type=range] {
	-webkit-appearance: none;	
	margin: 20px 0;	
	border: none;
	padding: 0;
	width: 100%;		
}

.acadp-range-slider input[type=range]:focus {
	outline: none;
}

.acadp-range-slider input[type=range]::-webkit-slider-runnable-track {	
	border-radius: 25px;
	background: #03a9f4;
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;	
}

.acadp-range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;			
	margin-top: -8px;	
	border-radius: 50%;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 1 );
	background: #fff;
	cursor: pointer;
	width: 20px;
	height: 20px;	
}

.acadp-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: #03a9f4;
}

/*---------------------------------------------------------------------------------------------
	Privacy Policy [GDPR]
---------------------------------------------------------------------------------------------*/
.acadp-privacy-wrapper { 
	position: absolute; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;         
	margin: 0;
	background-color: #f9f9f9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 15px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.acadp-privacy-wrapper-map {
	background-image: url( '../images/placeholder-map.svg' );
}

.acadp-privacy-consent-block {
	position: relative;
	opacity: 0.9;
	margin: auto;
	top: 50%;
	transform: translateY( -50% );
	-ms-transform: translateY(- 50% );
	-webkit-transform: translateY( -50% );
	max-width: 320px;	
}

.acadp-privacy-consent-message {
	margin-bottom: 10px;
}

@media only screen and (max-width: 250px) {
	.acadp-privacy-consent-block {
		margin: 0;
		font-size: 12px;               
	}
}

/*---------------------------------------------------------------------------------------------
	Login Form [inline]
---------------------------------------------------------------------------------------------*/
.acadp-login-form #loginform {
    max-width: 320px;
}

.acadp-login-form .login-username label,
.acadp-login-form .login-password label {
    display: block;
}

.acadp-login-form  #user_login,
.acadp-login-form  #user_pass {    
    box-sizing: border-box;
	width: 100%;
}

/*---------------------------------------------------------------------------------------------
	Search Form [inline]
---------------------------------------------------------------------------------------------*/
.acadp-search-inline .row .form-group:nth-child(1) {
	padding-left: 0;
}

.acadp-search-inline .row .form-group:nth-child(3) {
	padding-right: 0;
}

/*---------------------------------------------------------------------------------------------
	Listings Page
---------------------------------------------------------------------------------------------*/
.acadp .acadp-responsive-container {
	display: block;
	position: relative;
	background: #f9f9f9;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;	
}

.acadp .acadp-responsive-item,
.acadp .acadp-responsive-container img {
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;	
}

.acadp-listings .acadp-listings-title-block,
.acadp-manage-listings .acadp-listings-title-block {
	display: block;
}

.acadp-listings .acadp-listings-title-block h3,
.acadp-manage-listings .acadp-listings-title-block h3 {
	display: inline;
	vertical-align: middle;
}

.acadp-listings .acadp-listings-desc {
	margin: 15px 0;
}

.acadp-grid-view .acadp-listings-price {
	margin: 15px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Listing Detail Page
---------------------------------------------------------------------------------------------*/
.acadp-listing .acadp-price-block {
	margin: 10px 0 0 0;
}

.acadp-listing .modal-header h3 {
	display: inline-block;
}

/* Slick Slider */
.acadp-listing #acadp-slider-wrapper {
	margin: 15px 0 0 0;
}

.acadp-listing .acadp-slider-for,
.acadp-listing .acadp-slider-nav {
	display: none;
}

.acadp-listing .acadp-slider-for.slick-initialized,
.acadp-listing .acadp-slider-nav.slick-initialized {
	display: block;
}

.acadp-listing .acadp-slider-for {
	cursor: zoom-in;
}

.acadp-listing .slick-loading {
    background: #fff url('../images/spinner.gif') center center no-repeat;
}

.acadp-listing .acadp-slider-next,
.acadp-listing .acadp-slider-prev {
	position: absolute;
	top: 50%;		
	opacity: .75;
	z-index: 9;
	margin-top: -12px;
	border-radius: 12px;
	background: #3b82f6;
	cursor: pointer;
	padding: 5px;
	line-height: 1em;	
}

.acadp-listing .acadp-slider-next:hover,
.acadp-listing .acadp-slider-prev:hover {
	opacity: 1;
}

.acadp-listing .acadp-slider-next {
	right: -12px;
}

.acadp-listing .acadp-slider-prev {
	left: -12px;
}

.acadp-listing .acadp-slider-next .glyphicon,
.acadp-listing .acadp-slider-prev .glyphicon {
	display: block;
	top: 0;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;	
}

.acadp-slider-nav .acadp-slider-item {
	cursor: pointer;
}

.acadp-listing .acadp-slider-item-inner {
	padding: 7px;
}

.acadp-listing .acadp-slider-item-inner img {
	margin: auto;
}

#acadp-contact-message-display {
    margin-bottom: 10px;
}

#acadp-contact-message-display:empty {
	display: none;
}

/* Magnific Popup */
.single-acadp_listings .mfp-wrap button:hover,
.single-acadp_listings .mfp-wrap button:focus {
	box-shadow: none;
	background: transparent;	
}

.single-acadp_listings .acadp-image-popup {
	cursor: zoom-in;
}

/*---------------------------------------------------------------------------------------------
	Address
---------------------------------------------------------------------------------------------*/
.acadp-address {
	word-wrap: break-word;
}

.acadp-address .acadp-street-address,
.acadp-address .acadp-phone,
.acadp-address .acadp-email,
.acadp-address .acadp-website {
	display: block;
}

.acadp-address .acadp-delimiter {
	padding-right: 7px;
}

/*---------------------------------------------------------------------------------------------
	Image Uploader
---------------------------------------------------------------------------------------------*/
table.acadp-images {
	margin-bottom: 10px;
	border: 0 none;
	background: #fff;
}

table.acadp-images tbody tr td {	
	border-top: 0 none;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 5px 7px;
}

table.acadp-images .acadp-handle {
	cursor: move;
	width: 50px;
	vertical-align: middle;
	color: #999;	
}

table.acadp-images .acadp-handle span {
	display: block;
	width: 100%;
	text-align: center;
}

table.acadp-images .acadp-image {
	width: 75px;
	vertical-align: middle;
	text-align:center;
}

table.acadp-images img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*---------------------------------------------------------------------------------------------
	Social Sharing Buttons
---------------------------------------------------------------------------------------------*/
.acadp-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.acadp-social-link {
	margin-right: 2px;
	border-radius: 2px; 
	cursor: pointer;  
    padding: 4px 8px;
	text-decoration: none;
	line-height: 1; 
	color: white;	
    font-size: 12px;    
}
 
.acadp-social-link:hover,
.acadp-social-link:active {    
	text-decoration: none; 
	color: white;
} 

.acadp-social-facebook {
    background: #3B5997;
}
 
.acadp-social-facebook:hover,
.acadp-social-facebook:active {
    background: #2d4372;
}

.acadp-social-twitter {
    background: #00aced;
}
 
.acadp-social-twitter:hover,
.acadp-social-twitter:active {
    background: #0084b4;
}
 
.acadp-social-linkedin {
    background: #0077B5;
}
 
.acadp-social-linkedin:hover,
.acadp-social-linkedin:active {
    background: #005B8C;
}
 
.acadp-social-pinterest {
    background: #bd081c;
}
 
.acadp-social-pinterest:hover,
.acadp-social-pinterest:active {
    background: #9e0718;
}

.acadp-social-whatsapp {
	background: #25d366;
}

.acadp-social-whatsapp:hover,
.acadp-social-whatsapp:active {
	background: #12af0a;
}

/*---------------------------------------------------------------------------------------------
	Checkout
---------------------------------------------------------------------------------------------*/
#acadp-checkout-errors span {
	display: block;
}

#acadp-checkout-errors span:before {
	content: "*";
	padding-right: 5px;
}

/*---------------------------------------------------------------------------------------------
	Widgets
---------------------------------------------------------------------------------------------*/
/* ACADP Listings */
.acadp-widget-listings .media-object {
	width: 64px;
}

.acadp-widget-listings .acadp-listings-desc {
	margin: 15px 0;
}

.acadp-widget-listings .acadp-listings-price {
	margin: 15px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Spinner
---------------------------------------------------------------------------------------------*/
@keyframes wait {
	12.5% {
	  background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0;
	}
  
	25% {
	  background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px;
	}
  
	37.5% {
	  background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px;
	}
  
	50% {
	  background-position-x: -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px;
	}
  
	62.5% {
	  background-position-x: -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px;
	}
  
	75% {
	  background-position-x:  0, 0, 6px,  6px, 12px, 12px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
  
	87.5% {
	  background-position-x:  6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
  
	100% {
	  background-position-x: 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
}
  
.acadp .acadp-spinner {
	background: 
		linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   /* 6  */
		linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),
  
		linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
		linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),
  
		linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   /* 4  */
		linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),
  
		linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), /* 3  */
		linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),
  
		linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), /* 2  */
		linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),
  
		linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), /* 1  */
		linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);
	background-repeat: no-repeat;
	background-size: 
		4px 9px,   /* 6 */
		4px 9px,
  
		4px 9px,   /* 5 */
		4px 9px,
  
		4px 9px,   /* 4 */
		4px 9px,
  
		4px 11px,  /* 3 */
		4px 11px,
  
		4px 16px,  /* 2 */
		4px 16px,
  
		4px 16px,  /* 1 */
		4px 16px;
	background-position-x: -4px;
	/* Hide All */
	background-position-y: 3px, 3px, 3px, 3px, 3px, 3px, 2px, 2px, 0, 0, 0, 0;
	zoom: 1;
	/* Increase this for a bigger symbol*/
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	animation: wait .80s steps(1, start) infinite;
}

/*---------------------------------------------------------------------------------------------
	Third-party theme conflicts
---------------------------------------------------------------------------------------------*/
.single-acadp_listings .entry-header {
	display: none;
}

.acadp .nav {
	float: none;
}

.acadp .btn-group .dropdown-toggle {
	width: auto;
}

.acadp .thumbnail img {
	box-shadow: none;
}

/*---------------------------------------------------------------------------------------------
	Media queries
---------------------------------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.acadp .pull-left.acadp-xs-clear-float,
	.acadp .pull-right.acadp-xs-clear-float {
		display: block;        
		float: none !important;
		clear: both;
	}

	.acadp-search-inline .row .form-group {
		padding-left: 0;
		padding-right: 0;
	}
	
	.acadp-list-view img {
		width: 100%;
	}
	
	.acadp-list-view .acadp-listings-title-block {
		margin-top: 10px;
	}
	
	.acadp-list-view .acadp-price-block {		
		margin: 15px 0;
		text-align: left;
	}
}