/*
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
*/

.footerYouTubeVideo {
    position: relative;
    margin: 0 auto;
    min-width: 75%;
    min-height: 350px;
}

.fusion-body .fusion-menu-element-wrapper[data-count="1"] > .avada-menu-mobile-menu-trigger:focus,
.fusion-body .fusion-menu-element-wrapper[data-count="1"] > .avada-menu-mobile-menu-trigger:active
{
	border: 1px solid white !important;
}

#menu-mobile-menu {
	position: fixed;
    top: 0;
    right: 0 !important;
    left: unset !important;
    max-width: 360px;
    height: 100vh;
    min-height: 100vh;
    padding-top: 10px;
	border-left: 2px solid #7a4e75;
}

.wpcf7-form-control.wpcf7-submit {
	display: block;
    position: relative;
    margin: 0 auto;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email]{
	color: white !important;
}

a.bottomFooterLink,
a.bottomFooterLink:visited,
a.bottomFooterLink:active,
a.bottomFooterLink:focus {
	color: white !important;
	text-decoration: underline !important;
}

.customCloseButton {
	display: block;
    text-align: right;
    padding-right: 25px;
    max-width: 20px;
    float: right;
	border: none !important;
	background-color: transparent !important;
	
	span {
        margin-bottom: 10px;
        font-size: 25px;
		cursor: pointer;
		color: #323643 !important;
	}
}

/** Contact form label font */
#wpcf7-f1806-p1198-o1 > form > p > label {
	color: white;
	font-size: 1.2rem;
}

.iconLink {
	font-size: 1.4rem !important;
	text-transform: uppercase;
}

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

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: white;
}

::-webkit-scrollbar-button {
    background: #865b8b;
}
::-webkit-scrollbar-corner {
    background: #865b8b;
}
::-webkit-scrollbar-thumb {
    background: #865b8b;
}

.apld-backgroundColor {
	background-color: #865b8b !important;
}

