/*
Theme Name: The Glaucoma Foundation
Version: 1.0
Author: Webtech Maestro
*/


/*------------------General styling-------------------------------*/

/*html,body,.parent_req div{margin: 0;padding: 0;}*/
/**/
body{font-family: 'PT Sans', sans-serif;font-size: 17px;counter-reset: section; }
h1,h2,h3,h4,h5,h6{font-weight: 700;font-family: 'Montserrat', sans-serif;}
ul{list-style-type: none;margin: 0;padding: 0;}
a{text-decoration: none;}
a:hover{transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;}
img{display: inline-block;max-width: 100%;height: auto;}
*:focus{outline: none;box-shadow: none;}
.no-margin{margin: 0px;}
.no-padding{padding:0px;}
.flex-auto { flex: 1 1 auto; }

.grecaptcha-badge{
	visibility: collapse !important;  
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Light.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Bold.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Medium.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-RegularItalic.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Regular.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/glaucomafoundation/fonts/LEMONMILK-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.has-bebas-neue {
	font-family: 'Bebas Neue', sans-serif !important;
}

.has-lemon-milk {
	font-family: 'LEMON MILK' !important;
}

/*---------------------------------Header------------------------------------*/
.headr{font-family: 'Montserrat', sans-serif;}
.headr.sticky-top{background-color: white;}
.headr_top{padding: 10px 0 15px;text-align: right; border-bottom: 2px #2176ad solid; margin-bottom: 2rem;}
.home .headr_top { margin-bottom: 0; }
.headr_top_left{text-align: left; padding-top: 1rem; padding-bottom: 1rem; }
.headr_logo{display: inline-block;}
.headr_logo figure{margin: 0px;}
.headr.sticky-top img{width: 190px;}
.headr.sticky-top .headr_top{padding: 12px 0;}

.headr_top_menu {
	background-color: #2381b9;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

#menu-top-menu > li {
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
}

#menu-top-menu > li > a {
	display: block;
	padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

#menu-top-menu > li.menu-item-has-children a {
	display: flex;
	column-gap: 0.25rem;
	align-items: center;
}
#menu-top-menu > li.menu-item-has-children > a:after {
	content: '▼';
	font-size: 8px;
}

#menu-top-menu li ul.sub-menu {
	position: absolute;
	top: 40px;
	background-color: #2381b9;
	width: 300px;
	box-shadow: 5px 8px 16px 0 rgba(120,120,120,0.75);
	text-align: left;
	display: none;
	z-index: 100;
}

#menu-top-menu li.dropdown-left ul.sub-menu {
	right: 0;
}

#menu-top-menu > li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

#menu-top-menu li .sub-menu li a {
	display: block;
	padding: 0.5rem 1rem;
}

#menu-top-menu a {
	color: #fff;
}
#menu-top-menu a:hover {
	text-decoration: underline;
}
.headr_top_menu > .container {
	display: flex;
	align-items: center;
}
.headr_top_menu > .container > div {
	flex: 1 1 auto;
	text-align: left;
}
#menu-top-menu {
	display: none;
}
@media only screen and (min-width: 768px) {
	#menu-top-menu {
		display: flex;
		justify-content: flex-end;
		column-gap: 1.5rem;
	}
}

@media only screen and (max-width: 575px) {
	.headr_top_right {
		margin-top: 1rem;
	}
}
#main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headr_top_right {
	display: flex;
	column-gap: 3rem;
}

.give-with-bing-wrapper img {
	max-height: 50px;
}

.headr_secondary_menu {
	position: relative;
}

.headr_secondary_menu ul#menu-header-secondary-menu {
	display: none;
}
@media only screen and (min-width: 768px) {
	.headr_secondary_menu ul#menu-header-secondary-menu {
		display: flex;
		column-gap: 1.5rem;
	}
}


#menu-header-secondary-menu > li {
	position: relative;
}

#menu-header-secondary-menu > li.menu-item-has-children a {
	display: flex;
	column-gap: 0.25rem;
	align-items: center;
}
#menu-header-secondary-menu > li.menu-item-has-children > a:after {
	content: '▼';
	font-size: 8px;
}

#menu-header-secondary-menu > li.menu-item-has-children > a:hover:after {
	text-decoration: none;
}

#menu-header-secondary-menu > li a {
	font-size:16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	padding: 1rem 0.5rem;
	display: block;
}
#menu-header-secondary-menu > li a:hover {
	background-color: #2176ad;
	color: white;
}

.headr_secondary_menu li .sub-menu {
	position: absolute;
	top: 55px;
	background-color: white;
	width: 300px;
	box-shadow: 5px 8px 16px 0 rgba(120,120,120,0.75);
	text-align: left;
	display: none;
	z-index: 100;
}
.headr_secondary_menu li .sub-menu li a {
	display: block;
	padding: 0.5rem 1rem;
}
#menu-header-secondary-menu > li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
#menu-header-secondary-menu > li.menu-item-has-children:hover ul.sub-menu a:hover {
	background-color: #2176ad;
	color: white;
}


.headr_social {
	display: grid;
	column-gap: 1rem;
	row-gap: 1rem;
	grid-template-columns: repeat(6, 1fr);
	width: fit-content;
}
@media only screen and (max-width: 575px) {
	.headr_social {
		grid-template-columns: repeat(3, 1fr);
	}
}
.headr_social li{ height: 35px; flex-basis: 33%; }
.headr_social li:last-child{margin-right: 0;}
.headr_social li a{display: inline-block;line-height: 40px;text-align: center;}
/*.headr_social li.twitter a{background-color: #1ca8e4;}*/
/*.headr_social li.facebook a {background-color: #39589c;}*/
/*.headr_social li.youtube a {background-color: #ff0000;}*/
/*.headr_social li.linkedin a {background-color: #0b66c2;}*/
/*.headr_social li.instagram a {background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);}*/
.headr_social li:last-child a{}
.headr_social li i{color: #fff;font-size:22px;}
.headr_social li img {
	vertical-align: unset;
}

.headr_bttm{background-color: #248cc4;}
.navbar{padding: 0px;}
.navbar li a{padding: 10px 16px 8px;font-size: 16px;display: inline-block;color: #fff;}

/*------------------------------------------homepage---------------------------------*/
#archives-2 label {
	display:none;
}
.wpb_revslider_element {
	margin-bottom:0 !important;
}
.welcome-section {
	padding: 30px 0;
	font-size: 18px;
}
.welcome-section h1 {
	font-family:'Montserrat';
	font-weight:300;
	font-size:1.5em !important;
	color:#000;
}
.service-section h2 {
	font-family:'Montserrat';
	font-size:20px !important;
	color:#333;font-weight: 600;
	margin-bottom:20px;
}

.service-section h2 a{color: #333;}

.service-section {
	font-size:17px;
	color:#333;
	padding-top:30px;
	padding-bottom:30px;
}
.news-section {
	background:url("images/news-img.png") no-repeat center right #f5fafe !important;
	/*background:url("wp-content/uploads/2019/06/tgf-news.jpg") no-repeat center right #f5fafe !important;*/
	font-size:17px;
	background-size: 55% auto !important;
}
.donation-section {
	background:url("images/donation-img.png") no-repeat center left #fff !important;
	font-size:17px;
	background-size: 52% auto !important;
}
.news-section h2 {
	font-weight: 600;
	margin-bottom: 20px;
	font-family:Montserrat;
	font-size:20px !important;
	line-height:30px;
}
.vc_btn3-style-custom {
	box-shadow: none !important;
	font-size: 18px !important;
	font-family: Montserrat;
	font-weight: bold;
	padding:7px 10px !important;
	background-image: none !important;
	border: 1px solid #ff9000 !important;
}
.donation-section h2 {
	font-size:20px !important;
	font-weight: 600;color: #4a4a4a;
}
.red-btn a {
	border-color:#c30721 !important;
}
.home-button {
	color: #ffffff;
}
.home-button:hover {
	color: #248cc4;
}

.donate-btn {
	padding: 5px 10px;
	color: #fff;
	display: table;
	background-color: #c30721;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s;
}

.donate-btn:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #AD3F4B;
	transform: translateY(-3px);
}

/*--------------------------footer-----------------------------------------*/
.ftr{background-color: #252525;color: #fff;font-family: 'Montserrat', sans-serif;}
.ftr_top{padding-top:35px;padding-bottom: 30px;}
.ftr_logo{display: inline-block;}
.ftr_logo figure{margin-bottom: 25px;}
.ftr_top_left p{padding-right: 30px;}
.ftr_top_right{padding-right: 0px;padding-left: 10px;}
.ftr_top_right p{font-size:14px;line-height: 26px;margin: 25px 0 30px;}
.ftr_top_right p strong{font-size: 22px;}
.ftr_top_right li{display: inline-block;}
.ftr_top_right li:first-child{padding-left:0px;}
.ftr_top_right li:first-child::after{content:"|";font-size:0px;margin: 0 20px;display: inline-block;width: 2px;height: 20px;background-color: #fff;
vertical-align: text-bottom;}
.ftr_top_right li:last-child{padding-right: 0px;}
.ftr_top_right li a{display: inline-block;color: #fff;font-size:14px;}
.ftr_bttm{padding-top: 20px;padding-bottom: 30px;border-top: 1px solid #636363;margin: 0px;font-size: 14px;}
.ftr_bttm_left{padding-left: 0px;}
.ftr_bttm_right{padding-right: 0px;text-align: right;}
.ftr_bttm_left p{margin-bottom: 0px;}
.ftr_bttm_right a{color: #fff;}

/*----------------------------Blog Listing---------------------------*/

.page-title.screen-reader-text {
	font-size: 30px;
	color: #555555;
	font-weight: 500;
	margin-top: 35px;
}
.entry-header.news-title h2 {
	font-size: 24px;
	font-family: century Gothic;
	margin-top:40px;
}
.entry-header.news-title h2 a {
	color:#555555
}
.news-listing .entry-content {
	font-size: 17px;
	font-family: Calibri;
	color: #555555;
}
.entry-content.staff-meta-values span {
	display: block;
}
.entry-content.staff-meta-values strong {
	display: block;
}
.news-listing .entry-content a {
	color: #05379b;
}
.news-listing .entry-content p {
	margin-bottom:10px;
}

.entry-content ul {
	padding-bottom:25px;
}

.entry-content ul li::before {
	content: '• ';
	display:inline-block;
	position: absolute;
	color: #ff9000;
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	left: 15px;
}
.entry-content ul li {
	padding-left: 15px;
	padding-bottom: 15px;
}

.meta-values li {
	display: inline-block;
	font-size: 14px;
	color: #555;
}
.meta-values li.no-after::after {
	display: none;
}
.meta-values li a {
	color: #555;
}
.meta-values {
	margin-bottom: 10px;
	display: inline-block;
	font-size:14px;
	color:#555;
}
.more-link {
	display:none;
}
.post-left-content {
	padding-right: 70px;
}
.meta-values .no-after:last-child span {
	display:none;
}
.meta-values .no-after span {
	margin-right:5px;
}
.meta-values li::after {
	width: 2px;
	height: 13px;
	background: #8e8e8e;
	content: '';
	display: inline-block;
	position: relative;
	margin: 0 12px;
	vertical-align: middle;
}
.meta-values li:last-child::after {
	display:none;
}
.post-sidebar {
	margin-top: 166px;
}
.post-sidebar .widget-title {
	color: #555;
	margin-bottom:20px;
	font-family:Century Gothic;
}
#archives-2 {
	margin-bottom: 30px;
}
.post-sidebar ul li {
	display:inline-block;
	width:100%;
	font-size:17px;
	margin-bottom:3px;
}
.post-sidebar ul li a {
	color:#555;
	font-family:Calibri;
}
.post-sidebar .widget {
	margin-bottom: 60px;
	display:inline-block;
	width:100%;
}
#search-2 {
	margin-bottom: 15px;
}
#dates_dropdown_select, #archives-2 select {
	width: 71%;
	height: 30px;
	padding: 0 7px;
	font-style: italic;
	color: #333;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #d8d8d8;
	background:url(images/select-arrow.png) no-repeat center right #f7f7f7;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form label {
	float:left;
}
.search-field {
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	font-style: italic;
	padding: 10px;
	width: 100% !important;
	display: inline-block;
	height:30px;
	font-size:17px;
	font-family:Calibri;
}
.search-submit {
	background: url("images/search-icon.png") no-repeat center center;
	height: 30px;
	border: none;
	width: 30px;
	float: left;
}
.page-template-page-staff .post-sidebar, body.single .post-sidebar, .page-template .post-sidebar {
	margin-top:35px;
}
.page-title-staff {
	margin-top:80px;
}
.page-title-staff h3 {
	font-size: 25px !important;
	font-weight: bold;
	color: #555555;
}
.staff-meta-values p {
	margin-bottom: 27px !important;
	font-family: 'PT Sans', sans-serif;
}
body.single .content-area {
	margin-bottom:50px;
}
/*.navigation.pagination .screen-reader-text {
	display:none;
}
.navigation.pagination .nav-links {
	width: 100%;
}*/
.wp-paginate.wpp-modern-grey.font-inherit {
	text-align:center;
}
#main {
	margin-bottom:50px;
}

/*---------------------------navigation submenu---------------------------------*/
.navbar-nav > li{position: relative; color:#fff;}
.navbar-nav .sub-menu{display:none; width: 270px;position: absolute;background-color:#248cc4;border-top: 1px solid #ff8a00;z-index: 9999; }
.navbar-nav .sub-menu{display: none;}
.navbar-nav .second_level_menu li:last-child a{display: block;}
.navbar-nav .third_level_menu{display: none;border-left: 1px solid #ff8a00;left: 100%;transform: translateY(-100%);}
.navbar-nav > li:hover .sub-menu{display: block;}
.navbar-nav .sub-menu > li:hover .third_level_menu{display: block;}
.navbar-nav .second_level_menu a{border-bottom: 1px solid #5ba9d3;display: block;font-size: 16px;}

/*----------------------------Our Staff---------------------------*/



.page-title.screen-reader-text span {
	font-size: 18px;
}
.type-our_staff p {
	margin-bottom: 20px !important;
}
.staff-item-wrap .page-title.screen-reader-text {
	font-size: 20px !important;
	font-weight: bold;
}
.our_staff.type-our_staff .page-title.screen-reader-text {
	font-size: 20px !important;
	font-weight: bold;
}

/*----------------------------FAQ PAge---------------------------*/

.alignright {
	float: right;
}
.vc_toggle_title::before {
	counter-increment: section;
	content: counter(section);
	padding: 10px 20px 10px 0px !important;
	border-right: 3px solid #fff;
	display: inline-block;
	font-size:20px;
	color: #555;
	font-weight:bold;
	margin-right:15px;
	display:none;
}
.vc_toggle_title {
	background: #f4f4f4;
	border-radius: 8px 7px 0 0;
	padding-top:7px !important;
	padding-bottom:7px !important;
}
.vc_toggle_title h4 {
	font-size: 16px !important;
	color:#555 !important;
}
.vc_toggle_content {
	border: 1px solid #248cc4 !important;
	margin-top: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
	padding-right: 20px !important;
}
.vc_toggle_active .vc_toggle_title {
	background: #248cc4;
	color:#fff;
}
.vc_toggle_active .vc_toggle_title h4 {
	color:#fff !important;
}
.vc_toggle_active .vc_toggle_title:before {
	color:#fff;
}
.vc_toggle_title i {
	display: none !important;
}
.inner-banner {
	min-height: 325px;
}
.staff-item-wrap {
	margin-bottom: 25px;
}
.headr.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
}
.homepage_wrapper, body > .container-fluid {
	margin-top: 175px;
}
.headr_logo .img-fluid {
	height: 105px;
	transition: height 0.3s;
}
.sticky-top1 .headr_logo .img-fluid {
	height: 80px;
}
.admin-bar .headr.sticky {
	top: 32px;
}
.give-form-wrap li::before {
	content: none !important;
}
.give-form-wrap li {
	padding: 0 !important;
}

div#mg-wprm-wrap ul li span.wprmenu_icon {
	right: 0 !important;
	left: 0 !important;
	top: 0 !important;
}
div#mg-wprm-wrap ul#wprmenu_menu_ul > li > span.wprmenu_icon::before {
	right: 13px !important;
}
/*----------------------------Media Quries---------------------------*/

@media screen and (max-width:1199px){
  .navbar li a{padding: 10px 15px 8px;}
  .navbar-nav .sub-menu{left: -45px;}
  .newslttr_section_right .tnp-subscription input.tnp-submit{font-size: 17px;padding: 11px 18px;}
}


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

.navbar li a {
	font-size:16px;
}
/*.justify-content-end {
	justify-content: left !important;
}*/
.navbar-nav .sub-menu {
	width:220px;
}
.navbar-nav .second_level_menu a {
	font-size:14px;
}
.inner-banner {
	min-height: 150px;
}
.navbar form{right: 65px;top: 45px;}

}
@media screen and (max-width:767px){
	.tp-bgimg.defaultimg {
		background-size: 100% !important;
		background-position: top !important;
		background-color: #000 !important;
	}
	.headr_top_left{text-align: left;margin-bottom: 5px;}
	.headr_top_right{text-align: center;}
	.wprmenu_bar #custom_menu_icon.hamburger{background-color: rgba(0,0,0,0); top: 0px;}
	#mg-wprm-wrap li.menu-item a{font-family: 'Montserrat', sans-serif;font-weight: 500;}
	.wpr_search .wpr-search-field::-webkit-input-placeholder{font-family: 'Montserrat', sans-serif;font-weight: 500;}
	.wpr_search .wpr-search-field::-moz-placeholder{font-family: 'Montserrat', sans-serif;font-weight: 500;}
	.wpr_search .wpr-search-field:-ms-input-placeholder{font-family: 'Montserrat', sans-serif;font-weight: 500;}
	.wpr_search .wpr-search-field:-moz-placeholder{font-family: 'Montserrat', sans-serif;font-weight: 500;}
	.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
	background: #fff !important;
}
.welcome-section h1 {
	font-size: 1.17em !important;
}
.welcome-section h1 br {
	display:none !important;
}
.service-section > div > div {
	padding-top:0 !important;
}
.service-section .wpb_text_column {
	margin-bottom:0px !important;
}
.news-section {
	background-image:none !important;
}
.news-section h2 br {
	display:none !important;
}
.newslttr_section_left h3 {
	font-size:20px !important;
	text-align:center;
}
.newslttr_section_right {
	text-align:center;
}
.newslttr_section_right input {
	
}
.newslttr_section_right .tnp-subscription input[type="email"] {
	max-width: 90%;
	margin-bottom:20px;
	margin-top:20px;
}
.newslttr_section_right .tnp-subscription input.tnp-submit {
	width:60%;
}
.donation-section {
	background-image:none !important;
}
.donation-section > div:first-child {
	display:none;
}
.ftr_top_left {
	text-align:center;
}
.ftr_top_right {
	text-align:center;
}
.ftr_bttm, .ftr_bttm_right {
	text-align:center;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width:25px !important;
	height:3px !important;
}
.hamburger--slider .hamburger-inner::before {
	top: 8px !important;
}
.hamburger--slider .hamburger-inner::after {
	top: 16px !important;
}
.inner-banner {
	min-height: 150px;
}
.post-sidebar {
	margin-top: 30px;
}
.page-template-page-staff .post-sidebar, body.single .post-sidebar, .page-template .post-sidebar {
	margin-top:30px;
}
.page-title.screen-reader-text {
	margin-top:30px;
}
.post-left-content {
	padding-right:15px;
}
}
@media(max-width:1000px) and (min-width:992px){
    .homepage_wrapper, body > .container-fluid {
    	margin-top: 172px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .homepage_wrapper, body > .container-fluid {
    	margin-top: 167px;
    }
    .headr_logo .img-fluid {
    	height: 100px;
    	transition: height 0.3s;
    }
}
@media(max-width:767px){
    .homepage_wrapper, body > .container-fluid {
    	margin-top: 116px;
    }
    .headr.sticky {
    	z-index: 100;
    }
    .headr_logo .img-fluid {
    	height: 63px;
    }
    .sticky-top1 .headr_logo .img-fluid {
    	height: 40px;
    }
	
}
@media(max-width:575px){
    .home .d-none {
        display: block !important;
    }
    .home .d-block {
        display: none !important;
    }
}
@media(max-width:479px){
	.tp-parallax-wrap {
		margin-top: -50px !important;
	}
}

#cure-now-min-amount {
	background-color: #258cc4;
	border: 1px #eee solid;
	color: #fff;
	display: none;
	padding: 1rem 1.5rem;
}

#menu-item-6674{
	background-color:#c30721 !important;
}
#menu-item-6674 a{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.largerdonate{
	min-width:250px !important;
}