/*
Theme Name: ACBC
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Australia China Business Council theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: acbc
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

.overlay-loader-blk{display: none; background-color: rgba(255,255,255,0.9); position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999;}
.overlay-loader-blk .overlay-loader{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px;}

.overlay-loader-blk img {position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}

.siteloader,.loading-img{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:rgba(226,35,26,0.85);
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.siteloader img,
.siteloader svg {
	/*max-width: 110px;*/
	max-width: 230px;
}
@media (max-width:640px){
	.siteloader img,
	.siteloader svg {
		max-width: 150px;
	}
}
.siteloader svg path,
.siteloader svg rect{
  fill: $loader-color;
}


/* Custom CF7 Loader */
div.wpcf7 span.ajax-loader {
	background-image: url('includes/login-signup/img/loader.svg') !important;
	width: 26px;
	height: 26px;
	background-size: contain;
}
@media (max-width: 991px){
	div.wpcf7 span.ajax-loader {
		width: 16px;
		height: 16px;
	}
}

.grecaptcha-badge {
    display: none;
}

small.user-note{ display: inline-block; padding-top: 5px; }
#renew-membership-form .full-content.text-left { padding: 0 15px; }
.page-template-loop-member-directory .listing-box .member-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-loop-member-directory .listing-box > a {
    width: 21.51%;
    padding-bottom: 19.6%;
    background-color: #ececec;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.member-directory .fancybox-inner .fancybox-content .member-heading-wrap .member-thumb {
  position: relative;
}
.member-directory .fancybox-inner .fancybox-content .member-heading-wrap .member-thumb img {
    position: absolute;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce-account.woocommerce-orders a.woocommerce-button.button.invoice {
    margin-top: 10px;
    display: block;
}