/* 
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 ####*/
html {
    font-size: 15px!important;
}
body{
    overflow-x: hidden;
}

.hide{
    display:none;
}
/*@media (max-width: 768px) {*/
/*    .hide{*/
/*        display:block;*/
/*    }*/
/*}*/

@media screen and (min-width: 881px) {
    .mobile{
        display:none!important;
    }
}

.no-event {
    pointer-events: none;
}

p#breadcrumbs * {
    font-size: 1rem !important;
    letter-spacing: 1px;
}
span.breadcrumb_last {
    color: var(--e-global-color-text);
}
/*#### 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 */


/*#### OSANO ####*/
/* FOR BOX SOLUTION */
/*.osano-cm-message {*/
/*    font-size: 0.85rem;*/
/*    line-height: 1.2rem;*/
/*}*/
/*.osano-cm-link {*/
/*    color: var(--osano-link-color)!important;*/
/*}*/
/*.osano-cm-dialog--type_box .osano-cm-dialog__content {*/
/*    font-size: 85%;*/
/*}*/
/*.osano-cm-window__dialog.osano-cm-dialog--type_box{*/
/*.osano-cm-close {*/
/*    background-color: #ffffff00 !important;*/
/*    border-width: 0px !important;*/
/*}*/
/*.osano-cm-close:focus-visible {*/
/*    background-color: transparent;*/
/*    color: #fff;*/
/*    fill: #fff;*/
/*    --osano-button-close-stroke-color: #fff;*/
/*    border: none;*/
/*}*/
/*.osano-cm-buttons__button {*/
/*    width: 100%;*/
/*    font-size:14px!important;*/
/*    padding: 5px !important;*/
/*    font-family: var(--e-global-typography-primary-font-family)!important;*/
/*    font-weight: 400!important;*/
/*    letter-spacing: 0px !important;*/
/*    text-transform: capitalize !important;*/
/*}*/
/*.osano-cm-drawer-toggle .osano-cm-label {*/
/*    font-weight: bold;*/
/*}*/
/*.osano-cm-description {*/
/*    font-weight: 400!important;*/
/*    font-family: "Helvetica"!important;*/
/*}*/
/*.osano-cm-list__list-item {*/
/*    border-bottom: 1px dotted #ccc;*/
/*    margin: 10px 0;*/
/*}*/
/* FOR BOX SOLUTION */

/* FOR BAR SOLUTION */
.osano-cm-window__dialog {
    padding: 10px;
    width: calc(100vw - 110px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__content {
    max-width: calc(100vw - 45%);
    font-size: 15px;
}
p.osano-cm-content__drawer-links.osano-cm-drawer-links {
    width: 140px;
    display: inline-block;
}
.osano-cm-close {
    background-color: #ffffff00 !important;
    border-width: 0px !important;
    margin: 0;
}
.osano-cm-close:focus-visible {
    background-color: transparent;
    color: #fff;
    fill: #fff;
    --osano-button-close-stroke-color: #fff;
    border: none;
}
/*.osano-cm-dialog__close {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    margin: 0;*/
/*}*/
.osano-cm-widget{
    background-color: transparent !important;
    border: none !important;
    padding: inherit!important;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
    position: sticky;
    top: 0;
    max-width: 100%;
    min-width: 20px;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: auto;
}
.osano-cm-dialog--type_bar .osano-cm-button {
    flex: auto;
    width: 100%;
    max-width: 260px;
    margin: .25em .5em;
    padding: 10px 5px;
    font-size: 1rem;
    white-space: break-spaces;
    text-transform: uppercase!important;
    line-height: 15px;
}
button.osano-cm-accept.osano-cm-buttons__button.osano-cm-button.osano-cm-button--type_accept{order: 1;}
button.osano-cm-deny.osano-cm-buttons__button.osano-cm-button.osano-cm-button--type_deny{order: 3;}
button.osano-cm-manage.osano-cm-buttons__button.osano-cm-button.osano-cm-button--type_manage{order: 2;}

.osano-cm-view--active {
    font-family: monospace;
}
    
@media screen and (max-width: 1200px) {
    .osano-cm-window__dialog {
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .osano-cm-dialog--type_bar .osano-cm-dialog__content {
        max-width: calc(100vw - 55%);
        font-size: 14px;
    }
    .osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
        justify-content: start;
    }
    
}
@media screen and (max-width: 768px) {
    .osano-cm-dialog--type_bar .osano-cm-dialog__content {
        max-width: 100%;
        text-align: center;
        font-size: 13px;
        padding-right: 40px;
    }
    .osano-cm-dialog--type_bar {
        flex-direction: column;
    }
    .osano-cm-close {
        margin: 0;
    }
    .osano-cm-dialog--type_bar .osano-cm-dialog__list {
        margin: 0 auto;
        justify-content: center;
    }
    p.osano-cm-content__drawer-links.osano-cm-drawer-links {
        margin: 0;
    }
    .osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
    }
    .osano-cm-dialog--type_bar .osano-cm-button {
        padding: 8px 5px;
        width: 31%;
    }
}
@media screen and (max-width: 485px) {
    button.osano-cm-accept.osano-cm-buttons__button.osano-cm-button.osano-cm-button--type_accept{order: 2;}
    button.osano-cm-deny.osano-cm-buttons__button.osano-cm-button.osano-cm-button--type_deny{order: 3;}
    button.osano-cm-manage.osano-cm-buttons__button.osano-cm-button.osano-cm-button--type_manage{order: 1;}
}
/* FOR BAR SOLUTION */
/*#### OSANO ####*/


/*#### 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-3c60905);
    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 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff!important;
    transition: 0.3s;
    z-index: 2;
}
/*.rm-state-taxonomy-list li svg {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    width: 30px;*/
/*    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 a:after {
    content: url(/find-a-dealer/wp-content/uploads/2025/10/icon-arrow-right-wh.svg);
    width: 25px;
    height: 25px;
}

.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:hover {
    box-shadow: 9px 7px 11px -3px #23232373;
}
.locations-pages-list .location-page .elementor-post__title a {
    background-color: var(--e-global-color-3c60905);
    padding: 10px 20px;
    color:#fff!important;
    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/10/icon-arrow-right-wh.svg);
    width: 25px;
    height: 25px;
}

.locations-pages-list .location-page:hover .elementor-post__title a:after {
    filter: contrast(1) brightness(0) invert(1);
}
/*#### PAGE STATE ####*/



/* UNIVERSAL TABLE STYLES */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  table-layout: auto;
  font-size: 1rem;
  line-height: 1.6;
}

/* HEADERS AND CELLS */
.responsive-table th,
.responsive-table td {
  padding: 14px 16px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}

.responsive-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

/* FIRST COLUMN EMPHASIS */
.responsive-table td:first-child {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 30%;
}

/* MOBILE STACKING */
@media screen and (max-width: 768px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }

  .responsive-table td {
    padding: 12px 16px;
    border: none;
    position: relative;
    background-color: #fff;
  }

  .responsive-table td:first-child {
    background-color: #eee;
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 8px;
    width: 100%!important;
  }

  .responsive-table td:not(:first-child)::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 12px;
    font-weight: bold;
    color: #333;
    width: calc(50% - 32px);
    white-space: normal;
  }

  .responsive-table td:not(:first-child) {
    padding-left: 50%;
  }
}




/* THANK YOU PAGE */
#thx-msg-content {
    text-align: center;
    font-size: 1rem;
}
/*.page-thank-you .thx-msg {*/
/*    display: block;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
/*}*/
/*.page-thank-you .thx-msg > div {*/
/*    max-width: 100%;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-self: center;*/
/*    gap: 0em;*/
/*}*/

.page-thank-you div.dealer-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-collapse: collapse;
    margin: 15px auto 35px;
}

.page-thank-you .divTable.dealer-info .divTableCell,
.page-thank-you .divTable.dealer-info .divTableHead {
    border: 1px solid #c5c5c5;
    padding: 5px 10px;
}
.page-thank-you .divTable.dealer-info .divTableBody .divTableCell {
    font-size: 13px;
    font-weight: bold;
    color: #232323;
}
.page-thank-you .dealer-info .tableFootStyle {
    font-size: 13px;
}
.page-thank-you .page-thank-you .dealer-info .tableFootStyle .links {
    text-align: right;
}
.page-thank-you .dealer-info .tableFootStyle .links a {
    display: inline-block;
    background: #ffffff;
    color: #24943a;
    padding: 2px 8px;
    border-radius: 5px;
}
.page-thank-you .dealer-info.outerTableFooter {
    border-top: none;
}
.page-thank-you .dealer-info.outerTableFooter .tableFootStyle {
    padding: 3px 5px;
}
.page-thank-you .dealer-info .divTable {
    display: table;
}
.page-thank-you .dealer-info .divTableRow {
    display: table-row;
}
.page-thank-you .dealer-info .divTableHeading {
    display: table-header-group;
}
.page-thank-you .dealer-info .divTableCell,
.page-thank-you .dealer-info .divTableHead {
    display: table-cell;
}
.page-thank-you .dealer-info .divTableHeading {
    display: table-header-group;
}
.page-thank-you .dealer-info .divTableFoot {
    display: table-footer-group;
}
.page-thank-you .dealer-info .divTableBody {
    display: table-row-group;
}
.page-thank-you .dealer-info .divTableRow .divTableCell:first-child {
    text-align: right;
    white-space: nowrap;
}
@media screen and (max-width: 485px) {}

.page-thank-you #channel-form > div {
    color: #232323;
    text-align: center;
    margin-bottom: 15px;
}
.page-thank-you #channel-form > div small {
    color: rgb(119, 119, 119);
    font-style: italic;
}
.page-thank-you #channel-form .submitted-message {
    text-align: center;
    font-weight: bold;
    color: #cc6c27;
}
.page-thank-you .hs_error_rollup {
    display: none;
}
.page-thank-you #channel-form form {
    /*background-color:#ccc*/
    width: 320px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    position: relative;
}
.page-thank-you #channel-form form .hs_email {
    position: absolute;
    top: -9999999999999999999999999999999999px;
}

.page-thank-you label[id*="label-how_did"],
.page-thank-you #channel-form form li input[type="checkbox"] {
    display: none;
    position: absolute;
    /*left: 9999999999999px;*/
    opacity: 0;
    z-index: -1;
}
.page-thank-you #channel-form form ul {
    padding: 0;
    /*margin: 20px;*/
    text-indent: 0;
    display: flex;
    flex-wrap: wrap;
}
.page-thank-you #channel-form form li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.page-thank-you #channel-form form li:nth-child(1),
.page-thank-you #channel-form form li:nth-child(2),
.page-thank-you #channel-form form li:nth-child(3),
.page-thank-you #channel-form form li:nth-child(8),
.page-thank-you #channel-form form li:nth-child(9),
.page-thank-you #channel-form form li:nth-child(10) {
    width: 33.3%;
}
.page-thank-you #channel-form form li:nth-child(4),
.page-thank-you #channel-form form li:nth-child(5),
.page-thank-you #channel-form form li:nth-child(6),
.page-thank-you #channel-form form li:nth-child(7){
    width: 25%;
}
.page-thank-you #channel-form form li input+span:before {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    content: "";
    background-size: contain;
}
.page-thank-you #channel-form form li:nth-child(1) input+span:before {
    background-image: url(https://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.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://www.roofmaxxus.com/wp-content/themes/hello-theme-child-master/thank-you-page/icon-print-ad.png);
}

.page-thank-you #channel-form form li label {
    cursor: pointer;
    color: #232323;
    font-weight: 500;
    font-size: 1rem;
}
.page-thank-you #channel-form ul.no-list.hs-error-msgs.inputs-list {
    margin: 0!important;
}
.page-thank-you #channel-form ul.no-list.hs-error-msgs.inputs-list li {
    width: 100%!important;
    background-color: #e9e9e9;
    padding: 5px 2px 10px;
    border-radius: 5px;
}
.page-thank-you #channel-form form li input +span:before {
    border: 3px solid #232323;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 5px;
    opacity: 0.7;
    transition: 0.3s;
}
.page-thank-you #channel-form form li input + span:hover::before {
    opacity: 1;
    border-color: #cc6c27;
    box-shadow: 0 0 10px -3px #000;
}
.page-thank-you #channel-form form li input:checked + span:before {
    border-color: #cc6c27;
    background-color: #D68A52;
    opacity: 1;
}
.page-thank-you #channel-form form .hs-button {
    width: 200px;
    color: #fff;
    background-color: #cc6c27;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase;
    border: none;
}
.page-thank-you #channel-form form .hs-button:hover {
    background-color: #D68A52;
}

@media screen and (max-width: 485px) {
    .page-thank-you #channel-form form {
        width: 100%;
    }
    .page-thank-you #channel-form form ul {
        margin: 10px;
    }
    .page-thank-you #channel-form form li input+span:before {
        width: 60px;
        height: 60px;
    }
    

    .page-thank-you .dealer-info .divTableRow .divTableCell:first-child {
        text-align: left;
        display: block;
        border: 2px solid #ccc!important;
    }
    .page-thank-you .dealer-info .divTableCell, .dealer-info .divTableHead {
        display: block;
        text-align: left;
        border: none!important;
    }
}
/* THANK YOU PAGE */





