/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.bill_phonePopUp input, .bill_phonePopUp textarea{
	color: white !important;
}

.contactFormJojoWrapper {
	position: relative;
	margin: 0 auto;
	max-width: 900px;
	background-color: black;
	padding: 30px;
}

#tidio-chat {
	bottom: -25px !important;
}

.customCloseButton {
	position: relative;
    width: 100%;
    text-align: right;
    padding-right: 20px;
	
	span {
        margin-bottom: 10px;
        font-size: 25px;
		cursor: pointer;
	}
}

.grecaptcha-badge {
	z-index: 999;
}

#main {
	padding-bottom: 0px !important;
}

@media only screen and (max-width: 1024px) {
    .fusion-body .fusion-flex-container.fusion-builder-row-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 640px) {
    .fusion-body .fusion-flex-container.fusion-builder-row-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

.headerTitles {
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 28px;
		color: #bfa44d;
	}
	
	h3 {
		font-size: 22px;
	}
}

#menu-mobile-menu {
	position: fixed;
    top: 0;
    right: 0 !important;
    left: unset;
    max-width: 360px;
    height: 100vh;
    min-height: 100vh;
    padding-top: 30px;
    padding-left: 10px;
    background-color: black !important;
	
	li {
		width: unset;
    	display: inline-block;
    	background-color: #bfa44d;
    	padding: 5px 10px;
    	border-radius: 10px !important;
		margin: 3px !important;
    	font-size: 12px;
    	text-transform: uppercase;
	}
}

#menu-item-1833 {
	background-color: black !important;
	.fusion-background-highlight {
		background: transparent !important;
	}
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click:before {
	min-height: 40px !important; 
}

.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul li > a {
	padding: 0px;
	background: transparent !important;
}

.fusion-menu-element-wrapper.collapse-enabled ul li>a {
	min-height: unset !important;
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click~.sub-menu.sub-menu {
	background: black !important;
}

.textInputContactForm {
	background-color: transparent !important;
	color: white !important;
	border: none !important;
	border-bottom: 1px solid white !important;
}

@font-face {
    font-family: Girlfriend;
    src: url('/wp-content/uploads/custom_fonts/Girlfriend.ttf');
}

@font-face {
    font-family: Ketchup;
    src: url('/wp-content/uploads/custom_fonts/KetchupSpaghetti.ttf');
}

@font-face {
    font-family: AdventProRegular;
    src: url('/wp-content/uploads/custom_fonts/advent-pro/AdventPro-Regular.ttf');
}

@font-face {
    font-family: AdventProBold;
    src: url('/wp-content/uploads/custom_fonts/advent-pro/AdventPro-Bold.ttf');
}

html, body {
	background-color: black;
}

h1, h2, h3, h4, h5{
	font-family: 'Girlfriend' !important;
}

html, body, p, div, li{
	font-family: "Roboto", "Helvetica Neue", sans-serif !important;
	font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.jojoRealEstateButton,
.jojoRealEstateButton:hover
{
	 background-color: #bfa44d !important;
}

.containerMaxSize {
	max-width: 1170px !important;

	.fusion-builder-row {
		width: 100% !important;
        min-width: unset !important;
        max-width: 1170px !important;
	}
}

@media only screen and (max-device-width: 640px) {
    #content {
		margin-bottom: 0px !important;
	}
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="range"] {
	  -webkit-appearance: none; /* Removes the default Chrome slider appearance */
	  background: transparent; /* Ensures the track is initially transparent in Chrome */
	  cursor: pointer; /* Provides visual indication of interactivity */
	  width: 100%; /* Or set a specific width */
	  outline: none; /* Removes the default focus outline */
	}

	input[type="range"]::-webkit-slider-runnable-track {
	  /* Your track styles here */
	  height: 16px; /* Example height */
	  background: white; /* Example background color */
	  border-radius: 10px; /* Example border radius */
	}

	input[type="range"]::-webkit-slider-thumb {
	  -webkit-appearance: none; /* Crucial for Chrome to properly style the thumb */
	  margin-bottom: 5px;
	  height: 16px; /* Example height */
	  width: 16px; /* Example width */
	  border-radius: 50%; /* Example for a round thumb */
	  background: goldenrod; /* Example background color */
	  border: none; /* Remove default border */
	}
}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #bfa44d !important; 
}
input[type="range"]::-moz-range-track {  
  background-color: white !important;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #bfa44d !important; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: white !important;
}

img {
	max-height 280px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #000;
}
::-webkit-scrollbar-button {
    background: #bfa44d;
}
::-webkit-scrollbar-corner {
    background: #bfa44d;
}
::-webkit-scrollbar-thumb {
    background: #bfa44d;
}
.div.wpforms-container-full .wpforms-form textarea {
	color: white !important;
}
.footerSocialLink {
	position: relative;
	margin: 0 auto;
}
#menu-footer-menu {
	li {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#bill_phonePopUp{
	display: none;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: none;
    background-color: #303030;
	background-image: url('https://billbailbonds.com/wp-content/uploads/2022/02/image-2.jpg');
	background-position: center;
	background-size: cover;
    z-index: 999999;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: white;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #ff7500c9 !important;
    border: 1px solid #0b0b0b !important;
    color: white !important;
    text-transform: uppercase !important;
}

.button-icon-right{
	color: white;
}

.fusion-body .fusion-menu-element-wrapper[data-count="0"] .fusion-menu-element-list > li{
	margin-left: 0px !important;
}
a.fusion-background-highlight{
	z-index: 99;
}
.sp-testimonial-free {
    position: relative;
    background-color: rgb(255 255 255 / 99%);
    padding: 40px;
    border-radius: 10px;
    text-transform: uppercase !important;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow{
	border: unset !important;
	color: #af461d !important;
}
.wpforms-confirmation-container-full{
    background: #d89000;
    border: 1px solid #303030;
}
.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover{
	border: unset !important;
	background-color: transparent !important;
}
#sp-testimonial-free-wrapper-1305 .sp-testimonial-free-section .slick-dots li.slick-active button{
	background: #af461d !important;
}
.wpforms-submit{
    text-transform: uppercase !important;
    //background-image: linear-gradient(90deg, #cf2f47, #af461d, #d89000) !important;
    background-color: #d89000 !important;
	width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    color: white !important;
    border: unset !important;
}
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li:after, .fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li:after{
	display: none !Important;
}
.bill-footerIcon{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	cursor: pointer;
}
.modalPopUp {
	position: fixed;
    width: 100vw;
    min-height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 92%);
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
	align-items: center;
	display: none;
	
	.modalWrapper {
		max-width:950px;
		width: 950px;
		max-height: 60vh;
		display: flex;
 		flex-direction: row;
    	align-content: center;
    	justify-content: center;
    	align-items: center;
    	flex-wrap: nowrap;
		overflow: hidden;
		background-color: black;
		color: white !important;
		
		.closeModalPopUp {
			position: relative;
			cursor: pointer;
			font-family: 'Girlfriend' !important;
			font-size: 14px;
			text-align: right;
			right: 10px;
		}
		
		.heading {
			font-size: 24px;
			font-family: 'Girlfriend' !important;
		}
		
		.modalImage {
			background: url(/wp-content/uploads/2025/06/miami-beach-2.jpg);
    		background-size: cover;
			min-height: 60vh;
			width: 50%;
			max-width: 50%;
			opacity: 0.4;
		}

		.modalInfo {
			min-height: 60vh;
			max-height: 60vh;
			width: 50%;
			max-width: 50%;
			overflow: scroll;
			padding: 10px;
		}
	}
}

@media(max-width: 720px ) {
	.modalPopUp{
	  .modalWrapper {
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        text-align: center;
		max-height: 100vh;
		min-height: 100vh;
		
        .modalInfo,
        .modalImage {
            position: relative;
            min-height: 100%;
            width: 100%;
            min-width: 100%;
			min-height: 100vh;
			max-height: 100vh;
        }

		.subscriptionForm {
			text-align: left;
		}
		 
        .modalImage {
            position: fixed;
        }
      }	
	}
}

.formRow {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

    div {
        min-width: 48%;
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
    }
	
	.wpcf7-select-parent {
		min-width: 100%;
	}
}


@media(max-width: 520px ) {
    .formRow {
        display: block;

        div {
            min-width: 100%;
            width: 100%;
            padding: 1%;
            padding-top: 0%;
            padding-bottom: 0%;
        }
    }

    .modalWrapper{
        .modalInfo {
            .heading {
                font-size: 30px;
                letter-spacing: 15px;
            }
        }
    }
	#tidio-chat {
		bottom: 0px !important;
	}
}

.page .post-slideshow {
    display: none !important;
}
.wpcf7-form input[type="submit"], .wpcf7-submit{
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: #bfa44d !important;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    background-color: #bfa44d !important;
    border: 1px solid rgb(35 35 34) !important;
    color: #fbfbfb !important;
}

@media (max-width: 479px){
	h1,h2{
		font-size: 1.8rem!important;
		line-height: 1.8rem!important;
	}
	.appsDownload td img {
		max-width: 100%;
	}
	.appsDownload {
		max-width: 94%;
		width: 94%;
		min-width: 94%;
		margin-top: 5px;
		margin-bottom: 5px;
	}	
	.bill-footerLogo img{
		max-width: 75% !important;
		width: 75% !important;
		min-width: 75% !important;
	}
	#wpforms-form-1445{
		position:relative;
		margin: 0 auto;
	    max-width: 90% !important;
    }
	.wpcf7-form .wpcf7-text{
		height: 40px !important;
	}
}