#live-btn .form-group {
    margin: 0;
    width: unset;
}
#ry-header {margin-top: -1px;}
.module-34 {
    position: absolute;
    z-index: 1;
}

.dropdown.locations-dropdown button {    
	height: unset;
    padding: 0;
    margin: 0;
	gap: 8px;
	background: none !important;}

/*HEADER STYLE 5 */
.module-34 .ry-btn-module-34 {
    padding: 10px 25px;
    border-radius: 40px;
    font-size: 16px;
}

.module-34 .ry-btn-module-34 i {
    margin-right: 6px;
	font-family: Fontawesome;
}

.module-34 .ry-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-34 .module-34-top {
    z-index: 50;
}

.module-34-top-left, .module-34-top-center, .module-34-top-right {
    width: 33%;
    justify-content: center;
    display: flex;
}

.module-34-top-left {justify-content: flex-start;}
.module-34-top-right {justify-content: flex-end;}

.module-34-top-center img {max-width: 300px; margin-bottom:15px;}

.module-34 .module-34-top {padding-top: 30px;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .module-34 .module-34-bot .ry-container {
        max-width: 97%;
    }
}

.module-34 .ry-header-logo {
    position: relative;
    top: 15px;
}

.module-34 .ry-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

.module-34 .ry-menu li {
    list-style: none;
}

.module-34 .ry-menu a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0 5px;
    font-size: 16px;
}

.module-34 .ry-menu .dropdown.primary:hover .dropdown-menu,
.module-34 .ry-menu .dropdown.primary:focus .dropdown-menu {
    display: block;
}

.module-34 .ry-menu .dropdown-menu {
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.module-34 .ry-menu .dropdown-menu a {
    padding: 10px 20px;
    display: block;
}

.ry-menu {
    width: 100%;
}

.ry-menu .ry-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    top: 50px;
}

.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
    display: block;
    margin-left: 15px;
}

.module-35 .module-35-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 3%;
}

.module-35 .module-35-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.module-35-header-center {width: 310px;}

@media (max-width: 600px) {
    .module-35 .module-35-header-center {
        max-width: 150px;
    }
}

@media (max-width: 375px) {
    .module-35 .module-35-header-center {
        max-width: 120px;
    }
}

.module-35 .module-35-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.module-35 .mobile-button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}

@media (max-width: 425px) {
    .module-35 .mobile-button a {
        width: 35px;
        height: 35px;
    }
}

.module-35 .mobile-button a:not(:last-of-type) {
    margin-right: 7px;
}

.module-35 .mobile-button a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
}

@media (max-width: 425px) {
    .module-35 .mobile-button a i {
        font-size: 1.1rem;
    }
}

.module-35 .mobile-nav .hamburger {
    outline: 0;
}

.module-35 .mobile-nav .hamburger:hover {
    opacity: 1;
}

/* END HEADER STYLE 5 */