/*!
Theme Name: CureDuchenne
Theme URI: https://www.cureduchenne.org
Author: CureDuchenne
Author URI: https://www.cureduchenne.org
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cureduchenne
*/

/*** NEW STYLES ***/

html,
body {
  margin: 0;
  padding: 0;
  font-family: lato;
  overflow-x: hidden;
}

div {
	box-sizing: border-box;
}

h1 {
  font-family: roboto condensed;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: roboto condensed;
	font-size: 32px;
	line-height: 36px;
  margin: 20px 0;
}

h3 {
  font-family: roboto condensed;
  font-size: 26px;
  line-height: 30px;
  margin: 20px 0;
}

h4 {
  font-family: roboto condensed;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}

p {
	color: #000;
	font-size: 16px;
	line-height: 28px;
  letter-spacing: .25px;
}

.font-size-14 p {
  font-size: 14px;
  line-height: 22px;
}

a {
  color: #00b7eb;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

/*
img[data-src],
.post-thumbnail-wrap.lazy {
  opacity: 0;
}
*/

img.loaded,
.post-thumbnail-wrap.lazy[data-was-processed="true"] {
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}

sup {
  font-size: 60%;
  line-height: 0;
}

.styled-list ul {
  list-style: none;
  margin-bottom: 20px;
}

.styled-list ul li::before {
  color: #005198;
  font-size: 1em;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: relative;
}

.youtube-nomargin figure {
  margin: 0;
}

.youtube-fullwidth figure {
  padding: 0;
  margin: 0;
}

.btt {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #394e6a;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
}

.btt span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

.btt:hover {
  opacity: 1;
}

/*
input {
  -webkit-appearance: none;
}
*/

#content li {
  font-size: 14px;
  line-height: 24px;
}

#content .background-light-gray {
  background: #f1f1f1;
}

#content .padding-10 { padding: 10px; }
#content .padding-20 { padding: 20px; }
#content .padding-10-20 { padding: 10px 20px; }
#content .padding-0-20 { padding: 0 20px; }
#content .padding-0-20-20-20 { padding: 0 20px 20px 20px; }
#content .padding-20-20-0-20 { padding: 20px 20px 0 20px; }
#content .padding-0-20-0-60 { padding: 0 20px 0 60px; }
#content .padding-0-20-20-60 { padding: 0 20px 20px 60px; }
#content .padding-80-40 { padding: 80px 40px; }
#content .margin-0-0-20-0 { margin: 0 0 20px 0; }

#content .no-margin {
  margin: 0;
  padding-top: 5px;
}

#content .button-pdf {
  float: left;
  margin-right: 10px;
}

#content .broken_link, #content a.broken_link {
  text-decoration: none;
}

.background-light-gray { background: #f1f1f1; }
.background-light-red { background: #ffc9c9; }
.background-light-green { background: #d2f8c2; }
.background-blue { background: #004079; }

.color-white { color: #fff; }


iframe {
	max-width: 100%;
}

.button a {
  background: #fcb833;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin-top: 7px;
  display: inline-block;
}

.button:hover {
  opacity: .8;
  cursor: pointer;
}

.button-small {
  text-align: center;
}

.button-small a {
  margin: 0;
  font-size: 14px;
  padding: 5px 7px;
  text-align: center;
}

.button-orange a { background: #fcb933; }
.button-blue a { background: #00b7eb; }

.button.donate a {
  background: #e62438;
}

.button.donate .fa-heart {
  color: #fff;
  margin-right: 7px;
}

.max-width {
  max-width: 1200px;
  margin: 0 auto;
}

.padding-sides {
	padding: 0 20px;
}


.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed  {
    color: #000!important;
}

/*** BLOCKS ***/

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

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

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-button__link {
  background: #00b7eb;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin-top: 7px;
  display: inline-block;
  border-radius: 0;
}

.wp-block-button__link:hover {
  opacity: .8;
}

.wp-block-image {
  margin: 0;
  font-size: 10px;
}

.wp-block-image img {
  height: auto;
  display: block;
}

.wp-block-table th {
  background: #f1f1f1;
  /* text-align: left; */
  padding: 10px;
}

hr.wp-block-separator.is-style-wide {
  background: #ccc;
  height: 1px;
  border: 0;
  margin-top: 40px;
}

#page .kt-row-layout-equal > .wp-block-kadence-column,
#page .wp-block-kadence-column,
#page .kt-row-column-wrap {
  z-index: auto;
}

.wp-block-image.size-full.is-resized {
  width: 100%;
}

.wp-block-image.size-full.is-resized img {
  width: 100%;
}

/*** HEADER ***/

#header {
  width: 100%;
  height: 137px;
  border-bottom: 1px solid #f1f1f1;
}

#header-announcement-bar {
  width: 100%;
  min-height: 40px;
  background: #004079;
  text-align: right;
  padding: 0 20px;
}

#header-announcement-bar,
#header-announcement-bar a {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-decoration: none;
}

#header-announcement-bar-left .fab,
#header-announcement-bar-left .fas {
  font-size: 16px;
  margin: 0 5px 0 0;
}

#header-announcement-bar-left {
	float: left;
}

#header-announcement-bar-right {
	float: right;
}

#header-announcement-bar-right-links {
  display: inline-block;
}

#header-announcement-bar-right-links a {
  margin: 0 10px 0 20px;
}

#header-announcement-bar-right .fas {
  font-size: 14px;
  margin: 0 5px 0 15px;
}

#header-announcement-bar-right #header-cart-icon {
  position: relative;
}

#header-announcement-bar-right .cart-contents-count {
  width: 18px;
  height: 18px;
  background: #61bb1d;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  position: absolute;
  content: "";
  right: -6px;
  border-radius: 9px;
  border: 1px solid #004079;
}

#header-menu {
  width: 100%;
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
}

#header-logo {
  width: 200px;
  height: 96px;
  float: left;
  padding: 8px 0;
}

#header-logo img {
  width: 100%;
	max-width: 100%;
	max-height: 100%;
}

#header-links {
  width: calc(100% - 200px);
  height: 52px;
  float: left;
  text-align: right;
  margin-top: 24px;
}

#nav-list {
  margin: 14px auto;
}

#nav-list a,
#nav-list span {
  color: #000;
  font-family: lato;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 24px 15px;
}

#nav-list span:hover {
  cursor: pointer;
  opacity: .8;
}

.nav-rows {
  text-align: center;
}

.nav-row {
  vertical-align: top;
  display: inline-block;
  padding: 10px;
}

#nav-list li {
  padding: 14px 0;
  display: inline;
  position: relative;
}

#nav-list li ul a {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  padding: 5px 15px;
}

#nav-list .indent {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

#nav-list .indent-less {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

#nav-list .indent-more {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}

#nav-list .indent a,
#nav-list .indent-more a {
  font-weight: 400;
  color: #ccc;
}

#nav-list .indent-less a {
  font-weight: 600;
}

#nav-list li ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
}

#header-links a:hover {
  opacity: .8;
}

#nav-list input[type="text"],
#nav-list input[type="button"],
#nav-list input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#nav-list .nav-featured {
  width: 200px;
}

#nav-list .nav-featured img {
  max-width: 100%;
}

#nav-list .nav-featured li {
  white-space: normal
}

#nav-list .nav-search-icon .search-form,
#secondary .search-form,
.error-404 .search-form {
  width: 300px;
  display: inline-block;
  float: left;
}

#nav-list .nav-search-icon .search-form .screen-reader-text,
#secondary .search-form .screen-reader-text,
.error-404 .search-form .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

#nav-list .nav-search-icon .search-field,
#secondary .search-field,
.error-404 .search-field {
  width: calc(100% - 100px);
  height: 40px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 0;
  padding-left: 10px;
}

#nav-list .nav-search-icon .search-submit,
#secondary .search-submit,
.error-404 .search-submit {
  width: 100px;
  height: 40px;
  background: #00b7eb;
  font-size: 14px;
  border: 0;
  color: #fff;
  padding: 8px 15px;
  margin: 0;
  border-radius: 0;
}

#nav-list .nav-search-icon .search-submit:hover,
#secondary .search-submit:hover,
.error-404 .search-submit:hover {
  cursor: pointer;
  opacity: .8;
}

a#header-donate {
  color: #fff;
  background: #e62438;
  padding: 10px 25px;
  margin-left: 10px;
}

a#header-donate:hover {
  border: 0;
  color: #fff;
  opacity: .8;
}

#header-donate .fa-heart {
  color: #fff;
  margin-right: 7px;
}

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

  #nav-list {
    padding-left: 0;
  }

  #nav-list span {
    font-size: 1.3vw;
    padding: 24px 1.1vw;
  }

}

@media screen and (min-width: 1001px) {

  #header-links ul {
    list-style: none;
  }

  #nav-list {
    display: block !important;
  }

  #nav-mobile-button {
    display: none;
  }

  #nav ul li:hover > ul,
  #nav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    float: left;
  }

  #nav-list li ul {
    width: auto;
    position: absolute;
    background: #004079;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    padding: 15px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    display: none;
    border: 1px solid rgba(255, 255, 255, .5);
  }

  #nav-list li ul:before {
    position: absolute;
    left: calc(50% - 10px);
    /*! transform: translateX(-50%); */
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #004079;
  }

  #nav-list li a:last-of-type .nav-rows {
    right: 0 !important;
    left: auto !important;
  }

  #nav-list li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .nav-rows {
    transition-delay: .1s;
  }

  .stuck {
    position: fixed;
    top: 0;
    min-height: 0;
    z-index: 999;
  }

}

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

  #header {
    height: auto;
    font-size: 0;
  }

  #header-logo {
    position: absolute;
  }

  #header-announcement-donate-mobile {
    width: calc(100% + 40px);
    background: #000;
    text-align: center;
    padding: 7px 20px 4px 20px;
    margin: 0 -20px;
    display: inline-block !important;
  }

  #header-announcement-donate-mobile a {
    width: auto;
    padding: 7px 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px !important;
    text-transform: uppercase;
    display: inline-block;
  }

  #header-links {
    width: 100%;
    height: auto;
  }

  #nav-mobile-button {
    width: 100%;
    text-align: right;
    padding: 10px 0 28px 0;
  }

  #nav-mobile-button img {
    width: 30px;
    height: 30px;
  }

  #header-menu {
    position: relative !important;
  }

  #header-menu .max-width {
    position: relative;
  }

  #nav-list {
    background: #000;
    position: absolute;
    right: -20px;
    left: -20px;
    width: calc(100% + 40px);
    z-index: 100;
    margin-top: 0;
    padding: 0;
  }

  #nav-list li {
    width: 100%;
    background: #004079;
    display: inline-block;
    padding: 0;
    border-right: 0;
    padding: 0;
  }

  #nav-list .expander {
    font-size: 14px;
    padding: 15px 45px 15px 20px !important;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    position: relative;
  }

  #nav-list .expander::after {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 24px;
    font-weight: 400;
    top: 7px;
  }

  #nav-list .expander.open::after {
    content: "-";
    right: 23px;
  }

  #nav-list li:first-of-type {
    border-left: 0;
  }

  #nav-list li a,
  #nav-list li span {
    color: #fff;
    padding: 15px 20px;
    text-align: left !important;
  }

  #nav ul li ul {
    width: 100%;
    position: relative;
    margin-left: 0;
  }

  #nav #nav-list ul li a {
    padding: 7px 20px;
  }

  #nav ul li ul li {
    width: 100%;
    background: #000;
    text-align: right;
  }

  .nav-rows {
    background: #000;
    display: none;
    padding: 10px 0;
    box-sizing: border-box;
  }

  .nav-row {
    width: 100%;
    padding: 0;
  }

  #nav-list .nav-featured {
    width: 100%;
  }

  #nav-list .nav-featured img {
    max-width: 100px;
  }

  #nav-list .nav-search-icon .search-form {
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  #header-donate {
    display: block;
  }

  a#header-donate {
    font-size: 14px;
    margin: 0;
  }

}

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

  #header-announcement-bar-left {
    text-align: center;
    background: #005198;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  #header-announcement-bar-right-links a {
    margin: 0 12px;
  }

  #header-announcement-bar-right #hug-link {
    margin-right: 0 !important;
  }

  #header-announcement-bar-right .fas.fa-shopping-cart {
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

}

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

  #header-announcement-bar-right-links a {
    font-size: 11px;
    margin: 0 12px;
  }

}

/*** MAIN BANNER ***/

#main-banner {
  font-size: 0;
	position: relative;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

#main-banner img {
	width: 100%;
  display: inline-block;
}

.main-banner-background img {
  display: block;
}

.main-banner-slide {
  position: relative;
  padding-top: 31%;
  background-position: center;
  background-size: cover;
  min-height: 350px;
}

.main-banner-title {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
  left: 0;
  right: 0;
	margin: 0 auto;
}

.main-banner-title-outter-wrap {
	width: 100%;
  max-width: 1200px;
	height: 100%;
	display: table;
	margin: 0 auto;
  padding: 0 20px;
}

.main-banner-title-inside-wrap {
	display: table-cell;
	vertical-align: middle;
	max-width: 1160px;
	margin: 0 auto;
  padding-left: 5%;
}

.main-banner-heading-image {
  max-width: 33%;
  margin-bottom: 10px;
}

.main-banner-heading-image img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 90px;
}

.main-banner-title h1 {
  max-width: 650px;
  color: #000;
  font-family: roboto condensed;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
}

.main-banner-title p {
  max-width: 650px;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
  margin: 3px 0;
}

.main-banner-button {
  display: inline-block;
  margin-top: 10px;
}

.main-banner-button .fa,
.main-banner-button .fab,
.main-banner-button .fad,
.main-banner-button .fal,
.main-banner-button .far,
.main-banner-button .fas {
  margin-right: 7px;
}

.main-banner-button a {
  background: #00b7eb;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
}

.main-banner-button a:hover {
  opacity: .8;
  cursor: pointer;
}

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

  .main-banner-title-inside-wrap {
    text-align: center;
    padding: 0 40px;
  }

  .main-banner-heading-image {
    max-width: 60%;
    margin: 0 auto 10px auto;
  }

  .main-banner-title h1 {
    font-size: 34px;
    line-height: 38px;
  }

}

/*** SLICK SLIDER ***/

.slick-list {
	width: 100%;
}

.slick-prev,
.slick-next {
  background: transparent;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  content: ">";
  font-family: 'slick';
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #3a3a3a;
}

.slick-prev {
  left: 20px;
}

.slick-prev::before {
  content: "<";
}

.slick-next {
  right: 20px;
}

.slick-next::before {
  content: ">";
}

.block-slides ul.slick-dots {
  padding: 0;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 40px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:active {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 40px;
  content: '•';
  text-align: center;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #fcb833;
}

/*** PAGE BANNER ***/

#page-banner-wrap {
  width: 100%;
  text-align: right;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}

#page-banner {
  width: 60%;
  float: right;
  padding-top: 25%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #004079;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
}

#page-banner-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}

#page-banner-text {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#page-banner-text-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  vertical-align: middle;
}

#page-banner-text-wrap-wrap {
  display: table-cell;
  vertical-align: middle;
}

#page-banner-heading-wrap {
  max-width: calc(50% - 100px);
  display: inline-block;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

#page-banner-heading-wrap h1 {
  font-family: roboto condensed;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin: 0;
}

#page-banner-heading-wrap h1 a {
  font-size: 32px;
  line-height: 36px;
}

#page-banner-subhead {
  max-width: 400px;
  color: #ccc;
  font-size: 16px;
  font-family: lato;
  font-weight: 300;
  line-height: 24px;
  text-transform: none;
  display: inline-block;
  margin-top: 5px;
}

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

  #page-banner {
    height: 250px;
    background-position: right;
  }

  #page-banner-text h1 {
    max-width: 100%;
    font-size: 38px;
    line-height: 34px;
  }

}

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

  #page-banner {
    width: 100%;
    float: none;
  }

  #page-banner-heading-wrap {
    max-width: 500px;
    padding: 40px;
  }

  #page-banner:after {
    width: 100%;
    background: rgba(0, 64, 121, .8);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-0deg);
    -ms-transform: skew(-0deg);
    transform: skew(-0deg);
  }

  #page-banner-text {
    text-align: center;
  }

}

/*** PAGE BANNER FULL ***/

#page-banner-full {
  border-bottom: 10px solid #f1f1f1;
}

#page-banner-full img {
  width: 100%;
  max-width: 100%;
}

/*** PAGE BREADCRUMB ***/

#page-breadcrumb {
  color: #000;
  padding: 40px 20px 0 20px;
  font-size: 14px;
  font-weight: 100;
}

#page-breadcrumb-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#page-breadcrumb a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  margin-right: 5px;
}

#page-breadcrumb span {
  margin-right: 5px;
}

/*** CONTENT ***/

.entry-content {
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 20px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content-full-width {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.entry-content h2,
.entry-content-full-width h2 {
	margin-top: 0;
}

.align-middle {
  align-items: center;
  justify-content: center;
}

/*** CONTENT BLOCKS ***/

.content-block {
  text-align: center;
}

.content-block-wrap {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 40px 10px;
}

.content-block-1-1 {
  width: 100%;
}

.content-block-1-5 {
  width: 20%;
  float: left;
  padding: 10px;
}

.content-block-heading {
  font-size: 36px;
  border-bottom: 1px solid #fcb833;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content-block-text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.content-block-text strong {
  font-weight: 700;
}

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

	.content-block-1-5 {
		width: 100%;
	}

	.content-block-heading {
		display: inline-block;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}

}

table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

table, th, td {
  border: 1px solid #ccc;
}

th,
td {
  padding: 10px;
}

table strong {
  font-family: roboto condensed;
  font-size: 16px;
}

/*** ECOMMERCE ***/

#page .quantity,
#page .quantity input {
  display: inline-block;
  height: 32px;
}

#page .single_add_to_cart_button {
  background: #fcb833;
	color: #fff;
	text-decoration: none;
	font-family: lato;
	font-size: 16px;
  font-weight: 700;
	padding: 12px 30px;
	display: inline-block;
  border-radius: 0;
}

#page .product_meta .sku_wrapper span {
	float: none !important;
}

#page .product_meta .sku_wrapper,
#page .product_meta .posted_in {
	width: 100%;
}

/*** EVENTS ***/

.tribe-events-list-event-title a {
  color: #000;
  font-size: 32px;
}

.description.entry-summary a {
  background: #00b7eb;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin-top: 7px;
  display: inline-block;
}

.description.entry-summary a:hover {
  opacity: .8;
  cursor: pointer;
}

/*** HOME LATEST POSTS ***/

.page ul.postsbycategory {
  list-style-type: none;
  padding-left: 0;
  margin-top: 29px;
}

.page ul.postsbycategory li {
  width: 100%;
  margin: 9px 0 8px 0;
  padding-bottom: 8px;
  display: table;
  vertical-align: middle;
  border-bottom: 1px solid #f1f1f1;
}

.page ul.postsbycategory li a {
  height: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  display: table;
  vertical-align: middle;
}

.page ul.postsbycategory li .recent-posts-thumbnail {
  width: 63px;
  height: 63px;
  display: table-cell;
  vertical-align: middle;
}

.page ul.postsbycategory li .recent-posts-thumbnail img {
  width: 63px;
  height: 63px;
  display: block;
  margin-right: 10px;
}

.page ul.postsbycategory li .recent-posts-title-date {
  display: table-cell;
  vertical-align: middle;
}

.page ul.postsbycategory li .recent-posts-title {
  text-align: left;
}

.page ul.postsbycategory li .recent-posts-date {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}


/*** DONATE BUTTONS ***/

.donate-buttons {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.donate-button {
	flex-grow: 1;
	width: 33.3333%;
  max-width: 33.3333%;
  min-height: 40px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

.donate-button.full {
	width: 50%;
  max-width: 50%;
}

.donate-button a {
  width: calc(100% - 40px);
  min-height: 40px;
  background: #e62438;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  display: inline-block;
	display: flex;
  align-items: center;
  justify-content: center;
}

.donate-button .fas {
  margin-right: 5px;
}

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

  .donate-button {
    width: 33.3333%;
    max-width: 33.3333%;
  }

  .donate-button.full {
  	width: 50%;
    max-width: 50%;
  }

}

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

  .donate-button,
  .donate-button.full {
    width: 50%;
    max-width: 50%;
  }

}

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

  .donate-button,
  .donate-button.full {
    width: 100%;
    max-width: 100%;
  }

}

/*** CATEGORY PAGE ***/

#category-page {
	max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#category-description-wrap {
  background: #f1f1f1;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#category-description-wrap img {
  width: 100%;
  max-width: 400px;
}

#category-description {
  max-width: 1200px;
  margin: 0 auto;
}

#category-page article {
  flex-grow: 1;
  width: calc(33.3333% - 40px);
  max-width: calc(33.3333% - 40px);
  margin: 20px
}

#category-page article .post-thumbnail-wrap {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 66.6666% 0 0 0;
  margin: auto;
}

#category-page article img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%);
}

#category-page article .entry-title,
#category-page article .entry-title a {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 1px;
}

#category-page article .posted-on {
  color: #888;
  font-weight: 300;
  font-size: 12px;
}

#category-page article p {
  font-size: 14px;
  line-height: 22px;
}

#category-page article .posted-on .updated {
  display: none;
}

#category-page article .posted-on .entry-date.published.updated {
  display: inline-block;
}

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

	#category-page article {
    width: calc(50% - 40px);
	  max-width: calc(50% - 40px);
	}

  #category-description-wrap {
    display: inline-block;
    align-items: center;
  }

  #category-description {
    margin-top: 0;
  }

}

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

	#category-page article {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
	}

}

/*** CATEGORY NAV SEARCH WRAP ***/

#category-nav-search-wrap {
  max-width: 1240px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  display: flex;
}

/*** CATEGORY NAV ***/

#category-nav {
  flex: 2;
  display: inline-block;
}

#category-nav ul {
  list-style-type: none;
  padding: 0;
}

#category-nav ul li {
  display: inline-block;

}

#category-nav ul li a {
  height: 40px;
  color: #fff;
  background: #004079;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  display: block;
  padding: 0 15px;
}

#category-nav ul li.current-menu-item a {
  background: #ccc;
}

#category-nav ul li.current-menu-item a:hover {
  opacity: 1;
  cursor: default;
}

#category-nav ul li.current-menu-item {
  position: relative;
}

#category-nav ul li.current-menu-item::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

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

  #category-nav-search-wrap {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  #category-nav {
    width: 100%;
    display: inline-block;
  }

  #category-nav li {
    margin-bottom: 3px;
  }

}

/*** CATEGORY SEARCH ***/

#category-search-form {
  width: 100%;
  flex: 1;
  display: inline-block;
  text-align: right;
}

#category-search-form .search-form {
  margin-top: 16px;
  white-space: nowrap;
}

#category-search-form .search-form label {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

#category-search-form input {
  height: 40px;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #ccc;
}

#category-search-form .search-submit {
  height: 40px;
  background: #00b7eb;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  vertical-align: middle;
}

#category-search-form .search-submit:hover {
  cursor: pointer;
  opacity: .8;
}

#category-search-form .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

  #category-search-form {
    text-align: center;
  }

}

/*** CHAMPIONS ***/

#champions-content {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#champions-content article {
  position: relative;
}

#champions-content .champions-fam-state {
  background: #005198;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -10px;
}

#champions-content .champions-fam-names {
  font-size: 14px;
}

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

  #champions-content {
    display: inline-block;
  }

  #champions-content #secondary,
  #champions-content #primary {
    width: 100%;
    display: inline-block;
    padding: 0;
  }

}

/*** PAGINATION ***/

.navigation {
	width: 100%;
	text-align: center;
	margin: 0 auto 60px auto;
	display: block;
}

.navigation ul {
	padding: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

#content .navigation li::before {
	display: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.disabled {
  background-color: #00b7eb;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 15px;
}

.navigation li.active a {
	background: #004079;
}

/*** CALENDAR PAGE ***/

.post-type-archive-tribe_events #page-banner a {
  color: #ccc;
}

#tribe-events-header {
  display: none;
}

#events-search-bar-wrap,
#events-search-bar {
  text-align: center;
}

#events-search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

#events-search-bar-wrap #category-nav {
  margin-bottom: 30px;
}

#events-search-bar-wrap #category-nav ul li {
  margin-bottom: 4px;
}

#events-search-bar-search {
  padding-bottom: 20px;
  text-align: center;
}

#events-search-bar-search .events-search-bar-input {
  height: 40px;
}

#events-search-bar-search .events-search-bar-input input {
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 5px;
  margin: 0;
}

#events-search-bar-search .events-search-bar-submit {
  height: 40px;
}

#events-search-bar-search .events-search-bar-submit-button {
  color: #fff;
  background: #00b7eb;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}

#tribe-bar-form,
.tribe-events-list-separator-month {
  background: #f1f1f1;
}

#tribe-events .tribe-events-list-separator-month {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  margin: 40px 10px 20px 10px;
  text-align: left;
}

#tribe-events .tribe-events-list-separator-month::after {
  display: none;
}

#tribe-events .tribe-events-list-separator-month span {
  padding: 0;
  background-color: transparent;
}

#tribe-events .tribe-events-list .type-tribe_events {
  margin: 0;
  height: 100%;
  padding-bottom: 30px;
}

#tribe-events .tribe-events-event-image a {
  width: 100%;
  display: inline-block;
  position: relative;
}

#tribe-events .event-label {
  position: absolute;
  top: 15px;
  left: -10px;
}

#tribe-events .event-label span {
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
}

#tribe-bar-form input[type="text"] {
  background: #fff;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #00b7eb;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  opacity: .8;
}

#tribe-events .tribe-events-loop {
	max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}

#tribe-events .calendar-row {
  flex-grow: 1;
  width: calc(25%);
  max-width: calc(25%);
  padding: 0 10px 40px 10px;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}

#tribe-events .calendar-row .calendar-content-details p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
}

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

  #events-search-bar-wrap {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  #category-nav ul li.current-menu-item::after {
    display: none;
  }

  #events-search-bar-search {
    text-align: center;
    display: inline-block;
  }

}

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

  #tribe-events .tribe-events-list-separator-month {
    margin: 20px 10px;
  }

	#tribe-events .calendar-row {
	  width: calc(50%);
    max-width: calc(50%);
	}

  #tribe-events .calendar-row img {
    width: 100% !important;
  }

  #tribe-events .calendar-content {
    padding-bottom: 10px !important;
  }

  #tribe-events .tribe-events-loop .tribe-events-event-meta {
    background: none;
    border: 0;
    margin-top: 0;
  }

  #tribe-events .tribe-events-venue-details {
    display: none !important;
  }

}

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

	#tribe-events .calendar-row {
	  width: calc(100%);
    max-width: calc(100%);
	}

}

.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}

.tribe-events-list .type-tribe_events {
  border-bottom: 0;
  padding: 0;
  position: relative;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%;
  position: relative;
  padding-bottom: 66.6666%;
}

#tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image img {
  display: block;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image:before {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tribe-events-list .type-tribe_events h3,
.tribe-events-list .type-tribe_events h3 a {
  color: #000;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin: 10px auto 0 auto;
  word-break: break-word;
}

.calendar-content {
  color: #000;
  text-align: center;
  padding: 0;
}

.tribe-events-list-event-title {
}

.tribe-events-loop .tribe-events-event-meta {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
}

.tribe-events-list-event-title,
.tribe-events-event-meta {
  width: 100%;
}

.tribe-events-list-separator-month {
  width: 100%;
  margin: 0 10px 20px 10px;
}

.tribe-events-loop .calendar-content .tribe-events-content {
  width: 100%;
  padding: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.tribe-events-loop .calendar-content .tribe-events-content a,
.tribe-events-loop .calendar-content .tribe-events-content p {
  background: none;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.tribe-events-loop .calendar-content .tribe-events-venue-details {
  font-size: 14px;
  padding-bottom: 15px;
  margin: 0;
}

.tribe-events-loop .calendar-content .tribe-events-content a.tribe-events-read-more {
  background: #00b7eb;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  display: inline-block;
}

/*** EVENT DESCRIPTION AND IMAGE ***/

#event-category-description-wrap {
  background: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

#event-category-image {
  max-width: 300px;
  flex: 0 0 auto;
  margin-top: 40px;
  padding-right: 20px;
}

#event-category-image img {
  max-width: 100%;
}

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

  #event-category-description-wrap {
    display: inline-block;
    align-items: center;
  }

  #event-category-image {
    width: 100%;
    text-align: center;
  }

  #event-category-description {
    margin-top: 0;
  }

}

.tribe_events-template-default.single.theme-cureduchenne #content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.tribe_events-template-default.single.theme-cureduchenne #primary {
  width: 100%;
  display: inline-block;
  padding-top: 40px;
}

.tribe_events-template-default.single-tribe_events .tribe-events-event-image {
  text-align: left;
  padding-top: 10px;
}

/*** EVENTS SINGLE ***/

.tribe_events-template-default.single-tribe_events .tribe-events-event-image {
  max-width: 400px;
}

.tribe_events-template-default.single-tribe_events #tribe-events .tribe-events-button, .tribe-events-button {
  background: #888;
  font-family: lato;
  letter-spacing: 0;
  border-radius: 0;
}

.tribe_events-template-default.single-tribe_events #tribe-events .tribe-register-button a {
  background: #00b7eb;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  display: inline-block;
  margin: 40px 0 15px 0;
}

.tribe_events-template-default.single-tribe_events #tribe-events .tribe-events-button, .tribe-events-button:hover {
  color: #fff;
}

.tribe_events-template-default.single-tribe_events .tribe-events-event-meta {
  background: #f1f1f1;
  border: 0;
  padding: 20px;
}

.tribe_events-template-default .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0;
}

.tribe_events-template-default .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 22px;
}

.tribe_events-template-default.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-size: 14px;
}

.tribe_events-template-default.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin-bottom: 15px;
}

/*** FOOTER ***/

#footer {
  width: 100%;
  background: #004079;
  color: #fff;
}

#footer a,
#footer p {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

#footer-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#footer-top {
  width: 100%;
  background: #f1f1f1;
  text-align: center;
  padding: 15px 20px;
}

#footer-top h3 {
  color: #000;
  margin: 20px 0 3px 0;
}

#footer-top p {
  color: #888;
  margin: 0 0 10px 0;
}

#footer-top-wrap {
  max-width: 400px;
  margin: 0 auto;
}

#footer-middle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: top center;
  justify-content: center;
}

#footer-bottom {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

#footer-bottom p,
#footer-bottom a {
  color: #ccc;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
}

#footer-links {
  width: 100%;
  max-width: 1200px;
}

#footer-links h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

#footer-links ul {
  list-style-type: none;
  padding: 0;
}

#footer-links p {
  margin: 4px 0 0 0;
}

.footer-link-expand {
  width: 25%;
  float: left;
}

#footer-follow {
  margin-top: 10px;
}

#footer-follow a {
  width: 40px;
  height: 40px;
  background: #00b7eb;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  position: relative;
}

#footer-follow a i {
  color: #fff;
  line-height: 40px;
}

#char_org {
text-align: center;
width: 100%;
padding:0 30px;

}

#char_org ul  {

  list-style-type: none;
    padding: 0;
}


.char_icons li {
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
}



@media screen and (min-width: 769px) {

  .footer-link-child {
    display: inline-block !important;
  }

}

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

  #char_org {
    padding:0;
    
    }

    .char_icons li {
      padding: 0;
      vertical-align: middle;
    }

  #footer {
    background: #fff;
  }

  .footer-link-expand {
    background: #004079;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
    position: relative;
  }

  .footer-link-expand::before {
    content: '+';
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    width: 20px;
    top: 7px;
    right: 20px;
    text-align: center;
  }

  .footer-link-expand.active::before {
    content: '-';
    top: 6px;
    right: 20px;
  }

  .footer-link-expand:hover {
    cursor: pointer;
  }

  .footer-link-expand:hover h4 {
    opacity: .8;
  }

  #footer-links h4,
  .footer-link-expand h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 15px 45px 15px 20px;
  }

  .footer-link-child {
    display: none;
  }

  .footer-link-child li {
    color: #000;
    background: #f1f1f1;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }

  #footer .footer-link-child li a {
    display: inline-block;
    padding: 10px 20px;
  }

  #footer .footer-link-child li a,
  #footer .footer-link-child li p {
    color: #000;
  }

  #footer .footer-link-child li p {
    margin: 0;
    padding: 20px;
  }

  #footer-bottom p {
    color: #999;
  }

  #footer #footer-follow {
    margin: 0;
  }

  #footer #footer-follow li {
    padding: 10px;
  }

  #footer #footer-follow li a {
    padding: 0;
    margin: 10px 0 10px 10px;
  }

}

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

  .footer-link-expand {
    width: 100%;
    text-align: center;
  }

  #footer-social-icons img {
    margin: 0 10px;
  }

}

/*** MINI CART ***/

#header-announcement-bar .max-width {
  position: relative;
}

#header-cart-icon {
  display: inline-block;
}

#header-cart-content {
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #000;
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
  z-index: 200;
}

#header-cart-heading {
  color: #fff;
  background: #004079;
  padding: 0 20px;
  margin-bottom: 20px;
}

#header-cart-heading-text {
  float: left;
}

#header-cart-close {
  font-size: 16px;
  font-weight: 300;
}

#header-cart-close:hover {
  cursor: pointer;
  opacity: .8;
}

#header-cart-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header-cart-content p {
  color: #000;
}

#header-cart-content img {
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  float: left;
  margin-right: 10px;
}

#header-cart-content .remove_from_cart_button {
  width: 20px;
  color: #3a3a3a !important;
  font-size: 20px;
  font-weight: 300;
  margin-right: 0;
  float: left;
}

#header-cart-content .remove_from_cart_button:hover {
  color: #3a3a3a !important;
  background: #fff;
}

#header-cart-content a {
  float: left;
  display: flex;
  align-items: center;
}

#header-cart-content .variation {
  display: none;
}

#header-cart-content .mini-cart-product-info {
  width: calc(100% - 105px);
  line-height: 18px;
  text-align: left;
}

#header-cart-content .mini-cart-product-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

#header-cart-content .quantity {
  color: #3a3a3a;
  height: auto;
  float: left;
}

#header-cart-content .woocommerce-mini-cart__buttons {
  float: right;
  margin: 0;
}

#header-cart-content a.button.checkout.wc-forward {
  background: #61bb1d;
}

#header-cart-content li.woocommerce-mini-cart-item {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a.button.wc-forward {
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 20px !important;
  padding: 8px 20px;
  margin: 0 0 0 20px;
  display: inline-block;
  border-radius: 0;
}

a.button.checkout.wc-forward {
  background: #00b7eb;
}

#header-cart-content .woocommerce-mini-cart__empty-message,
#header-cart-content .woocommerce-mini-cart__empty-message p {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
}

#header-cart-content .woocommerce-mini-cart__empty-message a {
  background: #00b7eb;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 5px 0 0 0;
  padding: 8px 20px;
  display: inline-block;
  float: none;
}

/*** BLOG SINGLE ***/

.single.theme-cureduchenne article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.single.theme-cureduchenne article .entry-content {
  padding: 0;
}

.single.theme-cureduchenne h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 34px;
  margin: 30px 0 5px 0;
}

.single.theme-cureduchenne .entry-meta {
  color: #888;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.single.theme-cureduchenne .entry-meta a {
  font-weight: 500;
}

.single.theme-cureduchenne .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.single.theme-cureduchenne .category-blog .posted-on .updated {
  display: none;
}

.single.theme-cureduchenne .category-blog .posted-on .entry-date.published.updated {
  display: inline-block;
}

.single.theme-cureduchenne #content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.single.theme-cureduchenne #content a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.single.theme-cureduchenne #primary {
  flex: 7;
}

/*** SIDEBAR ***/

.single.theme-cureduchenne #secondary {
  padding: 0 20px 40px 20px;
  margin-top: 40px;
  flex: 3;
  border-left: 1px solid #f1f1f1;
}

.single.theme-cureduchenne #secondary ul,
.single.theme-cureduchenne #secondary ol {
  margin: 0;
  padding: 0 20px 10px 20px;
  list-style-type: none;
}

.single.theme-cureduchenne #secondary ul li,
.single.theme-cureduchenne #secondary ol li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.single.theme-cureduchenne #secondary a {
  color: #000;
  font-weight: 600;
}

.single.theme-cureduchenne #secondary h2.widget-title {
  background: #004079;
  color: #fff;
  font-family: roboto condensed;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 20px;
}

.single.theme-cureduchenne #secondary .post-date {
  color: #888;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
}

/* SIDEBAR - SEARCH */

#secondary .search-form {
  width: calc(100% - 40px);
  float: none;
  padding: 0 20px 20px 20px;
}

/* SIDEBAR - LATEST POSTS */

#secondary .postsbycategory li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

#secondary .postsbycategory .recent-posts-thumbnail,
#secondary .postsbycategory .recent-posts-thumbnail img {
  max-width: 50px;
  max-height: 50px;
}

#secondary .postsbycategory .recent-posts-title-date {
  padding-left: 10px;
}

#secondary .postsbycategory .recent-posts-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

#secondary .postsbycategory .recent-posts-date {
  color: #888;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

/* SIDEBAR - LATEST EVENTS */

.single.theme-cureduchenne #secondary .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
  margin: 0 0 10px 0;
}

.single.theme-cureduchenne #secondary .tribe-events-list-widget .tribe-event-title {
  margin-bottom: 0;
}

.tribe-events-list-widget-events .tribe-event-duration {
  color: #888;
  font-size: 12px;
  font-weight: 300;
}

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

  .single.theme-cureduchenne #content {
    display: inline-block;
  }

  .single.theme-cureduchenne #primary {

  }

  .single.theme-cureduchenne #secondary {
    border: 0;
  }

}

/*** RELATED POSTS ***/

#post-related-posts {
  padding: 20px 10px 40px 10px;
}

#post-related-posts h3 {
  text-align: center;
  padding: 0 10px;
}

#post-related-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#post-related-posts li {
  flex: 1;
  padding: 0 10px 10px 10px;
}

#post-related-posts .post-thumbnail-wrap {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding: 66.6666% 0 0 0;
  margin-bottom: 5px;
}

#post-related-posts .post-thumbnail-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%)
}

#post-related-posts .post-related-posts-title {
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

#post-related-posts .post-related-posts-meta {
  color: #888;
  font-size: 12px;
  font-weight: 300;
}

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

  #post-related-posts li {
    flex: 1 0 calc(50% - 20px);
    margin-bottom: 10px;
  }

}

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

  #post-related-posts li {
    flex: 1 0 calc(100% - 20px);
    margin-bottom: 10px;
  }

}

/*** SHARE/DONATE SECTION ***/

#share-donate {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  display: table;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.page-template-page-full-width #share-donate {
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

#share-donate h3,
#share-donate h4,
#share-donate p {
  color: #000;
  position: relative;
}

#share-donate-spacer {
  width: 20px;
}

.page-template-page-full-width #share-donate-spacer {
  width: 1px;
}

/*** SHARE POST/PAGE ***/

#share-post {
  width: 50%;
  height: 100%;
  background: #f1f1f1;
  text-align: center;
  padding: 40px 20px;
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#share-post-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, .6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

#share-post h3 {
  margin: 0 0 10px 0;
}

#share-post h3,
#share-post img {
  position: relative;
}

#share-post-heading {
  font-weight: 600;
  margin-bottom: 10px;
}

#share-post a {
  width: 50px;
  height: 50px;
  background: #00b7eb;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 25px;
  margin: 0 5px;
  position: relative;
}

#share-post a i {
  color: #fff;
  line-height: 50px;
}

/*** DONATE POST/PAGE ***/

#page-donate {
  width: 50%;
  height: 100%;
  background: #f1f1f1;
  text-align: center;
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#page-donate-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, .6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

#page-donate h3 {
  margin: 0 0 5px 0;
}

#page-donate p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}

#page-donate a {
  color: #fff;
  background: #e62438;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
}

#page-donate .fa-heart {
  color: #fff;
  margin-right: 7px;
}

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

  #share-donate {
    display: inline-block;
  }

  #share-donate-spacer {
    width: 100%;
    height: 20px;
  }

  #share-post,
  #page-donate {
    width: 100%;
    display: inline-block;
  }

  #page-donate {
    margin-bottom: 20px;
  }

}

/*** DONATE ICONS ***/

#donate-icons {
  text-align: center;
}

#donate-icons .block-1-4 {
  padding: 0 10px;
}

#donate-icons .block-1-4 h3 {
  margin-top: 20px;
}

.donate-icon .fas {
  color: #004079;
  font-size: 60px;
}

/*** WOOCOMMERCE CATEGORY PAGE ***/

#page #product-category {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
}

#page .woocommerce-breadcrumb {
  color: #000;
  font-size: 14px;
  font-weight: 100;
}

#page .woocommerce-breadcrumb a {
  color: #000;
  font-weight: 700;
}

#page #product-category .woocommerce-products-header h1 {
  font-family: roboto condensed;
  font-size: 38px;
  line-height: 40px;
}

#page #product-category select {
  padding: 10px;
  border: 1px solid #ccc;
}

#page #product-category .woocommerce-LoopProduct-link h2,
#page .related.products .woocommerce-LoopProduct-link h2 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page #product-category .woocommerce-LoopProduct-link .price,
#page .related.products .woocommerce-LoopProduct-link .price {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page #product-category .product-type-variable,
#page #product-category .product-type-simple,
#page .related.products .product-type-variable,
#page .related.products .product-type-simple {
  text-align: center;
}

#page #product-category .product-type-variable a.button,
#page #product-category .product-type-simple a.button,
#page .related.products .product-type-variable a.button,
#page .related.products .product-type-simple a.button {
  background: #61bb1d;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 0;
}

/*** WOOCOMMERCE PRODUCT PAGE ***/

.single-product #page .site-content {
  text-align: center;
}

.single-product #page .content-area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
  display: inline-block;
  text-align: left;
}

.single-product #page .content-area .woocommerce-product-gallery__wrapper img[data-src] {
  opacity: 1;
}

.single-product #page .flex-control-thumbs {
  margin-top: 20px;
}

.single-product #page .entry-summary {
  background: #f1f1f1;
  padding: 20px;
}

.single-product #page .entry-summary h1 {
  font-family: roboto condensed;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-product #page .entry-summary .woocommerce-product-details__short-description p {
  color: #666;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}

.single-product #page .entry-summary .price {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

.single-product #page .entry-summary .variations td {
  line-height: inherit;
}

.single-product #page .entry-summary .variations .value {
  padding: 0;
}

.single-product #page .entry-summary .variations select {
  background: #fff;
  transition: all 0.4s;
  width: 100%;
  outline: none;
  font-size: 14px;
  color: #303030;
  border: 1px solid #ECECEC;
  padding: 8px 20px;
  margin: 0;
  box-shadow: none;
}

.single-product #page .entry-summary .variations .reset_variations {
  display: none;
}

.single-product #page .entry-summary .quantity {
  width: 60px;
  height: 46px;
  display: inline-block;
}

.single-product #page .entry-summary .quantity input {
  width: 52px;
  height: 44px;
  border: 1px solid #ccc;
  padding: 0;
}

.single-product #page .entry-summary .woocommerce-variation-availability p.stock {
  color: #114e86;
  font-weight: 700;
  margin: 20px 0 5px 0;
}

.single-product #page .entry-summary .single_add_to_cart_button {
  width: calc(100% - 70px);
  background: #61bb1d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 45px;
  margin-left: 6px;
  display: inline-block;
  border-radius: 0;
}

.product-template-default #content .woocommerce-message {
  background: #f1f1f1;
  border-color: #000;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  font-family: lato;
  padding: 5px;
  font-size: 14px;
}

.product-template-default #content .woocommerce-message::before {
  color: #61bb1d;
}

.product-template-default .woocommerce-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #555555;
  border-color: #114e86;
}

.product-template-default #content .woocommerce-message a.button {
  background: #61bb1d;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 0;
}

.related.products {
  width: 100%;
  float: left;
}

/*** PRODUCT INPUT ***/

.product-template-default.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.product-template-default.woocommerce .ppom-col {
  padding: 5px 0 0 0 !important;
}

.product-template-default.woocommerce form .form-row label {
  line-height: 24px;
}

.product-template-default.woocommerce form .form-row input {
  border-radius: 0;
}

.product-template-default.woocommerce .ppom-wrapper span.show_description {
  font-size: 14px;
  float: left;
  margin-bottom: 7px;
  padding-left: 0;
}

/*** CART PAGE ***/

.page-template-default .woocommerce table.shop_table {
	border-top: 1px solid #f1f1f1;;
	border-right: 1px solid #f1f1f1;
	border-bottom: 0;
	border-left: 0;
}

.page-template-default .woocommerce table.shop_table th,
.page-template-default .woocommerce table.shop_table td {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

.page-template-default .woocommerce table.shop_table {
	border-radius: 0;
}

.page-template-default .woocommerce table.shop_table strong {
  font-family: lato;
}

.page-template-default .woocommerce table.shop_table .product-thumbnail img {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.page-template-default .woocommerce table.shop_table .quantity .qty {
  border: 1px solid #f1f1f1;
}

.page-template-default .woocommerce .woocommerce-cart-form .product-name a {
  color: #000;
  font-weight: 600;
}

.page-template-default #page .woocommerce .woocommerce-cart-form .actions button {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 8px 15px;
}

.page-template-default #page .woocommerce .woocommerce-cart-form .actions #coupon_code {
  padding: 7px 10px;
}

.page-template-default .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}

.page-template-default .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  width: calc(100% - 90px);
  background: #61bb1d;
  color: #fff;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 45px;
  margin: 10px 0 0 0;
  display: inline-block;
  border-radius: 0;
}

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

  .page-template-default #page .woocommerce .woocommerce-cart-form .actions #coupon_code {
    width: 120px;
  }

}

/*** CHECKOUT ***/

.woocommerce-checkout .woocommerce .input-text {
  height: 30px;
  border: 1px solid #ccc;
  padding-left: 10px;
}

.woocommerce-checkout .woocommerce input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f1f1f1;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce button.button.alt {
  background: #61bb1d;
  border-radius: 0;
}

.woocommerce .wdgk_donation_content input.wdgk_donation {
  height: 20px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
}

.woocommerce .wdgk_donation_content a.button.wdgk_add_donation {
  height: 22px;
	line-height: 22px;
	display: inline-block;
	border-radius: 0;
	margin: 0 0 0 5px;
	padding: 10px 20px;
}

/*** SEARCH RESULTS PAGE ***/

.search-results #category-search-form {
  text-align: center;
  display: block;
  margin: 40px auto 0 auto;
}

.search-results-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-results-page .page-header {
  margin-bottom: 20px;
}

.search-results-page h1 {
  margin-bottom: 0;
}

.search-results-page article {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

.search-results-page h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 5px 0;
}

.search-results-page h2 a {
  color: #004079;
}

.search-results-page .type-tribe_events {
  position: relative;
}

.search-results-page .thumbnail-outter-wrap {
  float: left;
}

.search-results-page .thumbnail-inner-wrap {
  display: table;
}

.search-results-page .post-thumbnail {
  width: 70px;
  height: 70px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.search-results-page .post-thumbnail img {
  width: 100%;
  height: auto;
}

.search-results-page .entry-meta {
  color: #888;
  font-size: 12px;
}

.search-results-page .entry-meta a {
  color: #888;
}

.search-results-page .entry-summary p {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}

.search-results-page .entry-footer {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  clear: both;
}

.search-results-page .comments-link {
  display: none;
}

.search-results-page .entry-footer .tag-links,
.search-results-page .entry-footer .cat-links {
  width: 100%;
  display: inline-block;
}

.no-results.not-found {
  text-align: center;
  padding-bottom: 40px;
}

/*** KT BLOCKS ***/

.kt-blocks-accordion-header:hover {
  cursor: pointer;
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger::before,
.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger::after {
  width: 14px !important;
  height: 2px !important;
}

.kt-accordion-panel-inner p.has-background {
  padding: 10px 20px;
}

.kt-btn-wrap .kt-button {
  font-weight: 700;
}

.alignfull .kt-row-column-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-kadence-rowlayout p {
  color: inherit;
}

.wp-block-kadence-rowlayout ul {
  padding-left: 13px;
}

.wp-block-table {
  margin: 0;
}

.wp-block-embed-youtube {
  margin: 0;
}

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

  .column-reverse .kt-row-column-wrap {
    flex-direction: column-reverse;
  }

}

/*** WIDGETS ***/

#secondary .tribe-events-widget-link {
  text-align: center;
  margin: -10px 0 0 0;
}

#secondary .tribe-events-widget-link a {
  color: #00b7eb;
}

/*** 404 PAGE ***/

.error404 .content-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px 60px 20px;
  text-align: center;
}

.error404 .search-form {
  margin: 0 auto;
  float: none;
}

/*** MODAL ***/

#overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -moz-opacity: 0.75;
  opacity: .75;
  filter: alpha(opacity=75);
}

#modal {
  min-width: 260px;
  max-width: 600px;
  min-height: 200px;
  max-height: 410px;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  margin: auto;
  z-index: 1001;
  -webkit-box-shadow: 0px 10px 25px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -7px rgba(0, 0, 0, 0.75);
}

#modal-close {
  width: 30px;
  height: 30px;
  color: #000;
  background: #fff;
  font-family: lato;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 15px;
}

#modal-heading img {
  max-width: 100%;
}

#modal-content {
  text-align: center;
  padding: 20px;
}

#modal-content h3,
#modal-content p {
  margin: 0 0 5px 0;
}

#modal-content .button a {
  text-transform: uppercase;
}

#modal-content p.modal-close {
  color: #888;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  width: 90vw;
  max-width: 800px;
  max-height: 90vh;
  color: #000;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  overflow: scroll;
}

.modal-content h3 {
  font-family: roboto condensed;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 0 0;
}

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

.open-modal-button {
  background: #00b7eb;
  color: #fff;
  text-decoration: none;
  font-family: lato;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 7px auto 20px auto;
  display: inline-block;
}

.open-modal-button:hover {
  cursor: pointer;
  opacity: .8;
}

.open-modal-image,
.open-modal-image img {
  max-width: 100%;
}

.open-modal-trigger:hover {
  opacity: .8;
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/*** GDPR ***/

#gdpr {
  width: 100%;
  background-color: #333;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
}

#gdpr-content {
  text-align: center;
  padding: 0 20px;
}

#gdpr-content p {
  color: #fff;
}

#gdpr-content-wrap {
  margin: 0 auto;
  max-width: 1200px;
}

#gdpr-content-text {
  float: left;
}

#gdpr-content-button {
  float: right;
  margin-top: 3px;
}

#gdpr-content .button {

}

#gdpr-content a {
  color: #fcb833;
}

#gdpr-content .button a {
  text-transform: uppercase;
  background: #fcb833;
  color: #fff;
}

.cookieinfo {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  animation: slideOnLoad 1s 1;
  -webkit-animation: slideOnLoad 1s 1;
}

@keyframes slideOnLoad
{
    0% {bottom:-60px;opacity:0;}
    70% {bottom:10px;}
    100% {bottom:0px;opacity:1;}
}

@-webkit-keyframes slideOnLoad
{
    0% {bottom:-60px;opacity:0;}
    70% {bottom:10px;}
    100% {bottom:0px;opacity:1;}
}


/*** SLIDER BLOCKS ***/

.block-slider .slick-list {
  width: calc(100% - 90px);
  margin: 0 auto;
}

.block-slider .slick-list .slick-slide {
  text-align: center;
  padding: 20px 20px 40px 20px;
}

.block-slider .slick-list .slick-slide img {
  max-width: 100%;
  height: auto;
}

.block-slider .slick-list .slick-slide .post-thumbnail-wrap {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding: 66.6666% 0 0 0;
  margin-bottom: 5px;
}

.block-slider .slick-list .slick-slide .post-thumbnail-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%);
  max-width: none;
}

.block-slider .slick-list .slick-slide h3 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}

.block-slider .slick-list .slick-slide p {
  font-size: 14px;
  line-height: 22px;
}

.block-slider.is-admin:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}

.block-slides .recent-posts-thumbnail {
  position: relative;
  padding-bottom: 66.6666%;
}

.block-slides .tribe-events-event-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.block-slides .recent-posts-date {
  padding-top: 0;
  margin-top: 0;
}

.block-slides .recent-posts-date p {
  font-size: 18px;
  font-weight: 600;
}

#wp-admin-bar-wp-logo {
  display: none;
}


/*** PW PROTECT FORM ***/

.post-password-form {
  text-align: center;
  padding: 20px;
}

.post-password-form input[type=password] {
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 16px;
  border: 1px solid #f1f1f1;
}

.post-password-form input[type=submit] {
  color: #fff;
  background: #00b7eb;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border: 0;
}

.post-password-form input[type=submit]:hover {
  opacity: .8;
  cursor: pointer;
}

#cn-notice-buttons a {
  background: #00b7eb !important;
  border-radius: 0 !important;
}


/* RESOURCE LIBRARY - NAV */

#resource-library-nav {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 18px;
}

#resource-library-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#resource-library-nav li {
	margin: 0 auto 3px auto;
  position: relative;
  display: inline-block;
}

#resource-library-nav a {
	height: 100%;
	background: #00b7eb;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
  display: inline-block;
}

#resource-library-nav a:hover,
#resource-library-nav .current-menu-item a {
	background: #fcb833;
}

/* RESOURCE ARCHIVE DESCRIPTION */

#resource-archive-description {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}

#resource-archive-description p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

/* RESOURCE LIBRARY - ARCHIVE */

#resource-archive-page {
  max-width: 1240px;
  padding: 20px;
  margin: 0 auto;
}

#resource-archive-page article {
  background: #f1f1f1;
  padding: 20px;
  margin: 20px 0;
}

#resource-archive-page article p {
  font-size: 14px;
  line-height: 24px;
}

#resource-archive-page article .resource-wrap {
  width: 100%;
  display: table;
}

#resource-archive-page article .resource-wrap h1 {
  margin-top: 0;
}

#resource-archive-page article .resource-wrap-left {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

#resource-archive-page article .resource-wrap-right {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

#resource-archive-page article .entry-header h2 {
  margin: 0;
  font-size: 28px;
  line-height: 30px;
}

#resource-archive-page article .entry-header h2 a {
  color: #000;
}

#resource-archive-page .resource-description p {
  margin: 5px 0 14px 0;
}

#resource-archive-page .resource-details-wrap-wrap {
  display: flex;
  flex-flow: row wrap;
}

#resource-archive-page .resource-details-wrap {
  width: 50%;
  display: inline-block;
  padding: 10px 0 0 0;
}

#resource-archive-page .resource-details-wrap .resource-headshot {
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
}

#resource-archive-page .resource-details-wrap .resource-headshot img {
  max-width: 100%;
  max-height: 100%;
}

#resource-archive-page .resource-details-wrap .resource-details {
  width: calc(100% - 80px);
  float: left;
  padding: 0 0 0 10px;
}

#resource-archive-page .resource-details-wrap .resource-details .resource-speaker-name h4 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

#resource-archive-page .resource-details-wrap .resource-details .resource-speaker-label p,
#resource-archive-page .resource-details-wrap .resource-details .resource-speaker-title p,
#resource-archive-page .resource-details-wrap .resource-details .resource-speaker-organization p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

#resource-archive-page .resource-details-wrap .resource-details .resource-speaker-organization p {
  font-weight: 600;
  margin-bottom: 0;
}

#resource-archive-page .resource-details-wrap .resource-details .resource-speaker-link p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0;
}

#resource-archive-page .resource-featured-image {
  max-width: 100%;
  position: relative;
  text-align: center;
  background: #ccc;
  font-size: 0;
}

#resource-archive-page .resource-featured-image img {
  max-width: 100%;
}

#resource-archive-page .resource-type-of {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

#resource-archive-page .resource-type-of img {
  max-width: 80px;
}

#resource-archive-page .resource-share-wrap {
  margin-top: 10px;
}

#resource-archive-page .resource-share {
  float: left;
}

#resource-archive-page .resource-share h5 {
  line-height: 26px;
  display: inline-block;
  padding-right: 5px;
  margin: 0;
}

#resource-archive-page .resource-share a {
  width: 26px;
  height: 26px;
  background: #00b7eb;
  color: #fff;
  font-size: 13px;
  border-radius: 14px;
  display: inline-block;
  text-align: center;
}

#resource-archive-page .resource-share i {
  line-height: 26px;
}

#resource-archive-page .resource-debth-of-knowledge {
  width: 56px;
  height: 16px;
  background: url("images/resource-depth-bg.png") no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 4px;
  display: inline-block;
  text-align: center;
}

#resource-archive-page .resource-debth-of-knowledge .resource-knowledge-link {
  position: relative;
}

#resource-archive-page .resource-debth-of-knowledge .resource-knowledge-link .depth-1 {
  position: absolute;
  left: 0;
}

#resource-archive-page .resource-debth-of-knowledge .resource-knowledge-link .depth-2 {
  position: absolute;
  left: 0;
  right: 0;
}

#resource-archive-page .resource-debth-of-knowledge .resource-knowledge-link .depth-3 {
  position: absolute;
  right: 0;
}

#resource-archive-page .resource-debth-of-knowledge img {
  width: 16px
}

.resource-library-template-default.theme-cureduchenne #content {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding-top: 25px;
}

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

  #resource-archive-page article .resource-wrap {
    width: 100%;
    display: table;
  }

  #resource-archive-page article .resource-wrap-left {
    width: 100%;
    display: inline-block;
    padding-right: 0;
  }

  #resource-archive-page article .resource-wrap-right {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
  }

  #resource-archive-page .resource-details-wrap {
    width: 100%;
  }

  #resource-archive-page .resource-featured-image {
    background: orange;
    display: inline-block;
  }

  #resource-archive-page .resource-featured-image img {
    max-width: 300px;
  }

  #resource-archive-page .resource-featured-image .resource-type-of img {
    max-width: 80px;
  }

  #resource-archive-page .resource-share {
    width: auto;
    float: left;
  }

  #resource-archive-page .resource-debth-of-knowledge {
    float: left;
    margin-left: 27px;
  }

}

/* RESOURCE BANNER */

#resource-banner {
  width: 100%;
  background: #004079;
  color: #fff;
  font-size: 0;
  display: table;
  padding: 60px 20px;
  border-bottom: 5px solid #fcb833;
  min-height: 300px;
  height: 300px;
}

#resource-banner-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: inherit;
}

#resource-banner-headshot {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

#resource-banner-headshot img {
  width: 100%;
  border-radius: 50px;
}

#resource-banner-title {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#resource-banner-title h1 {
  margin: 0;
  text-transform: uppercase;
}

#resource-banner-icon {
  color: #00b7eb;
  font-size: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

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

  #resource-banner,
  #resource-banner-wrap,
  #resource-banner-title,
  #resource-banner-icon {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

}

/*** RESOURCE MODAL ***/

.video-thumbnail:hover {
  opacity: .7;
  cursor: pointer;
}

.video-modal {
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1001;
  top: 0;
  overflow: scroll;
  font-size: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.video-modal-show {
  width: 100%;
  max-width: 1240px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin: 0;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
}

.video-modal-wrap {
  max-width: 840px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.video-modal-close {
  width: 26px;
  height: 26px;
  background: #888;
  position: fixed;
  top: 7px;
  right: 7px;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  z-index: 999999999999;
  border-radius: 13px;
}

.video-modal-close:hover {
  opacity: .5;
  cursor: pointer;
}

#bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*** SPEAKER ARCHIVE ***/

#speaker-archive-bio {
  max-width: 1200px;
  padding: 20px;
  margin: 40px auto 0 auto;
  background: #f1f1f1;
}

#speaker-archive-bio .resource-speaker-label p,
#speaker-archive-bio .resource-speaker-title p,
#speaker-archive-bio .resource-speaker-organization p {
  margin: 0;
  padding: 0;
}
