/* [ ============= main ================== ] */

body, html {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: black;
    line-height: 1.4 !important;
    margin: 0;

}

body {
    padding-top: 120px;
}

* {
    box-sizing: border-box;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.tac {
    text-align: center !important;
}

.fr {
    float: right !important;
}

.p0 {
    padding: 0px !important;
}


p, ul, li, a, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.container {
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

body img {
    display: inline-block;
    max-width: 100%
}


a, button, input, textarea {
    font-family: 'Montserrat', sans-serif;
}

ul, li {
    list-style: none
}


.flex-center-vertical {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


/* header*/

.showonlymobile {
    display: none
}

.header.header--light {
    background: white;
    color: black;
}


.header .logo {
    display: flex;
    align-items: center;
    object-fit: contain;
    width: 150px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}

.header {
    height: 120px;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-inner {
    position: relative;
    background: #FFF;
    z-index: 999;
}

.menu {
    text-align: center;
    position: relative;
    z-index: 10;
    /*padding-left: 400px;*/
}

.menu .mobile-menu-inner > li {
    display: inline;
    position: relative;
    line-height: 120px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu .mobile-menu-inner > li a {
    color: black;
    font-size: 14px;
    transition: 0.3s;
}

.menu .mobile-menu-inner > li:hover a {
    text-decoration: none;
    color: #8e8e8e;
}

.hompg .menu .mobile-menu-inner > li a {
    color: white;
}


.header.header--dark .menu .mobile-menu-inner > li:hover .sub-menu a {
    color: black
}


.sub-menu {
    position: absolute;
    right: -58px;
    top: 10px;
    width: 180px;
    visibility: hidden;
    /* transform: translateX(35%); */
    transition: 0.5s linear all;
    opacity: 0;
    border-radius: 5px;
}


.sub-menu li {
    line-height: 1.2;
    text-align: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: white;
    cursor: pointer;
    background: white;
    text-transform: none;
    text-align: left;
    border-bottom: none;
    position: relative;
}

.sub-menu li:first-child {
    border-radius: 5px 5px 0 0;
}


.sub-menu li:hover a {
    text-decoration: underline;
}

.sub-menu li:hover .mega-menu a {
    text-decoration-line: none;
}

.mobile-menu-inner .mega-menu li:hover a {
    text-decoration-line: underline !important;
}

.mega-menu-column {
    /*border-radius: 0 0 5px 5px;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    position: relative;
}

.mega-menu-column:nth-child(even) {
    background-color: #f2f2f2
}

.blank-hover {
    height: 30px;
}

.mobile-menu-inner .sub-menu li a {
    color: #292929;
    font-size: 11px;
}

.sub-menu li a {
    text-transform: capitalize;
}

.hompg .mobile-menu-inner .sub-menu li a {
    color: #292929;
    font-size: 11px;
}

.menu .mobile-menu-inner > li a:hover {
    text-decoration-line: underline;
}

.menu .mobile-menu-inner > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.mega-menu {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    top: 0;
    position: absolute;
    width: 900px;
    visibility: hidden;
    /* transform: translateX(35%); */
    transition: 0.5s linear all;
    opacity: 0;
    left: calc(50% - 450px);

}


.mega-menu .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;

    top: 10px;

    border-radius: 5px;
}

.mega-menu .mega-menu-column {
    width: 20%;
    flex-basis: 20%;
    max-width: 100%;
}

.rightArrow {
    transform: rotate(-90deg);
}

.mega-menu p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    cursor: inherit;
    /*background: #fff;*/
    text-transform: none;
    text-align: left;
    position: relative;
}

#toggle-mega {
    cursor: pointer;
}

.mobile-menu-inner .mega-menu li {
    line-height: 1.2;
    text-align: center;
    padding: 10px;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    text-transform: none;
    text-align: left;
}

.mobile-menu-inner .mega-menu li a {
    color: #292929 !important;
    font-size: 11px;
    text-transform: capitalize;
}

.mobile-menu-inner .mega-menu li:first-child {
    border-radius: 5px 5px 0 0;
}


.mobile-menu-inner .mega-menu li:hover a {
    text-decoration: underline;
}

.mega-menu-toggle:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}

.arrow-up {
    width: 15px;
    background: white;
    border: 1px solid #e5e5e5;
    height: 15px;
    top: 23px;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: -1;
}

.dropdownArrow {
    margin-left: 5px;
    top: -2px;
    position: relative;
}

.hamburger {
    padding: 10px;
    color: white;
    background: #292929;
    border: none;
    border-radius: 5px 0 0 5px;
    position: absolute;
    left: -28px;
    top: 80px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-box-shadow: -8px 0px 13px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -8px 0px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -8px 0px 13px 0px rgba(0, 0, 0, 0.3);
}

.hamburger i {
    transition: 0.3s;
}

.menu.show .hamburger i {
    transform: rotate(180deg);
}

.hamburger:focus {
    outline: 0;
}

.hamburger:hover {
    /*background: #b0b0b0;*/
}

.border-radius-top {
    border-radius: 5px 5px 0 0
}

.border-radius-bottom {
    border-radius: 0 0 5px 5px
}


.hamburger {
    display: none;
    position: absolute;
    text-align: left;
    width: 45px;
    left: -44px;
    top: 110px;
    height: 65px;
}

.hamburger span {
    position: absolute;
    right: -10px;
    transform: rotate(-90deg);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.logo-left {
    position: absolute;
    left: 15px;
    top: 0;
    display: flex;
    z-index: 1;
    align-items: center;
    height: 100%;
    z-index: 99;
}

.contact-right {
    position: absolute;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 1000;
}

.contact-item {

    display: none !important;
}

.logo-left p {
    max-width: 190px;
    font-size: 13px;
    color: #999999;
}


.special {
    padding: 10px 25px;
    border-radius: 40px;
    border: 3px solid #ffca07;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    transition: 0.3s;
    line-height: 26px;
    margin-right: 20px;
}

.special:hover {
    background: #ffca07;
    color: black;
    text-decoration: none;
}


.phone {
    color: black;
    font-size: 18px;
    transition: 0.3s;
}

.phone img {
    margin-left: 5px;
}

.phone:hover {
    color: black;
    text-decoration: none;
}


.home-heading {
    background-color: #ffca07;
    background: url("../images/homebackground.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

#home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    object-fit: cover;

}

#home-video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    object-fit: cover;
    overflow: hidden;
}

#home-video-holder iframe {
    position: absolute;
    top: -30%;
    left: 0;
}

#hero-home {
    height: 520px;
    position: relative;
}

#hero-home::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

.home-heading .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    z-index: 3;
}

#hero-home h1,
#hero-home p {
    color: #FFF;
}

.jumbo-flex {
    display: flex;
    justify-content: space-between;
}

.jumbo-flex .left {
    display: flex;
    align-items: center;
}

.jumbo-flex .left .content {
    max-width: 560px;
}

#hero-home .jumbo-flex .left {
    padding-top: 0;
    padding-bottom: 0;
}

.jumbo-flex .left span {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.jumbo-flex .right {
    display: flex;
    align-items: flex-end;
    padding-top: 100px
}

.tools-image {
    margin-bottom: -30px;
}

.home-services-boxes {
    display: flex;
}

.home-services {
    position: relative;
    z-index: 1;
}

.home-services-boxes {
    margin-top: -20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}

.home-services-boxes .item {
    width: calc(100% / 3);
    background: white;
    padding: 35px 30px 75px 30px;
    border-right: 1px solid #e5e5e5;
    position: relative;
}

.home-services-boxes .item:last-of-type {
    border-right: none;
}

.home-services-boxes .item .top {
    display: flex;
    min-height: 80px;
}

.home-services-boxes .item .top img {
    object-fit: contain;
    max-height: 71px;
}


.home-services-boxes .item .top h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.home-services-boxes .item p {
    font-size: 14px;
    color: #636363;
    margin-top: 30px;
}

.home-services-boxes .item a span {
    display: block;
}

a.readmore {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 30px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    color: #636363;
    font-weight: bold;
    background: #f2f2f2;
    font-size: 12px;
    transition: 0.3s;
}

a.readmore:hover {
    background: black;
    color: #ffca07;
    text-decoration: none;
}

.upfront-info {
    margin-top: 50px;
    margin-bottom: 60px;
}

.upfront-info .left {
    display: flex;
    align-items: center;
}

.upfront-info .left p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 30px;
}

.upfront-info {
    display: flex;
    align-items: center;
    justify-content: center
}

.upfront-info .right p {
    color: #636363;
    font-size: 14px;
}


.big-circled-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-through {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: #f0f0f0;
}


.outside-title {
    background: white;
    padding: 0 40px;
    border-radius: 50px;
    z-index: 10;
    position: relative;
}

.inside-title {
    border-radius: 50px;
    border: 4px solid #ffca07;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 50px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: block;
    color: black;
    transition: 0.3s;
}

.inside-title.two {
    padding: 15px 50px;
}

.inside-title:hover {
    background: #ffca07;
    color: white;
}

.inside-title span {
    display: block;
    color: #999999;
    font-size: 12px;
    text-transform: none;
    margin-top: 3px;
}

/* testimonials */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p:empty {
    display: none
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    margin: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #f2f2f2;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #000;
    font-weight: bold;

}

#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}


#customers-testimonials .item h2 {
    margin-top: 20px;
    font-size: 16px;
}


.testimonials-section {
    padding-top: 70px;
}

.testimonials-section .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 100px;
    margin: 0 auto;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ffca07;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    border-radius: 100%;
    outline: 0 !important;
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: 0 !important;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #ffca07;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
    outline: 0 !important;
}

h1.title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
}

/* end of testimonials */


.pre-footer {
    background: #f2f2f2;
    padding: 30px 0;
    margin-top: 40px;
}

.pre-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pre-footer-flex .left {
    font-weight: bold;
    font-size: 20px;
}

.pre-footer-flex .left {

}


.pre-footer-flex .right {
    display: flex;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d9d9d9;
    justify-content: space-between;
}

.pre-footer-flex .right p {
    color: #636363;
    font-size: 14px;
    /*width: 50%;*/
    width: 100%;
    font-weight: 500;
}

.pre-footer-flex .right p:nth-child(2) {
    padding-left: 50px;
}


/*footer*/

.footer {
    background: #292929;
    padding: 55px 0;
    color: #8e8e8e;
}

.footer-left-links {
    display: flex;
    margin-top: 20px;
}

.footer-left-links .socials {
    display: flex;
    align-items: center;
}

.info-links {
    display: flex;
    align-items: center;
}

.footer-flex .left p {
    line-height: 25px;
    font-size: 13px;
}

.footer-left-links .socials a {
    margin-right: 20px;
    font-size: 22px;
    color: #7f7f7f;
    transition: 0.3s;
}

.footer-left-links .socials a:hover {
    color: white;
}

.info-links a {
    color: #ffca07;
    transition: 0.3s;
    font-weight: 500;
}

.info-links a:hover {
    font-weight: bold;
    text-decoration: none;
}

.info-links .separator {
    display: block;
    margin: 0 10px;
    color: #999999;
}

.footer-left-logos {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-left-logos a:first-child {
    margin-right: 40px;
}


.footer-flex .right ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none !important;
}

.footer-flex .right ul li {
    list-style-type: none !important;
}

.footer-flex .right ul li a {
    color: #8e8e8e;
    font-size: 13px;
    padding-left: 40px;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    transition: 0.3s;
}

.footer-flex .right ul li a i {
    font-size: 7px;
    margin-left: 5px;
}

.footer-flex .right ul li a:hover {
    color: #ffca07;
    text-decoration: none;
}


.footer-flex {
    display: flex;
    justify-content: space-between;
}


/* grey header */


.grey-heading {
    padding: 50px 0;
    border-top: 10px solid #ffca07;
    text-align: center;
    background: #f2f2f2;
}

.grey-heading h1 {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 50px;
}

.grey-heading p {
    color: #858585;
    font-weight: 500;
}

.grey-heading p.bolded {
    font-weight: bold;
    font-size: 22px;
    color: black;
    margin-bottom: 10px;
}


/* contact */

.contact-flex {
    display: flex;
    justify-content: space-between;
}

.contact-flex .middle {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.contact-flex .middle .item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.contact-flex .middle .item span {
    display: block;
    font-size: 14px;
    color: #636363;
    font-weight: 500;
    font-weight: bold;
}

.contact-flex .middle .item small {
    text-transform: uppercase;
    font-size: 9px;
    position: relative;
    top: -6px;
    left: -3px;
    font-weight: 600;
}


.hours {
    display: flex;
}

.contact-flex .middle .item p {
    font-weight: bold;
}

.contact-flex .middle .item img {
    margin-right: 15px;
}


.contact-flex .top a {
    font-weight: bold;
    font-size: 22px;
    display: block;
    color: black;
    transition: 0.3s;
}

.contact-flex .top a:hover {
    color: #ffca07;
}

.contact-flex .top {
    padding-bottom: 40px;
    padding-top: 70px;
}


.contact-flex .middle > span {
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}


.contact-flex .bottom {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 70px;
}

.contact-flex .bottom p {
    font-weight: bold;
    font-size: 22px;
    margin-right: 40px;
}

.contact-flex .bottom .socials a {
    font-size: 22px;
    color: #b2b2b2;
    transition: 0.3s;
    margin-right: 25px;
}

.contact-flex .bottom .socials a:hover {
    color: black;
    text-decoration: none;
}


/* contact form */

.contact-flex .right {
    width: 50%;
}

#footer-protocol-list {
    margin-top: 50px;
}

#footer-protocol-list li a {
    color: #ffca07;
    transition: .3s;
    font-weight: 500;
}

#footer-protocol-list li a:hover {
    font-weight: 700;
}

.contact-form {
    background: white;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.08);
    padding: 45px;
    padding-bottom: 25px;
    width: 100%;
    position: relative;
    z-index: 100000;
    height: 100%;
}

.contact-form input, .contact-form textarea {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    background: transparent;
    font-size: 14px;
    padding: 5px 0;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.contact-form input:focus, .contact-form textarea:focus {
    outline: 0;
}

.contact-form .oneinput {
    margin-bottom: 20px
}

.contact-form .doubleinput {
    margin-bottom: 20px
}

.contact-form textarea {
    min-height: 130px;
    height: 130px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.contact-form .doubleinput {
    display: flex;

}

.mr10 {
    margin-right: 10px
}

.ml10 {
    margin-left: 10px
}


.titlecontact {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 60px;
    display: block;
}

.contact-form .submit {
    font-weight: bold;
    text-transform: uppercase;
    background: #ffca07;
    border-radius: 30px;
    padding: 12px 30px;
    width: 100%;
    border: none;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    top: 15px;
}

.contact-form .submit:hover {
    background: black;
    color: #ffca07;
}

.googlemap {
    overflow: hidden;
    position: relative;
    margin-top: -80px;
}

#map {
    width: 100%;
    height: 400px;
    max-height: 100vh;
    z-index: 0;
    overflow: visible !important;
}

.contact-section {
    padding-bottom: 50px;
}

/* about us page */

.about-us .toptext {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 24px;
}


.about-us .bottom-flex {
    display: flex;
    margin-bottom: 50px;
}

.about-us .bottom-flex .item {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 50px;
}

.about-us .bottom-flex .item img {
    height: 67px;
    object-fit: contain;
    margin-bottom: 10px;
}


.about-us .bottom-flex .item span {
    display: block;
    margin: 15px 0;
    font-weight: bold;
    font-size: 18px;
}

.about-us .bottom-flex .item p {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 500;
}

.about-us .bottom-flex .item p a {
    color: #ffca07;
}


/* resindetal plumbing */

.heading-flex-icons {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.heading-flex-icons .item {
    display: flex;
    align-items: center;
    margin: 0 50px;
}

.heading-flex-icons .item img {
    margin-right: 20px
}

.heading-flex-icons .item p {
    font-size: 14px;
    margin-bottom: 0;
}


/* faq */

/* faqs */

.accordion a.title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #636363;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0;
}

.accordion a.title:hover,
.accordion a.title:hover::after {
    cursor: pointer;
    color: #ffd41e;
}


.accordion a.title:hover::after {
    border: 1px solid #ffd41e;
}

.accordion a.title.active {
    color: #ffd41e;
    border-bottom: 1px solid #ffd41e;
}

.accordion a.title::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 0;
    border: 1px solid;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    font-size: 14px;
}

.accordion a.title.opened::after {
    content: "\f068";
}


.learnmore {
    font-size: 13px;
    color: #ffca07;
    display: block;
    margin-top: 8px;
}

.learnmore i {
    font-size: 6px;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.accordion .content {
    display: none;
    padding: 15px;
    padding-right: 0;
}

.accordion .content p {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
}


.faqs .rows {
    display: flex;
}

.faqs .rows > div {
    width: 50%;
}

.faq-title {
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}


.faqs {
    margin-bottom: 50px;
    margin-top: 50px
}


.backtolink {
    color: #636363;
    font-size: 14px;
    transition: 300ms all;
    display: flex;
    align-content: center;
    justify-content: center;
}

.backtolink:hover {
    color: #ffca07;
}

.backtolink img {
    margin-right: 7px;
    object-fit: contain;
    position: relative;
    top: -1px
}


/* services page*/

.services-content {
    margin: 50px 0;
}

.boldedsection {
    font-weight: bold;
}


.quote {
    margin: 50px 0;
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #e7eaed;
    border-bottom: 1px solid #e7eaed;

}

.quoteimg {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    background: white;
    padding: 0 15px;
}

.author {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    text-align: center;

}

.author span {
    padding: 0 15px;
    background: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.quotetext {
    color: #636363;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}


.services-lists {
    display: flex;
    margin-top: 50px;
}

.services-lists span.title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.services-lists .item {
    width: 50%
}

.services-lists .item li {
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: 500;
}

.services-lists .item ul {
    padding-left: 15px;
}

.services-lists .item img {
    margin-right: 10px;
}


.services-lists li span {
    color: #ffca07;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}


/* bathroom-slider */

#bathroom-text .top-text {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 24px;
}

.bathroom-slider {
    position: relative;
    margin-bottom: 60px;
}

.bathroom-slider img {
    height: 520px;
    width: 100%;
    object-fit: cover;
    border-top: 8px solid black;
    border-bottom: 8px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;
}

.bathroom-slider i {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: silver;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.bathroom-slider .bath-next {
    right: 27%;
}

.bathroom-slider .bath-next:before {
    position: relative;
    left: 2px;
}

.bathroom-slider .bath-previous:before {
    position: relative;
    right: 2px;
}

.bathroom-slider .bath-previous {
    left: 27%;
}

.bathroom-slider i:hover {
    background: #ffca07;
    color: white;
}

/* membership s*/

.membership-flex {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    text-align: left;
}

.membership-flex span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.membership-flex p {
    font-weight: 300;
    font-size: 14px;
}


/* blog */

.blog-grid {
    margin-top: -105px;
    padding-bottom: 200px;
    position: relative;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.blog-grid article {
    position: relative;
    overflow: hidden;
}

.blog-grid article img.wp-post-image {
    max-width: 100%;
    width: 100%;
    height: 170px;
}


.blog-grid article .entry-content {
    padding: 20px 15px;
    padding-bottom: 60px;
    max-height: 170px;
}

.blog-grid article * {
    transition: 300ms all;
}


.blog-grid article .entry-content {
    position: relative;
    top: 0;
    transition: 400ms all;
    background: white;
    overflow: hidden;
}

.blog-grid article .entry-content h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color: black !important;
}

.blog-grid article .entry-content h2 a {
    color: black !important
}

.blog-grid article .entry-content p {
    font-size: 14px;
    color: 999999;
    line-height: 20px;
    overflow: hidden;
    transition: 300ms all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid article {
    height: 400px;
    max-height: 400px;
    min-height: 400px;
}

.blog-grid article:hover .entry-content {
    top: -170px;
    max-height: 330px;
}

.blog-grid article:hover p {
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-grid article .entry-content a {
    color: #ffca07
}


.navigation {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.posts-navigation {
    display: none
}

.wp-paginate .title {
    display: none
}


body .wp-paginate a {
    border-radius: 100%;
    background: transparent;
    color: black;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}

body .wp-paginate .current {
    font-size: 12px;
    border-radius: 100%;
    background: #ffca07;
    color: white;
    border: none;
    padding: 5px 10px;
}


.blog-item-page {
    margin-top: -100px;
}

.blog-item-page .post-thumbnail img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog-item-page .readmore {
    display: none
}

.blog-item-page .entry-content h1 {
    display: none
}

.blog-item-page .entry-content p {
    padding-left: 20px;
    color: #999999;
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 60px;
}

.blog-item-page article {
    margin-bottom: 100px
}

.blog-item-page .navigation {
    display: none;
}

#comments {
    text-align: left
}

body .wpcd-comment-listing-wrap .wpcd-comments-title {
    text-align: left;
    font-size: 16px
}


body .wpcd-comment-template-1 {
    padding: 15px;
}

body .wpcd-comment-template-1 .wpcd-comment {
    padding-top: 10px
}

body .wpcd-template-1 .wpcd-comment-listing-wrapper > ul.wpcd-comment-list {
    border: 1px solid #eaeaea;
}

.logged-in-as {
    margin-top: 20px;
}

.logged-in-as a:nth-child(2) {
    margin-left: 10px;
}

.logged-in-as a:nth-child(1) {
    color: #ffca07;
}


.wpcd-template-1 textarea {
    width: 100%;
    min-width: 100%;
    min-height: 100px;
    background-color: white !important;
    border: 1px solid #eaeaea;
    max-width: 100%;
}

.wpcd-template-1 textarea:focus {
    outline: none !important;
    border: 1px solid #ffca07 !important;
}

.wpcd-comments-title {
    display: none !important
}

#wpcd-comments {
    border-top: 1px solid #eaeaea;
    padding-left: 40px;
}


body .wpcd-template-1 .wpcd-form-submit input.wpcd-comment-form-submit {
    padding: 10px 25px;
    border-radius: 40px;
    border: 3px solid #ffca07;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    transition: 0.3s;
    margin-right: 20px;
    line-height: unset;
    cursor: pointer;
    padding: 0 30px;
}

body .wpcd-template-1 .wpcd-form-submit input.wpcd-comment-form-submit:hover {
    border: 3px solid #ffca07;
    background: #ffca07 !important;
    color: white !important;
}


body .wpcd-value-div input {
    background-color: white !important;
    border: 1px solid #eaeaea;
    height: 45px !important;
    line-height: 45px !important;
}

body .wpcd-value-div input:focus {
    outline: 0 !important;
    border: 1px solid #ffca07 !important;
}

#wpcd-comments {
    padding-left: 0 !important
}


.row-section {
    margin-bottom: 40px;
}

.services-content ul, .entry-content ul {
    padding-left: 40px;
}

.services-content li::before, .entry-content li::before {
    content: "• ";
    color: #ffca07;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.services-content li, .entry-content li {
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: 500;
}


input[type="text"], input[type="email"], input[type="url"], input[type="tel"] {
    padding: 5px 0 !important
}


span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.blog-grid article .entry-content * {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #999999 !important;
}

.blog-grid article .entry-title a {
    font-weight: bold !important;
    font-size: 18px !important;
    color: black !important;
}


/*MEMEBERSHIP - COMING SOON*/

.membership {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    color: #FFCA08;
}

p.trait-link,
p.bottomyear {
    padding-left: 40px;
}

.trait-link {
    margin-top: 55px;
}

p.trait-link a {
    color: #FFCA08 !important;
}

p.trait-link a:hover {
    color: #fff !important;
}


.testimonials-section .owl-carousel .owl-item img.img-circle {
    width: 100%;
    margin-bottom: 0;
    object-fit: contain;
    max-width: 200px;
    height: 70px;
}

#google-testimonials {
    /*height: 500px !important;*/
    padding: 30px 0;
}

.services-content a,
.services-list-home li a {
    color: #ffca07;
    /*color: #000;*/
}

.services-content a:hover,
.services-list-home li a:hover {
    color: #ffca07;
}

.wp-google-place {
    display: none !important;
}

/*
=========================
THANK YOU
=========================
 */
#thank-you-section {
    padding: 100px 0;
    background: #e9e9e9;
}

#thank-you-wrapper {
    width: 700px;
    max-width: 100%;
    padding: 85px 20px;
    border-radius: 20px;
    filter: drop-shadow(0px 10px 13.5px rgba(0, 0, 0, 0.03));
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;

}

#thank-you-wrapper h1 {
    font-size: 61px;

    color: #000000;
    font-weight: 400;
}

#thank-you-wrapper h3 {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

#thank-you-wrapper p {
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    font-weight: 400;
}

/*
==========================
COVID-19 PROTOCOL
==========================
 */

#protocols-section,
#videos-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding: 200px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#protocols-section {
    display: none !important;
}

body.fixed {
    overflow: hidden;
}

#show-protocol-mobile,
.display-mobile {
    display: none !important;
}

#protocols-section.visible,
#videos-section.visible {
    opacity: 1;
    z-index: 9999999999999999;
}

.protocols-wrapper {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 850px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.videos-wrapper {
    width: 991px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.protocols-modal,
.videos-wrapper {
    border-radius: 20px;
    filter: drop-shadow(0px 35px 25.5px rgba(0, 0, 0, 0.3));
    background-color: #ffffff;
    position: relative;
    display: block;

}

.protocol-modal-content {
    padding: 50px 80px 0 50px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.videos-modal-content {
    padding: 50px 30px;
    width: 100%;

}

.modal-heading {
    font-size: 52px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

/*.protocol-modal-content p,*/
/*.protocol-footer p {*/
/*    font-size: 16px;*/
/*    color: #636363;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*}*/

.protocol-sub {
    width: 680px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*#protocol-phone .phone-image {*/
/*    mask: url("/wp-content/uploads/2023/01/Phone.svg");*/
/*    -webkit-mask: url('/wp-content/uploads/2023/01/Phone.svg');*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    fill: #000;*/
/*}*/

#protocols-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.protocol-wrapper {
    width: 50%;
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 25px;

}

.protocol-icon {
    width: 70px;
    flex-basis: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*.protocol-text {*/
/*    width: calc(100% - 70px);*/
/*    flex-basis: calc(100% - 70px);*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    !*padding-left: 5px;*!*/
/*}*/

.protocol-text p {
    text-align: center;
    margin-bottom: 35px;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
}

.protocol-text #protocol-phone {
    font-size: 38px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

#protocol-logo {
    width: 155px;
    max-width: 100%;
    margin: 0 auto 40px auto;
    display: block;
}

#protocol-phone {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#protocol-phone span {
    margin-right: 10px;
}

.protocol-footer {
    padding: 30px;
    text-align: center;
}

.protocol-footer p {
    max-width: 100%;
    width: 710px;
    margin: 0 auto;
    text-align: center;
}

.protocol-footer a.special {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 40px !important;
}

#close-protocol,
#close-videos {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffca07;
    text-decoration-line: none;
}

#close-protocol i,
#close-videos i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 12px;
    line-height: 10px;
}

#close-protocol:hover i,
#close-videos:hover i {
    color: #000;
}

#home-video-modal {
    height: auto;
    width: 100%;
}

#hero-home .jumbo-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#hero-home .jumbo-flex .right {
    padding: 0 20px;
    text-align: center;
    width: calc(100% - 560px);
    max-width: 100%;
    justify-content: center;
}

#play-video,
#play-video-mobile {
    width: 101px;
    height: 101px;
    border-radius: 50%;
    position: relative;
    background-color: #ffca07;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#play-video i,
#play-video-mobile i {
    color: #fff;
    padding-left: 10px;
    font-size: 40px;
}

#play-video-mobile {
    display: none !important;
}

#scroll-top {
    opacity: 0;
}

#scroll-top.visible {
    opacity: 1;
}

#scroll-top {
    display: block;
    width: 40px;
    height: 40px;
    border: 3px solid #ffca07;
    border-radius: 50%;
    background: #FFF;
    position: fixed;
    /*bottom: 20px;*/
    /*right: 20px;*/
    bottom: 90px;
    right: 37px;
    z-index: 3;
    text-align: center;
    transition: .3s all;
}

#scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}

#scroll-top:hover {
    background: #ffca07;
}

.show-mobile {
    display: none;
}

.feedback-footer {
    display: none !important;
}

.feedback-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100vh;
}

.page-template-page-feedback #fb-root {
    display: none !important;
}

#feedback-logo-wrapper {
    text-align: center;

    width: 100%;
    flex-basis: 100%;
    padding-top: 40px;
}

#feedback-logo-wrapper img,
#feedback-logo-wrapper p {
    margin-bottom: 20px;
}

.logo-subtitle {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat"
}

#feedback-form-wrapper {
    width: 100%;
    flex-basis: 100%;
    padding: 60px 0;
}

#feedback-form-wrapper .gsurvey-rating {
    width: 100px;
    margin: 0 auto;
    display: block;
    float: none;
}


#feedback-form-wrapper .gsurvey-rating > input:checked ~ label {
    background-image: url('/wp-content/uploads/2022/09/star.png');
    width: 20px;
    height: 20px;
    font-size: 20px !important;
    background-size: 20px 20px;
}

#feedback-form-wrapper .gsurvey-rating:not(:checked) > label:hover,
#feedback-form-wrapper .gsurvey-rating:not(:checked) > label:hover ~ label {
    background-image: url('/wp-content/uploads/2022/09/star.png');
}

#feedback-form-wrapper .gsurvey-rating:not(:checked) > label {
    background-image: url('https://son-riseplumbing.ca/wp-content/uploads/2022/09/empty-star.png');
    width: 20px;
    height: 20px;
    font-size: 20px !important;
    background-size: 20px 20px;
}

#feedback-form-wrapper .gform_wrapper {
    filter: drop-shadow(-0.471px 26.996px 19px rgba(0, 0, 0, 0.08));
    width: 878px;
    max-width: calc(100% - 30px);
    margin: 0 auto;

    border-radius: 10px;
    background-color: #ffffff;
    border-top: 7px solid #ffca07;
    padding: 50px 90px;
}

#feedback-form-wrapper h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    width: 100%;
}

#feedback-form-wrapper .gsurvey-rating-wrapper {
    margin: 10px auto 10px auto;
}

#feedback-form-wrapper .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px;
}

#feedback-form-wrapper .gform_wrapper .gfield_label {
    font-size: 14px;
    line-height: 16px;
    color: #636363;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

#feedback-form-wrapper .gform_wrapper .gfield_required {
    display: none;
}

#feedback-form-wrapper .gform_wrapper.gravity-theme .gfield input,
#feedback-form-wrapper .gform_wrapper.gravity-theme .gfield select,
#feedback-form-wrapper .gform_wrapper.gravity-theme .gfield textarea {
    border-radius: 3px;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.0196078431372549);
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 18px;
    color: #989898;
    font-weight: 400;
    padding: 12px 15px !important;
}

#feedback-form-wrapper input::placeholder,
#feedback-form-wrapper option.gf_placeholder::placeholder,
#feedback-form-wrapper textarea::placeholder {
    font-size: 14px;
    line-height: 42px;
    color: #989898;
    font-weight: 400;
}

#feedback-form-wrapper .gform_wrapper.gravity-theme .gfield textarea {
    height: 140px;
}

#gform_submit_button_1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 33px;
    background-color: #ffffff;
    border: 3px solid #ffca07;
    padding: 25px;
}

#feedback-form-wrapper h2.gform_submission_error {
    font-size: 18px;
    color: #c02b0a;
}

#gform_confirmation_message_1 {
    display: block;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.feedback-wrapper {
    width: 704px;
    max-width: 100%;
    border-radius: 10px;
    filter: drop-shadow(-0.471px 26.996px 19px rgba(0, 0, 0, 0.24));
    background-color: #ffffff;
    border-top: 7px solid #ffca07;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.feedback-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0;
}

.feedback-header p {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}

.feedback-body {
    padding: 40px 0;
}

.feedback-body .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.feedback-body p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

#review-media-1 span {
    width: 114px;
    height: 40px;
    display: inline-block;
    background: #ffca07;
}

.feedback-body a {
    font-size: 40px;
    color: #ffca07;
    text-decoration-line: none;
    padding: 0 10px;
}

#close-confirmation {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7a7a7a;
}

#input_1_10 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

#social-links-wrapper {
    width: 100%;
}

#social-links-wrapper .row {
    display: flex;
    margin: 0 -15px;
}

.social-wrapper {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 100%;
    padding: 0 5px;
}

.social-inner {
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    border-top: 6px solid #ffca07;
    height: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(133, 133, 133, .3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(133, 133, 133, .3);
    box-shadow: 0px 5px 5px 0px rgba(133, 133, 133, .3);
}

.social-title-wrapper {
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    min-height: 100px;
}

.title-wrapper {
    width: 220px;
    flex-basis: 220px;
    max-width: 100%;
}

.title-wrapper p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    line-height: 24px;
}

.icon-wrapper {
    width: 60px;
    flex-basis: 60px;
    max-width: 100%;
    text-align: right;
}

.social-content {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
    height: calc(100% - 100px);
}

.social-link {
    font-size: 48px;
    margin: 0 15px;
    color: #ffca07;
    text-decoration-line: none;
}

.social-link:hover,
.social-link:focus {
    color: #000;
}

.social-button {
    display: block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.social-button span {
    background: #ffca07;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    display: block;
    margin: 0 auto;
    float: none;
}

.social-button:hover span {
    background: #000;
}

#social-button-1 span {
    mask: url('/wp-content/uploads/2022/09/google-1.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2022/09/google-1.svg') no-repeat center;
    width: 137px;
    height: 47px;
}

#social-button-2 span {
    mask: url('/wp-content/uploads/2022/09/facebook.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2022/09/facebook.svg') no-repeat center;
    width: 165px;
    height: 34px;
}

.feedback-button {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 20px;
    border: 3px solid #ffc907;
    text-decoration-line: none;
    border-radius: 33px;
    text-align: center;
}

.feedback-button:hover {
    background: #ffc907;
}

#social-links-wrapper {
    background-image: url("/wp-content/uploads/2022/09/banner-bg.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: auto;
    padding: 70px 0;
}

#social-links-wrapper .container {
    margin-top: -175px;
}

.page-template-page-social #feedback-logo-wrapper {
    margin-bottom: 200px;
}

/*
=========================
NEW FOOTER
==========================
 */
footer {
    background: #292929;
    padding: 55px 0;
    color: #8e8e8e;

}

footer .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#footer-bottom-row {
    align-items: center;
}

.footer-left {
    width: 60%;
    flex-basis: 60%;
    max-width: 100%;
    justify-content: flex-start;
}

.footer-right {
    width: 40%;
    flex-basis: 40%;
    max-width: 100%;
    justify-content: flex-end;
}

footer .column {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-basis: 450px;
    width: 450px;
    max-width: 100%;
    margin-bottom: 30px !important;
}

footer .footer-menu li {
    list-style-type: none !important;
    width: 50%;
    flex-basis: 50%;
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
}

footer .footer-menu li a {
    font-size: 14px;
    line-height: 36px;
    color: #8e8e8e;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .footer-menu li a:hover {
    color: #ffca07;
    text-decoration: none;
}

footer .footer-menu li a i {
    font-size: 7px;
    margin-left: 5px;
}

footer .footer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 15px;
    width: 100%;
    justify-content: flex-end;
}

footer .footer-social-links li a {
    color: #7f7f7f;
    margin-right: 14px;
    font-size: 22px;
}

footer .footer-social-links .info-links a {
    margin-right: 0;
}

footer .footer-social-links li a:hover {
    color: #FFF;
}

footer .footer-social-links .info-links a {
    font-weight: 700;
    color: #ffca07;
    font-size: 22px;
}

footer .info-links a :hover {
    color: #FFF;
}


.working-hours p {
    font-size: 13px;
    line-height: 18px;
    color: #8e8e8e;
    font-weight: 300;
    text-align: right;
    margin-bottom: 3px;
}

#footer-bottom-left ul li a,
#footer-bottom-left span, #footer-bottom-left span a {
    font-size: 12px;
    line-height: 26px;
    color: #8e8e8e;
    font-weight: 300;
}

#footer-bottom-left ul li a {
    padding: 0 10px;
    position: relative;
}

#year {
    padding-right: 10px;
}

#footer-bottom-left ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    height: 12px;
    width: 1px;
    background-color: #8e8e8e;
}

#footer-bottom-left .craft {
    padding-left: 10px;
    position: relative;
}

#footer-bottom-left .craft:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    height: 12px;
    width: 1px;
    background-color: #8e8e8e;
}

#footer-bottom-left a.trait {
    padding-left: 0;
    font-weight: 600;
}

#footer-bottom-left a.trait:before {
    display: none;

}

#footer-bottom-left ul li a:hover {
    color: #FFF;
}

#footer-bottom-left {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#privacy-menu {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.footer-logos a {
    padding: 5px 15px;
}

.contact-form .doubleinput {

    display: block;
}

.ml10 {

    margin-left: 0;
}

.contact-form .oneinput {

    margin-bottom: 0;
}


.contact-form .doubleinput {

    margin-bottom: 8px;
}

.oneinput p, .doubleinput p {

    margin-bottom: 0;
}


.contact-form input {

    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}


.contact-form textarea {

    min-height: 90px;
    height: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}


.titlecontact {

    text-align: center;
}


.owl-carousel .owl-item, .owl-carousel {
    direction: ltr !important;
};
