/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



/* STICKY BUTTON HEADER */
#fixedBtnTop .button-getestimate {
    width: 100%;
    background-color: #f5a800;
    border-color: #f5a800;
    border-radius: 0;
    padding:5px;
    color: #fff!important;
    font-weight: 500;
    transition: .3s;
}
#fixedBtnTop .button-getestimate:hover {
    background-color: #cf8f17;
    border-color: #cf8f17;
}

.sticked {
  padding: 5px;  
  box-shadow: rgb(104 129 60 / 82%) 0px 0px 20px -6px; 
  position:fixed;
  top: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
    opacity:0.5;
  }
  100% {
    transform: translateY(0px);
    opacity:1;
  }
}
/* STICKY BUTTON HEADER */


/* TOP VIDEO SKELETON FX */
.is-loading {
  background-color: #e8e8e8;
  background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%) #e8e8e8;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s is-loading ease-in-out infinite;
}

@keyframes is-loading {
  to {
    background-position-x: -20%;
  }
}
/* TOP VIDEO SKELETON FX */

/* WIDTHS */
@media(min-width: 769px) {
    .custom-width-1{
        width:calc(100% - 23%);
    }
    .custom-width-2{
        width:calc(100% - 16%);
    }
}
@media (max-width: 1366px) and (min-width: 769px){
    .custom-width-1{
        width: calc(100% - 18%);
    }
    .custom-width-2{
        width: calc(100% - 12%);
    }
}
@media (max-width: 1024px) and (min-width: 769px){
    .custom-width-1{
        width: 90%;
    }
    .custom-width-2{
        width: 100%;
    }
}
@media (max-width: 768px){
    .custom-width-1,
    .custom-width-2{
        width: 100%;
    }
}
/* WIDTHS */


/* THANK YOU PAGE */
.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;
}
.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: #68813c;
}
.page-thank-you #channel-form form {
    /*background-color:#ccc*/
    width: 320px;
    margin: 0 auto;
    text-align: center;
}
.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;
}
.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://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);
}

.page-thank-you #channel-form form li label {
    cursor: pointer;
    color: #232323;
    font-weight: 500;
}
.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: #68813c;
    box-shadow: 0 0 10px -3px #000;
}
.page-thank-you #channel-form form li input:checked + span:before {
    border-color: #f5a800;
    background-color: #f5a800;
    opacity: 1;
}
.page-thank-you #channel-form form .hs-button {
    width: 200px;
    color: #fff;
    background-color: #6e8043;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase;
    border: none;
}
.page-thank-you #channel-form form .hs-button:hover {
    background-color: #687940;
}

@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 */













