@charset "UTF-8";
/*
Theme Name: SLSC
Theme URI: https://www.eyes-down.net
Author: Eyes Down Digital
Author URI: https://www.eyes-down.net
Description: SLSC Custom WordPress theme
Text Domain: www.slsc.org.uk/
Version: 1.0.0
License: GNU General Public License v2 or later
*/
:root {
  --color-black: #212529;
  --color-white: #fff;
  --color-grayLight: rgb(245, 245, 245);
  --color-gray: #494d48;
  --color-grayDark: #3a3a3a;
  --color-red: #e40613;
  --color-redDark: #bc040f;
  --color-green: #016a32;
  --color-greenDark: #035529;
  --color-yellow: #fdc300;
  --color-yellowDark: #f4ad04;
  --color-blue: #439dd1;
  --color-blueDark: #3988b5;
}

/* Base
	       ========================================================================== */
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #38454b;
}

a {
  color: var(--color-blue);
  text-decoration: none;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}

p.meta {
  font-weight: 600;
  opacity: 0.7;
}

h1 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  color: #014e71;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
}

h2 {
  color: #014e71;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 20px;
  color: var(--color-blue);
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px 0;
}

p.meta {
  margin: -15px 0 15px 0;
}

strong {
  font-weight:600;
}

ul,
ol {
  margin: 0 0 20px 0;
}

li {
  margin: 0 0 8px 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #ccc;
}

.color-blue {
  color: var(--color-blue);
}

.hover-c-white:hover {
  color: var(--color-white);
}

.column-section .image {
  background-color: darkgray;
}

.bg-white {
  background: var(--color-white);
}

.bg-red {
  background: #e40613;
}

.bg-green {
  background: #016a32;
}

.bg-yellow {
  background: #fdc300;
}

.bg-blue {
  background: var(--color-blue);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-sm {
  font-size: 14px;
}

.small, small {
    font-size: 85%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background:rgba(0,0,0,0.65);
  z-index: 998;
  display: none;
}



/* Buttons  */

.btn {
  padding: 6px 12px;
  font-size: .9rem;
}

.btn-primary, .btn-primary:Hover {
  color: #fff;
  background-color: #439dd1;
  border-color: #439dd1;
}

.btn-secondary {
  color: #fff;
  background-color: #c5c6c6;
  border-color: #c5c6c6;
}

.btn-secondary:hover,
.btn-secondary.selected {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.btn-success {
  background-color: #016a32;
  border-color: #016a32;
}

.btn-success:hover,
.btn-success.selected {
  background-color: #035529;
  border-color: #035529;
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
}

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

.page-header-image {
  margin-top: -4.5rem;
  min-width: 100%;
}

/* Blue bar
	       ========================================================================== */
.navbar-blue {
  background-color: rgba(0, 147, 214, 0.9);
  min-height: 4.5rem;
  position: relative;
}

.navbar-brand {
  position: absolute;
  padding-top: 0.5rem;
  padding-left: 2rem;
  z-index: 100;
}

.navbar-blue img {
  width: 8.5rem;
  height: auto;
}

.navbar-blue .form-container {
  position: absolute;
  right: 9rem;
}

.navbar-social-icons {
  position: absolute;
  right: 1rem;
  display: flex;
  width: 125px;
}
.navbar-social-icons a {
  color: var(--color-blue);
  background: var(--color-white);
  padding: 0.4rem;
  border-radius: 0.25rem;
  margin-left: 0.25rem;
}
.navbar-social-icons svg {
  width: 20px;
  height: 20px;
}

/* Blue bar
	       ========================================================================== */
footer {
  background-size: cover;
  color: #ffffff;
}

.subfooter {
  background-color: #161c14;
  color: var(--color-greenLight);
  font-size: 14px;
}

footer a,
footer a:hover,
footer a:visited {
  color: var(--color-white);
  text-decoration: none;
}

.subfooter a,
.subfooter a:visited {
  color: var(--color-greenLight);
}

#footer-sidebar2 img {
  display: block;
  margin-bottom: 20px;
}

footer h3 {
  border-bottom: 4px solid var(--color-greenMid);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

._form_37 #_form_611E7E6D6EB73_ {
  background: none !important;
  padding: 0 !important;
}

/* Menu
	       ========================================================================== */
.nav__container {
  background-color: white;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.nav__mobile .nav__btn {
  display: block;
  padding: 10px 0;
  background: var(--color-blue);
  border-radius: 5px;
  margin:1px 19px 9px 0;
}

.nav__mobile {
  display: flex;
  justify-content: right;
  padding: 10px 14px 2px 14px;
  align-items: center;
  background: var(--color-white);
}

.nav__menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0;
}

.showing {
  max-height: 37rem;
  transition: all 0.5s;
}

.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 0 0;
}

.nav__menu li a {
  display: block;
  font-size: 1rem;
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
  color: var(--color-blue);
}

.nav-toggle {
  display: block;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  padding: 0px 10px;
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  transition: all 0.25s;
}

.nav-toggle span.mrg {
  margin-top: 5px;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(6.2px, 6.2px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(6.2px, -6.2px);
}

/* Dropdown */
.nav__menu .menu-item-has-children ul {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
}

.nav__menu .menu-item-has-children ul.show {
  max-height: 20rem;
  transition: all 0.4s;
}

.nav__menu .menu-item-has-children li a {
  display: block;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
  color: var(--color-blue);
}

.nav__menu .menu-item-has-children > a:after {
  /* content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126); */
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .active.menu-item-has-children > a:after {
  /* content: "\f106"; */
}

.nav__menu .menu-item-has-children .menu-item-has-children > a:after {
  /* content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126); */
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav__menu .menu-item-has-children .active.menu-item-has-children > a:after {
  content: "";
}

.menu-toggle {
  max-height: 0;
  overflow: hidden;
  /* transition: all 0.4s ease; */
}

.menu-toggle.active {
  max-height: 100vh;
  transition: all 0.4s ease;
}

.resize-animation-stopper * {
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

/* Sidebar ========================================================================== */

.sidebar {
  margin-top: 38px;
}
.key-but {
	padding:10px 0;
	margin-bottom:30px;
	position:relative;
}

.key-but:Hover {
	opacity:0.85;
}

.key-but-red { background:#e40613; }
.key-but-green { background:#016a32; }
/* .key-but-yellow { background:#fdc300;} */
.key-but-yellow { background:#fdc300; }
.key-but-blue { background:#439dd1; padding:0; }

.key-but h3 {
	color:#FFFFFF;
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
}

/* End sidebar ========================================================================== */

tr.donation-row{
  background-color: var(--color-blue);
  color: var(--color-white)!important;
}

.donation-row-title{
  font-weight: 600;
}

.donation-row p.notes{
  color: var(--color-white);
}

@media screen and (max-width: 1100px) {

}
@media screen and (min-width: 1100px) {
  .menu-toggle {
    display: flex !important;
    max-height: 100vh;
    overflow: visible;
  }

  .nav__container {
    font-family: "Open Sans", sans-serif !important;
    color: #38454b !important;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row;
    padding: 0 2rem 0 0;
  }

  .nav__mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
  }

  .nav__mobile .nav__btn {
    display: none;
  }

  .nav__menu {
    display: flex;
    flex-direction: row;
    max-height: 100%;
    overflow: visible;
    padding-left: 0;
    margin-right: 15px;
  }

  .nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 0.4rem 0.4rem;
    margin:8px 0 0 0;
  }

  .nav__menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
  }

  .nav__menu li a:hover {
    color: var(--color-blue);
  }

  /* Dropdown */
  .nav__menu .menu-item-has-children {
    position: relative;
    z-index: 99;
  }

  .nav-link {
    padding: .5rem .5rem;
  }

  .nav__menu .menu-item-has-children ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 0 1rem;
    transition: all 0.4s ease;
  }

  .nav__menu .menu-item-has-children:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0 1rem;
  }

  .nav__menu .menu-item-has-children ul li {
    padding: 0.7rem;
    background-color: var(--color-white);
    position: relative;
    z-index: 99;
    margin: 0;
  }

  .nav__menu .menu-item-has-children ul li:hover {
    background-color: var(--color-grayLight);
  }

  .nav__menu .menu-item-has-children ul li a {
    display: block;
    color:#666;
    text-transform: capitalize;
  }

  .nav__menu .menu-item-has-children ul li a:hover {
    display: block;
  }

  .nav__menu .menu-item-has-children > a:after {
    /* content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: rgb(124, 124, 124); */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .nav__menu .menu-item-has-children:hover > a:after {
    /* content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: rgb(124, 124, 124); */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .nav__menu .menu-item-has-children .menu-item-has-children > a:after {
    /* content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: rgb(255, 255, 255); */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .nav__menu .menu-item-has-children .menu-item-has-children:hover > a:after {
    /* content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: rgb(255, 255, 255); */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  /* 2nd level dropdown */
  .nav__menu .menu-item-has-children .menu-item-has-children:hover > ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 1;
    visibility: visible;
  }

  .nav__menu .menu-item-has-children .menu-item-has-children ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
}

/* Navigation 
	       ========================================================================== */
/* Archive 
	       ========================================================================== */
.archive-container {
  margin-top: 4rem;
}

.archive-container article {
  padding-bottom: 4rem;
}

.archive-excerpt a,
.text-button {
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 0.5rem 1rem;
  display: inline-block;
  left: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
}

.archive-excerpt a:hover,
.text-button,
.modal-submit {
  background-color: var(--color-blueDark);
  color: var(--color-white) !important;
}

.modal-submit:hover {
  background-color: var(--color-blueDark);
}

.card {
  border: none;
  border-radius: 0;
}

.card.feature-link {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  margin: -1px 0 0 0;
}

.card-body {
  padding: 0;
}

/* Footer 
	       ========================================================================== */
footer {
  background: var(--color-blue);
  padding: 50px 0;
}

footer h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

footer li,
footer li a,
footer p,
footer strong {
  color: #fff;
  font-size: 14px;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer ul {
  padding-left: 17px;
}

footer .col-md-3 {
  padding-bottom: 30px;
}

.footer-btn {
  display: inline-block;
  width: auto;
  box-shadow: none;
  color: var(--color-blue) !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border: none;
  background: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  margin-bottom: 20px;
}

.footer-btn:hover {
  opacity: 0.85;
  color: var(--color-blue);
  text-decoration: none;
}

#newsletter .submitfield {
  width: auto;
  float: right;
  box-shadow: none;
  color: #439dd1;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

.social_icons svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* Login
	       ========================================================================== */

.login-btn {
  cursor: pointer;
  background: #c5c6c6;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  padding: 9px 10px 8px 10px;
  text-decoration: none;
}

.login-btn:Hover {
    color: #fff;
    text-decoration: none;
    background: #999999;
}

.login-btn span {
  display: inline-block;
  text-align: center;
  width: 55px;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.login-btn.unauth-button {
  display: none;
}

.login-btn svg {
  margin-right: 4px;
}

.model-content {
  padding: 20px;
  max-width: 365px;
  width: 100% !important;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.form-group {
  margin-bottom: 15px;
}

.modal-submit {
  width: 100%;
}

.login-help a {
  text-decoration: none;
  color: #888;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

.login-help a:hover {
  opacity: 1;
}

.modal-content h2 {
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 14px;
  text-align: center;
}

/* Account
	       ========================================================================== */
.sidebar .btn {
  display: block;
  margin-bottom: 15px;
  padding: 6px 15px !important;
  width: 100%;
}
.account-div {
  margin-bottom: 30px;
}
.container-login {
  margin: 6rem 0;
  padding-left: 8rem;
}
.hasDatepicker {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.notes {
    font-size: 80%;
    color: #888;
    margin: 5px 0 0 0;
}

.checkbox, .radio {
    margin: 10px 0;
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.table>tbody>tr{
  height: 4rem;
}

.table td.al-top {
    vertical-align: baseline!important;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #439dd1;
    border-color: #439dd1;
}

/* Start news */

.news-item, .search-item {
  padding: 20px 0 20px 0;
  border-bottom: 1px dotted #ccc;
}

.news-item.first, .search-item.first {
  border-top: 1px dotted #ccc;
}

.single-news img {
  float: left;
  margin: 0 20px 5px 0;
  max-width: 300px;
}

/* End news */

/* Wordpress embedded images */

.formatted img { max-width:100%;height:auto !important;}
img.alignright {float:right; margin:0 0 0.5em 1em}
img.alignleft {float:left; margin:0 1em 0.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 0.5em 1em}
a img.alignleft {float:left; margin:0 1em 0.5em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* End Wordpress embedded images */

/* Wordpress galleries */

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery img {border:none !important; width:100%;}
.gallery {margin: 10px -10px 10px -10px !important;}
.gallery-item {padding: 0 10px;}
.gallery-caption {
    font-size: 12px;
    padding-top: 6px;
    color: #777;
    }
}

/* End Wordpress galleries */

/* FAQ */

.accordion-header { padding:0 !important; }
.accordion-header:before { display:none; }
.accordion-item:last-of-type .accordion-button.collapsed { border:none; }
.accordion-button {padding:10px; background: #efefef; font-weight:600; }
.accordion-header:after {border:0 !important;}
.accordion-button:not(.collapsed) {
  color: inherit;
  background: #ddd;
  box-shadow: none;
}
.accordion-item { margin-bottom: 10px; border:0;}
.accordion-body { padding: 1rem 0; }

/* End FAQ */

/* Feature buttons */

.feature-button {
  padding: 25px 0 20px 0;
  border-bottom: 1px dotted #ccc;
}

.feature-button.first {
  border-top: 1px dotted #ccc;
}

.home-old .feature-button {
	border:none;
	background: #efefef;
	padding:0px;
	text-align:left;
	margin-bottom:30px !important;
}

.home-old .feature-button .item-title {
  padding: 20px 20px 0 0;
}

/* End feature buttons */

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  padding-bottom: 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-credits {
  color: #777;
  font-size: 90%;
}

/* Woocommerce */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--color-blue) !important;
}

.product_meta {
  display: none;;
}

/* End Woocommerce */

/* Gravity form */

.gravity-theme input {
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
}

.gravity-theme select {
    background: #f2f2f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0NDQ0NDQ7fQo8L3N0eWxlPgo8dGl0bGU+YXJyb3dzPC90aXRsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLjQsNC43IDIuNSwzLjIgMy41LDQuNyAiLz4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4KPC9zdmc+Cg==) no-repeat right 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.gravity-theme [type="submit"] {
    background: #439dd1;
    width: 100%;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 12px 30px;
    width: 50%;
}

#gform_wrapper_3 .gform_heading {
  display:none;
}

/* Mobile menu start */

#hamburger {
  display: none;
}

#mobile-menu ul {
list-style: none;
}

#mobile-menu ul li {
margin-bottom: 0;
}

#mobile-menu ul ul ul a {
  padding-left: 40px !important;
}

#mobile-menu ul ul ul ul a {
  padding-left: 50px !important;
}

#mobile-menu ul ul ul ul ul a {
  padding-left: 60px !important;
}

#mobile-menu a,
#mobile-menu h3
{
color: #ccc !important;
}

#mobile-menu {
  background: #fafafa;
}

#mobile-menu p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

#mobile-menu a, #mobile-menu a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#mobile-menu .navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#mobile-menu .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
float:right;
margin:10px 10px 0 15px;
background: #439dd1;
}

#mobile-menu .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

#mobile-menu #sidebar {
  width: 315px;
  position: fixed;
  top: 0;
  right: -315px;
  height: 100vh;
  z-index: 999;
  background: #202020;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.admin-bar #mobile-menu #sidebar {
top: 32px;
}

#mobile-menu #sidebar.active {
  right: 0;
}

#mobile-menu #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#mobile-menu #dismiss img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 4px;
}
#mobile-menu .sub-menu{
  padding-left: 0 !important;
}
#mobile-menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background:rgba(0,0,0,0.65);
  z-index: 998;
  display: none;
}

#mobile-menu #sidebar .sidebar-header {
  padding: 25px 30px 21px 20px;
  background-color: var(--color-blueDark);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
}
#mobile-menu #sidebar .sidebar-header svg {
margin-top: 4px;
}

#mobile-menu #sidebar ul.components {
  padding:  0;
}

#mobile-menu #sidebar ul p {
  color: #fff;
  padding: 10px;
}

#mobile-menu #sidebar ul li a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}

#mobile-menu #sidebar ul li a:hover {
  color: #7386D5;
  background: #4d4d4d;
}

#mobile-menu #sidebar ul li.active > a, #mobile-menu a[aria-expanded="true"] {
  color: #fff !important;
  background: rgba(255,255,255,0.2);
}


#mobile-menu a[data-toggle="collapse"] {
  position: relative;
}

#mobile-menu a[aria-expanded="false"]::before, #mobile-menu a[aria-expanded="true"]::before {
content: ' ';
display: block;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%2315A896'%3e%3cpath fill-rule='evenodd' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  font-size: 0.6em;
  width:15px;
  height:15px;
  transition: transform .2s ease-in-out;
}
#mobile-menu a[aria-expanded="true"]::before {
transform: rotate(-180deg);
}


#mobile-menu ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #4d4d4d;
}

#mobile-menu ul.CTAs {
  padding: 20px;
}

#mobile-menu ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

#mobile-menu a.download {
  background: #fff;
  color: #7386D5;
}

#mobile-menu a.article, #mobile-menu a.article:hover {
  background: var(--color-blue) !important;
  color: #fff !important;
}

/* Mobile menu end */

.woo-reset-password #user_login{
  display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woo-reset-password .form-row-first{
  float: none !important;
  width: 100% !important;
}
.woo-reset-password .woocommerce-Button{
  width: 100%;
    background-color: var(--color-blue) !important;
    padding: 5px 0;
    color: #ffffff;
    border: none !important;
}

.tribe-tickets__tickets-item-extra-available {
  display:none !important;
}

.temp-widget {
  position: fixed;
  bottom:-50px;
  right:30px;
  background-color: var(--color-blue);
  color:#ffffff;
  padding: 8px 13px;
  z-index: 99999999;
}
.temp-widget span {
  font-size: 11px;
}

#stripe-payment-link {
  display: none;
}

@media screen and (max-width: 1100px) {
  .nav__container .login-btn {
    position: absolute;
    top:11px;
    right:80px;
  }
}

@media screen and (max-width: 990px) {
  .key-but h3 {
    font-size:14px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    padding-left: 14px !important;
  }
  .container {
    padding-right: 14px;
    padding-left: 14px;
    max-width: none !important;
  }
  .nav__mobile .nav__btn {
    margin-right: 0;
  }
  .navbar-social-icons {
    right: 14px;
    width:auto;
  }
  img.alignright, img.alignleft,  a img.alignright, a img.alignleft {
    float:none;
    margin:0 auto;
    width:100%;
    height: auto !important;
    padding-bottom: 1em;
  }
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
  .login-btn{
    right:61px;
  }
}
@media screen and (max-width: 425px) {
  .nav__container .login-btn span{
    display: none;
  }
  .nav__container .login-btn svg {
    margin: 0 4px;
  }
  .container-login {
    padding-left: 2rem !important;
  }
  .container-search {
    display: none;
  }
  .feature-button img {
    width:100% !important;
    height: auto !important;
  }
}