/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*#### UTILITIES ####*/
body{
    overflow-x: hidden;
}

.hide{
    display:none;
}
/*@media (max-width: 768px) {*/
/*    .hide{*/
/*        display:block;*/
/*    }*/
/*}*/

@media screen and (min-width: 769px) {
    .mobile{
        display:none!important;
    }
}

.no-event {
    pointer-events: none;
}
/*#### UTILITIES ####*/

/* MODALS */
.modal {
    backdrop-filter: blur(15px) brightness(0.5) opacity(0.5) !important;
    /* background-color: #ffffff2b; */
}
.modal-content {
    background-color: transparent!important;
    border: none!important;
}
.modal-footer, .modal-header {
    border: none!important;
    padding: 0!important;
}
.modal-header .btn-close {
    background-color: #fff;
    padding: 25px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}

/*.c-modal {background-color: rgba(0, 0, 0, 0.85);}*/
/*.c-modal .modal-content {background-color: transparent; border: none;}*/
/*.c-modal .modal-header .btn-close {background-color: #fff; border-radius: 50%; cursor: pointer;}*/
/*.c-modal .modal-header .btn {background-color: #000;}*/
/*.c-modal .modal-header, .c-modal .modal-footer {border: none;}	*/
/*.modal-footer, .modal-header {border: none;}*/
/* MODALS */
	
/* FIX FOR BT5 POPUP AND GOOGLE AUTOCOMPLETE DROPDOWN */
.modal {z-index: 1001 !important;}
.modal-backdrop {z-index: 1000 !important;}
.pac-container {z-index: 1055 !important;}
/* FIX FOR BT5 POPUP AND GOOGLE AUTOCOMPLETE DROPDOWN */

/*#### PAGE FIND A DEALER ####*/
.rm-state-taxonomy-list {
    list-style-type: none;
    padding:0;
}
.rm-state-taxonomy-list li {
    margin-bottom: 10px;
    background-color: var(--e-global-color-abe85d0);
    color: var(--e-global-color-cf073e7);
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.rm-state-taxonomy-list li a {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--e-global-color-cf073e7);
    transition: 0.3s;
    z-index: 2;
}
.rm-state-taxonomy-list li svg {
    position: absolute;
    right: 15px;
    width: 30px;
    fill: var(--e-global-color-secondary);
    z-index: 1;
}
.rm-state-taxonomy-list li:hover {
    background-color: var(--e-global-color-accent);
    box-shadow: 9px 7px 11px -3px #23232373;
}
.rm-state-taxonomy-list li:hover a {
    color: #fff;
}
.rm-state-taxonomy-list li:hover svg {
    fill: #fff;
}

.rm-state-taxonomy-list a {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.rm-state-taxonomy-list a:after {
    content: url(/find-a-dealer/wp-content/uploads/2025/07/icon-arrow-right-gr.svg);
    width: 25px;
    height: 25px;
}
.rm-state-taxonomy-list li:hover a{
    color:#fff!important;
}
.rm-state-taxonomy-list li:hover a:after {
    filter: contrast(1) brightness(0) invert(1);
}
/*#### PAGE FIND A DEALER ####*/

/*#### PAGE STATE ####*/
.locations-pages-list .location-page .elementor-post__title a {
    background-color: var( --e-global-color-abe85d0 );
    padding: 10px 20px;
    color:var( --e-global-color-text );
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.locations-pages-list .location-page:hover .elementor-post__title a {
    background-color: var( --e-global-color-accent );
}
.locations-pages-list .location-page .elementor-post__title a:after {
    content: url(/find-a-dealer/wp-content/uploads/2025/07/icon-arrow-right-gr.svg);
    width: 25px;
    height: 25px;
}
.locations-pages-list .location-page:hover .elementor-post__title a{
    color:#fff!important;
}
.locations-pages-list .location-page:hover .elementor-post__title a:after {
    filter: contrast(1) brightness(0) invert(1);
}
/*#### PAGE STATE ####*/

/*#### THANK YOU PAGE ####*/
p#thx-msg-content {
    text-align: center;
    font-size: 1.1em;
}

div.dealer-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-collapse: collapse;
    margin: 15px auto 35px;
}

.divTable.dealer-info .divTableCell,
.divTable.dealer-info .divTableHead {
    border: 1px solid #c5c5c5;
    padding: 5px 10px;
}
.divTable.dealer-info .divTableBody .divTableCell {
    font-size: 13px;
    font-weight: bold;
    color: #232323;
}
.dealer-info .tableFootStyle {
    font-size: 13px;
}
.dealer-info .tableFootStyle .links {
    text-align: right;
}
.dealer-info .tableFootStyle .links a {
    display: inline-block;
    background: #ffffff;
    color: #24943a;
    padding: 2px 8px;
    border-radius: 5px;
}
.dealer-info.outerTableFooter {
    border-top: none;
}
.dealer-info.outerTableFooter .tableFootStyle {
    padding: 3px 5px;
}
.dealer-info .divTable {
    display: table;
}
.dealer-info .divTableRow {
    display: table-row;
}
.dealer-info .divTableHeading {
    display: table-header-group;
}
.dealer-info .divTableCell,
.dealer-info .divTableHead {
    display: table-cell;
}
.dealer-info .divTableHeading {
    display: table-header-group;
}
.dealer-info .divTableFoot {
    display: table-footer-group;
}
.dealer-info .divTableBody {
    display: table-row-group;
}
.dealer-info .divTableRow .divTableCell:first-child {
    text-align: right;
    white-space: nowrap;
}

#channel-form > div {
    color: #232323;
    text-align: center;
}
#channel-form > div small {
    color: rgb(119, 119, 119);
    font-style: italic;
}
#channel-form .submitted-message {
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #68813c;
}
#channel-form form {
    width: 320px;
    margin: 20px auto;
}
#channel-form form .hs_email {
    position: absolute;
    top: -9999999999999999999999999999999999px;
}
label[id*="label-how_did"]{
    position: absolute;
    left: 9999999999999px;
}
#channel-form form li input[type="checkbox"] {
    position: absolute;
    left: -9999999999999999999999999999999999px;
}
#channel-form form ul {
    padding: 0;
    text-indent: 0;
    display: flex;
    flex-wrap: wrap;
    margin:0;
}
#channel-form form li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

#channel-form form li:nth-child(1),
#channel-form form li:nth-child(2),
#channel-form form li:nth-child(3),
#channel-form form li:nth-child(8),
#channel-form form li:nth-child(9),
#channel-form form li:nth-child(10) {
    width: 33.3%;
}
#channel-form form li:nth-child(4),
#channel-form form li:nth-child(5),
#channel-form form li:nth-child(6),
#channel-form form li:nth-child(7){
    width: 25%;
}
#channel-form form li input+span:before {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    content: "";
    background-size: contain;
}

#channel-form form li label {
    cursor: pointer;
    color: #232323;
    font-weight: 500;
}
#channel-form form li span:before {
    border: 3px solid #232323;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.7;
    transition: 0.3s;
}
#channel-form form li span:hover::before {
    opacity: 1;
    border-color: #68813c;
    box-shadow: 0 0 10px -3px #000;
}
#channel-form form li input:checked + span:before {
    border-color: #f5a800;
    background-color: #f5a800;
    opacity: 1;
}
#channel-form form .hs-button {
    width: 200px;
    color: #fff;
    background-color: #f5a800;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
}
#channel-form form .hs-button:hover {
    background-color: #cf8f17;
}

#channel-form .hs-error-msgs li {
    width: 100% !important;
}
#channel-form .hs-error-msgs li label {
    font-weight: 700;
}
#channel-form .hs_error_rollup{
    display:none!important;
}

.page-thank-you #channel-form form li:nth-child(1) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-tv-only.png);
}
.page-thank-you #channel-form form li:nth-child(2) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-tv-streaming.png);
}
.page-thank-you #channel-form form li:nth-child(3) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-social-media.png);
}
.page-thank-you #channel-form form li:nth-child(4) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-online.png);
}
.page-thank-you #channel-form form li:nth-child(5) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-radio.png);
}
.page-thank-you #channel-form form li:nth-child(6) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-referrals.png);
}
.page-thank-you #channel-form form li:nth-child(7) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-event.png);
}
.page-thank-you #channel-form form li:nth-child(8) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-postcard.png);
}
.page-thank-you #channel-form form li:nth-child(9) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-vehicles.png);
}
.page-thank-you #channel-form form li:nth-child(10) input+span:before {
    background-image: url(https://roofmaxx.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-print-ad.png);
}

@media screen and (max-width: 485px) {
    div.content:not(.block_light_gray) {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 1em 2em;
    }
    .thx-msg {
        padding: 0px !important;
    }
    #channel-form form li input+span:before {
        width: 60px;
        height: 60px;
   }
   #channel-form form li {
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 360px) {
    #channel-form form {
        width: 100%;
    }
}
/*#### THANK YOU PAGE ####*/





