/*

Theme Name: Ready To Rewire Theme

Template: Divi

Description: Custom Divi Theme for Ready To Rewire

Theme URI: https://digitalgroupmedia.com/

Version: 1.0

Author: Digital Group Media

Author URI: https://digitalgroupmedia.com/

Tags: divi, divi theme, responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options

License: GNU General Public License v2

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Get Support Here https://digitalgroupmedia.com/

*/



/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER THEME CSS RULES */


/* Header */

#page-container {
    overflow: hidden;
}
#page-container .et_pb_button:before {
    position: static;
    padding-right: 10px;
    margin: 0 !important;
}
#page-container .et_pb_button:after {
    position: static;
    padding-left: 10px;
    margin: 0 !important;
}
#page-container .et_pb_button {
    line-height: 100% !important;
}

.right-position-menu .et_pb_menu__wrap {
    justify-content: flex-end !important;
}
.et-menu {
    margin: 0!important;
    align-items: center!important;
}

.et-menu a {
    padding-bottom: 0!important;
}

.et-menu > li {
    margin-top: 0!important;
}
.contact-button {
    display: flex!important;
    align-items: center;
}
.button-flex-end {
    justify-content: flex-end;
}
header .et_builder_inner_content {
    z-index: 2;
    position: absolute;
    width: 100%;
}
.main-navigation-section {
    transition: all .3s ease;
}
.has_et_pb_sticky > .main-navigation-section {
    transition: all .3s ease;
}
.main-nav-row-container:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    transition: all .2s ease;
}
.has_et_pb_sticky .main-nav-row-container:before {
    background: rgba(0, 0, 0, 0.5);     
    transition: all .2s ease;
}
.services-nav-image img {
    height: 13vw;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Gravity Form */
.gform_fields {
    gap: 1.25vw !important;
}
#page-container .gform-field-label {
    font-size: 16px !important;
}

.gfield_required_text {
    display: none;
}
.gform-body ::-webkit-input-placeholder {
color: #666!important;
font-size: 16px;
}
.gform-body :-moz-placeholder {
color: #666!important;  
}
.gform-body ::-moz-placeholder {
color: #666!important;  
}

.gform-body textarea:-ms-input-placeholder {
color: #fff;  
}
.ginput_container input, .ginput_container textarea {
    font-size: 16px !important;
    padding: 23px !important;
    border-radius: 12px !important;
    border: 1px solid #CCCCCC !important;
}

body .button, body #page-container .button  {
    color: #000000 !important;
    border-width: 1px !important;
    border-color: #00DDFF;
    border-radius: 4px!important;
    font-size: 0.83vw;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #00DDFF!important;
    padding: 0.78vw 1.04vw !important;
}
.gform-body a {
    color: #fff;
    text-decoration: underline;
}
.gfield_description {
    text-align: center;
}
.ginput_container {
    position: relative;
}
.ginput_container:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #00DDFF;
    font-weight: 700;
    font-size: 18px !important;
}
.ginput_container:before, .fullname-form .name_last:before, .fullname-form .name_first:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #00DDFF;
    font-weight: 700;
    font-size: 18px !important;
}
.fullname-form .name_last, .fullname-form .name_first {
    position: relative;
    margin: 0 10px !important;
    padding: 0 !important;
}
.fullname-form .name_last input, .fullname-form .name_first input {
        padding-left: 40px !important;
}
.fullname-form .name_last:before, .fullname-form .name_first:before {
    content: "\f007";
}
.building-form .ginput_container:before {
    content: "\f1ad";
}
.fullname-form .ginput_container.ginput_container_text:before {
    content: "\f007";
}
.phone-number-form .ginput_container.ginput_container_phone:before {
    content: "\f095";
}
.email-form .ginput_container.ginput_container_email:before {
    content: "\f0e0";
}
.location-form .ginput_container.ginput_container_text {
    content: "\f3c5";
}
.message-form .ginput_container.ginput_container_textarea:before {
    content: "\f27a";
    top: 36px;
}
.gform-body .ginput_container input, .gform-body .ginput_container textarea {
    padding-left: 40px !important;
}
.gform-body .ginput_container .gchoice input{
    padding: 0!important;
}
/* Footer */
.et_pb_social_media_follow li a.icon {
    height: auto!important;
    width: auto!important;
    margin-right: 20px;
}
.et_pb_social_media_follow li a.icon:before {
    line-height: 100%!important;
    height: auto!important;
    width: auto!important;
}
.et-social-facebook a.icon:before {
    content: "\f09a"!important;
    font-family: 'FontAwesome'!important;
}
#page-container .et-l--footer .et-menu > li {
    width: 100% ! Important;
    padding: 8px 0;
}
#page-container .flex-button {
    display: flex !important;
    line-height: 150% !important;
}
ul#menu-footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
    grid-auto-flow: column;
    column-gap: 4vw;
}


/* Slick Slider */
.slick-dots li {
    margin: 0!important;
}
.slick-dots li.slick-active button:before {
    color: #F25B23!important;
    opacity: 1!important;
}


/* Hero Area */
div#popup-video-hero-area {
    display: none;
    max-width: 800px;
    width: 90% !important;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    padding: 32px;
}
.et-fb-root-ancestor div#popup-video-hero-area {
    display: block !important;
}
.et-fb-root-ancestor .custom-dropdown.open {
    display: none!important;
}
.et-fb-root-ancestor .custom-dropdown {
    height: auto!important;
    margin: 0!important;
    display: none!important;
}
.popup-hero-video a::before {
    content: "\f144";
    font-family: 'FontAwesome';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #00DDFF;
    font-size: 3.802vw;
}
.border-raduis {
    border-radius: 4px;
}

.full-width-button-desktop {
    width: 100%;
}
.text-with-button .blurb-button:after {
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: bold;
    padding-left: 10px;
    font-size: calc(100% - 2px);
}
span.clock-icon:before {
    content: "\f2f2";
    font-family: fontawesome;
    font-weight: bold;
    color: #FFD400;
    padding-right: 10px;
}
p.take-less-than {
    font-size: 0.83vw;
    color: #fff;
    position: relative;
}
p.take-less-than:after {
    content: "";
    width: 22px;
    height: 32px;
    position: absolute !important;
    top: -12px;
    right: -25px !important;
    background-image: url(https://dev.digitalgroupmedia.com/readytorewire/wp-content/uploads/2025/04/arrow-desktop-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block !important;
    transform: rotate(45deg);
}
.take-less-than-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* Slider */
.slick-dots li button:before {
    color: #A5A5A5!important;
    font-size: 12px!important;
}
.slick-dots li.slick-active button:before {
    color: #00DDFF!important;
    font-size: 12px!important;
}
.service-guarantees-container .slick-dots li button:before {
    color: #A5A5A5!important;
}
.service-guarantees-container .slick-dots li.slick-active button:before {
    color: #1E3942!important;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 1!important;
}

.remove-icon-in-desktop .et_pb_main_blurb_image {
    display: none;
}
.remove-icon-in-desktop {
    display: flex;
    align-items: center;
}

/* Mobile */
.mobile-header .et_mobile_menu {
    display: none !important;
}
.custom-dropdown {
    position: absolute;
    top: 79px;
    left: 0%;
    margin-left: -100%;
    transition: all .3s ease;
    padding: 5%;
    overflow: scroll !important;
}
.custom-dropdown.open {
    margin-left: 0%;
    transition: all .3s ease;
}

.body-stop-scrolling {
    overflow: hidden!important;
}
.custom-dropdown {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100vh !important;
}
.half-width-button-wrapper {
    width: 48% !important;
}

/* Knowledge Centre */
.facetwp-facet-blogs_category {
    display: flex;
        flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.facetwp-facet-blogs_category span.facetwp-counter {
    display: none;
}
.facetwp-facet-blogs_category .facetwp-radio {
    background: transparent !important;
    padding: 15px 32px;
    border-radius: 12px;
    margin: 0;
}
.facetwp-facet-blogs_category .facetwp-radio.checked {
    background: #0DF !important;
    color: #fff;
}
.post-featured-image a {
    display: flex;
}
.post-featured-image img {
    height: 17.691vw;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.category-reading {
    display: flex;
    gap: 5px;
    margin-top: 24px;
    margin-bottom: 15px;
}
.category-reading a {
    background: #0DF;
    padding: 4px 8px;
    border-radius: 6px;
}
.reading-time {
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-weight: 600;
}
.fwpl-item.post-excerpt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
    line-height: 150%;
}
.fwpl-item.post-button a {
    font-weight: 600;
}
.fwpl-item.post-button a:after {
    content: "\f054";
    font-family: fontawesome;
    font-weight: bold;
    margin-left: 10px;
}
#loadMoreBtn, #showLessBtn {
    margin-top: 4%!important;
}

/* Buttons */
.transparent-button-style {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.3);
}

/* Popup Maker */
.pum-overlay, .pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: saturate(180%) blur(5px);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
}
p.gform_required_legend {
    display: none;
}
.pum-container.pum-responsive.pum-responsive-medium {
    max-width: 1800px !important;
    width: 90%;
    top: 10vh !important;
    left: 50% !important;
    transform: translatex(-50%);
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 4px;
}
#popmake-608.pum-container.pum-responsive.pum-responsive-medium {
    max-width: 1000px !important;
}
button.pum-close.popmake-close {
    height: 30px !important;
    width: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    top: 20px !important;
    right: 20px !important;
    background: #00ddff !important;
    color: #000!important;
}

/* gform */
.gform-page-footer.gform_page_footer.top_label {
    justify-content: center;
}
legend.gfield_label.gform-field-label {
    text-align: center;
    font-size: 1.042vw;
    padding-bottom: 20px;
}
.gform-body h3 {
    text-align: center!important;
}
.image-choices-choice-image-wrap {
    background-size: 75% !important;
    background: #efefef !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
body .image-choices-field:not(.ic-image--natural) .image-choices-choice-image {
    width: 5.208vw !important;
    height: 5.208vw !important;
    object-fit: contain;
    position: static !important;
    top: 0;
    left: 0;
    display: block !important;
}
.ginput_container.ginput_container_radio .gfield_radio {
    justify-content: center !important;
}

body .gform_next_button {
    border-color: #00DDFF!important;
    background-color: #00DDFF!important;
    color: #1E3942!important;
}
body .button.gform_previous_button {
    border-color: #1E3942!important;
    background-color: #1E3942!important;
	color: #fff!important;
}
span.image-choices-choice-text {
    color: #1E3942 !important;
}

/* Whats your next step */
.blurb-with-button-style span.blurb-button {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #1E3942;
    border-radius: 4px;
    font-size: 0.83vw;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #1E3942;
    padding: 0.78vw 1.04vw !important;
    margin-top: 10px !important;
}
.blurb-with-button-style .et_pb_blurb_description {
    display: flex;
    flex-direction: column;
}
.blurb-with-button-style .et_pb_blurb_description p {
    display: flex;
}
span.gfield_required.gfield_required_asterisk {
    display: none;
}

/* Services */

span.bc-seperator {
    margin: 0px 10px;
    letter-spacing: -4px;
}
a.home-icon::before {
    content: "\f015";
    font-family: FontAwesome;
    font-weight: bold;
    color: #00DDFF;
}
ul.display-childpages {
    padding: 0;
    margin-top: 15px;
}
ul.display-childpages a {
    padding-bottom: 0px !important;
    display: block;
	color: #fff;
}
ul.display-childpages li:last-child {
    margin-bottom: 0 !important;
}
ul.display-childpages li {
    color: #fff;
    font-weight: 600;
    line-height: 100%!important;
    padding: 20px 2.5vw;
    display: flex;
    justify-content: space-between;
    background: #1E3942;
    border-radius: 20px;
    margin-bottom: 12px;
    align-items: center;
}
ul.display-childpages li:after {
    content: "\f061";
    font-weight: bold;
    font-family: 'FontAwesome';
    color: #00DDFF;
}

.side-bar-contact-container {
    background: #1E3942;
    padding: 2.5vw;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
}
#page-container .contact-info-sidebar {
    padding: 10px 0 !important;
}
.acf-gallery-images {
    background: #00DDFF;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding: 2.604vw;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
}
.acf-gallery-images h3 {
    font-size: 2.08vw;
    color: #1E3942 !important;
    line-height: 120%;
    width: 100%;
}
.acf-gallery-images p {
    color: #1E3942;
    line-height: 150%;
    width: 100%;
    padding-right: 100px;
    font-weight: 500;
    margin-bottom: 25px;
}
.acf-gallery-images:before {
    content: "";
    width: 17.292vw;
    height: 16.146vw;
    background-image: url(https://dev.digitalgroupmedia.com/readytorewire/wp-content/uploads/2025/04/R-dark-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0%;
    right: -5%;
}
.acf-gallery-images img {
    position: relative;
    z-index: 1;
    height: 16.406vw;
    object-fit: contain;
    width: auto !important;
    transform: translateX(12%);
}
.fullwidth-button-container {
    width: 100%;
}

.fullwidth-button-container a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* Single Post */
.share-author-date-container {
    display: flex;
    justify-content: space-between;
}
.author-date p {
    padding: 0;
}
.author-text {
    font-weight: bold;
}
.share-author-date-container .custom-post-meta {
    margin-top: 0 !important;
}
.author-image {
    background: #dbdbdb;
    padding: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.author-image {
    border-radius: 50%;
}
.author-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.author-info {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.author-info p{
    padding-bottom: 0!important;
}
.author-info .author-name {
    width: 100%;
        font-weight: bold;
        line-height: 100%;
        margin-bottom: 5px;
}
.author-info .published-date {
    padding-right: 5px;
    margin-right: 5px;
}

/* Our Story */
.team-blurbs .et_pb_main_blurb_image {
    width: 100%;
    background: #1E3942;
    margin-bottom: 0;
    padding-top: 30px;
}
.team-blurbs .et_pb_blurb_container {
    padding: 30px;
}
.team-blurbs .et_pb_main_blurb_image img {
    width: 100%;
    height: 19.271vw;
    object-fit: contain;
    position: relative;
}
.team-blurbs .et_pb_main_blurb_image:before {
    content: "";
    width: 12.75vw;
    height: 12.75vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 100%;
    background-color: transparent;
    border: 18px solid #127b8e;;
}
.team-blurbs:nth-child(1) .et_pb_main_blurb_image:before {
    top: 13%;
    left: 66%;
}
.team-blurbs:nth-child(2) .et_pb_main_blurb_image:before {
    top: 8%;
    left: 37%;
}
.team-blurbs:nth-child(3) .et_pb_main_blurb_image:before {
    top: 25%;
    left: 40%;
}

/* Areas We Cover Page */
ul.areas-we-cover-list {
    list-style: none;
}
ul.areas-we-cover-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
ul.areas-we-cover-list li a:before {
    content: "\f3c5";
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #FFD400;
    font-size: inherit;
    margin-right: 10px;
}
ul.areas-we-cover-list a {
    color: #fff;
    font-size: 16px;
}
ul.areas-we-cover-list li a {
    display: flex;
    align-items: center;
}

/* Animation */
/* Shared base styles */
.floating-animation-column-first .et_pb_module.et_pb_text,
.floating-animation-column-second .et_pb_module.et_pb_text {
  transition: .3s ease all;
}

/* Apply base animations */
.floating-animation-column-first .et_pb_module.et_pb_text {
  animation-name: floatingfirst !important;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(even) {
  animation-name: floatingfirsteven !important;
}

.floating-animation-column-second .et_pb_module.et_pb_text {
  animation-name: floatingsecond !important;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(even) {
  animation-name: floatingsecondeven !important;
}

/* Add staggered delays (first column as example) */
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(1)  { animation-delay: 0s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(2)  { animation-delay: 1s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(3)  { animation-delay: 2s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(4)  { animation-delay: 3s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(5)  { animation-delay: 4s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(6)  { animation-delay: 5s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(7)  { animation-delay: 6s; }
.floating-animation-column-first .et_pb_module.et_pb_text:nth-child(8)  { animation-delay: 7s; }

/* Repeat for second column */
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(1)  { animation-delay: 0s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(2)  { animation-delay: 1s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(3)  { animation-delay: 2s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(4)  { animation-delay: 3s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(5)  { animation-delay: 4s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(6)  { animation-delay: 5s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(7)  { animation-delay: 6s; }
.floating-animation-column-second .et_pb_module.et_pb_text:nth-child(8)  { animation-delay: 7s; }

.floating-animation-column-first .et_pb_module.et_pb_text {
	transition: .3s ease;
}
.floating-animation-column-first .et_pb_module.et_pb_text:hover {
	background: #00DDFF!important;
	transition: .3s ease;
}

/* Cost Calculator  */
.cost-calulator-module-container .number-choices .gfield_radio {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: unset !important;
    gap: 10px;
}
.number-choices .ginput_container .gform-field-label {
    width: 3.125vw;
    height: 3.125vw;
    border: 2px solid #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.563vw !important;
    font-weight: bold;
    color: #00DDFF;
    margin: 0;
	transition: .2s ease;
}
.number-choices .ginput_container .gchoice.selected .gform-field-label {
	color: #000!important;
	transition: .2s ease;
}
.number-choices .ginput_container .gform-field-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00DDFF;
    width: 1.604vw;
    height: 1.604vw;
    font-size: 0.833vw;
    border-radius: 100%;
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0;
    transition: .2s ease;
}
.number-choices .ginput_container .gchoice.selected .gform-field-label:before {
	opacity: 1;
	transition: .2s ease;
	background: #fff;
    color: #00DDFF;
}
.gform-body .number-choices .ginput_container .gchoice input {
    display: none;
}
.number-choices .gchoice {
    background: #efefef !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.042vw;
	border-radius: 6px;
	position: relative;
	width: 12%;
	cursor: pointer;
}
.number-choices .gchoice.selected {
	background-color: #00ddff !important;
    box-shadow: 3px 6px 50px rgba(7, 30, 87, .2);
}
.number-choices {
    width: 62.5vw;
    margin: auto !important;
}
@keyframes floatingfirst {
    0% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(20px);
    }
}
@keyframes floatingfirsteven {
    0% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-20px);
    }
}
@keyframes floatingsecond {
    0% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-20px);
    }
}
@keyframes floatingsecondeven {
    0% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(20px);
    }
}

@media screen and (max-width: 980px) {
    .main-nav-row-container:before {
        border-radius: 0!important;
    }
    ul.slick-dots {
        position: relative;
    }
    .rewire-process-row-container .slick-slide {
        background: #f7f7f9;
    }
    .service-guarantees-container .slick-slide {
        background-color: #f7f7f9;
    }
    .custom-slider .slick-slide {
        border-radius: 20px;
        margin: 15px;
        height: inherit;
    }
    .remove-icon-in-desktop .et_pb_main_blurb_image {
        display: block;
    }
    body .gform_button {
        font-size: 16px;
        padding: 15px 25px !important;
    }
    .et-l--footer .footer-menu .et-menu li {
        margin-bottom: 7% !important;
        padding-left: 0 !important;
    }
    ul.custom-menu li {
        padding-bottom: 10px;
    }
    ul.custom-menu {
        list-style-type: none;
        padding: 0;
    }
    .popup-hero-video a::before {
        font-size: 44px;
    }
    p.take-less-than {
        font-size: 14px;
    }
    p.take-less-than:after {
        width: 18px;
        height: 28px;
        transform: scalex(-1) rotate(235deg);
        top: 9px;
        right: -25px !important;
    }
    .take-less-than-container {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .take-less-than-container {
        justify-content: flex-start;
    }
    .button-with-sub-text {
        display: flex;
        flex-direction: column-reverse;
    }
    .facetwp-facet-blogs_category .facetwp-radio{
        font-size: 16px!important;
    }
    .post-featured-image img {
        height: 30vw;
    }
    .fwpl-layout.blogs-overview {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .category-reading a {
        padding: 8px 8px;
        font-size: 14px;
    }
    .reading-time {
        font-size: 14px;
    }
    .fwpl-item.post-excerpt {
        font-size: 16px;
    }
    .fwpl-item.post-button a {
        font-size: 16px;
    }
    .acf-gallery-images h3 {
        font-size: 28px;
    }
    .acf-gallery-images img {
        height: 48vw;
        transform: translateX(0%);
    }
    .acf-gallery-images:before {
        width: 47vw;
        height: 48vw;
        right: 5%;
    }
    .acf-gallery-images {
        padding: 25px;
        padding-bottom: 0!important;
    }
    .side-bar-contact-container {
        padding: 25px;
    }
    .acf-gallery-images p {
        padding-right: 0; 
    }
    ul.display-childpages li {
        padding: 25px;
    }
    .blurb-with-button-style span.blurb-button {
        font-size: 14px !important;
        padding: 15px 25px !important;
        width: 100%;
        text-align: center;
    }
    body .popup-section > .et_pb_row {
        padding: 30px !important;
    }
    body legend.gfield_label.gform-field-label {
        font-size: 16px!important;
    }
    body .gform-theme-button {
       padding: 15px 25px !important; 
    }
    ul.areas-we-cover-list {
        grid-template-columns: repeat(2, 1fr);
    }
    body #page-container .floating-animation-column-first .et_pb_module.et_pb_text, 
    body #page-container .floating-animation-column-second .et_pb_module.et_pb_text {
        animation: none!important;
    }
    body .image-choices-field:not(.ic-image--natural) .image-choices-choice-image {
        width: 10vw !important;
        height: 10vw !important;
    }
	.number-choices .ginput_container .gform-field-label {
		width: 50px;
		height: 50px;
		font-size: 16px !important;
	}
	.number-choices .ginput_container .gform-field-label:before {
		width: 25px;
		height: 25px;
		font-size: 10px;
	}
	.cost-calulator-module-container .number-choices .gchoice {
		width: 23% !important;
		padding: 10px;
	}
	.number-choices .ginput_container .gform-field-label {
        width: 60px !important;
        height: 60px !important;
        font-size: 18px !important;
        justify-content: center !important;
    }
	.number-choices {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	/* Cost Calculator  */
	.cost-calulator-module-container .number-choices .gchoice {
		width: 30% !important;
	}
	.number-choices .ginput_container .gform-field-label {
        width: 50px !important;
        height: 50px !important;
        font-size: 17px !important;
    }
	#page-container .number-choices .ginput_container .gform-field-label {
		width: 50px;
		height: 50px;
		font-size: 16px !important;
	}
	.cost-calulator-module-container .gform-field-label {
		width: auto !important;
		justify-content: flex-start !important;
		height: auto !important;
		padding: 10px ! important;
	}
	.cost-calulator-module-container .gfield_radio {
		grid-template-columns: repeat(2, 1fr) !important;
		display: grid!important;
	}
	.cost-calulator-module-container .image-choices-choice-image-wrap {
		height: 100% !important;
		padding: 30px;
		margin-bottom: 10px!important;
	}
	 .cost-calulator-module-container .ic-theme--float-card .image-choices-choice .gform-field-label:after {
        top: 30px !important;
		 right: 0px!important;
    }
	.cost-calulator-module-container .gfield_radio > div {
		width: 100% !important;
	}
    body .image-choices-field:not(.ic-image--natural) .image-choices-choice-image {
        width: 60px !important;
        height: 60px !important;
    }
    .share-author-date-container {
        flex-wrap: wrap;
    }
    .share-addtoany {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .post-featured-image img {
        height: 65vw;
    }
     .fwpl-layout.blogs-overview {
        grid-template-columns: repeat(1, 1fr)!important;
    }
    #page-container .et_pb_button_module_wrapper {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .et_pb_button_module_wrapper .et_pb_button {
        width: 100%;
        text-align: center;
    }
    .custom-slider {
        width: 70% !important;
        max-width: 100% !important;
        margin-left: -3%;
    }
    .custom-slider .slick-list {
        overflow: visible;
    }
    .custom-slider .slick-track {
        height: inherit!important;
        display: flex!important;  
    }
    ul.slick-dots {
        right: -25%;
        margin: 0 !important;
        padding-left: 0; 
    }
    .not-full-width-button {
        width: auto !important;
    }
    .full-width-button-for-flex {
        align-items: center;
    }
    body .gform_button {
        width: 100%;
    }
    .locations-container .et_pb_button_module_wrapper .et_pb_button {
        width: 100%;
        text-align: left!important;
    }
}