@font-face {
	font-family: 'love_ya_like_a_sisterregular';
	src: url('../fonts/loveyalikeasister/loveyalikeasister-webfont.woff2') format('woff2'),
	url('../fonts/loveyalikeasister/loveyalikeasister-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'love_ya_like_a_sister_snormal';
	src: url('../fonts/loveyalikeasister/loveyalikeasistersolid-webfont.woff2') format('woff2'),
	url('../fonts/loveyalikeasister/loveyalikeasistersolid-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


body {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;

}

body p {
    
    color: #000;
	line-height: 1.5;
	margin-bottom: 30px;
}

* {
	
	box-sizing: border-box;
}
a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn.focus,.btn:focus,.btn:hover,input:focus,button:focus,a:focus,a:hover {
	text-decoration: none;
	outline: none;
	color: inherit;
	text-decoration:none !important;
	transition: all 0.3s ease 0s;
	border: none;
}
.form-control:focus {
	box-shadow: none;
}
li,ul,ol,a,h4 {
	margin: 0px 0px;
	padding: 0px 0px;
}
.text-black {
	color: #000 !important;
}
.text-white {
	color: #fff !important;
}
.page_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
}
#load {
	background-image: url("../images/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
@media (min-width: 1280px){
	#load {
		background-size: 40% auto;
	}
}
@media (max-width: 1199px){
	#load {
		background-size: 100% auto;
	}
}
#return-to-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	background: #7a7a7a;
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
#return-to-top:hover {
	background: #3594c5;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 12px;
	top: 7px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/*=========== header =========*/
.navbar.navbar-static-top {
	margin: 15px 0 0;
}
.navbar-brand {
	height: auto;
	padding: 0;
	max-width: 160px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
}
.navbar-brand img {
	width: 100%;
}
.navbar-collapse .navbar-nav {
	float: right;
	margin-right: 200px;
}

.top-header {
	display: flex;
	justify-content: flex-end;
}
.login-wrap img {
	width: 50px;
}
.login-wrap span {
	display: block;
	color: #A5A5A5;
	font-weight: 500;
	text-transform: capitalize;
}
.login-wrap {
	margin-right: 140px;
	margin-left: 30px;
}

.btn-donate {
	position: absolute;
	height: 100%;
	top: -15px;
	min-height: 125px;
}
.btn-donate a {
	height: 100%;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
/*	background: #16AC68;
	border-color: #16AC68;*/
    background:#ec3e42;
	border-color: #ec3e42;
	border-radius: 0;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
}
.btn-donate a:hover {
	background: #07549D;
	color: #fff;
}
.top-header button.btn.btn-default {
	background: #3b3b3b;
	border-color: #3b3b3b;
	color: #fff;
}
#searchsubmit {
	height: 34px;
}
form#searchform .input-group {
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 5px;
}
ul.nav.navbar-nav a {
	font-size: 16px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 30px 15px;
}
ul.nav.navbar-nav a:hover {
	background: transparent;
	color: #07549D;
}
span.caret {
	color: #00a866;
}
b.caret {
	color: #00a866;
	margin-left: 6px;
}
ul.nav.navbar-nav a:hover, ul.nav.navbar-nav li.current_page_item a {
	background: transparent;
	color: #07549D;
}
.dropdown-menu {
	border: none;
	min-width: 190px;
	padding: 0;
}
.dropdown-menu li {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 5px 0;
	background: #f7f7f7;
	transition: all 0.3s ease 0s;
	list-style-type: none;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-menu li a {
	font-size: 14px !important;
	color: #000 !important;
	padding: 5px 25px 5px 25px !important;
}
.dropdown-menu li:hover a, .dropdown-menu li.current_page_item a {
	color: #fff !important;
}
.dropdown-menu li:hover, .dropdown-menu li.current_page_item {
	background: #07549D;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: transparent;
}
/* ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
} 
*/



#owl-demo .item img{
	display: block;
	width: 100%;
	/*height: auto;*/
	height: 90vh;
	object-fit: cover;
}

.banner-text {
	position: absolute;
	top: 50%!important;
	transform: translateY(-50%)!important;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding:0 20px;
	
}
.banner-text h2 {
	letter-spacing: 1px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 44px;
	margin-top: 10px;
	line-height: 55px;
	margin-bottom: 40px;
}
.btn-green {
	background: #00a866;
	border-radius: 0px;
	border-color: #00a866;
	font-weight: 800;
	padding: 12px 25px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	color: #fff !important;
}
.btn-green:hover {
	background-color: #07549D;
	color: #fff;
	border-color: #07549D;
	box-shadow: 0 1px 7px rgba(0,0,0,0.5);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 42%;
}
.owl-carousel .owl-nav button.owl-next {
	right: 3%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 3%;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
	font-size: 65px;
	color: rgba(255,255,255,0.6);
	height: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.owl-theme .owl-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
	border: 3px solid #ffff;
	background: transparent;
	width: 20px;
	height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.owl-theme .owl-nav {
	margin-top: 0px;
}

.links-wrap {
	display: flex;
	justify-content: center;
}
.links-wrap a {
	width: 100%;
	text-align: center;
	padding: 20px 0 10px;
}
.links-wrap a span {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	margin-top: 15px;
}
.links-wrap a img {
	width: 70px;
}
.links-wrap a:hover {
	background: #000 !important;
}

.home-links-section {
	padding: 70px 0 40px 0;
}
section.home-links-section .container {
	margin: 0 auto;
	text-align: center;
}
section.home-links-section .container .col-md-5 {
	float: none;
	display: inline-block;
}
.image-box {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-box:before {
	content: "";
	background: rgba(88,89,91,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.image-icon img {width: 170px;}
.image-icon span {
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 800;
	margin-top: 15px;
	display: block;
	text-transform: uppercase;
}
.image-icon {
	position: relative;
	z-index: 2;
	text-align: center;
}
.wrap-img-box {
	display: block;
	transition: all 0.7s ease 0s;
	margin-bottom: 30px;
}
.wrap-img-box:hover .image-box:before {
	background: rgba(0,0,0,0.4);
}


.social-section {
	padding: 0 0 80px;
}
h3.section-title {
	color: #231f20;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 21px;
}
ul.social-links li {
	display: inline-block;
	margin: 20px 20px;
}
ul.social-links li img {
	width: 75px;
}

.join-email-wrap {
	margin-top: 30px;
}
.subscription-wrap img {
	width: 70px;
	margin-top: 25px;
}
.subscription-link {
	margin-top: 15px;
}
.subscription-wrap a {
	font-weight: 300;
	font-style: italic;
	color: #231f20;
	font-size: 18px;
	position: relative;
}
.subscription-wrap a:after {
	content: "";
	transition: width 1s ease;
	height: 2px;
	background: #ddd;
	left: 0;
	position: absolute;
	width: 0%;
	bottom: -2px;
}
.subscription-wrap a:hover:after {
	width: 100%;
}
.subscription-wrap a:hover {
	color: #00a866;
}

footer {
	background: #00539c;
	padding: 40px 0 30px;
}
ul.footer-links li a, ul#menu-footer-menu li a {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
ul.footer-links li a:hover, ul#menu-footer-menu li a:hover {
	color: rgba(255,255,255,0.7);
}
ul.footer-links li, ul#menu-footer-menu li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}
ul.footer-links li:after, ul#menu-footer-menu li:after {
	content: "|";
	position: absolute;
	color: #fff;
	top: 0;
	right: -18px;
}
ul.footer-links, ul#menu-footer-menu {
	margin-bottom: 15px;
}
ul#menu-footer-menu li:first-child {
	margin-left: 0;
}
ul#menu-footer-menu li:last-child {
	margin-right: 0;
}
ul#menu-footer-menu li:last-child:after {
	content: none;
}
.address-wrap p {
	color: #fff;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 13px;
	padding-bottom: 0;
}
.address-wrap p span {
	margin: 0 10px;
	font-size: 13px;

}
.address-wrap p span a {
	color: #fff;
	font-size: 13px;
}
.address-wrap p span a:hover {
	color: rgba(255,255,255,0.5);
}
/* new css 15-2-2019 jay */
.about-container-area { margin-top: 15px; padding-bottom: 40px;}
.menu-side-menu-container .menu li, .menu-volunteers-sidebar-container .menu li, .sidebar-nav .menu-ways-to-give-container .menu li { margin: 0;list-style: none; }
.sidebar-nav .menu-side-menu-container .menu li, .sidebar-nav .menu-volunteers-sidebar-container .menu li, .sidebar-nav .menu-ways-to-give-container .menu  { 
	background: #ededed; padding: 18px 15px; margin-bottom: 5px; 
}
.sidebar-nav .menu-side-menu-container .menu li:first-child, .sidebar-nav .menu-volunteers-sidebar-container .menu li:first-child ,
.sidebar-nav .menu-ways-to-give-container .menu li:first-child { 
	border-radius: 8px 8px 0px 0; 
}
.sidebar-nav .menu-side-menu-container .menu li a, .sidebar-nav .menu-volunteers-sidebar-container .menu li a,
.sidebar-nav .menu-ways-to-give-container .menu li a {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
}
.sidebar-nav .menu-side-menu-container .menu li a::before, .sidebar-nav .menu-volunteers-sidebar-container .menu li a::before,
.sidebar-nav .menu-ways-to-give-container .menu li a::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	color: #00a866;
	margin-right: 6px;
}
.sidebar-nav .menu-external-menu-container .menu li {
	background: #ededed;
	padding: 45px 15px;
	margin-bottom: 5px;
	/* border-radius: 8px 8px 0px 0; */
}
.sidebar-nav .menu-external-menu-container .menu li:last-child {
	margin-bottom: 25px; border-radius: 0 0 6px 6px;
}
.sidebar-nav .menu-external-menu-container .menu li a {
	font-weight: 700;
	font-size: 18px;
	color: #000;
}
.sidebar-nav .menu-external-menu-container .menu li a::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	/* color: #00a866; */
	margin-right: 6px;
}
.sidebar-nav .menu-external-menu-container .menu li:first-child a {
	color: #ec3e42;
}
.sidebar-nav .menu-external-menu-container .menu li:nth-child(2) a {
	color: #00539c;
}
.sidebar-nav .menu-external-menu-container .menu li:last-child a {
	color: #00a866;
}
#menu-side-menu li.current-menu-item, #menu-volunteers-sidebar li.current-menu-item, #menu-ways-to-give li.current-menu-item {
	background: #00539c;
}
#menu-side-menu li.current-menu-item a, #menu-volunteers-sidebar li.current-menu-item a, #menu-ways-to-give li.current-menu-item a {
	color: #fff;
}
.textwidget {
	margin-bottom: 20px;
}
.textwidget .side-widget-bg-img {
	background-size: cover; position: relative;
	height: 190px;
	background-position: center;
	display: flex;
	align-items: center;
	text-align: center;
}
.textwidget .side-widget-bg-img::before {
	content: '';
	background: rgba(88,89,91,0.5);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.textwidget .side-widget-bg-img a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}
.side-widget-img-info {
	position: relative;
	text-align: center;
	margin:0 auto;
  /*margin-bottom: 20px;
  padding: 30px 0;*/
}
.side-widget-img-info img {
	max-width: 100%;
	height: auto;
	width: 110px;
	display: block;
	margin: 0 auto 10px;
}
.side-widget-bg-info {
	font-weight: 800;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

/*.about-container-area .custom-page-title */
h1 {
	color: #00a866 !important; 
	font-weight: 700 !important; 
	text-transform: uppercase; 
	margin-bottom: 3px; 
	line-height: 1.3; 
	letter-spacing: 2px; 
	/*padding-left: 65px;*/ 
	font-size: 46px;
	margin-top: 22px;
}

.about-us .about-container-area .custom-page-title h1 {
	padding-left: 65px;
}
.about-us .custom-page-content h3 {
	color: #261000;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 30px;
	/*  padding-left: 65px;*/
	font-size: 32px;
	letter-spacing: 1px;
}
.about-us .custom-page-content h3 {
	padding-left: 65px;
}
.custom-page-content p {
	position: relative;
	/*  padding-left: 65px;*/
/*	font-weight: 500;
	color: #000;
	line-height: 35px;
	margin-bottom: 30px;
	font-size: 20px; */
}
.about-us .custom-page-content p {
	padding-left: 65px;
}
.about-us .custom-page-content img {
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	height: 50px;
	object-fit: contain;
}
.about-us .custom-page-outer-content p strong { font-size: 18px; color: #000; }
.red-bg-content { background: #ec3e42; color: #fff; padding: 32px 45px; border-radius: 6px; font-weight: 600; font-size: 18px; margin-left: 65px;max-width: 855px; }
.red-bg-content strong { font-size: 28px; line-height: 28px; margin-bottom: 15px; display: block; }
.custom-page-outer-content h4 { color: #000; font-size: 28px; font-weight: 700; /*padding-left: 65px;*/ margin-bottom: 20px; }
.custom-page-outer-content h4 strong { color: #000; font-size: 28px; font-weight: 700; }
.meet-the-staff .custom-page-outer-content h4 strong { margin-bottom: 40px; display: block; }
.meet-the-staff .custom-page-title h1 { margin-bottom: 62px; }
.custom-page-outer-content em { font-size: 18px; font-weight: 500; }
.custom-page-outer-content em strong {
	font-size: 20px;
}
.meet-the-staff .custom-page-content p { margin-bottom: 16px; }
.page-id-420 .custom-page-title h1 { margin-bottom: 25px; }
/*.page-id-420 .custom-page-outer-content > p:first-child { font-size: 18px; }*/
.page-id-420 .custom-page-outer-content em { font-weight: 600; }
.div-left { float: left; width: 50%; }
.div-right { float: left; width: 50%; }
.page-id-420 .custom-page-outer-content p:nth-child(5) { margin-bottom: 0; padding-bottom: 0; }
.page-id-420 .div-left p, .page-id-420 .div-right p, .page-id-420 .div-left p:nth-child(5), .page-id-420 .div-right p:nth-child(5) { margin-bottom: 14px; padding-bottom: 12px; }
/*.message-from-our-founder .custom-page-title h1 { font-weight: 600 !important; text-transform: capitalize; font-size: 32px; }*/
.message-from-our-founder .custom-page-outer-content h3 { 
	font-weight: 700 !important;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 48px;
	color: #00a866;
	margin-top: 5px; 
	margin-bottom: 30px;
}
.message-from-our-founder .custom-page-content p, .message-from-our-founder .custom-page-content p strong,
.board-of-directors .custom-page-content p { margin-bottom: 20px; font-size: 20px; font-weight: 500; }
.board-of-directors .custom-page-content p strong {
	font-size: 20px; 
	font-weight: 800;
}
.board-of-directors .custom-page-outer-content h4, .board-of-directors .custom-page-outer-content h4 strong{
	font-size: 21px;
}
.message-from-our-founder .custom-page-content p strong { font-weight: 500; }
.custom-page-outer-content .alignnone { position: static; }
.main-inner-dom { 
/*    padding-left: 70px; */
    max-width: 1140px;
    margin: 0 auto;
}

.about-us .main-inner-dom { padding-left: 0; }
.program-main { margin-top: 20px; }
.camper-parents .alignright { position: static; }
.camper-parents .custom-page-outer-content > p:nth-child(2) { float: right; }
.camper-parents .custom-page-content p { 
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 30px;
	/*font-weight: 600;*/
}
.camper-parents .alignright { float: right; }
.read_more_btn { 
	font-size: 20px;
	padding: 18px 25px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 50px;
}
.camper-parents .blue_section { color: #00539c; }
.camper-parents .blue_section p { color: #00539c; }
.camper-parents .custom-page-outer-content .video_title { font-weight: 700; color: #231f20; margin-bottom: 15px; }
.camper-parents .listing-parent li { margin-bottom: 15px; }
.camper-parents .listing-parent li:last-child { margin-bottom: 0; }


/* Privacy policy css start */

.privacy-policy .about-container-area h2, .get-involved .about-container-area h2, .careers .about-container-area h2 {
	font-size: 28px;  
	color: #00a866;
	font-weight: 700;
}
.privacy-policy .about-container-area p, .careers .about-container-area p, .privacy-policy .about-container-area p strong, .privacy-policy .about-container-area p a,
.get-involved .about-container-area p, .get-involved .about-container-area p strong, .careers .about-container-area p strong, .get-involved .about-container-area p a {
/*  font-weight: 500;
	color: #000;
	line-height: 35px;
	margin-bottom: 30px;
	font-size: 20px;*/
}
.privacy-policy .about-container-area p a, .get-involved .about-container-area p a {
	color: #00539c;
	word-break: break-word;
}
.privacy-policy .about-container-area p a:hover, .get-involved .about-container-area p a:hover {
	text-decoration: underline !important;
}

.privacy-policy .about-container-area p strong, .get-involved .about-container-area p strong, .careers .about-container-area p strong {
	font-weight: 700;
}
.privacy-policy .program-main {
	margin-top: 5px;
}
.privacy-policy .about-container-area .program-main:first-child h2 {
	margin-top: 0;
}


/* 404 page */
.error_sec{
	border-top:1px solid #000; 
}
.error-container
{
	text-align: center;
	background-color: #fff;
	padding: 100px 0;
}

.error-container h1 {
	font-size: 200px;
	color: #ec3e42;
	font-weight: 700;
}

.error-container p{text-align: center !important;font-size: 32px !important;}

/* Testimonial page css */

.testimonial{
	margin-top: 15px;
	padding-bottom: 50px;
}
.testimonial_sec {
	float: left;
	width: 100%;
	position: relative;
}

.testimonial_sec:after{content: "";position: absolute;bottom: 0;left: 0; height: 2px;width: 100%;background:#e2dfdf;bottom: 50px;
z-index: -1;}

.testimonial_sec:last-child:after{content: none;}

.testimonial_sec p{
	font-weight: 600;
	color: #00539c;
	line-height: 28px;
	margin-bottom: 50px;
	font-size: 17px;
	font-style: italic;
}

.testimonials_title{
	color: #00a866 !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 3px;
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 42px;

}

.testimonial_right_main{padding: 0 60px;}


.testimonial_sec .cat_name {
	color: #261000;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
h2.testimonials_title {
	margin-bottom: 30px;
}
.testimonial_sec .contact {
	position: relative;
	font-weight: 600;
	color: #00539c;
	line-height: 28px;
	margin-bottom: 50px;
	font-size: 17px;
	font-style: italic;
}

.testimonial_sec .readmore_sec{
	float: left;
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	margin-bottom: 50px;
}

.testimonial_sec .title_post{
	position: relative;
	font-weight: 600;
	color: #00539c;
	line-height: 28px;
	padding: 30px 0;
	font-size: 17px;
	font-style: italic;
}
.testimonial_images img.border-image {
	width: 200px;
	height: auto;
	padding: 10px 10px 50px 10px;
	margin-top: 15px;
}

/*.testimonial .read_more_btn{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  }*/
/*.testimonial .testimonial_images {
  float: right;
  background: #e2dfdf;
  padding: 10px 10px 50px;
  transform: rotate(10deg);
  margin-right: 100px;
  margin-top: 40px;
}


.testimonial .testimonial_images {
  float: right;
  background: #e2dfdf;
  padding: 10px 10px 50px;
  transform: rotate(10deg);
}
*/
.testimonial .testimonial_images {
	float: right;
}
.testimonial_sec .testimonial_images{transform: rotate(8deg);}
.testimonial_sec:nth-child(odd) .testimonial_images{transform: rotate(-8deg);}
.testimonial .bottom_left{float: left;width: 50%;}
.testimonial_images img {
	width: 190px;
}
.testimonial_images {
	margin-right: 145px;
}


/*.about-container-area .custom-page-title h1 {
color: #00a866 !important;
font-weight: 700 !important;
text-transform: uppercase;
margin-bottom: 3px;
line-height: 40px;
letter-spacing: 2px;
font-size: 46px;
}
*/

.testimonial.detail img{width: 100%;}
.testimonial.detail .testimonial_sec{padding: 30px 0;}
.testimonial.detail .testimonial_sec:after{content: none;}
.testimonial.detail .testimonial_sec{border-bottom:2px solid #e2dfdf; }
.testimonial.detail .testimonial_sec p {margin-bottom: 20px;}
.testimonial.detail .right_part{padding: 0 50px;}
.testimonial.detail .testimonial_sec span {
	font-weight: 600;
	color: #00539c;
	line-height: 28px;
	margin-bottom: 50px;
	font-size: 17px;
	font-style: italic;
}



.blue_section h2{
	font-family: 'love_ya_like_a_sisterregular';
	font-size: 26px !important;
	color: #00539c !important;
	text-transform: capitalize !important;
}
.camper-parents .blue_section p strong {
	font-size: 18px;
	font-style: oblique;
}

.homepage-section {
    margin-top:50px;
    display: flex;
    flex-direction: column; 
    gap:50px;
}

.homepage-section
	img {
  		float: left;
		max-width: 100%;
		height: auto;			
		padding-right:10px;
		padding-bottom:10px;
		object-fit:cover;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* media query */
@media screen and (max-width:1199px) {
	.about-container-area .custom-page-title h1, .page-id-349 .custom-page-content h3, .custom-page-title h1 {
		font-size: 28px;
	}
	.page-id-349 .about-container-area .custom-page-title h1, .page-id-349 .custom-page-content h3 {
		margin-bottom: 20px;
	}
	.page-id-349 .custom-page-content p, .page-id-349 .custom-page-outer-content p a, .custom-page-outer-content ul li, .page-id-316 .custom-page-content p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.custom-page-outer-content p strong {
		font-size: 16px;
	}
	.page-id-349 .custom-page-outer-content p a.btn-green {
		padding: 15px 30px;
		font-size: 18px;
	}
	.main-inner-dom { margin-bottom: 20px; }
	.error-container h1 {font-size: 140px;}

	.testimonial_right_main {
		padding: 0 30px;
	}

	.testimonial .testimonial_images{margin-right: 20px;}

}
@media (max-width: 767px){
	.about-us .about-container-area .custom-page-title h1, .about-us .custom-page-content h3 { padding-left: 0; }
	.red-bg-content { margin-left: 0; font-size: 16px; }
	.red-bg-content strong { font-size: 20px; }
	.main-inner-dom { padding-left: 0; }
	/* .about-container-area .custom-page-title h1, .page-id-349 .custom-page-content h3, .message-from-our-founder .custom-page-outer-content h3 { text-align: center; } */
	.about-container-area .custom-page-title h1, .page-id-349 .custom-page-content h3, .custom-page-title h1 { font-size: 18px; line-height: normal; }
	.custom-page-outer-content h4, .custom-page-outer-content h4 strong { font-size: 18px; line-height: normal; }
	.page-id-420 .custom-page-title h1 { margin-bottom: 15px; }
	.div-left, .div-right { width: 100%; }
	.about-container-area .custom-page-title h1 { margin-bottom: 20px; }
	.custom-page-outer-content em { font-size: 16px; }

	.error-container h1 {font-size: 100px;}
	.error-container p {font-size: 26px !important;}

	.testimonial .bottom_left {
		float: left;
		width: 100%;
	}

	.testimonial .testimonial_images {
		float: left;
		margin: 40px 0 90px;
		transform: rotate(0deg);
	}

	.testimonial_sec:nth-child(odd) .testimonial_images {
		transform: rotate(0deg);
	}
	
	.homepage-section {
	   /* display: flex;
	    flex-direction: column-reverse;*/
	}

}

/*.home.page-template-default .banner-text h2 {
font-size: 44px;
}
.home.page-template-default .address-wrap p{
color: #fff; 
}
*/


.meet-the-staff .custom-page-outer-content p strong {
	font-size: 20px;
	line-height: normal;
}
.meet-the-staff .custom-page-outer-content p {
	font-size: 20px;
	line-height: 27px;
}



span.woocommerce-Price-amount.amount {
	color: #00539c;
	font-weight: 600;
}
h2.woocommerce-loop-product__title {
	color: #000;
	font-size: 17px !important;
	margin-bottom: 5px !important;
}
.woocommerce-page ul.products li.product {
	text-align: center;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.woocommerce ul.products li.product .button {
	background: #00a866;
	color: #fff;
	margin-top: 10px;
	border-radius: 0px;
	text-transform: capitalize;
}
.woocommerce ul.products li.product .button:hover {
	background: #000;
}
form.woocommerce-ordering {
	position: relative;
}
.woocommerce select.orderby {
	border: 1px solid #ddd;
	background: transparent;
	padding: 10px 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: none;
	position: relative; 
}
.woocommerce select::-ms-expand {
	display: none;
}
form.woocommerce-ordering:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 20px;
	position: absolute;
	top: 7px;
	right: 10px;
	color: #434B67;
	pointer-events: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #00a866;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #000;
}
.woocommerce form .form-row input, .woocommerce form .form-row .select2-container .select2-selection--single {
	height: 36px !important;
}
/*.meet-the-staff .menu-side-menu-container #menu-side-menu li:first-child a, .board-of-directors .menu-side-menu-container #menu-side-menu li:nth-child(2) a, .message-from-our-founder .menu-side-menu-container #menu-side-menu li:last-child a { font-weight: 600; }*/
.navbar-toggle .icon-bar { transition: 0.4s all; }
.change .icon-bar:first-child {
	-webkit-transform: rotate(-45deg) translate(0px, 0px);
	transform: rotate(-45deg) translate(0px, 0px);
}

.change .icon-bar:nth-child(2) {opacity: 0;}

.change .icon-bar:last-child {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.menu-side-menu-container #menu-side-menu, .menu-side-menu-container #menu-ways-to-give { list-style-type: none; }
.main-inner-min .div-left p, .main-inner-min .div-right p { min-height: 190px; }
.btn { border: none; }
.navbar-collapse ul, .navbar-collapse ul li { list-style-type: none; }
/*ul { list-style-type: none !important; }*/
/*ul li { list-style-type: none !important; }*/
.address-wrap p span a { position: relative; }
.address-wrap p span a:after {     
	content: "";
	transition: width 1s ease;
	height: 2px;
	background: #ddd;
	left: 0;
	position: absolute;
	width: 0%;
	bottom: -3px; 
}
.address-wrap p span a:hover:after{
	width: 100%;
}
.banner-image img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}
.resources-archive .bootstrap-select .dropdown-toggle {
  background: #f0f0f0;
}
.resources-archive .bootstrap-select li {
  padding: 0;
}
.resources-archive .ui-filter {
  margin: 1em 0 2em 0;
}
.resources-archive .bootstrap-select .active a {
  color: #fff !important;
}
.resources-archive .bootstrap-select li:hover a {
  background: transparent !important;
}
.resources-archive .error {
  margin-top: 2em;
}
.time-filter {
  margin: 1em 0 2em 0;
}
.daterange {
  display: inline-block;
  cursor: pointer;
  padding: .5em 1em;
  background: #f0f0f0;
}
.daterangepicker .ranges li {
  list-style: none;
}
.blog_right_main {
  padding: 0 60px;
}
section.blog {
  margin-top: 15px;
  padding-bottom: 50px;
}
section.blog .btn {
  display: inline-block;
}


/*Latest posts*/

.latest-posts-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.latest-post {
    width: 30%;
}

.latest-posts-grid .post-thumbnail img {
    width: 100%;
    height: auto;
}

.latest-posts-grid .post-title {
  
    margin-top: 10px;
    color:#111;
}

.latest-posts-grid .post-title a {
  
    color:#111;
}

.latest-posts-grid .read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #00539c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.latest-posts-grid .read-more:hover {
    background-color: #005177;
}