/*
Theme Name: Envano RbA Theme
Author: Envano Marketing
Author URI: http://www.envano.com
Description: A custom base theme designed and developed by Envano.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*
Start Nav CSS
*/
.ad-container {
    display:flex;
    justify-content:center;
    height:100%;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
}


.ad-title-wrap {
    margin-top: 0rem!important;
}

.ad-title {
    margin-top:0rem!important;
}

.site-navigation>ul.main-menu>li>a:hover {
    background: none!important;
    color:#000!important;
}

div.container {
  flex-direction: column;
padding: 0px!important;
}

div.page-container {
  flex-direction: column;
padding: 0px!important;
width:100%;
}

div.navbar-content-wrap {
  flex-direction: row!important;
    width: 1600px!important;
  max-width: 100%!important;
  margin-left: auto;
  margin-right: auto;
align-items: center!important;
}

div.navbar-content-cta-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: normal!important;

}

.review-rating {
  color:#F1F3F6;
}
a.primary-cta.btn.btn-default.highlight {
background-color: #6CC14C;
}
a.primary-cta.btn.btn-default {
  margin-top: 0px;
  background-color: transparent;
  background-image: none;
  font-weight: 400;
  text-transform: none;
    font-size: 14px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    box-shadow: none!important;
}

.primary-cta.btn.schedule {
  margin-top: 0px;
  color: white;
  background-color: transparent;
  background-image: none;
  font-weight: 400;
  text-transform: none;
    font-size: 14px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    box-shadow: none!important;

}

div.navbar-content-row {
    background-color: #54585A;
}

.review-area {
  margin: 0px;
}

a.phone {
  padding: .875rem 1.5rem;
  color: white;
    font-size: 14px;
}

p.review-rating {
  font-weight: 400;
  margin-left: 10px;
  font-size: 14px;
}

.site-navigation>ul.main-menu>li:after {
display: none;
}

.site-navigation>ul.main-menu>li>a {
  text-transform: none;
  color: #000;
  font-weight: 700;

}

nav.site-navigation {
  align-items: center;
}

div.footer-menus.animate-this.fade-up.visible.visible {
  background-color: #000;
  margin: 0px;
  padding-top: 60px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
}

div.company-info {
  background-color: #000;
}

.site-footer .footer-menus .col-menu {
  flex-grow: 0;
  flex-shrink: 0;
}

.text-btn {
background-color: #6cc14c!important;

}


@media only screen and (max-width: 1199px) {
.navbar-content-cta-wrap {
  display: none!important;
}

}

.site-footer {
    background-color: #000!important;
}

.site-footer .company-info {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 60px!important;
    margin-left: auto;
    margin-right: auto;
}

div.footer-menus.animate-this.fade-up.visible.visible {justify-content:space-around!important;}

.hours h4 {font-weight: 800;text-transform: uppercase;font-size:1.125rem;margin-top:0px}

.hours {margin-bottom:6rem;}

.copyright {margin:0px!important;text-align:center!important;}
.extra-text {width:100%!important; text-align:center!important;}
.extra-text p {width:100%!important; text-align:center!important;}

/*
End Nav CSS
*/

@media (max-width: 592px) {
    .review-rating {
        font-size: 14px !important;
    }
}

.section-intro-form .form-schedule {
    justify-content: flex-end;
    display: flex;
}

.section-intro-form .schedule-text {
    color: #a2b68a;
    font-size: 14px;
    width: auto;
}
.section-intro-form .schedule-toggle {
    margin-left: 15px;
    width: auto;
}

.section-intro-form .schedule-subtext {
    color: #a2b68a;
    font-size: 16px;
    font-weight: 700;
}

.switch {
    display: flex;
    max-width: 100px;
    height: 40px;
    padding: 2px;
    position: relative;
    align-items: center;
    text-align: center;
    background-color: #ebebeb;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.switch:hover {
    cursor: pointer;
}

.switch .switch-box {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 45px;
    height: 35px;
    background-color: #808080;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.switch .switch-text {
    width: 50%;
    color: #808080;
    line-height: 1.2;
    font-size: 10px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-group-container {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.switch.toggled-switch .switch-box {
    transform: translateX(48px);
    background-color: #f47a37;
}

.form-group-container.toggled-container {
    max-height: 400px;
    opacity: 1;
}

/* ScratchIt Popup  */
.scratch-popup-open {
    display: none;
}

.modal-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 12;
}

.modal-popup-overlay.hidden {
    display: none;
}

.modal-popup-overlay.hide-important {
    display: none !important;
}

#popup-scratch-modal {
    text-transform: uppercase;
    color: #000;
    max-width: 400px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 13;
    background-color: #fff;
    padding: 25px 15px 15px;
    width: 100%;
}

#popup-scratch-modal.hidden {
    display: none;
}

#popup-scratch-modal.hide-important {
    display: none !important;
}

#popup-scratch-modal .scratch-popup-close {
    position: absolute;
    right: 8px;
    top: 5px;
}

#popup-scratch-modal .scratch-popup-close i {
    color: #a3a3a3;
}

#popup-scratch-modal > .row {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}

#popup-scratch-modal .popup-title {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

#popup-scratch-modal .scratch-featured-image {
    max-width: 187px;
    margin: 5px auto 10px;
}

#popup-scratch-modal .green-text {
    font-size: 1.4rem;
    font-weight: 900;
    color: #77ad5c;
    margin-bottom: 5px;
}

#popup-scratch-modal .scratch-details {
    max-width: 250px;
    margin: 0 auto 10px;
}

#popup-scratch-modal .scratch-details .row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}

#popup-scratch-modal .scratch-details .text {
    font-size: 0.9rem;
}

#popup-scratch-modal .scratch-details .scratch-instructions {
    display: flex;
    margin-bottom: 5px;
}

#popup-scratch-modal .scratch-details .text-large {
    font-size: 2.6rem;
    font-weight: 900;
    padding-left: 5px;
}

#popup-scratch-modal .scratch-details .scratch-instructions .arrow-image {
    margin-left: -30px;
    margin-top: -25px;
}

#popup-scratch-modal .scratch-details .scratch-area {
    margin-bottom: 10px;
    position: relative;
}

#popup-scratch-modal .scratch-details .scratch-area .discount-image {
    display: none;
}

#popup-scratch-modal .scratch-details .scratch-area canvas {
    position: absolute;
    left: 0;
}

#popup-scratch-modal .scratch-details .scratch-popup-close-a {
    font-size: 0.7rem;
    text-transform: capitalize;
    text-decoration: underline;
    color: #938888;
}

#popup-scratch-modal .claim-button.hidden {
    display: none;
}

#popup-scratch-modal .claim-button {
    width: 100%;
}

.page-id-13 .entry-content h2 {
    color:#f47a37
}

@media (min-width: 410px) {
    #popup-scratch-modal .popup-title {
        font-size: 1.5rem;
    }
}

@media (min-width:480px) {
    .page-id-13 .entry-content h2 {
        font-size: 1.75rem;
    }
}

@media (min-width: 576px) {
    #popup-scratch-modal {
        max-width: unset;
        width: unset;
    }

    #popup-scratch-modal .popup-title {
        font-size: 1.9rem;
    }

    #popup-scratch-modal > .row {
        flex-direction: row;
    }

    #popup-scratch-modal .scratch-details {
        max-width: unset;
        padding: 10px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    #popup-scratch-modal {
        top: 200px
    }
}

@media (min-width: 1200px) {
    #popup-scratch-modal {
        top: 300px
    }
}

/* Adust fixed position of chat widget on smaller screens */
@media (max-width: 990px) {
    #apexchat_prechat_invitation_wrapper { bottom: 50px !important; }
}

.hours > h4:nth-child(4) {margin-top: 20px!important;}

form > div.disclaimer.show > p > small > em > a {
	color: black;
}

/* Force Gravity Form #2 to show on the home page 
.home #gform_wrapper_2 {
    display: block !important;
}
*/

.apexchat_tab_invitation_wrapper_customcstDiv {
	display: none!important;
}

.btn-default {
    background-color: #6CC14C;
    color: #000000;
	background-image: none;
	text-transform: capitalize!important;
}


.gform_button {    background-color: #6CC14C!important;
    color: #000000!important;
	background-image: none!important;
	text-transform: capitalize!important;
border-radius: 20px!important;}

.schedule {
	
	padding: .875rem 1.5rem;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0px;
}


.menu-item-498 a, .menu-item-497 a {
	color: #6cc14c!important;
	font-size: 1.125rem!important;
	font-weight: 900!important;
	letter-spacing: .03em!important;
    text-transform: uppercase!important;
}

/* Review Stars in Header */
@media (max-width: 592px) {
    .review-rating {
        font-size: 10px!important;
			  padding: 5px 0px!important;
    }
	 .review-area {
       width: 85%!important;
       float: left!important;
		   margin: 10px 15px 0 -25px!important;
		}
	.masthead .site-branding .logo {
		max-width: 160px!important;
	}
}


#smct_content{
	padding-left: 2.5em;
	padding-right: 2.5em;
}

/* The logo link container */
.search-logo-link {
    position: relative;
    display: inline-block;
    width: 120px; /* Set this to your DEFAULT logo's width */
    height: 40px; /* Set this to your DEFAULT logo's height */
	margin-left:9px;

    
    /* Animate BOTH width and height smoothly */
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out; 
}

/* Expand the container on hover */
.search-logo-link:hover {
    width: 350px; /* Set this to your WIDER hover logo's width */
    height: 96px; /* Set this to your TALLER hover logo's height */
}

/* Base styling for both logo images */
.search-logo-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; 
    object-position: right center; /* Keeps the logo anchored to the left while it grows */
    transition: opacity 0.3s ease-in-out; 
}

/* Hide the hover logo by default */
.search-logo-link .logo-hover {
    opacity: 0;
}

/* On hover, hide the normal logo */
.search-logo-link:hover .logo-normal {
    opacity: 0;
}

/* On hover, reveal the hover logo */
.search-logo-link:hover .logo-hover {
    opacity: 1;
}

.mobile-logo {display:none;}


@media (max-width: 1199px) {
/* The logo link container */
.search-logo-link {
display:none;
}
	.desktop-logo {display:none;}
	.mobile-logo {display:block;}
}