@charset "utf-8";
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Force scrollbar */
html {
  /*overflow-y: scroll;*/
}

/* Align radios and text inputs with their label */

input[type='radio'],
input[type='checkbox'] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}

input[type='button'],
input[type='submit'],
button {
  width: auto;
  min-width: auto;
  font: 600 14px Open Sans;
  color: #44A9DF;
  text-decoration: none;
  padding: 0px 17px;
  border: 2px solid #44A9DF;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type='button']:hover,
input[type='submit']:hover,
button:hover {
  background: #44A9DF;
  color: #FFF;
  border-color: #44A9DF;
}

.sec_header ul li a {
  -webkit-transtion: text-shadow 0.5s linear;
  -moz-transtion: text-shadow 0.5s linear;
  -ms-transtion: text-shadow 0.5s linear;
  -o-transtion: text-shadow 0.5s linear;
  transtion: text-shadow 0.5s linear;
}

.sec_header ul li a:hover {
  text-shadow: 2px 2px 3px #847878;
}

.sec_header ul li a:hover>img {
  animation: shake 0.8s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -1px) rotate(0deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(0deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(0deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(0deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(0deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(0deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(0deg);
  }
}

input[type='button']:hover,
input[type='submit']:hover,
button:hover {
  background: #44A9DF;
  color: #FFF;
  border-color: #44A9DF;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

b,
strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

i,
em {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -.7em;
}

sub {
  bottom: -.25em;
}

a {
  color: #52B6D5;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #06D0FF;
  text-decoration: none;
}

a:focus,
a:active {
  border: none;
  outline: none;
  text-decoration: none;
}

div {
  vertical-align: top;
}

table,
tr,
td,
th {
  border: 1px solid #000;
  padding: 5px;
  font: 400 16px Mont-Reg, sans-serif;
}

table {
  border-collapse: collapse;
}

/* 1.2. Clear Fix
   ========================================================================== */

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

/*=======================================================================
                                                        FONT FACE DECLARTIONS
========================================================================*/

/*@font-face {*/
/*font-family: 'DKM-Night';*/
/*src: url('../fonts/DK-Midnight-Chalker.eot');*/
/*src: url('../fonts/DK-Midnight-Chalker.woff') format('woff'),*/
/*!*url('../fonts/DK-Midnight-Chalker.woff2') format('woff2'),*! */
/*url('../fonts/DK-Midnight-Chalker.ttf') format('truetype'),*/
/*url('../fonts/DK-Midnight-Chalker.svg#DK-Midnight-Chalker') format('svg'),*/
/*url('../fonts/DK-Midnight-Chalker.eot?#iefix') format('embedded-opentype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@font-face {
  font-family: 'DKM-Night';
  src: url('../fonts/dk-midnight-chalker-webfont-new.eot');
  src: url('../fonts/dk-midnight-chalker-webfont-new.eot?#iefix') format('embedded-opentype'),
    /*url('../fonts/dk-midnight-chalker-webfont-new.woff2') format('woff2'),*/
  url('../fonts/dk-midnight-chalker-webfont-new.woff') format('woff'),
  url('../fonts/dk-midnight-chalker-webfont-new.ttf') format('truetype'),
  url('../fonts/dk-midnight-chalker-webfont-new.svg#dk_midnight_chalkerregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'DKM-Night-Complete';
  src: url('../fonts/dk-midnight-chalker-webfont-new.woff2') format('woff2'),
  url('../fonts/dk-midnight-chalker-webfont-new.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gunny';
  src: url('../fonts/gunny_rewritten/gnyrwn971.eot');
  src: url('../fonts/gunny_rewritten/gnyrwn971.woff') format('woff'),
    /*url('../fonts/gunny_rewritten/gnyrwn971.woff2') format('woff2'),*/
    url('../fonts/gunny_rewritten/gnyrwn971.ttf') format('truetype'),
    url('../fonts/gunny_rewritten/gnyrwn971.svg#gnyrwn971') format('svg'),
    url('../fonts/gunny_rewritten/gnyrwn971.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/*=======================================================================

========================================================================*/

body {
  font: 400 17px 'Lato', sans-serif;
  color: #32325D;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #32325D;
  font-family: 'DKM-Night', TrebuchetMS, sans-serif;
  letter-spacing: 1px;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 35px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 17px;
  font-weight: 800;
}

p {
  font: 300 17px/28px 'Lato', TrebuchetMS, sans-serif;
  color: #FFF;
}

ul li,
ol li {
  font: 400 17px/28px 'Lato', TrebuchetMS, sans-serif;
  color: #FFF;
}

input {
  font: 400 17px 'Lato', TrebuchetMS, sans-serif;
  color: #FFF;
  outline: none;
  height: 45px;
  border: 1px solid #32325D;
  min-width: 120px;
  padding: 0 10px;
}

textarea {
  min-width: 300px;
  min-height: 100px;
  font: 400 17px 'Lato', TrebuchetMS, sans-serif;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px;
}

body {
  min-height: 100vh;
  background: #FFF;
  position: relative;
}

main {
  min-height: calc(100vh - 160px);
}

/*=======================================================================

/* Default pages styling */
.postContentDefault {
  font: 400 17px/28px 'Lato', TrebuchetMS, sans-serif;
  color: #FFF;
}

.general-page .container {
  padding: 155px 35px 75px;
}

.postContentDefault h1 {
  font: 600 48px 'DKM-Night';
  color: #FFF;
  padding: 0 0 10px 0;
}

.postContentDefault h2 {
  font: 400 44px 'DKM-Night';
  padding: 0 0 10px 0;
}

.postContentDefault h3 {
  font: 400 38px 'DKM-Night';
  padding: 0 0 10px 0;
}

.postContentDefault h4 {
  font: 400 32px 'DKM-Night';
  padding: 0 0 10px 0;
}

.postContentDefault h5 {
  font: 400 26px 'DKM-Night';
  padding: 0 0 10px 0;
}

.postContentDefault h6 {
  font: 800 18px 'DKM-Night';
  padding: 0 0 10px 0;
}

.postContentDefault hr {
  height: 1px;
  background: #FFF;
}

.postContentDefault p {
  font: 300 17px/28px 'Lato', TrebuchetMS, sans-serif;
  padding: 0 0 20px 0;
  margin: 0;
  color: #FFF;
}

.postContentDefault p b,
.postContentDefault p strong {
  font-weight: bold;
}

.postContentDefault p em {
  font-style: italic;
}

.postContentDefault p a,
.postContentDefault a {
  color: #52B6D5;
  text-decoration: underline;
}

.postContentDefault blockquote {
  padding: 10px;
  background: #D1DCE1;
  text-indent: 15px;
  margin: 0 0 20px 0;
}

.postContentDefault blockquote p {
  margin: 0;
  padding: 0;
  color: #000;
}

.postContentDefault figure.wp-caption {
  margin: 0;
  background: none;
}

.postContentDefault figure.wp-caption img {
  margin: 0 0 10px 0;
}

.postContentDefault figcaption.wp-caption-text {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  color: #565A5C;
}

.postContentDefault ul {
  margin-bottom: 25px;
  margin-left: 40px;
}

.postContentDefault ul li {
  padding-bottom: 10px;
  list-style: outside disc;
}

.postContentDefault ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #52B6D5;
}

.postContentDefault ol {
  list-style: decimal inside;
  margin: 0 0 20px 0;
  padding: 0;
  color: #66899B;
}

.postContentDefault ol li {
  font-size: 17px;
  padding: 0 0 5px 0;
  margin: 0;
  line-height: 20px;
  color: #32325D;
  font-weight: normal;
}

.postContentDefault ol li a {
  font-size: 18px;
  line-height: 20px;
  color: #52B6D5;
  font-weight: normal;
}

.postContentDefault form label {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px 0;
}

.postContentDefault form input[type="text"],
.postContentDefault form input[type="email"],
.postContentDefault form input[type="url"],
.postContentDefault form input[type="search"],
.postContentDefault form input[type="number"],
.postContentDefault form select {
  max-width: 300px;
  font-size: 17px;
  width: 80%;
  height: 45px;
  padding: 10px;
  border: 1px solid #32325D;
  margin: 0 0 10px 0;
  background: #FFF;
}

.postContentDefault form select {
  font-size: 17px;
  height: auto;
}

.form-control {
  border-color: #32325D;
  font-size: 17px;
}

.postContentDefault {
  padding: 50px 0;
}

.postContentDefault .navigation.paging-navigation {
  width: 100%;
}

.postContentDefault .navigation.paging-navigation h1 {
  display: none !important;
}

.postContentDefault .navigation.paging-navigation a {
  font-size: 17px;
  line-height: 1px;
  color: #F36E41;
  background: #66899B;
  padding: 22px 10px;
  margin: 0 3px;
}

.postContentDefault .navigation.paging-navigation span {
  font-size: 18px;
  line-height: 20px;
  color: #F36E41;
  background: #B3D66F;
  padding: 4px 10px;
  margin: 0 3px;
}

.postContentDefault .wp-pagenavi span.pages {
  background: #40A35F;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  padding: 4px 10px;
  margin: 0 5px 0 0;
}

.postContentDefault .wp-pagenavi a {
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  background: #F36E41;
  padding: 4px 10px;
  margin: 0 3px;
}

.postContentDefault .wp-pagenavi span.current {
  background: #B3D66F;
  color: #F36E41;
  font-size: 18px;
  line-height: 20px;
  padding: 4px 10px;
  margin: 0 5px 0 0;
}

.search-form span.screen-reader-text {
  display: none;
}

.postContentDefault table {
  font-size: 18px;
  line-height: 20px;
  width: 100%;
}

.postContentDefault table th {
  font-weight: bold;
}

.postContentDefault table td,
.postContentDefault table th {
  border: 1px solid;
}

.postContentDefault p img,
.postContentDefault img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.postContentDefault iframe {
  max-width: 100%;
  min-height: 250px;
}

.navigation.paging-navigation a {
  display: inline-block;
  padding: 22px;
}

.navigation.paging-navigation {
  text-align: center;
}

.wp-pagenavi {
  text-align: center;
}

/*=======================

customsection
*/
.general-page.custom-section h1 {
  text-align: center;
}

.general-page.custom-section p {
  color: #565A5C;
}

.general-page.custom-section ul li {
  color: #565A5C;
}

.general-page.custom-section.pate-title {
  background: url(../images/background2.png) no-repeat;
  background-size: cover;
}

.general-page.custom-section.pate-title .postContentDefault {
  padding: 0;
  margin-bottom: -30px;
}

.general-page.custom-section.pate-content .container {
  padding: 60px 35px 75px;
}

/*========================================================================*/

.container {
  width: 1470px;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 999;
}

header:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: -moz-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(165, 238, 205, 1)), color-stop(100%, rgba(83, 184, 214, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5eecd', endColorstr='#53b8d6', GradientType=1);
  /* ie6-9 */
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 1;
}

header.home_header:after {
  /*opacity: 0.4;*/
}

header .container {
  padding: 25px 15px;
}

.logo {
  display: inline-block;
}

.logo img:not(.band-fundraiser-logo) {
  max-height: 80px;
}

.home_header.stick .logo img {
  max-height: 60px;
}

.right_header {
  float: right;
  margin-top: 23px;
}

.right_header ul li {
  font: 400 24px 'DKM-Night', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.right_header ul li:last-child {
  margin-right: 0;
}

.right_header ul li.menu-item-has-children>a {
  padding-right: 20px;
}

.right_header ul li.menu-item-has-children>a:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  color: #FFF;
  line-height: 6px;
  position: absolute;
  top: 11px;
  right: 0;
}

.right_header ul li a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}

.right_header ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.right_header ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*=============STICKY HEADER==============*/
.sec_header.landing.stick {
  width: 100%;
  position: fixed;
  -webkit-animation: slide-down .3s;
  -moz-animation: slide-down .3s;
  -ms-animation: slide-down .3s;
  -o-animation: slide-down .3s;
  animation: slide-down .3s;
  z-index: 9999;
  display: block;
  top: 0;
}

.sec_header.landing1.stick {
  width: 100%;
  position: fixed;
  -webkit-animation: slide-down .3s;
  -moz-animation: slide-down .3s;
  -ms-animation: slide-down .3s;
  -o-animation: slide-down .3s;
  animation: slide-down .3s;
  z-index: 9999;
  display: block;
}

header.stick {
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: slide-down .7s;
  -moz-animation: slide-down .7s;
  -ms-animation: slide-down .7s;
  -o-animation: slide-down .7s;
  animation: slide-down .7s;
  z-index: 9999;
}

header.stick.no_stick {
  background: transparent;
}

header.stick .logo {
  width: 160px;
}

header.stick .logo.small_logo {
  width: 55px;
}

header.stick .right_header {
  margin: 12px 0 0;
}

header .container {
  padding: 15px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s;
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s;
  }
}

@-ms-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s;
  }
}

@-o-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s;
  }
}

/*===========TOGGLE MENU==============*/

.toggle_menu {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999;
}

#nav-icon2 {
  width: 34px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #FFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 11px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 23px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}

/*===============SECTION1==============*/

.home .wrapper {
  /*background-color: #313235;*/
}

.section1 {
  background: #252523 url(../images/background1.png) top center no-repeat;
  background-size: contain;
  position: relative;
}

.home_banner {
  padding-top: 155px;
  position: relative;
}

.home_banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home_banner .container {
  width: 1150px;
  /*min-height: 630px;*/
  height: 100%;
  display: table;
  position: relative;
  z-index: 9;
  padding-bottom: 10%;
  padding-top: 10%;
}

.home_banner .banner_content {
  display: table-cell;
  vertical-align: middle;
}

.banner_content h1 {
  font: 400 60px/74px 'DKM-Night';
  color: #FFF;
  margin-bottom: 30px;
}

.banner_content p {
  font: 400 24px 'DKM-Night';
  color: #FFF;
  margin: 15px 0;
}

.banner_content .get_started {
  margin-top: 35px;
}

a.link {
  min-width: 270px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  /*padding: 5px 10px 15px;*/
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  height: 60px;
  line-height: 60px;
}

a.link:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
  -webkit-mask-size: 200%;
  opacity: 1;
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

/*==========WHAT MAKES VERTICAL BATTER============*/

.makes_vertical_bettter {
  position: relative;
  z-index: 10;
}

.makes_vertical_bettter:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(165, 238, 205, 1)), color-stop(100%, rgba(83, 184, 214, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5eecd', endColorstr='#53b8d6', GradientType=1);
  /* ie6-9 */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}

.makes_vertical_bettter:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.makes_vertical_bettter .container {
  max-width: 1150px;
  width: 100%;
  padding: 7% 55px 7%;
  text-align: center;
}

.title {
  margin-bottom: 40px;
  text-align: center;
}

.title h2 {
  font: 400 60px 'DKM-Night';
  color: #414042;
}

.makes_vertical_bettter h2 {
  color: #FFF;
}

.makes_vertical_bettter p {
  font: 300 18px/32px 'Lato';
  color: #FFF;
}

/*==============HOW IT WORKS ================*/

.how_works .container {
  padding: 120px 15px;
  text-align: center;
}

.how_works .col {
  padding: 15px 30px;
}

.how_works .icon {
  width: 100%;
  height: 140px;
  display: table;
  margin-bottom: 30px;
}

.how_works .icon b {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.how_works h3 {
  font: 400 36px 'DKM-Night';
  color: #414042;
  margin-bottom: 20px;
}

.how_works p {
  font: 300 18px/30px 'Lato';
  color: #414042;
}

.how_works .get_started {
  text-align: right;
  margin-top: 60px;
}

.get_started span {
  line-height: normal;
  margin-top: 0;
  margin-left: 10px;
}

/*===========HAVE QUESTION=============*/

.have_question {
  background: #313032 url(../images/background2.png) no-repeat;
  background-size: cover;
}

.have_question .container {
  padding: 165px 15px 160px;
}

.have_question .title {
  margin-bottom: 100px;
}

.have_question .title h2 {
  color: #FFF;
}

.have_question .title h2 br {
  display: none;
}

.have_question .row {
  margin-left: -50px;
  margin-right: -50px;
}

.have_question .col {
  padding: 20px 50px;
}

.have_question .ip {
  width: 100%;
  height: auto;
  font: 300 24px 'Lato';
  color: #D4D4D4;
  padding: 25px;
  border: 0;
  background: transparent url(../images/border1.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

.have_question .full .ip {
  background: transparent url(../images/border2.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

.have_question .ip:focus {

  background: transparent url(../images/border11.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  color: #FFF;
}

.have_question .full .ip:focus {
  background: transparent url(../images/border22.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

.have_question input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ADADAD;
  opacity: 1;
}

.have_question input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ADADAD;
  opacity: 1;
}

.have_question input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ADADAD;
  opacity: 1;
}

.have_question input:-moz-placeholder {
  /* Firefox 18- */
  color: #ADADAD;
  opacity: 1;
}

.have_question .btn_row {
  margin-top: 95px;
  text-align: center;

}

.have_question .btn_row a.contactus_link {


  min-width: 270px;
  font: 400 46px 'DKM-Night';
  color: #FFF;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  line-height: 90px;
  width: 350px;
  height: 90px;


}

.have_question input.submit_btn {
  min-width: 270px;
  height: auto;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  line-height: 70px;
  text-align: center;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/border3.png) no-repeat;
  background-size: 100% 100%;
}

.have_question input.submit_btn:hover {
  transform: scale(1.05);
}

/*=============FOOTER===============*/

footer {
  background-color: #000;
  position: relative;
}

footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: -moz-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(165, 238, 205, 1)), color-stop(100%, rgba(83, 184, 214, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5eecd', endColorstr='#53b8d6', GradientType=1);
  /* ie6-9 */
  position: absolute;
  top: -8px;
  left: 0;
  opacity: 1;
}

footer .container {
  width: 1585px;
  padding: 80px 15px 45px;
  text-align: center;
}

.footer_logo {
  margin-bottom: 60px;
}

footer .soc_icons {
  margin-bottom: 45px;
}

footer .soc_icons ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

footer .soc_icons ul li:last-child {
  margin-right: 0;
}

footer .page_links ul li {
  font: 400 24px/17px 'DKM-Night';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #FFF;
}

footer .soc_icons .soc_link {
  width: 32px;
  height: 32px;
}

footer .soc_icons .soc_link.google_link {
  background: url(../images/soc1.png) no-repeat;
}

footer .soc_icons .soc_link.instagram_link {
  background: url(../images/soc2.png) no-repeat;
}

footer .soc_icons .soc_link.facebook_link {
  background: url(../images/soc3.png) no-repeat;
}

footer .soc_icons .soc_link.linkedin_link {
  background: url(../images/soc4.png) no-repeat;
}

footer .soc_icons .soc_link.twitter_link {
  background: url(../images/x-twitter.png) no-repeat;
  background-size: contain;
}


footer .page_links {
  margin-bottom: 75px;
}

footer .page_links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

footer .page_links ul li a {
  color: #FFF;
  text-decoration: none;
  line-height: normal;
}

footer ul li a:hover {
  color: #52B6D5;
}

.sec_footer {
  padding-top: 25px;
  background: url(../images/border4.png) no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

.sec_footer p {
  display: inline-block;
  vertical-align: middle;
  font: 400 24px/25px 'DKM-Night';
  color: #FFF;
  margin-right: 30px;
}

.sec_footer ul {
  display: inline-block;
  vertical-align: top;
}

.sec_footer ul li {
  display: inline-block;
  vertical-align: middle;
  font: 400 24px 'DKM-Night';
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.sec_footer ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #FFF;
  position: absolute;
  top: 4px;
  right: 0;
}

.sec_footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.sec_footer ul li:last-child:after {
  display: none;
}

.sec_footer ul li a {
  color: #FFF;
  text-decoration: none;
  line-height: normal;
}

/*=================================================
                                        CONTACT PAGE
=================================================*/

.page-template-Contact .wrapper {
  background-color: #313235;
}

.let_us_know {
  width: 100%;
  padding-top: 150px;
  /*min-height: 1275px;*/
  display: table;
  background: url(../images/background3.png) top center no-repeat;
  background-size: contain;
  padding-bottom: 150px;
}

.let_us_know>.wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.let_us_know_title h2 {
  color: #FFF;
  margin-bottom: 40px;
}

.help_form .ip {
  width: 100%;
  height: 75px;
  background: transparent;
  font: 400 14px 'Lato';
  color: #D4D4D4 !important;
  border: 1px solid #D6D4D3;
  border-radius: 0;
  text-align: left;
}

.help_form .ip:focus {
  border: 1px solid #52B6D5;
  color: #FFF !important;
  ;
  box-shadow: inset 2px 2px 2px #535151;
}

.help_form textarea {
  width: 100%;
  height: 140px;
  background: transparent;
  font: 400 14px 'Lato';
  color: #FFF;
  text-align: center;
  border: 1px solid #D6D4D3;
  border-radius: 0;
  padding: 28px 15px;
}

.help_form .submit_btn {
  min-width: 555px;
  height: 75px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  /**padding: 15px 10px 15px;**/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  margin-top: 48px;
  line-height: inherit;
}

.help_form .form-row {
  margin-left: -7px;
  margin-right: -7px;
}

.help_form .form-row .col {
  padding: 7px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D4D4D4 !important;
  opacity: 1;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D4D4D4 !important;
  opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #D4D4D4 !important;
  opacity: 1;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #D4D4D4 !important;
  opacity: 1;
}

/*============LOGIN MODEL==============*/

@media (max-width: 600px) {
  body.modal-open {
    padding: 0 !important;
    overflow-y: auto !important;
  }
}

@media (min-width: 601px) {
  body.modal-open {
    padding: 0 !important;
    overflow-y: hidden !important;
  }
}

.modal-backdrop.in {
  opacity: 0.8;
}

.login_model .modal-dialog {
  max-width: 740px;
  width: 100%;
  background: #58595B;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.login_model .modal-content {
  background: #58595B;
  padding: 65px 90px 35px;
  box-shadow: none;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-header,
.modal-footer {
  border: 0;
}

.login_model .modal-header img {
  display: block;
  margin: 0 auto 15px;
}

.login_model h3 {
  text-align: center;
  color: #FFF;
  font-size: 36px;
}

.model_title {
  margin-bottom: 32px;
}

.login_model input.form-control {
  width: 100%;
  height: 45px;
  background: #FFF;
  color: #777;
  font: 400 14px 'Lato';
  margin-bottom: 20px;
  text-align: left;
  border-radius: 0;
  border: 0;
}

.login_model input.form-control:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.login_model input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
  opacity: 1;
}

.login_model input::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
  opacity: 1;
}

.login_model input:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
  opacity: 1;
}

.login_model input:-moz-placeholder {
  /* Firefox 18- */
  color: #727272 !important;
  opacity: 1;
}

.form-group {
  margin-bottom: 0;
}

.modal-header,
.modal-footer {
  padding: 0;
}

.login_model .btn {
  min-width: 100%;
  height: 75px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  border: 0;
  margin-bottom: 20px;
}

a.forget_pw {
  font-size: 14px;
  float: right;
}

.login_model .other_options {
  position: relative;
}

.signup_model .other_options {
  text-align: center;
  margin: 10px 0 15px;
}

.signup_model .other_options p {
  display: inline-block;
  vertical-align: middle;
}

.login_model.modal .modal-content p {
  font-size: 14px;
}

.login_model .other_options [type="checkbox"] {
  position: absolute;
  opacity: 0;
}

[type="checkbox"]+label {
  padding-left: 25px;
  min-height: 20px;
  background: url(../images/unchecked.png) no-repeat;
  background-size: 18px 18px;
  background-position: left center;
  font: 400 14px 'Lato';
  color: #52B6D5;
  display: inline-block;
  vertical-align: middle;
}

[type="checkbox"]:checked+label {
  background: url(../images/checked.png) no-repeat;
  background-size: 18px 18px;
  background-position: left center;
}

.no_member_yet {
  padding: 25px 25px 25px;
  border-top: 2px solid #FFF;
  text-align: center;
}

.no_member_yet p {
  font: 400 32px 'DKM-Night';
  color: #FFF;
}

.login_model .errorMsg,
#resetpasswordForm .errorMsg {
  font: 400 32px 'DKM-Night';
  color: #EA5F5F;
  text-align: center;
  padding-bottom: 25px;
}

.login_model .successMsg,
#resetpasswordForm .successMsg {
  font: 400 32px 'DKM-Night';
  color: #3CB35F;
  text-align: center;
  padding-bottom: 25px;
}

/*===========MEGA MENU=============*/

.mega_menu {
  /*width: 100%;*/
  /*min-height: 465px;*/
  /*position: absolute;*/
  /*top: 100%;*/
  /*left: 0;*/
  /*background: rgba(0, 0, 0, 1) url(../images/background4.png) no-repeat;*/
  /*background-size: auto 100%;*/
  /*background-position: center left 30%;*/
  /*display: none;*/
  /*z-index: 999;*/
  width: auto;
  min-height: 328px;
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(0, 0, 0, 1) url(../images/background4.png) no-repeat;
  background-size: auto 100%;
  background-position: center left 30%;
  display: none;
  z-index: 10001;
  padding: 0 30px;
}

.mega_menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 9999;
}

.right_header ul li:hover .mega_menu {
  display: block;
}

.mega_menu .menu_content {
  max-width: 520px;
  float: right;
  padding: 65px 0;
}

.menu_content .col_left {
  width: 30%;
  height: 30%;
  float: left;
  padding: 0 15px;
}

.menu_content .col_right {
  width: 70%;
  float: left;
  padding: 30px 15px 0;
}

.menu_content h4 {
  font-size: 40px;
  color: #FFF;
  margin-bottom: 25px;
}

.menu_content ul li {
  font: 300 14px/24px 'Lato';
  width: 50%;
  float: left;
  margin-right: 0;
}

/*==============MEMBER FORM SECTION=================*/

.member_form_sec {
  width: 100%;
  min-height: 1115px;
  background: url(../images/background5.png) no-repeat;
  background-size: cover;
  display: table;
  padding-top: 210px;
  padding-bottom: 210px;
}

.member_form_sec .container {
  max-width: 1140px;
  width: 100%;
}

.member_form_sec p.errorMsg {
  
  margin: 0 auto;
  border: solid 2px #AD2525;
  padding: 10px 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

.member_form_sec p.warningMsg {
  
  margin: 0 auto;
  border: solid 2px #C29D0B;
  padding: 10px 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

.member_name {
  padding-top: 50px;
}

.member_name .user img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;

  -ms-border-radius: 50px;
  vertical-align: middle;
  border: solid 5px #29292A;
}

.member_name .col_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 65px;
  padding: 0px;
}

.member_name .col_right {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
}

.member_name h3 {
  font-size: 48px;
  color: #FFF;
  margin-bottom: 10px;
}

.member_name h3 b {
  display: inline-block;
  padding-right: 45px;
  background: url(../images/icon3.png) no-repeat;
  background-size: 31px 31px;
  background-position: right 5px;
  position: relative;
}

.member_name h3 b a {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 0px;
  z-index: 99999;
  right: 0;
}

.member_name h5 {
  font: 300 24px 'Lato';
  color: #FFF;
}

.member_name h5 a {
  color: #FFF;
}

.member_form_sec .user {
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;

  -ms-border-radius: 50px;
  overflow: hidden;
  margin-right: 50px;
  position: relative;
  padding: 8px;
  /*background-image: linear-gradient(to right, #A5EECD, #53B7D6);*/
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
}

.member_form_sec .user a {
  display: block;
  text-decoration: none;
}

.member_form_sec .user b {
  width: 100%;
  display: block;
  font: 300 12px 'Lato';
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 8px 15px;
}

.fundraiser_form {}

.fundraiser_form form {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #FFF;
}

.fundraiser_form .col_left {
  width: 35%;
  float: right;
  padding: 0 15px;
}

.fundraiser_form .col_right {
  width: 45%;
  float: right;
  padding: 0 15px;
}

.fundraiser_form form h3 {
  text-align: center;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 20px;
}

#donationForm .select_prefill {
  margin-top: 25px;
}

#donate_amount::-webkit-inner-spin-button,
#donate_amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#donate_amount {
  padding: 0;
  width: 75%;
}

.landing_page_main_content .team_name {
  margin-top: 25px;
}

.fundraiser_form .ip {
  width: 100%;
  height: 70px;
  background: #FFF;
  color: #777;
  font: 300 24px 'Lato';
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0;
  border: 0;
  text-align: left;
}

.fundraiser_form .ip:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.edit_profile input::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
.fundraiser_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
  opacity: 1;
}

.edit_profile input::-moz-placeholder,
/* Firefox 19+ */
.fundraiser_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
  opacity: 1;
}

.edit_profile input:-ms-input-placeholder,
/* IE 10+ */
.fundraiser_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
  opacity: 1;
}

.edit_profile input:-moz-placeholder,
/* Firefox 18- */
.fundraiser_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #727272 !important;
  opacity: 1;
}

.edit_profile .user_photo img {
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto;
  /*background-image: linear-gradient(to right, #A5EECD, #53B7D6);*/
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
}

form .submit_btn {
  min-width: 100%;
  height: 75px;
  font: 400 48px 'DKM-Night';
  color: #FFF;
  line-height: inherit;
  display: table-cell;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  border: 0;
}

.display_table {
  display: table;
  width: 100%;
}

.fundraiser_form a.create_link {
  display: table-cell;
  font: 400 48px 'DKM-Night';
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  height: 71px;
  vertical-align: middle;
  width: 100%;
  min-width: 100%;
  line-height: inherit;
}

.fundraiser_type h4 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #FFF;
}

.fundraiser_type ul {
  list-style-type: none;
  margin-bottom: 50px;
}

.fundraiser_type ul li {
  margin-bottom: 28px;
}

.fundraiser_type ul li p {
  font: 300 24px 'Lato';
  color: #52B6D5;
}

.fundraiser_type ul li h6 {
  font: 300 24px 'Lato';
  color: #FFF;
}

.fundraiser_type h4 a {
  color: #FFF;
  padding-right: 40px;
  position: relative;
}

.fundraiser_type h4 a:after {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  color: #FFF;
  line-height: 38px;
  position: absolute;
  top: 11px;
  right: 0;
}

.past_fund_model .modal-dialog {
  max-width: 1370px;
  width: 100%;
  background: #58595B;
}

.past_fund_model .modal-content {
  min-height: 860px;
  background: #58595B;
}

.past_fund_model .modal-content .container {
  max-width: 850px;
  padding: 80px 15px;
}

.past_fund_model .row .col {
  margin-bottom: 30px;
}

.past_fund_model p {
  font: 300 24px 'Lato';
  color: #52B6D5;
}

.past_fund_model h6 {
  font: 300 24px 'Lato';
  color: #FFF;
}

.past_fund_model .model_title {
  margin-bottom: 10px;
}

.past_fund_model .model_title h3 {
  color: #FFF;
  font-size: 48px;
  line-height: normal;
}

.past_fund_model .search-past {
  display: none;
}

.past_fund_model .past-fundraiser-list.active_search {
  display: block
}

.past_fund_model .past-fundraiser-list.deactive_search {
  display: none
}

.modal button.close {
  width: 35px;
  height: 35px;
  background: url(../images/close-btn1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 99;
  opacity: 1;
}

/*=============================================
                                EDIT PROFILE
==============================================*/

.edit_profile {
  width: 100%;
  min-height: 1280px;
  display: table;
  background: url(../images/background5.png) no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 210px;
}

.edit_profile .profile_wrap {
  display: table-cell;
  vertical-align: middle;
}

.edit_profile .container {
  width: 1050px;
}

.edit_profile h4 {
  font-size: 48px;
  color: #FFF;
  margin-bottom: 64px;
}

.edit_profile .ip {
  width: 100%;
  height: 45px;
  background: #FFF;
  color: #777;
  font: 300 14px 'Lato';
  margin-bottom: 20px;
  text-align: center;
  border-radius: 0;
  border: 0;
  text-align: left;
}

.edit_profile .ip:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.edit_profile input.submit_btn {
  margin-top: 65px;
  font-size: 32px;
}

.edit_profile .col_left img {
  display: block;
  margin: 0 auto 35px;
}

.edit_profile a.photo_link {
  min-width: 100%;
}

.edit_profile .row {
  margin: 0 -60px;
}

.edit_profile .col {
  padding: 0 60px;
}

.edit_profile .col_left {
  text-align: center;
}

.edit_profile .user_photo img {
  border-radius: 50%;
}

.edit_profile .successMsg {
  font-family: 'DKM-Night', TrebuchetMS, sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  padding: 15px 0;
  color: green;
}

.edit_profile .errorMsg {
  font-family: 'DKM-Night', TrebuchetMS, sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  padding: 15px 0;
  color: #e3110a;
}

img.avatar {
  height: 100%;
  border-radius: 50%;
  border: solid 5px #29292A;
}

/*=============================================
                        CREATE FUNDRASIER MODAL
=============================================*/

/*=============================================
                        CREATE FUNDRASIER MODAL
=============================================*/

.create_fundraiser_modal .modal-dialog,
.edit_fundraiser_modal .modal-dialog {
  max-width: 1170px;
  width: 100%;
}

.create_fundraiser_modal .modal-content,
.edit_fundraiser_modal .modal-content {
  box-shadow: none;
}

.modal.create_fundraiser_modal .modal-content,
.modal.edit_fundraiser_modal .modal-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 65px 30px 35px;
}

.modal.create_fundraiser_modal .modal-body .container,
.modal.edit_fundraiser_modal .modal-body .container {
  padding: 0;
}

.create_fundraiser_modal .model_title,
.edit_fundraiser_modal .model_title {
  text-align: center;
  margin-bottom: 50px;
}

.create_fundraiser_modal .model_title h3,
.edit_fundraiser_modal .model_title h3 {
  font-size: 40px;
  color: #FFF;
}

.create_fundraiser_modal.modal .modal-content h4,
.edit_fundraiser_modal.modal .modal-content h4 {
  font: 300 24px 'Lato';
  color: #FFF;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.create_fundraiser_modal .row,
.edit_fundraiser_modal .row {
  margin: 0 -12px;
}

.create_fundraiser_modal .row.level-0,
.edit_fundraiser_modal .row.level-0 {
  margin-bottom: 35px;
}

.create_fundraiser_modal h4.level-1,
.edit_fundraiser_modal h4.level-1 {
  margin-top: 35px;
}

.create_fundraiser_modal .col,
.edit_fundraiser_modal .col {
  padding: 12px 10px;
}

.create_fundraiser_modal .col>.row,
.edit_fundraiser_modal .col>.row {
  margin: 0 -10px;
}

.create_fundraiser_modal .col>.row div,
.edit_fundraiser_modal .col>.row div {
  padding: 0 10px;
}

.create_fundraiser_modal .ip,
.edit_fundraiser_modal .ip {
  width: 100%;
  /*min-width: 100%;*/
  height: 40px;
  background: #FFF;
  color: #777;
  font: 400 14px 'Lato';
  border-radius: 0;
  border: 0;
  padding: 5px 30px;
}

.create_fundraiser_modal .ip:focus,
.edit_fundraiser_modal .ip:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

#search_state, #organization_state {
  width: 100%;
  /*min-width: 100%;*/
  height: 40px;
  background: #FFF;
  background: #FFF url(../images/icon5.png) no-repeat;
  background-position: right 20px center;
  color: #777;
  font: 400 14px 'Lato';
  border-radius: 0;
  border: 0;
  padding: 5px 30px;
}

.edit_fundraiser_modal #youtube_link.ip {
  margin: 35px auto 0;
  width: 70%;
}

.youtube_uploadbtn {
  cursor: pointer;
  color: white;
  display: none;
  border: navajowhite;
  background-color: #52B6D5;
  padding: 7px;
  margin: 20px auto -10px;
}

.youtube_progressDiv {
  margin-bottom: -10px;
  margin-top: 10px;
  display: none;
}

#post-upload-status {
  font-size: 20px;
  margin-top: 0px;
}

#post-upload-status.fail {
  color: red;
}

#post-upload-status.success {
  color: green
}

#post-upload-status.processing {
  color: yellow;
}

.create_fundraiser_modal input::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
.create_fundraiser_modal input::-webkit-input-placeholder,
.create_fundraiser_modal textarea::-webkit-input-placeholder,
.edit_fundraiser_modal input::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
.edit_fundraiser_modal input::-webkit-input-placeholder,
.edit_fundraiser_modal textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
  opacity: 1;
}

.create_fundraiser_modal input::-moz-placeholder,
/* Firefox 19+ */
.create_fundraiser_modal input::-moz-placeholder,
.create_fundraiser_modal textarea::-moz-placeholder,
.edit_fundraiser_modal input::-moz-placeholder,
/* Firefox 19+ */
.edit_fundraiser_modal input::-moz-placeholder,
.edit_fundraiser_modal textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
  opacity: 1;
}

.create_fundraiser_modal input:-ms-input-placeholder,
/* IE 10+ */
.create_fundraiser_modal input:-ms-input-placeholder,
.create_fundraiser_modal textarea:-ms-input-placeholder,
.edit_fundraiser_modal input:-ms-input-placeholder,
/* IE 10+ */
.edit_fundraiser_modal input:-ms-input-placeholder,
.edit_fundraiser_modal textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
  opacity: 1;
}

.create_fundraiser_modal input:-moz-placeholder,
/* Firefox 18- */
.create_fundraiser_modal input:-moz-placeholder,
.create_fundraiser_modal textarea:-moz-placeholder,
.edit_fundraiser_modal input:-moz-placeholder,
/* Firefox 18- */
.edit_fundraiser_modal input:-moz-placeholder,
.edit_fundraiser_modal textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #727272 !important;
  opacity: 1;
}

.create_fundraiser_modal select,
.edit_fundraiser_modal select {
  width: 100%;
  height: 40px;
  background: #FFF url(../images/icon5.png) no-repeat;
  background-position: right 20px center;
  color: #777;
  font: 400 14px 'Lato';
  border-radius: 0;
  border: 0;
  padding: 5px 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -appearance: none;
  cursor: pointer;
}

.create_fundraiser_modal select:focus,
.edit_fundraiser_modal select:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.create_fundraiser_modal .col .state select,
.edit_fundraiser_modal .col .state select {
  background-image: none;
}

.create_fundraiser_modal blockquote,
.edit_fundraiser_modal blockquote {
  width: 100%;
  min-height: 200px;
  color: #000;
  background: #FFF;
  font: 400 14px 'Lato';
  padding: 12px 30px;
  margin-top: 15px;
}

.create_fundraiser_modal blockquote textarea,
.edit_fundraiser_modal blockquote textarea {
  min-width: 100%;
  width: 100%;
  height: 150px;
  color: black;
  font-size: 16px;
}

.xdsoft_datetimepicker {
  z-index: 10000000 !important;
}

.terms_cond_point p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.terms_cond_point {
  text-align: center;
  position: relative;
  margin: 30px 0 25px;
}

.modal .modal-content .terms_cond_point p {
  font-size: 14px;
}

.terms_cond_point input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.create_fundraiser_modal .btn_row,
.edit_fundraiser_modal .btn_row {
  text-align: center;
}

.create_fundraiser_modal form .submit_btn,
.edit_fundraiser_modal form .submit_btn {
  min-width: 555px;
  font-size: 32px;
}

.create_fundraiser_modal select[disabled],
.edit_fundraiser_modal select[disabled],
.create_fundraiser_modal input[disabled], .edit_fundraiser_modal input[disabled] {
  opacity: .7;
}

.organization-autocomplete ul li a {
  font-size: 12px;
}

/*==============================================
                                Landing page
==============================================*/

header.landing_page_header:after {
  display: none;
}

.sec_header {
  background: -moz-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(165, 238, 205, 1)), color-stop(100%, rgba(83, 184, 214, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5eecd', endColorstr='#53b8d6', GradientType=1);
  /* ie6-9 */
  overflow: hidden;
}

.sec_header .container {
  padding: 0 15px;
}

.sec_header ul {
  /* float: right; */
  text-align: center;
}

.sec_header ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 40px;
  margin-right: 30px;
}

.sec_header ul li:after {
  content: "";
  display: block;
  width: 5px;
  height: 120%;
  background: #FFF;
  position: absolute;
  top: -8px;
  right: 0;
  -webkit-transform: rotate(19deg);
  -moz-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  transform: rotate(19deg);
}

.sec_header ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.sec_header ul li:last-child:after {
  display: none;
}

.sec_header ul li a {
  font: 400 48px 'DKM-Night';
  color: #FFF;
  text-decoration: none;
  padding: 20px 0 20px;
  display: flex;
}

.sec_header ul li a.no-event {
  pointer-events: none;
  color: gray;
}

.sec_header ul li img {
  margin-right: 10px;
}

/*===============LANDING PAGE BANNER=================*/

.landing_page_banner {
  padding-top: 265px;
  background: url(../images/background2.png) no-repeat;
  background-size: cover;
}

.landing_page_banner .container {
  padding: 40px 15px;
  padding-left: 90px;
}

.landing_page_banner .container .fundraiser_logo {
  /*  background: url(../images/logo-outline.png);  */
  background-repeat: repeat;
  background-size: auto auto;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  padding: 40px;
  width: 400px;
}

.landing_page_banner .container .fundraiser_logo .logo-img {
  border-radius: 50%;
  width: 310px;
}
.logo-img-container{
  padding: 10px;
  width: 320px;
  background-image: linear-gradient(to right, #A5EECD, #53B7D6);
  border-radius: 50%;
  height: 320px;
}
.particiants_dashboard_banner .mob_view_name {
  display: none;
}

.landing_page_banner .col_left {
  padding: 0 60px;
}

.landing_page_banner h1 {
  font-weight: 100;
  font-size: 60px;
  line-height: 55px;
  color: #FFF;
}

.landing_page_banner h6 {
  font: 300 24px 'Lato';
  color: #FFF;
  margin-top: 15px;
}

.landing_page_banner .price_bar {
  position: relative;
  /*margin-top: 35px;*/
}

.landing_page_banner .mob_bar {
  display: none;
}

.landing_page_banner .price_bar h5 {
  font-size: 60px;
  color: #FFF;
  text-align: right;
}

.make_donation ul.custom li .amount p span {
  position: absolute;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
}

.landing_page_banner .price_bar h5 b {
  font: 300 14px/30px 'Lato';
  color: #FFF;
  display: block;
  text-align: right;
}

.landing_page_banner .price_bar .total_gain {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 168px;
  display: inherit;
  left: 0;
}

.landing_page_banner .price_bar .total_gain:before {
  content: "";
  display: block;
  width: 25px;
  height: 60px;
  background: url(../images/icon10.png) no-repeat;
  background-size: auto auto;
  background-size: 100% 100%;
  position: absolute;
  /*right: -7px;*/
  /*top: -20px;*/
  right: -7px;
  top: -45px;
}

/*===============LANDING PAGE MAIN CONTENT===============*/

.landing_page_main_content .col {
  padding: 45px 15px;
}

.landing_page_main_content .col_left {
  float: left;
  background: url(../images/border6.png) repeat-y;
  /*background-size: auto 100%;*/
  background-position: right top;
}

.landing_page_main_content .col_right {
  float: right;
}

.landing_page_main_content .col_right .user_name .fundraiser_logo {
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 20px;
  /*background-image: linear-gradient(to right, #A5EECD, #53B7D6);*/
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.landing_page_main_content .col_right .user_name .fundraiser_logo .logo-img {
  width: 400px;
  /*border: solid 19px white;*/
}

.landing_page_main_content .widgets {
  padding: 25px 50px;
  background: url(../images/border5.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

.landing_page_main_content .widgets:last-child {
  background: none;
}

.landing_page_main_content .widgets:before,
.landing_page_main_content .widgets:after {
  content: "";
  display: block;
}

.landing_page_main_content .widgets:after {
  clear: both;
}

.landing_page_main_content .widgets h3 {
  font: 400 60px 'DKM-Night';
  color: #52B6D5;
  margin-bottom: 25px;
}

.landing_page_main_content .widgets p {
  font: 300 18px/30px 'Lato';
  color: #414042;
  margin-bottom: 20px;
}

.video_sec .shares {
  display: inline-block;
}

.video_sec img,
.video_sec iframe {
  width: 100%;
  margin-bottom: 5px;
  padding: 17px;
  background-image: linear-gradient(to right, #A5EECD, #53B7D6);
  margin-bottom: 15px;
  height: 400px;
  height: 400px;
  height: 400px;
  height: 400px;
  height: 400px;
  height: 400px;
}

.video_sec li {
  list-style: none;
  margin-bottom: 10px;
}

.video_sec .shares h6 {
  font: 400 31px 'Lato';
  color: #58595B;
  letter-spacing: 0;
  padding-left: 40px;
  background: url(../images/icon11.png) no-repeat;
  background-size: 33px 23px;
  background-position: left center;
}

.video_sec .shares h6 b {
  font-size: 22px;
  font-weight: 300;
}

.video_sec ul.video_share {
  float: right;
}

.video_sec ul.video_share li {
  display: inline-block;
  vertical-align: middle;
}

.video_sec ul.video_share li a {
  min-width: 120px;
  color: #FFF;
  text-align: center;
  height: 40px;
  line-height: 40px !important;
  font: 400 22px 'DKM-Night';
  opacity: 0.8;
}

.video_sec ul.video_share li a:hover {
  opacity: 1;
}

.make_donation ul {
  list-style-type: none;
}

.make_donation ul li {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.make_donation ul li>div {
  display: table-cell;
  vertical-align: top;
}

.make_donation ul li .amount p {
  font: 300 36px 'Lato';
  color: #58595B;
  padding: 6px 12px;
}

.make_donation ul li .amount p input {
  color: #58595B;
  text-align: right;
  font-size: 39px;
  max-width: 180px;
  height: 57px;
  vertical-align: middle;
}

.make_donation ul li .amount p input:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.make_donation ul li .btn {
  text-align: right;
}

.make_donation ul li .btn a {
  min-width: 280px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  background-color: #46CE53;
  text-align: center;
  height: 57px;
  line-height: 58px;
  vertical-align: middle;
}

.make_donation ul li .btn a:hover {
  background-color: #20A92D;
}

.individual_profile .user_name {
  text-align: center;
  margin-bottom: 40px;
}

.individual_profile .user_name .useravada_wrapper {
  border-radius: 50%;
  width: 312px;
  height: 312px;
  padding: 17px;
  margin: 0 auto;
  /*background-image: linear-gradient(to right, #A5EECD, #53B7D6);*/
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
}

.individual_profile .user_name .useravada_wrapper img {
  display: block;
  margin: 0 auto 25px;
  border-radius: 50%;
  width: 100%;
  border: solid 7px white;
}

.individual_profile .user_name .useravada {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  padding: 12px;
  margin: 0 auto;
  /*background-image: linear-gradient(to right, #A5EECD, #53B7D6);*/
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
}

.individual_profile .user_name .useravada img {
  display: block;
  margin: 0 auto 25px;
  border-radius: 50%;
  width: 100%;
  border: solid 7px black;
}

.individual_profile .user_name img {
  display: block;
  margin: 0 auto 25px;
  border-radius: 50%;
}

.individual_profile .user_name h4 {
  font: 400 60px 'DKM-Night';
  font-family: 'DKM-Night' !important;
  color: #58595B;
  margin-bottom: 10px;
}

.individual_profile .user_name p {
  font: italic 400 44px 'gunny';
  color: #58595B;
}

.individual_profile .total_goal {
  margin-bottom: 30px;
}

.individual_profile .total_goal h5 {
  /*font: 300 24px 'Lato';*/
  font: 400 30px 'DKM-Night';
  /*color: #232224;*/
  color: #58595B;
  padding-top: 10px;
  text-align: center;
}

.individual_profile .total_goal h5 b {
  font-weight: 900;
  font-size: 40px;
}

.individual_profile a.donate_link {
  display: block;
  font: 400 72px 'DKM-Night';
  color: #FFF;
  text-align: center;
  background-color: #46CE53;
  height: 90px;
  line-height: 92px;
  margin-bottom: 20px;
}



/*.individual_profile a.donate_link {*/
/*display: table-cell;*/
/*font: 400 72px 'DKM-Night';*/
/*color: #FFF;*/
/*text-align: center;*/
/*background-color: #46CE53;*/
/*margin-bottom: 20px;*/
/*height: 76px;*/
/*vertical-align: middle;*/
/*}*/

.individual_profile a.donate_link:hover, #reloadBtn:hover {
  background-color: #08B514;
}

#reloadBtn {
  background-color: #46CE53;
}

.individual_profile a.share_link {
  display: block;
  font: 400 31px 'DKM-Night';
  color: #FFF;
  text-align: center;
  background-color: #52B6D5;
  height: 50px;
  line-height: 52px;
  margin-bottom: 20px;
}

.individual_profile a.share_link:hover {
  background-color: #0B97B7;
}

.days_left {
  text-align: center;
  padding-bottom: 25px;
}

.days_left h5 {
  font-size: 42px;
  color: #58595B;
}

.days_left h5 b {
  font-size: 70px;
}

.widgets.supporters_comments h3 {
  font-size: 50px;
  color: #58595B;
  text-align: center;
  margin-bottom: 50px;
}

.widgets.individual_profile .user_name h3 {
  font: 400 50px 'DKM-Night';
  color: #58595B;
  margin-bottom: 25px;
  margin-top: 15px;
}

.supporters_comments ul {
  list-style-type: none;
}

.supporters_comments ul li {
  margin-bottom: 50px;
}

.supporters_comments ul .like {
  float: right;
}

.supporters_comments ul .user {
  width: 90%;
  display: inline-block;
  margin-bottom: 10px;
}

.supporters_comments ul .user .img {
  width: 80px;
  height: 80px;
  background: #808285;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  padding: 8px;
  background: url(../images/ring.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
}

.supporters_comments ul .user .img img {
  width: 80px;
  border-radius: 50%;
}

.supporters_comments ul .user .detail {
  position: relative;
  width: calc(90% - 80px);
  float: right;
}

.supporters_comments ul .user .detail {
  display: inline-block;
  vertical-align: top;
}

.supporters_comments ul .user .detail h5 {
  font: 600 36px 'Lato';
  color: #58595B;
}

.supporters_comments ul .user .detail b {
  word-wrap: break-word;
  display: block;
  font: 400 20px 'Lato';
  color: #58595B;
}

.supporters_comments ul .user .detail h6 {
  display: block;
  font: 300 20px 'Lato';
  color: #58595B;
}

.supporters_comments .supporters_list {
  min-height: 500px;
  max-height: 1550px;
  overflow: auto;
  width: calc(100% + 30px);
  padding-right: 30px;
}

.supporters_comments .supporters_list .mCSB_scrollTools .mCSB_draggerContainer {
  width: 10px !important;
  border: 1px solid rgba(207, 207, 207, 0.5);
  border-radius: 5px;
}

.supporters_comments .supporters_list .mCSB_scrollTools .mCSB_dragger {
  width: 6px !important;
  height: 6px !important;
  margin: 0 1px;
  background-color: #CCCBCB;
  border-radius: 50%;
  border: 1px solid rgba(146, 144, 144, 0.5)
}

/*==========================================
                DONTAION PAGE
===========================================*/

.donation_page {
  padding-top: 190px;
  background: rgba(0, 0, 0, 1);
}

.donation_page.no_padding {
  padding-top: 0;
}

.donation_page .container {
  padding: 0px 15px 60px;
}

.landing_page_main_content.donation_page .widgets,
.landing_page_main_content.donation_page .col_left {
  background-image: none;
}

.landing_page_main_content.donation_page .widgets {
  padding: 0 50px;
}

.donation_page form h3 {
  font-weight: 100;
  font-size: 60px;
  color: #FFF;
  margin-bottom: 25px;
}

.donation_page form .donationbox {
  display: flex;
  background: white;
  position: relative;
}

.donation_page form input.amount_ip {
  width: 100%;
  height: 100px;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #000;
  border: none;
  text-align: right
}


.donation_page form input.amount_ip::-webkit-outer-spin-button,
.donation_page form input.amount_ip::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.donation_page form input.amount_ip[type=number] {
  -moz-appearance: textfield;
}

.donation_page form .currency {
  font-family: 'Lato', TrebuchetMS, sans-serif;
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  width: 15%;
  color: #000;
  display: inline-flex;
  align-items: center;
}

.donation_page form .currency span {
  font-size: 25px;
}

.donation_page form .decimal {
  font-family: 'Lato', TrebuchetMS, sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  width: 10%;
  padding-top: 26px;
  float: left;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}

.donation_page form input.amount_ip::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
}

.donation_page form input.amount_ip::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
}

.donation_page form input.amount_ip:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1 !important;
}

.donation_page form input.amount_ip:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important;
}

.donationbox input[type="text"]::-ms-clear,
.donationbox input[type="number"]::-ms-clear {
  /* IE 10+ */
  display: none !important;
}

ul.select_donation {
  list-style: none;
}

ul.select_donation li {
  width: 33.33%;
  float: left;
  padding: 6px 4px;
  position: relative;
}

ul.select_donation li input {
  position: absolute;
  opacity: 0;
}

ul.select_donation li input+label {
  display: block;
  font: 300 36px 'Lato';
  padding: 5px 5px 10px;
  border: 1px solid #FFF;
  text-align: center;
  transition: all .3s;
}

ul.select_donation li input+label:hover {
  background-color: #99D6E8;
}

ul.select_donation li input:checked+label {
  background: #52B6D5;
  border-color: #52B6D5;
}

.fb_info {
  margin-top: 40px;
}

.fb_info h4 {
  font: 300 24px 'Lato';
  color: #FFF;
  padding: 2px 0 5px 29px;
  background: url(../images/fb.png) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  margin-bottom: 28px;
  /*font: 300 24px 'Lato';*/
  /*color: #FFF;*/
  /*padding: 2px 0 5px 50px;*/
  /*background: url(../images/fb.png) no-repeat;*/
  /*background-position: left center;*/
  /*background-size: 36px 36px;*/
  /*margin-bottom: 28px;*/
}

.fb_info .don_anonymous {
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
}

.fb_info input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.fb_info .field_row {
  margin: 0 -11px;
}

.fb_info .half_col {
  width: 50%;
  float: left;
  padding: 11px;
}

.fb_info .full_col {
  padding: 0 11px;
}

.fb_info .ip {
  width: 100%;
  height: 74px;
  background-color: transparent;
  border-color: #FFF !important;
  color: #FFF !important;
  font: 300 14px 'Lato';
  text-align: left;
}

.fb_info select {
  display: none;
  width: 100%;
  height: 74px;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font: 300 14px 'Lato';
  /*    text-align: center;
        text-align-last: center;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: transparent url(../images/icon14.png) no-repeat;
  background-position: right 15px center;
  cursor: pointer;
  text-align: left;
  padding-left: 7px;
}

.fb_info select option {
  color: #000;
}

.donation_page .fb_info input::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
.donation_page .fb_info input::-webkit-input-placeholder,
.donation_page .fb_info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF !important;
  opacity: 1;
}

.donation_page .fb_info input::-moz-placeholder,
/* Firefox 19+ */
.donation_page .fb_info input::-moz-placeholder,
.donation_page .fb_info textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF !important;
  opacity: 1;
}

.donation_page .fb_info input:-ms-input-placeholder,
/* IE 10+ */
.donation_page .fb_info input:-ms-input-placeholder,
.donation_page .fb_info textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF !important;
  opacity: 1;
}

.donation_page .fb_info input:-moz-placeholder,
/* Firefox 18- */
.donation_page .fb_info input:-moz-placeholder,
.donation_page .fb_info textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF !important;
  opacity: 1;
}

.fb_info p {
  font: 300 14px 'Lato';
  padding: 0px;
  margin: 20px 0;
  font-size: 14px;
}

.fb_info p.selecte_paticipant_name {
  font: 300 24px 'Lato';
}

.fb_info p.selecte_paticipant_name>span.change_participant {
  cursor: pointer;
  color: #52B6D5;
}

.fb_info .comment_part {
  position: relative;
  margin-top: 22px;
  border: 1px solid #FFF;
  min-height: 140px;
}

.comment_part .fb_add {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #FFF;
  text-align: center;
}

.fb_add .table_wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.fb_add .table_wrap .wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fb_add .fbuser {
  width: 95px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 8px;
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
}

.fb_add .fbuser img.user {
  width: 95px;
  border-radius: 50%;
}

.fb_add p {
  font: 300 12px 'Lato';
  color: #FFF;
  margin: 0 auto;
}

.fb_add p img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.comment_part .comment_area {
  width: calc(100% - 160px);
  margin-left: 160px;
}

.comment_part .comment_area p#counter {
  text-align: center;
  font-size: 14px;
  margin: 3px 0;
}

.comment_part .comment_area p#comment {
  text-align: center;
  color: white;
  font: 300 28px 'DKM-Night';
  margin: 3px 0;
}

.comment_part .comment_area p {
  text-align: center;
}

.comment_part textarea {
  width: 100%;
  height: 100px;
  min-height: 70px;
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
  font: 300 14px 'Lato';
  resize: none;
  padding: 0 10px;
}

.agree_terms {
  text-align: center;
  margin: 10px 0 0;
}

.agree_terms p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.donate_btn {
  text-align: center;
}

.donate_btn button.submit_btn {
  min-width: 70%;
}

.donate_btn input {
  min-width: 560px;
  font-size: 32px;
}

.card {
  text-align: center;
  margin-top: 20px;
}

.donation_page.landing_page_main_content .user_name h4,
.donation_page .user_name p,
.donation_page .total_goal h5,
.donation_page .widgets.supporters_comments h3,
.donation_page ul .user .detail h5,
.donation_page ul .user .detail b,
.donation_page ul .user .detail h6,
.donation_page .widgets p {
  color: #FFF;
}

.donation_page .individual_profile .user_name img {
  width: 100%;
  height: 100%;
}

/*==================================================
                                        INVITE WIZARD
==================================================*/

header.wizard_header:after {
  display: none;
}

header.wizard_header .sec_header .container {
  padding: 18px 15px 22px;
}

header.wizard_header .sec_header ul li a {
  padding: 0;
}

header.wizard_header .sec_header ul li:after {
  display: none;
}

header.wizard_header .sec_header ul li {
  margin-right: 14px;
  padding-right: 15px;
}

header.wizard_header .sec_header ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

header.wizard_header .sec_header ul li a {
  font-size: 24px;
  font-weight: 100;
}

header.wizard_header .mega_menu:before {
  height: 110px;
  top: -110px;
}

header.wizard_header.stick .mega_menu::before {
  height: 40px;
  top: -40px;
}

header.dashboard_page_header .mega_menu:before,
header.landing_page_header .mega_menu:before {
  height: 140px;
  top: -140px;
}

header.dashboard_page_header.stick .mega_menu:before {
  height: 40px;
  top: -40px;
}

header.dashboard_page_header:after {
  display: none;
}

.landing_page_banner .price_bar .indiv_total_gain {
  transform: none;
  left: 0%;
}

.landing_page_main_content .widgets h4 {
  font-weight: 400;
  font-size: 30px;
  font-family: 'Lato';
  color: #414042;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
}

.wizard_page .individual_profile .user_name img {
  width: 120px;
  margin: 0 0 15px;
}

.wizard_page .individual_profile .user_name {
  text-align: left;
}

.landing_page_main_content ul.share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.invite_step .model_title {
  margin-bottom: 10px;
}

.modal-dialog {
  max-width: 740px;
  width: 100%;
}

.modal .modal-content {
  background: #58595B;
  padding: 65px 90px 35px;
  box-shadow: none;
}

.invite_step .modal-dialog {
  margin: 160px auto 50px;
}

.invite_step .modal-content a.nav_invite {
  width: 100%;
}

.modal .modal-content .modal-header {
  text-align: center;
}

.modal .modal-content h3 {
  font: 100 60px/50px 'DKM-Night';
  color: #FFF;
  margin-bottom: 30px;
}

.modal .modal-content h4 {
  font: 100 48px 'DKM-Night';
  color: #FFF;
  margin-bottom: 20px;
}

.modal .modal-content small {
  color: #fff;
}

.modal .modal-content p {
  font: 300 20px/26px 'Lato';
  color: #FFF;
}

.invite_step .modal-header img.modal_logo {
  margin-top: -170px;
  margin-bottom: 26px;
  border-radius: 50%;
  border: solid 10px white;
  width: 220px;
  height: 220px;
}

.invite_step ul:before,
.invite_step ul:after {
  content: "";
  display: table;
}

.invite_step ul:after {
  clear: both;
}

.invite_step ul {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.invite_step ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.invite_step ul li.left {
  width: 60%;
  height: 74px;
  background: #FFF;
  padding: 18px 40px;
}

.invite_step ul li.right {
  width: 40%;
  height: 74px;
  background: #52B6D5;
  padding: 10px 20px;
  font: 100 36px 'DKM-Night';
  color: #FFF;
}

.invite_step ul li.right span {
  vertical-align: middle;
}

.invite_step ul li.right b {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.invite_step ul li input {
  opacity: 0;
  position: absolute;
}

.invite_step ul li label {
  font: 300 20px 'Lato';
  color: #58595B;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.invite_step ul li label:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/unchecked2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.invite_step ul li input:checked+label:before {
  width: 37px;
  height: 37px;
  background: url(../images/checked1.png) no-repeat;
  background-size: 100% 100%;
  bottom: -4px;
}

.invite_step .modal-body {
  padding: 10px 0px 20px 0px;
  min-height: 0px;
}

.invite_step .modal-body #inviteSentBtn {
  display: inline-block;
}

#donationForm #payment-button {
  display: inline-block;
}

.invite_step .modal-footer {
  text-align: left;
}

.modal .btn {
  min-width: 100%;
  height: 75px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  border: 0;
  margin-bottom: 20px;
}

.modal .btn.back {
  min-width: 48%;
  display: inline-block;
}

.modal .btn.next {
  min-width: 48%;
  float: right;
  display: inline-block;
}

.invite_step .ip {
  width: 100%;
  height: 75px;
  background: #FFF;
  color: #777;
  font: 300 20px 'Lato';
  margin-bottom: 20px;
  padding: 0 80px;
  border-radius: 0;
  border: 0;
}

.invite_step .ip:focus,
.invite_step textarea:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.invite_step textarea {
  width: 100%;
  height: 145px;
  background: #FFF;
  color: #777;
  font: 300 20px 'Lato';
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 20px 20px;
  border-radius: 0;
  border: 0;
}

.invite_step input::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
.invite_step input::-webkit-input-placeholder,
.invite_step textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
  opacity: 1;
}

.invite_step input::-moz-placeholder,
/* Firefox 19+ */
.invite_step input::-moz-placeholder,
.invite_step textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
  opacity: 1;
}

.invite_step input:-ms-input-placeholder,
/* IE 10+ */
.invite_step input:-ms-input-placeholder,
.invite_step textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
  opacity: 1;
}

.invite_step input:-moz-placeholder,
/* Firefox 18- */
.invite_step input:-moz-placeholder,
.invite_step textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #727272 !important;
  opacity: 1;
}

.invite_step.step2 .modal-body {
  padding-bottom: 5px;
}

.total_sent {
  padding: 5px 15px 45px;
  text-align: left;
  border-top: 1px solid #FFF;
}

.total_sent .inviteEmailList {
  height: 100px;
  overflow-y: auto;
}

.total_sent .double_arrow {
  display: none;
}

.total_sent p {
  display: inline-block;
}

.total_sent b {
  font: 300 20px 'Lato';
  color: #FFF;
  float: right;
}

.invite_step a.fb_link {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #3D548F;
  font: 100 36px 'DKM-Night';
  color: #FFF;
  height: 70px;
  line-height: 71px;
}

.invite_step a.fb_link img {
  padding-right: 20px;
}

.invite_step b.and {
  display: block;
  text-align: center;
  font: 100 48px 'DKM-Night';
  color: #FFF;
  margin: 15px 0 25px;
}

.invite_step .share-apps a {
  transition: all .5s ease-in-out;
  opacity: 1;
}

.invite_step .share-apps a:hover {
  opacity: .5;
  transition: all .5s ease-in-out;
}

.invite_step .pro-tip {
  display: block;
  text-align: center;
  font: 100 24px 'DKM-Night';
  margin: 15px 0 25px;
  color: white;
}

.invite_step .share-app-instructions {
  display: block;
  text-align: center;
  font: 100 28px 'DKM-Night';
  margin: 15px 0 25px;
  color: white;
}

.invite_step .copy-share-link {
  text-align: center;
}

.invite_step .copy-share-link span {
  text-align: center;
  font: 100 48px 'DKM-Night';
  margin: 15px 0 25px;
  text-decoration: underline;
  color: #52B6D5;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.invite_step .copy-share-link span:hover {
  color: #06D0FF;
  text-decoration: none;
  cursor: pointer;
}

/*==========================================
            ADMIN DASHBOARD PAGE
===========================================*/

.landing_page_banner.dashboard_banner {
  padding-top: 220px;
}

.join_code {
  text-align: center;
  margin-bottom: 60px;
}

.join_code .show_code {
  color: #53B8D6;
  cursor: pointer;
}

.join_code .admin_code {
  display: none;
}

.join_code h2 {
  font-weight: 100;
  font-size: 40px;
  color: #FFF;
}

.join_code h2 em {
  font-style: normal;
}

.join_code h2 br {
  display: none;
}

.join_code h2 b {
  color: #53B8D6;
  font-weight: 100;
}

.dashboard_banner .col_left {
  padding: 0 100px 0 15px;
}

.participant_table {
  margin-top: 50px;
}

.page-template-SingleFundraiser-php .participant_table {
  margin-top: 0
}

.fundraiser_title_dash_top h2 {
  font-size: 72px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.participant_table h3 {
  font-weight: 100;
  font-size: 36px;
  color: #FFF;
  margin-bottom: 20px;
}

.participant_table th {
  /*width: calc(100% / 7) !important;*/
  text-align: center;
  font: 100 20px 'DKM-Night';
  color: #FFF;
  padding: 14px 5px 15px !important;
  border: 2px solid #FFF !important;
}

.participant_table .table {
  margin-bottom: 0;
  table-layout: fixed;
}

.participant_table .table>tbody>tr>td {
  height: 40px;
  word-wrap: break-word;
  vertical-align: middle;
}

.participant_table .table_body {
  max-height: 370px;
  overflow: auto;
  width: calc(100% + 30px);
  padding-right: 30px;
}

.participant_table .table>thead>tr>th {
  width: 14%;
}

.participant_table .table>tbody>tr.green>td {
  border: 1px solid #578566 !important;
  color: white;
  text-align: center;
  width: 14%;
}

.participant_table .table>tbody>tr.blue>td {
  border: 1px solid #4FADC9 !important;
  color: white;
  text-align: center;
  width: 14%;
}

.participant_table .table>tbody>tr.red>td {
  border: 1px solid #741F28 !important;
  color: white;
  text-align: center;
  width: 14%;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0 !important;
}

.mCustomScrollBox {
  max-width: none !important;
  width: calc(100% + 30px);
  padding-right: 30px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px !important;
  opacity: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  width: 10px !important;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 5px;
}

.mCSB_scrollTools .mCSB_dragger {
  width: 6px !important;
  height: 6px !important;
  margin: 0 1px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .75);
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.individual_profile a.donate_link.landing_link {
  font-size: 52px;
}

/*===============================================
                        PARTICIPANTS DASHBOARD BANNER
===============================================*/

.particiants_dashboard_banner {
  padding-top: 235px;
  padding-bottom: 45px;
}

.particiants_dashboard_banner .row1 {
  background: url(../images/border8.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

.particiants_dashboard_banner .col_left {
  padding: 35px 30px;
}

.landing_page_banner.particiants_dashboard_banner .container {
  padding: 0 15px;
}

.particiants_dashboard_banner h3 {
  font-weight: 100;
  font-size: 42px;
  color: #FFF;
  margin-bottom: 25px;
}

.particiants_dashboard_banner .particiant_name h3,
.particiants_dashboard_banner .participant_perfomance h3 {
  font-size: 46px;
}

.particiants_dashboard_banner .participant_perfomance .blank_row {
  height: 30px;
}

.particiants_dashboard_banner h3 b {
  color: #52B6D5;
  font-weight: 100;
}

.particiants_dashboard_banner h3 em {
  font-size: 24px;
}

.particiants_dashboard_banner .particiant_name {
  text-align: center;
}

.particiants_dashboard_banner .user {
  width: 155px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 8px;
  /*background-image: linear-gradient(to right, #A5EECD, #53B7D6);*/
  background: url(../images/ring.png) no-repeat;
  background-size: cover;
}

.particiants_dashboard_banner .user img.avatar {
  border-radius: 50%;
  width: 139px;
  height: 139px;
  /*border: solid 7px #fff;*/
}

.particiants_dashboard_banner .user a {
  display: block;
  text-decoration: none;
}

.particiants_dashboard_banner .user b {
  width: 100%;
  display: block;
  font: 300 12px 'Lato';
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 8px 15px;
}

ul.share_level li {
  font-weight: 300;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #FFF;
}

ul.share_level li b {
  font-weight: 300;
}

ul.share_level li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.my_supporters {
  padding: 30px 80px;
  background: url(../images/border7.png) no-repeat;
  background-size: auto 100%;
  background-position: left top;
}

.my_supporters ul {
  list-style-type: none;
}

.my_supporters .list {
  width: 215px;
  max-height: 200px;
}

.my_supporters li {
  margin-bottom: 15px;
}

.my_supporters li .amt {
  font: 300 19px 'Lato';
  color: #FFF;
}

.my_supporters li .name {
  font: 300 14px 'Lato';
  color: #FFF;
  text-transform: uppercase;
}

.my_supporters li .days {
  font: 300 14px 'Lato';
  color: #FFF;
}

.particiants_dashboard_banner .participant_table {
  margin-top: 20px;
}

.participant_table h2 {
  font-size: 72px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.dashboard_page .individual_profile h4 {
  font: 100 60px 'DKM-Night';
  color: #58595B;
}

.dashboard_page .individual_profile h4+h5 {
  font: 400 24px 'Lato';
  color: #414042;
}

/*===================================
            404 error
===================================*/

.error-404 {
  height: 630px;
  background: url(../images/background6.png) no-repeat;
  background-size: auto auto;
  background-size: cover;
  padding-top: 160px;
  height: calc(100vh - 160px);
}

.error-404 .container {
  padding: 100px 15px;
  text-align: center;
}

.error-404 .modal-header h3 {
  font: 100 60px/50px 'DKM-Night';
  color: #FFF;
  margin-bottom: 30px;
}

.error-404 a.go_back {
  min-width: 500px;
  height: 75px;
  font: 400 32px 'DKM-Night';
  color: #FFF;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
}

/*==========================================
                        THANK YOU PAGE
==========================================*/

.thank_you_page {
  height: 1290px;
  background: url(../images/background6.png) no-repeat;
  background-size: cover;
  padding-top: 160px;
}

.tnx_modal .modal-dialog {
  max-width: 1444px;
  width: 100%;
  margin-top: 160px;
}

.tnx_modal .modal-header h6 {
  font-weight: 300;
  font-size: 36px;
  font-family: 'Lato';
  color: #FFF;
}

.thankyou.fundraiser_img {
  width: 380px;
  margin: 45px auto 50px;
  background: #FFF;
}

.thankyou.fundraiser_img .thank-logo {
  width: 380px;
}

.fundraiser_img {
  width: 300px;
  margin: 20px auto 20px;
  background: #FFF;
}

.fundraiser_img iframe {
  width: 100% !important;
}

.fundraiser_img img {
  padding: 10px 11px;
}

.fundraiser_img b {
  display: block;
  font-size: 32px;
  font-family: 'DKM-Night';
  color: #414042;
  text-align: center;
  padding-bottom: 17px;
}

.tnx_modal .modal-footer {
  width: 530px;
  margin: 0 auto;
  text-align: center;
}

.modal a.fb_link {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  background-color: #3D548F;
  font: 100 36px 'DKM-Night';
  height: 70px;
  line-height: 71px;
  margin-bottom: 45px;
}

.modal a.fb_link {
  margin-bottom: 15px;
}

.modal a.fb_link:hover {
  background-color: #1E3B7C;
}

.modal a.twitter_link {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  background-color: #000000;
  font: 100 36px 'DKM-Night';
  height: 68px;
  line-height: 68px;
  margin-bottom: 15px;
  border: solid 1px #413939;
}

.modal a.twitter_link:hover {
  background-color: #27292B;
}

.modal a.fb_link img {
  margin-right: 15px;
}

.pop_nav {
  margin-bottom: 30px;
}

.pop_nav a {
  font: 300 32px 'DKM-Night';
  text-decoration: none;
  color: #FFF;
  display: inline-block;
}

.pop_nav a.prev {
  float: left;
}

.pop_nav a.next,
.pop_nav a.start {
  float: right;
}

.tnx_modal .modal-footer p {
  font: 300 20px 'Lato';
}

.tnx_modal.tnx_b .modal-header p {
  font-size: 20px;
}

.tnx_modal .modal-body {
  width: 555px;
  margin: 0 auto;
  padding: 0;
}

.tnx_modal.tnx_c .modal-body {
  width: 830px;
  margin: 0 auto;
}

.tnx_modal.tnx_b a.fb_link {
  margin-bottom: 0;
}

.tnx_modal .ip {
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.tnx_modal textarea {
  height: 150px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.tnx_modal .submit_btn {
  min-width: 100%;
  height: 75px;
  font: 400 32px 'DKM-Night';
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  margin-bottom: 20px;
  line-height: 75px;
}

.modal img.cloud {
  margin: 0px auto;
  display: block;
}

.tnx_modal img.cloud+p {
  font-size: 14px;
}

.tnx_modal a.go_back {
  min-width: 100%;
  height: 75px;
  font: 400 32px 'DKM-Night';
  color: #FFF;
  padding: 16px 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
}

.tnx_modal.tnx_last .fundraiser_img {
  margin: 15px auto 50px;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  /*z-index: 99999;*/
  z-index: 100001;
}

button.show_in_mob {
  display: none;
}

.modal-open .modal {
  padding: 0 !important;
}

.toggle_dropdown {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 11px;
  right: 6px;
  z-index: 99;
  cursor: pointer;
  transition: transform .3s;
}

.toggle_dropdown:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  color: #FFF;
  line-height: 6px;
  position: absolute;
  top: 11px;
  right: 0;
}

.mob_title {
  display: none;
}

header.stick .sec_header {
  display: none;
}

.dashboard_page_header .sec_header ul {
  float: none;
  text-align: center;
}

.modal-footer {
  text-align: center;
}

body input.focus::-webkit-input-placeholder,
/* Chrome/Opera/Safari */
body textarea.focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent !important;
  opacity: 0 !important;
}

body input.focus::-moz-placeholder,
/* Firefox 19+ */
body textarea.focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
  opacity: 0 !important;
}

body input.focus:-ms-input-placeholder,
/* IE 10+ */
body textarea.focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent !important;
  opacity: 0 !important;
}

body input.focus:-moz-placeholder,
/* Firefox 18- */
body textarea.focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
  opacity: 0 !important;
}

/*=============THANK YOU PPAGE=================*/

.thank_you_page .container {
  padding: 100px 15px;
  text-align: center;
}

.thank_you_page .modal-header h3 {
  font: 100 60px/50px 'DKM-Night';
  color: #FFF;
  margin-bottom: 30px;
}

.thank_you_page a.go_back {
  min-width: 500px;
  height: 75px;
  font: 400 32px 'DKM-Night';
  color: #FFF;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
}

/* //=====================addition question section====================== */
.question_msg,
.contactform_msg {
  text-align: center
}

.question_msg h4,
.contactform_msg h4 {
  text-align: center;
  color: green;
}

/* -------------------------validate error label ---------------------------*/

.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
label.error,
.classip span.wpcf7-not-valid-tip,
.phone span.wpcf7-not-valid-tip {
  font: 400 32px 'DKM-Night';
  color: #EA5F5F;
  text-align: left;
  padding-bottom: 25px;
}

/*---------------------upload profile image-----------------------------------*/
#upload_pro_pic .custom_button {
  background: #3CAB56;
  border-radius: 5px;
  color: #FFF !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 16px;
  border: 0;
  text-shadow: none;
  display: inline-block;
}

#upload_pro_pic .facebookUpload {
  background: #3C7DAB url(../../assets/images/soc3.png) 6px 4px no-repeat;
  padding-left: 35px;
  background-size: 7%;
  margin-top: 15px;
}

#upload_pro_pic h2 {
  text-decoration: none !important;
  color: white;
  margin: 10px;
}

#upload_pro_pic img {
  border-radius: 50%;
}

#profile_image_upload #title h1 {
  text-align: center;
  margin: 30px 15px 15px;
}

#profile_image_upload p {
  color: #444343;
  padding: 15px 0;
}

#profile_image_upload p input {
  width: 100%;
}

#profile_image_upload #upload-screen #upload_button a#crop {
  background: #3CAB56 !important;
  border-radius: 5px !important;
  color: #FFF !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  text-shadow: none !important;
  display: inline-block !important;
}

/*//appending and reject fundraiser*/
.maincontent.noPadding .noMargin {
  padding: 15px;
  border: solid 1px white;
}

.maincontent.noPadding .noMargin p {
  font-family: 'DKM-Night', TrebuchetMS, sans-serif;
  letter-spacing: 2.5px;
  font-size: 27px;
}

body.iframe_imageUpload {
  background: #58595B;
}

.iframe_imageUpload #profile_image_upload {
  text-align: center;
  padding: 70px 50px;
}

.iframe_imageUpload #profile_image_upload h1 {
  color: #FFF !important;
}

.iframe_imageUpload #profile_image_upload h4 {
  color: #61D87D !important
}

.iframe_imageUpload #profile_image_upload #upload-screen p {
  color: #FFF !important;
}

.jcrop-holder {
  margin: auto !important;
  max-height: 1000px !important;
  overflow: hidden;
}

.iframe_imageUpload #profile_image_upload #success-screen #close.custom_button {
  background: #3CAB56 !important;
  border-radius: 5px !important;
  color: #FFF !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  text-shadow: none !important;
  display: inline-block !important;
}

iframe.fancybox-iframe {
  background: #58595B;
  padding: 46px !important;
  box-shadow: none;
}

.profile_upload_html {
  overflow: hidden !important;
}

/*---------------------------upload profile images----------------------------*/

/*join code*/
.member_form_sec .container .row.msgArea {
  text-align: center;
}

.member_form_sec .container .row.msgArea p {
  font-size: 25px;
  padding: 5px 50px;
  border: solid 1px #4DB6B7;
  line-height: 40px;
  margin-bottom: 25px;
}

.joining_load_modal .modal-dialog {
  max-width: 600px;
  min-height: auto !important;
  margin: 150px auto;
  background: #58595B;
}

.joining_load_modal .modal-dialog h5 {
  color: white;
  font-size: 36px;
}

.joining_load_modal .modal-dialog .loader {
  text-align: center
}

.joining_load_modal .modal-dialog .loader .loader_icon {
  text-align: center;
  padding: 20px;
}

.iframe_imageUpload #profile_image_upload .custom_button.upload_btn {
  text-decoration: none !important;
  background: #3CAB56 !important;
  border-radius: 5px !important;
  color: #FFF !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  text-shadow: none !important;
  display: inline-block !important;
}

.iframe_imageUpload #profile_image_upload .btn.green {
  position: relative;
  font-size: 18px;
}

.iframe_imageUpload #profile_image_upload .btn.green:not(.btn-outline) {
  color: #FFF;
  background-color: #3CAB56;
  ;
  border-color: #3CAB56;
  ;
}

.iframe_imageUpload #profile_image_upload .fileinput-button input {

  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 100px;
  direction: ltr;
  cursor: pointer;
  left: 0;
  max-width: 100px;
  height: 35px;
  margin: 0;
  padding: 0;

}

/*==============Pending Fundraiser section=================*/

.pending_fundraiser {
  width: 100%;
  min-height: 1115px;
  background: url(../images/background5.png) no-repeat;
  background-size: cover;
  display: table;
  padding-top: 210px;
  padding-bottom: 210px;
}

.pending_fundraiser .container {
  max-width: 960px;
  width: 100%;
}

.pending_fundraiser h2 {
  text-align: center;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 50px;
}

.fund_media_form form {
  margin-bottom: 25px;
  padding: 15px;
}

.fund_media_form .upload_media {
  height: 500px;
  display: inline-flex;
  position: relative;
  width: 100%;
}

.fund_media_form .col_left {
  width: 50%;
  float: left;
  padding: 10px 15px 50px;
  border: solid 2px white;
  text-align: center;
  margin-bottom: 40px;
  margin: 0px 50px 70px 0;
}

.fund_media_form .col_right {
  width: 50%;
  float: right;
  padding: 10px 15px 50px;
  border: solid 2px white;
  text-align: center;
  margin-bottom: 40px;
  margin: 0px 0 70px 50px;
}

.fund_media_form form h3 {
  text-align: center;
  font-size: 42px;
  color: #FFF;
  margin-bottom: 20px;
  font-weight: 500;
}

.fund_media_form .ip {
  width: 90%;
  height: 70px;
  background: #FFF;
  color: #000;
  font: 300 24px 'Lato';
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0;
  border: 0;
}

.fund_media_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1;
}

.fund_media_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

.fund_media_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1;
}

.fund_media_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1;
}

.fund_media_form .submit_btn {
  display: block;
  font: 400 48px 'DKM-Night';
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
}

.fund_media_form form a.logo_change {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 220px;
  height: 220px;
}

.fund_media_form form a.logo_change b {
  width: 100%;
  display: block;
  font: 300 18px 'Lato';
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 16px 18px;
}

.fund_media_form form a.video_change {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

/*//edit fundraiser popup*/

#editFundraiserForm a.logo_update {
  position: relative;
  overflow: hidden;
  background: rgba(254, 250, 250, 0.5);
  border-radius: 50%;
  width: 220px;
  height: 220px;
}

#editFundraiserForm a.logo_update b {
  width: 100%;
  display: block;
  font: 300 18px 'Lato';
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 16px 18px;
}

#editFundraiserForm a.video_change {
  width: 130px;
  height: 130px;
  cursor: pointer;
  position: relative;
}

#editFundraiserForm a.video_change b {
  width: 100%;
  display: block;
  font: 300 18px 'Lato';
  font-size: 18px;
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 10px 12px;
  font-size: 13px;
}

/*invite admin popup*/
#invite_admin_modal #InviteAdminForm textarea {
  margin-bottom: 50px;
  width: 100%;
  height: 140px;
  background: transparent;
  font: 400 18px 'Lato';
  color: #FFF;
  text-align: center;
  border: 1px solid #D6D4D3;
  border-radius: 0;
  /*padding: 28px 15px;*/
  padding: 10px;
  text-align: left;
}

#invite_admin_modal #InviteAdminForm textarea:focus {
  border: 1px solid #52b6d5;
  color: #FFF;
  box-shadow: inset 2px 2px 2px #6f6f6f;
}

#invite_admin_modal .res_msg .warningMsg {
  color: #FF4700;
  font-size: 16px;
}

#invite_admin_modal .res_msg .successMsg {
  color: #64CE64;
  font-size: 16px;
}

/*invite donors popup*/

#invite_step_start,
#invite_step_parent,
#invite_step_email,
#invite_step_text,
#invite_step_facebook {
  display: none;
}

/*invite page style*/

body#invite_body {
  background: 0 0 !important;
  /*overflow: hidden;*/
}

iframe.fancybox-iframe {
  background: 0 0 !important;
  padding: 0 !important;
}

.fancybox-overlay {
  z-index: 99999 !important;
}

body#invite_body #invite_step {
  padding-top: 110px;
  position: relative !important;
}

body#invite_body #invite_step .modal-header.model_title {
  /*margin-top: -150px;*/
}

body#invite_body #invite_step .modal-content {
  padding: 65px 90px 35px;
}

body#invite_body #invite_step .email_address_btn {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  text-decoration: underline;
}

.email_address_btn a {
  font-size: 16px;
  font-weight: bold;
}

.fancybox-skin {
  background: 0 0 !important;
  box-shadow: none !important;
}

.fancybox-overlay {
  z-index: 99999 !important;
}

.fancybox-close {
  display: none;
  width: 35px !important;
  height: 35px !important;
  background: url(../images/close-btn1.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
  position: absolute !important;
  top: 25px;
  right: 25px !important;
  z-index: 99999 !important;
  opacity: 1 !important;
}

.Fancyupload .fancybox-close {
  display: none !important;
}

.FancyInvite .fancybox-close {
  top: 175px !important;
  display: none !important;
}

#profile_image_upload a.close.upload_close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.modal .modal-content {}

/*@media screen and (max-width: 767px) {*/
/*body#invite_body .modal .modal-content {*/
/*background: #58595B;*/
/*padding: 65px 90px 35px;*/
/*box-shadow: none;*/
/*}*/
/*}*/

/*button class in modal footer for invite step page*/

body#invite_body #invite_step .modal-footer a.full_btn {
  width: 100%;
}

body#invite_body #invite_step .modal-footer a.half_btn,
body#invite_body #invite_step .modal-body a.half_btn {
  width: 49%;
  display: inline;
}

body#invite_body #invite_step textarea {
  text-transform: initial;
}

body#invite_body #invite_step .inviteEmailList ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 48%;
  font-size: 18px;
}

body#invite_body #invite_step #invite_parent_form .parent_nums {
  position: relative;
}

body#invite_body #invite_step #invite_parent_form .addicon {
  position: absolute;
  display: block;
  top: 23px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-size: auto auto;
  cursor: pointer;
  z-index: 999999;
  background-size: cover;
  color: #52B6D5;
  font-size: 24px;
}

body#invite_body #invite_step #invite_parent_form .crossicon {
  position: absolute;
  display: block;
  top: 23px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-size: auto auto;
  cursor: pointer;
  z-index: 999999;
  background-size: cover;
  color: #D56052;
  font-size: 24px;
}

body#invite_body #invite_step .parent_donate {
  display: inline-block;
  margin: 0 auto;
  background: #3CAB56;
  border-radius: 6px;
  min-width: 100%;
  height: 75px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  line-height: 75px;
  text-align: center;
}

#invite_step .message_hidden {
  display: none;
}

#invite_step .message_hidden h2 {
  color: #8DF32E;
  text-align: center;
}

/*//donation form*/
.checkboxDIv {
  margin-top: 15px;
  line-height: 30px;
}

.checkboxDIv label {
  padding-left: 5px;
  min-height: 20px;
  /* background: url(../images/unchecked.png) no-repeat; */
  background-size: 18px 18px;
  background-position: left center;
  font: 400 14px 'Lato';
  color: #52B6D5;
  display: inline-block;
  vertical-align: middle;
}

.checkboxDIv label.anonymousLabel {
  font: 300 24px 'Lato';
}

/*//reset form*/

.reset_password {
  width: 100%;
  min-height: 1115px;
  background: url(../images/background5.png) no-repeat;
  background-size: cover;
  display: table;
  padding-top: 210px;
  padding-bottom: 210px;
}

.reset_password .container {
  max-width: 960px;
  width: 100%;
}

.reset_password h2 {
  text-align: center;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 50px;
}

.reset_pass_form form {
  margin-bottom: 25px;
  padding: 15px;
}

.reset_pass_form .ip {
  width: 100%;
  height: 60px;
  background: #FFF;
  color: #777;
  font: 300 24px 'Lato';
  margin-bottom: 30px;
  text-align: center;
  border-radius: 0;
  border: 0;
  text-align: left;
}

.reset_pass_form .ip:focus {
  border: 1px solid #52b6d5;
  color: #555;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}

.reset_pass_form .ip::placeholder {
  color: #727272;
}

.reset_pass_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
  opacity: 1;
}

.reset_pass_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
  opacity: 1;
}

.reset_pass_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
  opacity: 1;
}

.reset_pass_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #727272 !important;
  opacity: 1;
}

/*home page form cf7*/

.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-form div.wpcf7-mail-sent-ng {
  border: 1px dotted #FFF;
  background: #F00;
  text-align: center;
  color: #FFF;
  padding: 8px 0;
  width: 100%;
  float: left;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  background: #008000 !important;
  color: #FFF !important;
  text-align: center !important;
  padding: 8px 0 !important;
  border: 1px dotted #FFF !important;
  width: 100%;
  float: left;
}



.highcharts-title,
.highcharts-button,
.highcharts-tooltip,
.highcharts-axis path:last-child,
.highcharts-axis path:first-child,
.highcharts-axis path:nth-child(13) {
  display: none;
}

.highcharts-data-labels {}

.fundraiser_meter {
  max-height: 280px;
  min-height: 260px;
  height: 260px;
}

.meter_text {
  text-align: center;
  margin-top: -110px;
  font-size: 26px !important;
  color: white;
  font-family: 'DKM-Night', TrebuchetMS, sans-serif !important;
}

.highcharts-axis-labels text {
  fill: #fff !important;
  font-size: 14px !important;

}

.row.statistics_pane {
  height: 200px;
  overflow: hidden;
}

.close_bt {
  position: absolute;
  osition: absolute;
  top: 0px;
  right: 20px;
  display: none
}

.close_bt a {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#submenu_thumb {
  font: 400 48px 'DKM-Night';
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
  text-decoration: none;
}

.submeni_toggle {
  display: none;
  position: relative;
}


.noscript_div {
  padding: 5px;
  position: absolute;
  right: 0;
}


.overlay-cookie {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
}

.cookie_alert {
  padding: 50px;
  border: solid 1px white;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: white;
}

.cookie_alert div {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  /*margin-bottom: 20px;*/

}

.cookie_alert div.content h1 {
  font-size: 26px;
  font-weight: bold;
  color: #ff4747;
  margin-bottom: 25px;

}

.cookie_alert div.content h1 {
  color: #ff4747;
}

.cookie_alert button {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  height: 50px;
  font: 400 36px 'DKM-Night';
  color: #FFF;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  border: 0;
  margin-top: 20px;
}


/*//email checker & validation style*/

#signupForm #suggestion,
#donationForm #suggestion,
#editprofileForm #suggestion {
  text-align: right;
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 5px;
}

#editprofileForm #suggestion {}

#signupForm #suggestion span,
#donationForm #suggestion span,
#editprofileForm #suggestion span {
  color: #52b6d5;
  cursor: pointer;

}

#signupForm #invalid,
#donationForm #invalid,
#editprofileForm #invalid {
  color: #EA5736;
  text-align: right;
  margin-top: 5px;
  font-size: 16px;

}

#signupForm #suggestion span:hover,
#donationForm #suggestion span:hover,
#editprofileForm #suggestion span:hover {
  color: #06D0FF
}

#signupForm .email_field,
#donationForm .email_field,
#editprofileForm .email_field {
  position: relative;
}

.tc-result {
  display: none;
  width: 25px !important;
  height: 25px !important;
  position: absolute !important;
  cursor: pointer !important;
}

.tc-result img.tc-result-icon {
  width: 100% !important;
  height: 100% !important;
}

#signupForm .tc-result,
#editprofileForm .tc-result {
  right: 5px;
  top: 10px;
}

#donationForm .tc-result {
  right: 15px;
  top: 13px;
}




/*.signup_model #suggestion {
    display: none;
    text-align: right;
    padding-bottom: 20px;
}
.signup_model #suggestion span {
    color: #52b6d5;
    font-size: 16px;
    cursor: pointer;

}
.signup_model #suggestion span:hover{
    color:#06D0FF
}*/

#inviteEmailForm .suggestions,
#inviteEmailForm .invalidemails,
#InviteAdminForm .suggestions,
#InviteAdminForm .invalidemails {
  display: none;
  position: relative
}

#InviteAdminForm .suggestions,
#InviteAdminForm .invalidemails {
  text-align: left
}

#inviteEmailForm .suggestions label,
#InviteAdminForm .suggestions label {
  color: white;
  margin-bottom: 10px;
  cursor: text !important;
}

#inviteEmailForm .invalidemails label,
#InviteAdminForm .invalidemails label {
  color: #fe4747;
  cursor: text !important;
  margin-bottom: 10px;
}

#inviteEmailForm .suggestions ul,
#inviteEmailForm .invalidemails ul,
#InviteAdminForm .suggestions ul,
#InviteAdminForm .invalidemails ul {
  width: 100%;
  margin-bottom: 10px;
}

#inviteEmailForm .suggestions ul li,
#inviteEmailForm .invalidemails ul li,
#InviteAdminForm .suggestions ul li,
#InviteAdminForm .invalidemails ul li {
  display: inline-block;
  padding: 5px 0;
}

#inviteEmailForm .suggestions ul li span,
#InviteAdminForm .suggestions ul li span {
  background: #50d250;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: underline;
}

#inviteEmailForm .invalidemails ul li span,
#InviteAdminForm .invalidemails ul li span {
  background: #fe4747;
  padding: 5px;
  margin: 5px;
  /*    cursor: pointer;*/
  border-radius: 5px;
}

#inviteEmailForm #inviteSentBtn {
  /*display: none*/
}

.copy-button {
  color: #ffffff;
  background-color: rgb(82, 182, 213);
  border-color: rgb(82, 182, 213);
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  padding: 5px 10px;
  font-size: 20px;
}

/* Style for Email Limit Reached in Invitation Wizzard  */

#email-limit-reached {
  margin-top: 25px;
  margin-bottom: 25px;
  font-style: italic;
}

#table_button_copy {
  border: none;
  margin: 0 auto;
}

#table_button_copy tr {
  border: none
}

#table_button_copy td {
  border: none
}

#table_button_copy td:nth-child(1) {
  vertical-align: top;
}

#table_button_copy td:nth-child(2) {
  vertical-align: middle;
}

#table_button_copy .copy-button {
  margin-top: 0px !important;
  min-height: 52px;
  min-width: 53px;
}

#table_button_copy .copy-button span {
  font-size: 8px;
  display: inherit;
}

#create_fundraiser_100_deposit_accept {
  height: 50px;
  font: 400 32px 'DKM-Night';
  color: #FFF;
  line-height: inherit;
  display: table-cell;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  border: 0;
}

.sec_footer p {
  margin-left: 25px;
  margin-right: 25px;
}

#please_share_bar_text {
  text-align: center;
  background: white;
  width: 153px;
  margin: auto;
  position: relative;
  top: 34px;
  text-transform: uppercase;
  color: #838383 !important;
  font-weight: 600 !important;
}

#please_share_bar {
  border-top: 1.5px solid #838383
}

#please_share_container {
  position: relative;
  top: -5px;
}

#enddate_counter {
  color: black;
}

#enddate_counter div {
  display: flex;
  justify-content: space-around;
  max-width: 200px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  color: black;
}

#enddate_counter span,
#enddate_counter small {
  color: black;
}

#enddate_counter span {
  display: inline-block;
  text-align: center;
  color: red;
}

#enddate_counter span:nth-child(even) {
  font-size: 40px;
}

#enddate_counter small {
  display: block;
  font-size: 22px;
  text-align: center;
  color: black;
}

@media screen and (min-width: 1200px) {
  #enddate_counter {
    display: flex;
  }
}

#how_to_mail_a_check {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#how_to_mail_a_check>img {
  max-height: 40px;
}

#how_to_mail_a_check_a {
  line-height: 40px;
}

.mci_container {
  background: url(../images/border5.png) no-repeat bottom;
  background-size: 100% auto;
  max-width: 480px;
  margin: 0 auto;
}

.mci_container h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -2px;
  color: black;

}

ol#mci_list {
  padding: 40px;
}

ol#mci_list>li {
  color: black;
  padding-bottom: 1em;
  font: 400 22px/32px 'Lato', TrebuchetMS, sans-serif;
}

ol#mci_list>li:nth-child(3) {
  padding-bottom: 0;
}

ol#mci_list>li>div {
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

ol#mci_list>li>div>span:not(.your_email_memo_line) {
  text-transform: capitalize;
}

.dn_container {
  padding: 20px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.dn_container h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -2px;
  color: black;
}

.dn_btn_container .donate_link {
  display: block;
  font: 400 40px 'DKM-Night';
  color: #FFF;
  text-align: center;
  background-color: #46CE53;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  width: 295px;
}

.dn_btn_container img {
  max-height: 40px;
}

.dn_btn_container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.mci_page .container {
  display: flex;
  justify-content: center;
}

.dni_container {
  padding-top: 30px;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.dni_container img {
  max-height: 80px;
}

.dni_container img:nth-child(2) {
  border-radius: 50%;
  height: 70px;
}

#pagelinks {
  display: none;
}

.message-click-button a {
  font-size: 16px !important;
  font-weight: bold !important;
}

.tw_btn_img {
  max-height: 30px;
}

.tw_btn_text {
  font: 100 36px 'DKM-Night' !important;
}

@media screen and (max-width: 767px) {
  .tw_btn_text {
    font: 100 24px 'DKM-Night' !important;
  }

  .remove_padding_mobile {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .landing_page_banner .remove_padding_mobile .rightarea h1 {
    max-width: none !important;
  }
}


@media screen and (min-width: 992px) {
  .landing_page_main_content .col {
    padding-top: 5px;
    margin-bottom: -50px;
  }
}

.widgets.video_sec li {
  margin-bottom: -35px;
}

div.widgets.individual_profile {
  margin-bottom: -25px !important;
}

@media screen and (max-width: 767px) {
  div.widgets.individual_profile {
    margin-bottom: -0px !important;
  }

  .participant_landing_page_mobile {
    display: block;
  }

  .participant_landing_page_desktop {
    display: none;
  }

  .participant_landing_page_mobile .name {
    font-size: 50px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 45px;
  }

  .participant_landing_page_mobile .logo_and_quote {
    display: grid;
    grid-template-columns: 60% 40%;
  }

  .participant_landing_page_mobile .logo_and_quote .logo_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .participant_landing_page_mobile .logo_and_quote img {
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 5px white;
  }

  .participant_landing_page_mobile .quote_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .participant_landing_page_mobile .quote {
    font-size: 25px;
    text-align: center;
    padding-top: 0px;
    color: white;
  }

  .participant_landing_page_mobile .participant_bar {
    margin-top: -15px;
  }
}

@media screen and (max-width: 400px) {
  .participant_landing_page_mobile .name {
    font-size: 36px;
    line-height: 30px;
  }

  .participant_landing_page_mobile .logo_and_quote img {
    width: 150px;
    height: 150px;
  }

  .participant_landing_page_mobile .quote {
    font-size: 20px;
  }
}

@media screen and (min-width: 480px) {
  .participant_landing_page_mobile .name {
    font-size: 53px;
    line-height: 50px;
  }

  .participant_landing_page_mobile .logo_and_quote img {
    width: 200px;
    height: 200px;
  }

  .participant_landing_page_mobile .quote {
    font-size: 30px;
  }

  .participant_landing_page_mobile .participant_bar {
    padding-top: 25px;
  }
}

@media screen and (min-width: 600px) {
  .participant_landing_page_mobile .name {
    font-size: 60px;
    padding-bottom: 25px;
    line-height: 55px;
  }

  .participant_landing_page_mobile .logo_and_quote img {
    width: 220px;
    height: 220px;
  }

  .participant_landing_page_mobile .quote {
    font-size: 35px;
  }

  .participant_landing_page_mobile .participant_bar {
    padding-top: 25px;
  }
}

@media screen and (min-width: 767px) {
  .participant_landing_page_mobile {
    display: none;
  }

  .participant_landing_page_desktop {
    display: block;
    padding-bottom: 150px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .participant_landing_page_desktop .side_container {
    display: grid;
    grid-template-columns: 35% 60%;
  }

  .participant_landing_page_desktop .side_container .logo_container {
    display: flex;
    justify-content: center;
  }

  .participant_landing_page_desktop .side_container .logo_container img {
    width: 275px;
    height: 275px;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 5px white;
  }

  .participant_landing_page_desktop .side_container .name_and_logo_container {
    width: 500px;

  }

  .participant_landing_page_desktop .side_container .name_and_logo_container .name {
    font-size: 75px;
    text-align: center;
    padding-bottom: 25px;
    line-height: 70px;
  }

  .participant_landing_page_desktop .side_container .name_and_logo_container .quote {
    color: white;
    font-size: 35px;
    text-align: center;
  }
}

#payment_error_p,
#fundraiser_create_error_message,
#fundraiser_edit_error_message
{
  color: #ff4f4f;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

#payment_error_message {
  font-style: italic;
}

#fundraiser_create_error_message {
  padding-top: 10px;
}

#wizard-p-0>h3,
#wizard-p-1>h3,
#wizard-p-2 h3 {
  padding-top: 25px;
  font-size: 35px;
}

#wizard-p-0>p:nth-child(2),
#wizard-p-1>p:nth-child(2) {
  text-align: left;
  padding-top: 25px;
  font-size: 15px;
  line-height: 20px;
}


#wizard-p-0>p:nth-child(3),
#wizard-p-0>p:nth-child(4),
#wizard-p-0>p:nth-child(5),
#wizard-p-1>p:nth-child(6) {
  color: #4d9dad;
  font-size: 25px;
  font-family: 'DKM-Night';
  padding-top: 20px;
  line-height: 25px;
  font-weight: 500 !important;
  text-align: left;
}

#wizard-p-0>p:nth-child(4) {
  color: #df0808;
  text-align: center;
}

#wizard-p-1>p:nth-child(6) {
  color: #ffffff;
  text-align: center;
  padding-top: 0;
}

#wizard-p-0>p:nth-child(5),
#wizard-p-1>p:nth-child(2) {
  padding-bottom: 25px;
}

#take_picture,
#retake_picture,
#confirm_picture,
#cut_picture,
#confirm_upload {
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  background: #3aaa54;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-width: 220px;
  min-height: 40px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}

#wizard-p-1>p:nth-child(5) {
  display: inline-flex;
}

#cut_picture {
  display: none;
  background: #44A9DF;
}

/* checkbox */

#wizard-p-2>p {
  text-align: left;
  font-size: 15px;
  padding-top: 15px;
}

#consent_torn_up-error,
#consent_deposit-error {
  padding-bottom: 0;
  font-family: initial;
  font-size: 15px;
  position: relative;
  left: -16px;
}


#wizard-p-2 h3 {
  color: #4d9dad;
}

#wizard-p-2 .d_advice {
  font-style: italic;
  padding: 5px 0;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
#card-element {
  padding: 24px 12px;
  background: #FFFFFF;
}

#payment-request-button {
  border: none;
}

.InputElement {
  color: #FFF !important;
  font: 300 14px 'Lato';
}

#card-errors {
  padding-top: 5px;
  color: #bc2020;
}

.StripeElement--invalid {
  border-color: #bc2020;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#hmc_container {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1280px;
  margin: 30px auto 0;
}

#hmc_container>.left_side>h1.donate_instead {
  padding: 25px 50px;
  background: url(../images/border5.png) no-repeat;
  background-size: contain;
  background-position: top;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 800;
}

#hmc_container div.right_side {
  padding: 25px 50px;
  background: url(../images/border5v.png) repeat-y;
  background-size: unset;
  background-position: left;
}

#hmc_container>div.right_side>div.widgets.supporters_comments {
  padding: 25px 50px;
  background: url(../images/border5.png) no-repeat;
  background-size: contain;
  background-position: top;
  max-height: 600px;
  overflow: hidden;
}

.payment_method {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
}

.stripe_elements_container {
  padding-bottom: 17px;

}

.donate_btn {
  padding-top: 25px;
}

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

  #payment-request-button {
    max-width: 400px;
    align-self: center;
    justify-self: center;
    margin: 0 auto;
  }

  .donation_page #donationForm ul.select_donation li input+label {
    display: block;
    font: 300 30px 'Lato';
  }

  ul.select_donation li {
    width: 20%;
    float: left;
    padding: 6px 4px;
    position: relative;
  }

  #donationForm>h3.select_prefill {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    padding-top: 0;
    margin-bottom: 0;
  }


}

#submit-cc-payment {
  border-radius: 4px;
}

/* reCaptcha v3 badge */

.grecaptcha-badge {
  opacity: 0;
}



/* new css */
@media screen and (max-width: 767.98px) {
  .landing--fundraiser #banner_shop span {
    font-size: 44px;
  }

  .landing--fundraiser #banner__shop__icon .shop__svg_cart {
    width: 3rem;
    height: 3rem;
  }
}

.ac-desc {
  font-size: 26px;
  color: white;
  font-family: dkm-night, TrebuchetMS, sans-serif;
  padding: 20px;
  max-width: 400px;
  text-align: center;
  background: #00000040;
  margin-top: 20px;
  display: inline-block;
}

.fundraiser_logo.pt-0 {
  padding-top: 0 !important;
}


.store {
  padding: 30px 0;
}

.store__title {
  font: 400 36px 'DKM-Night';
  color: #58595B;
  margin-bottom: 25px;
  text-align: center;
}

.store__grid {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: 1fr;
}


@media screen and (min-width: 992px) {
  .store__title {
    font-size: 60px;
  }

  .store__grid {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}


.store-card__img a {
  cursor: pointer;
}

.store-card--hover .store-card__hover,
.store-card:hover .store-card__hover {
  opacity: 1;
  visibility: visible;
}

.store-card:hover .store-card__button {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .store-card {
    cursor: pointer;
  }
}

.store-card__img {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.store-card__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  display: block;
  padding: 0;
  line-height: 40px;
  height: 40px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  background-color: rgb(82,182,213, 0.5);
  transition: all 0.25s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}


.store-card__button:hover {
  color: #fff;
}


@media screen and (min-width: 992px) {
  .store-card__button {
    font-size: 14px;
  }

  .store-card__img {
    height: 357px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


}

.store-card__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.store-swatches {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 40px);
  justify-content: center;
}

.store-swatch {
  cursor: pointer;
}

.store-swatch img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.store-card__content {
  color: #58595B;
  text-align: center;
}

.store-card__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 24px;
  color: #58595B;
  font-family: 'DKM-Night';
}

.store-card__desc {
  font-family: 'Dancing Script', cursive;
  color: #58595B;
  font-weight: 700;
}

.store-card__price {
  font-size: 14px;
  color: #58595B;
  font-weight: 500;
}

.store-header {
  background: linear-gradient(90deg, rgba(165, 238, 205, 0.6) 0%, rgba(83, 184, 214, .6) 100%);
  text-align: center;
  padding: 10px;
  color: white;
  margin-top: 2.5rem;
}

.store-header h2 {
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

.landing_page_banner-store {
  /* padding-top: 110px; */
  padding-bottom: 110px;
}

.store-header h2 img {
  margin-left: 10px;
}


.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
  font-family: 'Lato', sans-serif;
}

@media (min-width: 992px) {
  .store-card__title {
    font-size: 30px;
    line-height: 36px;
  }

  .sidebar {
    width: 35.5rem;
    height: 100vh;
  }
}

.sidebar button:hover {
  background-color: transparent;
  color: #32325D;
  border: 1px solid #000000;
}

.sidebar__content {
  position: relative;
  z-index: 1;
  padding: 1rem;
  height: 100vh;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar__content::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .sidebar__content {
    padding: 1.875rem;
    /* flex-wrap: wrap; */
  }
}

.sidebar__content p {
  color: #414042;
}

.sidebar__header {
  margin-bottom: .6rem;
}


.sidebar__header h4 {
  color: #58595B;
}

.sidebar__body {
  flex: 1 1;
  min-height: 200px;
  max-height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar__body::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 992px) {
  .sidebar__header {
    margin-bottom: 1rem;
  }
}

.sidebar__body h3 {
  color: #58595B;
}

.sidebar__footer {
  padding-top: 30px;
  padding-bottom: 70px;
  align-self: end;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .sidebar__header {
    margin-bottom: 1rem;
  }
  .sidebar__footer {
    padding-bottom: 0;
  }
}

.sidebar__link__continue__bottom {
  width: 100%;
}

.sidebar__link {
  margin-bottom: 1.5rem;
  display: inline-block;
  font-family: "dkm-night";
  font-weight: 400;
  line-height: 1.3;
  color: #231f20;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.875rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sidebar__close {
  position: absolute;
  top: 21px;
  right: 0.75rem;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background-color: #fff;
}

.sidebar__close:hover {
  border: 0 !important;
}

.sidebar__close img {
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  .sidebar__close {
    width: 3.125rem;
    height: 3.125rem;
    top: 30px;
    right: 1.25rem;
  }
}

.sidebar__checkout {
  margin-top: 0.75rem;
  background-color: #46CE53;
  border-color: #46CE53 !important;
  color: white !important;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.2;
}

.sidebar__gpay {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .sidebar__gpay {
    margin-top: 1.25rem;
  }
}

.sidebar__gpay>div {
  display: inline-block;
  margin-left: 0.75rem;
  margin-top: 0.3125rem;
}

.sidebar__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.btn-outline,
.sidebar__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  color: black;
  font-family: var(--bs-font-sans-serif);
  height: 36px;
  border-radius: 50px;
  border: 1px solid black;
  height: 50px;
  line-height: 2.2;
}


.sidebar__checkout:hover {
  color: #46CE53 !important
}

#banner__shop__icon {
  position: relative;
}

.shop__svg_cart {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  width: 2rem;
  height: 2rem;
}

.cart {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  grid-gap: 1rem;
  margin-top: 20px;
}

.cart:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .cart {
    grid-gap: 0.5rem;
    grid-template-columns: 5.5rem 1fr;
  }

  .shop__svg_cart {
    width: 4rem;
    height: 4rem;
  }
}

.cart__title,
.donation-card__title,
.donation-card__price {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: var(--bs-font-sans-serif);
  font-weight: 700;
  color: #58595B;
}

.cart__desc {
  font-size: 0.75rem;
  color: #7c7c7c;
}

.cart__img {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  /* background-color: #f4f4f4; */
}

@media (min-width: 992px) {
  .cart__img {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.cart__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cart__left,
.cart__right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.cart__left {
  flex: 1;
}

.cart__right {
  align-items: end;
}


.cart__remove {
  font-size: 0.8125rem;
  padding: 0;
  margin-top: auto;
  color: #7c7c7c;
  background-color: transparent;
  border: 0;
}

.cart__remove:hover {
  border: 0 !important;
}

/* .cart__right {
  align-items: flex-end;
} */

.cart__price {
  font-weight: 600;
  color: #58595B;
  margin-bottom: 13px;
  width: 100%;
  text-align: right;
}

.cart-quantity {
  display: inline-flex;
  align-items: center;
  margin-right: -4px;
}

@media screen and (min-width: 992px) {
  .cart__price {
    order: 2;
    margin-top: 13px;
    width: 74px;
  }

  .cart__right {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 2px;
  }

  .cart-quantity {
    margin-right: initial;
  }

}



.cart-quantity__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  line-height: 0.0625rem;
  border: 0;
  cursor: pointer;
  color: #32325D;
  -moz-appearance: textfield;
}

.cart-quantity__button:hover {
  border: 0 !important;
}

@media (min-width: 992px) {
  .cart-quantity__button {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.cart-quantity__down {
  font-size: 1.5rem;
}

.cart-quantity__input {
  width: 56px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  color: #32325D;
  min-width: 56px;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  text-align: center;
}

.cart-quantity__input::-webkit-outer-spin-button,
.cart-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-quantity__input[type=number] {
  -moz-appearance: textfield;
}

.donation {
  margin-top: 1.875rem;
}

@media (min-width: 992px) {
  .donation {
    margin-top: 3.125rem;
  }
}

.donation__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  /* font-family: var(--bs-font-sans-serif); */
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #58595B;
}

@media (min-width: 992px) {
  .donation__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 2rem;
  }
}

.donation-card {
  position: relative;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 1rem;
  border: 1px dashed #7c7c7c;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

@media (min-width: 992px) {
  .donation-card {
    padding: 1.25rem;
    grid-template-columns: 96px 1fr;
    grid-gap: 2rem;
  }
}

.donation-card__img {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.375rem;
  overflow: hidden;
  /* background-color: #f4f4f4; */
}

@media (min-width: 992px) {
  .donation-card__img {
    width: 6rem;
    height: 6rem;
  }
}

@media (min-width: 992px) {

  .donation-card__title,
  .donation-card__price {
    margin-bottom: 0.625rem;
  }
}

.donation-card__price {
  display: block;
}

.donation-card__close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: 0;
}

.donation-card__addtocart {
  width: auto;
  height: 2.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: white;
  background-color: #52B6D5;
  border: 0;
  border-radius: 0;
  grid-column: 1/-1;
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
  margin-bottom: -0.8125rem;
}

.donation-card__addtocart:hover {
  color: #52B6D5 !important;
  border-color: #52B6D5 !important;
}

@media (min-width: 992px) {
  .donation-card__addtocart {
    margin-left: -1.3125rem;
    margin-right: -1.3125rem;
    margin-bottom: -1.3125rem;
    height: 3.125rem;
  }
}

.donation__list {
  list-style: disc;
  list-style-position: inside;
  font-size: 0.8125rem;
}

.donation__list li {
  color: #7c7c7c !important;
}

@media (min-width: 992px) {
  .donation__list li {
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }
}

.store__info {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.store__info p {
  font: 300 18px/30px 'Lato';
  color: #414042;
}


/* modal */
.store-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, .95);
  z-index: 9999999;
  display: none;
}

.store-modal__table {
  width: 100%;
  height: 100%;
  display: table;
}

.store-modal__tablecell {
  display: table-cell;
  vertical-align: middle;
}

.store-modal__content {
  max-width: 1200px;
  background: #fff;
  margin: auto;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .store-modal__content>h2 br {
    display: none;
  }

  .landing_page_banner.landing_page_banner-store .container .rightarea h1 {
    text-align: left !important;
  }

}

.store-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

@media screen and (min-width: 992px) {
  .store-modal__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.store-modal__thumb {
  overflow: hidden;
}


.store-modal__thumb--active {
  border: 1px solid #111 !important;
}

.store-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, 60px);
  justify-content: center;
  align-items: start;
  grid-gap: 16px;
  height: 69px;
  margin-top: 8px;
}

.store-modal__gallery {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 660px) {

  .store-modal__gallery-view {
    width: 100%;
  }

  .store-modal__gallery {
    padding-right: 20px;
  }

  .store-modal__content {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    min-height: 600px;
  }

  .store-modal__thumbs {
    grid-template-columns: repeat(4, 74px);
    margin-top: 30px;
    height: auto;
  }


  .store-modal__thumb {
    width: 74px;
    height: 74px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
  }

}

@media screen and (min-width: 992px) {
  .store-modal__table {
    padding: 50px;
  }

  .store-modal__gallery {
    padding-right: 0;
  }


  .store-modal__content {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.store-card__label {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 22;
  width: 30px;
  height: 30px;
  font-size: 10px;
  background-color: #46CE53;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.store-modal__gallery-item img {
  max-height: 30vh;
  min-height: 200px;
}

@media screen and (min-width: 992px) {
  .store-card__label {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .store-modal__gallery-item img {
    max-height: 360px;
  }
}

.store-modal__gallery-item {
  display: none;
  text-align: center;
}

.store-modal__gallery-item:nth-child(1) {
  display: block;
}

.store-modal__gallery-content {
  margin-top: 30px;
}

.store-modal__gallery-content h2,
.store-modal__gallery-content h5 {
  color: #58595B;
}

.store-modal__gallery-content h5,
.store-modal__gallery-content p {
  font-family: 'lato', sans-serif;
}

.store-modal__gallery-content p {
  color: #58595B;
}

.store-modal__gallery-content h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}


.store-modal__description,
.store-modal__description-row {
  margin-bottom: 20px;
}

.store-modal__description-row-qty {
  display: flex;
  align-items: center;
}

.store-modal__description-row-qty span {
  margin-right: 10px;
}

@media screen and (max-width: 659.98px) {

  .store-modal__description-row-qty,
  .store-modal__description-row-addcart {
    justify-content: center;
    text-align: center;
  }
}

.store-modal__btn {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 32px;
  color: white;
  height: 50px;
  background-color: #46ce53;
}

.store-modal__btn--sm {
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  line-height: 24px;
  font-size: 17px;
  margin-top: auto;
  width: 100%;
}

.qty {
  display: flex;
  align-items: center;
}

.qty-btn {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-width: 1px;
  margin: 0 4px;
}

.qty-input {
  height: 40px;
  width: 65px;
  color: black;
  border-color: rgb(68, 169, 223);
  border-radius: 5px;
  text-align: center;
  min-width: 65px;
}

/* Chrome, Safari, Edge, Opera */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty-input[type=number] {
  -moz-appearance: textfield;
}

.select__label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}

.select__label img {
  width: 50px;
  margin-right: 10px;
}

.select__label p {
  font-weight: 600;
  font-size: 16px;
}

.select__label .select-selected {
  flex: initial;
  margin-left: auto;
}

.select__arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #58595B;
  margin-left: auto;
}

.select-hide-arrow .select__arrow {
  display: none;
}

.select-open .select__arrow {
  transform: rotateZ(180deg);
}

.select__title {
  font-family: inherit;
  font-weight: 600;
  color: #58595B;
}

.select__label .select-selected__box {
  position: relative;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}


.select-dropdown {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}

.select-list__item {
  display: flex;
  height: 80px;
  /* justify-content: space-around; */
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.select-list__item:last-child {
  border-bottom: 0;
}

.select-list__item--selected .select-selected__box {
  border: 0;
}

.select-list__item--selected .select-selected__box::after,
.select-list__item--selected .select-selected__box::before {
  opacity: 1;
}

.select-list__item p {
  flex-basis: 70%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.select-list__img,
.select-selected {
  flex-basis: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-list__img{
  flex-basis: 20%;
}

.select-list__img img {
  max-width: 40px;
}

.select-selected__box {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.select-selected__box::before,
.select-selected__box::after {
  opacity: 0;
}

.select-selected__box::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 3px;
  background-color: #52B6D5;
  content: "";
  transform: translateX(5px) rotate(-45deg);
  transform-origin: left bottom;
}

.select-selected__box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #52B6D5;
  content: "";
  transform: translateX(5px) rotate(-45deg);
  transform-origin: left bottom;
}

.select {
  position: relative;
  margin-top: 12px;
  max-width: 412px;
}

.select-open .select__label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.store-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 24px;
  padding: 1px 5px 2px;
  line-height: 1px;
}


.shop__icon-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: black;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  right: -11px;
}

.store-modal__btn-group {
  display: grid;
  margin-top: 30px;
}


@media screen and (min-width: 992px) {
  .store-modal__close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    padding: 1px 10px 2px;
  }

  .shop__icon-count {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  .store-modal__btn-group {
    display: block;
  }

}

.sidebar__footer-text {
  display: flex;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  color: #58595B;
}

.sidebar__footer-text span {
  font-weight: 400;
}

.store-modal--free {
  background-color: rgba(0, 0, 0, .9);
}

.store-modal--free .store-modal__content {
  max-width: 700px;
  display: block;
  text-align: center;
  min-height: initial;
}


@media screen and (max-width: 991.98px) {
  .store-modal--free .store-modal__btn {
    font-size: 16px;
  }
}

.store-modal--free .store-modal__btn:hover {
  color: white;
}

.store-modal--free .store-modal__btn--no {
  background-color: #52b6d5;
  border: 1px solid #52b6d5;
  color: #ffffff;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
}

.store-modal--free .store-modal__btn--no:hover {
  color: #ffffff;
}

.store-modal--free .store-card {
  margin-top: 20px;
}

.store-modal__product h6 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}

.store-modal--free .store-modal__close {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 24px;
  padding: 1px 5px 2px;
  line-height: 1px;
}

.store-modal__title-lg {
  font-size: 44px;
  line-height: 50px;
}

.upsell-modal__title {
  font-size: 30px;
  line-height: 34px;
}

@media screen and (max-width: 991.98px) {
  .upsell-modal__title {
    font-size: 44px;
    line-height: 50px;
  }
}

.store-modal__title-sub {
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  margin-top: 6px;
}

/* notifcation bar */

.notification {
  /* display: none; */
  width: 320px;
  border: 0;
  bottom: 20px;
  left: 20px;
  position: fixed;
  text-align: left;
  z-index: 2147483200;
  font-family: inherit;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px hsla(0, 0%, 60%, .2);
  background-color: #fff;
  overflow: hidden;
  transform: translateY(200%);
  transition: all .4s ease-in;
}

.notification.notification--visible {
  transform: initial;
}

.notification__grid {
  display: grid;
  grid-template-columns: 80px 1fr;
}

.notification__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px;
}

.notification__content p {
  font-size: 14px;
  line-height: 16px;
  color: #58595B;
}

.notification__content small {
  font-size: 10px;
  color: #a6a6a6
}

.notification__close {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  /* opacity: 0;
  visibility: hidden; */
  transition: .2s ease-in-out;
  transform: rotate(45deg);
}

.notification__close::after,
.notification__close::before {
  content: "";
  display: block;
  background-color: gray;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notification__close::before {
  width: 12px;
  height: 2px;
}

.notification__close::after {
  height: 12px;
  width: 2px;
}

@media screen and (max-width: 768px) {
  .notification {
    width: calc(100% - 20px);
    left: 10px !important;
    bottom: 10px;
    top: auto;
  }
}


.rating {
  position: relative;
  margin: 8px 0;
}

.rating__innerwrap {
  display: inline-block;
  width: 90px;
  margin: auto;
  position: relative;
}

.rating__fill {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.rating img {
  width: 90px;
  max-width: 90px;
}


.sec_header--cart .container {
  position: relative;
  padding: 30px 60px 30px !important;
}

.sec_header--cart #banner__shop__icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -34px;
}

@media screen and (max-width: 1439px) {
  .sec_header--cart .container {
    padding: 20px 60px !important;
  }

  .sec_header--cart #banner__shop__icon {
    right: 24px;
  }
}

@media screen and (max-width: 992px) {

  .sec_header--cart #banner__shop__icon {
    right: 24px;
    margin-top: -16px;
  }
}

.sidebar__notes {
  margin-bottom: 20px;
}

.sidebar__note-checkbox {
  display: flex;
  justify-content: space-between;
}

.sidebar__note-checkbox>div {
  position: relative;
}

.sidebar__note-checkbox label {
  padding-left: 35px;
  font-family: "Lato", sans-serif;
  line-height: 25px;
  position: relative;
  z-index: 1;
  color: #58595B;
}

.sidebar__note-checkbox input {
  display: none;
}


.sidebar__note-checkbox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid black;
  transition: all .3s ease;
}

.sidebar__note-checkbox-placeholder::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath d='M 26.980469 5.9902344 A 1.0001 1.0001 0 0 0 26.292969 6.2929688 L 11 21.585938 L 4.7070312 15.292969 A 1.0001 1.0001 0 1 0 3.2929688 16.707031 L 10.292969 23.707031 A 1.0001 1.0001 0 0 0 11.707031 23.707031 L 27.707031 7.7070312 A 1.0001 1.0001 0 0 0 26.980469 5.9902344 z'/%3E%3C/svg%3E");
  content: '';
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 0;
  transition: all .3s ease;
}


.sidebar__note-checkbox input:checked+.sidebar__note-checkbox-placeholder {
  background-color: #46CE53;
  border-color: #46CE53;
}

.sidebar__note-checkbox input:checked+.sidebar__note-checkbox-placeholder::after {
  opacity: 1;
}

.sidebar__note-form {
  padding-top: 20px;
  display: none;
}

.sidebar__note-form input,
.sidebar__note-form textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  color: black;
}

.sidebar__credit,
.sidebar__note-form textarea {
  margin-top: 20px;
}

.sidebar__note-form textarea {
  resize: none;
}

.sidebar__credit_label {
  font-weight: 700;
  color: #58595B;
}

.sidebar__note-anonymous {
  margin-bottom: 12px;
}

.sidebar__note-anonymous .sidebar__note-checkbox {
  display: inline-block;
}

.sidebar__note-anonymous .sidebar__note-checkbox-placeholder {
  width: 20px;
  height: 20px;
}

.sidebar__note-anonymous .sidebar__note-checkbox label {
  line-height: 20px;
}

.sidebar__error-msg {
  margin: 10px 0 0;
  color: #f21c25 !important;
  text-align: center;
  font-weight: 500;
}

/* checkout selectric */

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.selectric-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: inherit;
  color: black;
  width: 100%;
  height: 45px;
  border-radius: 4px;
  margin-top: 10px;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 12px 10px;
  font-size: 17px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #58595B;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 19px;
  right: 10px;
}

.styledSelect.active::after {
  top: 15px;
  border-color: transparent transparent black transparent;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  color: black;
  font-size: 16px;
  color: #58595B;
}

.options li:hover {
  background-color: #39f;
  color: white;
}

.sidebar__credit_label-button {
  cursor: pointer;
  display: none;
  color: #52B6D5;
}

.ac-text h2 {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {

  .ac-text {
    text-align: center;
    max-width: 500px;
  }

  .ac-text h2 {
    margin-top: 24px;
  }
}
.store-shipping {
  text-align: left;
}

.store-shipping h4 {
  font-family: 'lato', sans-serif;
  font-weight: 600;
  color: #414042;
  margin-bottom: 4px;
  margin-top: 30px;
}

.store-shipping h5 {
  color: #414042;
}

@media screen and (min-width: 768px) {
  .store-shipping h4 {
    margin-top: 40px;
  }
}

.store-shipping p,
.store-shipping ul li{
  font: 300 16px/24px 'Lato';
  color: #414042;
}

.store-shipping ul {
  margin-top: 12px;
  margin-bottom: 30px;
  list-style: none;
}

.store-shipping ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}

.store-shipping ul li::after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color:#414042;
  content: '';
}

.store-shipping h4 + p ~ p {
  margin-top: 20px;
}

.store-shipping h4 + p {
  margin-top: 4px !important;
    color: #58595B;
    font-style: italic;
    font-weight: 400;
}

.hero-container .wpcf7-response-output {
    margin: 0!important;
    left: auto;
    top: auto;
    color: #fff;
    font-family: inherit;
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: -80px;
}

@media screen and (min-width: 768px) {
    .hero-container .wpcf7-response-output {
        bottom: 16px;
    }
}
.hero-container .hero-cf7 .wpcf7-form {
    position: relative;
}

#merchant_page .paging .sa_page {
    font-family: inherit;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    color: black;
}



.about_this_fundraiser p  {
  font: 300 18px/30px 'Lato' !important;
  color: #414042 !important;
}

.about_this_fundraiser b, .about_this_fundraiser strong {
  font-weight: 500 !important;
}

.about_this_fundraiser b a, .about_this_fundraiser strong a {
  font-weight: 500 !important;
  text-decoration: underline !important;
}

.about_this_fundraiser a {
  text-decoration: underline !important;
}

.about_this_fundraiser u {
  text-decoration: underline !important;
}

.about_this_fundraiser u a {
  text-decoration: underline !important;
}

.about_this_fundraiser li {
  color: #414042 !important;
  font: 300 18px / 30px 'Lato' !important;
}
.about_this_fundraiser ul li {
  color: #414042 !important;
  font: 300 18px / 30px 'Lato' !important;
}

.about_this_fundraiser u strong a {
  text-decoration: underline !important;
}

.about_this_fundraiser i {
  font-style: italic !important;
}

.landing_page_main_content .widgets ul {
  padding-left: 2rem !important;
}





.ui-autocomplete .ui-menu-item:hover{
  background: #52B6D5;
}

.ui-autocomplete{
  position: absolute;
  background: white;
  z-index: 10000;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus  .ui-state-focus {
  border: none !important;
  background: transparent !important;
  font-weight: normal !important;
  color: #FFFFFF !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0 !important;
}

.ui-autocomplete-loading { background: #FFFFFF url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center !important; }



.btn-autocomplete {
  min-width: 100%;
  font: 400 36px 'DKM-Night';
  color: #FFF !important;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #52B6D5;
  border-radius: 0;
  border: 1px solid #fff;
}




.about_this_fundraiser p  {
  font: 300 18px/30px 'Lato' !important;
  color: #414042 !important;
}

.about_this_fundraiser a {
  text-decoration: underline !important;
}


.about_this_fundraiser b a, .about_this_fundraiser strong a {
  font-weight: 500 !important;
}

.about_this_fundraiser u {
  text-decoration: underline !important;
}

.about_this_fundraiser u a {
  text-decoration: underline !important;
}

.about_this_fundraiser u strong a {
  text-decoration: underline !important;
}

.about_this_fundraiser i {
  font-style: italic !important;
}

.landing_page_main_content .widgets ul {
  padding-left: 2rem !important;
}

.cke_dialog_container {
  z-index: 999999999 !important;
}

.hero-container .hero-cf7 > span {
  color: #ffffff;
  display: block;
}

@media (max-width: 999px){
  .hero-container .hero-cf7 .hero__title-sub {
      font-size: 32px;
      font-weight: 100;
      font-family: "DKM-Night";
      color: white;
      display: block;
      text-align: center;
  }

  .hero-container .hero-cf7 .hero__title{
    font-size: calc(1.81 * 32px);
    font-family: "DKM-Night";
    color: white;
    display: block;
    text-align: center;
  }

  .hero-container .hero-cf7 .hero__title-sub:nth-child(3) {
    line-height: 50px;
    color: white;
    display: block;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .hero-container .hero-cf7 .hero__title-sub{
    font-size: 53px;
    font-weight: 100;
    font-family: "DKM-Night";
    color: white;
    display: block;
    text-align: center;
  }

  .hero-container .hero-cf7 .hero__title {
    font-size: calc(1.81 * 53px);
    font-family: "DKM-Night";
    color: white;
    display: block;
    text-align: center;
  }

  .hero-container .hero-cf7 .hero__title-sub:nth-child(3) {
    line-height: 80px;
    color: white;
    display: block;
    text-align: center;
  }
}

.home_header--sport .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-page-h1 {
  display: block !important;
  color: white;
}


@media (min-width: 768px) {
  .home_header--sport .container {
      flex-direction: row;
      justify-content: space-between;
  }

  .home_header--sport .logo {
    margin-right: auto;
  }

  .landing-page-h1 {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767.98px) {
  .page-template-archive-sports-php .hero-container .hero-cf7 {
      /*padding-top: 85px;*/
  }

  .home_header--sport.stick .landing-page-h1 {
    display: none !important;
  }

  .landing-page-h1 {
    font-size: 20px;
    font-weight: 400;
  }

}

#become_sponsor_container{
  display: flex;padding-left: 50px
}

#become_sponsor_container a.become_sponsor_btn{
  background: linear-gradient(90deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
  display: block;
  width: 240px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 3px #847878;
  margin-left: 50px;
  margin-top: 7px;
  font-size: 25px;
}

#become_sponsor_container a.become_sponsor_btn:hover{
  background: linear-gradient(180deg, rgba(165, 238, 205, 1) 0%, rgba(83, 184, 214, 1) 100%);
}


@media screen and (max-width: 450px) {
  #become_sponsor_container{
    display: flex;
    padding-left: 0;
  }
  #become_sponsor_container a.become_sponsor_btn{
    width: 150px;
    height: 30px;
    border-radius: 5px;
    line-height: 26px;
    margin-left: 8px;
    margin-top: 0;
    font-size: 19px;
  }
}


#become_sponsor_popup #become_sponsor_form{
  margin-top: 15px;
  margin-bottom: 15px;
}

#become_sponsor_popup input{
  color: black;
  text-align: right;
}

#become_sponsor_popup #become_sponsor_form span{
  position: absolute;
  font-size: 25px;
  line-height: 40px;
  padding-left: 5px;
}

#become_sponsor_popup button{
  margin-top: 15px;

}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip, label.error, .classip span.wpcf7-not-valid-tip, .phone span.wpcf7-not-valid-tip:empty {
  display: none;
}

.donate_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px !important;
}

.donate_title  span {
  font-size: 36px;
}

.donate_title_amount {
  margin-bottom: 6px !important;
}

.donation_page ul.select_donation li input+label {
  border: 1px solid #707070;
  color: #707070;
}

.donation_page form .decimal,
.donation_page form .currency {
  color: #626262;
}

@media screen and (min-width: 768px) {
  .donate_title  span {
    font-size: 75px;
  }

  .supporterComment:hover{
    cursor: pointer;
  }

  .supporterComment b:hover, .supporterComment .comment_text:hover{
    text-decoration: underline!important;
  }

  .supporterComment .comment_text:hover::after, .supporterComment b:hover::after  {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url('../images/pencil_cursor.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}

#load_more_offers{
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 20px;
  height: 40px;
  width: 170px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 25px;
  background: #346a60;
  padding: 0px;
  color: white;
  font-weight: 600;
}

.about_this_fundraiser strong {
  font-weight: 600!important;
  color: black!important;
}

.font_fix {
  font-family: "DKM-Night-Complete";
  vertical-align: text-top;
  font-size: 28px;
}

 .checkbox-container {
   display: inline-block;
   cursor: pointer;
   position: relative;
 }

.checkbox-container input[type="checkbox"] {
  display: none;
}

.checkbox-image {
  width: 115px;
  height: 49px;
  background-image: url("../images/toggle_launch_on.png");
  background-size: cover;
  transition: background-image 0.3s ease-in;
}

.checkbox-container input[type="checkbox"]:checked + .checkbox-image {
  background-image: url("../images/toggle_launch_off.png");
}


.pw-form-group {
  position: relative;
}

.pw-form-group .toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  transition: top 0.2s ease;
  color: #58595B;
  z-index: 1000;
}
.pw-form-group input {

  -webkit-user-select: text;
}


.pw-form-group { position: relative; }
.toggle-password {
  -webkit-user-select: none; /* iOS */
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 6px;
  z-index: 10;
}
.pw-form-group input {
  -webkit-user-select: text;
}

.toggle-password:hover{
  background: transparent;
}

.resetpw{
  top: 15px;
}

.loginpw{
  top: 8px;
}

.signinpw{
  top: 10px;
}