/* ===================================================================
   Roboto web font (self-hosted)
   =================================================================== */

@font-face { font-family: 'Roboto'; font-weight: 100; font-style: normal;  src: url('/fonts/Roboto-Thin.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 300; font-style: normal;  src: url('/fonts/Roboto-Light.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 400; font-style: normal;  src: url('/fonts/Roboto-Regular.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 400; font-style: italic;  src: url('/fonts/Roboto-Italic.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 500; font-style: normal;  src: url('/fonts/Roboto-Medium.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 700; font-style: normal;  src: url('/fonts/Roboto-Bold.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 700; font-style: italic;  src: url('/fonts/Roboto-BoldItalic.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'Roboto'; font-weight: 900; font-style: normal;  src: url('/fonts/Roboto-Black.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: FontAwesome; font-weight: normal; font-style: normal;
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'); }
@font-face { font-family: SocialIco; font-weight: normal; font-style: normal;
    src: url('../../dundasblog/fonts/socialico.eot');
    src: url('../../dundasblog/fonts/socialico.eot?#iefix') format('embedded-opentype'),
         url('../../dundasblog/fonts/socialico.ttf') format('truetype'); }

/* ===================================================================
   Base typography
   =================================================================== */

body,
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*===================================================
 =            FOR COLOR-YIQ From Boostrap            =
 ===================================================*/
body, .sp-preloader {
  background-color: #fff;
  color: #656565;
}
.sp-preloader > div {
  background: #111;
}
.sp-preloader > div:after {
  background: #fff;
}
#sp-top-bar {
  background: #46217C;
  color: #fff;
}
#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #fff;
}
#sp-header {
  background: #fff;
}
a {
  color: #111;
}
a:hover, a:focus, a:active {
  color: #46217C;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(17, 17, 17, 0.1);
  color: #111;
}
.tags > li a:hover {
  background: #46217C;
}

/*================================
 =            Header             =
 ================================*/

#sp-header .logo {
  height: 30px;
  margin: 10px;
  flex: 1;
}

#sp-header .logo a {
  font-size: 16px;
}

#sp-header .logo img {
  object-fit: contain;
  height: 100%;
}

@media (max-width: 770px) {
  #offcanvas-toggler {
    height: 40px;
  }
}

/*================================
 =            Title              =
 ================================*/
.sp-page-title {
    padding: 60px 0;
    margin-top: 50px;
}
.sp-page-title.title-image-bg {
    background-color: #27AAE1;
    background-image: url(/resources/images/banners/RH-Banner.png);
    background-size: cover;
}
.sp-page-title .titles {
    padding-right: 0;
    text-align: center;
}
.sp-page-title .title-inner {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: center;
}
.sp-page-title .sp-page-title-heading {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}
h1.sp-page-title-heading {
    font-weight: 500!important;
    font-size: 40px!important;
    line-height: 1.3!important;
    margin: 0 0 25px!important;
    color: #ffffff!important;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #ffffff;
}

/*================================
 =            Articles           =
 ================================*/
.article-details p a{
    color: #46217C!important;
}
.article-details div[itemprop*="articleBody"] li a {
    color: #46217C!important;
    text-decoration:none;
}
.article-list .article {
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}
.article-list.grid .article .article-intro-image {
    height: auto !important;
}
.article-list.grid .article a img {
    width: 100%;
    height: auto;
    position: initial;
    transform: none;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #46217C;
}
.article-list.classic-layout .article-date {
  background-color: #46217C;
}
.article-list.classic-layout .article-footer .hits, .article-list.classic-layout .article-footer .comments-count a > span, .article-list.classic-layout .article-footer .readmore a[class*="white"]:not(:hover) {
  color: #656565;
}
.article-list.classic-layout .article-footer .hits:hover, .article-list.classic-layout .article-footer .comments-count a > span:hover, .article-list.classic-layout .article-footer .readmore a[class*="white"]:not(:hover):hover {
  background: #46217C;
}
.article-list.creative-layout .article-footer .hits, .article-list.creative-layout .article-footer .comments-count a > span, .article-list.creative-layout .article-footer .readmore a {
  color: #656565;
}
.article-list.creative-layout .article-footer .hits:hover, .article-list.creative-layout .article-footer .comments-count a > span:hover, .article-list.creative-layout .article-footer .readmore a:hover {
  background: #46217C;
}
.article-list.modern-layout .article-date span {
  background-color: #46217C;
}
.article-list .article-featured-video {
    pointer-events: none;
}
.article-info > span a:hover {
  color: #46217C;
}
.plumber-layout .article-header:after, .plumber-layout-single .article-header:after {
  border-left: 60px solid #46217C;
}
.article-social-share .social-share-icon ul li a {
  color: #656565;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #46217C;
}
.pager > li a {
  border: 2px solid #46217C;
}
.pager > li.next a {
  background-color: #46217C;
}
.pager > li.previous a:hover {
  background-color: #46217C;
}
.sp-megamenu-parent > li > a {
  color: #444;
}
.sp-megamenu-parent > li:hover > a {
  color: #46217C;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #46217C;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  border-top: 4px solid #46217C;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #656565;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #46217C;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #46217C;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #656565;
}
#offcanvas-toggler > .fa {
  color: #444;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #46217C;
}
.offcanvas-menu {
  background-color: #fff;
  color: #656565;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #656565;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #46217C;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(101, 101, 101, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(101, 101, 101, 0.8);
}
ul.social-icons > li a:hover {
  color: #111;
}
.sp-page-title .breadcrumb > .active {
  color: #46217C;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #656565;
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module .sp-module-title:after {
  background: #46217C;
}
.sp-module ul > li > a {
  color: #111;
}
.sp-module ul > li > a:hover {
  color: #46217C;
}
.sp-module .latestnews > div > a {
  color: #656565;
}
.sp-module .latestnews > div > a:hover {
  color: #111;
}
.sp-module .tagscloud .tag-name:hover {
  background: #111;
}
.search .btn-toolbar button {
  background: #111;
}
#sp-footer:not([class^="bg"]) {
  background-color: #4c4c4c;
}
#sp-footer, #sp-bottom {
  color: #FFF;
}
#sp-footer a:not(.btn):not([class*="btn-"]), #sp-bottom a:not(.btn):not([class*="btn-"]) {
  color: #FFF;
}
#sp-bottom:not([class^="bg"]) {
  background-color: #222;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #999;
}
.sp-scroll-up {
  background: #46217C;
}
.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
  background: #1f6df3;
}
.sp-comingsoon body {
  background-color: #111;
}
ul.pagination > li.page-item > a.page-link, ul.pagination > li.page-item > span {
  color: #656565;
}
ul.pagination > li.page-item > a.page-link:hover, ul.pagination > li.page-item > span:hover, ul.pagination > li.page-item > a.page-link:focus, ul.pagination > li.page-item > span:focus {
  border-color: #46217C;
  background-color: #46217C;
  color: #fff;
}
ul.pagination > li.page-item.active > a.page-link, ul.pagination > li.page-item.active > span {
  border-color: #46217C;
  background-color: #46217C;
  color: #fff;
}
.error-code, .coming-soon-number {
  color: #111;
}

/* ===================================================================
   Custom Navigation
   =================================================================== */

nav.headerbar {
  position: absolute;
  right: 0;
  top: -100%;
}

@media (max-width: 770px) {
  nav.headerbar {
    display: none;
  }
}

@media (min-width: 992px) {
  #sp-header {
    height: 120px;
    overflow: hidden;
  }
  #sp-logo {
    flex: 1 0 100%;
  }
  #offcanvas-toggler {
    display: none !important;
  }
}

/* ===================================================================
   Scroller & Paging
   =================================================================== */

.sp-scroll-up {
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    bottom: 50%;
    top: 50%;
    right: 38px;
    z-index: 2000;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    overflow: hidden;
}

.sp-scroll-up, 
.sp-scroll-up:focus, 
.sp-scroll-up:active, 
.sp-scroll-up:hover {
    background: #46217C;
    border-radius: 50%;
    opacity: .5;
}

.pager > li a {
    display: inline-block;
    padding: 0.625rem 2.5rem!important;
    border-radius: 100px!important;
    border: 2px solid #46217C!important;
    min-width: 130px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

.pager > li a {
  border: 2px solid #46217C;
}
.pager > li.next a {
  background-color: #46217C;
}
.pager > li.previous a:hover {
  background-color: #46217C;
}

ul.pagination > li.page-item.active > a.page-link, 
ul.pagination > li.page-item.active > span {
    border-color: #46217C;
    background-color: #46217C;
    color: #fff;
}
ul.pagination > li.page-item > a.page-link:hover, 
ul.pagination > li.page-item > span:hover, 
ul.pagination > li.page-item > a.page-link:focus, 
ul.pagination > li.page-item > span:focus {
     border-color: #46217C;
    background-color: #46217C;
    color: #fff;
}
ul.pagination {
    display:flex;
}

/* ===================================================================
   Search & Tags
   =================================================================== */

body .btn-primary, body .sppb-btn-primary {
  background: #46217C;
  color: #fff;
  border: 1px solid #46217C;
}
body .btn-primary.disabled, body .sppb-btn-primary.disabled, body .btn-primary:hover, body .sppb-btn-primary:hover, body .btn-primary:active, body .sppb-btn-primary:active, body .btn-primary:not(:disabled):not(.disabled):active, body .sppb-btn-primary:not(:disabled):not(.disabled):active {
  background: #2D1F54;
  color: #fff;
  border: 1px solid #2D1F54;
}
body .btn-primary:focus, body .sppb-btn-primary:focus {
  box-shadow: 0 0 0 3px #46217C80;
}

#sp-main-body .tag-category h1 {
  font-size: 2rem;
}

#sp-main-body .tag-category .list-group {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#sp-main-body .tag-category .list-group-item {
  flex: 0 0 30%;
  padding: 30px;
  border-radius: 3px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
  border-top-width: 1px !important;
}

#sp-main-body .tag-category .list-group-item a {
  font-size: 1.25rem;
  line-height: 1;
  color: #46217C;
}

/* ===================================================================
   Footer
   =================================================================== */

#sp-footer .container,
#sp-footer .container-inner {
  margin: 0;
  padding: 0;
  max-width: none;
}

        .base-footer {
            width: 100%;
            background: #2E2E2D;
            display: flex;
            flex-direction: column;
            padding: 50px 0 0;
            z-index: 100;
            position: relative;
        }

            .base-footer .link-block {
                width: 100%;
                padding-bottom: 50px;
                color: #ffffff;
            }

        .links-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 50px 0;
        }

        .footer-left-section {
            width: 15%;
            display: flex;
            min-width: 280px;
            padding: 0 20px;
            margin-right: 20px;
        }

            .footer-left-section .footer-links-item {
                width: 100%;
            }

        .footer-right-section {
            width: 83%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0 20px;
        }

            .footer-right-section .footer-links-item {
                min-width: 200px;
                margin-bottom: 40px;
            }

        #contact-info {
            border-right: solid 2px #717171;
            text-align:center;
        }

        .contact-h4 {
            margin: 20px auto;
            color: #ffffff;
        }

        .footer-title-section {
            margin-bottom: 5px;
            min-height: 35px;
        }

        .footer-section-lead-title {
            font-size: 18px;
            color: #ffffff;
            font-weight: 500;
            margin: 0;
            text-transform: uppercase;
        }

        .footer-title-highlight {
            border-top: solid 2px #66EFBB;
            width: 23%;
            max-width: 60px;
            margin-top: 5px;
        }

        .footer-links-item .footer-item-links {
            display: flex;
            color: #ffffff;
            flex-direction: column;
            padding-right: 10px;
        }

        #footer-social-links {
            display: flex;
            width: 140px;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }

        .footer-social-icon {
            width: 30px;
            height: auto;
        }

        #footer-social-links a {
            margin: 3px;
            background: #717171;
            width: 50px;
            height: 50px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .footer-item-link {
            font-size: 14px;
            color: #ffffff;
            font-weight: 200;
            margin: 8px 0;
            text-decoration: none;
        }

            .footer-item-link:focus, .footer-item-link:hover {
                color: #dedede;
                text-decoration: underline;
            }

        .focused-link {
            color: #F6A01F !important;
        }

        .copyright-block {
            width: 100%;
            background: #717171;
            min-height: 50px;
            display: flex;
            align-items: center;
        }

        .copyright-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px 20px;
        }

        .copyright-links-item {
            opacity: .6;
        }

        #copyright-year {
            display: flex;
            align-items: center;
            color: #ffffff;
            font-weight: 100;
            font-size: 12px;
        }

        #legal-links {
            width: 100%;
            min-width: 300px;
            max-width: 375px;
            display: flex;
            justify-content: space-between;
            font-weight: 100;
        }

            #legal-links .footer-item-link {
                font-size: 12px;
            }

        .cta-text, .cta-text a {
            color: #ffffff;
            text-decoration: none;
        }

        #contact-section .cta-text span, #contact-section .cta-text a {
            color: #cfcfcf;
        }

        .footer-number-label {
            margin: 15px 0 0;
            font-size: 13px;
        }

        @media only screen and (min-width: 0) and (max-width:900px) {
            .footer-links-item {
                width: 50%;
                margin: 40px 0;
            }

            #social-info {
                width: 100%;
                margin: 40px auto 0;
            }

            .copyright-container {
                justify-content: center;
                padding: 20px;
                flex-wrap: wrap;
            }

            #copyright-year {
                width: 100%;
                justify-content: center;
                order: 2;
                margin: 20px auto 0;
            }

            #legal-links {
                order: 1;
            }

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

        @media only screen and (min-width: 741px) and (max-width:901px) {
            .footer-right-section .footer-links-item {
                width: 50%;
                min-width: 200px;
            }
        }

        @media only screen and (min-width: 0) and (max-width:740px) {
            .base-footer {
                padding: 0;
            }

            .links-container {
                flex-wrap: wrap;
            }

            .footer-left-section {
                width: 100%;
                text-align: center;
                margin-right: 0;
            }

            #contact-info {
                border-right: none;
                border-bottom: solid 2px #717171;
                padding-bottom: 50px;
            }

            #footer-social-links {
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

            .footer-right-section {
                width: 100%;
            }

            #social-info {
                width: 100%;
                margin: 40px auto 0;
                display: flex;
                padding: 40px;
                border-radius: 10px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background: #525252;
            }

                #social-info .footer-title-highlight {
                    width: 60%;
                    max-width: 60px;
                    margin: 5px auto 0;
                }

                #social-info #footer-item-links {
                    padding-right: 0;
                }
        }