@charset "utf-8";
/*
 * Clubnorwest Template - Custom CSS
 */

/* Layout */
@media (min-width: 1200px) {
.sppb-row-container {max-width: 1140px;}
}

#sp-top-bar {
  display: none;
  visibility: hidden;
}

.sp-page-title>.container {
  max-width: 1285px;
}

body.view-category .sp-header .container {
  padding-left: 15px;
  padding-right: 15px;
}

body.view-category .container {
  padding-left: 15px;
  padding-right: 15px;
}

html {
  scroll-padding: 85px;
}

/* Logo */

@media (max-width: 1440px) {
  .logo-image {
      height: 50px;
      margin-left: 20px;
  }
}

/* Typography */
body,.sp-preloader {
    background-color: #FFFFFF;
    color: #2D2E83;
}

.sppb-addon-title span {
    color: #CA0B6B !important;
}
/*
.sppb-addon-header h4 {
    color: #CA0B6B !important;
}*/

/* Icons */
.sppb-panel-faq i.fas::before, .sppb-panel-faq i.far::before {
  color: #CA0B6B;
  margin-right: 10px;
}

/* Header - Main Menu */
#sp-menu {
  padding-left: 70px;
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 12px;
    line-height: 100px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}

.clubnorwest-home .body-innerwrapper {
    padding-top: 100px
}

.clubnorwest-home #sp-header {
    background: #2D2E83
}

.clubnorwest-home #sp-header .sppb-btn.sppb-btn-default {
    border-color: #fff;
    color: #fff
}

.clubnorwest-home #sp-header .sppb-btn.sppb-btn-default:hover {
    border-color: #CA0B6B;
    background-color: #CA0B6B
}

.clubnorwest-home #sp-header>.container>div {
    border-bottom: none
}

.clubnorwest-home .sp-megamenu-parent>li>a {
    color: rgba(255, 255, 255, 0.5)
}

.clubnorwest-home .sp-megamenu-parent>li.active>a,.clubnorwest-home .sp-megamenu-parent>li.active:hover>a {
    color: #fff
}

.clubnorwest-home .sp-megamenu-parent>li:hover>a {
    color: #fff
}

@media (max-width: 1330px) {
    #offcanvas-toggler {
        display: block !important;
    }
    #sp-menu .sp-megamenu-parent {
        display: none !important;
    }
    /*#sp-menu .sp-megamenu-parent,.mod-languages {
        display: none !important;
    }*/
    /*.offcanvas-menu .mod-languages {
        display: block !important;
    }*/
    #sp-menu>.sp-column {
        display: flex;
        align-items: center;
        justify-content: space-between;
        float: right;
    }
}

.offcanvas-menu .logo .sppb-addon-single-image img {
    width: 85px;
    height: 40px
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active span {
    color: #CA0B6B;
}

/* Language Switcher */
.sp-module .mod-languages ul>li>a {
    color: rgba(255, 255, 255, 0.5);
}

.sp-module .mod-languages ul>li>a:hover {
    color: #fff;
}

div.mod-languages ul li.lang-active {
    font-weight: 700;
    background: none !important;
}

div.mod-languages .lang-active a {
    color: #fff !important;
}

.sp-module-content .mod-languages ul.lang-inline {
    margin: 0px;
    padding: 5px 5px 5px 10px !important;
    background-color: #CA0B6B;
    border-radius: 4px;
}

/* Back to top */
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #CA0B6B;
  border-radius: 3px;
  z-index: 1000;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #e12a86;
}

/* Body Background */
.body-innerwrapper {
    overflow-x: hidden;
    padding-top: 185px
}

.body-innerwrapper:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    right: 0px;
    height: 550px;
    background: linear-gradient(180deg, #fef4e5 0%, #ffffff 100%) !important;
    z-index: -1
}

/* Breadcrumbds */
.sp-page-title {
    padding: 30px 0px 20px 0 !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed
}

 .clubnorwest-home .sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.breadcrumb .divider.fas.fa-map-marker-alt {display: none;}

/* Lightbox overlay */
.sppb-addon.sppb-addon-single-image .sppb-addon-image-overlay {
    background-color: rgba(202, 11, 107, .75) !important;
}


/* Home intro text */
@media screen and (min-width:1440px) {
  .sppb-column .cn-left {
    margin-left:-120px !important;
  }
}

/* Heading with horizontal line before and after */
.header-bar-short-white,
.header-bar-long-white {
    display: flex;
    position: relative;
}

.header-bar-long-white:before {
    flex: 1 0 auto;
}

.header-bar-short::before, .header-bar-short-center::before, .header-bar-long::before, .header-bar-long-center::before {
  content: "";
  display: inline-block;
  width: 95px;
  background: #2D2E83;
  height: 3px;
  position: relative;
  top: 33px;
  margin-right: 30px;
}

.header-bar-short::after, .header-bar-short-center::after, .header-bar-long::after, .header-bar-long-center::after {
  content: "";
  display: inline-block;
  width: 95px;
  background: #2D2E83;
  height: 3px;
  position: relative;
  top: 33px;
  margin-left: 30px;
}

.header-bar-short-white::before, .header-bar-short-white-center::before, .header-bar-long-white::before, .header-bar-long-white-center::before {
  content: "";
  display: inline-block;
  width: 95px;
  background: #fff;
  height: 3px;
  position: relative;
  top: 33px;
  margin-right: 30px;
}

.header-bar-short-white::after, .header-bar-long-white::after {
  content: "";
  display: inline-block;
  width: 95px;
  background: #fff;
  height: 3px;
  position: relative;
  top: 33px;
  margin-left: 30px;
}

.header-bar-short-center, .header-bar-short-white-center, .header-bar-long-center, .header-bar-long-white-center {
  position: relative;
  display: flex;
  justify-content: center;
}

@media (max-width: 1330px) {
  .header-bar-short::before, .header-bar-short-center::before, .header-bar-long::before, .header-bar-long-center::before {
    content: "";
    display: inline-block;
    width: 30px;
    background: #2D2E83;
    height: 3px;
    position: relative;
    top: 15px;
    margin-right: 30px;
  }

  .header-bar-short::after, .header-bar-short-center::after, .header-bar-long::after, .header-bar-long-center::after {
    content: "";
    display: inline-block;
    width: 30px;
    background: #2D2E83;
    height: 3px;
    position: relative;
    top: 15px;
    margin-left: 30px;
  }

  .header-bar-short-white::before, .header-bar-short-white-center::before, .header-bar-long-white::before, .header-bar-long-white-center::before {
    content: "";
    display: inline-block;
    width: 30px;
    background: #fff;
    height: 3px;
    position: relative;
    top: 15px;
    margin-right: 30px;
  }

  .header-bar-short-white::after, .header-bar-long-white::after {
    content: "";
    display: inline-block;
    width: 30px;
    background: #fff;
    height: 3px;
    position: relative;
    top: 15px;
    margin-left: 30px;
  }
}

/* Tabs Addon - A propos */
.clubnorwest-tab-wrapper .sppb-addon-content {
    flex-direction: row-reverse !important;
    gap: 0;
}

.clubnorwest-tab-wrapper .sppb-addon-title {
    width: 40%;
    margin-left: auto;
    margin-bottom: 40px;
    display: block;
}


.clubnorwest-tab-wrapper .sppb-nav {
    flex: 1 0 40%;
    max-width: 40%;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
    align-self: center;
}

.sppb-custom-tab.sppb-tab-nav-position {
    flex-direction: row-reverse !important;
}

.clubnorwest-tab-wrapper .sppb-nav li.active a {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
    z-index: 2
}

.clubnorwest-tab-wrapper .sppb-nav li:first-child a {
    border-radius: 9px 9px 0px 0px
}

.clubnorwest-tab-wrapper .sppb-nav li:last-child a {
    border-radius: 0px 0px 9px 9px
}

.clubnorwest-tab-wrapper .sppb-nav li a {
    z-index: 1
}

.clubnorwest-tab-wrapper .sppb-nav li a .sppb-tab-subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    color: #2D2E83;
    margin-top: 10px
}
/*
.clubnorwest-tab-wrapper .sppb-tab-content {
    position: relative;
    flex: 1 0 60%;
    max-width: 60%;
    width: auto !important;
    margin-right: 190px;
    margin-top: -160px
}
*/
.clubnorwest-tab-wrapper .sppb-tab-content:before {
    background: rgba(64, 169, 225, 0.10);
    border-radius: 7px;
    width: 540px;
    height: 690px;
    display: block;
    top: 0px;
    left: 190px;
    content: "";
    position: absolute;
    border-radius: 9px 9px 90px 9px
}

.clubnorwest-tab-wrapper .sppb-tab-content:after {
    content: url("../images/background-shape_02.png");
    position: absolute;
    bottom: 0px;
    right: -98px;
    z-index: -1
}

.clubnorwest-tab-wrapper .sppb-tab-content .sppb-addon-content {
    margin-top: 65px
}

.clubnorwest-tab-wrapper .sppb-tab-content .sppb-addon-content img {
    border-radius: 7px
}

/* Team Carousel Addon - Activités */

.sppb-carousel-extended-team-name a {
  color: #2D2E83;
}

.sppb-carousel-extended-team-name a:hover {
  color: #F39200;
}

/* Blog */
.view-category .blog-listing-top-title-wrapper h3 {
    font-weight: bold;
    font-size: 52px !important;
    line-height: 51px;
    margin-bottom: 60px !important;
}

 .clubnorwest-home #sp-main-body {
   padding:0px 0px 90px 0px;
 }

.article-list .article .article-intro-image img,.article-list .article .article-featured-video img,.article-list .article .article-featured-audio img,.article-list .article .article-feature-gallery img {
    border-radius: 9px 9px 9px 9px;
    width: 100%;
    margin-bottom: 0px !important;
    transition: 0.4s ease-out;
}

.article-list.articles-leading .article .article-intro-image {
    background-color: #CA0B6B !important;
    -webkit-background-color : #CA0B6B !important;
    -webkit-transition: 0.3s ease-in-out !important;
    border-radius: 9px 0 0 9px ! important;
    margin-bottom: 0px !important;
}

.article-list.articles-leading .article:hover .article-intro-image>img {
    opacity: 0.7 !important;
    -webkit-opacity : 0.7 !important;
    -webkit-transition: 0.3s ease-in-out !important;
    -webkit-filter: none !important;
    filter: none !important;
}

.article-list .article .article-intro-image {
    background-color: #CA0B6B !important;
    -webkit-background-color : #CA0B6B !important;
    -webkit-transition: 0.3s ease-in-out !important;
    border-radius: 9px !important;
    margin-bottom: 20px !important;
}

.article-list .article:hover .article-intro-image>img {
    opacity: 0.7 !important;
    -webkit-opacity : 0.7 !important;
    -webkit-transition: 0.3s ease-in-out !important;
    -webkit-filter: none !important;
    filter: none !important;
}

.article-details .article-header h1,.article-details .article-header h2 {
    font-size: 60px;
    line-height: 83px;
    letter-spacing: -0.5px;
    width: 80%
}

.view-article ul.categories-module {
    padding: 20px 0px 30px 0px;
    background-color: #fff;
    border: 1px solid rgba(1, 5, 40, 0.07);
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0457277);
    border-radius: 9px
}

.view-article ul.categories-module>li:before {
    position: absolute;
    content: "";
    background-color: #CA0B6B;
    width: 3px;
    height: 30px;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease
}

.view-article ul.categories-module>li:hover a,.view-article ul.categories-module>li.active a {
    color: #CA0B6B
}

.pagination>li a {
    display: inline-block;
    background-color: #343a69;
    color: #fff;
    border-color: #343a69;
    padding: 10px 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.8px
}


.article-list .article .article-header h1 a,.article-list .article .article-header h2 a {
    color: #2D2E83;
}

.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus {
    color: #CA0B6B;
}

.pagination .page-item.active .page-link {
    border: solid 2px #CA0B6B;
    border-radius: 50%;
    color: #CA0B6B;
    width: 48px;
    height: 48px;
    padding-top: 12px
}

.pagination .page-item.active .page-link:hover,.pagination .page-item.active .page-link:focus,.pagination .page-item.active .page-link:active {
    background-color: #CA0B6B;
    color: #fff
}

.pagination .page-item .page-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #718390;
    background-color: transparent;
    border: none
}

.pagination .page-item .page-link:hover,.pagination .page-item .page-link:focus,.pagination .page-item .page-link:active {
    color: #CA0B6B;
    box-shadow: none
}

.article-details .fortune-article-details-content .sppb-addon-social-share ul>li>a {
    border-radius: 100%;
    color: #2D2E83 !important;
}

.article-details .fortune-article-details-content .sppb-addon-social-share ul>li>a:hover {
    color: #CA0B6B !important;
    border-color: #CA0B6B !important
}

.styled-title .sppb-addon-title:before,.styled-title .related-article-title:before,.related-article-list-container .sppb-addon-title:before,.related-article-list-container .related-article-title:before {
    position: absolute;
    content: "";
    background-color: #CA0B6B;
    width: 95px;
    height: 3px;
    left: 0;
    top: 30px
}

/* Tags */
.tags {
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
    display: block
}

.tags>li a {
    display: block;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6.25rem
}

/* Accordion background */

.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active+.sppb-panel-collapse {
    background: rgba(234, 234, 242, 0.5);
    border-radius: 0px 0px 9px 9px
}

.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
    border-bottom: none;
    background: rgba(234, 234, 242, 0.5);
    border-radius: 9px 9px 0px 0px
}

.sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
    color: #2D2E83;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-title {
    color: #2D2E83;
}

/* Buttons */
body .sppb-btn.sppb-btn-default,body .sppb-btn.sppb-btn-primary,body .sppb-btn.btn-primary,body .sppb-btn.btn-success,body .btn.sppb-btn-default,body .btn.sppb-btn-primary,body .btn.btn-primary,body .btn.btn-success {
    background-color: #CA0B6B;
    color: #fff;
    border-color: #CA0B6B;
    border-radius: 0px
}

body .sppb-btn.sppb-btn-default:hover,body .sppb-btn.sppb-btn-default:focus,body .sppb-btn.sppb-btn-default:active,body .sppb-btn.sppb-btn-primary:hover,body .sppb-btn.sppb-btn-primary:focus,body .sppb-btn.sppb-btn-primary:active,body .sppb-btn.btn-primary:hover,body .sppb-btn.btn-success:hover,body .sppb-btn.btn-primary:focus,body .sppb-btn.btn-success:focus,body .sppb-btn.btn-primary:active,body .sppb-btn.btn-success:active,body .btn.sppb-btn-default:hover,body .btn.sppb-btn-default:focus,body .btn.sppb-btn-default:active,body .btn.sppb-btn-primary:hover,body .btn.sppb-btn-primary:focus,body .btn.sppb-btn-primary:active,body .btn.btn-primary:hover,body .btn.btn-success:hover,body .btn.btn-primary:focus,body .btn.btn-success:focus,body .btn.btn-primary:active,body .btn.btn-success:active {
    background-color: #2D2E83;
    border-color: #2D2E83
}



body .sppb-btn.sppb-btn-default.sppb-btn-gradient,body .sppb-btn.sppb-btn-primary.sppb-btn-gradient,body .sppb-btn.btn-primary.sppb-btn-gradient,body .sppb-btn.sppb-btn-gradient.btn-success,body .btn.sppb-btn-default.sppb-btn-gradient,body .btn.sppb-btn-primary.sppb-btn-gradient,body .btn.btn-primary.sppb-btn-gradient,body .btn.sppb-btn-gradient.btn-success {
    background-image: linear-gradient(0deg, #CA0B6B 0, #2D2E83 100%);
    color: #fff
}

body .sppb-btn.sppb-btn-default.sppb-btn-rounded,body .sppb-btn.sppb-btn-primary.sppb-btn-rounded,body .sppb-btn.btn-primary.sppb-btn-rounded,body .sppb-btn.sppb-btn-rounded.btn-success,body .btn.sppb-btn-default.sppb-btn-rounded,body .btn.sppb-btn-primary.sppb-btn-rounded,body .btn.btn-primary.sppb-btn-rounded,body .btn.sppb-btn-rounded.btn-success {
    border-radius: 3px
}

body .sppb-btn.sppb-btn-default.sppb-btn-round,body .sppb-btn.sppb-btn-primary.sppb-btn-round,body .sppb-btn.btn-primary.sppb-btn-round,body .sppb-btn.sppb-btn-round.btn-success,body .btn.sppb-btn-default.sppb-btn-round,body .btn.sppb-btn-primary.sppb-btn-round,body .btn.btn-primary.sppb-btn-round,body .btn.sppb-btn-round.btn-success {
    border-radius: 30px
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline,body .sppb-btn.sppb-btn-primary.sppb-btn-outline,body .sppb-btn.btn-primary.sppb-btn-outline,body .sppb-btn.sppb-btn-outline.btn-success,body .btn.sppb-btn-default.sppb-btn-outline,body .btn.sppb-btn-primary.sppb-btn-outline,body .btn.btn-primary.sppb-btn-outline,body .btn.sppb-btn-outline.btn-success {
    background-color: transparent;
    color: #CA0B6B;
    border-color: #CA0B6B
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover,body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,body .sppb-btn.btn-primary.sppb-btn-outline:hover,body .sppb-btn.sppb-btn-outline.btn-success:hover,body .btn.sppb-btn-default.sppb-btn-outline:hover,body .btn.sppb-btn-primary.sppb-btn-outline:hover,body .btn.btn-primary.sppb-btn-outline:hover,body .btn.sppb-btn-outline.btn-success:hover {
    background-color: #CA0B6B;
    color: #fff
}

body .sppb-btn.sppb-btn-default.sppb-btn-3d,body .sppb-btn.sppb-btn-primary.sppb-btn-3d,body .sppb-btn.btn-primary.sppb-btn-3d,body .sppb-btn.sppb-btn-3d.btn-success,body .btn.sppb-btn-default.sppb-btn-3d,body .btn.sppb-btn-primary.sppb-btn-3d,body .btn.btn-primary.sppb-btn-3d,body .btn.sppb-btn-3d.btn-success {
    border-bottom-color: #2D2E83
}

body .sppb-btn.sppb-btn-default.sppb-btn-3d:hover,body .sppb-btn.sppb-btn-primary.sppb-btn-3d:hover,body .sppb-btn.btn-primary.sppb-btn-3d:hover,body .sppb-btn.sppb-btn-3d.btn-success:hover,body .btn.sppb-btn-default.sppb-btn-3d:hover,body .btn.sppb-btn-primary.sppb-btn-3d:hover,body .btn.btn-primary.sppb-btn-3d:hover,body .btn.sppb-btn-3d.btn-success:hover {
    border-bottom-color: transparent
}

body .sppb-btn.sppb-btn-default.color-black,body .sppb-btn.sppb-btn-primary.color-black,body .sppb-btn.btn-primary.color-black,body .sppb-btn.color-black.btn-success,body .btn.sppb-btn-default.color-black,body .btn.sppb-btn-primary.color-black,body .btn.btn-primary.color-black,body .btn.color-black.btn-success {
    color: #2D2E83
}

body .sppb-btn.sppb-btn-default.color-black:hover,body .sppb-btn.sppb-btn-default.color-black:focus,body .sppb-btn.sppb-btn-default.color-black:active,body .sppb-btn.sppb-btn-primary.color-black:hover,body .sppb-btn.sppb-btn-primary.color-black:focus,body .sppb-btn.sppb-btn-primary.color-black:active,body .sppb-btn.btn-primary.color-black:hover,body .sppb-btn.color-black.btn-success:hover,body .sppb-btn.btn-primary.color-black:focus,body .sppb-btn.color-black.btn-success:focus,body .sppb-btn.btn-primary.color-black:active,body .sppb-btn.color-black.btn-success:active,body .btn.sppb-btn-default.color-black:hover,body .btn.sppb-btn-default.color-black:focus,body .btn.sppb-btn-default.color-black:active,body .btn.sppb-btn-primary.color-black:hover,body .btn.sppb-btn-primary.color-black:focus,body .btn.sppb-btn-primary.color-black:active,body .btn.btn-primary.color-black:hover,body .btn.color-black.btn-success:hover,body .btn.btn-primary.color-black:focus,body .btn.color-black.btn-success:focus,body .btn.btn-primary.color-black:active,body .btn.color-black.btn-success:active {
    color: #fff;
    background-color: #bf3405
}

body .sppb-btn.sppb-btn-secondary,body .btn.sppb-btn-secondary {
    background-color: #2D2E83;
    color: #fff;
    border-color: #2D2E83
}

body .sppb-btn.sppb-btn-secondary:hover,body .sppb-btn.sppb-btn-secondary:focus,body .sppb-btn.sppb-btn-secondary:active,body .btn.sppb-btn-secondary:hover,body .btn.sppb-btn-secondary:focus,body .btn.sppb-btn-secondary:active {
    background-color: #000212;
    border-color: #000212;
    color: #fff
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline,body .btn.sppb-btn-secondary.sppb-btn-outline {
    border-color: #2D2E83;
    background-color: transparent;
    color: #2D2E83
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover,body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:focus,body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:active,body .btn.sppb-btn-secondary.sppb-btn-outline:hover,body .btn.sppb-btn-secondary.sppb-btn-outline:focus,body .btn.sppb-btn-secondary.sppb-btn-outline:active {
    background-color: #2D2E83;
    border-color: #2D2E83;
    color: #fff
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white,body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white:hover,body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white:focus,body .sppb-btn.sppb-btn-secondary.sppb-btn-outline.btn-white:active,body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white:hover,body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white:focus,body .btn.sppb-btn-secondary.sppb-btn-outline.btn-white:active {
    background-color: #CA0B6B;
    color: #fff;
    border-color: #CA0B6B
}

body .sppb-btn.sppb-btn-warning,body .btn.sppb-btn-warning {
    background-color: #f7c845;
    border-color: #f7c845;
    color: #2D2E83
}

body .sppb-btn.sppb-btn-warning:hover,body .sppb-btn.sppb-btn-warning:focus,body .sppb-btn.sppb-btn-warning:active,body .btn.sppb-btn-warning:hover,body .btn.sppb-btn-warning:focus,body .btn.sppb-btn-warning:active {
    background-color: #f2b200;
    border-color: #f2b200
}

body .sppb-btn.sppb-btn-link,body .btn.sppb-btn-link {
    padding: 0px;
    color: #CA0B6B;
    font-weight: bold;
    letter-spacing: 1px !important;
    text-decoration-line: underline !important;
    transition: all 0.3s ease
}

body .sppb-btn.sppb-btn-link:hover,body .btn.sppb-btn-link:hover {
    transform: translateX(2px)
}

body .sppb-btn.sppb-btn-info,body .btn.sppb-btn-info {
    background-color: #00d9c4;
    border-color: #00d9c4
}

.btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover,.btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline:focus,.btn-white .sppb-btn.sppb-btn-secondary.sppb-btn-outline:active {
    background-color: #CA0B6B;
    color: #fff;
    border-color: #CA0B6B
}

body .sppb-btn,body .btn {
    box-shadow: none !important;
    outline: none !important
}

.btn:focus {
    box-shadow: none !important
}

.btn-secondary {
    color: #fff;
    background-color: #CA0B6B;
    border-color: #CA0B6B;
    margin: 20px 20px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2D2E83;
    border-color: #2D2E83;
    margin: 20px 20px;
}

body .sppb-btn,body .btn {
    padding: 13px 40px 12px 40px !important;
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.8px
}

body .sppb-btn-xs {
  padding: 8px 22px 8px 22px !important;
}

/* Values */
@media screen and (min-width: 768px) {
.sppb-col-md-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    }
}
/* Partners */
.sppb-carousel-inner>.sppb-item>a>img,.sppb-carousel-inner>.sppb-item>img,.sppb-img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

/* Contact */

.sppb-form-group label .sppb-field-required,.form-group label .sppb-field-required {
    color: #CA0B6B;
}

/* Footer */
.clubnorwest-home #sp-bottom {
    background: #2D2E83 !important;
    color: #fff !important;
}

.clubnorwest-home #sp-bottom .sppb-row-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.clubnorwest-home #sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #fff !important;
}

.clubnorwest-home #sp-bottom .sp-module ul>li>a {
    display: block;
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

.clubnorwest-home #sp-bottom .sp-module ul>li>a:hover {
    display: block;
    color: #fff !important;
    opacity: 1 !important;
}

.clubnorwest-home #sp-bottom3 .sppb-optin-form .sppb-btn.sppb-btn-default {
    color: #fff;
    background-color: #CA0B6B;
    border-color: #CA0B6B;
    letter-spacing: 0.8px;
    padding: 15px 40px 15px 40px !important;
}

.clubnorwest-home #sp-bottom3 .social-icons li a {
    color: #fff !important;
}

.clubnorwest-home #sp-bottom3 .social-icons li a:hover {
    color: #CA0B6B !important;
}

.clubnorwest-home #sp-bottom3 .social-icons li a:hover span {
    border-color: #fff !important;
}

.clubnorwest-home #sp-bottom3 .social-icons li a span {
    padding: 10px;
    border: 1px solid #CA0B6B !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px 0px;
    text-align: center
}

ul.social-icons>li a {
    color: #fff;
    opacity: 1 !important;
    transition: 0.5s;
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 10px !important;
}

.sp-copyright {
  font-size: small;
}
