/*
Theme Name:         Join Dorado Contest
Theme URI:          https://www.axisdorado.com
Description:        Custom Wordpress them for dorado. Created June 2025
Version:            1
Author:             MASINI CREATIVE INC
Author URI:         https://www.masini.ca

/* -----------------------------------------------------
= Base
--------------------------------------------------------*/

/* --- Font Declaration --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300,400&display=swap');

/* --- Global Styles --- */
body {
  font-family: "Inter", sans-serif !important;
  color: #414547 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0;
}

/* --- Typography --- */

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2 !important;
  color: #4b286d !important;
}

h1, h2, h3 {
  font-weight: 400 !important;
}
h4, h5, h6 {
  font-weight: 400 !important;
}


strong {font-weight: 400 !important;}

p {
  margin: 15px 0 0 !important;
  color: #414547 !important;
  font-size: 16px;
  font-weight: 400 !important;
}

p.large {font-size: 16px !important;}

/* Links */
a, a:link, a:visited, a:active,
h1 a:link, h2 a:link, h3 a:link {
  color: #4b286d;
  text-decoration: underline;
  cursor: pointer;
}

  a:hover, a:focus, a:active,
  h1 a:hover, h2 a:hover, h3 a:hover {color: #414547; text-decoration: underline !important;}

a.collapsible,
a.collapsible:hover,
.navbar-nav.top>li>a,
.navbar-nav.top>li>a:hover {text-decoration: none !important;}

/* Tables */
.css-table {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    /*table-layout: fixed;  optional, for equal spacing */
}
  .css-table > li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
  }

/* Lists */
.list-grid {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
  .list-grid > li {
    float: left;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border;
  }
  .list-grid.one > li {width: 100%;}
  .list-grid.two > li {width: 50%;}
  .list-grid.three > li {width: 33.33333333%;}
  .list-grid.four > li {width: 25%;}
  .list-grid.five > li {width: 20%;}
  .list-grid.six > li {width: 16.666%;}

.list-grid.padded25 > li {padding: 25px;}

ul.no-padding {padding-left: 15px;}
ul.with-margin li {margin-bottom: 10px;}

ul.checkmark {
  	list-style: none;
	padding: 0;
}

ul.checkmark li{
  	background: url(img/icons/icon-check-gr.png) top left no-repeat;
    background-size: 16px auto;
    padding-left: 26px !important;
    margin-top: 10px;
    background-position: 0 3px;
}

.has-shadow {
  padding: 24px;
  position: relative;
  min-height: 100%;
  border-width: 0px;
  border-radius: 4px;
  border: 1px solid rgb(216, 216, 216);
  background-color: rgb(255, 255, 255);
}
  
  .has-shadow.no-bord {border: 0;}

.ribbon-container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  margin-bottom: 30px;
}
.ribbon-container .box {
  display: block;
  position: relative;
  margin-left: -40px;
  padding: 10px 30px;
  line-height: 1;
  background-color: #603888;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px 4px 4px 0;
}
  .ribbon-container .box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    border-bottom: 10px solid #4b286d;
    border-left: 16px solid #4b286d;
    border-radius: 0 0 0 100%;
  }

.lvl-badge {
    display: inline-block;
    position: relative;
    height: 16px;
    background-color: #4b286d;
    padding: 2px 4px;
    margin-top: 4px;
    width: 50px;
}
  .lvl-badge::after {
      content: "";
      position: absolute;
      width: 0px;
      height: 0px;
      right: -8px;
      top: 0px;
      border-style: solid;
      border-color: #4b286d transparent;
      border-radius: 0.0625rem;
      border-width: 8px;
  }

  .lvl-badge.bronze {background-color: #b08d57;}
    .lvl-badge.bronze::after {border-color: #b08d57 transparent;}
  .lvl-badge.silver {background-color: #aaa9ad;}
    .lvl-badge.silver::after {border-color: #aaa9ad transparent;}
  .lvl-badge.gold {background-color: #FFD700;}
    .lvl-badge.gold::after {border-color: #FFD700 transparent;}
  .lvl-badge.plat {background-color: #e5e4e2;}
    .lvl-badge.plat::after {border-color: #e5e4e2 transparent;}

.bord-grad {
  display: block;
  margin: 0 auto;
  padding: 2px;
  background-image: linear-gradient(45deg,#4B286D, #E53293);
  text-align: center;
  line-height: 1.4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bord-grad span {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 8px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.list-legal {padding-left: 15px;}
.list-legal li {margin-top: 15px;margin-bottom: 15px;}
.list-legal .list-unstyled {margin-left: 20px;margin-top: 20px;}


sub, sup {
	color: #414547;
  font-size: 60% !important;
	font-weight: 400;
	top: -0.4em !important;
}

h2 sup {
    font-size: 45% !important;
    top: -1.2em !important;
}
h2 a sup {
    font-size: inherit !important;
}
header.lrg {margin-bottom: 100px;}
header.med {margin-bottom: 50px;}
header.sml {margin-bottom: 25px;}

hr.with-shadow {
  margin: 75px auto 0; 
  height: 32px;
  background-image: radial-gradient(ellipse at top,hsla(0,0%,58.8%,.1) 0,transparent 70%);
}

/* --- Form Elements --- */
select {height: 48px;}
.form-control, label {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
}
  .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
    input.form-control {height: 43px;}

.form-group > label {padding-left: 0 !important;font-weight: 400 !important;}

   label {font-weight: 400 !important;font-size: inherit !important;}

[name="form-cust-mall"]  {
  height: 48px;
}

.radio {margin-top: 0;}
.checkbox {margin: 5px 0 0 20px;}

/* Buttons */
.btn, a.btn {
  padding: 10px 36px !important;
  color: #fff!important;
  font-size: 16px !important;
  line-height: 24px !important;
  -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

  .btn, a.btn,
  .btn:hover, a.btn:hover,
  .btn:focus, a.btn:focus {
    transition: all .25s ease-in;
      -webkit-transition: all .25s ease-in;
    outline: none;
    box-shadow: none;
    text-decoration: none !important;
    font-weight: 400;
  }

.btn-sm, a.btn-sm {padding: 10px 20px !important;}
         
 .btn-grad {
    background-image: linear-gradient(to right, #4B286D 0%, #E53298 75%, #4B286D  100%) !important;
    transition: 0.5s;
    background-size: 200% auto;
  }
         

.btn-primary,
.btn-default,
.btn-success {
  background-color: #2b8000 !important;
  border-color: #2b8000 !important;
  min-width: 180px;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
  .btn-default:hover, .btn-default:focus, .btn-default:active,
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #006200 !important;
    border-color: #006200 !important;
  } 

.btn-container {margin-top: 15px;}

/* Contact Form 7 overrides */
.wpcf7-not-valid, div.wpcf7-validation-errors {border-color: #d9483b;}
span.wpcf7-not-valid-tip,
.wpcf7 img.ajax-loader {display: none;}
.panel-default>.panel-heading {
    color: #414547;
    background-color: #f7f7f8 !important;
    border-color: rgb(51,51,51, 0.1) !important;
}
.panel-default>.panel-heading .panel-title {
  font-size: 16px !important; 
  font-weight: 400 !important;
  color: #414547 !important;
}

.wpcf7-list-item {
    display: block !important;
    /*margin: 15px 0 0 !important;*/
}

/* Alerts */
.alert {padding: 15px;}

.alert-info {
	color: #54595F !important;
    background-color: #F4F9F2 !important;
    border-color: #D8D8D8 !important;
}
.alert-success {
	color: #4b286d !important;
    background-color: #fff !important;
    border-color: #2B8000 !important;
}
.alert-danger {
    color: #4b286d !important;
    background-color: #fff !important;
    border-color: #4b286d !important;
}

.alert-dorado-grn {
  background-color: #009100;
  color: #fff;
}

.alert-dorado-gry {background-color: #f4f4f7;}

.alert > p {margin-top: 0 !important;}

.alert > p > strong {
   font-weight: 400 !important;
}

.wpcf7-validation-errors, 
.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
    margin: 15px auto 0;
    padding: 15px;
    max-width: 744px;
    font-size: 14px;
    border: 1px !important;
    -webkit-border-radius:4px;
      -moz-border-radius:4px;
      border-radius:4px;
}
  .wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    color: #398f14;
    border-collapse: #398f14;
  }
  .wpcf7-validation-errors {
    background-color: #f2dede;
    color: #d9483b;
    border-color: #d9483b;
  }

  .wpcf7-response-output {
  padding-left: 40px !important;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.wpcf7-mail-sent-ok {background-image: url(img/icons/icon-success.svg);}
.wpcf7-response-output.wpcf7-validation-errors {background-image: url(img/icons/icon-fail.svg);}
._inline-form {width: 100% !important;}
#_form_5EA3E110C1792_ button[type="submit"],
._submit {font-size: 13px !important;}

/* Blog search form */
.searchbox {margin-bottom: 40px;}
.searchbox .input-group {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .searchbox .input-group .form-control {
    background-color: transparent;
    color: #666 !important;
    border: none;
    box-shadow: none;
  }

  .searchbox .input-group .btn {
    padding: 0;
    margin: 0 16px 0 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url('img/icons/search-close.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -8000px;
  }

.legalContainer {
  display: none;
  padding: 50px 25px;
  background: #fff;
  width: 100%;
  height: 25%;
  z-index: 205;
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px solid #f7f7f8;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 16px 0px;
  transition: transform 500ms ease-out 0s;
}

.modal-backdrop.in {opacity: 0.35 !important;}

.modal-backdrop {background-color: transparent;}
.modal.fade.modal-legal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    margin:0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, 0%, 0);
}

.modal.fade.modal-legal:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(0, 0%, 0);
}

.modal.fade.modal-legal .modal-content {
    padding: 25px;
    border-radius: 0;
    border: 0;
}
  .modal.fade.modal-legal .modal-content p {margin-bottom: 10px !important;font-size: 13px !important;}

/* -----------------------------------------------------
= Layout
--------------------------------------------------------*/

.site-header,
.site-header > .container {overflow-y: visible;}
  

.wrapper {background-color: #fff;}

/* Logo */
.logo {
  float: left;
  -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding: 18px 0;
} 

  .logo img {
    width: 220px;
    height: 44px;
    overflow: hidden;
  }


/* Navigation Menus */
.navbar {
  margin: 0;
  border: 0;
}

.navbar-header {float: none !important;}

.navbar.nav-main {
  border-color: rgb(216, 216, 216);
  border-style: solid;
  border-width: 1px 0 1px; 
}

  /* Desktop menu */
  .nav-primary {
    padding: 0;
    margin: 0;
  }
    .nav-primary ul {margin-bottom: 0;}
      .nav-primary  ul > li {
        float: left;
        margin: 0 !important;
        padding: 0 16px;
        list-style: none;
        position: relative;
      }

        .nav-primary ul > li > a {
          display: block;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          line-height: 1.4;
          color: #414547;
        }

.navbar-nav.top.navbar-right {
  margin-right: 0;
  float: right;
}

  .navbar-nav.top .chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0.15em;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    top: 6px;
    transform: rotate(135deg);
  }
  .navbar-nav.top>li {
	  margin-left: 14px;
	  float: left;
	  padding: 1rem 0;
}
  .navbar-nav.top>li>a {
    font-size: 14px !important;
	  padding-top: 0;
	  padding-bottom: 0;

  }
    .navbar-nav.top>li>a:hover, .navbar-nav.top>li>a:focus {background-color: transparent;}

.drop-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  background-color: #fff;
  min-width: 60px;
  font-size: 14px !important;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px;
  border: 1px solid rgb(0 0 0 / 10%);
  z-index: 51;
}

.drop-menu-item {width: 100%;}
  .location .drop-menu-item {min-width: 200px;}
  .drop-menu-item:hover, 
  .sub-menu li:hover {background-color: #eee;}

.drop-menu-item a {
    display: inline-block;
    padding: 0.5rem 1rem !important;
}
  .menu-item:hover .drop-menu {display: block;}

.pll-switcher-select {
    border: none;
    font-size: 14px !important;
    padding: 0 !important;
}

/* Sections */
.section.default {padding: 75px 0;}
.section.med {padding: 40px 0 40px;}
.section.sml {padding: 25px 0;}
.section.bord-top {border-top: 1px solid rgb(216, 216, 216);}
.bord-bot {border-bottom: 1px solid rgb(216, 216, 216);}
.fill-bg.lgr {background-color: #f7f7f8;}
.fill-bg.prpl {
	background-color: #4b286d;
	background-image: radial-gradient(ellipse at top,hsla(0,0%,58.8%,.1) 0,transparent 70%);
}

.fill-bg.prpl * {color: #fff !important;}
.fill-bg.wht {background-color: #fff;}

.section-plans p,
.section-plans li {font-size:14px !important;}

.game-on .title {
  margin-top: 10px;
  font-family: 'Orbitron', sans-serif;
  font-size: 28px !important;
}
 
.section-offers .container-fluid {max-width: 1380px;}

.list-offers > li {padding: 20px;}

/* Consultant Profile */
.row-c-profile {
  padding-top: 30px;
  background-size: 30%;
  background-position: 90% 0%;
  background-repeat: no-repeat;
  background-image: url(img/profile_leaves.png);
}

.img-profile img {max-width: 180px !important;}

/* -- Overrides -- */
.shoppingcartapp .btn {height: auto !important;}

.container-fluid.cart-container {padding:0 !important;}
.page-template-page-bdistributor .footer-cta {display: none !important;}
.fa-fw {
    box-shadow: none !important;
    border: 0 !important;
}

.row.ng-scope > .col-md-6.col-md-offset-3,
.ng-pristine.ng-valid.ng-scope .row > .col-md-6.col-md-offset-3,
.form.col-md-6.col-sm-12.col-md-offset-3.ng-scope,
.edit-person-col, #forgotPasswordForm .col-md-6.col-md-offset-3 {
  width: auto !important;
  margin: 0 !important;
}
.userlogin-consultant-login {margin: 0 !important;}

.login-consultant-col {min-width: 400px !important;}

.your-sponsor-text {
  font-weight: 400 !important;
  font-size: 18px !important;
}
.cart-page-title.log-in-title,
#btnOrderInstructions,
.btn-dummy-data,
.existing-payment-meth-panel,
.product .existing-welcome-title {display: none !important;}

.ul.menu-social li.social-website a:before {display: none !important;}

.consultant-profile-image {
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.constsearch-page-title {font-size: 24px !important;}

.join-sku-join .panel-heading,
.join-sku-join div.col-md-3.text-center,
.join-sku-join .lead.ng-binding,
.join-sku-join .ng-binding > p,
.join-sku-join  .padding, 
.join-sku-join  .padding-sm,
.subtotal-product-panel,
.subtotal-total-panel,
.half-pad-right.time,
.join-option-description,
.join-options-price {display: none !important;}

.panel-heading {overflow: hidden !important;}

.panel.join-sku-join,
.panel.join-sku-join .panel-body {padding: 0 !important; border: 0 !important;box-shadow: none !important;}

.join-sku-join .ProductDetailPrice.text-center {text-align: left !important;}

i.fa, i {border-width: 0 !important;}

.notify-wrapper-warn {
  padding: 10px 5px;
    background-color: #fff !important;
    border: 1px solid #45326a !important;
}

.btn-warning,
.btn-edit-person-cancel {
    color: #2a2c2e !important;
    background-color: #f7f7f8 !important;
    border-color: #d8d8d8 !important;
}

.col-md-6.existing-shipping-col {width: 100% !important;}

.notify i,
.glyphicon-remove {color: #45326a !important;}

/* -- Footer -- */
.footer {
  padding: 50px 0 25px;
  width: 100%;
  background-color: #fff;
}
  .footer, .footer p, .footer p {color: #2a2c2e;}
  .footer .bottom {padding-top: 25px;border-top: 1px solid rgb(216, 216, 216);}

  .nav-footer a, .nav-footer a:link, .nav-footer a:visited, .nav-footer a:active {
    display: block;
    padding-right: 10px;
    font-size: 14px;
    color: #2a2c2e;
  }

  .nav-footer li a > .glyphicon > img,
  .navbar-nav.top.navbar-right .glyphicon img {
    margin: -5px 2px 0 0;
    width: 16px;
    height: 16px;

  }

/* Landing Pages */
.lp-game-on {
  background-color: #421f63;
  background-image: url('img/lp/gameon/game-on-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
  .lp-game-on h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 60px !important;
  }

  .lp-game-on * {color: #fff !important;}

/* -----------------------------------------------------
= Media Queries
--------------------------------------------------------*/

@media print {
  #btngotoReplicatedSite,
  #btnLogin,
  .footer-cta {display: none !important;}
}

@media (min-width: 768px) {

  .nav-primary > ul {float: right;}
  .nav-main .nav-primary > ul > li > a {line-height: 80px;}
  .nav-primary  ul > li:last-child {padding-right: 0;}
  
  /* -- Lists -- */
  .list-box {margin-right: -15px;margin-left: -15px;}
    .list-box li > span {margin: 0 15px 15px;}
	
/*  .section-offers .list-offers > li .has-shadow {min-height: 520px;}*/

  /* -- Modal -- */
  .modal-dialog {width: 70%;max-width: 900px;}

/* -----------------------------------------------------
= Layout
--------------------------------------------------------*/
  
  /* -- Section Specific Styles -- */

  .game-on {
    background-image: url('img/BG_Gamer-Glowing-Hexagons.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
  }
	
  /* --- Misc/Utilities --- */
  .pull-right-desktop {float: right !important;}
  .pull-left-desktop {float: left !important;}
  .center-desktop {text-align: center;} 
  .center-block-desktop {
    margin-right: auto;
    margin-left: auto;
  }
	.center-mobile {text-align: left !important;}
 
}

/* --- Small devices (Tablets) --- */
@media (min-width: 768px) and (max-width: 1024px) {

/*	h1 {font-size: 36px !important;}
	h2 {font-size: 28px !important;}
	h3 {font-size: 24px !important;}
	h4 {font-size: 16px !important;}*/
	
} 

@media (min-width: 992px)  {

  /* --- Global Styles --- */

  /* Main Site Header + Menus */

  /* --- Misc/Utilities --- */
  .pull-right-desktop {float: right !important;}
  .pull-left-desktop {float: left !important;}
  .center-desktop {text-align: center;} 
  .center-block-desktop {
    margin-right: auto;
    margin-left: auto;
  }

}

/* --- Large devices (Desktop)  --- */
@media (min-width: 1025px)  {
	
	h1 {font-size: 38px !important;}
	h2 {font-size: 30px !important;}
	h3 {font-size: 24px !important;}
	h4 {font-size: 18px !important;}

}

/* --- Large devices (Desktop)  --- */
@media (min-width: 1200px)  {
	
	.home-welcome h1 {margin-top: 50px;}
	
}

@media (min-width: 768px) and (max-width: 1200px) {

	.home-welcome h1 {margin-top: 30px;}
	
} 
/* --- Small devices (Tablets) --- */
@media (max-width: 1024px) {

} 

/* --- Both extra small and small devices (Phones/Tablets) --- */
@media (max-width: 991px) {

  .nav-primary > ul > li {padding: 0 10px;}
   
  .dist-info-phone, .dist-info-code {display: block;text-align: left;} 
	
  /* Lists */
  .list-tablet-stacked li {
    display: block;
    width: 100% !important;
  }

  .center-mobile {text-align: inherit !important;margin-right: inherit!important;margin-left: inherit!important;}
  .center-tablet {text-align: center;} 
  .center-tablet-block {
    margin-right: auto;
    margin-left: auto;
  } 
  .tablet-margin {margin-bottom: 50px !important;}

  .section-offers .list-grid.three > li {width: 50% !important;}

}

/* --- Small Devices (Phones)  --- */
@media (max-width: 767px) {
  
  body, .btn, a.btn {font-size: 15px;}
  
  h1 {font-size: 32px !important;}
  h2 {font-size: 28px !important;}
  h3 {font-size: 24px !important;}

  .container {padding: 0 24px}

  /* -- Lists -- */ 
  .list-mobile-stacked li {
    display: block;
    width: 100% !important;
  }

  .center-mobile-block {
    margin-right: auto;
    margin-left: auto;
  } 
   
  hr.with-shadow {margin: 50px auto 0;} 
	
  .mobile-margin {margin-bottom: 50px !important;}
  .mobile-margin.sml {margin-bottom: 25px  !important;}

  /* -- Media Elements -- */
  .media.stacked-mobile > div {
    display: block;
    padding: 0;
    width: 100% !important;
  }

  /* Form */
  .btn-block-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

/* -----------------------------------------------------
= Layout
--------------------------------------------------------*/
  
/* --- Header --- */
.site-header .container {padding: 0 15px 0;}

  .logo {
    display: inline-block;
    float: none;
    padding: 15px 0 15px 15px;
    text-align: center;
  }
      .logo img {
        margin: 0 auto !important;
        width: 178px;
        height: auto;
      }

  .navbar-nav.top.navbar-right {margin: 0;}

  /* Navigation Menus */
    .nav-primary ul {
      margin: 0;
      padding: 0;
      float: none !important;
      overflow: hidden;
      width: 100%;
    }
      .nav-primary ul > li {
        float: none;
        margin: 0 !important;
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
      }
        .nav-primary ul > li:last-child {border-bottom: 0;}

        .nav-primary ul > li > a {
          display: block;
          font-size: 15px;
          padding: 14px 15px;
          text-align: right;
        } 
          .nav-primary ul > li > a:hover, .nav-primary ul > li > a:focus {
            background-color: #f7f7f8;
            color: #4b286d;}

    .navbar-nav.top>li>a,
    .drop-menu-item a {font-size: 12px !important;}

    .footer .bottom,
    .nav-footer li a {font-size: 15px;}

    .nav-footer li {
      display: block;
      float: none;
      padding: 4px 0 !important;
    }
      .nav-footer li a {padding: 4px 0 !important;}

.navbar-collapse {padding: 0 !important;}
.navbar-collapse, .navbar-inverse .navbar-form {border-color: rgb(0 0 0 / 10%) !important;}

.navbar-toggle {
  border-color: transparent !important;
  margin-right: 0;
  padding: 14px 15px;

}
  .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: transparent !important;}

.navbar-toggle .icon-bar {background-color: rgb(84, 89, 95) !important;}

  /* Sections */
  .section.default {padding: 50px 0;}
  .row-c-profile {padding: 0;background-image: none;}
  .section-offers .list-grid.three > li {width: 100% !important;}
    .list-offers > li {padding: 14px;}
 
  /* Contact */
  .get-in-touch .list-grid.four {margin-top: 0;}
  .get-in-touch .list-grid.four > li  {margin-top: 20px;width: 50%;}
  .get-in-touch .list-grid li h4 {margin-top: 15px;}
  .get-in-touch .list-grid.four > li .icon.med {margin-bottom: 0;}

  .list-post-share .btn {margin-top: 15px;}
  .tag-cloud {padding-bottom: 20px;}
	
  .img-profile img {margin: 0 auto 20px;}


  /* -- Footer -- */ 
  .list-social {margin:25px auto;}

  .center-mobile, .center-mobile * {text-align: center;}
	.mobile-centered, .mobile-centered * {text-align: center;}
  .hidden-mobile {display: none;}
  .is-not-visible[data-animation]  { visibility: visible !important; }
  .is-hidden[data-animation] {display: block !important;}
	
	.dist-info-phone, .dist-info-code {text-align: center;} 

	.login-consultant-col {min-width: auto !important;}
	
  .embed-container.instagram {
    padding-bottom: 130%;
    min-height: 500px;
  }

  /* -- System Status -- */
  .list-alerts {padding: 0;}
    .list-alerts > li .date {float: none;}

  .padding_mobile_none {padding: 14px;}
}

/* --- Misc/Utilities --- */
.intro-default-msg,
.non-replicated .intro-msg {display: none;}
.non-replicated .intro-default-msg {display: block;}

.small {font-size: 13px !important;}
.average {font-size: 14px;}

.wp-caption-text {
  margin: 10px 0;
  font-size: 12px;
  color: #666;
  font-style: italic;
}

.callout {
  margin-top:30px;
  padding: 30px;
}
  .callout.gr {background-color: #EFF1F3;}

.text-lgr {color: #ccc;}
.text-gr {color: #2a2c2e !important;}
.text-grn {color: #2b8000;}
.text-prpl {color: #4b286d;}
.text-lbl {color: #8C9EFF;}
.text-ylw {color: #f2c443;}
.text-wt,
.text-wt * {color: #fff;}
 a.text-wt, a.text-wt:link, a.text-wt:visited, a.text-wt:hover {
  padding-bottom: 3px;
  color: #fff;
  text-decoration: underline;
}
.text-meta {
  font-size: 13px;
  color: #999;
}

/* Font weight classes */
.text-lite {font-weight: 400 !important;}
.text-reg, .heavy {font-weight: 400 !important;}
.text-b, .heavier {font-weight: 400 !important;}
.text-xb {font-weight: 400 !important;}

/* Font transform related classes */
.text-lc {text-transform: none;}
.text-ital {font-style: italic;}
.text-uc {text-transform: uppercase;}

.feat-icon {max-width: 60px;height: auto;}


.icon-pdf {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-image: url('img/icons/icon-pdf.png');
  background-size: contain;
}

.icon.lrg {
  max-height: 80px;
  width: auto;
}

.icon.med {
  max-height: 40px;
  width: auto;
}

.icon.sml {
  max-height: 24px;
  width: auto;
}

.icon.xsml {
  max-height: 12px;
  width: auto;
}

.zoom-in {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.zoom-in img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.zoom-in:hover img {transform: scale(1.2);}

.pipe {
  display: inline-block;
  padding: 0 5px;
  color: #ccc;
}

.close {
    position: absolute;
    padding: 4px;
    right: 15px;
    top: 10px;
    background-color: rgba(255,255,255,0.25);
    opacity: 0.8 !important;
    z-index: 709;
  }

/* Hide Google Captcha box */
.grecaptcha-badge { visibility: hidden;}

/* -- Centering utilities -- */
.center, .center * {text-align: center;}
.center-block, .center-block * {
  margin-right: auto;
  margin-left: auto;
}

/* Site wide general announcement alert */
.gen-ancmt {
  background-color: #e9900e;
  width: 100%;
  color: #fff;
  border-radius: 0;
  bottom: 0;
  position: fixed;
  z-index: 711;
}
  .gen-ancmt p {
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
  }
    .gen-ancmt a:link, .gen-ancmt a:visited {
      color: #fff;
      text-decoration: underline !important;
    }

/* Hide */
.is-hidden {display: none;}
.is-not-visible {visibility: hidden;}

/* No JS */
.no-js .is-hidden {display: block;}
.no-js .is-not-visible {visibility: visible;}


/* Responsive media player */
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;
} 

  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
  }

.embed-container.instagram {padding-bottom: 117%;}
  .embed-container.instagram .thirdparty,
  .embed-container.instagram .Embed, 
  .embed-container.instagram .root {background-color: #fafafa !important;}

/* Input flags */
.iti-flag {background-image: url("img/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("img/flags@2x.png");}
}

/* CSS arrows */
i {
  border: solid #12141a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

i:hover, i:focus,
a > i:hover, a > i:focus {border-color: inherit;}

/* Margin Helpers */
.m-0 {margin: 0 !important;}
.m-5 {margin: 5px;}
.m-10 {margin: 10px;}
.m-15 {margin: 15px;}
.m-20 {margin: 20px;}
.m-25 {margin: 25px;}
.m-30 {margin: 30px;}
.m-35 {margin: 35px;}
.m-40 {margin: 40px;}
.m-45 {margin: 45px;}
.m-50 {margin: 50px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}

.mr-0 {margin-right: 0;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-35 {margin-right: 35px;}
.mr-40 {margin-right: 40px;}
.mr-45 {margin-right: 45px;}
.mr-50 {margin-right: 50px;}

.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}

.ml-0 {margin-left: 0;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-25 {margin-left: 25px;}
.ml-30 {margin-left: 30px;}
.ml-35 {margin-left: 35px;}
.ml-40 {margin-left: 40px;}
.ml-45 {margin-left: 45px;}
.ml-50 {margin-left: 50px;}

/* Padding Helpers */
.p-0 {padding: 0;}
.p-5 {padding: 5px;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-25 {padding: 25px;}
.p-30 {padding: 30px;}
.p-35 {padding: 35px;}
.p-40 {padding: 40px;}
.p-45 {padding: 45px;}
.p-50 {padding: 50px;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-75 {padding-top: 75px;}
.pt-100 {padding-top: 100px;}

.pr-0 {padding-right: 0;}
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pr-35 {padding-right: 35px;}
.pr-40 {padding-right: 40px;}
.pr-45 {padding-right: 45px;}
.pr-50 {padding-right: 50px;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-100 {padding-bottom: 100px;}

.pl-0 {padding-left: 0;}
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pl-30 {padding-left: 30px;}
.pl-35 {padding-left: 35px;}
.pl-40 {padding-left: 40px;}
.pl-45 {padding-left: 45px;}
.pl-50 {padding-left: 50px;}

/* % Width Helpers */
.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}

@media (min-width: 992px)  {

  @-webkit-keyframes slideDown {
    0% {
      opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
      -webkit-transform: translateY(0);
    }
  }

  @-moz-keyframes slideDown {
    0% {
      opacity: 0;
      -moz-transform: translateY(-2000px);
    }

    100% {
      -moz-transform: translateY(0);
    }
  }

  @-o-keyframes slideDown {
    0% {
      opacity: 0;
      -o-transform: translateY(-2000px);
    }

    100% {
      -o-transform: translateY(0);
    }
  }

  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-2000px);
    }

    100% {
      transform: translateY(0);
    }
  }
  
  .slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;  
    -webkit-animation-timing-function: ease; 
  }
}

.page-id-224994 .header h1, .page-id-225013 .header h1 {display: none;}

 /* -- Rewards -- */
  .page-rewards .nav-primary,
  .page-rewards .navbar-toggle,
  .page-rewards #region,
  .page-rewards .nav-footer,

  .page-recompenses .nav-primary,
  .page-recompenses .navbar-toggle,
  .page-recompenses #region,
  .page-recompenses .nav-footer {display: none !important;} 

  .page-rewards .footer,
  .page-recompenses .footer {padding-top: 0;}
  .page-rewards .footer .bottom,
  .page-recompenses .footer .bottom {border:0;}

@media print { 
	header, footer, .btn-primary {display: none;}
}