@import url('https://fonts.cdnfonts.com/css/poppins');
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
*,*::before,*::after{box-sizing:border-box;}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0;padding:0;}ul,ol,menu{list-style:none;padding:0;margin:0;}a{text-decoration:none;color:inherit;}body{min-height:100vh;line-height:1.5;font-family:'Poppins',sans-serif;background-color:#fff;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto;}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0;outline:none;&:focus{outline:unset;outline-offset:unset;}}button{background:none;border:none;cursor:pointer;}table{border-collapse:collapse;width:100%;}
:root{--color-primary:#1E3A8A;--color-secondary:#0C1C27;--color-section-title:#b6b2b2;--color-section-border:#b6b2b2;--color-input-fill:#FAFAFA;--color-input-border:#D9D9D9;--color-input-text:#646E75;--color-primary-hover:#0C1C27;--color-white:#fff;--color-accent:#ECA830;}h2{font-size:48px;font-weight:bold;color:var(--color-primary);text-align:center;line-height:57px;}.section-title{margin-bottom:20px;text-align:center;}.section-title span{font-size:14px;color:var(--color-section-title);font-weight:600;padding:10px 20px;border:2px solid var(--color-section-border);border-radius:50px;}.bg-primary .section-title span{color:var(--color-white);border:2px solid var(--color-white);}.bg-primary h2{color:var(--color-white);}.description{padding-top:25px;font-size:16px;text-align:center;}.container{max-width:1300px;margin:0 auto;padding:0 20px;}.scrolled{background-color:var(--color-white);}.scrolled span{color:var(--color-primary) !important;}.flex{display:flex;justify-content:space-between;align-items:center;}.f-align-top{align-items:flex-start;}.f-center-all{justify-content:center;align-items:center;}.img-wrapper{position:relative;width:100%;}.img-wrapper::before{content:"";display:block;padding-top:100%;}.img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}.blue-tint::after{transition:.2s ease-in-out;content:'';position:absolute;inset:0;background-color:#1E3A8A;mix-blend-mode:color;opacity:1;pointer-events:none;}.bg-primary{background-color:var(--color-primary);}.uppercase{text-transform:uppercase;}.bold{font-weight:bold;}.full-vh{height:100vh;}.cta-btn{text-align:center;}button{background:var(--color-primary);font-size:16px;color:var(--color-white);padding:10px 6px 10px 20px;border-radius:50px;transition:0.2s ease-in-out;cursor:pointer;width:fit-content;align-items:center;}button span{margin-left:3px;padding:5px 8px;background:var(--color-white);border-radius:50px;}button span i{color:var(--color-primary);display:inline-block;}button span i::before{transition:0.2s ease-in-out;display:inline-block;}button:hover{background:var(--color-primary-hover);}button:hover span i::before{transform:rotate(45deg);}#contact-us-status.loading,#download-status.loading{padding:10px;margin-bottom:15px;border-radius:4px;background-color:#fff8c0;color:#41360f;}#contact-us-status.error,#download-status.error{padding:10px;margin-bottom:15px;border-radius:4px;background-color:rgb(248,215,218);color:rgb(114,28,36);}#contact-us-status.success,#download-status.success{padding:10px;margin-bottom:15px;border-radius:4px;background-color:#d4edda;color:#155724;}header{position:absolute;z-index:2;top:0;left:0;width:100%;color:var(--color-primary);padding:10px 0;transition:0.2s ease-in-out;}header nav .logo a{display:flex;align-items:center;}header nav .logo a .img-wrapper{width:18%;}header nav .logo a .logo-txt{line-height:25px;width:52%;}header nav .logo a .logo-txt span{color:var(--color-white);font-size:24px;}header nav .logo a .logo-txt span:nth-child(2),header nav .logo a .logo-txt span:nth-child(3){color:var(--color-primary);}header nav ul{display:flex;}header nav ul li{padding:0 10px;}header nav ul li a{transition:0.2s ease-in-out;}header nav ul li a:hover,header nav ul li a.is-active{font-weight:bold;}header nav .menu-sp{display:none;}#hero{height:100vh;background:url('/themes/custom/edmonton/img/hero/hero.jpg') no-repeat center center / cover;}#hero .txt{width:60%;}#hero .txt h1{font-size:96px;color:var(--color-white);line-height:80px;}#hero .txt p{font-size:20px;color:var(--color-primary);padding-top:30px;}#hero .form{width:40%;padding:20px;border-radius:20px;background:rgba(255,255,255,0.2);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.3);}#hero .form form input,#hero .form form select{width:100%;padding:10px;font-size:14px;border-radius:10px;background-color:var(--color-input-fill);border:1px solid var(--color-input-border);margin-bottom:10px;color:var(--color-input-text);}#hero .form form .address-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;}#hero .form form .address-wrapper input{width:calc(50% - 5px);}#hero .form form .consent-wrapper{display:flex;justify-content:space-between;margin-bottom:20px;}#hero .form form .consent-wrapper input{width:20px;margin:0;}#hero .form form .consent-wrapper label{width:calc(100% - 30px);font-size:14px;color:var(--color-secondary);}#what-we-do{padding:70px 0;}#what-we-do .img-grid{margin-top:70px;margin-bottom:100px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}#what-we-do .img-grid .item-wrapper{border-radius:20px;overflow:hidden;position:relative;}#what-we-do .img-grid .item-wrapper .img-wrapper img{object-fit:cover;width:100%;height:100%;}#what-we-do .img-grid .item-wrapper:hover .blue-tint::after{opacity:0;}#how-it-works{padding:70px 0;}#how-it-works .how-item-wrapper{padding-top:120px;}#how-it-works .how-item-wrapper .how-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;}#how-it-works .how-item-wrapper .how-item:nth-child(even){flex-direction:row-reverse;}#how-it-works .how-item-wrapper .how-item .how-img-wrapper{border-radius:20px;overflow:hidden;width:calc(50% - 20px);}#how-it-works .how-item-wrapper .how-item .how-img-wrapper .img-wrapper::before{padding-top:56.2%;content:'';display:block;}#how-it-works .how-item-wrapper .how-item .how-img-wrapper .img-wrapper img{object-fit:cover;}#how-it-works .how-item-wrapper .how-item .how-text-wrapper{position:relative;width:calc(50% - 20px);}#how-it-works .how-item-wrapper .how-item .how-text-wrapper span{font-size:96px;font-weight:bold;color:var(--color-section-title);position:absolute;top:-40px;left:0;}#how-it-works .how-item-wrapper .how-item .how-text-wrapper .text{padding-left:100px;}#how-it-works .how-item-wrapper .how-item .how-text-wrapper .text h3{font-size:40px;font-weight:bold;color:var(--color-secondary);line-height:45px;word-wrap:break-word;}#how-it-works .how-item-wrapper .how-item .how-text-wrapper .text p{padding-top:40px;font-size:16px;color:var(--color-secondary);}#testimonials{padding:70px 0;}#testimonials .testimonials-swiper{padding:70px 0;overflow:hidden;}#testimonials .testimonials-swiper .testimonial-item{padding:20px;background-color:var(--color-white);border-radius:20px;}#testimonials .testimonials-swiper .testimonial-item .quote i{font-size:96px;color:var(--color-primary);line-height:0;}#testimonials .testimonials-swiper .testimonial-item .text{position:relative;overflow:hidden;min-height:200px;max-height:200px;color:var(--color-secondary);}#testimonials .testimonials-swiper .testimonial-item .text::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(255,255,255,0.8),transparent);}#testimonials .testimonials-swiper .testimonial-item .author-wrapper{display:flex;align-items:center;padding-top:20px;}#testimonials .testimonials-swiper .testimonial-item .author-wrapper .img-wrapper{width:56px;border-radius:50px;overflow:hidden;}#testimonials .testimonials-swiper .testimonial-item .author-wrapper .img-wrapper img{object-fit:cover;}#testimonials .testimonials-swiper .testimonial-item .author-wrapper .name{padding-left:15px;}#testimonials .testimonials-swiper .testimonial-item .author-wrapper .name span{font-size:16px;color:var(--color-secondary);font-weight:600;}#testimonials .testimonials-swiper .testimonial-item .author-wrapper .name .stars-wrapper{display:flex;}#testimonials .testimonials-swiper .testimonial-item .author-wrapper .name .stars-wrapper i{color:var(--color-accent);}#testimonials button.read-more{background:var(--color-white);color:var(--color-primary);}#testimonials button.read-more span{background:var(--color-primary);}#testimonials button.read-more span i{color:var(--color-white);}#benefits{padding:70px 0;}#benefits .benefits-wrapper{padding-top:70px;}#benefits .benefits-wrapper h4{font-size:96px;color:var(--color-input-text);text-align:center;}#benefits .benefits-wrapper .benefits{align-items:center;display:flex;flex-wrap:wrap;gap:30px;}#benefits .benefits-wrapper .benefits .benefits-img{width:calc(50% - 15px);border-radius:20px;overflow:hidden;}#benefits .benefits-wrapper .benefits .benefits-img .img-wrapper::before{content:'';display:block;padding-top:56.2%;}#benefits .benefits-wrapper .benefits .benefits-img .img-wrapper img{object-fit:cover;width:100%;height:auto;}#benefits .benefits-wrapper .benefits .benefits-text{width:calc(50% - 15px);}#benefits .benefits-wrapper .benefits .benefits-text p{font-size:20px;}#benefits .benefits-wrapper .benefits .benefits-text .cta-btn{padding-top:70px;text-align:left;}#contact-us{padding:70px 0;}#contact-us .contact-wrapper{padding-top:20px;}#contact-us .contact-wrapper .contact-form{width:calc(50% - 30px);}#contact-us .contact-wrapper .contact-form form input,#contact-us .contact-wrapper .contact-form form textarea{width:100%;padding:10px;font-size:14px;border-radius:10px;background-color:var(--color-input-fill);border:1px solid var(--color-input-border);margin-bottom:20px;color:var(--color-input-text);}#contact-us .contact-wrapper .contact-form form .consent-wrapper{display:flex;justify-content:space-between;margin-bottom:50px;}#contact-us .contact-wrapper .contact-form form .consent-wrapper input{width:20px;margin:0;}#contact-us .contact-wrapper .contact-form form .consent-wrapper label{width:calc(100% - 30px);font-size:14px;color:var(--color-secondary);}#contact-us .contact-wrapper .contact-img{width:50%;border-radius:20px;overflow:hidden;}#contact-us .contact-wrapper .contact-img .img-wrapper::before{content:'';display:block;padding-top:75%;}#contact-us .contact-wrapper .contact-img .img-wrapper img{object-fit:cover;width:100%;height:100%;}#footer{padding:70px 0;display:flex;justify-content:space-between;}#footer .footer-wrapper{display:flex;flex-wrap:wrap;align-items:normal;width:100%;}#footer .footer-wrapper .footer-item{width:calc(25% - 10px);color:var(--color-white);padding:0 20px;}#footer .footer-wrapper .footer-item .logo{padding-bottom:20px;}#footer .footer-wrapper .footer-item .logo a{display:flex;align-items:center;}#footer .footer-wrapper .footer-item .logo a .img-wrapper{width:18%;}#footer .footer-wrapper .footer-item .logo a .logo-txt{line-height:25px;padding-left:10px;}#footer .footer-wrapper .footer-item .logo a .logo-txt span{font-size:24px;padding-bottom:0;}#footer .footer-wrapper .footer-item p{padding-bottom:20px;}#footer .footer-wrapper .footer-item span{display:block;font-size:24px;font-weight:bold;padding-bottom:30px;}#footer .footer-wrapper .footer-item span i{padding-right:30px;}#footer .footer-wrapper .footer-item ul li{padding-bottom:15px;}#footer .footer-wrapper .footer-item ul li a{color:var(--color-white);display:flex;align-items:center;word-break:break-word;}#footer .footer-wrapper .footer-item ul li a i{padding-right:20px;font-size:18px;}#footer .footer-wrapper .footer-item:nth-child(1){padding:0;}#footer .footer-wrapper .footer-item:nth-child(1) span{font-size:32px;}.not-front-page header,.user-logged-in header{position:relative;z-index:1;background-color:var(--color-white);box-shadow:0 2px 4px rgba(0,0,0,0.1);}.not-front-page header .logo-txt span,.user-logged-in header .logo-txt span{color:var(--color-primary) !important;}#banner{position:relative;height:400px;}#banner::before{content:'';display:block;width:100%;height:100%;inset:0;background-color:#000;opacity:0.5;position:absolute;}#banner .flex{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;}#banner .flex h1{font-size:64px;color:var(--color-white);}#testimonials-page #banner{background:url('/themes/custom/edmonton/img/testimonials/banner/banner.jpg') no-repeat center center/cover;}#testimonials-page #featured-reviews{padding-top:50px;}#testimonials-page #featured-reviews .featured-item{width:calc(50% - 10px);padding:20px;}#testimonials-page #featured-reviews .featured-item h3{font-size:32px;font-weight:600;color:var(--color-primary);}#testimonials-page #featured-reviews .featured-item .cta-btn{margin-top:50px;text-align:left;}#testimonials-page #featured-reviews .featured-item .swiper .avatar-wrapper{position:relative;padding:40px;}#testimonials-page .featured-avatar{display:flex;justify-content:center;}#testimonials-page .featured-avatar .testimonial-img{width:200px;border-radius:100px;overflow:hidden;}#testimonials-page .testimonial-img img{object-fit:cover;}#testimonials-page .avatar-wrapper .quote{position:absolute;right:30%;top:7%;font-size:58px;width:68px;height:68px;background:var(--color-primary);border-radius:50px;line-height:1.2;color:white;text-align:center;}#testimonials-page .testimonial-content{display:flex;flex-direction:column;gap:20px;}#testimonials-page .testimonial-content p{font-size:20px;}#testimonials-page .testimonial-content .rating-wrapper{padding-top:20px;border-top:1px solid var(--color-secondary);}#testimonials-page .testimonial-content .rating-wrapper span{font-size:16px;font-weight:600;}#testimonials-page .testimonial-content .rating-wrapper .stars-wrapper i{color:var(--color-accent);}#testimonials-page #featured-reviews .featured-item:nth-child(2){box-shadow:rgba(0,0,0,0.1) 0px 4px 12px;background:var(--color-white);border-radius:20px;}#testimonials-page #testimonial-grid{padding:70px 0;}#testimonials-page #testimonial-grid .testimonial-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}#testimonials-page .testimonial-item{box-shadow:rgba(0,0,0,0.1) 0px 4px 12px;padding:20px;border-radius:20px;}#testimonials-page .testimonial-item .content{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--color-secondary);}#testimonials-page .testimonial-item .img-auth{display:flex;gap:10px;}#testimonials-page .testimonial-item .img-auth .img-wrapper{width:50px;border-radius:50px;overflow:hidden;}#testimonials-page .testimonial-item .img-auth .img-wrapper img{object-fit:cover;}#testimonials-page .testimonial-item .img-auth .stars-wrapper{color:var(--color-accent);}#testimonials-page .testimonial-item .quote{font-size:32px;color:var(--color-white);line-height:1;height:32px;border-radius:50px;background:var(--color-primary);}#testimonials-page .testimonial-item p{font-size:12px;padding-top:10px;}#testimonials-page #testimonial-grid .cta-btn{margin-top:50px;}#faq-page #banner{background:url('/themes/custom/edmonton/img/faq/banner/banner.jpg') no-repeat center center/cover;}#faq-page #citation{padding:50px 0;}#faq-page #citation .grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;}#faq-page #citation .grid h3{font-size:32px;font-weight:600;color:var(--color-primary);}#faq-page #citation .grid-item{display:flex;justify-content:center;}#faq-page #citation .grid-img{width:400px;border-radius:100%;overflow:hidden;background-color:var(--color-accent);}#faq-page #citation .grid-img .img-wrapper img{object-position:bottom;}#faq-page #accordion{padding:60px 0;}#faq-page #accordion .container{max-width:900px;}#faq-page #accordion .accordion-item{border-bottom:1px solid #ddd;margin-bottom:10px;overflow:hidden;transition:box-shadow 0.3s ease;}#faq-page #accordion .accordion-header{color:var(--color-primary);padding:1rem;cursor:pointer;font-size:24px;font-weight:600;display:flex;justify-content:space-between;align-items:center;}#faq-page #accordion .accordion-header:hover{background:var(--color-primary);color:var(--color-white);}#faq-page #accordion .accordion-content{color:var(--color-input-text);max-height:0;overflow:hidden;padding:0 1rem;transition:max-height 0.3s ease,padding 0.3s ease;}#faq-page #accordion .accordion-content.open{padding:1rem;max-height:500px;}#faq-page #accordion .icon{transition:transform 0.3s ease;}#faq-page #accordion .icon i:nth-child(2){display:none;}#faq-page #accordion .icon.open i:nth-child(1){display:none;}#faq-page #accordion .icon.open i:nth-child(2){display:block;}#free-guides-page #banner{background:url('/themes/custom/edmonton/img/free_guides/banner/banner.jpg') no-repeat top center / cover;}#free-guides-page #description{padding:50px 0;}#free-guides-page #description p{font-size:32px;font-weight:600;color:var(--color-primary);}#free-guides-page .grid .grid-item{transition:0.2s ease-in-out;padding:50px 20px;display:grid;grid-template-columns:360px 1fr;gap:50px;align-items:center;}#free-guides-page .grid .grid-item:hover{background-color:#FAFAFA;border-radius:20px;}#free-guides-page .grid .grid-item .grid-img{width:100%;border-radius:20px;overflow:hidden;}#free-guides-page .grid .grid-item .grid-img .img-wrapper::before{content:'';display:block;}#free-guides-page .grid .grid-item .grid-img .img-wrapper img{object-fit:cover;}#free-guides-page .grid .grid-item h3{font-size:48px;font-weight:bold;color:var(--color-secondary);padding-top:20px;}#free-guides-page .grid .grid-item p{font-size:24px;color:var(--color-input-text);padding-top:30px;}#free-guides-page .grid .grid-item .cta-btn{margin-top:30px;text-align:left;}#free-guides-page .grid .grid-item .cta-btn button{background:var(--color-input-text);}#free-guides-page .grid .grid-item .cta-btn button span i{color:var(--color-input-text);}#free-guides-page .grid .grid-item .cta-btn button:hover{background:var(--color-accent);}#free-guides-page .grid .grid-item .cta-btn button:hover span i{color:var(--color-accent);}#free-guides-page .grid .grid-item:nth-child(2n){grid-template-columns:1fr 360px;}#free-guides-page .grid .grid-item:nth-child(2n) .grid-img{order:2;}#free-guides-page .grid .grid-item:nth-child(2n) .grid-content{order:1;}#free-guides-detail-page #banner{background:url('/edmontonabhousebuyer/img/free_guides/1.jpg') no-repeat top center / cover;}#free-guides-detail-page #description{padding:50px 0;}#free-guides-detail-page #description p{font-size:32px;font-weight:600;color:var(--color-primary);text-align:center;}#free-guides-detail-page #guides .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;}#free-guides-detail-page #guides .grid .grid-content h3{font-size:48px;font-weight:bold;color:var(--color-secondary);}#free-guides-detail-page #guides .grid .grid-content ul{padding-top:50px;}#free-guides-detail-page #guides .grid .grid-content ul li{font-size:24px;color:var(--color-input-text);display:flex;gap:20px;align-items:center;margin-bottom:30px;}#free-guides-detail-page #guides .grid .grid-content ul li i{color:var(--color-accent);font-size:45px;}#download-form{padding:70px 0;}#download-form .contact-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;}#download-form .contact-wrapper .content h2{text-align:left;font-size:40px;color:var(--color-secondary);}#download-form .contact-wrapper .content form{margin-top:30px;display:flex;flex-direction:column;}#download-form .contact-wrapper .content form input{width:100%;padding:10px;font-size:14px;border-radius:10px;background-color:var(--color-input-fill);border:1px solid var(--color-input-border);color:var(--color-input-text);margin-bottom:20px;}#download-form .contact-wrapper .content form .cta-btn{margin-top:30px;text-align:left;}#download-form .contact-wrapper .contact-img .img-wrapper{width:100%;border-radius:20px;overflow:hidden;}#download-form .contact-wrapper .contact-img .img-wrapper::before{content:'';display:block;padding-top:75%;}#download-form .contact-wrapper .contact-img .img-wrapper img{object-fit:cover;object-position:center;}#contact-us-page #banner{background:url('/themes/custom/edmonton/img/contact/banner/banner.jpg') no-repeat top center / cover;}#contact-us-page #contact-us .contact-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;padding-bottom:50px;}#contact-us-page #contact-us .contact-wrapper .content h2{font-size:48px;text-align:left;color:var(--color-secondary);}#contact-us-page #contact-us .contact-wrapper .content .description{text-align:left;font-size:24px;color:var(--color-input-text);}#contact-us-page #contact-us .contact-wrapper .content .description ul{list-style:disc;padding-left:24px;}#contact-us-page #contact-us .contact-wrapper .contact-img{width:100%;}#contact-us-page #contact-us .contact-wrapper .contact-img .img-wrapper{border-radius:20px;overflow:hidden;}#contact-us-page #contact-us .contact-wrapper .contact-img .img-wrapper::before{content:'';display:block;padding-top:75%;}#contact-us-page #contact-us .contact-wrapper .contact-img .img-wrapper img{object-fit:cover;}#contact-us-page #contact-us .contact-form{width:455px;margin:0 auto;}#contact-us-page #contact-us .contact-form form{margin-top:30px;display:flex;flex-direction:column;}#contact-us-page #contact-us .contact-form form input,#contact-us-page #contact-us .contact-form form textarea{width:100%;padding:10px;font-size:14px;border-radius:10px;background-color:var(--color-input-fill);border:1px solid var(--color-input-border);color:var(--color-input-text);margin-bottom:20px;}#contact-us-page #contact-us .contact-form form .consent-wrapper{display:flex;justify-content:space-between;margin-bottom:50px;}#contact-us-page #contact-us .contact-form form .consent-wrapper input{width:20px;margin:0;}#contact-us-page #contact-us .contact-form form .consent-wrapper label{width:calc(100% - 30px);font-size:14px;color:var(--color-secondary);}#contact-us-page #contact-us .contact-form form .cta-btn{margin-top:30px;text-align:left;}#about-us-page #banner{background:url('/themes/custom/edmonton/img/about_us/banner/banner.jpg') no-repeat center center / cover;}#about-us-page #description{padding:50px 0;}#about-us-page #description h3{font-size:32px;font-weight:600;}#about-us-page #why_choose_us .description{text-align:left;}#block-edmonton-content .user-login-form{max-width:500px;margin:0 auto;margin-bottom:3em;}#block-edmonton-content .user-login-form input[type="text"],#block-edmonton-content .user-login-form input[type="password"]{width:100%;padding:10px;font-size:14px;border-radius:10px;background-color:var(--color-input-fill);border:1px solid var(--color-input-border);color:var(--color-input-text);margin-bottom:20px;}#block-edmonton-content .user-login-form input[type="submit"]{background:var(--color-primary);font-size:16px;color:var(--color-white);padding:10px 20px;border-radius:50px;transition:0.2s ease-in-out;cursor:pointer;width:fit-content;}#blogs-page #banner{background:url('/themes/custom/edmonton/img/blogs/banner/banner.jpg') no-repeat center center/cover;}#blogs-page #description{padding:3em 0;}#blogs-page .blogs-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:3em 0;}#blogs-page .blogs-wrapper .blog-item{padding-bottom:2em;}#blogs-page .blogs-wrapper .blog-item h3{padding-top:1em;min-height:75px;}#blogs-page .blogs-wrapper .blog-item .img-wrapper{border-radius:10px;overflow:hidden;}#blogs-page .blogs-wrapper .blog-item .img-wrapper::before{content:'';display:block;padding-top:56.4%;}#blogs-page .blogs-wrapper .blog-item .img-wrapper img{object-fit:cover;}#blogs-page .blogs-wrapper .blog-item .author-wrapper{padding-top:1em;}#blogs-page .blog-pager{padding:2em 0;}#blogs-page .blog-pager ul{display:flex;justify-content:center;gap:20px;}#blogs-page .blog-pager ul li{padding:1em;}#blogs-page .blog-pager ul li.is-active{font-weight:bold;background:var(--color-primary);color:#fff;}#blogs-detail-page #banner{background:url('/edmontonabhousebuyer/img/locations/banner/location.jpg') no-repeat center center/cover;}#blogs-detail-page #content{padding:3em 0;}#blogs-detail-page #content .author-wrapper{padding-bottom:2em;text-align:center;}#blogs-detail-page #content article h2{padding-top:1em;text-align:left;font-size:24px;}#location-page #banner{background:url('/themes/custom/edmonton/img/locations/banner/location.jpg') no-repeat center center/cover;}#location-page #description{padding:3em 0;}#location-page #description .areas{padding-top:3em;}#location-page #description .areas h2{padding-bottom:0.5em;}#location-page #description .areas .location-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}#location-page #description .areas .location-list a{transition:0.3s ease-in-out;display:inline-block;}#location-page #description .areas .location-list a:hover{font-weight:bold;color:var(--color-primary);}#location-page #description .areas .location-list a:hover i{color:red;}#location-page #description .areas .location-list a i{color:var(--color-input-text);}#location-page #description .areas p{padding-top:2em;}#location-detail-page #banner{background:url('/edmontonabhousebuyer/img/locations/banner/location.jpg') no-repeat center center/cover;}#location-detail-page #description{padding:3em 0;}#location-detail-page #description .container{max-width:990px;}#location-detail-page #description h2{padding-top:1em;text-align:left;font-size:24px;}@media (max-width:1024px){header nav ul{position:absolute;z-index:1;top:100%;left:-100vw;width:100%;background-color:var(--color-white);padding:20px 0;flex-direction:column;align-items:center;gap:1rem;transition:0.2s ease-in-out;}header nav ul li{margin:0;padding:0;}header nav ul li a{font-size:16px;color:var(--color-primary);}header nav ul.active{left:0;}header nav .cta-btn{display:none;}header nav .menu-sp{display:block;font-size:32px;}header nav .menu-sp i:nth-child(2){display:none;}header nav .menu-sp.active i:nth-child(1){display:none;}header nav .menu-sp.active i:nth-child(2){display:block;}}@media (max-width:768px){#hero{height:100%;padding:100px 0;}#hero .full-vh{height:100%;}#hero .hero-txt-form{flex-direction:column;gap:20px;}#hero .hero-txt-form .txt{width:100%;text-align:center;}#hero .hero-txt-form .txt h1{font-size:52px;color:var(--color-white);line-height:46px;}#hero .hero-txt-form .txt p{font-size:20px;color:var(--color-primary);padding-top:30px;}#hero .hero-txt-form .form{width:100%;}#hero .hero-txt-form .form form input,#hero .hero-txt-form .form form select{width:100%;padding:10px;font-size:14px;border-radius:10px;background-color:var(--color-input-fill);border:1px solid var(--color-input-border);margin-bottom:10px;color:var(--color-input-text);}#hero .hero-txt-form .form form .address-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;}#hero .hero-txt-form .form form .address-wrapper input{width:calc(50% - 5px);}#hero .hero-txt-form .form form .consent-wrapper{display:flex;justify-content:space-between;margin-bottom:10px;}#hero .hero-txt-form .form form .consent-wrapper input{width:20px;margin:0;}#hero .hero-txt-form .form form .consent-wrapper label{width:calc(100% - 30px);font-size:14px;color:var(--color-secondary);}#what-we-do .img-grid{grid-template-columns:repeat(2,1fr);gap:20px;}#how-it-works .how-item-wrapper .how-item{flex-direction:column;gap:20px;}#how-it-works .how-item-wrapper .how-item .how-img-wrapper,#how-it-works .how-item-wrapper .how-item .how-text-wrapper{width:100%;}#how-it-works .how-item-wrapper .how-item:nth-child(even){flex-direction:column;}#benefits .benefits-wrapper h4{font-size:72px;}#benefits .benefits-wrapper .benefits{flex-direction:column;}#benefits .benefits-wrapper .benefits .benefits-img,#benefits .benefits-wrapper .benefits .benefits-text{width:100%;}#benefits .benefits-wrapper .benefits .benefits-text{padding-top:20px;}#benefits .benefits-wrapper .benefits .benefits-text .cta-btn{text-align:center;}#contact-us .contact-wrapper{flex-direction:column-reverse;}#contact-us .contact-wrapper .contact-form{padding-top:20px;width:100%;}#contact-us .contact-wrapper .contact-img{width:100%;}#footer .footer-wrapper{flex-wrap:wrap;}#footer .footer-wrapper .footer-item{width:calc(33.333% - 20px);}#footer .footer-wrapper .footer-item .logo a{justify-content:center;}#footer .footer-wrapper .footer-item .logo .logo-txt{width:unset;}#footer .footer-wrapper .footer-item:nth-child(1){width:100%;}#footer .footer-wrapper .footer-item:nth-child(1) p,#footer .footer-wrapper .footer-item:nth-child(1) span{text-align:center;}#banner h1{font-size:48px !important;line-height:48px;}#featured-reviews .flex{flex-direction:column;}#featured-reviews .flex .featured-item{width:100% !important;}#testimonial-grid .testimonial-grid-wrapper{grid-template-columns:repeat(1,1fr) !important;}#testimonial-grid .testimonial-grid-wrapper .testimonial-item{width:100%;}#faq-page #citation .grid{grid-template-columns:1fr;gap:20px;}#faq-page #citation .grid .grid-item{width:100%;}#faq-page #accordion .accordion-item{margin-bottom:20px;}#faq-page #accordion .accordion-header{font-size:20px;}#faq-page #accordion .accordion-content{padding:0 1rem;}#free-guides-page .grid{grid-template-columns:1fr;}#free-guides-page .grid .grid-item{width:100%;}#blogs-page .blogs-wrapper{grid-template-columns:repeat(2,1fr);}}@media (max-width:425px){#featured-reviews .cta-btn{text-align:center !important;}#faq-page #citation .grid .grid-item .grid-img{width:100%;}#free-guides-page .grid .grid-item{grid-template-columns:auto;padding:50px 0;}#free-guides-page .grid .grid-item:nth-child(2n){grid-template-columns:auto;}#free-guides-page .grid .grid-item:nth-child(2n) .grid-img{order:1;}#free-guides-page .grid .grid-item:nth-child(2n) .grid-content{order:2;}#free-guides-detail-page #guides .grid{display:flex;flex-direction:column;}#free-guides-detail-page #guides .grid .grid-img{width:100%;}#free-guides-detail-page #guides .grid .grid-content{width:100%;}#free-guides-detail-page #guides .grid .grid-content h3{font-size:36px;word-wrap:break-word;}#download-form .contact-wrapper{grid-template-columns:1fr;}#download-form .contact-wrapper .content h2{text-align:center;}#download-form .contact-wrapper .content form input{width:100%;}#download-form .contact-wrapper .contact-img{width:100%;}#download-form .contact-wrapper .contact-img .img-wrapper{width:100%;}#contact-us-page .contact-wrapper{grid-template-columns:1fr !important;}#contact-us-page .contact-wrapper .content h2,#contact-us-page .contact-wrapper .content .description{text-align:center;}#contact-us-page .contact-wrapper .contact-img{width:100%;}#contact-us-page .contact-wrapper .contact-img .img-wrapper{width:100%;}#contact-us-page .contact-form{width:100% !important;}#blogs-page #description h2{font-size:36px;}#blogs-page .blogs-wrapper{grid-template-columns:repeat(1,1fr);}#location-page #description .areas .location-list{grid-template-columns:repeat(2,1fr);}#footer .footer-wrapper{flex-wrap:wrap;}#footer .footer-wrapper .footer-item{padding-top:30px;width:50%;}#footer .footer-wrapper .footer-item span{text-align:center;}#footer .footer-wrapper .footer-item ul li a{justify-content:center;font-size:14px;}#footer .footer-wrapper .footer-item:nth-child(4){width:100%;}}
