/*
	Theme Name:		Caritas
	Theme URI:		http://fourptzero.com/
	Description:	Caritas Theme
	Template:		passionate
	Version:		1.0.0
*/

/*Font*/
@import url('fonts/helvetica/stylesheet.css'); /*helveticaneuelight | helveticaneuemedium | helveticaneuebold*/
@import url('fonts/kelson/stylesheet.css'); /*kelson_sanslight | kelson_sansregular | kelson_sansbold*/

/*Main*/
.admin-bar .dt-menu-bar-sticky {
	margin-top: 32px;
}

#back-to-top {
	right: 30px;
	bottom: 30px;
	padding: 0;
}

.caritas-page h1,
.caritas-post h1 {
	font-size: 30px;
}

.caritas-page h2,
.caritas-post h2 {
	font-size: 24px;
	margin-bottom: 50px !important;
}

.caritas-page h3,
.caritas-post h3 {
	font-size: 20px;
}

.caritas-page h4,
.caritas-post h4 {
	font-size: 18px;
	line-height: 22px !important;
}

.caritas-page h5,
.caritas-post h5 {
	font-size: 16px;
}

.caritas-page h6,
.caritas-post h6 {
	font-size: 14px;
	line-height: 18px !important;
	margin: 0 0 15px;
}

.caritas-page p,
.caritas-post p {
	font-size: 14px;
}

#home .caritas-page p {
	font-size: 16px;
}

.caritas-page p a,
.caritas-post p a {
	color: #d32a28;
	text-decoration: underline !important;
}

.caritas-page span[style*="color:#ff0000;"],
.caritas-page span[style*="color:rgb(255, 0, 0);"],
.caritas-post span[style*="color:#ff0000;"],
.caritas-post span[style*="color:rgb(255, 0, 0);"],
.caritas-page span[style*="color: #ff0000;"],
.caritas-page span[style*="color: rgb(255, 0, 0);"],
.caritas-post span[style*="color: #ff0000;"],
.caritas-post span[style*="color: rgb(255, 0, 0);"],
.caritas-page span[style*="color: #ff0000;"] a,
.caritas-page span[style*="color: rgb(255, 0, 0);"] a,
.caritas-post span[style*="color: #ff0000;"] a,
.caritas-post span[style*="color: rgb(255, 0, 0);"] a {
	color: #d32a28 !important;
}

.caritas-page h1, .caritas-page h2,
.caritas-post h1, .caritas-post h2,
.caritas-page h3, .caritas-page h4,
.caritas-post h3, .caritas-post h4,
.caritas-page h5, .caritas-page h6,
.caritas-post h5, .caritas-post h6 {
	font-family: helvetica;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 25px;
}

#home .caritas-page h1, #home .caritas-page h2,
#home .caritas-page h3, #home .caritas-page h4,
#home .caritas-page h5, #home .caritas-page h6 {
	font-family: kelson_sansbold;
	line-height: 24px;
	margin-bottom: 25px;
}

/*Robert css*/
#home .caritas-page h1 {
	line-height: 38px;
}

.caritas-page p, .caritas-page ul,
.caritas-post p, .caritas-post ul,
.caritas-page ol, .caritas-page li,
.caritas-post ol, .caritas-post li {
	font-family: helveticaneuemedium;
	line-height: 18px;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
	color: #2f2f2f;
}

.caritas-page .page-content li {
	padding-left: 24px;
}

.caritas-page .page-content li:before {
	content: '\f111';
	position: absolute;
	font-family: FontAwesome;
	font-size: 5px;
	margin-left: -15px;
}

#home .caritas-page p, #home .caritas-page ul,
#home .caritas-page ol, #home .caritas-page li {
	font-family: kelson_sansregular;
	line-height: 24px;
	margin-bottom: 25px;
	padding: 0;
	list-style: none;
	color: #2f2f2f;
}

.caritas-page ol > li,
.caritas-post ol > li {
	counter-increment: auto-num;
}

.caritas-page ol > li:before,
.caritas-post ol > li:before {
	content: counter(auto-num) ". " !important;
	font-weight: bold;
	font-size: 13px !important;
	margin-left: -20px !important;
}

blockquote {
	width: 100%;
	max-width: 650px;
	margin: 30px auto;
	padding: 20px;
	border: 2px solid #d32a28;
	border-radius: 10px;
}

blockquote p, blockquote span,
blockquote h1, blockquote h2,
blockquote h3, blockquote h4,
blockquote h5, blockquote h6 {
    margin: 0 !important;
}

.gallery {
	margin: 0 !important;
}

.dt-footer .container,
.dt-header .container,
.dt-sticky .container,
.caritas-page .container,
.caritas-post .container {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

.page-content,
.post-content {
	margin: 50px 0;
	padding: 0 20px;
	line-height: 18px;
}

.page-content table,
.post-content table {
	width: 100% !important;
	margin: 25px 0;
	border: 0;
}

.page-content td,
.post-content td {
	vertical-align: top;
	border: 0;
}

.page-content table li,
.post-content table li {
	position: relative;
	padding: 0 30px;
}

.page-content table li:before,
.post-content table li:before {
	content: '\f111';
	position: absolute;
	font-family: FontAwesome;
	font-size: 7px;
	color: #d32a28;
}

.page-content td img,
.post-content td img {
	display: flex;
	width: 100%;
	max-width: 80%;
	margin: 0 auto 15px;
}

.page-content table h1, .page-content table h2,
.post-content table h1, .post-content table h2,
.page-content table h3, .page-content table h4,
.post-content table h3, .post-content table h4,
.page-content table h5, .page-content table h6,
.post-content table h5, .post-content table h6 {
	margin: 10px 0;
}

.page-content table td a,
.post-content table td a {
	color: #d32a28;
	text-decoration: underline !important;
}

.accordions-head {
	display: flex !important;
	align-items: center;
	border: 0;
	margin: 0 !important;
	outline: 0;
}

.accordions-head .accordions-head-title {
	font-weight: bold;
	padding-left: 0;
}

.accordions .accordion-icons.left {
	float: none;
	padding-left: 10px;
}

.accordion-content {
	border: 0;
}

.accordion-content p:nth-of-type(2),
.accordion-content hr + p + p {
	margin: 0;
}

.accordion-content hr {
	border: 1px solid #d32a28;
}

/*Donate Now*/
.donate-page.format-1 {
	position: absolute;
	top: calc(100vh - 125px);
	left: 0;
	right: 0;
	z-index: 99;
}

.dt-menu-bar-sticky ~ .caritas-page .donate-page.format-1,
.dt-menu-bar-sticky ~ .caritas-post .donate-page.format-1 {
	/* top: calc(100vh - 180px); */
}

.donate-page.format-1 .container {
	background-color: rgba(211, 42, 40, .9);
	max-width: 625px;
	box-shadow: 6px 0 8px #000;
}

.donate-page.format-1 .container .row {
	display: flex;
	height: 70px;
}

.donate-page.format-1 .donate-details {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.donate-page.format-1 .donate-details:first-of-type {
	width: 55%;
}

.donate-page.format-1 .donate-details:last-of-type {
	width: 45%;
}

.donate-page.format-1 .donate-details h3 {
	font-family: helveticaneuemedium !important;
	font-size: 12px;
	line-height: 15px !important;
	text-align: center;
	color: #fff;
	margin: 5px 0 !important;
}

.donate-page.format-1 .donate-details a {
	margin: auto;
}

.donate-page.format-2 h3 {
	width: 100%;
	height: 60px;
	max-width: 780px;
	margin: 25px auto;
	font-family: helveticaneuemedium;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
	background-color: #d32a28;
	color: #fff;
}

.donate-page.format-2 a {
	position: relative;
	font-family: helveticaneuebold;
	color: #fff;
	margin-left: 5px;
}

.donate-page.format-2 a:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #fff;
}

.donate-page.format-3 {
	width: 100%;
	max-width: 300px;
	background-color: #d32a28;
	box-shadow: 3px 4px 5px 0 #000;
	padding: 15px;
}

.donate-page.format-3 .donate-details {
	display: flex;
	align-items: center;
	justify-content: center;
}

.donate-page.format-3 p {
	margin: 10px;
	color: #fff;
}

.donate-page.format-3 img {
	margin: 10px auto;
}

/*Comment*/
.comment-section {
	display: flex;
	align-items: center;
	justify-content: center; /*robert css*/
	margin-bottom: 50px;
}

.comment-section .comment-thumbnail {
	float: left;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 200px;
}

.comment-section .comment-content {
	position: relative;
	float: left;
	width: calc(100% - 200px);
	padding: 10px;
}

.comment-section .comment-content h4:first-of-type {
	text-transform: uppercase;
}

.comment-section .comment-content h4:last-of-type p {
	font-style: italic;
	line-height: 20px;
}

.comment-content div p {
	white-space: pre-wrap;
}

.comment-thumbnail img {
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 200px;
	object-fit: cover;
	border-radius: 100px;
}

.comment-section .comment-content h4:last-of-type p a {
	position: absolute;
	display: block;
	bottom: 0;
	text-decoration: none !important;
	font-style: normal;
	color: #000;
}

.comment-section .comment-content h4:last-of-type p a:after {
	content: '\f04b';
	font-family: FontAwesome;
	padding-left: 10px;
	color: #d32a28;
}

/*Testimonial*/
.section-testimonial .comment-section {
	align-items: flex-start;
}

.section-testimonial hr {
	border-color: #888;
}

.comments-title {
	color: #d32a28;
}

.comments-area .comment-list .comment {
	border: 0;
}

.comments-area .comment-list .comment:before {
	content: '' !important;
	margin: 0 !important;
}

.comments-area .comment-list .comment-meta {
	background: 0;
	padding: 0;
}

.comments-area .comment-list .comment-meta .comment-author,
.comments-area .comment-list .comment-meta .comment-metadata {
	font-weight: bold;
}

.comments-area .comment-reply-title {
	font-size: 24px;
	color: #d32a28;
}

.comments-area .post-content .comments-area {
	margin: 50px 0;
}

.comments-area form > p {
	margin-bottom: 15px;
}

.comments-area form > p.form-submit {
	margin: 30px 0;
}

.comments-area form label {
	display: none;
}

.comments-area form input,
.comments-area form textarea {
	width: 100%;
	max-width: 520px;
	border: 1px solid #888;
}

.comments-area form div.error {
	font-size: 16px;
	font-weight: bold;
	color: #d32a28;
}

.comments-area form input[type=submit] {
	max-width: 150px;
	color: #fff799;
	background: #a10301;
	background: -webkit-linear-gradient(#a10301, #da0300);
	background: -o-linear-gradient(#a10301, #da0300);
	background: -moz-linear-gradient(#a10301, #da0300);
	background: linear-gradient(#a10301, #da0300);
	border: 0;
}

.comments-area form input[type=submit]:hover {
	color: #fff;
}

/*Header*/
.dt-header {
	background-color: #d32a28;
}

.dt-header .dt-logo, .dt-header .dt-top-social {
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0;
}

.dt-header .dt-top-social {
	justify-content: flex-end;
}

.dt-top-social .dt-search-wrap label {
	margin: 0;
}

.dt-top-social .dt-search-wrap label input {
	background-color: #fff !important;
}

.dt-top-social .dt-search-wrap .dt-search-icon i,
.dt-top-social .dt-social-icons ul li i {
	padding-top: 3px;
	opacity: 1;
}

.dt-top-social .dt-search-wrap .dt-search-icon i:before {
	font-size: 30px;
	color: #e86764;
}

.dt-top-social .dt-search-wrap-extend .dt-search-icon i:before {
	color: #d32a28;
}

.dt-top-social .dt-social-icons ul {
	padding: 0;
}

.dt-top-social .dt-social-icons ul li i:before {
	font-size: 30px;
	color: #e86764;
}

.dt-top-social .dt-social-icons ul li i:hover:before {
	color: #fff;
}

/*Navigation*/
.dt-sticky {
	position: relative;
	text-align: center;
	z-index: 20;
}

.dt-sticky.dt-menu-bar-sticky {
	position: fixed;
	background-color: #444 !important;
	z-index: 9999;
}

.dt-sticky .dt-main-menu-wrap {
	border: 0;
}

.dt-sticky .dt-main-menu {
	background: 0 !important;
}

.dt-sticky .dt-main-menu .menu {
	padding: 15px 0;
}

.dt-sticky .dt-main-menu .menu li {
	padding: 0 15px;
}

.dt-sticky .dt-main-menu .menu li a {
	font-family: helveticaneuelight;
	font-size: 13px;
	padding: 0;
}

.dt-sticky .dt-main-menu .menu li.current-menu-item a,
.dt-sticky .dt-main-menu .menu li.current-page-ancestor a {
	background: 0 !important;
	font-family: helveticaneuebold;
}

.dt-sticky .dt-main-menu .menu li:hover,
.dt-sticky .dt-main-menu .menu li a:hover {
	background: 0 !important;
}

.dt-sticky .dt-main-menu .menu li a:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	border-right: 2px solid #d32a28;
}

.dt-sticky .dt-main-menu .menu li:last-of-type a:after {
	border: 0;
}

.dt-sticky .dt-main-menu .menu li > .sub-menu {
	width: 175px;
	text-align: left;
	border: 0;
	border-left: 2px solid #d32a28;
	background: 0 !important;
	left: -6px;
}

.dt-sticky .dt-main-menu .menu li:hover > .sub-menu {
	top: calc(100% - 5px);
}

.dt-sticky .dt-main-menu .menu li > .sub-menu li {
	padding: 10px 20px;
	border: 0;
}

.dt-sticky .dt-main-menu .menu li > .sub-menu li:last-of-type {
	border-bottom: 2px solid #d32a28;
}

.dt-sticky .dt-main-menu .menu li > .sub-menu li a:after {
    border: 0;
}

.dt-sticky.dt-menu-bar-sticky .dt-main-menu .menu li > .sub-menu li {
	background-color: #444 !important;
}

.dt-sticky.no-header-slider {
	background-color: #f3f3f3;
}

.dt-sticky.no-header-slider .menu li a {
	font-family: helveticaneuemedium;
	color: #000;
}

.dt-sticky.dt-menu-bar-sticky.no-header-slider .menu li a {
	font-family: helveticaneuelight;
	color: #fff;
}

/*Breadcrumbs*/
.dt-breadcrumbs {
	display: none;
}

/*Header Slider*/
.caritas-page > .metaslider li,
.caritas-post > .metaslider li,
.caritas-page > .metaslider ul,
.caritas-post > .metaslider ul,
.caritas-page > .metaslider ol,
.caritas-post > .metaslider ol {
	margin: 0 !important;
	padding: 0 !important;
}

.metaslider {
	top: -56px;
}

.dt-menu-bar-sticky + .caritas-page .metaslider,
.dt-menu-bar-sticky + .caritas-post .metaslider {
	top: 0;
}

.metaslider .flexslider {
	margin: 0 !important;
}

.metaslider .slides li {
	height: calc(100vh - 55px) !important;
}

.metaslider .slides li img {
	height: 100%;
	object-fit: cover;
}

.metaslider .slides li .caption-wrap {
	top: 0;
	display: flex;
	align-items: center;
	background: 0;
	-webkit-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	opacity: 1;
}

.metaslider .slides li .caption-wrap .caption {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 15px;
	text-shadow: 7px 0 8px rgba(48,48,48,.45);
}

.metaslider .slides li .caption-wrap span {
	font-family: helveticaneuelight;
	font-style: italic;
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1;
}

.metaslider .slides li .caption-wrap strong {
	font-family: helveticaneuebold;
	font-size: 80px;
	letter-spacing: 2px;
	line-height: 1;
}

.metaslider .flex-control-nav {
	bottom: 20px;
}

.metaslider .flex-control-nav a {
	background-color: rgba(204, 204, 204, .5) !important;
	border: 0;
	box-shadow: 0 0 0;
}

.metaslider .flex-control-nav a.flex-active {
	background-color: #fff !important;
}

.advps-slide-container {
	max-width: 100% !important;
	top: -56px;
}

.dt-menu-bar-sticky ~ .caritas-page .metaslider,
.dt-menu-bar-sticky ~ .caritas-post .metaslider,
.dt-menu-bar-sticky + .caritas-page .advps-slide-container,
.dt-menu-bar-sticky + .caritas-post .advps-slide-container {
	top: 0;
}

.advps-slide-container > div {
	max-width: 100% !important;
	margin: 0;
}

.advps-slide-container .bx-viewport {
	height: calc(100vh - 55px) !important;
}

.advps-slide-container .advps-slide {
	width: 100vw !important;
	height: calc(100vh - 55px);
}

.advps-slide-container .advps-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advps-slide-container .advps-slide .advps-excerpt-one {
	position: initial;
	width: auto !important;
	height: auto !important;
}

.advps-slide-container .advps-slide .advps-excerpt-one .advps-overlay-one {
	display: none;
}

.advps-slide-container .advps-slide .advps-excerpt-one .advps-excerpt-block-one {
	position: initial;
	padding: 0;
}

.advps-slide-container .advps-slide .advps-excerpt-one .advps-excerpt-block-one h2 {
	margin: 0 !important;
}

.advps-slide-container .advps-slide .advps-excerpt-one .advps-excerpt-block-one h2 a {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 !important;
	color: #fff !important;
	-webkit-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
}

.advps-slide-container .advps-slide .advps-excerpt-one .advps-excerpt-block-one h2 a .caption {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 10px;
}

.advps-slide-container .advs-title .caption span {
	font-family: helveticaneuelight;
	font-style: italic;
	font-size: 50px;
	font-weight: lighter;
	text-shadow: 7px 0 8px rgba(48,48,48,.45);
	letter-spacing: 2px;
	line-height: 1;
}

.advps-slide-container .advs-title .caption strong {
	font-family: helveticaneuebold;
	font-size: 80px;
	text-shadow: 7px 0 8px rgba(48,48,48,.45);
	letter-spacing: 2px;
	line-height: 1;
}

.advps-slide-container .bx-controls .bx-controls-auto,
.advps-slide-container .bx-controls .bx-controls-direction {
	display: none;
}

.advps-slide-container .bx-controls .bx-pager {
	bottom: 25px !important;
	z-index: 10 !important;
}

.advps-slide-container .bx-controls .bx-pager a {
	width: 11px !important;
	height: 11px !important;
	background-color: rgba(204, 204, 204, .5) !important;
	margin: 0 6px !important;
}

.advps-slide-container .bx-controls .bx-pager a.active {
	background-color: #fff !important;
}

/*Home Content*/
.section-home p span {
	font-family: kelson_sansbold;
	font-size: 20px;
}

.section-home:first-of-type p span {
	font-size: 16px;
}

.home-icons .icon-container {
	float: left;
	width: 23.125%;
	margin: 10px 1.25%;
	text-align: center;
	padding: 25px 15px;
	background-color: #f3f3f3;
}

.home-icons .icon-container:nth-of-type(4n + 1) {
	margin-left: 0;
}

.home-icons .icon-container:nth-of-type(4n) {
	margin-right: 0;
}

.home-icons .icon-container img {
	height: 88px;
	margin-bottom: 20px;
	object-fit: contain;
}

.home-icons hr {
	border-top: 2px solid #d32a28;
	margin: 0;
	clear: both;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 25px 0;
}

.logo-container a {
	margin: auto;
}

.logo-container img {
	margin: 25px auto;
}

.content-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
	margin-bottom: 0 !important;
}

.content-menu ul li {
	width: 100%;
	height: 55px;
	max-width: 190px;
	margin: 10px auto !important;
}

.content-menu ul li a {
	font-family: helveticaneuebold;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding: 0 25px;
}

.style-1 a {
	color: #fff799;
	background: #a10301;
	background: -webkit-linear-gradient(#a10301, #da0300);
	background: -o-linear-gradient(#a10301, #da0300);
	background: -moz-linear-gradient(#a10301, #da0300);
	background: linear-gradient(#a10301, #da0300);
}

.style-1 ul li a:hover {
	color: #fff;
}

.style-2 ul li a {
	color: #d32a28;
	padding: 0;
}

.style-1 ul, .style-1 ol, .style-1 li,
.style-2 ul, .style-2 ol, .style-2 li {
	list-style: none;
	padding: 0 !important;
}

.style-1 ul:before, .style-1 ol:before, .style-1 li:before,
.style-2 ul:before, .style-2 ol:before, .style-2 li:before {
	content: '' !important;
	list-style: none;
	padding: 0;
}

.contact-us ul li a:before {
	content: "";
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 29px;
	margin-right: 10px;
}

.get-involved ul li a:before {
	content: "";
	background-image: url(img/get_involved.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 29px;
	margin-right: 10px;
}

/*Who We Are*/
.section-who-we-are.milestones + .section-who-we-are .page-content {
	margin-bottom: 0;
}

.section-who-we-are .page-content td img {
	height: 545px;
	max-width: 90%;
	object-fit: cover;
}

.board-members {
	display: flex;
	flex-wrap: wrap;
}

.board-members p {
	margin-bottom: 5px;
}

.board-members p:first-of-type {
	margin-bottom: 15px;
}

.board-members img {
	width: 140px;
	border: 2px solid #dadada;
	border-radius: 150px;
}

.board-members .member-container {
	width: 33%;
	margin: 0 auto 20px;
	text-align: center;
}

.board-members .bot-executives:first-of-type {
	width: 100%;
}

.board-members .bot-executives {
	width: 50%;
}

/*What We Do*/
.show-pages {
	display: flex;
	flex-wrap: wrap;
}

.what-we-do-pages {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

.what-we-do-pages li {
	margin: 20px auto;
	padding: 0 !important;
}

.what-we-do-pages li:first-of-type {
	width: 200px;
	height: 200px;
	margin: auto;
}

.what-we-do-pages li:before {
	content: '' !important;
}

.what-we-do-pages li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.what-we-do-pages li:nth-of-type(2) a {
	text-transform: uppercase;
	font-weight: bold;
	color: #d32a28;
}

.what-we-do-pages li:last-of-type a:after {
	content: "\f04b";
	font-family: FontAwesome;
	color: #d32a28;
	margin-left: 10px;
}

/*Balik-Handog*/
.section-balik-handog ul li a {
	font-size: 12px;
}

.section-balik-handog-form form,
.section-balik-handog-form form .year {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.section-balik-handog-form form input,
.section-balik-handog-form form .balik-handog-form {
	width: 100%;
	max-width: 600px;
}

.section-balik-handog-form form input {
	font-size: 12px;
	margin: 5px 0;
	padding: 10px 20px;
	border: 1px solid #919191;
}

.section-balik-handog-form form label {
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 10px;
}

.section-balik-handog-form form label + span input {
	max-width: 200px;
}

.section-balik-handog-form form input[type=submit] {
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
	height: 35px;
	max-width: 150px;
	margin: auto;
	padding: 0 25px;
	color: #fff799;
	background: #a10301;
	background: -webkit-linear-gradient(#a10301, #da0300);
	background: -o-linear-gradient(#a10301, #da0300);
	background: -moz-linear-gradient(#a10301, #da0300);
	background: linear-gradient(#a10301, #da0300);
	border: 0;
}

.section-balik-handog-form form input[type=submit]:hover {
	color: #fff;
}

/*Caritas Damayan*/
.section-caritas-damayan .page-content table {
	width: 75% !important;
	margin: auto;
}

.section-caritas-damayan h2 {
	margin-bottom: 0;
}

/*Restorative Justice*/
.section-restorative-justice-ministry .page-content table {
	margin-top: 50px;
}

.section-restorative-justice-ministry .page-content table p {
	line-height: 22px !important;
}

/*Annual Reports*/
.annual-reports {
	display: flex;
	flex-wrap: wrap;
}

.annual-reports-page {
	width: 25%;
	margin-bottom: 50px !important;
	text-align: center;
}

.annual-reports-page li:first-of-type {
	height: 100%;
	max-height: 190px;
	box-shadow: 5px 0 7px rgba(0,0,0,.25);
}

.annual-reports-page li {
	width: 100%;
	max-width: 145px;
	margin: 10px auto;
	padding: 0 !important;
}

.annual-reports-page li:before {
	content: '' !important;
}

.annual-reports-page img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.annual-reports-page li:last-of-type a {
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
	height: 35px;
	max-width: 150px;
	margin: auto;
	padding: 0 25px;
	color: #fff799;
	background: #a10301;
	background: -webkit-linear-gradient(#a10301, #da0300);
	background: -o-linear-gradient(#a10301, #da0300);
	background: -moz-linear-gradient(#a10301, #da0300);
	background: linear-gradient(#a10301, #da0300);
	border: 0;
}

.annual-reports-page li:last-of-type a:hover {
	color: #fff;
}

/*Milestone*/
.section-milestones h2 {
	margin-bottom: 0 !important;
}

.section-milestones img {
	margin-bottom: 25px;
}

/*Gallery*/
#gallery .dt-sticky.no-header-slider {
	background: 0;
}

#gallery .dt-sticky.no-header-slider .menu li a {
	color: #fff;
}

.section-gallery {
	position: relative;
}

.section-gallery h2 {
	width: 100%;
	max-width: 1024px;
	text-align: left !important;
	color: #d32a28;
	margin: 25px auto !important;
	padding: 0 35px;
}

.gallery-carousel {
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
}

.gallery-carousel .carousel-arrow-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 14;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
}

.gallery-carousel ul,
.gallery-carousel li {
	padding: 0 !important;
}

.gallery-carousel .item {
	height: 100%;
}

.gallery-carousel .item img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.gallery-carousel .carousel-indicators li {
	width: 11px;
	height: 11px;
	margin: 0 6px;
	background-color: rgba(204, 204, 204, .5);
	border: 0;
}

/*Robert Css*/
@media only screen and (max-width: 600px) {
	.gallery-carousel .carousel-indicators li {
		display: none;
	}
}

.gallery-carousel .carousel-indicators li.active {
	background-color: #fff;
}

.gallery-carousel .carousel-indicators li:before {
	content: '' !important;
}

.gallery-all {
	display: flex;
	flex-wrap: wrap;
}

.gallery-all > ul {
	width: 25%;
	padding: 10px;
}

.gallery-all > ul > li {
	padding: 5px !important;
	margin: 0;
}

.gallery-all > ul > li:before {
	content: '' !important;
}

.gallery-all > ul > li img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.gallery-all .gallery-date a {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}

.gallery-all .gallery-title a {
	color: #d32a28;
	font-weight: bold;
}

/*News & Events*/
#news-events .dt-sticky.no-header-slider {
	background: 0;
}

#news-events .dt-sticky.no-header-slider .menu li a {
	color: #fff;
}

.section-news-events {
	position: relative;
}

.section-news-events .page-content,
.section-news-events .post-content {
	float: left;
	width: 60%;
	margin-top: calc(100vh - 81px);
}

.section-news-events .dt-sidebar {
	float: left;
	width: 40%;
	margin-top: calc(100vh - 16px);
}

.latest-post {
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
}

.latest-post .featured-post {
	position: relative;
}

.latest-post img {
	width: 100%;
	height: calc(100vh - 55px);
	object-fit: contain;
}

.latest-post .featured-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 75px 75px -20px rgba(0,0,0,0.8);
}

.featured-title h1 {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 15px;
	text-shadow: 7px 0 8px rgba(48,48,48,.45);
	font-family: helveticaneuebold;
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
}

.news-events {
	margin-bottom: 50px;
}

.news-events p {
	margin: 0;
}

.news-events img {
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: cover;
}

.news-events .post-title a {
	display: block;
	margin: 20px 0;
	color: #000;
	text-decoration: none !important;
}

.news-events .post-title a:last-of-type {
	width: 100px;
	margin-bottom: 0;
}

.news-events .post-title a:last-of-type:after {
	content: "\f04b";
	font-family: FontAwesome;
	color: #d32a28;
	margin-left: 10px;
}

.news-events .post-excerpt {
	margin-top: 20px;
}

.news-events .post-excerpt a {
	display: block;
	margin: 10px 0;
	text-decoration: none !important;
	color: #000;
}

.news-events .post-excerpt a:after {
	content: "\f04b";
	font-family: FontAwesome;
	color: #d32a28;
	margin-left: 10px;
}

.news-events .post-date {
	text-align: right;
}

.dt-pagination-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dt-pagination-nav > * {
	margin: 0 !important;
	margin-left: -1px !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	background-color: #fff;
}

.dt-pagination-nav .current {
	background-color: #d32a28;
	color: #fff;
}

.dt-pagination-nav .dots {
	padding: 2px 7px;
}

.dt-sidebar aside {
	margin-bottom: 50px;
}

.dt-sidebar h2 {
	margin-bottom: 10px !important;
	color: #d32a28;
	border: 0;
}

.dt-sidebar > aside:first-of-type ul li {
	position: relative;
	padding-left: 40px;
}

.dt-sidebar > aside:first-of-type ul li:before {
	content: '\f144';
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-size: 30px;
	color: #d32a28;
}

.dt-sidebar .widget_categories li {
	position: relative;
	font-weight: bold;
	padding-left: 40px !important;
}

.dt-sidebar .widget_categories li:before {
	content: "\f144";
	position: absolute;
	font-family: FontAwesome;
	font-size: 30px;
	height: 20px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	color: #d32a28;
}

.recent-posts-widget-with-thumbnails img {
	object-fit: cover;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-date {
	font-size: 12px;
}

.recent-posts-widget-with-thumbnails h4,
.recent-posts-widget-with-thumbnails .rpwwt-post-excerpt {
	margin: 10px 0;
}

.recent-posts-widget-with-thumbnails a:last-of-type {
	font-size: 12px;
}

.recent-posts-widget-with-thumbnails a:last-of-type:after {
	content: "\f04b";
	font-family: FontAwesome;
	color: #d32a28;
	margin-left: 10px;
}

.section-posts .post-content {
	float: left;
	width: 60%;
	margin: 0;
}

.section-posts .dt-sidebar {
	float: left;
	width: 40%;
}

.section-posts .post-content h2 {
	text-transform: uppercase;
	line-height: 1;
	margin: 25px 0 !important;
}

.section-posts .post-content .post-thumbnail img {
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: contain;
	margin-bottom: 50px;
	background-color: #fff;
}

.section-posts .post-content hr {
	border-top: 1px solid #888;
}

.section-posts .comment-reply-title {
	font-size: 24px;
	color: #d32a28;
}

.section-posts .post-content .comments-area {
	margin: 50px 0;
}

.section-posts form > p {
	margin-bottom: 15px;
}

.section-posts form > p.form-submit {
	margin: 30px 0;
}

.section-posts form label {
	display: none;
}

.section-posts form input,
.section-posts form textarea {
	width: 100%;
	max-width: 520px;
	border: 1px solid #888;
}

.section-posts form input[type=submit] {
	max-width: 150px;
	color: #fff799;
	background: #a10301;
	background: -webkit-linear-gradient(#a10301, #da0300);
	background: -o-linear-gradient(#a10301, #da0300);
	background: -moz-linear-gradient(#a10301, #da0300);
	background: linear-gradient(#a10301, #da0300);
	border: 0;
}

/*Get Involved*/
.section-get-involved .page-content li {
	margin-bottom: 5px;
}

.section-get-involved .page-content td img {
	max-width: 90%;
}

.section-get-involved .page-content td:last-of-type > *:first-child {
	margin-top: 0;
}

/*Get Involved Forms*/
.form-info {
	overflow: hidden;
	margin-bottom: 25px;
}

.form-info .wpcf7-form-control-wrap {
	position: initial;
}

.form-info span {
	margin: 0;
}

.form-info > p {
	margin: 0;
}

.form-info:nth-last-of-type(2) {
	text-align: center;
}

.form-info label {
	width: 100%;
	font-weight: normal;
}

.form-info label > span:first-of-type {
	float: left;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
}

.form-info label > span:last-of-type {
	float: left;
}

.form-info label > span > p {
	line-height: 20px;
	margin-top: 5px;
}

.form-info input:not([type=checkbox]),
.form-info textarea, .form-info select {
	width: 100%;
	max-height: 50px;
	border: 1px solid #888;
}

.form-info input[type=text],
.form-info input[type=email],
.form-info input[type=tel],
.form-info input[type=number],
.form-info input[type=date] {
	height: 30px;
	border-radius: 2px;
	padding: 4px 10px;
}

.form-info input[type=number] {
	padding-right: 0;
}

.form-info > div {
	overflow: hidden;
}

.form-info.checkboxes > div {
	float: left;
	width: 50%;
}

.form-info.checkboxes > div:first-of-type {
	padding-left: 200px;
}

.form-info > div > label {
	float: left;
	width: 50%;
}

.form-info > div span.wpcf7-form-control > span {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.form-info input + span {
	line-height: 30px;
	margin-left: 25px;
}

.form-info.checkbox > div label > span {
	margin-bottom: 10px;
}

.form-info input[type="checkbox"],
.form-info input[type="radio"] {
	width: 23px;
	height: 23px;
	margin: 0;
	outline: 0;
}

.form-info input[type="checkbox"]:after,
.form-info input[type="radio"]:after {
	content: '\f096';
	font-family: FontAwesome;
	font-size: 30px;
	position: relative;
	top: -2px;
	background-color: #fff;
}

.form-info input[type="checkbox"]:checked:after,
.form-info input[type="radio"]:checked:after {
	content: '\f046';
}

.form-info input[type=submit] {
	max-width: 150px;
	color: #fff799;
	background: #a10301;
	background: -webkit-linear-gradient(#a10301, #da0300);
	background: -o-linear-gradient(#a10301, #da0300);
	background: -moz-linear-gradient(#a10301, #da0300);
	background: linear-gradient(#a10301, #da0300);
	border: 0;
}

.form-info input[type=submit]:hover {
	color: #fff;
}

.form-info.check-text > div {
	float: left;
	width: calc(50% - 105px);
}

.form-info.check-text > div:first-of-type {
	margin-left: 200px;
	margin-right: 10px;
}

.form-info.check-text > div:first-of-type > span:first-of-type {
	float: left;
	width: 30%;
}

.form-info.check-text > div:first-of-type > span:last-of-type {
	float: left;
	width: 70%;
}

.form-info.custom span.wpcf7-form-control > span {
	float: left;
	display: flex;
	align-items: center;
}

.form-info.custom input[type="radio"] + span {
	margin: 0 20px;
}

/*Can of Charity*/
.section-can-of-charity h2 {
	margin: 25px 0 !important;
}

.section-can-of-charity .page-content > table > tbody > tr > td:first-of-type {
	width: 30% !important;
}

.section-can-of-charity .page-content > table > tbody > tr > td:last-of-type {
	width: 70% !important;
}

.section-can-of-charity .page-content td img {
	max-width: 95%;
	height: 145px;
	object-fit: cover;
	margin: 5px auto;
}

.section-can-of-charity-form .form-info.checkboxes > div {
	float: left;
	width: 50%;
}

/*Direct Donate*/
.section-direct-donation .page-content > table > tbody > tr > td:first-of-type {
	width: 40% !important;
}

.section-direct-donation .page-content > table > tbody > tr > td:last-of-type {
	width: 60% !important;
}

.section-direct-donation .page-content td img {
	max-width: 95%;
	height: 480px;
	object-fit: cover;
	margin: 15px auto;
}

.section-donate-in-kind-form .form-info input:not([type=checkbox]),
.section-donate-in-kind-form .form-info textarea {
	max-height: 80px;
}

.section-donate-in-kind-form .form-info.checkboxes > div {
	float: left;
	width: 100%;
	column-count: 2;
}

.section-donate-in-kind-form .form-info.checkboxes > div > span {
	position: initial;
}

/*Five Fingers Form*/

/*Robert css*/
@media only screen and (max-width: 414px) {
	#five-fingers .caritas-page h2 {
		line-height: 38px !important;	
	}
}

.section-five-fingers-form .form-info.checkboxes {
	margin: 0;
}

.section-five-fingers-form .form-info.checkboxes > div {
	float: left;
	width: 100%;
}

.section-five-fingers-form .form-info textarea {
	max-height: 150px;
}

.section-five-fingers-form .form-info.check-text > div {
	width: calc(100% - 500px);
}

/*Organize a Fundraiser*/
.section-organize-a-fundraiser-form .form-info.custom span.wpcf7-form-control-wrap {
	float: left;
	width: 20%;
}

.section-organize-a-fundraiser-form .form-info.custom label {
	float: left;
	width: 80%;
}

.section-organize-a-fundraiser-form .form-info.custom label span {
    float: left;
    width: 50% !important;
    text-align: left;
    font-size: 12px;
}

.section-organize-a-fundraiser-form .form-info.checkboxes > div {
	width: 100%;
	padding: 0;
}

.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control {
	display: flex;
	align-items: center;
}

.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control input + span {
	margin: 0 20px;
}

.section-organize-a-fundraiser-form .form-info.checkboxes.custom > div span.wpcf7-form-control {
	display: block;
}

.section-organize-a-fundraiser-form .form-info.checkboxes.custom > div span.wpcf7-form-control > span {
	width: 100%;
	margin: 0;
}

.section-organize-a-fundraiser-form .form-info.checkboxes.custom span.wpcf7-form-control-wrap {
	width: 100%;
}

/*Contact Us*/

/*robert css*/
@media only screen and (max-width: 800px) {
	.section-contact-us:first-of-type {
		height: 30px;
	}
}

.contact-info {
	float: left;
	width: 60%;
	margin-bottom: 50px;
	padding-right: 10px;
}

.contact-form {
	float: left;
	width: 40%;
	margin-bottom: 50px;
	padding-left: 10px;
}

.contact-info .dt-footer h2,
.contact-info .dt-footer h3,
.contact-info .dt-footer p,
.contact-info .dt-footer a {
	font-size: 14px;
	line-height: 20px;
	color: #d32a28;
}

.contact-info .dt-footer h3 {
	font-family: helveticaneuemedium;
}

.contact-info .dt-footer h2 {
	font-size: 18px;
}

.contact-form h4 {
	font-family: helveticaneuelight;
	font-weight: bold;
	margin-top: 15px;
}

.contact-form input, .contact-form textarea {
	background-color: #ebebeb;
	border: 2px solid #bdbdbd;
	margin: 5px 0;
}

.contact-form input[type=submit] {
	background-color: #d32a28;
	border: 0;
	border-radius: 25px;
	color: #fff;
	text-shadow: 0 0 0;
	padding: 10px 50px;
	outline: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
	color: #111;
	border-color: rgba(39,48,57,.5);
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #d32a28;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #d32a28;  
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	color: #d32a28;  
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #d32a28;  
}

/*Search*/
.section-search .post-content {
	float: left;
	width: 60%;
}

.section-search .page-header {
	margin: 0;
}

.section-search .page-title {
	margin: 25px 0;
	color: #d32a28;
}

.section-search .dt-sidebar {
	float: left;
	width: 40%;
	margin-top: 100px;
}

.section-search .post-content article {
	border-bottom: 1px solid #eee;
}

.section-search .post-content article .entry-footer {
	background: 0;
}

.section-search .post-content article .entry-footer a {
	color: #d32a28;
}

/*Footer*/
footer {
	background-color: #444;
	color: #777;
	padding: 30px 0;
}

.dt-footer ul, .dt-footer li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dt-footer h2, .dt-footer h3, .dt-footer p, .dt-footer a {
	font-family: helveticaneuelight;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.dt-footer h2 {
	margin-bottom: 20px;
}

.dt-footer .footer-left, .dt-footer .footer-right {
	float: left;
	width: 50%;
	margin-top: 15px;
	padding: 0 20px;
}

.dt-footer .footer-center {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
}

.footer-left .footer-contact-info,
.footer-center .footer-contact-info {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.footer-left .footer-contact-info > div,
.footer-center .footer-contact-info > div {
	margin-bottom: 15px;
}

.dt-footer .footer-right {
	text-align: right;
}

.dt-footer .footer-right > div {
	margin-bottom: 35px;
}

.footer-social li {
	float: left;
	padding: 0 5px;
}

.footer-social li i:before {
	font-size: 30px;
	color: #777;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li a {
	background: 0 !important;
	color: #777 !important;
}

.footer-menu li.current-menu-item a {
	font-family: helveticaneuemedium;
}

.footer-menu li a:after {
	content: "|";
	font-family: helveticaneuelight;
	padding-left: 5px;
}

.footer-menu li:last-of-type a:after {
	content: "";
}

@media screen and (max-width: 853px) {
	#back-to-top {
		display: none !important;
	}
	
	.advps-slide-container .advps-slide .advps-excerpt-one .advps-excerpt-block-one h2 a .caption {
		text-align: center;
	}
	
	.metaslider .slides li .caption-wrap .caption {
		text-align: center;
	}
	
	/*Home*/
	.home-icons .icon-container {
		width: 32%;
		margin: 10px 1%;
	}
	
	.home-icons .icon-container:nth-of-type(4n) {
		margin-right: 1%;
	}
	
	.home-icons .icon-container:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.home-icons .icon-container:nth-of-type(4n + 1) {
		margin-left: 1%;
	}
	
	.home-icons .icon-container:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	
	/*Who We Are*/
	.page-content table tr > tr img {
		display: block;
		float: none;
		margin: auto;
		margin-bottom: 25px;
	}
	
	/*Get Involved Forms*/
	.form-info.checkboxes > div:first-of-type {
		padding-left: 0;
	}
	
	.form-info.check-text > div:first-of-type {
		margin-left: 0;
	}
	
	.form-info.check-text > div {
		width: calc(50% - 5px);
	}
	
	.form-info label > span:first-of-type {
		width: auto !important;
	}
	
	.section-five-fingers-form .form-info.check-text > div {
		width: 100%;
	}
	
	.section-organize-a-fundraiser-form .form-info.custom span.wpcf7-form-control > span {
		margin-bottom: 5px;
	}
	
	.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control > span {
		margin-bottom: 5px !important;
	}
	
	.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control input + span {
		line-height: 1;
	}
	
	.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control input[type="checkbox"]:after,
	.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control input[type="radio"]:after {
		top: 0;
	}
	
	.section-organize-a-fundraiser-form .form-info.custom label span:first-of-type {
		width: 0 !important;
	}
	
	.section-organize-a-fundraiser-form .form-info.custom label span:last-of-type {
		width: 100% !important;
	}
	
	/*Contact Us*/
	.contact-info, .contact-form {
		width: 100%;
		padding: 0;
	}
	
	.contact-form {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.dt-header .row > div > div {
		justify-content: center;
		margin: 0;
	}
	
	.dt-search-wrap {
		position: absolute;
		right: 0;
	}
	
	.dt-search-wrap.dt-search-wrap-extend {
		width: 100%;
	}
	
	.dt-search-wrap-extend .widget_search {
		position: absolute;
		left: 0;
		right: 0;
	}
	
	.dt-top-social .dt-search-wrap label {
		width: 100%;
	}
	
	.dt-sticky .dt-nav-md-trigger i {
		position: absolute;
		right: 0;
		top: 10px;
		padding: 0;
	}
	
	.dt-sticky .dt-nav-md {
		border: 0;
	}
	
	.dt-sticky .dt-nav-md-expand {
		position: absolute;
		left: 0;
		right: 0;
		overflow: hidden;
		background-color: #444;
	}
	
	.dt-sticky .dt-nav-md-expand li.current-menu-item a,
	.dt-sticky .dt-nav-md-expand li a:hover {
		background: 0 !important;
	}
	
	.dt-sticky .dt-nav-md-expand li a {
		font-family: Helveticaneuelight;
		font-size: 16px;
		padding: 10px 0;
	}
	
	.dt-sticky .dt-nav-md-expand li ul {
		padding: 0;
	}
	
	.dt-sticky.dt-menu-bar-sticky {
		overflow: auto;
	}
	
	.dt-sticky.dt-menu-bar-sticky .dt-nav-md-trigger {
		background-color: #d32a28;
	}
	
	.dt-sticky.dt-menu-bar-sticky .dt-nav-md-expand {
		position: relative;
	}
	
	.advps-slide-container,
	.metaslider	{
		margin: 0 !important;
		top: 0;
	}
	
	/*News and Events*/
	.latest-post {
		top: 0;
	}
	
	/*Gallery*/
	.gallery-carousel {
		top: 0;
	}
}

@media screen and (max-width: 603px) {
	/*Donate Now*/
	.donate-page.format-1 {
		position: inherit;
		margin: 50px 25px;
	}
	
	.donate-page.format-1 .container .row {
		display: block;
	}
	
	.donate-page.format-1 .donate-details {
		width: 100% !important;
	}
	
	.donate-page.format-3 {
		width: auto;
		max-width: 100%;
		margin: 25px 45px;
	}
	
	/*Home*/
	.home-icons .icon-container {
		width: 49%;
		margin: 10px 1%;
	}
	
	.home-icons .icon-container:nth-of-type(3n) {
		margin-right: 1%;
	}
	
	.home-icons .icon-container:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.home-icons .icon-container:nth-of-type(3n + 1) {
		margin-left: 1%;
	}
	
	.home-icons .icon-container:nth-of-type(2n + 1) {
		margin-left: 0;
	}
	
	.logo-container {
		flex-wrap: wrap;
	}
	
	.logo-container a {
		width: 50%;
		padding: 50px;
	}
	
	/*Who We Are*/
	.board-members .member-container {
		width: 50%;
	}
	
	/*Annual Reports*/
	.annual-reports-page {
		width: 50%;
	}
	
	/*What We Do*/
	.what-we-do-pages {
		width: 100%;
		max-width: 55%;
	}
	
	/*Yslep*/
	.comment-section {
		display: block;
		overflow: hidden;
	}
	
	.comment-section > div {
		float: none !important;
		width: 100% !important;
		text-align: center;
		margin: auto !important;
	}
	
	/*News and Events*/
	.section-news-events .page-content, .section-news-events .post-content {
		float: none;
		width: 100%;
		max-width: 603px;
		margin: auto;
		margin-top: calc(100vh - 16px);
	}
	
	.section-news-events .dt-sidebar {
		float: none;
		width: 100%;
		max-width: 603px;
		margin: auto;
		margin-top: 100px;
		padding: 0 20px;
	}
	
	.section-posts .post-content, .section-posts .dt-sidebar {
		float: none;
		width: 100%;
		max-width: 603px;
		margin: auto;
		padding: 0 20px;
	}
	
	/*Gallery*/
	.gallery-all > ul {
		width: 50%;
	}
	
	/*Get Involved Forms*/
	.form-info input + span {
		line-height: 1;
	}
	
	.form-info input[type="checkbox"]:after, .form-info input[type="radio"]:after {
		top: 0;
	}
	
	.form-info.check-text > div {
		width: 100%;
	}
	
	.form-info.form-text > label > span {
		width: 100% !important;
		text-align: left;
		padding: 0 !important;
	}
	
	.section-organize-a-fundraiser-form .form-info.checkboxes > div span.wpcf7-form-control {
		display: block;
	}
	
	/*Footer*/
	.dt-footer .footer-left, .dt-footer .footer-right {
		float: none;
		width: 100%;
		max-width: 414px;
		margin: auto;
		margin-bottom: 25px;
		overflow: hidden;
	}
	
	.dt-footer .footer-right {
		text-align: center;
	}
	
	.dt-footer .footer-left > h2 {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.caritas-page h1, .caritas-page h2,
	.caritas-post h1, .caritas-post h2,
	.caritas-page h3, .caritas-page h4,
	.caritas-post h3, .caritas-post h4,
	.caritas-page h5, .caritas-page h6,
	.caritas-post h5, .caritas-post h6 {
		line-height: 1;
	}
	
	.advps-slide-container .advs-title .caption span,
	.metaslider .slides li .caption-wrap span	{
		font-size: 30px;
	}
	
	.advps-slide-container .advs-title .caption strong,
	.metaslider .slides li .caption-wrap strong	{
		font-size: 50px;
	}
	
	/*Donate Now*/
	.donate-page.format-2 h3 {
		line-height: 30px;
	}
	
	/*Home*/
	.home-icons .icon-container {
		width: 100%;
		margin: 10px 0;
	}
	
	.logo-container a {
		width: 80%;
		padding: 0 50px;
	}
	
	/*Who We Are*/
	.board-members .member-container {
		width: 100%;
	}
	
	/*Annual Reports*/
	.annual-reports-page {
		width: 100%;
	}
	
	/*Gallery*/
	.gallery-all > ul {
		width: 100%;
	}
	
	/*Get Involved Forms*/
	.form-info.check-text > div > span {
		width: 50% !important;
	}
	
	.section-organize-a-fundraiser-form .form-info.custom > p > * {
		width: 100%;
		margin-bottom: 5px;
	}
	
	/*Contact Us*/
	.contact-info .footer-center .footer-contact-info {
		width: 100%;
		margin-bottom: 50px;
	}
	
	/*Footer*/
	.footer-left .footer-contact-info,
	.footer-center .footer-contact-info {
		float: none;
		width: 100%;
		max-width: 280px;
		margin: auto;
	}
}

@media screen and (max-width: 736px) and (orientation: landscape) {
	.advps-slide-container .advs-title .caption span,
	.metaslider .slides li .caption-wrap span	{
		font-size: 30px;
	}
	
	.advps-slide-container .advs-title .caption strong,
	.metaslider .slides li .caption-wrap strong	{
		font-size: 50px;
	}
}

@media screen and (max-width: 800px) and (orientation: portrait) {
	.advps-slide-container .bx-viewport {
		height: 50vh !important;
	}
	
	.advps-slide-container .advps-slide {
		height: 50vh;
	}
	
	.metaslider .slides li {
		height: 50vh !important;
	}
	
	.section-news-events .page-content,
	.section-news-events .post-content {
		margin-top: 55vh;
	}
	
	.latest-post img {
		height: 50vh;
	}
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	.advps-slide-container .bx-viewport {
		height: 35vh !important;
	}
	
	.advps-slide-container .advps-slide {
		height: 35vh;
	}
	
	.metaslider .slides li {
		height: 35vh !important;
	}
	
	.section-news-events .page-content,
	.section-news-events .post-content {
		margin-top: 40vh;
	}
	
	.latest-post img {
		height: 35vh;
	}
	
	.featured-title h1 {
		font-size: 30px;
	}
}

/* robert css */
.dt-nav-md-trigger {
	background: #D32A28 !important;
}

@media only screen and (max-width: 600px) {
	.dt-top-social {
		display: none !important;
	}
}