/*
Theme Name: GGB V1
Description: A child theme of Divi
Author: Manuel Cama
Template: Divi
*/
sup {
    font-size: 0.5em !important;
    vertical-align: super !important;
    bottom: 0 !important;
}

sub {
    font-size: 0.5em !important;
    vertical-align: sub !important;
    bottom: 0 !important;
}

.gform_footer input[type="submit"] {
    border-radius: 10px !important;
    line-height: 1.1 !important;
    font-size: 14px !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 16.5px 44px !important;
    cursor: pointer !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #000C3B !important;
    color: #fff !important;
}


div#gform_confirmation_message_1 {
    color: #000;
    font-family: 'Montserrat';
}

#menu-main-menu .tel-cta {
    position: absolute !important;
    top: 25%;
    right: 0px;
}




#menu-main-menu .tel-cta a {
    border-radius: 10px;
    line-height: 1.1;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 16.5px 44px;
    cursor: pointer;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;
    background-color: #FFF;
    color: #000C3B !important;
}

#menu-main-menu .tel-cta a:hover {
    opacity: 1;
    box-shadow: 0px 4px 10px 10px rgb(79 84 118);

}


.cta-btn {
    border-radius: 10px;
    line-height: 1.1;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 16.5px 44px;
    cursor: pointer;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;

}

a.cta-btn:hover,
.cta-btn:hover {
    box-shadow: 0px 4px 20px 1px rgb(0 12 59);
}

.cta-btn:disabled{
       box-shadow: 0px 0px 0px 0px rgb(0 12 59);
       opacity:0.23;
}

.cta-btn-blue {
    background-color: #000C3B;
    color: #fff;
}

.cta-btn-white {
    background-color: #FFF;
    color: #1E1E1E;
}


/*show hide Spanish/English stuff*/
.forspanish,
:lang(es) .forenglish {
    display: none
}

.forenglish,
:lang(es) .forspanish,
.logged-in .forspanish,
.logged-in .forenglish {
    display: block;
}

/*ct logic*/
.ct-no .orderbtn,
.ct-yes .telbtn {
    display: none !important;
}

.ct-no .ctabar .telbtn,
.ct-yes .ctabar .orderbtn {
    width: 100%;
}

/*ab test logic*/
.abtest .forcontrol,
.forabtest {
    display: none;
}

.abtest .forabtest,
.logged-in .forabtest {
    display: block;
}

.ctabar {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.ctabar a {
    color: #FFFEEF;
    padding: 30px 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    vertical-align: bottom;
    line-height: 1;
}

.ctabar .telbtn.telside {
    width: 65%;
    background-color: #209A61;
}

.ctaorder {
    width: 35%;
    background-color: #3A8CAF;
}

.popups .fa.fa-circle-xmark,
.clickpop {
    cursor: pointer;
}

.popups {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    background-color: rgba(15, 15, 15, 0.8) !important;
    display: none;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.popups .closepopup {
    cursor: pointer;
}

.logged-in .popups {
    display: flex;
    position: inherit;
    z-index: 1;
}




.icon-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}



.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 140px;
    min-width: 280px;
    background: #EBEBEB;
    padding: 15px;
    border-radius: 20px;
    margin: 10px;
}


.page-sell-business .icon-box {
    width: 250px;
}

.icon-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #000C3B;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;


}

.icon-box .icon i {
    color: #FFF;
    font-size: x-large;
}

.icon-box h4 {
    margin: 0;
    text-align: center;
}

.business-sell-list {
    margin: 0 auto;
    padding: 0px !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    gap: 24px;
}

@media (max-width: 768px) {
    .business-sell-list {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));

    }
}

.business-sell-list li {
    list-style-type: none;
    position: relative;
}

li.business-sell-tips:after {
    height: 10px;
    display: block;
    width: 1px;
    background: #000c3b;
    /* border-right: 1px red; */
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
}

@media (max-width: 768px) {
    li.business-sell-tips:after {
        width: 0 !important;
    }
}

li.business-sell-tips:last-child:after {
    width: 0px !important;
}


.business-tips-list {
    margin: 0 auto;
    padding: 0px !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    gap: 24px;
    cursor: pointer;
}

/* Individual tip card styles */
.business-tips, .make-modal {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    list-style-type: none;
    cursor:pointer;

    transition: transform 0.2s ease-in-out;
}

.business-tips:hover, .make-modal:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Title section styles */
.title-tips {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}

.title-tips i {
    margin-right: 10px;
    color: #000c3b;
    font-size: 1.1em;
}

/* Content styles */
.tip-content {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Image styles */
.business-tips img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .business-tips-list {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .business-tips {
        padding: 15px;
    }

    .title-tips {
        font-size: 1.1rem;
    }

    .business-tips-list .tip-content .sumary {
        display: block !important;
    }

    .business-tips-list .tip-content .preview {
        display: none !important;
    }
}

.business-tips-list .tip-content .sumary {
    display: none;
}

.business-tips-list .tip-content .preview {
    display: block;
}


.icon-container {
    width: 40px;
    height: 40px;
    background: #000c3b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

/* Link styles */
.business-tips a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.2s ease;
}

.business-tips a:hover {
    color: #2980b9;
}

/* Empty content placeholder */
.tip-content:empty::before {
    content: "Content not available";
    color: #999;
    font-style: italic;
}

.modal {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
}

.modal .title-tips {
    text-align: center;
}

.modal .title-tips h3 {
    font-weight: bold;
}

footer .et_pb_menu__menu {
    display: block !important;
}

footer .et_pb_menu__menu .tel-cta {
    display: none !important;
}

footer .et_pb_menu .et-menu>li {
    padding: 15px;
    width: 200px;
}

@media (max-width: 768px) {
    footer .et_pb_menu .et-menu>li {
        padding: 15px;
        width: 50%;
    }
}

footer .et_mobile_nav_menu {
    display: none !important
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}


/*# sourceMappingURL=awesomplete.css.map */

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
    width: 100%;
}

.awesomplete>input {
    display: block;
}

.awesomplete>ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete>ul:empty {
    display: none;
}

.awesomplete>ul {
    border-radius: .3em;
    margin: .2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    text-shadow: none;
}

@supports (transform: scale(0)) {
    .awesomplete>ul {
        transition: .3s cubic-bezier(.4, .2, .5, 1.4);
        transform-origin: 1.43em -.43em;
    }

    .awesomplete>ul[hidden],
    .awesomplete>ul:empty {
        opacity: 0;
        transform: scale(0);
        display: block;
        transition-timing-function: ease;
    }
}

/* Pointer */
.awesomplete>ul:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.awesomplete>ul>li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
}

.awesomplete>ul>li:hover {
    background: hsl(200, 40%, 80%);
    color: black;
}

.awesomplete>ul>li[aria-selected="true"] {
    background: #000f4e;
    color: white;
}

.awesomplete mark {
    background: hsl(65, 100%, 50%);
}

.awesomplete li:hover mark {
    background: hsl(68, 100%, 41%);
}

.awesomplete li[aria-selected="true"] mark {
    background: hsl(86, 100%, 21%);
    color: inherit;
}

/*# sourceMappingURL=awesomplete.css.map */
@media (max-width: 768px) {
    .input-container {
        display: block !important;

    }

    #cityForm button#submitButton {
        width: 100% !important;
        margin-top: 10px !important;
        position: relative !important;
    }

    .newsearch_providers {
        top: 57px !important;
        right: 2% !important;
    }

    #cityForm .loading {
        top: 58px;

    }
    #cityForm #results{
        display:none!important;
    }
    #search_results .listing {
        width: 100% !important;
    }
}

#cityForm label {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #FFF;
    font-size: 12px;
}

#cityForm input {
    height: 60px;
    width: 100%;
    border-radius: 20px;

}

#cityForm button#submitButton {
    position: absolute;
    right: 1%;
    height: 50px;
    border-radius: 20px;
    width: 170px;
    z-index: 9999;
    background: #000c3b;
    border: 2px solid #FFF;
    color: #FFF;
    cursor: pointer;
    display: none;
}


.input-container {
    display: flex;
    align-items: center;
    /*      gap: 10px;*/
}

input {
    padding: 10px;
    font-size: 16px;
}

.newsearch_providers {
    padding: 10px;
    color: #ff0000;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    right: 180px;
    position: absolute;
    top: 32px;
    display: none;
}

#results {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    display: none;
}

.loading {
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #000c3b;
    margin-top: 10px;
    position: absolute;
    right: 30px;
    top: 34px;
    ;
}

#search_results .descInfo {
    margin-top: 20px;
    padding: 10px;
}

#search_results .summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

#search_results .listing {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 510px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;

}

#search_results {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}


#search_results .listing img {
    max-width: 380px;
    max-height: 200px;
    margin-top: 15px;
}


.biz-pages header {
    background: #000c3b !important;
}

.biz-pages #main-content {
    max-width: 1600px;
    margin: 0em auto;
    margin-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 25px;
}

.biz-pages .listing-info {
    width: 70%;
    float: left;
}

.biz-pages .contact-now {
    width: 30%;
    float: left;
    padding: 20px;
    background: #ebebeb !important;
}

@media (max-width: 768px) {

    .biz-pages .listing-info {
        width: 100%;
        float: left;
    }

    .biz-pages .contact-now {
        width: 100%;
        float: left;
        padding: 20px;
        background: #ebebeb !important;
    }

}

.biz-pages h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.biz-pages .business-details {
    padding: 20px;
}

.biz-pages .summary {
    padding: 10px 20px;
}

.biz-pages .detail-item,
.biz-pages .summary {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #000c3b !important;
}

.biz-pages .detail-value {
    font-weight: 600;
}

.biz-pages .summary {
    margin-top: 15px;
}

.biz-pages h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.6em;
}

.biz-pages #contact {
    display: none;
}

.biz-pages #field_2_11{
    display:none;
}

#search_results {
      margin-top: 20px;
      font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    }
    .pagination {
      margin-top: 20px;
    }
    .pagination button {
      padding: 10px 20px;
      font-size: 16px;
      margin-right: 5px;
    }
    
    .view-more {
    background-color: #000c3b;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    line-height: 1.1;
    font-size: 14px;
    position: absolute;
    position: absolute;
    right: 20px;
    text-align: center;
    padding: 6.5px 44px;
    cursor: pointer;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;
}


    }
    /* Modal Styles */
    .modal {
      display: none;
      padding: 20px;
      background: white;
      max-width: 500px;
      border-radius: 10px;
      text-align: center;
    }
    .modal h2 {
      margin-top: 0;
    }
    .loading-message {
      display: none;
      font-size: 16px;
      font-weight: bold;
      color: blue;
      margin-top: 10px;
    }

.page-results  footer .searchBIZ{
    display:none!important;
}