/*   
Theme Name: BusinessSales Broker Theme Child
Theme URI: https://businesssales.com.au/
Description: BusinessSales Broker Theme for brokers who use us to create their websites
Author: BusinessSales
Author URI: https://businesssales.com.au/
Template: businesssales-broker-theme
Text Domain: businesssales-broker-theme-child
Version: 1.0
*/

/* Header Styles */
/*
.shrinker {
	background: transparent;
        height: 100px;
	transition: all .2s linear!important;
	-webkit-transition: all .5s linear!important;
	-moz-transition: all .5s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #fff;
    min-height: 80px !important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: all .5s linear!important;
	-webkit-transition: all .5s linear!important;
	-moz-transition: all .5s linear!important;
}
.shrinking-logo img {
	transition: all .5s linear!important;
	-webkit-transition: all .5s linear!important;
	-moz-transition: all .5s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 200px!important;
	transition: all .5s linear!important;
	-webkit-transition: all .5s linear!important;
	-moz-transition: all .5s linear!important;
}
*/
ul.elementor-nav-menu--dropdown a {
    border-left: none !important;
}

@media only screen and (max-width: 900px) {
    .shrinker {
        height: 90px !important;
    }
}

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 88px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
	transition: transform .3s cubic-bezier(.78,.13,.15,.86) .1s;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
    background-color: #ffffff;
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
    min-height: 88px !important;
    height: 88px !important;
}
header.sticky-header.elementor-sticky--effects.down {
    transform: translateY(-110%);	
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header.elementor-sticky--effects .elementor-widget-nav-menu .elementor-widget-container {
	margin-top: 0px !important;
    transition: all .3s;
}
header.sticky-header.elementor-sticky--effects {
	padding-top: 0px !important;
    transition: all .3s;
}
/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {

}

/* General Elementor Styles */

.tagline .elementor-heading-title {
    padding-left: 60px;
}
.tagline .elementor-heading-title::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #50C2C2;
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
}
.loop-blog-caption .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Listing gallery section fix */
.ee-swiper__container.swiper-horizontal {
	display: block;
}

/* Gravity form */
/*show gform 2 a.k.a Sign Confidentiality Agreement*/
#gform_wrapper_2 {
	display:block !important;
}
.gform_heading{
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
    border: 2px solid #ddd !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
    border: 2px solid #ddd !important;
}

/*centre text on gform 2 a.k.a. Sign Confidentiality Agreement*/
#gform_wrapper_2 > div > h2 {
	text-align: center;
}
.cost_goods_sold_fy .gfield_list_header, .gross_profit_fy .gfield_list_header, .expenses_fy .gfield_list_header, .profit_fy .gfield_list_header, .profit_fy .gfield_list_header, .adjusted_profit_fy .gfield_list_header {
    display: none !important;
}
.cost_goods_sold_fy .gfield_list_groups, .gross_profit_fy .gfield_list_groups, .expenses_fy .gfield_list_groups, .profit_fy .gfield_list_groups, .adjusted_profit_fy .gfield_list_groups {
    margin-top: -12px;
}
.gform_wrapper form .gform_body .sales_revenue_fy .gfield_list_header .gfield_header_item, .gform_wrapper form .gform_body .adjustments_fy .gfield_list_header .gfield_header_item {
    font-weight: bold;
}

.gform_wrapper form .gform_body .gfield.gsection {
    border: 0;
    padding: 0;
}
.gform_wrapper .gform_body h3.gsection_title {
    margin: 10px 0 0;
    font-size: 1.4em;
    font-weight: bold;
}
.fast-listing-section-title {
	font-size: 1.4em;
	text-decoration: underline;
	padding-top: 40px; 
	font-weight: bold ;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
	margin-bottom: 0;
    font-size: 1.1em;
}
.gform_wrapper form .gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper form .gf_list_inline .gfield_radio .gchoice {
    margin-right: 30px;
}
div.gform_wrapper form .gform_footer .gform_button:hover {
    background: #ffd357 !important;
}
.gform_wrapper form .gform_body .gfield .gfield_description {
    padding: 0;
}

/* Google maps autocomplete results */
.pac-container {
    font-size: 0.75em;
    font-family: inherit;
    color:inherit;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    margin-top: 2px;
    border: 1px solid #001231;
}
.pac-container .pac-item {
    border: 0;
    padding: 5px 10px;
    height: auto;
    cursor: pointer;
}
.pac-container .pac-item, .pac-container .pac-matched, .pac-container  .pac-item-query {
    font-size:1em;
    font-family: inherit;
    color:inherit;
}
.pac-container .pac-item:hover {
    background: #001231;
    color: #FFFFFF;
}
.pac-container .pac-item .pac-icon-marker {
    background: none;
    margin: -1px 8px 0 0;
}
.pac-container .pac-item .pac-icon-marker:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
	padding-left: 20px !important;
	margin-left: 0px !important;
	margin-bottom: 20px;
}
.elementor-form .elementor-button {
    cursor: pointer;
}

/* Single Template Styles */

.single .elementor-widget-theme-post-content h2,
.single .elementor-widget-theme-post-content h3,
.single .elementor-widget-theme-post-content h4,
.single .elementor-widget-theme-post-content h5,
.single .elementor-widget-theme-post-content h6 {
	font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
	
.tagline .elementor-heading-title {
    padding-left: 40px !important;
}
.tagline .elementor-heading-title::before {
    width: 30px !important;
}
.single .elementor-widget-theme-post-content h2 {
	font-size: 26px !important;
}
.single .elementor-widget-theme-post-content h3 {
	font-size: 20px !important;
}
.single .elementor-widget-theme-post-content h4 {
	font-size: 18px !important;
}
.single .elementor-widget-theme-post-content h5 {
	font-size: 16px !important;
}
.single .elementor-widget-theme-post-content h6 {
	font-size: 14px !important;
}
}


.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label {
    display: block;
    padding: 10px;
    border: 2px solid var( --e-global-color-accent);
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label img,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice input[type="radio"],
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice input[type="checkbox"] {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice input[type="radio"]:checked + label,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice input[type="checkbox"]:checked + label {
    background: #ced8dd;
    border: 2px solid var( --e-global-color-accent);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice {
    padding: 0;
    margin-top: 15px;
    float: left;
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 20%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_5 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_5 .gfield_checkbox .gchoice {
    width: 20%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_4 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_4 .gfield_checkbox .gchoice {
    width: 25%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_3 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_3 .gfield_checkbox .gchoice {
    width: 33%;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_2 .gfield_radio .gchoice, 
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_2 .gfield_checkbox .gchoice {
    width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_white .gfield_radio .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img_white .gfield_checkbox .gchoice label {
    display: block;
    padding: 10px;
    border: 2px solid var( --e-global-color-accent);
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
	background-color: #FFF;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text], 
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email], 
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper form .gform_body .gform_fields .gfield textarea,
body .gform_wrapper form .gform_body .gform_fields .gfield select {
    border-radius: 6px !important;
    border: solid 1px #d7dde8 !important;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:focus, 
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:hover, 
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:active {
    border: solid 1px #0f7dc1 !important;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:focus, 
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:hover, 
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:active {
    border: solid 1px #0f7dc1 !important;
}
body .gform_wrapper form .gform_body .gform_fields .gfield select:focus, 
body .gform_wrapper form .gform_body .gform_fields .gfield select:hover, 
body .gform_wrapper form .gform_body .gform_fields .gfield select:active {
    border: solid 1px #0f7dc1 !important;
}
body .gform_wrapper form .gform_body .gform_fields .gfield textarea:focus, 
body .gform_wrapper form .gform_body .gform_fields .gfield textarea:hover, 
body .gform_wrapper form .gform_body .gform_fields .gfield textarea:active {
    border: solid 1px #0f7dc1 !important;
}


@media screen and (max-width: 1024px) {
    .tablet-show{
        display: block !important;
    }
    .responsive-hidden{
        display: none !important;
    }
    .mobile-label{
        display: block !important;
    }
    .responsive-label-hidden {
        font-size: 0 !important;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice, 
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice {
        width: 100%;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label, 
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label {
        margin-right: 0;
        max-width: 100%;
    }
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_radio .gchoice label img,
    .gform_wrapper form .gform_body .gform_fields .gfield.gf_list_img .gfield_checkbox .gchoice label img {
        max-height: 150px;
    }

}