/*
Theme Name: Avada Child
Theme URI: https://avada.theme-fusion.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.6.1639583603
Updated: 2021-12-15 15:53:23

*/

.open_reach_address_lg {
    text-align: center;
    font-family: "GT-Walsheim-Bold";
    font-weight: 400;
    margin: 0;
    color: var(--awb-color8);
    font-size: var(--h2_typography-font-size);
}

.open_reach_address_sm {
	text-align: center;
    font-family: "GT-Walsheim-Medium";
    font-weight: 400;
    margin: 0;
    color: var(--awb-color8);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.wpforms-field-description{
	word-break: break-word!important;
}
.no-active.wpforms-field{
    position: relative;
}
.no-active.wpforms-field:after {
    content: '';
    width: 100%;
    height: 56px;
    top: 23px;
    left: 0;
    position: absolute;
    background: #cecece;
    opacity: 0.5;
    z-index: 1;
}
@media (max-width: 800px) {
    .no-active.wpforms-field:after {
        top: 5px;
    }
}