body {
  font-family: "Lato", Arial;
  font-size: 16px;
  background-color: #f4f3ef;
    height:100vh;
}
.wrapper {
  height: 100%;
}
.main-panel {
  background: url(images/impact-bg2.png) right top no-repeat #f4f3ef !important;
}
.nav li a {
  color: #348dcc !important;
  font-weight: bold;
}
.sidebar[data-color="white"] .nav li a {
  opacity: 1 !important;
}
.nav li.active > a i,
.nav li.active > a p {
  color: #272360 !important;
}
.nc-icon {
  color: #348dcc !important;
}
.card {
  border-radius: 8px;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #272360;
}
.sidebar:before,
.sidebar:after,
.off-canvas-sidebar:before,
.off-canvas-sidebar:after {
  display: none;
  content: none;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sidebar {
  background: url(images/impact-bg.jpg) left 130% no-repeat #fff !important;
  background-size: 50%;
}
.main-panel {
}
.icon-activity {
  width: 80%;
}
.nc-icon::before {
  font-weight: bold;
}
.card-title {
  color: #272360;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  padding: 0;
}
.calendar-container {
  position: relative;
  width: 450px;
}
.calendar-container header {
  border-radius: 1em 1em 0 0;
  background: #e66b6b;
  color: #fff;
  padding: 3em 2em;
}
.day {
  font-size: 8em;
  font-weight: 900;
  line-height: 1em;
}
.month {
  font-size: 4em;
  line-height: 1em;
  text-transform: lowercase;
}
.calendar {
  background: #fff;
  border-radius: 0 0 1em 1em;
  color: #555;
  display: inline-block;
}
.calendar thead {
  color: #272360;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar td {
  padding: 0.5em 1em;
  text-align: center;
}
.calendar tbody td:hover {
  background: #cacaca;
  color: #fff;
}
.current-day {
  color: #e66b6b;
}
.prev-month,
.next-month {
  color: #cacaca;
}
.ring-left,
.ring-right {
  position: absolute;
  top: 230px;
}
.ring-left {
  left: 2em;
}
.ring-right {
  right: 2em;
}
.ring-left:before,
.ring-left:after,
.ring-right:before,
.ring-right:after {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3),
    0 -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3), 0 -1px 1px rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  margin: 8px;
  height: 32px;
  width: 8px;
}
.videoRow {
  border-bottom: 1px solid #e2e3e4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.videoBox {
}
.videoBox .videoBox-details {
  padding: 20px;
  background-color: #fafafa;
  /*border-radius: 4px;
    */
  border: 1px solid #ddd;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /* min-height: 480px; */
}
.videoBox .videoBox-details span {
  color: #333;
  float: right;
}
.videoBox img {
  width: 100%;
  /*margin-bottom: 20px;
    */
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.videoBox h6 {
  padding-bottom: 0px;
  float: left;
}
.videoBox h6 a,
.videoBox a {
  font-size: 18px;
  color: #272360;
  text-transform: capitalize;
}
.videoBox span {
  font-weight: bold;
}
.videoBox p {
  padding-bottom: 10px;
}
.vid_link {
  font-size: 12px !important;
  font-weight: bold;
}
.doc_link {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  background-color: #348dcc;
  width: 100%;
  border-radius: 4px;
  font-size: 13px !important;
  font-weight: bold;
  text-transform: uppercase !important;
}
.doc_link:hover {
  background-color: #272360;
  text-decoration: none;
}
.doc_link span {
  text-transform: uppercase;
}
#searchtop {
  background-color: #fff;
}
.clearer {
  clear: both;
  height: 1px;
}
.video-thumb {
  height: 240px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.video-play {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(images/video-play.png) center center no-repeat transparent;
  background-size: 110px;
  opacity: 0.6;
}
.video-play:hover {
  opacity: 1;
}
#chat-script {
  overflow-y: scroll;
  max-height: 320px;
  margin-bottom: 10px;
}
#chat-message {
  width: 100%;
  border: 1px solid #666;
  padding: 6px;
}
#chatsend {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 60px !important;
  text-align: center;
  text-indent: 40px !important;
  position: absolute;
  top: 0px !important;
  left: -3px;
  border: 1px solid #666;
  border-left: 0px;
}
#chat-table {
  padding-top: 10px !important;
}
#chat-table td {
  padding: 6px 0px 6px 0px;
}
.chat-date {
  color: #999;
  float: right;
  font-size: 10px;
}
.sidebar .nav li > a,
.off-canvas-sidebar .nav li > a {
  font-size: 14px;
}
.card .card-header .card-title {
  margin-top: 0px;
}
h5.card-title {
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #27225f !important;
}
.mymsg {
  padding: 7px 10px 7px 10px !important;
  border-radius: 5px;
  background-color: #348dcc;
  color: #fff;
  margin-bottom: 10px !important;
}
.mymsg span {
  color: #fff;
}
.mymsg a {
  color: #fff;
}
.othermsg {
  padding: 7px 10px 7px 10px !important;
  border-radius: 5px;
  background-color: #eaeaea;
  color: #333;
  margin-bottom: 10px !important;
}
.othermsg a {
  color: #000;
}
.side-table td,
.side-table2 td {
  padding: 6px;
}
.side-table tr:nth-of-type(even) {
  background-color: #d1effc;
}
.side-table2 tr:nth-of-type(even) {
  background-color: #d1effc;
}
.card .header {
  padding: 20px 20px 0;
}
.card .content {
  padding: 15px 15px 10px;
}

.alert-updated {
  padding: 12px;
  margin-bottom: 20px;
  background-color: #8ef3c5;
  color: #42a084;
}
.alert-updated p,
.alert-danger p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.sport_tennis {
  border-bottom: 3px solid #dfff4f !important;
}
.sport_golf {
  border-bottom: 3px solid #009170 !important;
}
.sport_aquatics {
  border-bottom: 3px solid blue !important;
}
.sport_fitness {
  border-bottom: 3px solid red !important;
}
.icon-link i {
  font-size: 54px;
}
.icon-link img {
  border: 1px solid #ddd;
}
.icon-link img:hover {
  border: 1px solid #999;
}
.vidControls,
.vidControls table {
  width: 100%;
}
.vidControls td {
  width: 50%;
}
.vidControls span {
  font-size: 12px;
  color: #999 !important;
}
.icon-link i {
  color: #01acc3;
}
.icon-link i:hover {
  color: #0a8bd1;
}
.fa-solid.fa-floppy-disk,
.fa-regular.fa-floppy-disk {
  font-size: 24px;
  margin-top: 6px;
}
.dash-doc span {
  float: right;
  color: #999;
}
.dash-vid span {
  color: #ccc;
  font-size: 12px !important;
}
.dash-vid table {
  width: 100% !important;
}
.dash-vid table td {
  padding: 10px !important;
}
.dash-doc a,
.dash-vid a {
  color: #0a8bd1 !important;
}
.dash-head-icon {
  float: right !important;
  font-size: 30px !important;
}
.dash-profile {
  width: 100%;
  height: 100%;
    max-width: 160px;
    max-height: 160px;
  border-radius: 90px;
  border: 0px solid #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto;
}
#plan-details {
  border-radius: 10px;
  background-color: #d1effc;
  padding: 20px;
}
#plan-details h1 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}
#plan-details h4 {
  margin-top: 0px;
}
#plan-details .col-md-3 div {
  padding: 20px;
  border-radius: 10px;
  background-color: #0a8bd1;
  text-align: center;
  color: #fff;
}
/* HOMEPAGE */
.main_button {
  border: 1px solid #ccc;
  height: 160px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.main_button span {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#button_golf {
  background-image: url("/wp-content/uploads/2024/03/shutterstock-674913403-1024x683-1.webp");
}
#button_tennis {
  background-image: url("/wp-content/uploads/2024/03/GettyImages-1171084311.webp");
}
#button_aquatics {
  background-image: url("/wp-content/uploads/2024/03/CxlINBhRJyOnMGDNTMyw_shutterstock_546642934_1_.jpg");
}
#button_fitness {
  background-image: url("/wp-content/uploads/2024/03/ds-0454.jpg");
}
.button_overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 20px;
  height: 100%;
}
.button_overlay:hover {
  background-color: transparent;
}
.alert-danger {
  padding: 20px;
}
.form-control {
  background-color: #fafafa;
  color: #333;
  border: 1px solid #999;
}
textarea.form-control {
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #999;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.file-upload-input {
  color: #fff;
  font-size: 16px;
  padding: 10px 17px;
  border: none;
  background-color: #eaeaea;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #999;
  border-right: 0px;
}
.file-upload-input:hover,
.file-upload-input:focus {
  background-color: #ccc;
  outline: none;
}
.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 20px;
  border: none;
  margin-left: -1px;
  background-color: #51bcda;
  float: left;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.file-upload-button:hover {
  background-color: #2ba9cd;
}
.card-title {
}
.doc_link_disabled,
.doc_link_disabled:hover {
  background-color: #ccc;
  cursor: none;
}
.cd-date {
  font-size: 24px !important;
}
/* -------------------------------- Modules - reusable parts of our design -------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
/* -------------------------------- Main components -------------------------------- */
#cd-timeline {
  position: relative;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #01acc3;
}
.cd-timeline-img.cd-movie {
  background: #01acc3;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations
    .cd-timeline-block:nth-child(even)
    .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.table-striped a {
  color: #0a8bd1;
}

.comment {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}
.comment span {
  float: right;
  color: #999;
  position: relative;
  top: -6px;
}
.comment_boss {
  background-color: #d1effc;
}
#res_comment {
  margin-top: 20px;
}

.wc-tab h2,
.related h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0a8bd1;
}
.woocommerce-Price-amount {
  font-size: 34px;
  font-weight: bold;
  color: #01acc3;
}
.single_add_to_cart_button {
  background-color: #0047ba !important;
}
.woocommerce-loop-product__title {
  font-size: 24px !important;
  font-weight: bold;
  color: #0a8bd1;
  padding-bottom: 0px !important;
}
#merch .woocommerce-loop-product__title {
  font-size: 16px !important;
}
#merch span {
  font-size: 16px;
}
#merch .button {
  display: none;
}



div.s2member-pro-stripe-form-description-div {
    font-size: 140%;
    font-family: 'Lato' !important;
}

.s2member-pro-stripe-form-section-title {
    font-size: 100% !important;
    text-align: left;
    min-height: 22px;
    margin: 0 0 25px 0;
    border: 1px solid;
    padding: 10px 0 10px 0;
    border-width: 0 0 1px 0;
    font-family: 'Lato' !important;
}

#s2member-pro-stripe-checkout-form-custom-fields-section
{
    display:none;
}




.card .card-header
{
    background-color: #0a8db1;
    -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}


.card .card-header:not([data-background-color]) {
  background: rgb(52,141,204);
background: linear-gradient(118deg, rgba(52,141,204,1) 0%, rgba(81,193,239,1) 100%);
    
    background: rgb(31,25,113);
background: linear-gradient(98deg, rgba(31,25,113,1) 0%, rgba(10,139,209,1) 100%);
    color:#fff !important;
    
  
    
   background: rgb(30,125,193);
background: linear-gradient(98deg, rgba(30,125,193,1) 0%, rgba(82,193,239,1) 100%);
    
  /*  background: rgb(60,55,135);
background: linear-gradient(98deg, rgba(60,55,135,1) 0%, rgba(82,193,239,1) 100%);*/
}

.card .card-header .card-title,
.card .card-header .card-category
{
    color:#fff !important;
    font-weight:bold;
}

h5.card-title
{
border-bottom:1px solid #1E7EC1;
}

.switchBox
{
   line-height: 44px;
    background-color: #fafafa;
    border-radius: 20px;
   float:left;
    width:auto;
    border:1px solid #eaeaea;
}
.switchBox a
{
    line-height: inherit;
    padding: 0px 10px 0px 10px;
    float:left;
    display:inline-block;
    font-weight:bold;
    font-size:16px;
    color:#0295a8;
}
.switchBox a.select-filter
{
    background-color: #01acc3;;
    color:#fff;
}
.switchBox a:first-child
{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 16px;
}
.switchBox a:last-child
{
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 16px;
}
.switchBox a:hover{
    
}


.countBox
{
    display:none;
    line-height: 44px;
    background-color: #fafafa;
    border-radius: 90px;
    float:left;
    width:auto;
    border:1px solid #eaeaea;
    float:right;
    position: relative;
        padding: 20px 40px 20px 40px;
    text-align: center;
    margin-top: -160px;
    margin-right: 10px;
}

#doc-count
{
    
    font-size:18px;
    font-weight:bold;
    clear:both;
}
#doc-count span
{
    font-size: 54px;
    color:#1E7DC1;
}
#doc-count2
{
    line-height: 24px;
}
#doc-count2 strong
{
    font-size: 21px;
    line-height: 21px;
    position: relative;
    top: 2px;
    color: #0a8bd1;
}



#menu-front-end
{
    list-style: none;
    margin-top: 80px;
    float:right;
}
#menu-front-end li
{
    list-style: none;
    float:left;
    padding-right: 20px;
}
#menu-front-end li a
{
    color:#fff;
    background-color: #348DCC;
    padding: 8px 20px; 
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#menu-front-end li a:hover
{
    text-decoration: none;
    background-color: #27225F;
}





#s2member-pro-stripe-checkout-form
{
    position: relative;
    top:-40px;
}

#header
{
    /*margin-bottom: 30px;
    padding-bottom: 20px;*/
    border-bottom: 1px solid #ccc;
}

.card
{
    box-shadow: none;
}
.signup-image
{
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sep
{
    padding:20px 0px 20px 0px;
    clear:both;
    border-bottom: 1px solid #ccc;
    display: block;
}



.icon-img-link
{
    display:block;
    width:100%;
    height:243px;
    background-position: center top;
    background-size: cover;
    border:1px solid #eaeaea;
}


.webinar-link
{
    display:block;
    width:100%;
    /*height:200px;*/
    background-position: center center;
    background-size: cover;
    border:1px solid #eaeaea;
}
.webinar-link img
{
    
}


.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 60%;
  padding: 2rem;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 24px rgba(0,0,0,0.22);
  opacity: 0;
  visibility: hidden;
}

.map-popup > *:first-child { margin-top: 0; }
.map-popup > *:last-child { margin-bottom: 0; }

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker3
{
    float:right;
    opacity: 0.6;
}

.card-stats .card-body
{
    padding: 15px;
}

.notice4
{
    padding: 20px;
    border-radius:8px;
    background-color: #FDF7DF;
    border: 1px solid #FEEC6F;
    color: #000;
    margin: 0px 0px 20px 0px;
}


.s2member-pro-stripe-checkout-form-description-div,
.tier-header
{
    font-size:24px;
    font-weight:bold;
    color:#348DCC;
    line-height: normal;
    margin-bottom: 0px;
}

.s2member-pro-stripe-form-div input[type=text],
.s2member-pro-stripe-form-div input[type=email],
.s2member-pro-stripe-form-div input[type=password]
{
    background-color: #fff !important;
    padding: 10px !important;
    border-radius:0px !important;
    font-family:"Lato",Arial !important;
    font-size:16px !important;
}
#s2member-pro-stripe-form-card-element
{
     border-radius:0px !important;
}
#tier-sidebar ul
{
    padding-left: 20px !important;
}


.vid_link_save
{
    width:30px;
    height:auto;
    background: url('images/save-instagram.png') center center no-repeat transparent;
    background-size:contain;
    display: block;
    text-indent:-9999px;
    float:right;
}

.vid_link_unsave
{
    width:30px;
    height:auto;
    background: url('images/bookmark.png') center center no-repeat transparent;
    background-size:contain;
    display: block;
    text-indent:-9999px;
    float:right;
}

.vidControls_doc
{
    position: relative;
    top:10px;
}
.navbar-nav
{
    display:none !important;
}

@media screen and (max-width:990px)
{
    /*
    .navbar-toggler
    {
        display:none !important; 
    } */
    .navbar-brand
    {
        color:#fff !important;
    }
    .navbar-toggler-bar
    {
        background-color: #fff  !important;
    }
    .navbar
    {
        background: linear-gradient(98deg, rgba(30, 125, 193, 1) 0%, rgba(82, 193, 239, 1) 100%);
    }
}

@media screen and (max-width:768px)
{
    .sidebar {
    background-image: none !important;
    }
    
}

@supports (-ms-ime-align:auto) {
    .sidebar {
    background-image: none !important;
    }
}

@media (min-width: 1281px) and (max-width: 1600px) {
  .sidebar {
    background-image: none !important;
    }
}

.sidebar {
    background-image: none !important;
    }

.vid_download {
       width: 33px;
    height: auto;
    background: url(images/downloads.png) center center no-repeat transparent;
    background-size: 20px;
    display: block;
    text-indent: -9999px;
    float: right;
    top: -4px;
    position: relative;
}

@media screen and (max-width:768px)
{
    body
    {
         background-image:none !important;
    }
    
}


.navbar.navbar-transparent a:not(.dropdown-item):not(.btn) {
    color: #fff !important;
    font-weight:bold;
}

#dash-photo-img
{
    border-radius: 90px;
}

body
{
    background-color: #fff;
}

#gamon-footer
{
    
}


@media screen and (max-width:425px)
{
    .switchBox2 a
    {
        width:100% !important;
        display:block;
        text-align: center;
    }
    .switchBox2 a:first-child
    {
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-left-radius:0px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }
    .switchBox2 a:last-child
    {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
    }
    
}

.footer-white
{
    clear:both;
    background-color: #348dcc;
}
.footer .copyright {
        color:#fff;
    }



footer
{
    position: relative;
    position: absolute;
    width:100%;
    bottom:0;
}

.main-panel > .content {
    min-height: calc(100vh - 72px);
}

.card
{
    z-index: 9999;
}


.lp-modal-header
{
    background: linear-gradient(98deg, rgba(30, 125, 193, 1) 0%, rgba(82, 193, 239, 1) 100%) !important;
}

.lp-modal-dialog .btn-yes {
    color: #fff;
   background: linear-gradient(98deg, rgba(30, 125, 193, 1) 0%, rgba(82, 193, 239, 1) 100%) !important;
}

.fancybox__container
{
    z-index: 99999 !important;
}