/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.wpb-favorites-table-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;

}

.wpb-favorites-table-container .wpb-fav-col {
	width: 20%;
	padding: 0 15px;
	position: relative;
	margin-bottom: 15px;
}

.wpb-fav-col .wpb-fav-rmv-container {
	position: absolute;
	top: 8px;
	right: 23px;
	z-index: 1;
	width: 32px;
}

.wpb-fav-rmv-container .wpb-fav-rmv,
.wpb-fav-rmv-container .wpb-fav-rmv:focus {
	border: solid 1px rgba(255, 255, 255, 0.8) !important;
	background-color: rgba(155, 155, 155, 0.4) !important;
	padding: 5px 4px 3px !important;
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	width: 32px;
	height: 32px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50% !important;
	text-align: center;
	z-index: 1;
}

.wpb-fav-rmv-container .wpb-fav-rmv:focus {
	outline: none;
}

.wpb-fav-col .wpb-fav-content {
	padding: 12px 0;
}

.wpb-fav-col .wpb-fav-content h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #333;
}

.wpb-fav-content h4 a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.wpb-fav-content h4 a:hover {
	text-decoration: underline;
	color: #333;
}

.wpb-fav-content span {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	margin-top: 4px;
	display: block;
	line-height: 16px;
}

.wpb-fav-content span a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.wpb-fav-content span a:hover {
	text-decoration: underline;
	color: #333;
}

.gallery_thumbnail:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.gallery_thumbnail:hover:before {
	opacity: 1;
}

.wpb-fav-add,
.wpb-fav-share {
	color: #333;
	background-color: rgba(255, 255, 255, 0.8) !important;
	font-size: 18px;
	line-height: 1 !important;
	font-weight: 600 !important;
	border: 2px solid #333;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	border-radius: 0px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
	min-height: auto;
	letter-spacing: 0.3px !important;
	padding: 17px 13px 15px !important;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
}

.wpb-fav-add:after,
.wpb-fav-share:after {
	content: "";
	width: 320px;
	display: block;
	max-width: 100%;
}

.wpb-fav-add:hover,
.wpb-fav-share:hover {
	background-color: #333 !important;
	color: #fff !important;
}

.wpb-fav-added,
.wpb-favorites-share-not-logged {
	opacity: 1;
	background-color: rgba(0, 93, 170, .9) !important;
	border: 2px solid rgba(0, 93, 170, .9) !important;
	color: #fff !important;
	padding: 17px 15px 15px 15px !important;
	border-radius: 0px !important;
}

.wpb-fav-add:focus,
.wpb-fav-added:focus,
.wpb-favorites-share-not-logged:focus {
	outline: none;
}

.wpb-favorites-button {
	margin-top: 15px;
	padding-left: 10px !important;
	padding-right: 10px !important
}

.wpb-favorites-button i {
	margin-right: 6px;
	font-size: 14px;
	position: relative;
	top: -2px
}


/* Add remove button styling */

body .wpb-fav-ar-container-wrap {
	position: relative;
}

body .wpb-fav-ar-container {
	max-width: max-content;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px
}

body [class*="col"] .wpb-fav-ar-container {
	right: 25px;
}

body .wpb-fav-ar-container button,
body .wpb-fav-ar-container button:hover,
body .wpb-fav-ar-container button:active,
body .wpb-fav-ar-container button:focus {
	padding: 5px;
	padding: 9px 7px 5px 7px !important;
	border: solid 1px rgba(255, 255, 255, .8) !important;
	background-color: rgba(155, 155, 155, .4) !important;
	color: #ffffff;
	font-size: 16px;
	border-radius: 50% !important;
	outline: none
}

body .wpb-fav-ar-container button.wpb-fav-ar-added {
	background-color: #005DAA !important;
	border-color: #005DAA !important;
}

body .wpb-fav-ar-container button.wpb-fav-ico-large {
	height: 64px;
	width: 64px;
	font-size: 32px
}

/* Add remove button styling end */








/* Popup Styling starts*/
.wpb-favorites-share-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.65);
	display: none;
	overflow-y: scroll;
}

/* .wpb-favorites-share-popup {
	max-width: 670px;
    width: calc(100% - 30px);
	background-color: #F5F5F5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

	height: 100%;
    overflow-y: scroll;
    max-height: 476px;
    margin: 60px auto;
} */
.wpb-favorites-share-popup {
	max-width: 670px;
    width: calc(100% - 30px);
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
    /* overflow-y: scroll; */
    /* max-height: 476px; */
    margin: 60px auto;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.wpb-favorites-share-popup .wpb-favorites-share-popup-inner-wrapper{
	background-color: #F5F5F5;
}
.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close{
	position: absolute;
	top: 45px;
	right: 35px;
}

.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close,
.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close:focus {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: transparent;
	border: 0;
	outline: none;
}


.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close:hover {
	background-color: transparent !important;
	border: 0 !important;
	opacity: 0.7;
}

.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close .fas {
	font-size: 50px;
	font-weight: 300;
}

.wpb-favorites-share-popup .wpb-favorites-share-wrapper {
	background-color: #ffffff;
	padding: 38px 15px 40px 15px;
	text-align: center;
}

.wpb-favorites-share-popup .wpb-favorites-share-wrapper h2 {
	margin: 0;
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 18px;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper {
	padding: 50px 15px 50px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-sep {
	margin: 22px;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 230px;
	width: 100%;
	border: 2px solid #d1d1d1;
	padding: 30px 29px 28px 29px;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn > i {
	font-size: 68px;
	margin-bottom: 24px;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn a,
.share-not-logged-wrapper .wpb-favorites-non-logged-text {
	background-color: rgba(255, 255, 255, 0.8);
	line-height: 1 !important;
    font-weight: 600 !important;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    border-radius: 0px !important;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    text-transform: uppercase;
    min-height: auto;
    letter-spacing: 0.3px !important;
	padding: 16px 20px 16px 20px;
	font-size: 18px;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn a {
	color: #333333;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
	border: 2px solid #333333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn a:hover {
	background-color: var(--e-global-color-primary);
    color: #ffffff;
    text-decoration: none;
    border: 2px solid var(--e-global-color-primary);
}

.wpb-fav-share-wrapper .wpb-favorites-share-button,
.share-not-logged-wrapper .wpb-favorites-non-logged-text {
	background-color: #005DAA !important;
	border: 2px solid #005DAA !important;
	color: #ffffff;
	margin-top: 0;
}

.wpb-fav-share-wrapper .wpb-favorites-share-button:hover,
.share-not-logged-wrapper .wpb-favorites-non-logged-text:hover {
	background-color: transparent !important;
	color: #333333 !important;
	border: 2px solid #333333 !important;
}

.wpb-fav-share-wrapper .wpb-favorites-share-button:focus {
	outline: none;
	color: #ffffff;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-tooltip {
	width: 100%;
}

.wpb-fav-share-wrapper,
.share-not-logged-wrapper {
	text-align: center;
}

.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn a > i{
	margin-right: 10px;
}

.aztiles-favorites-wrapper .tab-inner .wpb-favorites-table-container {
	justify-content: center;
}

.aztiles-favorites-wrapper .tab-inner .wpb-favorites-table-container p {
	font-weight: 700;
	color: #005AA3;
}
/* Popup styling ends */

.favorites-heading{
	text-align: center;
	 color: #fff;
 }

.wpb-fav-not-found{
	text-align: center;
	padding-bottom: 30px;
}

.wpb-fav-not-found p{
	font-weight: 700;
    color: #c91010;
}

@media (max-width: 1023px) {
	.wpb-favorites-table-container .wpb-fav-col {
		width: 25%;
	}
}

@media (max-width: 850px) {
	.wpb-favorites-share-popup .wpb-favorites-share-popup-inner-wrapper {
		overflow-y: scroll;
	}
	.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close {
		top: 25px;
		right: 25px;
	}
}


.wpb-favorites-share-popup {
	margin: 60px auto 30px;
}

@media (max-width: 768px) {
	.wpb-favorites-table-container {
		justify-content: center;
	}
}

@media(max-width:767px) {
	body .wpb-fav-ar-container button.wpb-fav-ico-large {
		height: auto;
		width: auto;
		font-size: 16px
	}

	.wpb-favorites-table-container .wpb-fav-col {
		width: 33.33%;
	}

	.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close {
		top: 10px;
		right: 10px;
	}

	.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close .fas {
		font-size: 30px;
	}
}





/* Popup Responsive */
@media screen and (max-width: 600px) {
	.wpb-favorites-share-popup .wpb-favorites-share-wrapper {
		padding: 24px 15px 24px 15px;
	}

	.wpb-favorites-share-popup .wpb-favorites-share-wrapper h2 {
		font-size: 30px;
	}

	.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper {
		flex-direction: column;
	}

	.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper {
		padding: 30px 15px;
	}

	.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn > i {
		font-size: 42px;
	}

	.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn {
		padding: 24px 20px 24px 20px;
	}

	.wpb-favorites-share-popup .wpb-favorites-share-btn-wrapper .wpb-favorites-share-btn a {
		padding: 12px 8px 12px 8px;
		font-size: 16px;
	}

	.wpb-favorites-share-popup-wrapper .wpb-favorites-share-close .fas {
		font-size: 35px;
	}

	.wpb-favorites-table-container .wpb-fav-col {
		width: 50%;
	}


}
/* Popup Responsive */









@media(max-width:420px) {

	.wpb-favorites-button,
	.wpb-favorites-button:focus {
		font-size: 12px;
		width: 100%;
	}

	.wpb-favorites-button i {
		top: 1px;
	}

	.wpb-favorites-table-container .wpb-fav-col {
		width: 100%;
	}
}

#favorites-display p:only-child{
    font-weight: 700;
    color: #005AA3;
    text-align: center;
}