/* Version 0.1.0 - Spe 26 2022 */
.brand-color {
    color: #000000 !important;
}

.new-template section:first-of-type {
    margin-top: 100px;
}

.new-template section:first-of-type.clean-info {
    margin-top: 120px;
}


.navbar-brand img {
    max-width: 200px;
    max-height: 50px;
}

li.nav-item {
    padding-right: 1rem !important;
}
li.nav-item > .active {
    border: #F0A154 1px solid !important;
    border-radius: 20px !important;
}

li.nav-item > .nav-link {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.dropright {
    position: relative;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}


.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.schedule-button {
    color: #000000;
    padding: 10px;
    background: #F0A154;
    border-radius: 5px;
    border: #e08d39 1px solid !important;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.schedule-button:hover {
    color: #000000;
    border: #bf762d 1px solid !important;
}

.banner-schedule-button:hover {
    color: #000000;
}

.assistant-button {
    padding: 0 10px;
}

.navbar > .container{
    position: relative;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    text-align: center;
}

.banner-box-right{
    color: rgba(0, 0, 0, 0);
}

.banner-box-right>.banner-text-content{
    left: 250px;
}

.banner-box-left{
    color: rgba(0, 0, 0, 0);
}

.banner-box-left>.banner-text-content{
    right: 250px;
}

.banner-box-center{
    color: rgba(0, 0, 0, 0);
}

.banner-box-center>.banner-text-content{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-text-content{
    text-align: left;
    color: #000000 !important;
}

.clean-both{
    margin: 50px 0;
}

.avatar {
    height: 75px;
    width: 75px;
}

.avatar-lg {
    height: 100px;
    width: 100px;
}
.avatar-box{
    margin-bottom: 20px;
}

.reviews {
    padding-bottom: 100px;
}

.review-body {
    margin-top: 15px;
}

.reviewer-title {
    padding-left: 10px;
}

.google-rating {
    color: #FBBC04;
}

.yelp-rating {
}

.yelp-rating > i {
    color: #FFFFFF;
    font-size: 80%;
    padding: 5px;
    border-radius: 2px;
    background: #d32323;
}

.facebook-recommend-star {
    color: #FFFFFF;
    font-size: 50%;
    padding: 3px 5px;
    border-radius: 3px;
    background: #F35369;
}

.facebook-rating {
    position: relative;
}

.facebook-rating:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #F35369;
    border-right: 10px solid transparent;
    border-top: 0px solid #F35369;
    border-bottom: 6px solid transparent;
    left: 5px;
    bottom: -2px;
}

.facebook-recommends {
    margin-left: 5px;
    margin-top: 4px;
    font-size: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

.banner-schedule-button{
    color: #000000;
    padding: 10px;
    background: #F0A154;
    border-radius: 5px;
    border: #ffffff 2px solid !important;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 0 rgba(240,161,84,1);
    -moz-box-shadow: 0 5px 0 0 rgba(240,161,84,1);
    box-shadow: 0 5px 0 0 rgba(240,161,84,1);
}

.banner-schedule-button-alt{
    color: #F0A154;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    border: #ffffff 2px solid !important;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 0 rgba(240,161,84,1);
    -moz-box-shadow: 0 5px 0 0 rgba(240,161,84,1);
    box-shadow: 0 5px 0 0 rgba(240,161,84,1);
}

.form-select {
    display: inline !important;
    width: 75% !important;
}

#forms-selected-view {
    text-align: center;
}


.google-maps {
    height: 400px;
    max-height: 400px;
}

.google-maps-box{
    overflow:hidden;
    position:relative;
    height:400px;
    max-height: 400px;
}
.google-maps-box iframe{
    left:0;
    top:0;
    height: 400px;
    max-height: 400px;
    width:100%;
    position:absolute;
}

.social-links{
    font-size: 25px;
    margin-right: 20px;
}

.social-links>a{
    margin-right: 15px;
}

.mr5 {
    margin-right: 5px;
}

.inactive-day {
    color: darkgray;
}

.team-header {
    text-align: center;
}

.page-footer {
    padding-bottom: 100px;
}

.rw-launcher {
	height: unset !important;
	width: unset !important;
}

a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}

.clean-more {
	margin: 150px 0;
}

.rw-chat {
	height: auto !important;
}

#forms-selected-view-child {
	min-height: 250px;
}

.hours-for-cellphone {
    display: none;
}

.team_members_1 > .editor-team-members {
    width: 100% !important;
}

.banner-text-content div {
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1420px) {
    .no-show-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1400px) {
    li.nav-item {
        padding-right: unset !important;
    }
}

@media screen and (max-width: 1220px) {    
    /*
    .navbar-brand {
        display: none;
    }
    */
    
    li.nav-item {
        padding-right: unset !important;
    }
    
    .scheduler {
        margin-top: -40px;
    }
    
    .navbar-collapse {
        margin-top: 20px;
    }
    
    .phone-number {
        position: absolute;
        top:-15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    
    .schedule-button {
        padding: 6px;
    }
    
    .ms-auto {
        margin: auto !important;
    }
    
    body .uwy.userway_p1 .uai {
        top: 100px !important;
    }
}


@media screen and (max-width: 991px) {
    .navbar {
        padding-bottom: 1.2rem;
    }

    .navbar-brand {
        display: unset;
    }

    .navbar-brand .logo {
        margin-top: unset;
    }

    .navbar-collapse {
        margin-top: unset;
    }

    .navbar>.container {
        display: inline !important;
    }

    .clean-navbar .logo {
        margin-left: 5px;
    }

    .phone-number {
        position: unset !important;
        top: unset !important;
        left: unset !important;
        -webkit-transform: unset !important;
        transform: unset !important;
    }

    .scheduler {
        margin-top: unset !important;
        position: absolute;
        right: 60px;
        top: 6px;
    }

    .banner-box{
        justify-content: center !important;
        padding-left: unset !important;
    }
	
	.clean-block.banner-box .text {
		position: unset!important;
	}
    
    .rw-launcher{
        width: 60% !important;
        left: 0 !important;
    }
    
    .hide-reviews-on-mobile .rw-launcher {
        display: none !important;
    }
    
    .hours-for-cellphone {
        display: block;
    }
    
    .hide-on-mobile {
        display: none;
    }
    .full-width-on-mobile {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-item {
        display: block;
    }
    
    .nav-link {
        text-align: left;
    }
}

@media screen and (max-width: 540px) {
    .no-show-on-mobile {
        display: none !important;
    }
    
    .navbar-brand img {
        max-width: 150px !important;
    }
    
	.clean-block.banner-box .text {
		position: unset!important;
	}
	
	.banner-box-right {
		background-position: right;
	}
	
	.banner-box-left {
		background-position: left;
	}
	
    .reviews-box {
        padding-bottom: 25px;
    }

    .team-box {
        padding-bottom: 25px;
    }

    .office-hours>.col-sm-5 {
        width: 40% !important;
    }

    .office-hours>.col-sm-7 {
        width: 60% !important;
    }

    .page-footer {
        padding-bottom: 10px !important;
    }
    
    .feature-box {
        padding: unset !important;
    }
    
    .navbar-collapse {
        margin-top: 10px !important;
    }
	
	.clean-more {
		margin: 50px 0;
	}
    
    .rw-launcher{
        width: 65% !important;
        left: 0 !important;
    }
    
    .rw-chat .rws-form-submit-button, .rws-form-submit-button-success {
        width: 80% !important;
    }
    
    body .uwy.userway_p1 .uai {
        top: 70px !important;
    }
    
    .schedule-button {
        position: absolute;
        right: 10px;
        top: 2px;
        padding: 6px;
    }
    
    .scheduler {
        position: unset;
    }
    
    .hide-reviews-on-mobile .rw-launcher {
        display: none !important;
    }
}

@media screen and (max-width: 380px) {
    .navbar-brand {
        display: none;
    }
}