/*
Theme Name: Beacon Fight For Life
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: DAEB
Author URI: 
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/

@import url("css/fonts.css");


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

html {
  line-height: 1;
}

.hidden {
    display: none !important;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}

body {
  font-size: 17px; 
  line-height: normal;
  font-weight: 400;
  font-family: 'Inter 18pt';
  color: #203547; 
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

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

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Jost';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset!important;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	padding: 10px;
	outline: none;
	color: #222;
}

button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


/* Modern browsers */
input::placeholder,
textarea::placeholder {
    color: #999!important;
    opacity: 1;
}

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

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

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

/* IE 10-11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999!important;
}

/* Legacy Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999!important;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}



a {
  background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:active,
a:hover {
  outline: 0;
}

a:focus {
    outline: none;
}

b,
strong {
  font-weight: 700;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}


.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Jost';
	font-weight: 600;
}

.clear {
	clear:both;
}

.container {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.wrap {
	width: 95%;
	max-width: 1377px;
	min-width: 300px;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
}

.header {
	width: 100%;
	border-bottom: #b7b6b3 solid 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 999;
}

.header-wrap {
	width: 95%;
	max-width: 1600px;
	min-width: 300px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 84px;
	padding: 20px 0px 23px 0px;
}

.header-right {
	align-items: center;
}

.header-social ul li {
	margin-left: 15px;
}

.header-social ul li a:hover {
	opacity: 0.7;
}

.charity {
	width: 82px;
	margin: 0px 30px 0px 40px;
}

.header-button div {
	margin-left: 20px;
}

.header-button div a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 44px 0px 68px;
	background-repeat: no-repeat;
	background-position: 37px center;
}

.donate a {
	background-image: url("images/donate-icon.png");
}

.donate a:hover {
	color: #fea700;
	  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.book a {
	background-image: url("images/book-icon.png");
	background-color: #fea700!important;
	color: #fff!important;
	padding: 0px 24px 0px 61px!important;
	background-position: 27px center!important;
}

.book a:hover {
  background-color: #ffba35!important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}


/*Home page*/

.home-banner {
	height: 1030px;
	background-color: #675c52;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}

.hb-content {
	width: 94%;
	max-width: 1100px;
	min-width: 300px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.hb-content h1 {
	color: #f9f9f9;
	font-size: 64px;
	line-height: 74px;
	font-family: 'Jost';
	font-weight: 600;
	padding-bottom: 50px;
}

.hb-content h1 span {
	background-image: url("images/yellow-marking.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.more-button a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	color: #fff;
	text-decoration: none;
	padding: 0px 26px 0px 55px;
	background-color: #fea700;
	font-size: 16px;
	font-weight: 600;
	background-image: url("images/menu-arrow2.png");
	background-repeat: no-repeat;
	background-position: 22px center;
}


.more-button a:hover {
  background-color: #ffba35;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.home-section1 {
	padding-bottom: 75px;
}

.hs1-box {
	background-color: #fff;
	padding: 40px 35px 0px 35px;
	margin-top: -127px;
	justify-content: space-between;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	z-index: 9;
}

.hs1-item {
	width: 48.5%;
	border-bottom: #dedede solid 1px;
}

.hs1-item figure {
	background-color: #ddd;
	height: 341px;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}

.hs1-item figure::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 15px;
	background-image: url("images/pointer.png");
	background-repeat: no-repeat;
	background-position: right top;
	width: 24px;
	height: 24px;
	z-index: 1;
}

.hs1-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hs1-item h2 {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 20px;
	color: #203547;
	font-family: 'Jost';
	font-weight: 600;
}

.hs1i-wrap {
	padding-bottom: 45px;
	justify-content: space-between;
}

.hs1i-wrap p {
	max-width: 60%;
	color: #203547;
	font-size: 16px;
	line-height: 20px;
}

.our-mission {
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.om-one {
	width: 17.9%;
	height: 100%;
}

.om-two {
	width: 30.9%;
	height: 590px;
}

.om-two-sub {
	width: 30.9%;
	height: 590px;
}

.om-three {
	width: 30.9%;
}

.om-four {
	width: 17.6%;
	height: 590px;
}

.om-one div {
	padding-bottom: 18px;
	height: 286px;
	width: 100%;
}

.om-one div:nth-child(2) {
	padding-bottom: 0px;
}

.our-mission img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.our-mission img:hover {
	opacity: 0.8;
}

.om-two {
	background-color: #fea700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 2.8% 20px 2.8%;
	align-items: center;
	color: #203547;
	background-image: url("images/om-bg.png");
	background-repeat: no-repeat;
	background-position: 84% bottom;
}

.om-two h2 {
	font-size: 55px;
	line-height: 60px;
	padding-bottom: 20px;
	font-family: 'Jost';
	font-weight: 600;
}

.om-two p {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 30px;
}

.om-two .more-button a {
	background-color: #fff;
	color: #203547;
	background-image: url("images/more-arrow.png");
}

.om-three div:nth-child(1) {
	margin-bottom: 18px;
	height: 286px;
}

.omt-wrap {
	justify-content: space-between;
}

.omt-wrap div {
	width: 48.5%;
	height: 286px;
}


.video-slider-wrapper {
	border: #e1e1e1 solid 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	padding: 45px;
	max-width: 1375px;
	margin: 70px auto 125px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.video-slider-wrapper::after {
	content: '';
	position: absolute;
	right: 0px;
	top: -40px;
	background-image: url("images/stars.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 70px;
	height: 100px;
	z-index: 9;
}

.vs-wrapper {
	position: relative;
}

.vs-image {
	width: 100%;
	height: 650px;
	margin-bottom: 30px;
}

.vs-play {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 147px;
	height: 97px;
	margin: -48px 0px 0px -73px;
}

.vs-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vs-wrapper h4 {
	font-size: 32px;
	line-height: 40px;
	color: #203547;
	font-family: 'Jost';
	font-weight: 600;
	padding-bottom: 30px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 30px;
	padding-left: 25px;
	position: relative;
}

.vs-wrapper h4::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 13px;
	width: 11px;
	height: 11px;
	background-color: #fea700;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.vs-wrapper p {
	font-size: 17px;
	line-height: 24px;
	color: #203547;
}

.volunteers {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 55px;
	position: relative;
}

.v-art1 {
	position: absolute;
	left: -145px;
	top: 0px;
}

.v-art2 {
	position: absolute;
	right: -128px;
	bottom: 55px;
}

.volunteers .lhs {
	width: 645px;
}

.volunteers .rhs {
	width: 625px;
	color: #203547;
}

.volunteers .rhs h2 {
	font-size: 55px;
	line-height: 60px;
	padding-bottom: 20px;
	font-family: 'Jost';
	font-weight: 600;
}

.volunteers .rhs h2 span {
	background-image: url("images/yellow-marking2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.volunteers .rhs p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}

.volunteers .rhs .more-button {
	padding-top: 20px;
}


.how-it-work {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 90px;
	position: relative;
}

.how-it-work .lhs {
	width: 800px;
}

.how-it-work .rhs {
	width: 507px;
	color: #203547;
}

.how-it-work .lhs h2 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 20px;
	font-family: 'Jost';
	font-weight: 600;
}

.how-it-work .lhs p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}

.how-it-work .lhs .more-button {
	padding-top: 10px;
}

.know-more {
	background-color: #181818;
	background-image: url("images/know-more.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.know-more-wrap {
	color: #fff;
	padding: 169px 0px 180px 0px;
}

.km-title {
	font-size: 50px;
	line-height: 60px;
	padding-bottom: 30px;
	font-family: 'Jost';
	font-weight: 600;
}

.km-title span {
	background-image: url("images/yellow-marking2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.km-mail a {
	display: inline-block;
	padding: 16px 24px 16px 56px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: 600;
	background-image: url("images/mail-icon.png");
	background-repeat: no-repeat;
	background-position: 24px center;
}

.km-mail a:hover {
	background-color: #fff;
	color: #f3a72d;
	text-decoration: none;
}


.shop-section {
	background-color: #f1f1f1;
	background-image: url("images/ss-bg.png");
	background-repeat: no-repeat;
	background-position: center 120px;
}

.ss-wrap {
	padding: 100px 0px 100px 0px;
	justify-content: space-between;
}

.ss-wrap .lhs {
	width: 611px;
}

.ss-wrap .rhs {
	width: 710px;
}

.product-name {
	font-size: 45px;
	line-height: 55px;
	padding-bottom: 20px;
	font-family: 'Jost';
	font-weight: 600;
}

.product-desc {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 25px;
}

.product-price {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 32px;
	font-family: 'Jost';
	font-weight: 600;
	color: #fea700;
}

.product-price span {
	font-size: 20px;
	color: #203547;
}

.choose-options {
	padding-bottom: 30px;
}

.choose-options div {
	margin-right: 20px;
	width: 176px;
}


.select-style {
    padding: 0;
    margin: 0;
     width: 100%;
    overflow: hidden;
	color: #222;
	border: #d9d9d9 solid 1px;
    background: #fff url(images/select-arrow.png) no-repeat 92% 50%;
}

.select-style select {
	height: 40px;
    width: 110%;
	padding: 0px 20px 0px 20px;
	font-size: 15px;
	color: #203547;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

 input.buy-now {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-color: #ffc439;
	width: 222px;
	 padding: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	background-image: url("/wp-content/uploads/2026/03/buy-now.png");
	background-repeat: no-repeat;
	background-position: center center;
	 border: none;
	 outline: none;
	 text-indent: -9999px;
}

input.buy-now:hover {
	background-color: #fcb328;
	color: #000;
	text-decoration: none;
}

.the-facts {
	background-color: #eee;
	background-image: url("images/facts-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 200px;
}

.facts-box {
	width: 50%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 55px 0px 55px;
	background-image: url("images/pointer.png");
	background-repeat: no-repeat;
	background-position: 98% 15px;
	color: #203547;
}

.facts-box h2 {
	font-size: 55px;
	line-height: 60px;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Jost';
}

.facts-box p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 30px;
}

.facts-box h5 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 30px;
	font-weight: 600;
	font-family: 'Jost';
}

.donate-button {
	padding-top: 10px;
}

.donate-button a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	color: #fff;
	text-decoration: none;
	padding: 0px 45px 0px 67px;
	background-color: #fea700;
	font-size: 16px;
	font-weight: 600;
	background-image: url("images/donate-icon02.png");
	background-repeat: no-repeat;
	background-position: 36px center;
}

.donate-button a:hover {
  	background-color: #ffba35;
	color: #fff;
}

.ambassadors {
	width: 94%;
	max-width: 1659px;
	min-width: 300px;
	margin: 0 auto;
	padding: 115px 0px 110px 0px;
}

.ambassadors h2 {
	font-size: 55px;
	line-height: 60px;
	padding-bottom: 50px;
	font-family: 'Jost';
	font-weight: 600;
	text-align: center;
}

.ambassadors span {
	background-image: url("images/yellow-marking2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.ambassadors .bx-wrapper {
	padding-bottom: 90px;
	
}

.ambassadors .bx-wrapper .bx-controls-direction a {
	top: 40%;
}

.ambassadors .bx-wrapper .bx-prev {
    left: -4%;
}

.ambassadors .bx-wrapper .bx-next {
    right: -4%;
}

.ca-slider div {
	width: 364px!important;
	margin-right: 67px!important;
}

.cas-wrapper {
	border: #e1e1e1 solid 1px;
	background-color: #fff;
}

.cas-top {
	height: 273px;
	position: relative;
	background-color: #eee;
}

.cas-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cas-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cas-play {
	position: absolute;
	right: 0px;
	top: 0px;
}

.cas-play a {
	width: 58px;
	height: 58px;
	background-image: url("images/play.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
		background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);	
}

.cas-play a:hover {
    background-color: rgba(0, 0, 0, 0.8);	
}

.cas-top::after {
	content: 'Ambassador';
	position: absolute;
	right: 30px;
	bottom: -22px;
	background-color: #fea700;
	color: #fff;
	padding: 12px 20px 12px 20px;
	font-family: 'Jost';
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.cas-details {
	padding: 45px 30px 30px 30px;
}

.cas-details h5 {
	font-size: 22px;
	line-height: 30px;
	min-height: 40px;
	font-weight: 600;
	font-family: 'Jost';
	padding-bottom: 10px;
	border-bottom: #d0d0d0 solid 1px;
	margin-bottom: 25px;
}

.cas-details p {
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 20px;
}

.cas-details h6 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Jost';
}

.cas-details h6 a {
	display: inline-block;
	padding-left: 30px;
	background-image: url("images/more-arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #203547;
	text-decoration: none;
}

.cas-details h6 a:hover {
	color: #fea700;
	text-decoration: none;
}

/*Footer*/

.footer {
	background-color: #f1f1f1;
	width: 100%;
	color: #000;
	font-family: 'Jost';
	font-weight: normal;
}

.footer-wrap {
	padding: 60px 0px 40px 0px;
}

.footer-top {
	justify-content: space-between;
	padding-bottom: 35px;
}

.ft-section1 {
	width: 202px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

.ft-section1 div {
	padding-bottom: 6px;
}

.ft-section1 div:last-child {
	margin: 0 auto;
}

.ft-section2 {
	width: 200px;
}

.ft-section3 {
	width: 180px;
}

.footer-top h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	padding-bottom: 30px;
}

.ft-links ul li {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 25px;
}

.ft-links ul li a {
	color: #000;
	text-decoration: none;
}

.ft-links ul li a:hover {
	color: #fea700;
	text-decoration: none;
}

.ft-section4 {
	width: 250px;
}

.ft-section4 ul li {
	font-size: 17px;
	line-height: 25px;
	padding: 0px 0px 20px 35px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

.ft-section4 ul li:nth-child(1) {
	background-image: url("images/mail-icon.png");
}

.ft-section4 ul li:nth-child(2) {
	background-image: url("images/address-icon.png");
	background-position: 3px 5px;
}

.ft-section4 ul li a {
	color: #000;
	text-decoration: none;
}

.ft-section4 ul li a:hover {
	color: #fea700;
	text-decoration: none;
}

.ft-social ul li {
	margin-right: 15px;
}

.ft-social ul li a:hover {
	opacity: 0.7;
}

.footer-caption {
	background-color:#fea700;
	padding: 25px 10px 25px 0px;
	text-align: center;
	color: #000;
	font-size: 29px;
	line-height: 35px;
}

.copyright {
	text-align: center;
	padding-top: 40px;
	font-size: 19px;
	line-height: 25px;
}

/*Contact Us*/

.sub-banner {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("images/sub-banner.jpg");
}

.sb-wrap {
	padding: 212px 0px 90px 0px;
	text-align: center;
	color: #fff;
}

.sb-wrap h1 {
	font-size: 64px;
	line-height: 74px;
	font-family: 'Jost';
	font-weight: 600;
}

.contact-page {
	padding: 90px 0px 110px 0px;
}

.sub-title {
	text-align: center;
	padding-bottom: 30px;
}

.sub-title h2 {
	font-size: 55px;
	line-height: 62px;
	padding-bottom: 30px;
}

.sub-title h2 strong {
	background-image: url("images/yellow-marking2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.sub-title p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 25px;
	max-width: 1190px;
	margin: 0 auto;
}

.contact-main {
	justify-content: space-between;
}

.cm-lhs {
	width: 947px;
}

.contact-details {
	text-align: center;
	padding-bottom: 70px;
	justify-content: space-between;
}

.contact-details div {
	width: 30%;
}

.contact-details div figure {
	padding-bottom: 15px;
}

.contact-details h5 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

.contact-details p {
	font-size: 17px;
	line-height: 25px;
}

.contact-details p a {
	color: #203547;
	text-decoration: none;
}

.contact-details div:nth-child(2) {
	border-left: #c3c3c3 solid 1px;
	border-right: #c3c3c3 solid 1px;
}

.cf-row {
	justify-content: space-between;
}

.cf-row .cf-box {
	width: 31%;
}

.cf-box {
	padding-bottom: 35px;
}

.cf-box label {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #203547;
	padding-bottom: 12px;
	font-family: 'Jost';
	font-weight: 500;
}

.cf-box label strong {
	color: #fea700;
	font-weight: 500;
	margin-left: 5px;
}

.cf-box input {
	width: 100%!important;
	height: 53px!important;
	padding: 0px 20px 0px 20px!important;
	font-size: 16px!important;
	color: #222!important;
	border: #dbdbdb solid 1px!important;
		-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px!important;;
}

.cf-box input:focus {
	border-color: #fea700!important;
}

.cf-box textarea {
	width: 100%!important;
	height: 140px!important;
	padding: 15px 20px 15px 20px!important;
	font-size: 16px!important;
	color: #222!important;
	border: #dbdbdb solid 1px!important;
	resize: none!important;
	overflow: hidden!important;
}

.cf-box textarea:focus {
	border-color: #fea700!important;
			-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px!important;;
}




.gform-theme--foundation .gfield textarea.large {
     min-block-size: 140px!important; 
}

.cf-button input {
	height: 47px;
	width: 100%;
	background-color: #fea700;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url("images/menu-arrow2.png");
	background-repeat: no-repeat;
	background-position: 45% center;
	padding-left: 20px;
	font-family: 'Jost';
	border: none;
	outline: none;
}

.cf-button input:hover {
	background-color: #ffba35;
	color: #fff;
}

.cm-rhs {
	width: 376px;
}

.need-your-help {
	background-color: #fea700;
	text-align: center;
}

.need-your-help figure {
	width: 100%;
	height: 131px;
	overflow: hidden;
}

.need-your-help figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nyh-wrap {
	padding: 25px 35px 35px 35px;
}

.nyh-wrap h4 {
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
}

.nyh-wrap p {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 15px;
}

.nyh-wrap .donate-button a {
	display: block;
	color: #203547;
	background-color: #fff;
	background-image: url("images/donate-icon.png");
	background-position: 22% center;
}

.nyh-wrap .donate-button a:hover {
  	background-color: #fff;
	color: #fea700;
}

.thankyou {
	margin-top: 20px;
	background-color: #ffdea0;
	color: #000;
	padding: 10px;
	font-size: 23px;
	line-height: 23px;
	font-weight: 600;
}

/* Our Mission */

.mission-page {
	padding: 80px 0px 50px 0px;
	justify-content: space-between;
	position: relative;
}

.mission-page::after {
	content: '';
	position: absolute;
	right: -150px;
	top: 80px;
	background-image: url("images/love.png");
	background-repeat: no-repeat;
	background-position: right top;
	width: 133px;
	height: 197px;
}

.mp-lhs {
	width: 940px;
}

.sub-text {
	font-size: 16px;
}

.sub-text h2 {
	font-size: 44px;
	line-height: 54px;
	padding-bottom: 30px;
	letter-spacing: -1px;
}

.sub-text h2 strong {
	background-image: url("images/yellow-marking2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.sub-text h4 {
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: 'Inter 18pt';
}

.sub-text p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}

.mp-rhs {
	width: 376px;
}


/* Troy Coward */

.about-page {
	padding: 80px 0px 80px 0px;
	justify-content: space-between;
	position: relative;
}

.about-lhs {
	width: 815px;
}

.sub-text h3 {
	font-size: 25px;
	line-height: 35px;
	padding-bottom: 20px;
	color: #fea700;
}

.about-rhs {
	width: 507px;
}

.ma-title {
    font-size: 25px;
	line-height: 35px;
	padding-bottom: 20px;
	font-family: 'Jost';
	font-weight: 600;
}

.about-social div {
	margin-right: 40px;
}

.about-social div figure {
	padding-bottom: 5px;
}

.about-social div a:hover {
	opacity: 0.7;
}


.donate-box {
	background-color: #fea700;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.db-image {
	width: 100%;
}

.db-image img {
	width: 100%;
	height: auto;
}

.db-text {
	padding: 40px 40px 50px 40px;
}

.db-text h4 {
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
}

.db-text p {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 15px;
}

.db-text .donate-button a {
	color: #203547;
	background-color: #fff;
	background-image: url("images/donate-icon.png");
	background-position: 22% center;
	padding: 0px 70px 0px 93px;
}

.db-text .donate-button a:hover {
  	background-color: #fff;
	color: #fea700;
}

.ticket-banner {
	background-color: #fea700;
	margin-top: 45px;
	text-align: center;
}

.ticket-banner figure img {
	width: 100%;
	height: auto;
}

.buy-ticket a {
	display: block;
	color: #203547;
	text-decoration: none;
	padding: 20px 15px 20px 15px;
	background-color: #fea700;
	font-size: 25px;
	font-weight: 600;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 24% center;
}


.buy-ticket a:hover {
  background-color: #fcb328;
}

/*Donation*/

.sub-full-width {
	padding: 60px 0px 30px 0px;
}

.donation-banners {
	justify-content: center;
	margin: 0px -2.5% 0px -2.5%;
	flex-wrap: wrap;
	padding-top: 20px;
}

.db {
	width: 44.5%;
	margin: 0px 2.5% 70px 2.5%;
	border: #fea700 solid 1px;
	position: relative;
	z-index: 1;
	align-self: flex-start;
}

.db::before {
	content: '';
	background-image: url("images/corner01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 0;
	position: absolute;
	left: -11px;
	bottom: -11px;
	width: 51px;
	height: 54px;
}


.db::after {
	content: '';
	background-image: url("images/corner02.png");
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 0;
	position: absolute;
	right: -11px;
	top: -11px;
	width: 51px;
	height: 54px;
}


.db-top {
	position: relative;
	padding: 5px 10px 2px 168px;
	min-height: 85px;
	background-color: #fea700;
	color: #221f1f;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.db-top figure {
	position: absolute;
	left: 6%;
	bottom: 0px;
	max-width: 100px;
}

.db-top div {
	width: 100%;
}

.db-top h5 {
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 5px;
}

.db-top p {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Jost';
}

.db-bottom {
	background-image: url("images/pointer2.png");
	background-repeat: no-repeat;
	background-position: 79% bottom;
}

.db-bottom a {
	display: block;
	padding: 26px 10px 26px 10px;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.db-bottom a:hover {
	color: #fea700;
}

.db-bottom a img {
	vertical-align: top;
	margin-right: 10px;
}

/*Fight for Life Festival*/

.uc-banner {
	padding: 20px 0px 50px 0px;
	text-align: center;
}

/*Lions Beacon of Light*/

.border {
	border-bottom: #d0d0d0 solid 1px;
	margin-bottom: 10px;
	padding-bottom: 50px;
}

.sub-text p a {
	color: #203547;
	text-decoration: none;
	font-weight: 600;
}

.bol-logos {
	justify-content: space-between;
	margin-bottom: 30px;
}

.bol-logos figure {
	border: #dbdbdb solid 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.bol-image {
	margin-bottom: 30px;
}

.bol-image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.bol-buttons div {
	padding-bottom: 17px;
}

.bol-buttons div a {
	display: block;
	border: #000 solid 1px;
	padding: 12px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	background-image: url("images/donate-icon.png");
	background-repeat: no-repeat;
	background-position: 11% center;
	background-color: #f1f1f1;
}

.bol-buttons div a:hover {
	background-color: #ffac00;
	color: #000;
	border-color: #ffac00;
	background-image: url("images/donate-icon03.png");
}

.steps {
	border-top: #d0d0d0 solid 1px;
	padding: 80px 0px 60px 0px;
}


.steps-title {
	text-align: center;
	padding-bottom: 5px;
}

.steps-title h2 {
	font-size: 43px;
	line-height: 53px;
	padding-bottom: 30px;
}

.steps-title h2 strong {
	background-image: url("images/yellow-marking2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.steps-title h5 {
	font-size: 21px;
	line-height: 28px;
	padding-bottom: 30px;
	font-weight: bold;
	max-width: 660px;
	margin: 0 auto;
}

.steps-title p {
	font-size: 23px;
	line-height: 30px;
	padding-bottom: 25px;
}

.steps-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}

.step-box {
	width: 48%;
	border: #fea700 solid 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 65px 35px 20px 35px;
	margin-bottom: 47px;
	position: relative;
}

.step-no {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fea700;
	width: 114px;
	height: 43px;
	line-height: 43px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

.step-box h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: #d0d0d0 solid 1px;
	margin-bottom: 20px;
}

.step-box p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 18px;
}

.step-box ul {
	padding-bottom: 10px;
}

.step-box ul li {
	font-size: 16px;
	line-height: 22px;
	padding: 2px 0px 10px 34px;
	background-image: url("images/bullet2.png");
	background-repeat: no-repeat;
	background-position: left top;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.step-box ul.two-col {
	flex-wrap: wrap;
}

.step-box ul.two-col li {
	width: 50%;
}

.step-box blockquote {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	padding: 17px;
}

.disclamer h5 {
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	padding-bottom: 20px;
}

/*Endorsements*/

.endorsements {
	justify-content: space-between;
	width: 100%;
	max-width: 2550px;
	min-width: 300px;
	margin: 0 auto;
}

.endorsements .end-lhs {
	width: 50%;
	position: relative;
}

.endorsements .end-rhs {
	width: 50%;
	align-items: center;
}

.endorsements.image-right {
	flex-direction: row-reverse;
}

.endorsements .end-lhs .end-logo {
	position: absolute;
	left: 2%;
	bottom: 1.8%;
	width: 339px;
}

.endorsements .end-lhs .end-image {
	width: 100%;
	height: 100%;
}

.endorsements .end-lhs .end-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.end-content {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}

.end-content h2 {
	font-size: 43px;
	line-height: 50px;
	font-weight: 600;
	padding: 0px 0px 15px 40px;
	background-image: url("images/name-icon.png");
	background-repeat: no-repeat;
	background-position: left 9px;
}

.end-content h5 {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	background-image: url("images/yellow-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 15px 40px 15px 40px;
	background-size: 100% 100%;
}

.end-content p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 25px;
}

/*Celebrity Ambassadors*/

.celeb-ambassadors {
	padding: 65px 0px 40px 0px;
	width: 94%;
	max-width: 1660px;
	min-width: 300px;
	margin: 0 auto;
}

.ca-list ul {
	margin: 0px -1.5% 0px -1.5%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
}

.ca-list ul li {
	width: 21.8%;
	margin: 0px 1.5% 58px 1.5%;
		-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px;
	background-color: #fff;
	border: #e1e1e1 solid 1px;
}

.ca-wrapper {
	background-color: #fff;
}

.ca-top {
	height: 273px;
	position: relative;
	background-color: #eee;
}

.ca-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ca-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ca-play {
	position: absolute;
	right: 0px;
	top: 0px;
}

.ca-play a {
	width: 58px;
	height: 58px;
	background-image: url("images/play.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
		background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);	
}

.ca-play a:hover {
    background-color: rgba(0, 0, 0, 0.8);	
}

.ca-top::after {
	content: 'Ambassador';
	position: absolute;
	right: 30px;
	bottom: -22px;
	background-color: #fea700;
	color: #fff;
	padding: 12px 20px 12px 20px;
	font-family: 'Jost';
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.ca-details {
	padding: 45px 30px 30px 30px;
}

.ca-details h5 {
	font-size: 22px;
	line-height: 30px;
	min-height: 40px;
	font-weight: 600;
	font-family: 'Jost';
	padding-bottom: 10px;
	border-bottom: #d0d0d0 solid 1px;
	margin-bottom: 25px;
}

.ca-details p {
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 20px;
}

.ca-details h6 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Jost';
}

.ca-details h6 a {
	display: inline-block;
	padding-left: 30px;
	background-image: url("images/more-arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #203547;
	text-decoration: none;
}

.ca-details h6 a:hover {
	color: #fea700;
	text-decoration: none;
}


/*Volunteer Page*/


.volunteer-form {
	width: 94%;
	max-width: 950px;
	min-width: 300px;
	margin: 0 auto;
	padding: 60px 0px 75px 0px;
}

.vf-top h5 {
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: 600;
}

.vf-top ul {
	padding-bottom: 10px;
	font-family: 'Jost';
}

.vf-top ul li {
	display: inline-block;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 20px 20px 0px;
	font-size: 16px;
	font-weight: bold;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 5px 36px;
}

.vf-top p {
	font-size: 19px;
	line-height: 26px;
	padding-bottom: 10px;
	font-family: 'Jost';
}

.volunteer-form h2 {
	font-size: 35px;
	line-height: 40px;
	padding: 25px 0px 35px 0px;
	font-weight: 600;
}

.volunteer-form h2 strong {
	color: #fea700;
	font-size: 20px;
}

.volunteer-form h2 span {
	font-weight: normal;
}

.vf-row {
	justify-content: space-between;
}

.vf-row .col2 {
	width: 48%;
}

.vf-row .col3 {
	width: 31%;
}

.vf-box {
	padding-bottom: 25px!important;
}

.vf-box label {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	font-family: 'Jost';
}

.vf-box label strong {
	color: #fea700;
}

.vf-box input {
	width: 100%!important;
	height: 53px!important;
	border: #dbdbdb solid 1px!important;
	padding: 0px 20px 0px 20px!important;
	font-size: 16px!important;
	color: #333!important;
	outline: none!important;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px!important;
}

.vf-box input:focus {
	border: #fea700 solid 1px!important;
}

.title-list {
	background-color: #ffe6b6;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Jost';
	justify-content: space-between;
	margin-bottom: 13px;
}

.title-list div {
	border-right: #203547 solid 1px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}

.edu-title div:nth-child(1) {
	width: 23.7%;
}

.edu-title div:nth-child(2) {
	width: 27.7%;
}

.edu-title div:nth-child(3) {
	width: 18.1%;
}

.edu-title div:nth-child(4) {
	width: 15.3%;
}

.edu-title div:nth-child(5) {
	width: 14.9%;
}

.title-list div:last-child {
	border: none;
}

.edu-row {
	justify-content: space-between;
}

.vf-box2 {
	padding-bottom: 13px!important;
}

.vf-box2 input {
	width: 100%!important;
	height: 53px!important;
	border: #dbdbdb solid 1px!important;
	padding: 0px 10px 0px 10px!important;
	font-size: 16px!important;
	color: #333!important;
	outline: none!important;
		-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px!important;
}

.vf-box2 input:focus {
	border: #fea700 solid 1px!important;;
}

.edu-row div:nth-child(1) {
	width: 23%;
}

.edu-row div:nth-child(2) {
	width: 26.2%;
}

.edu-row div:nth-child(3) {
	width: 17%;
}

.edu-row div:nth-child(4) {
	width: 14.7%;
}

.edu-row div:nth-child(5) {
	width: 14.5%;
}

.upload-box {
  width: 100%;
  height: 200px;
  border: 3px dashed #ff9800;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease;
	margin-bottom: 20px;
}

.upload-box.dragover {
  background: #fff6e5;
}

.upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-content {
  text-align: center;
  color: #222;
  font-family: Arial, sans-serif;
  pointer-events: none;
}

.upload-icon {
  width: 78px;
}

.upload-content p {
  font-size: 16px;
}

.upload-content span {
  font-size: 13px;
  color: #666;
}

.days-title div {
	width: 25%;
}

.days-row {
	justify-content: space-between;
}

.days-row div {
	width: 24%;
}

.vf-terms {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0px 30px 0px;
}
.vf-note {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0px 35px 0px;
}


.vf-button {
	padding-top: 10px;
}

.vf-button input {
	width: 100%;
	border: none;
	padding: 15px 10px 15px 10px;
	background-color: #fea700;
	color: #fff;
	font-size: 20px;
	font-family: 'Jost';
	font-weight: 600;
	background-image: url("images/menu-arrow2.png");
	background-repeat: no-repeat;
	background-position: 32% center;
}

.vf-button input:hover {
	background-color: #ffba35;
}

/*Page 404*/

.error-page {
	padding: 100px 0px 150px 0px;
	text-align: center;
}

.error {
	font-size: 250px;
	line-height: 250px;
	letter-spacing: 10px;
	color: #000;
	font-weight: 600;
	padding-bottom: 10px;
}

.error strong {
	color: #fea700;
	font-weight: 600;
}

.error-page h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #000;
}

.error-page p {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 30px;
	color: #000;
}



/*Blog*/

.blog-page {
	justify-content: space-between;
	padding: 88px 0px 50px 0px;
}

.blog-list {
	flex-wrap: wrap;
	margin: 0px -1.5% 0px -1.5%;
}

.blog-list .blog-item {
	width: 30.3%;
	margin-bottom: 50px;
	margin: 0px 1.5% 50px 1.5%;
}


.blog-list .blog-item figure {
	width: 100%;
	height: 276px;
	background-color: #eee;
}

.blog-list .blog-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.blog-list .blog-item .bi-text {
	padding-top: 28px;
}

.post-details {
	padding-bottom: 15px;
	font-size: 17px;
	line-height: 18px;
	color: #262626;
	flex-wrap: wrap;
}

.post-details div {
	padding: 0px 0px 5px 32px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Jost';
	font-weight: normal;
}

.post-details div.post-author {
	background-image: url("/wp-content/uploads/2026/03/admin.png");
	margin-right: 30px;
}

.post-details div.post-date {
	background-image: url("/wp-content/uploads/2026/03/calender.png");
}

.post-details a {
	color: #262626;
	text-decoration: none;
}

.post-details a:hover {
	color: #fea700;
	text-decoration: none;
}

.bi-text h2 {
	font-size: 23px;
	line-height: 30px;
	color: #203547;
	font-weight: 600;
	padding-bottom: 25px;
}

.bi-text h2 a {
	color: #203547;
	text-decoration: none;
}

.bi-text h2 a:hover {
	color: #fea700;
	text-decoration: none;
}


.bi-text .bi-more {
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	padding-top: 30px;
	color: #000000;
	text-transform: uppercase;
	border-top: #cdcdcd solid 1px;
}

.bi-text .bi-more a {
	color: #000000;
	text-decoration: none;
	padding-right: 30px;
	background-image: url("images/more-arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.bi-text .bi-more a:hover {
	color: #ffac00;
	text-decoration: none;
}

.p-heading1 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 20px;
	color: #000;
	font-weight: 600;
}

/* Pagination */


.pagination-wrap {
	clear:both;
	overflow: hidden;
}

.pagination {
    clear: both;
    white-space: nowrap;
	border-right:none;
	padding-bottom: 30px;
}

.pagination .page-numbers {
    display: inline;
	margin:0px 5px 5px 0px;
    overflow: hidden;
	font-size:15px;
	line-height: 15px;
	text-decoration:none;
	padding:9px 16px 9px 16px;
	background-color:#f29200;
	color:#fff;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination ul {
	padding:0px!important;
}

.pagination .page-numbers:hover {
	background-color:#252525;
	color:#fff;
	text-decoration:none;
}

.pagination .current {
	background-color:#252525;
	color:#fff;
	text-decoration:none;
}

.pagination .current:hover {
	background-color:#252525;
	color:#fff;
	text-decoration:none;
}

/*Single post Page*/

.blog-page .blog-lhs {
	width: 929px;
}

.blog-page .blog-rhs {
	width: 377px;
}

/*Single Post Page*/

.post-large {
	max-height: 516px;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-large img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post-page .blog-lhs h2 {
	font-size: 35px;
	line-height: 42px;
	color: #203547;
	font-weight: 600;
	padding-bottom: 25px;
}

.single-post-page .blog-lhs h2 a {
	color: #203547;
	text-decoration: none;
}

.sp-wrap {
	padding-bottom: 20px;
}

.sp-wrap .post-details {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #cdcdcd solid 1px;
}

.post-edit-link {
	color: #feaf17;
	text-decoration: underline;
	padding-bottom: 20px;
}


.sub-text h1 {
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 20px;
	font-weight: 600;
	color: #203547;
}

.sub-text h3 {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 20px;
	font-weight: 600;
	color: #203547;
}

.sub-text h5 {
	font-size: 21px;
	line-height: 30px;
	color: #203547;
	padding-bottom: 20px;
	font-weight: 600;
}

.sub-text a {
	color: #f29200;
	text-decoration: none;
}

.sub-text a:hover {
	color: #f29200;
	text-decoration: underline;
}

.sub-text ul li {
	line-height: 24px;
	padding: 0px 0px 15px 20px;
	background-image: url("/wp-content/uploads/2026/03/bullet02.png");
	background-repeat: no-repeat;
	background-position: left 7px;
}

.sub-text ul ul {
	padding-top: 10px;
}

.sub-text ul li ul li {
	background-image: url("/wp-content/uploads/2026/03/bullet03.png");
}

.sub-text ul li ul li:last-child {
	padding-bottom: 0px;
}

.sub-text ol {
	margin-left: 30px;
}

.sub-text ol li {
	list-style: decimal;
	line-height: 24px;
	padding-bottom: 15px;
}

.sub-text ol ol {
	padding-top: 10px;
}

.sub-text blockquote {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	padding-bottom: 20px;
}



.blog-lhs #comments {
	padding-top: 40px;
	border-top: #d5d5d5 solid 1px;
	margin-top: 30px;
}

.comment-reply-title {
	font-size: 30px;
	line-height: 37px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #000;
}

.comment-notes {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 30px;
}

.logged-in-as {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 30px;
}

.logged-in-as a {
	color: #f29200;
	text-decoration: underline;
}

.comment-form label {
	display: block;
	padding-bottom: 10px;
	font-size: 17px;
	color: #000;
}

.comment-form textarea {
	width: 100%;
	height: 150px;
	padding: 15px;
	resize: none;
	font-size: 17px;
	color: #666;
	margin-bottom: 20px;
	border: #d6dbe0 solid 1px;
}

.comment-form input[type=text], .comment-form input[type=email] {
	width: 100%;
	height: 50px;
	padding: 0px 15px 0px 15px;
	font-size: 17px;
	color: #666;
	margin-bottom: 20px;
	border: #d6dbe0 solid 1px;
}

.comment-form textarea:focus, .comment-form input[type=text]:focus, .comment-form input[type=email]:focus {
	border-color: #feaf17;
}

.comment-form .form-submit input {
	height: 50px;
	padding: 0px 40px 0px 40px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #feaf17;
	border: none;
}

.comment-form .form-submit input:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ffbb37;
}

.comment-form-cookies-consent {
	padding-bottom: 20px;
}

.comment-form-cookies-consent label {
	display: inline-block;
	margin-left: 10px;
	color: #666;
}



/*Blog Rhs*/

.blog-rhs .single-widget {
	margin-bottom: 35px;
	border: #d9d9d9 solid 1px;
	padding: 30px 30px 30px 30px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.blog-rhs .single-widget .widget-title {
	font-size: 24px;
	line-height: 28px;
	color: #203547;
	font-weight: 600;
	padding-bottom: 22px;
}

.blog-rhs .single-widget .widget-title h3 {
	display: inline-block;
	padding-right: 23px;
	background-image: url("/wp-content/uploads/2026/03/shape01.png");
	background-repeat: no-repeat;
	background-position: right 9px;
}

.blog-rhs form.search {
	border: #d9d9d9 solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
}

.blog-rhs form.search .search-input {
	width: 80%;
	height: 50px;
	padding: 0px 0px 0px 22px;
	font-size: 16px;
	color: #000;
	border: none;
	outline: none;
}

.blog-rhs form.search .search-submit {
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	background-color: transparent;
	background-image: url("/wp-content/uploads/2026/03/search.png");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	text-indent: -9999px;
}


.blog-rhs .single-widget ul li {
	border-top: #cecece solid 1px;
	padding: 20px 0px 20px 24px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	background-image: url("/wp-content/uploads/2026/03/bullet02.png");
	background-repeat: no-repeat;
	background-position: left 25px;
}

.blog-rhs .single-widget ul li:last-child {
	padding-bottom: 5px;
}

.blog-rhs .single-widget ul li a {
	color: #000;
	text-decoration: none;
}

.blog-rhs .single-widget ul li a:hover {
	color: #fea700;
	text-decoration: none;
}

.blog-rhs .single-widget label.screen-reader-text {
	display: none;
}

.blog-rhs .single-widget select {
	width: 100%;
	border: #d9d9d9 solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 50px;
	padding: 0px 18px 0px 18px;
	font-size: 16px;
	color: #000;
	 appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	background-image: url("/wp-content/uploads/2026/03/sarrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}


.contact-form .gform_heading {
	display: none;
}


.gfield_label {
	display: block!important;
	font-size: 16px!important;
	line-height: 16px!important;
	color: #203547!important;
	padding-bottom: 12px!important;
	font-family: 'Jost'!important;
	font-weight: 500!important;
	margin: 0px!important;
}

.gfield_label .gfield_required {
	color: #fea700!important;
	font-weight: 600!important;
	margin-left: 2px;
	font-size: 16px!important;
}

.contact-form .gform_footer {
	margin-top: 40px!important;
}

.contact-form .gform_button {
	height: 47px!important;
	width: 100%!important;
	background-color: #fea700!important;
	color: #fff!important;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	background-image: url("images/menu-arrow2.png");
	background-repeat: no-repeat;
	background-position: 45% center!important;
	padding-left: 20px!important;
	font-family: 'Jost'!important;
	border: none!important;
	outline: none!important;
}

.contact-form .gform_button:hover {
	background-color: #ffba35!important;
	color: #fff!important;
}

.contact-form .gform-theme--foundation .gform_fields {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form .gform-theme--foundation .gform_fields .col3 {
	width: 31%;
}

.contact-form .gform-theme--foundation .gform_fields .col1 {
	width: 100%
}


.volunteer-form .gform_heading {
	display: none;
}


.volunteer-form .gform-theme--foundation .gform_fields {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-row-gap: 0px;
}

.volunteer-form .col1 {
	width: 100%;
}

.volunteer-form .col2 {
	width: 48%;
}

.volunteer-form .col3 {
	width: 31%;
}

.volunteer-form .gform_footer {
	margin-top: 10px!important;
}

.volunteer-form .gform_button {
	width: 100%!important;
	border: none!important;
	padding: 18px 10px 18px 10px!important;
	background-color: #fea700!important;
	color: #fff!important;
	font-size: 20px!important;
	font-family: 'Jost'!important;
	font-weight: 600!important;
	background-image: url("images/menu-arrow2.png")!important;
	background-repeat: no-repeat!important;
	background-position: 32% center!important;
}

.volunteer-form .gform_button:hover {
	background-color: #ffba35!important;
}

.gform_submission_error {
	padding: 0px!important;
}

.gform_validation_errors {
	margin: 10px 0px 10px 0px!important;
}

.contact-form .gform_validation_errors {
	margin: 0px 0px 20px 0px!important;
}

.volunteer-form .col4 {
	width: 23.7%;
}

.edu1 {
	width: 22.4%!important;
}

.edu2 {
	width: 25.6%!important;
}

.edu3 {
	width: 16.4%!important;
}

.edu4 {
	width: 14.1%!important;
}

.edu5 {
	width: 14%!important;
}

/* Upload container */
.ginput_container_fileupload {
    position: relative!important;
}

/* Style the file input as drop area */
.ginput_container_fileupload input[type="file"] {
    width:100%!important;
	padding: 155px 10px 50px 10px!important;
    border:3px dashed #fea700!important;
    text-align:center!important;
    cursor:pointer!important;
	background-image: url("/wp-content/uploads/2026/03/file-upload.png");
	background-repeat: no-repeat;
	background-position: center 50px;
}

.gform_fileupload_multifile {
	border:3px dashed #fea700!important;
}

.gform_fileupload_multifile .gform_drop_area {
	border: none!important;
}

.gform_button_select_files {
	background-color: #fea700!important;
	border: none!important;
	color: #fff!important;
}

.gfield--input-type-fileupload .gform_drop_area::before {
	color: #000!important;
}

/* Hide default button but keep filename visible */
.ginput_container_fileupload input[type="file"]::file-selector-button {
    display:none!important;
}

/* Drag text */
.ginput_container_fileupload:before {
    content:"Drag or drop files here"!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:52%!important;
    transform:translateY(-50%)!important;
    text-align:center!important;
    font-size:18px!important;
    color:#203547!important;
    pointer-events:none!important;
	font-family: 'Jost'!important;
}


/* File size text */
.gform_fileupload_rules {
    display:block!important;
    margin-top:10px!important;
    font-size:13px!important;
    color:#666!important;
}


/*Faq*/

.faq-item {
	padding-bottom: 10px;
}

.faq-question {
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
	margin-bottom: 25px;
	padding: 23px 0px 20px 48px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	background-image: url("/wp-content/uploads/2026/03/faq.png");
	background-repeat: no-repeat;
	background-position: left 18px;
}

.back-to-top {
	border-top: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
	padding: 17px 0px 12px 0px;
	text-align: center;
	margin-bottom: 20px;
}

.back-to-top div a {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #203547;
	padding: 5px 0px 10px 32px;
	background-image: url("/wp-content/uploads/2026/03/btt-arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.back-to-top div a:hover {
	text-decoration: none;
}

.shop-section-sub {
	background-color: #f1f1f1;
	padding: 22px 22px 35px 22px;
	background-image: url("images/v-art01.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 98px auto;
	margin-top: 45px;
}

.shop-section-sub .lhs {
	padding-bottom: 25px;
}

.shop-section-sub .product-name {
	font-size: 41px;
	line-height: 50px;
	padding-bottom: 15px;
	font-family: 'Jost';
	font-weight: 600;
}

.shop-section-sub .product-desc {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
}

.shop-section-sub .product-price {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 20px;
	font-family: 'Jost';
	font-weight: 600;
	color: #fea700;
	background-image: url("images/love.png");
	background-repeat: no-repeat;
	background-position: 140px top;
	background-size: 32px auto;
}

.shop-section-sub .product-price span {
	display: block;
	font-size: 20px;
	color: #203547;
}

.shop-section-sub .choose-options {
	justify-content: space-between;
}

.shop-section-sub .choose-options div {
	width: 48%;
	margin: 0px;
}

.vf-box textarea {
	width: 100%!important;
	height: 150px!important;
	border: #dbdbdb solid 1px!important;
	padding: 10px 20px 10px 20px!important;
	font-size: 16px!important;
	color: #333!important;
	outline: none!important;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px!important;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px!important;
}

.vf-box textarea:focus {
	border: #fea700 solid 1px!important;
}



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


.om-two h2 {
	font-size: 52px;
	line-height: 60px;
}

.om-two p {
	font-size: 21px;
	line-height: 30px;
}

.ambassadors .bx-wrapper .bx-prev {
    left: -3%;
}
	
.ambassadors .bx-wrapper .bx-next {
    right: -3%;
}	
	


}


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


/*Home page*/

.home-banner {
	height: 960px;
}

.hb-content {
	max-width: 1050px;
}

.hb-content h1 {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 40px;
}


.home-section1 {
	padding-bottom: 70px;
}

.hs1-box {
	padding: 35px 35px 0px 35px;
	margin-top: -122px;
}

.hs1-item figure {
	margin-bottom: 30px;
}

.hs1-item h2 {
	font-size: 38px;
	line-height: 45px;
}


.om-two {
	height: 570px;
}

.om-two-sub {
	height: 570px;
}

.om-four {
	height: 570px;
}

.om-one div {
	padding-bottom: 15px;
	height: 277px;
}

.om-two {
	padding: 20px 2.5% 20px 2.5%;
	background-position: 86% bottom;
}

.om-two h2 {
	font-size: 52px;
	line-height: 60px;
}

.om-two p {
	font-size: 20px;
	line-height: 28px;
}

.om-three div:nth-child(1) {
	margin-bottom: 15px;
	height: 277px;
}

.omt-wrap div {
	height: 277px;
}

.video-slider-wrapper {
	padding: 40px;
	max-width: 1365px;
	margin: 70px auto 105px auto;
}

.vs-image {
	height: 640px;
}

.vs-wrapper h4 {
	font-size: 31px;
	line-height: 40px;
}

.v-art1 {
	left: -135px;
}

.v-art2 {
	right: -118px;
}


.volunteers .rhs h2 {
	font-size: 52px;
	line-height: 60px;
}

.volunteers .rhs .more-button {
	padding-top: 10px;
}

.how-it-work {
	padding-bottom: 80px;
}

.know-more-wrap {
	padding: 160px 0px 170px 0px;
}

.km-title {
	font-size: 48px;
	line-height: 58px;
	max-width: 1300px;
	margin: 0 auto;
}

.shop-section {
	background-size: 100% auto;
}

.ss-wrap {
	padding: 90px 0px 90px 0px;
}

.product-name {
	font-size: 44px;
	line-height: 54px;
}

.the-facts {
	padding-top: 180px;
}

.facts-box {
	padding: 40px 50px 0px 50px;
}

.facts-box h2 {
	font-size: 52px;
	line-height: 60px;
}

.facts-box h5 {
	font-size: 28px;
	line-height: 36px;
}

.donate-button {
	padding-top: 0px;
}

.ambassadors {
	width: 94%;
	max-width: 1550px;
	padding: 105px 0px 100px 0px;
}

.ambassadors h2 {
	font-size: 52px;
	line-height: 60px;
}

.ca-slider div {
	width: 358px!important;
	margin-right: 38px!important;
}

.cas-top {
	height: 270px;
}


/*Footer*/

.footer-caption {
	font-size: 27px;
	line-height: 34px;
}

/*Contact Us*/

.sb-wrap {
	padding: 222px 0px 80px 0px;
}

.sb-wrap h1 {
	font-size: 62px;
	line-height: 72px;
}

.contact-page {
	padding: 70px 0px 90px 0px;
}

.sub-title h2 {
	font-size: 52px;
	line-height: 60px;
}

.sub-title p {
	font-size: 17px;
	line-height: 25px;
}

/* Our Mission */

.mission-page {
	padding: 75px 0px 40px 0px;
}

.mission-page::after {
	right: -140px;
	width: 123px;
	height: 187px;
	background-size: 100% auto;
}

.sub-text h2 {
	font-size: 42px;
	line-height: 52px;
}

.sub-text h4 {
	font-size: 20px;
	line-height: 30px;
}


/* Troy Coward */

.about-page {
	padding: 75px 0px 75px 0px;
}

.db-text {
	padding: 30px 40px 40px 40px;
}

.ticket-banner {
	margin-top: 40px;
}

/*Fight for Life Festival*/

.uc-banner {
	padding: 10px 0px 40px 0px;
}

/*Lions Beacon of Light*/

.border {
	padding-bottom: 40px;
}

.steps {
	padding: 70px 0px 50px 0px;
}


/*Endorsements*/


.end-content {
	width: 85%;
	padding: 30px 0px 30px 0px;
}

.end-content h2 {
	font-size: 40px;
	line-height: 50px;
}

/*Celebrity Ambassadors*/

.celeb-ambassadors {
	padding: 60px 0px 30px 0px;
}


/*Volunteer Page*/


.volunteer-form h2 {
	font-size: 33px;
	line-height: 40px;
}

	
	
}


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

/*Home page*/

.home-banner {
	height: 940px;
}

.hb-content {
	max-width: 1000px;
}

.hb-content h1 {
	font-size: 58px;
	line-height: 65px;
	padding-bottom: 40px;
}

.home-section1 {
	padding-bottom: 70px;
}

.hs1-box {
	padding: 35px 35px 0px 35px;
	margin-top: -122px;
}

.hs1-item figure {
	height: 321px;
}

.hs1-item h2 {
	font-size: 37px;
	line-height: 45px;
}

.om-two {
	height: 550px;
}

.om-two-sub {
	height: 550px;
}

.om-four {
	height: 550px;
}

.om-one div {
	padding-bottom: 15px;
	height: 267px;
}

.om-two {
	padding: 20px 2.3% 20px 2.3%;
	background-position: 90% bottom;
	background-size: 100px auto;
}

.om-two h2 {
	font-size: 50px;
	line-height: 58px;
}

.om-two p {
	font-size: 19px;
	line-height: 27px;
}

.om-three div:nth-child(1) {
	margin-bottom: 15px;
	height: 267px;
}

.omt-wrap div {
	height: 267px;
}

.video-slider-wrapper {
	padding: 35px;
	max-width: 1355px;
	margin: 70px auto 100px auto;
}

.vs-image {
	height: 640px;
}

.vs-wrapper h4 {
	font-size: 30px;
	line-height: 38px;
}

.v-art1 {
	left: -100px;
}

.v-art2 {
	right: -100px;
}


.volunteers .rhs h2 {
	font-size: 50px;
	line-height: 58px;
}

.km-title {
	font-size: 47px;
	line-height: 57px;
	max-width: 1290px;
}

.shop-section {
	background-image: none;
}

.ss-wrap {
	padding: 80px 0px 90px 0px;
}

.product-name {
	font-size: 42px;
	line-height: 50px;
}

.the-facts {
	padding-top: 160px;
}

.facts-box {
	padding: 40px 40px 0px 40px;
}

.facts-box h2 {
	font-size: 50px;
	line-height: 58px;
}

.facts-box h5 {
	font-size: 26px;
	line-height: 34px;
}

.ambassadors {
	width: 94%;
	max-width: 1450px;
	padding: 95px 0px 90px 0px;
}

.ambassadors h2 {
	font-size: 50px;
	line-height: 58px;
}

.ca-slider div {
	width: 340px!important;
	margin-right: 30px!important;
}

.cas-top {
	height: 250px;
}
	
.cas-details {
    padding: 42px 20px 30px 20px;
}	
	
.cas-details h5 {
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}	

.cas-details p {
    font-size: 16px;
    line-height: 24px;
}	
	
.ambassadors .bx-wrapper {
    padding-bottom: 70px;
}	

/*Footer*/

.footer-caption {
	font-size: 25px;
	line-height: 33px;
}
	
.copyright {
    font-size: 18px;
    line-height: 24px;
}	

/*Contact Us */

.sb-wrap {
	padding: 200px 0px 70px 0px;
}

.sb-wrap h1 {
	font-size: 60px;
	line-height: 68px;
}

.contact-page {
	padding: 60px 0px 80px 0px;
}

.sub-title h2 {
	font-size: 50px;
	line-height: 58px;
}

/* Our Mission */

.mission-page {
	padding: 70px 0px 40px 0px;
}

.mission-page::after {
	right: -100px;
	width: 90px;
	height: 160px;
}

.sub-text h2 {
	font-size: 42px;
	line-height: 52px;
}

.sub-text h4 {
	font-size: 20px;
	line-height: 30px;
}


/* Troy Coward */

.about-page {
	padding: 70px 0px 70px 0px;
}

.db-text {
	padding: 30px 40px 40px 40px;
}

.ticket-banner {
	margin-top: 35px;
}

/*Fight for Life Festival*/

.uc-banner {
	padding: 10px 0px 30px 0px;
}

/*Lions Beacon of Light*/

.border {
	padding-bottom: 40px;
}

.steps {
	padding: 60px 0px 50px 0px;
}


/*Endorsements*/


.end-content {
	width: 85%;
	padding: 30px 0px 30px 0px;
}

.end-content h2 {
	font-size: 39px;
	line-height: 48px;
}
	
.end-content p {
    padding-bottom: 20px;
}	

/*Celebrity Ambassadors*/

.celeb-ambassadors {
	padding: 60px 0px 20px 0px;
}

.ca-top {
    height: 260px;
}	
	

/*Volunteer Page*/


.volunteer-form h2 {
	font-size: 33px;
	line-height: 40px;
}
	
	
}


@media only screen and (max-width: 1600px) {
	
.charity {
    margin: 0px 20px 0px 30px;
}	
	
.header-button div {
    margin-left: 10px;
}	

/*Home page*/

.home-banner {
	height: 900px;
}

.hb-content {
	max-width: 950px;
}

.hb-content h1 {
	font-size: 56px;
	line-height: 63px;
	padding-bottom: 40px;
}

.home-section1 {
	padding-bottom: 60px;
}

.hs1-box {
	padding: 30px 30px 0px 30px;
	margin-top: -112px;
}

.hs1-item figure {
	height: 310px;
}

.hs1-item h2 {
	font-size: 36px;
	line-height: 44px;
}

.om-two {
	height: 530px;
}

.om-two-sub {
	height: 530px;
}

.om-four {
	height: 530px;
}

.om-one div {
	padding-bottom: 15px;
	height: 257px;
}

.om-two {
	padding: 20px 2.2% 20px 2.2%;
	background-position: 90% bottom;
	background-size: 90px auto;
}

.om-two h2 {
	font-size: 48px;
	line-height: 56px;
}

.om-two p {
	font-size: 18px;
	line-height: 26px;
}

.om-three div:nth-child(1) {
	margin-bottom: 15px;
	height: 257px;
}

.omt-wrap div {
	height: 257px;
}

.video-slider-wrapper {
	padding: 30px;
	max-width: 1300px;
	margin: 60px auto 90px auto;
}

.vs-image {
	height: 620px;
}

.vs-wrapper h4 {
	font-size: 29px;
	line-height: 38px;
}

.v-art1 {
	left: 0px;
	width: 130px;
}

.v-art2 {
	right: 0px;
	width: 110px;
}

.volunteers .rhs h2 {
	font-size: 48px;
	line-height: 56px;
}

.km-title {
	font-size: 45px;
	line-height: 55px;
	max-width: 1250px;
}


.ss-wrap {
	padding: 80px 0px 90px 0px;
}

.product-name {
	font-size: 40px;
	line-height: 48px;
}

.the-facts {
	padding-top: 140px;
}

.facts-box h2 {
	font-size: 48px;
	line-height: 56px;
}

.facts-box h5 {
	font-size: 25px;
	line-height: 32px;
}

.ambassadors {
	width: 94%;
	max-width: 1300px;
	padding: 95px 0px 90px 0px;
}

.ambassadors h2 {
	font-size: 48px;
	line-height: 56px;
}

.ca-slider div {
	width: 400px!important;
	margin-right: 50px!important;
}

.cas-top {
	height: 260px;
}
	
.cas-details {
    padding: 42px 30px 30px 30px;
}	

.ambassadors .bx-wrapper {
    padding-bottom: 60px;
}	

/*Footer*/

.footer-caption {
	font-size: 24px;
	line-height: 32px;
}
	
.copyright {
    font-size: 18px;
    line-height: 24px;
}	

/*Contact Us */

.sb-wrap {
	padding: 190px 0px 60px 0px;
}

.sb-wrap h1 {
	font-size: 57px;
	line-height: 65px;
}

.contact-page {
	padding: 50px 0px 70px 0px;
}

.sub-title h2 {
	font-size: 48px;
	line-height: 56px;
}

/* Our Mission */

.mission-page {
	padding: 70px 0px 40px 0px;
}

.mission-page::after {
	display: none;
}

.sub-text h2 {
	font-size: 41px;
	line-height: 51px;
}

.sub-text h4 {
	font-size: 20px;
	line-height: 30px;
}


/* Troy Coward */

.about-page {
	padding: 60px 0px 60px 0px;
}

/*Fight for Life Festival*/

.uc-banner {
	padding: 0px 0px 30px 0px;
}

/*Lions Beacon of Light*/
	
.sub-full-width {
    padding: 50px 0px 30px 0px;
}	

.border {
	padding-bottom: 40px;
}

.steps {
	padding: 60px 0px 50px 0px;
}

.steps-title h2 {
    font-size: 42px;
    line-height: 52px;
    padding-bottom: 30px;
	max-width: 1300px;
	margin: 0 auto;
}	
	
.steps-title p {
    font-size: 22px;
    line-height: 30px;
}	

/*Endorsements*/


.end-content {
	width: 85%;
	padding: 30px 0px 30px 0px;
}

.end-content h2 {
	font-size: 39px;
	line-height: 48px;
}
	

/*Celebrity Ambassadors*/

.celeb-ambassadors {
	padding: 50px 0px 10px 0px;
}
	
.ca-top {
    height: 240px;
}	
	
.ca-details {
    padding: 42px 20px 30px 20px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 22px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 50px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 32px;
	line-height: 38px;
}
	

}


@media only screen and (max-width: 1500px) {
	
.logo {
    padding: 14px 0px 15px 0px;
}	
	
.charity {
    margin: 0px 10px 0px 20px;
}	
	
.header-button div {
    margin-left: 10px;
}	
	
.header-button div a {
    height: 50px;
    line-height: 50px;
    padding: 0px 34px 0px 58px;
    background-position: 27px center;
}	

/*Home page*/

.home-banner {
	height: 860px;
}

.hb-content {
	max-width: 920px;
}

.hb-content h1 {
	font-size: 54px;
	line-height: 62px;
	padding-bottom: 30px;
}

.home-section1 {
	padding-bottom: 50px;
}

.hs1-box {
	padding: 25px 25px 0px 25px;
	margin-top: -100px;
}

.hs1-item figure {
	height: 300px;
}

.hs1-item h2 {
	font-size: 34px;
	line-height: 42px;
}

.om-two {
	height: 510px;
}

.om-two-sub {
	height: 510px;
}

.om-four {
	height: 510px;
}

.om-one div {
	padding-bottom: 15px;
	height: 247px;
}

.om-two {
	padding: 20px 2.2% 20px 2.2%;
	background-position: 92% bottom;
	background-size: 85px auto;
}

.om-two h2 {
	font-size: 46px;
	line-height: 52px;
}

.om-two p {
	font-size: 18px;
	line-height: 24px;
}

.om-three div:nth-child(1) {
	margin-bottom: 15px;
	height: 247px;
}

.omt-wrap div {
	height: 247px;
}

.video-slider-wrapper {
	padding: 30px;
	max-width: 1250px;
	margin: 60px auto 90px auto;
}

.vs-image {
	height: 600px;
}

.vs-wrapper h4 {
	font-size: 28px;
	line-height: 37px;
}

.v-art1 {
	width: 130px;
}

.v-art2 {
	width: 100px;
}
	
.volunteers .lhs {
    width: 48%;
}	
	
.volunteers .rhs {
    width: 48%;
}		

.volunteers .rhs h2 {
	font-size: 46px;
	line-height: 54px;
	max-width: 550px;
}
	
.how-it-work {
    padding-bottom: 80px;
}	
	
.how-it-work .lhs {
    width: 57%;
}
	
.how-it-work .rhs {
    width: 40%;
}	

.how-it-work .lhs h2 {
    font-size: 38px;
    line-height: 45px;
}	
	
.know-more-wrap {
    padding: 150px 0px 160px 0px;
}	
	
.km-title {
	font-size: 43px;
	line-height: 53px;
	max-width: 1200px;
}

.ss-wrap {
	padding: 80px 0px 90px 0px;
}
	
.ss-wrap .lhs {
    width: 41%;
}	
	
.ss-wrap .rhs {
    width: 55%;
}	

.product-name {
	font-size: 38px;
	line-height: 46px;
}

.the-facts {
	padding-top: 120px;
}

.facts-box h2 {
	font-size: 46px;
	line-height: 54px;
}
	
.facts-box p {
    padding-bottom: 20px;
}	

.facts-box h5 {
	font-size: 24px;
	line-height: 32px;
}

.ambassadors {
	width: 94%;
	max-width: 1250px;
	padding: 85px 0px 90px 0px;
}

.ambassadors h2 {
	font-size: 46px;
	line-height: 54px;
}

.ca-slider div {
	width: 390px!important;
	margin-right: 40px!important;
}


/*Footer*/
	
.ft-links ul li {
    padding-bottom: 20px;
}	

.copyright {
    font-size: 17px;
    line-height: 24px;
}	

/*Contact Us */

.sb-wrap {
	padding: 180px 0px 50px 0px;
}

.sb-wrap h1 {
	font-size: 55px;
	line-height: 63px;
}

.contact-page {
	padding: 50px 0px 70px 0px;
}
	
.cm-lhs {
    width: 66%;
}
	
.contact-details p {
    font-size: 16px;
    line-height: 24px;
}	
	
.cf-button input {
    background-position: 43% center;
}	
	
.cm-rhs {
    width: 30%;
}	
	
.nyh-wrap {
    padding: 25px 30px 30px 30px;
}	

.sub-title h2 {
	font-size: 46px;
	line-height: 54px;
}
	
.nyh-wrap h4 {
    font-size: 32px;
    line-height: 38px;
}	
	
.nyh-wrap p {
    font-size: 16px;
    line-height: 22px;
}	
	
.thankyou {
    font-size: 22px;
    line-height: 22px;
}	

/* Our Mission */

.mission-page {
	padding: 60px 0px 40px 0px;
}
	
.mp-lhs {
    width: 66%;
}	
	
.mp-rhs {
     width: 30%;
}	

.sub-text h2 {
	font-size: 40px;
	line-height: 50px;
}

.sub-text h4 {
	font-size: 19px;
	line-height: 29px;
}


/* Troy Coward */

.about-page {
	padding: 60px 0px 60px 0px;
}
	
.about-lhs {
    width: 63%;
}	
	
.about-social div figure {
	width: 70px;
}	
	
.about-rhs {
     width: 33%;
}

.db-text {
    padding: 20px 30px 30px 30px;
}	
	
.db-text p {
    font-size: 16px;
    line-height: 22px;
	padding-bottom: 20px;
}
	
.buy-ticket a {
    font-size: 24px;
    background-position: 20% center;
}	

/*Fight for Life Festival*/

.uc-banner {
	padding: 0px 0px 30px 0px;
}

/*Lions Beacon of Light*/
	
.bol-logos figure {
	width: 46%;
}	
	
.bol-buttons div a {
    padding: 12px;
    font-size: 18px;
    line-height: 22px;
    background-position: 10% center;
}	
	
.db-top {
    padding: 5px 10px 2px 160px;
}	

.db-top h5 {
    font-size: 27px;
    line-height: 31px;
}	
	
.steps {
	padding: 50px 0px 50px 0px;
}

.steps-title h2 {
    font-size: 40px;
    line-height: 50px;
	max-width: 1250px;
}	
	
.steps-title p {
    font-size: 20px;
    line-height: 28px;
}	

/*Endorsements*/


.end-content {
	width: 86%;
	padding: 30px 0px 30px 0px;
}

.end-content h2 {
	font-size: 37px;
	line-height: 45px;
}
	

/*Celebrity Ambassadors*/

.celeb-ambassadors {
	padding: 50px 0px 10px 0px;
}
	
.ca-top {
    height: 220px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 42px 20px 30px 20px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 22px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 50px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 32px;
	line-height: 38px;
}
	
	
/*Blog*/

.blog-page {
	padding: 70px 0px 40px 0px;
}

.blog-list .blog-item figure {
	height: 266px;
}
	
	
/*Single post Page*/

.blog-page .blog-lhs {
	width: 66%;
}

.blog-page .blog-rhs {
	width: 30%;
}	
	
	
.contact-form .gform_button {
	background-position: 43% center!important;
}	


}


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

.charity {
    margin: 0px 10px 0px 10px;
}	
	
.header-button div {
    margin-left: 5px;
}	
	
.header-button div a {
    height: 45px;
    line-height: 45px;
    padding: 0px 24px 0px 48px;
    background-position: 17px center;
}	

/*Home page*/

.home-banner {
	height: 780px;
}

.hb-content {
	max-width: 900px;
}

.hb-content h1 {
	font-size: 52px;
	line-height: 60px;
}

.hs1-box {
	padding: 25px 25px 0px 25px;
	margin-top: -90px;
}

.hs1-item figure {
	height: 280px;
	margin-bottom: 20px;
}

.hs1-item h2 {
	font-size: 32px;
	line-height: 40px;
}

.om-two {
	height: 487px;
}

.om-two-sub {
	height: 487px;
}

.om-four {
	height: 487px;
}

.om-one div {
	padding-bottom: 12px;
	height: 237px;
}

.om-two {
	padding: 20px 2% 20px 2%;
	background-position: 93% bottom;
	background-size: 80px auto;
}

.om-two h2 {
	font-size: 43px;
	line-height: 50px;
}

.om-two p {
	font-size: 17px;
	line-height: 23px;
}

.om-three div:nth-child(1) {
	margin-bottom: 12px;
	height: 237px;
}

.omt-wrap div {
	height: 237px;
}

.video-slider-wrapper {
	padding: 25px;
	max-width: 1150px;
	margin: 50px auto 80px auto;
}

.vs-image {
	height: 580px;
}

.vs-wrapper h4 {
	font-size: 28px;
	line-height: 37px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.v-art1 {
	width: 130px;
}

.v-art2 {
	width: 90px;
}
		
.volunteers .rhs h2 {
	font-size: 44px;
	line-height: 52px;
}
	
.how-it-work {
    padding-bottom: 70px;
}	
	
.how-it-work .lhs h2 {
    font-size: 36px;
    line-height: 44px;
}	
	
.know-more-wrap {
    padding: 140px 0px 150px 0px;
}	
	
.km-title {
	font-size: 42px;
	line-height: 52px;
	max-width: 1150px;
}

.ss-wrap {
	padding: 70px 0px 80px 0px;
}
	

.product-name {
	font-size: 36px;
	line-height: 44px;
}
	
.product-price {
    font-size: 32px;
    line-height: 40px;
}	
	
.product-price span {
    font-size: 18px;
}	

.the-facts {
	padding-top: 100px;
}

.facts-box h2 {
	font-size: 44px;
	line-height: 52px;
}

.facts-box h5 {
	font-size: 23px;
	line-height: 31px;
}

.ambassadors {
	max-width: 1170px;
	padding: 80px 0px 70px 0px;
}

.ambassadors h2 {
	font-size: 44px;
	line-height: 52px;
}

.ca-slider div {
	width: 363px!important;
	margin-right: 40px!important;
}


/*Footer*/
	
.footer-caption {
    font-size: 23px;
    line-height: 31px;
}	
	
.copyright {
    font-size: 17px;
    line-height: 24px;
}	

/*Contact Us */

.sb-wrap {
	padding: 170px 0px 50px 0px;
}

.sb-wrap h1 {
	font-size: 52px;
	line-height: 60px;
}

.contact-page {
	padding: 40px 0px 60px 0px;
}

.sub-title h2 {
	font-size: 44px;
	line-height: 52px;
}
	
.nyh-wrap h4 {
    font-size: 30px;
    line-height: 38px;
}	
	
.nyh-wrap p {
    font-size: 16px;
    line-height: 22px;
}	
	
.thankyou {
    font-size: 22px;
    line-height: 22px;
}	

/* Our Mission */

.mission-page {
	padding: 50px 0px 40px 0px;
}
	
.sub-text h2 {
	font-size: 38px;
	line-height: 48px;
}

.sub-text h4 {
	font-size: 19px;
	line-height: 29px;
}


/* Troy Coward */

.about-page {
	padding: 50px 0px 50px 0px;
}

.about-social div figure {
	width: 65px;
}	
	
.db-text {
    padding: 20px 20px 30px 20px;
}	
	

.buy-ticket a {
    font-size: 22px;
    background-position: 20% center;
}	

/*Fight for Life Festival*/

.uc-banner {
	padding: 0px 0px 20px 0px;
}

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px;
    font-size: 17px;
    line-height: 21px;
    background-position: 8% center;
}	
	
.db-top {
    padding: 5px 10px 2px 140px;
}	
	
.db-top figure {
    left: 4%;
}	

.db-top h5 {
    font-size: 27px;
    line-height: 31px;
}	
	
.db-bottom {
	background-position: 85% bottom;
}	
	
.steps {
	padding: 50px 0px 50px 0px;
}

.steps-title h2 {
    font-size: 38px;
    line-height: 48px;
	max-width: 1200px;
}	
	
.steps-title p {
    font-size: 20px;
    line-height: 28px;
}	

/*Endorsements*/


.end-content {
	width: 86%;
	padding: 30px 0px 30px 0px;
}

.end-content h2 {
	font-size: 35px;
	line-height: 42px;
}
	
.endorsements .end-lhs .end-logo {
    left: 20px;
    bottom: 20px;
    width: 300px;
}	

/*Celebrity Ambassadors*/

.ca-list ul li {
    width: 30.1%;
    margin: 0px 1.5% 58px 1.5%;
}	
	
.ca-top {
    height: 240px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 42px 30px 30px 30px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 22px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 50px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 30px;
	line-height: 38px;
}
	
	
/*Page 404*/

.error-page {
	padding: 80px 0px 100px 0px;
}

	
/*Blog*/

.blog-page {
	padding: 60px 0px 30px 0px;
}

.blog-list .blog-item figure {
	height: 250px;
}

.blog-list .blog-item .bi-text {
	padding-top: 25px;
}

.post-details div.post-author {
	margin-right: 20px;
}

.bi-text h2 {
	font-size: 22px;
	line-height: 28px;
}

.bi-text .bi-more {
	font-size: 16px;
	line-height: 16px;
}


}


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

.charity {
    margin: 0px 20px 0px 20px;
}	
	
.header-button div {
    margin-left: 10px;
}	
	
.header-button div a {
    height: 45px;
    line-height: 45px;
    padding: 0px 34px 0px 58px;
    background-position: 27px center;
}	

/*Home page*/

.home-banner {
	height: 740px;
}

.hb-content {
	max-width: 850px;
}

.hb-content h1 {
	font-size: 50px;
	line-height: 58px;
}
	
.more-button a {
    height: 48px;
    line-height: 48px;
}	

.hs1-box {
	padding: 20px 20px 0px 20px;
	margin-top: -80px;
}

.hs1-item figure {
	height: 260px;
}

.hs1-item h2 {
	font-size: 30px;
	line-height: 38px;
}

.om-two {
	height: 467px;
}

.om-two-sub {
	height: 467px;
}

.om-four {
	height: 467px;
}

.om-one div {
	padding-bottom: 12px;
	height: 227px;
}

.om-two {
	padding: 20px 2% 20px 2%;
	background-position: 93% bottom;
	background-size: 70px auto;
}

.om-two h2 {
	font-size: 40px;
	line-height: 48px;
}

.om-two p {
	font-size: 16px;
	line-height: 22px;
}

.om-three div:nth-child(1) {
	margin-bottom: 12px;
	height: 227px;
}

.omt-wrap div {
	height: 227px;
}

.video-slider-wrapper {
	padding: 20px;
	max-width: 1050px;
	margin: 50px auto 80px auto;
}

.vs-image {
	height: 550px;
}

.vs-play {
    left: 50%;
    top: 40%;
    width: 120px;
    height: auto;
    margin: -40px 0px 0px -60px;
}	
	
.vs-wrapper h4 {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.v-art1 {
	width: 130px;
}

.v-art2 {
	width: 90px;
}
		
.volunteers .rhs h2 {
	font-size: 42px;
	line-height: 50px;
}
	
.how-it-work {
    padding-bottom: 60px;
}	
	
.how-it-work .lhs h2 {
    font-size: 34px;
    line-height: 42px;
}	
	
.know-more-wrap {
    padding: 130px 0px 140px 0px;
}	
	
.km-title {
	font-size: 40px;
	line-height: 50px;
	max-width: 1100px;
}

.ss-wrap {
	padding: 60px 0px 70px 0px;
}

.product-name {
	font-size: 34px;
	line-height: 42px;
}
	
.product-price {
    font-size: 31px;
    line-height: 36px;
}	
	
.product-price span {
    font-size: 18px;
}	

.the-facts {
	padding-top: 80px;
}
	
.facts-box {
	width: 55%;
    padding: 30px 30px 0px 30px;
}	

.facts-box h2 {
	font-size: 42px;
	line-height: 50px;
}

.facts-box h5 {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 20px;
}
	
.donate-button a {
    height: 48px;
    line-height: 48px;
}	

.ambassadors {
	max-width: 1100px;
	padding: 70px 0px 70px 0px;
}

.ambassadors h2 {
	font-size: 42px;
	line-height: 50px;
}

.ca-slider div {
	width: 345px!important;
	margin-right: 30px!important;
}

.cas-details {
    padding: 40px 25px 30px 25px;
}	

/*Footer*/
	
.footer-caption {
    font-size: 22px;
    line-height: 30px;
}	
	
.copyright {
    font-size: 17px;
    line-height: 24px;
}	

/*Contact Us */

.sb-wrap {
	padding: 160px 0px 40px 0px;
}

.sb-wrap h1 {
	font-size: 48px;
	line-height: 56px;
}

.sub-title h2 {
	font-size: 42px;
	line-height: 50px;
}
	
.nyh-wrap h4 {
    font-size: 28px;
    line-height: 35px;
}	
	
.thankyou {
    font-size: 20px;
    line-height: 22px;
}	

/* Our Mission */

.sub-text h2 {
	font-size: 36px;
	line-height: 46px;
	padding-bottom: 20px;
}

.sub-text h4 {
	font-size: 18px;
	line-height: 26px;
}


/* Troy Coward */

.about-page {
	padding: 50px 0px 40px 0px;
}

.about-social div figure {
	width: 55px;
}	
	
.about-social div p {
    font-size: 15px;
    line-height: 20px;
}	
		
.buy-ticket a {
    font-size: 20px;
    background-position: 20% center;
	padding: 15px;
}	

/*Fight for Life Festival*/

.uc-banner {
	padding: 0px 0px 10px 0px;
}

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    background-position: 7% center;
}	
	
.db-top {
    padding: 5px 10px 2px 130px;
}	
	
.db-top figure {
    left: 3%;
}	

.db-top h5 {
    font-size: 26px;
    line-height: 30px;
}	
	
.steps-title h2 {
    font-size: 36px;
    line-height: 44px;
	max-width: 1100px;
}	
	
.steps-title p {
    font-size: 19px;
    line-height: 26px;
}	

/*Endorsements*/


.end-content {
	width: 86%;
	padding: 20px 0px 20px 0px;
}

.end-content h2 {
	font-size: 32px;
	line-height: 40px;
}
	
.endorsements .end-lhs .end-logo {
    left: 20px;
    bottom: 20px;
    width: 280px;
}	

/*Celebrity Ambassadors*/

.ca-list ul li {
    width: 30.1%;
    margin: 0px 1.5% 58px 1.5%;
}	
	
.ca-top {
    height: 230px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 40px 25px 25px 25px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 22px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 50px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 28px;
	line-height: 36px;
}
	
	
/*Page 404*/

.error-page {
	padding: 70px 0px 90px 0px;
}

.error {
	font-size: 240px;
	line-height: 240px;
}

.error-page h2 {
	font-size: 29px;
	line-height: 37px;
}

.error-page p {
	font-size: 19px;
	line-height: 26px;
}

	
/*Blog*/


.blog-list .blog-item figure {
	height: 230px;
}

.bi-text h2 {
	font-size: 21px;
	line-height: 28px;
}

.p-heading1 {
	font-size: 29px;
	line-height: 36px;
}	
	
	
.blog-rhs .single-widget {
    padding: 25px;
}	
	

.shop-section-sub .product-name {
	font-size: 35px;
	line-height: 42px;
}
	

}



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

/*Home page*/

.home-banner {
	height: 670px;
}

.hb-content {
	max-width: 800px;
}

.hb-content h1 {
	font-size: 47px;
	line-height: 55px;
}

.hs1-box {
	padding: 20px 20px 0px 20px;
	margin-top: -70px;
}

.hs1-item figure {
	height: 240px;
}

.hs1-item h2 {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 15px;
}
	
.more-button a {
    padding: 0px 20px 0px 49px;
    background-position: 18px center;
}	

.om-two {
	height: 445px;
}

.om-two-sub {
	height: 445px;
}

.om-four {
	height: 445px;
}

.om-one div {
	padding-bottom: 10px;
	height: 217px;
}

.om-two h2 {
	font-size: 35px;
	line-height: 42px;
	padding-bottom: 15px;
}

.om-two p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
}
	
.om-two .more-button {
	padding-top: 10px;
}

.om-three div:nth-child(1) {
	margin-bottom: 10px;
	height: 217px;
}

.omt-wrap div {
	height: 217px;
}

.video-slider-wrapper {
	padding: 15px 15px 30px 15px;
	max-width: 950px;
	margin: 40px auto 70px auto;
}

.vs-image {
	height: 500px;
}

.vs-wrapper h4 {
	font-size: 25px;
	line-height: 32px;
}

.v-art1 {
	width: 120px;
}

.v-art2 {
	width: 80px;
}
		
.volunteers .rhs h2 {
	font-size: 40px;
	line-height: 48px;
}
	
.how-it-work {
    padding-bottom: 50px;
}	
	
.how-it-work .lhs h2 {
    font-size: 32px;
    line-height: 40px;
}	
	
.know-more-wrap {
    padding: 130px 0px 140px 0px;
}	
	
.km-title {
	font-size: 38px;
	line-height: 48px;
	max-width: 1000px;
}

.ss-wrap {
	padding: 60px 0px 60px 0px;
}

.product-name {
	font-size: 32px;
	line-height: 40px;
}
	
.product-price {
    font-size: 30px;
    line-height: 36px;
}	
	
.product-price span {
    font-size: 18px;
}	

.the-facts {
	padding-top: 70px;
}
	
.facts-box h2 {
	font-size: 40px;
	line-height: 48px;
}

.facts-box h5 {
	font-size: 20px;
	line-height: 27px;
}
	
.donate-button a {
    height: 48px;
    line-height: 48px;
}	

.ambassadors {
	max-width: 1000px;
	padding: 60px 0px 60px 0px;
}

.ambassadors h2 {
	font-size: 42px;
	line-height: 50px;
}

.ca-slider div {
	width: 316px!important;
	margin-right: 25px!important;
}

.cas-details {
    padding: 40px 22px 30px 22px;
}	

/*Footer*/
	
.footer-wrap {
    padding: 50px 0px 30px 0px;
}	
	
.ft-section1 {
    width: 14.7%;
	justify-content: center;
}	
	
	
.ft-section2 {
    width: 15%;
}	
	
.ft-section3 {
    width: 15%;
}	
	
.ft-section4 {
    width: 20%;
}	
	
.ft-section5 {
    width: 12%;
}	
	
.ft-social ul li {
    margin-right: 10px;
}	
	
.footer-top h3 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
}	
	
	
.footer-caption {
	padding: 20px 10px 20px 0px;
    font-size: 20px;
    line-height: 28px;
}	
	
.copyright {
    font-size: 16px;
    line-height: 22px;
}	

/*Contact Us */

.sb-wrap {
	padding: 160px 0px 40px 0px;
}

.sb-wrap h1 {
	font-size: 42px;
	line-height: 50px;
}

.sub-title h2 {
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 20px;
}
	
.contact-details div figure {
	max-width: 50px;
	margin: 0 auto;
}	
	
.contact-details p {
    font-size: 15px;
    line-height: 22px;
}	
	
.cf-row {
	flex-wrap: wrap;
}	
	
.cf-row .cf-box {
    width: 100%;
}	
	
.nyh-wrap {
    padding: 25px 20px 20px 20px;
}	
	
.nyh-wrap h4 {
    font-size: 26px;
    line-height: 32px;
}	
	
.thankyou {
	margin-top: 15px;
    font-size: 18px;
    line-height: 20px;
}	

/* Our Mission */

.sub-text h2 {
	font-size: 34px;
	line-height: 42px;
}
	
.sub-text p {
    line-height: 24px;
}	


/* Troy Coward */

.about-social div {
    margin-right: 20px;
}
	
.about-social div figure {
	width: 50px;
}	
	
.about-social div p {
    font-size: 14px;
    line-height: 16px;
}	
	
.ticket-banner {
    margin-top: 25px;
}	
		
.buy-ticket a {
    font-size: 18px;
    background-position: 18% center;
	padding: 15px;
}	

/*Fight for Life Festival*/

.uc-banner {
	padding: 0px 0px 20px 0px;
}

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px;
    font-size: 15px;
    line-height: 17px;
    background-position: 6% center;
}	
	
.db-top {
    padding: 5px 10px 2px 110px;
	min-height: 75px;
}	
	
.db-top figure {
    left: 3%;
}	

.db-top h5 {
    font-size: 25px;
    line-height: 28px;
}	
	
.db-bottom {
	background-position: 90% bottom;
}		
	
.db-bottom a {
    padding: 20px 10px 20px 10px;
    font-size: 16px;
}	
	
	
	
.steps-title h2 {
    font-size: 32px;
    line-height: 40px;
	max-width: 1050px;
}	
	
.steps-title p {
    font-size: 19px;
    line-height: 26px;
}	

.step-box {
    width: 48.5%;
    padding: 65px 30px 20px 30px;
    margin-bottom: 35px;
}	
	
.step-no {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}	
	
/*Endorsements*/


.end-content {
	width: 90%;
	padding: 20px 0px 20px 0px;
}

.end-content h2 {
	font-size: 30px;
	line-height: 38px;
	background-position: left 7px;
	background-size: 25px auto;
	padding: 0px 0px 15px 35px;
}
	
.end-content p {
    line-height: 22px;
    padding-bottom: 20px;
}	
	

/*Celebrity Ambassadors*/

.ca-list ul li {
    width: 30.1%;
    margin: 0px 1.5% 40px 1.5%;
}	
	
.ca-top {
    height: 220px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 40px 25px 25px 25px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 50px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 27px;
	line-height: 34px;
}
	
.upload-box {
    height: 180px;
}	
	
.upload-icon {
    width: 68px;
}
	
	
/*Page 404*/

.error-page {
	padding: 60px 0px 80px 0px;
}

.error {
	font-size: 230px;
	line-height: 230px;
}

.error-page h2 {
	font-size: 28px;
	line-height: 35px;
}

.error-page p {
	font-size: 18px;
	line-height: 24px;
}
		
.blog-rhs .single-widget {
    padding: 25px 20px 25px 20px;
}	
	
	
.contact-form .gform-theme--foundation .gform_fields .col3 {
	width: 100%;
}	
	
.shop-section-sub {
    padding: 22px 22px 35px 22px;
    background-size: 68px auto;
    margin-top: 35px;
}	
	
.shop-section-sub .product-name {
    font-size: 32px;
    line-height: 40px;
}	

.shop-section-sub .product-price span {
    font-size: 18px;
}	
	
.shop-section-sub .select-style select {
    padding: 0px 15px 0px 10px;
}	

}


@media only screen and (max-width: 1100px) {
	
.logo {
    padding: 12px 0px 13px 0px;
}	

/*Home page*/

.home-banner {
	height: 620px;
}

.hb-content {
	max-width: 720px;
}

.hb-content h1 {
	font-size: 42px;
	line-height: 50px;
}
	
.more-button a {
    height: 45px;
    line-height: 45px;
}	

.hs1-box {
	padding: 15px 15px 0px 15px;
	margin-top: -60px;
}

.hs1-item figure {
	height: 220px;
}

.hs1-item h2 {
	font-size: 25px;
	line-height: 31px;
	padding-bottom: 15px;
}
	
.more-button a {
    padding: 0px 18px 0px 45px;
    background-position: 15px center;
}	

.om-two {
	height: 425px;
}

.om-two-sub {
	height: 425px;
}

.om-four {
	height: 425px;
}

.om-one div {
	padding-bottom: 10px;
	height: 207px;
}

.om-two h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 15px;
}

.om-two p {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 15px;
}

.om-three div:nth-child(1) {
	margin-bottom: 10px;
	height: 207px;
}

.omt-wrap div {
	height: 207px;
}

.video-slider-wrapper {
	max-width: 850px;
	margin: 40px auto 60px auto;
}

.vs-image {
	height: 450px;
}

.vs-wrapper h4 {
	font-size: 24px;
	line-height: 32px;
}

.v-art1 {
	width: 120px;
}

.v-art2 {
	width: 80px;
}
		
.volunteers .rhs h2 {
	font-size: 38px;
	line-height: 46px;
}
	
.how-it-work .lhs h2 {
    font-size: 31px;
    line-height: 40px;
}	
	
.know-more-wrap {
    padding: 120px 0px 130px 0px;
}	
	
.km-title {
	font-size: 35px;
	line-height: 43px;
	max-width: 900px;
}

.ss-wrap {
	padding: 50px 0px 50px 0px;
}

.product-name {
	font-size: 30px;
	line-height: 38px;
}
	
.product-price {
    font-size: 28px;
    line-height: 34px;
}	
	
.product-price span {
    font-size: 18px;
}	

.the-facts {
	padding-top: 60px;
}
	
.facts-box h2 {
	font-size: 38px;
	line-height: 45px;
}

.facts-box h5 {
	font-size: 19px;
	line-height: 25px;
}
	
.donate-button a {
    height: 45px;
    line-height: 45px;
}	

.ambassadors {
	max-width: 840px;
	padding: 60px 0px 60px 0px;
}

.ambassadors h2 {
	font-size: 42px;
	line-height: 50px;
}

.ca-slider div {
	width: 400px!important;
	margin-right: 40px!important;
}
	
.ambassadors .bx-wrapper .bx-prev {
    left: -5%;
}	
	
.ambassadors .bx-wrapper .bx-next {
    right: -5%;
}	

.cas-details {
    padding: 40px 30px 30px 30px;
}	

/*Footer*/
	
.footer-wrap {
    padding: 50px 0px 30px 0px;
}	
	
.footer-top  {
	flex-wrap: wrap;
	padding-bottom: 20px;
}	
	
.ft-section1 {
    width: 100%;
	justify-content: center;
	padding-bottom: 20px;
}	
	
.ft-section1 div {
	width: 82px;
	margin: 0px 10px 10px 10px!important;
}	
	
.ft-section2 {
    width: 22%;
}	
	
.ft-section3 {
    width: 22%;
}	
	
.ft-section4 {
    width: 25%;
}	
	
.ft-section5 {
    width: 14%;
}	
	
.ft-social ul li {
    margin-right: 10px;
}	
	
.footer-top h3 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
}	
	
	
.footer-caption {
	padding: 20px 10px 20px 10px;
    font-size: 19px;
    line-height: 26px;
}	
	
.copyright {
	padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
}	

/*Contact Us */

.sb-wrap {
	padding: 150px 0px 30px 0px;
}

.sb-wrap h1 {
	font-size: 40px;
	line-height: 48px;
}

.sub-title h2 {
	font-size: 38px;
	line-height: 45px;
	padding-bottom: 20px;
}
	
.contact-details {
    padding-bottom: 20px;
	flex-wrap: wrap;
	justify-content: center;
}	
	
.contact-details div:nth-child(2) {
	border: none;
	border-bottom: #eee solid 1px;
}	
	
.contact-details div {
    width: 50%;
	border-bottom: #eee solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}	
	
.contact-details div:nth-child(3) {
    border: none;
}
	
.contact-details div figure {
	max-width: 50px;
	margin: 0 auto;
}	

.nyh-wrap {
    padding: 20px 15px 20px 15px;
}	
	
.nyh-wrap h4 {
    font-size: 24px;
    line-height: 30px;
}	
	
.nyh-wrap .donate-button a {
    background-position: 15% center;
}	
	
.thankyou {
	margin-top: 15px;
    font-size: 18px;
    line-height: 20px;
}	

/* Our Mission ---------------- */
	
.mission-page {
    padding: 40px 0px 40px 0px;
}	

.sub-text h2 {
	font-size: 33px;
	line-height: 40px;
}
	

/* Troy Coward */

.about-social div {
    margin-right: 20px;
}
	
.about-social div figure {
	width: 50px;
}	
	
.about-social div p {
    font-size: 14px;
    line-height: 16px;
}	
	
.ticket-banner {
    margin-top: 25px;
}	
		
.buy-ticket a {
    font-size: 18px;
    background-position: 18% center;
	padding: 12px;
}
	
.db-text h4 {
    font-size: 30px;
    line-height: 38px;
}	
	
.db-text .donate-button a {
    background-position: 15% center;
    padding: 0px 40px 0px 63px;
}	

/*Fight for Life Festival*/
	
.sub-full-width {
    padding: 40px 0px 30px 0px;
}	

.uc-banner {
	padding: 0px 0px 20px 0px;
}

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px 10px 12px 20px;
    font-size: 15px;
    line-height: 17px;
    background-position: 4% center;
}	
	
.db-top {
    padding: 5px 10px 2px 100px;
	min-height: 70px;
}	
	
.db-top figure {
    left: 2%;
}	

.db-top h5 {
    font-size: 23px;
    line-height: 27px;
}	
	
.db-top p {
    font-size: 17px;
    line-height: 22px;
}	
	
.db-bottom {
     background-size: auto 80%;
}	
	
.db-bottom a {
    padding: 15px 10px 15px 10px;
    font-size: 16px;
}
	
	
.steps-title h2 {
    font-size: 30px;
    line-height: 38px;
	max-width: 1000px;
	padding-bottom: 20px;
}	
	
.steps-title p {
    font-size: 17px;
    line-height: 22px;
}	

.step-box {
    width: 48.5%;
    padding: 60px 20px 20px 20px;
    margin-bottom: 35px;
}	
	
/*Endorsements*/


.end-content h2 {
	font-size: 28px;
	line-height: 36px;
	background-position: left 5px;
}
	

/*Celebrity Ambassadors*/
	
.celeb-ambassadors {
    padding: 40px 0px 10px 0px;
}	

.ca-list ul li {
    width: 30.1%;
    margin: 0px 1.5% 30px 1.5%;
}	
	
.ca-top {
    height: 200px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 40px 20px 25px 20px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 40px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 26px;
	line-height: 32px;
}	
	
/*Blog*/

.blog-page {
	padding: 50px 0px 20px 0px;
}

.blog-list .blog-item {
	width: 47%;
	margin: 0px 1.5% 50px 1.5%;
}

.blog-list .blog-item figure {
	height: 250px;
}

.p-heading1 {
	font-size: 27px;
	line-height: 34px;
}

	
		
.blog-rhs .single-widget {
    padding: 20px 15px 20px 15px;
}	
	
.shop-section-sub {
    padding: 20px 20px 65px 20px;
    background-size: 68px auto;
    margin-top: 30px;
}	
	
.shop-section-sub .product-name {
    font-size: 30px;
    line-height: 38px;
}	
	
.shop-section-sub .product-desc {
    font-size: 15px;
    line-height: 20px;
}	
	
.shop-section-sub .product-price span {
    font-size: 16px;
}	
	
.shop-section-sub .choose-options {
    flex-wrap: wrap;
	padding-bottom: 10px;
}	
	
.shop-section-sub .choose-options div {
    width: 100%;
    margin: 0px 0px 10px 0px;
}	

}



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


/*Home page*/

.home-banner {
	height: 530px;
}

.hb-content {
	max-width: 650px;
	padding-top: 50px;
}

.hb-content h1 {
	font-size: 35px;
	line-height: 42px;
}
	
.home-section1 {
    padding-bottom: 30px;
}	

.hs1-box {
	padding: 15px 15px 0px 15px;
	margin-top: -40px;
}

.hs1-item figure {
	height: 180px;
	margin-bottom: 15px;
}

.hs1-item h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
}
	
.hs1i-wrap {
    padding-bottom: 20px;
	display: inherit;
}	
	
.hs1i-wrap p {
    max-width: inherit;
    font-size: 16px;
    line-height: 20px;
	padding-bottom: 15px;
}	

.our-mission {
	flex-wrap: wrap;
}	
	
.om-one {
    width: 37.2%;
    height: 100%;
}	
	
.om-two {
	width: 61.5%;
	height: 425px;
	padding: 20px 5% 20px 5%;
	margin-bottom: 10px;
}

.om-two-sub {
	height: 425px;
	width: 61.5%;
	margin-bottom: 10px;
}
	
.om-three {
   width: 37.2%;
}	

.om-four {
	width: 61.5%;
	height: 400px;
}

.om-one div {
	padding-bottom: 10px;
	height: 207px;
}

.om-two h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 15px;
}

.om-two p {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 15px;
}

.om-three div:nth-child(1) {
	margin-bottom: 10px;
	height: 195px;
}

.omt-wrap div {
	height: 195px;
}

.video-slider-wrapper {
	max-width: 650px;
	margin: 40px auto 60px auto;
}

.vs-image {
	height: 400px;
	margin-bottom: 20px;
}

.vs-play {
    width: 100px;
    margin: -40px 0px 0px -50px;
}	
	
.vs-wrapper h4 {
	font-size: 24px;
	line-height: 32px;
}
	
.volunteers {
	display: inherit;
    padding-bottom: 55px;
}	
	
.volunteers .lhs {
    width: auto;
	text-align: center;
	padding-bottom: 10px;
}
	
.volunteers .rhs {
    width: auto;
}		

.v-art1 {
	width: 120px;
}

.v-art2 {
	display: none;
}
		
.volunteers .rhs h2 {
	font-size: 36px;
	line-height: 44px;
	max-width: inherit;
}
	
.how-it-work {
    display: inherit;
}	
	
.how-it-work .lhs {
    width: auto;
}	
	
.how-it-work .rhs {
    width: auto;
	margin-top: 20px;
	height: 400px;
}	
	
.how-it-work .rhs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
	
.how-it-work .lhs h2 {
    font-size: 31px;
    line-height: 40px;
}	
	
.know-more-wrap {
    padding: 110px 0px 110px 0px;
}	
	
.km-title {
	font-size: 32px;
	line-height: 40px;
	max-width: 650px;
}

.ss-wrap {
	padding: 50px 0px 50px 0px;
}
	
.ss-wrap .lhs {
    width: 37%;
}	

.ss-wrap .rhs {
    width: 60%;
}	
	
.product-name {
	font-size: 28px;
	line-height: 35px;
}
	
.product-price {
    font-size: 28px;
    line-height: 34px;
}	
	
.product-price span {
    font-size: 18px;
}	

.the-facts {
	padding-top: 300px;
}
	
.facts-box {
    width: auto;
}	
	
.facts-box h2 {
	font-size: 35px;
	line-height: 42px;
}

.facts-box h5 {
	font-size: 18px;
	line-height: 24px;
}
	
.ambassadors {
	max-width: 680px;
	padding: 50px 0px 50px 0px;
}

.ambassadors h2 {
	font-size: 38px;
	line-height: 45px;
}

.ca-slider div {
	width: 322px!important;
	margin-right: 30px!important;
}
	
.ambassadors .bx-wrapper .bx-prev {
    left: -5%;
}	
	
.ambassadors .bx-wrapper .bx-next {
    right: -5%;
}	

.cas-details {
    padding: 40px 20px 30px 20px;
}	
	
.cas-top::after {
    right: 20px;
}	

/*Footer*/
	
.footer-wrap {
    padding: 40px 0px 30px 0px;
}	
	
.ft-section2 {
    width: 48%;
	padding-bottom: 20px;
}	
	
.ft-section3 {
    width: 38%;
	padding-bottom: 20px;
}	
	
.ft-section4 {
    width: 48%;
}	
	
.ft-section5 {
    width: 38%;
}	
	
.ft-links ul li {
    padding-bottom: 10px;
}
	
.footer-top h3 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
}	
	
	
.footer-caption {
	padding: 10px;
    font-size: 18px;
    line-height: 23px;
}	
	
.copyright {
	padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
}	

/*Contact Us */

.sb-wrap {
	padding: 145px 0px 40px 0px;
}

.sb-wrap h1 {
	font-size: 35px;
	line-height: 42px;
}

.sub-title h2 {
	font-size: 36px;
	line-height: 42px;
}
	
.sub-title p {
    font-size: 16px;
    line-height: 23px;
}	
	
.contact-page {
    padding: 30px 0px 50px 0px;
}	
	
.contact-main {
	display: inherit;
}	
	
.cm-lhs {
    width: auto;
}	
	
.cm-rhs {
    width: auto;
	padding-top: 50px;
}		
	
.contact-details {
    padding-bottom: 20px;
}	
	
.contact-details div {
	border: none;
}	
	
.contact-details div:nth-child(2) {
	border: none;
}		
	
.contact-details div {
    width: 32%;
}	
	
.nyh-wrap {
    padding: 20px 45px 20px 45px;
}	
	
.nyh-wrap h4 {
    font-size: 28px;
    line-height: 30px;
}	
	
.nyh-wrap .donate-button a {
    background-position: 35% center;
}	
	
.thankyou {
    font-size: 20px;
    line-height: 20px;
}	

/* Our Mission ---------------- */
	
.mission-page {
    padding: 40px 0px 40px 0px;
	display: inherit;
}	
	
.mp-lhs {
    width: auto;
}	
	
.mp-rhs {
    width: auto;
	padding-top: 40px;
}	
	

/* Troy Coward */
	
.about-page {
    padding: 40px 0px 40px 0px;
	display: inherit;
}	
	
.about-lhs {
    width: auto;
}	
	
.sub-text h2 {
    font-size: 32px;
    line-height: 40px;
}	
	
.about-rhs {
    width: auto;
	padding-top: 40px;
	max-width: 507px;
	margin: 0 auto;
}	
	
.buy-ticket a {
    font-size: 18px;
    background-position: 30% center;
	padding: 12px;
}
	
.db-text h4 {
    font-size: 30px;
    line-height: 38px;
}	
	
.db-text .donate-button a {
    background-position: 15% center;
    padding: 0px 40px 0px 63px;
}	

/*Fight for Life Festival*/
	
.sub-full-width {
    padding: 40px 0px 30px 0px;
}	

.uc-banner {
	padding: 0px 0px 10px 0px;
}

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px 10px 12px 20px;
    font-size: 17px;
    line-height: 19px;
    background-position: 18% center;
}	
	
.db {
    margin: 0px 2.5% 50px 2.5%;
}	
	
.db-top {
    padding: 5px 10px 2px 100px;
	min-height: 70px;
}	
	
.db-top figure {
    left: 2%;
	max-width: 80px;
}	

.db-top h5 {
    font-size: 21px;
    line-height: 26px;
}	
	
.db-bottom {
     background-size: auto 75%;
	background-position: 95% bottom;
}	
	
.db-bottom a {
    padding: 12px 10px 12px 10px;
    font-size: 15px;
}	
	
.steps-title h2 {
    font-size: 28px;
    line-height: 36px;
}	
	
.steps-title p {
    font-size: 17px;
    line-height: 22px;
}	
	
.steps-wrapper {
	display: inherit;
}	

.step-box {
    width: auto;
    padding: 60px 30px 20px 30px;
    margin-bottom: 35px;
}	
	
/*Endorsements*/
	
.endorsements {
	display: inherit;
}	

.endorsements .end-lhs {
    width: 100%;
	height: 400px;
}	
	
.endorsements .end-rhs {
    width: auto;
}
	
.end-content {
    padding: 30px 0px 20px 0px;
}	
	
.end-content h2 {
	font-size: 28px;
	line-height: 36px;
	background-position: left 5px;
}
	

/*Celebrity Ambassadors*/
	
.celeb-ambassadors {
    padding: 40px 0px 10px 0px;
}	

.ca-list ul li {
    width: 46.7%;
    margin: 0px 1.5% 30px 1.5%;
}	
	
.ca-top {
    height: 200px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 40px 20px 25px 20px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 40px 0px 60px 0px;
}	
	
.volunteer-form h2 {
	font-size: 24px;
	line-height: 30px;
}	
	
.vf-top ul li {
    width: 46%;
}	
	
.vf-box input {
    height: 48px;
    padding: 0px 15px 0px 15px;
}	
	
.vf-box2 input {
	height: 48px;
}	
	
.vf-button input {
    background-position: 28% center;
}	
	
/*Page 404*/

.error-page {
	padding: 50px 0px 60px 0px;
}

.error {
	font-size: 210px;
	line-height: 210px;
}

.error-page h2 {
	font-size: 26px;
	line-height: 32px;
}

.error-page p {
	font-size: 17px;
	line-height: 22px;
}	
	
/*Blog*/


.blog-list .blog-item {
	margin: 0px 1.5% 40px 1.5%;
}

.blog-list .blog-item figure {
	height: 230px;
}
	
	
/*Single post Page*/
	
.blog-page {
    display: inherit;
}	

.blog-page .blog-lhs {
	width: auto;
}

.blog-page .blog-rhs {
	width: auto;
	padding-top: 40px;
}	
	
	
.blog-rhs .single-widget {
    padding: 25px;
}	
	

.volunteer-form .col4 {
	width: 23.3%;
}	
	
.edu1 {
	width: 22%!important;
}

.edu2 {
	width: 25.2%!important;
}

.edu3 {
	width: 16.2%!important;
}

.edu4 {
	width: 13.9%!important;
}

.edu5 {
	width: 13.8%!important;
}	
	
.edu1 input, .edu2 input, .edu3 input, .edu4 input, .edu5 input {
    font-size: 15px!important;
}	
	
.shop-section-sub .choose-options {
    flex-wrap: wrap;
	padding-bottom: 10px;
}	
	
.shop-section-sub .choose-options div {
    width: 48%;
}
	
.shop-section-sub {
    padding: 20px 30px 65px 30px;
    background-size: 100px auto;
}	
	
}


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

.header-button div a {
    height: 35px;
    line-height: 35px;
    padding: 0px 24px 0px 48px;
    background-position: 17px center;
	font-size: 15px;
}	
	
.charity {
    margin: 0px 10px 0px 20px;
}	

/*Home page*/

.home-banner {
	height: 530px;
}

.hb-content {
	padding-top: 100px;
}

.hb-content h1 {
	font-size: 30px;
	line-height: 36px;
}
	
.more-button a {
    padding: 0px 15px 0px 40px;
    background-position: 12px center;
	height: 35px;
	line-height: 35px;
	background-size: 15px auto;
	font-size: 15px;
}	
	
.home-section1 {
    padding-bottom: 0px;
}	

.hs1-box {
	padding: 11px 11px 0px 11px;
	margin-top: -40px;
	display: inherit;
}
	
.hs1-item {
    width: auto;
    border-bottom: #dedede solid 1px;
	margin-bottom: 30px;
}	

.hs1-item figure {
	height: 200px;
	margin-bottom: 15px;
}

.hs1-item h2 {
	font-size: 23px;
	line-height: 30px;
	padding-bottom: 10px;
}
	
.hs1i-wrap {
    padding-bottom: 20px;
	display: flex;
}	
	
.hs1i-wrap p {
    max-width: 60%;
    font-size: 14px;
    line-height: 18px;
	padding-bottom: 15px;
}	

.our-mission {
	flex-wrap: wrap;
	max-width: 94%;
	margin: 0 auto;
}	
	
.om-one {
	display: none;
}	
	
.om-two {
	width: 100%;
	height: auto;
	padding: 30px 8% 30px 8%;
	margin-bottom: 10px;
}

.om-two-sub {
	height: 425px;
	width: 100%;
	margin-bottom: 10px;
}
	
.om-three {
   width: 100%;
}	

.om-four {
	display: none;
}

.om-one div {
	padding-bottom: 10px;
	height: 207px;
}

.om-two h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 15px;
}

.om-two p {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 15px;
}

.om-three div:nth-child(1) {
	margin-bottom: 10px;
	height: 195px;
}

.omt-wrap div {
	width: 48.9%;
	height: 195px;
}

.video-slider-wrapper {
	max-width: 94%;
	margin: 40px auto 100px auto;
}
	
.video-slider-wrapper::after {
	display: none;
}	

.vs-image {
	height: 270px;
	margin-bottom: 10px;
}

.vs-play {
    width: 70px;
    margin: -50px 0px 0px -35px;
}	
	
.vs-wrapper h4 {
	font-size: 20px;
	line-height: 26px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	
.vs-wrapper h4::before {
    top: 8px;
    width: 9px;
    height: 9px;
}	
	
.vs-wrapper p {
    font-size: 15px;
    line-height: 21px;
}	
	
.volunteers {
    padding-bottom: 35px;
}	
		
.v-art1 {
	width: 120px;
	left: 10%;
}
		
.volunteers .rhs h2 {
	font-size: 34px;
	line-height: 42px;
}
	
.how-it-work .rhs {
	height: 370px;
}	
	
.how-it-work .lhs h2 {
    font-size: 30px;
    line-height: 38px;
}	
	
.know-more-wrap {
    padding: 105px 0px 105px 0px;
}	
	
.km-title {
	font-size: 28px;
	line-height: 36px;
	max-width: 450px;
}

.ss-wrap {
	padding: 50px 0px 50px 0px;
	display: inherit;
}
	
.ss-wrap .lhs {
    width: auto;
	text-align: center;
	padding-bottom: 20px;
}	

.ss-wrap .rhs {
    width: auto;
}	
	
.product-name {
	font-size: 26px;
	line-height: 33px;
	padding-bottom: 10px;
}
	
.product-desc {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 20px;
}	
	
.product-price {
    font-size: 28px;
    line-height: 34px;
}	
	
.product-price span {
    font-size: 18px;
}	
	


.the-facts {
	padding-top: 240px;
}
	
.facts-box {
    width: auto;
}	
	
.facts-box h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 15px;
}
	
.facts-box p {
    line-height: 22px;
}	

.facts-box h5 {
	font-size: 18px;
	line-height: 24px;
}
	
.ambassadors {
	max-width: 380px;
	padding: 50px 0px 50px 0px;
}

.ambassadors h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 30px;
}

.ca-slider div {
	width: 380px!important;
	margin-right: 20px!important;
}
	
.ambassadors .bx-wrapper .bx-prev {
    left: -9%;
}	
	
.ambassadors .bx-wrapper .bx-next {
    right: -9%;
}	

.cas-details {
    padding: 40px 20px 30px 20px;
}	
	
.cas-top::after {
    right: 20px;
}	

/*Footer*/
	
.footer-wrap {
    padding: 40px 0px 30px 0px;
	max-width: 90%;
}	
	
.ft-section2 {
    width: 48%;
	padding-bottom: 20px;
}	
	
.ft-section3 {
    width: 38%;
	padding-bottom: 20px;
}	
	
.ft-section4 {
    width: 48%;
}	
	
.ft-section5 {
    width: 38%;
}	
	
.ft-links ul li {
    padding-bottom: 10px;
}
	
.footer-top h3 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 20px;
}	
	
	
.footer-caption {
	padding: 10px;
    font-size: 18px;
    line-height: 23px;
}	
	
.copyright {
	padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
	max-width: 300px;
	margin: 0 auto;
}	

/*Contact Us */

.sb-wrap {
	padding: 145px 0px 40px 0px;
}

.sb-wrap h1 {
	font-size: 30px;
	line-height: 38px;
}

.sub-title h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 15px;
}
	
.sub-title p {
    font-size: 16px;
    line-height: 23px;
}	
	
.contact-page {
    padding: 30px 0px 40px 0px;
}	
	

.cm-rhs {
    width: auto;
	padding-top: 50px;
}		
	
.contact-details {
    padding-bottom: 20px;
}	
	
.contact-details div {
    width: 48%;
}	
	
.contact-details div:nth-child(1), .contact-details div:nth-child(2) {
    border-bottom: #eee solid 1px;
}	
	
.cf-button input {
    background-position: 37% center;
}	
	
.nyh-wrap {
    padding: 20px 35px 20px 35px;
}	
	
.nyh-wrap h4 {
    font-size: 34px;
    line-height: 40px;
}	
	
.nyh-wrap .donate-button a {
    background-position: 25% center;
}	
	
.thankyou {
    font-size: 20px;
    line-height: 20px;
}	


/* Troy Coward */
	
.about-page {
    padding: 30px 0px 40px 0px;
}	
	
.sub-text h2 {
    font-size: 30px;
    line-height: 38px;
}	
	
.buy-ticket a {
    font-size: 18px;
    background-position: 26% center;
	padding: 12px;
}
	
.db-text h4 {
    font-size: 30px;
    line-height: 38px;
}	
	
.db-text .donate-button a {
    background-position: 15% center;
    padding: 0px 40px 0px 63px;
}	

/*Fight for Life Festival*/
	
.sub-full-width {
    padding: 30px 0px 30px 0px;
}	

.uc-banner {
	padding: 0px;
}

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px 10px 12px 20px;
    font-size: 17px;
    line-height: 19px;
    background-position: 10% center;
}	
	
.donation-banners {
	display: inherit;
	width: 94%;
    padding-top: 20px;
	max-width: 600px;
	margin: 0 auto;
}	
	
.db {
	width: auto;
	margin: 0px 0px 50px 0px;
}	
	
.db-top {
    padding: 5px 10px 2px 140px;
	min-height: 70px;
}	
	
.db-top figure {
    left: 4%;
	max-width: 100px;
}	

.db-top h5 {
    font-size: 25px;
    line-height: 29px;
}	
	
.db-top p {
    font-size: 17px;
    line-height: 22px;
}	
	
.db-bottom {
     background-size: auto 70%;
	background-position: 85% bottom;
}	
	
.db-bottom a {
    padding: 12px 10px 12px 10px;
    font-size: 15px;
}	
	
.steps-title h2 {
    font-size: 26px;
    line-height: 32px;
}
	
.steps-title h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
}	
	
.steps-title p {
    font-size: 16px;
    line-height: 22px;
}	
	
.steps-wrapper {
	display: inherit;
}	

.step-box {
    width: auto;
    padding: 60px 25px 20px 25px;
    margin-bottom: 35px;
}	
	
/*Endorsements*/
	
.endorsements .end-lhs {
	height: 380px;
}	
	
.end-content h2 {
	font-size: 27px;
	line-height: 33px;
	background-position: left 3px;
}
	

/*Celebrity Ambassadors*/
	
.celeb-ambassadors {
    padding: 40px 0px 20px 0px;
}	

.ca-list ul li {
    width: 46.6%;
    margin: 0px 1.5% 30px 1.5%;
}	
	
.ca-top {
    height: 200px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 40px 20px 25px 20px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 30px 0px 50px 0px;
}	
	
.volunteer-form h2 {
	font-size: 22px;
	line-height: 28px;
}	
	
.vf-top ul li {
    width: 46%;
}	
	
.vf-row {
    flex-wrap: wrap;
}	
	
.vf-row .col2 {
    width: 100%;
}	
	
.vf-row .col3 {
    width: 100%;
}	
	
.vf-box input {
    height: 48px;
    padding: 0px 15px 0px 15px;
}	
	
.vf-box2 input {
	height: 48px;
}
	
	
.title-list {
	display: inherit;
}

.title-list div {
	border: none;
	border-bottom: #666 solid 1px;
	padding: 20px;
	text-align: left;
	display: inherit;
}

.edu-title div:nth-child(1) {
	width: auto;
}

.edu-title div:nth-child(2) {
	width: auto;
}

.edu-title div:nth-child(3) {
	width: auto;
}

.edu-title div:nth-child(4) {
	width: auto;
}

.edu-title div:nth-child(5) {
	width: auto;
}

.title-list div:last-child {
	border: none;
}

.edu-row {
	display: inherit;
	padding-bottom: 30px;
}


.vf-box2 input {
	height: 48px;
}

.edu-row div:nth-child(1) {
	width: auto;
}

.edu-row div:nth-child(2) {
	width: auto;
}

.edu-row div:nth-child(3) {
	width: auto;
}

.edu-row div:nth-child(4) {
	width: auto;
}

.edu-row div:nth-child(5) {
	width: auto;
}	
	
.days-title div {
	width: auto;
}

.days-row {
	display: inherit;
	padding-bottom: 30px;
}

.days-row div {
	width: auto;
}	
	
.vf-button input {
    background-position: 12% center;
}	
	
	
/*Page 404*/

.error-page {
	padding: 30px 0px 50px 0px;
}

.error {
	font-size: 170px;
	line-height: 170px;
}

.error-page h2 {
	font-size: 24px;
	line-height: 30px;
}

.error-page p {
	font-size: 16px;
	line-height: 20px;
}		
	
.blog-rhs .single-widget {
    padding: 25px;
}	

.post-large {
    margin-bottom: 20px;
}	
	
.single-post-page .blog-lhs h2 {
    font-size: 32px;
    line-height: 40px;
}	
	
.contact-form .gform_button {
	background-position: 37% center!important;
}	
	
.volunteer-form .col2 {
	width: 100%;
}

.volunteer-form .col3 {
	width: 100%;
}	
	
.volunteer-form .col4 {
	width: 100%;
}	
	
	
.edu1 {
	width: 100%!important;
}

.edu2 {
	width: 100%!important;
}

.edu3 {
	width: 100%!important;
}

.edu4 {
	width: 100%!important;
}

.edu5 {
	width: 100%!important;
}	
	
	.edu-title {
		display: none;
	}	
	
}


@media only screen and (max-width: 650px) {
	
.header-social {
    display: none;
}	
	
.header-wrap {
	position: relative;
	min-height: 107px;
}
	
.logo {
    width: 84px;
    padding: 0px;
	position: absolute;
	right: 240px;
	top: 12px;
}
	
.ca-list ul li {
    width: 100%;
    margin: 0px 0px 30px 0px;
}	
	
.ca-top {
    height: 260px;
}	
	
.ca-top::after {
    right: 20px;
}	
	
.ca-details {
    padding: 35px 30px 25px 30px;
}	
	
.ca-details h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}		
	
	
.vf-top ul li {
    width: 100%;
	margin-bottom: 15px;
}		
	
/*Blog*/
	
.blog-list {
    display: inherit;
	margin: 0px;
}	

.blog-list .blog-item {
	width: auto;
	margin: 0px 0px 60px 0px;
}

.blog-list .blog-item figure {
	height: 220px;
}
		
	
	
}


@media only screen and (max-width: 480px) {
	
/*Home page*/

.home-banner {
	height: 520px;
}

.hb-content {
	padding-top: 80px;
}

.hb-content h1 {
	font-size: 25px;
	line-height: 29px;
	padding-bottom: 15px;
}

.hs1-box {
	padding: 10px 10px 0px 10px;
	margin-top: -40px;
}
	
.hs1-item figure {
	height: 180px;
}

.hs1-item h2 {
	font-size: 23px;
	line-height: 30px;
	padding-bottom: 10px;
}
		
.om-two {
	padding: 20px 7% 20px 7%;
}

.om-two-sub {
	height: 425px;
	width: 100%;
	margin-bottom: 10px;
}
	
.om-one div {
	height: 200px;
}

.om-two h2 {
	font-size: 26px;
	line-height: 32px;
}

.om-three div:nth-child(1) {
	height: 185px;
}
	
.om-three div:nth-child(2) {
	height: 185px;
}
	
.video-slider-wrapper {
	padding: 10px;
 }	

.vs-image {
	height: 210px;
}

.vs-play {
    width: 60px;
    margin: -70px 0px 0px -30px;
}	
	
.vs-wrapper h4 {
	font-size: 18px;
	line-height: 22px;
}
	
.vs-wrapper h4::before {
    top: 7px;
}	
	
.vs-wrapper p {
    font-size: 15px;
    line-height: 20px;
}	

.volunteers .rhs h2 {
	font-size: 30px;
	line-height: 38px;
}
	
.how-it-work .rhs {
	height: 370px;
}	
	
.how-it-work .lhs h2 {
    font-size: 30px;
    line-height: 38px;
}	
	
.know-more-wrap {
    padding: 100px 0px 100px 0px;
}	
	
.km-title {
	font-size: 23px;
	line-height: 30px;
}
	
.km-mail a {
    padding: 16px 20px 16px 50px;
    font-size: 15px;
    line-height: 15px;
    background-position: 20px center;
}	

.ss-wrap {
	padding: 30px 0px 50px 0px;
}
	
.product-name {
	font-size: 24px;
	line-height: 30px;
}
	
.product-desc {
    font-size: 15px;
    line-height: 21px;
}	
	
.product-price {
    font-size: 26px;
    line-height: 32px;
}	
	
.product-price span {
    font-size: 17px;
}	
	
.choose-options div {
    margin-right: 10px;
    width: 48%;
}	
	
.select-style select {
    width: 110%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}	
	
input.buy-now {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}	

.the-facts {
	padding-top: 220px;
}
	
.facts-box {	
	padding: 20px 20px 0px 20px;	
}		
		
.facts-box h2 {
	font-size: 26px;
	line-height: 32px;
}
	
.facts-box p {
    line-height: 22px;
}	

.facts-box h5 {
	font-size: 17px;
	line-height: 21px;
}
	
.ambassadors {
	max-width: 300px;
	padding: 30px 0px 40px 0px;
}

.ambassadors h2 {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 20px;
}

.ca-slider div {
	width: 300px!important;
	margin-right: 40px!important;
}
	
.ambassadors .bx-wrapper {
    padding-bottom: 40px;
}	
	
.ambassadors .bx-wrapper .bx-controls-direction a {
    top: 30%;
}	
	
.ambassadors .bx-wrapper .bx-prev {
    left: 2%;
}	
	
.ambassadors .bx-wrapper .bx-next {
    right: 2%;
}	

.cas-details {
    padding: 40px 20px 20px 20px;
}
	
.cas-details h5 {
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}	


/*Footer*/
	
.footer-wrap {
    padding: 30px 0px 30px 0px;
	max-width: 90%;
}	
	
.ft-section1 div {
    width: 72px;
    margin: 0px 10px 10px 10px !important;
}	
	
.ft-section2 {
    width: 48%;
	padding-bottom: 20px;
}	
	
.ft-section3 {
    width: 38%;
	padding-bottom: 20px;
}	
	
.ft-section4 {
    width: 100%;
}	
	
.ft-section5 {
    width: 100%;
}	
	
.ft-links ul li {
    padding-bottom: 10px;
}
	
.footer-top h3 {
    font-size: 20px;
    line-height: 22px;
}	
	
	
.footer-caption {
	padding: 10px;
    font-size: 18px;
    line-height: 23px;
}	
	
.copyright {
	padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
	max-width: 300px;
	margin: 0 auto;
}	

/*Contact Us */

.sb-wrap {
	padding: 140px 0px 35px 0px;
}

.sb-wrap h1 {
	font-size: 28px;
	line-height: 35px;
}
	
.sub-title {
    padding-bottom: 20px;
}
	
.sub-title h2 {
	font-size: 28px;
	line-height: 35px;
}
	
.sub-title p {
    font-size: 16px;
    line-height: 23px;
}	

	
.contact-details div {
    width: 100%;
}	

.cf-box input {
    height: 50px;
    padding: 0px 15px 0px 15px;
}	
	
.cf-box textarea {
    padding: 15px;
}	
	
.cf-button input {
    background-position: 32% center;
}	
	
.nyh-wrap {
    padding: 20px 15px 20px 15px;
}	
	
.nyh-wrap h4 {
    font-size: 30px;
    line-height: 36px;
}	
	
.nyh-wrap .donate-button a {
    background-position: 20% center;
}	
	
.thankyou {
    font-size: 18px;
    line-height: 20px;
}	


/* Troy Coward */

	
.sub-text h2 {
    font-size: 28px;
    line-height: 35px;
}	
	
.sub-text h3 {
    font-size: 23px;
    line-height: 30px;
}	
	
.sub-text p {
    line-height: 23px;
}	
	
.about-social {
    flex-wrap: wrap;
}	
	
.about-social div figure {
    width: 40px;
}	
	
.about-social div p {
    font-size: 12px;
    line-height: 14px;
}	
	
.buy-ticket a {
    font-size: 18px;
    background-position: 18% center;
	padding: 12px;
}
	
.db-text h4 {
    font-size: 30px;
    line-height: 38px;
}	
	
.db-text .donate-button a {
    background-position: 15% center;
    padding: 0px 40px 0px 63px;
}	

/*Lions Beacon of Light*/
	
	
.bol-buttons div a {
    padding: 12px 10px 12px 20px;
    font-size: 14px;
    line-height: 16px;
    background-position: 5% center;
}	
	
	
.db-top {
    padding: 5px 10px 2px 75px;
	min-height: 70px;
}	
	
.db-top figure {
    left: 2%;
	bottom: 2%;
	max-width: 60px;
}	

.db-top h5 {
    font-size: 21px;
    line-height: 25px;
}	
	
.db-top p {
    font-size: 16px;
    line-height: 19px;
}	
	
.db-bottom {
	background-position: 95% bottom;
}	
	
.db-bottom a {
    padding: 12px 10px 12px 10px;
    font-size: 13px;
}	
	
.steps-title h2 {
    font-size: 24px;
    line-height: 30px;
}
	
.steps-title h5 {
    font-size: 19px;
    line-height: 24px;
}	
	
.steps-title p {
    font-size: 16px;
    line-height: 22px;
}	
	
.steps-wrapper {
	display: inherit;
}	

.step-box {
    padding: 60px 20px 10px 20px;
}
	
.step-no {
    width: 100px;
    font-size: 18px;
}	
	
.step-box ul.two-col {
	display: inherit;
}	
	
.step-box ul.two-col li {
    width: auto;
}	
	
.step-box ul li {
    padding: 2px 0px 15px 34px;
}	
	
/*Endorsements*/
	
.endorsements .end-lhs {
	height: 350px;
}	
	
.endorsements .end-lhs .end-logo {
    left: 10px;
    bottom: 10px;
    width: 240px;
}	
	
.end-content h2 {
	font-size: 25px;
	line-height: 30px;
	background-position: left 1px;
}
	

/*Celebrity Ambassadors*/
	
.celeb-ambassadors {
    padding: 30px 0px 20px 0px;
}	
	
.ca-list ul {
    margin: 0px;
}	

.ca-list ul li {
    width: 100%;
    margin: 0px 0px 30px 0px;
}	
	
.ca-top {
    height: 200px;
}	
	

.ca-details {
    padding: 35px 20px 25px 20px;
}	
	
.ca-details h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
	min-height: inherit;
	padding-bottom: 15px;
}

.ca-details p {
    font-size: 16px;
    line-height: 24px;
}	


/*Volunteer Page*/


.volunteer-form {
    padding: 30px 0px 50px 0px;
}	
	
.volunteer-form h2 {
	font-size: 20px;
	line-height: 26px;
}	
	
.vf-top p {
    font-size: 17px;
    line-height: 24px;
}	
	
.vf-top ul li {
    width: 100%;
}	
	
.vf-button input {
    background-position: 10% center;
	font-size: 15px;
}	
	
/*Page 404*/

.error-page {
	padding: 20px 0px 30px 0px;
}

.error {
	font-size: 100px;
	line-height: 100px;
}

.error-page h2 {
	font-size: 22px;
	line-height: 26px;
}

.error-page p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
}	
	
	
.blog-rhs .single-widget {
    padding: 25px;
}	
	
.single-post-page .blog-lhs h2 {
    font-size: 30px;
    line-height: 38px;
}	
	
.contact-form .gform_button {
	background-position: 32% center!important;
}	
	
.volunteer-form .gform_button {
	font-size: 18px!important;;
	background-position: 12% center!important;
}	
	
.faq-question {
	padding: 13px 0px 10px 48px;
}	
	
.shop-section-sub {
    padding: 20px 20px 65px 20px;
    background-size: 60px auto;
}	
	
}


@media only screen and (max-width: 430px) {
	
.header-wrap {
	min-height: 97px;
}	

.header-button div a {
    height: 35px;
    line-height: 35px;
    padding: 0px 10px 0px 38px;
    background-position: 10px center;
	font-size: 15px;
}	
	
.charity {
    margin: 0px 5px 0px 10px;
	width: 60px;
}	
	
.logo {
    width: 62px;
	right: 180px;
	top: 18px;
}
	
.hs1i-wrap {
	display: inherit;
}	
	
.hs1i-wrap p {
    max-width: inherit;
}	
	
			
	
}
