/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


body {
	font-family: "Hind", sans-serif;
	xcolor:#9da1a4;		/*#91918c;*/
	xfont-weight:400;
	xfont-size: 15px;
  }
  
.home h2 {
	font-size: 3rem;
}
.home h2.home-first-h2 {
	padding-top: 120px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.home h2.home-first-h2 strong {
	color: #32302f;
}

.page-header .page-header-title {
	padding-top: 30px;
	padding-bottom:15px;
	line-height: 1.1em;
}

/*
h3 {
	color: #54AF4F;
}
*/
h5 {
	font-size: 1.34em;
	margin-bottom: .74em;
}



a {
	text-decoration: none !important;
}
.wp-block-buttons {
	margin-bottom: 30px;
}
.wp-block-button a, a.ub-button-block-main {
	background-color: #54af4f !important;
	border-radius: 5px !important;
	max-width: 250px;
	width: 250px;
	padding: .667em 1.333em;
}
.wp-block-button a:hover {
	color: black;
}

.wp-block-button__link {
	background-color: #54af4f;
	border-radius: 5px;
}
.external-link a {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}
.external-link a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f138";
	font-size: 2rem;
	position: absolute;
	right: 20px;
	top: 8px;
}
/*
a:hover {
	color: #333;
}
a.light {
color: #fff;
}
a.light:hover {
color: #13aff0;
}
a, a:hover, a:focus {
text-decoration: none;
transition: all 0.3s ease;
}
*/
p {
	xborder: solid 10px red !important;
}
	
	
#top-bar-wrap {
	border-bottom: 0;
}
#top-bar-nav {
	display: flex !important;
	align-items: center;
}
.page-header {
	padding: 0;
}
.page-header-title {
	padding: 1em 0 0.8em;
}
.after-header-content {
	display: inline-block !important;
}
#main #content-wrap {
	padding: 1em 0;
}
.mobile-menu {
	padding: 12px !important;
}
.mobile-menu:hover a {
	color: #333 !important;
}
.mobile-menu.opened, .mobile-menu.opened:hover {
	background-color: #54af4f;
}
#mobile-dropdown li a:hover {
	color: #333;
}
.oceanwp-mobile-menu-icon a:hover {
	color: #54af4f !important;
}
.oceanwp-mobile-menu-icon a.opened {
	color: white !important;
}
#mobile-dropdown {
	background-color: #54af4f;
}
#mobile-dropdown a, #mobile-dropdown .dropdown-toggle::before {
	color: white;
}
#mobile-dropdown ul li ul li a {
	padding: 0.4em 40px 0.4em 60px !important;
}
#mobile-menu-search {
	background-color: #54af4f;
}
#mobile-menu-search input {
	background-color: white;
}
.bn-header-donate {
	margin-left: 25px;
	padding: .9em 1em .7em !important;
	line-height: normal !important;
	font-size: 1.3rem;
	text-transform: uppercase;
	background-color: #54AF4F;
	color: #fff !important;
	border-radius: 5px 5px 5px 5px;
}
.bn-header-donate:after {
	padding-left: 8px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f138';
}

#site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#site-header-inner::after {
	display: none;
}
#site-navigation-wrap {
	width: 100%;
	margin-bottom: 0;
}
#site-navigation {
	display: flex;
	justify-content: flex-end;
}
#menu-main-menu {}
#menu-main-menu a, #menu-main-menu-spanish a {
	/*margin: 2px 2px 2px 2px !important;
	padding: 5px 5px 5px 5px !important;*/
	line-height: normal !important;
	font-size: 1.3rem !important;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
}
#menu-main-menu .sub-menu, #menu-main-menu-spanish .sub-menu {
	border-radius: 5px 5px 5px 5px;
	padding: 0.5em 0;
}
#menu-main-menu .sub-menu .sub-menu, #menu-main-menu-spanish sub-menu .sub-menu {
	margin-left: 2px;
}
.site-search-toggle.search-dropdown-toggle:hover {
	color: #000 !important;
	background-color: transparent !important;
}
#searchform-dropdown {
	margin: 15px;
	padding: 0 !important;
}
.dropdown-menu .text-wrap {
	line-height: 24px;
	padding: 1px 0;
	letter-spacing: 0;
}
#site-navigation-wrap .dropdown-menu > li {
	margin-left: 3px;
}
#site-navigation-wrap .dropdown-menu > li > a {
	padding: 0.2em 1em 0;
}
#site-navigation-wrap .dropdown-menu > li > a:hover > span {
	transform: translate3d(0, -25%, 0);
}
.dropdown-menu .text-wrap {
	white-space: nowrap;
}
.sub-menu a {
	padding: 0.4em 1.5em 0.4em 1.3em !important;
}
body .oceanwp-row .span_1_of_2 {
	width: unset;
}
.site-footer {
	border-top: solid 1px #ccc;
}
#footer-widgets .social-widget li a {
	border: none;
	color: black !important;
}
.footer-widgets-inner.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
xborder: solid 10px red;
}
.footer-box.col-1 {
	display: flex;
}
.footer-box.col-1 img {
	width: 115px;
}
.footer-box.col-2 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.footer-box.col-2 div:first-of-type {
	margin-bottom: 0 !important;
}
.footer-box.col-2 p {
	margin: 0;
}
.footer-box a {
	color: #54AF4F !important;
}
.footer-box.col-2 a:hover {
	color: #333 !important;
}
.footer-address {
	margin-left: 15px;
	margin-top: 30px;
}
.footer-address p {
	margin-bottom: 10px;
}
#content {
xborder: solid 10px red !important;
}

.content-area {
	border-right-width: 0;
}

.grecaptcha-badge { 
    bottom: 80px !important; 
}

#scroll-top {
	background-color: #54AF4F;
	color: #fff !important;
}
.home-header-separator {
	width: 50px;
	border-bottom: #4CA747 3px solid;
}
.home-services {
	margin-bottom: 80px;
}
.home-services .wp-block-column {
	background-color: #54af4f;
	border-radius: 4px;
	padding: 2.3em 2.3em 0;
}
.home-services .wp-block-column h3 {
	margin-top: 22.5px;
}
.home-services .wp-block-column img {
	transition: transform 0.5s;
}
.home-services .wp-block-column:hover img {
	transform: rotateY(180deg);
}
.mission-vision-values {
	position: relative;
	padding-top: 200px;
	padding-bottom: 150px;
}
.mission-vision-values .wp-block-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.mission-vision-values .wp-block-columns {
	position: relative;
	color: white;
	text-align: center;
}
.mission-vision-values h3 {
	border-bottom: 1px white solid;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.mission-vision-values h2 strong {
	color:  #4ca747;
}
.mission-vision-values p {
	margin: 0 20% 30px 20%;
	font-weight: 500;
}
.blog-group {
	padding: 100px 25px 25px !important;
	margin-top: 35px !important;
	margin-bottom: 120px;
}
.blog-group h2 {
	font-size: 60px;
	color: #4CA747;
	margin-bottom: 10px;
}
.awards-group {
	padding: 45px 25px !important;
	margin: 120px 0 !important;
}
.left_sidebar,
.widget_categories,
.menu-contact-us-container,
.menu-consejeria-container,
.menu-contactenos-container,
.menu-counseling-container {
	background-color: rgba(76,167,71,0.9);
	padding: 45px 35px;
	border-radius: 6px;
}
.left_sidebar ul,
.widget_categories ul,
.menu-contact-us-container ul,
.menu-consejeria-container ul,
.menu-contactenos-container ul,
.menu-counseling-container ul {
	margin: 0;
	list-style: none;
}
.left_sidebar a,
.widget_categories a,
.menu-contact-us-container a,
.menu-consejeria-container a,
.menu-contactenos-container a,
.menu-counseling-container a {
	color: white;
	font-size: 15px;
	font-weight: 700;
	line-height: 45px;
}
.widget_categories .cat-count-span {
	color: white;
}
.menu-contact-us-container .current_page_item > a,
.menu-consejeria-container .current_page_item > a,
.menu-contactenos-container .current_page_item > a,
.menu-counseling-container .current_page_item > a {
	color: #333;
}
.left_sidebar .sub-menu a,
.menu-contact-us-container .sub-menu a,
.menu-consejeria-container .sub-menu a,
.menu-contactenos-container .sub-menu a,
.menu-counseling-container .sub-menu a {
	padding: 0 0 0 10px !important;
}
.left_sidebar > div > ul > li > a,
.menu-contact-us-container > ul > li > a,
.menu-consejeria-container > ul > li > a,
.menu-contactenos-container > ul > li > a,
.menu-counseling-container > ul > li > a {
	font-size: 20px;
	text-transform: uppercase;
}
.widget_categories .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 0;
	border-left: none;
	color: white;
	font-weight: bold;
}
.widget_categories ul li {
	border-bottom: none;
	padding: 0;
}
.widget_categories ul li:first-of-type {
	border-top: none;
}
.widget_categories ul li a {
	padding-left: 10px;
}
.menu_buttons ul {
	list-style: none;
	display: flex;
	margin: 0;
	justify-content: space-around;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
.menu_buttons ul li {
	background-color: #4CA747;
	border-radius: 6px;
	padding: 15px 30px;
	margin: 15px;
}
.menu_buttons ul a {
	color: white;
	background-color: #4CA747;
}
.menu_buttons ul a:hover {
	color: #333;
}
.icon-magnifier:before {
	font-size: 21px;
	color: #54af4f;
	font-weight: bold;
}
#site-navigation-wrap .dropdown-menu {
	/*position: relative;
	margin-right: 120px;*/
}
#searchform-dropdown {
	/*margin-right: 120px !important;
	top: -30px;*/
}
.search-toggle-li {
	/*position: absolute !important;
	right: 0;
	top: -60px;*/
}
#menu-language, #menu-language-spanish {
	margin-right: 20px;
	padding-top: 10px;
}
.ayuda-gallery .blocks-gallery-item {
	flex-grow: 0;
}
.staff-members {
	padding-bottom: 20px;
	border-bottom: #54af4f 1px solid;
	margin-bottom: 40px;
}
.staff-members:last-of-type {
	border-bottom: none;
}
.staff-members .wp-block-cover {
	width: 400px;
	height: 400px;
	min-height: unset;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 20px 0;
}
.staff-members .wp-block-cover.has-background-dim::before {
	opacity: 0;
}
.staff-members .wp-block-cover .wp-block-cover__inner-container {
	background: rgba(97, 149, 75, 0.95);
	position: absolute;
	bottom: 0;
	left: 0;
}
.staff-members .wp-block-cover .wp-block-cover__inner-container p {
	margin-bottom: 0;
	font-size: 13px;
	padding: 15px 25px;
}
.staff-members .wp-block-cover:hover img {
	opacity: 0.9;
	transition: opacity 0.3s;
}
.staff-members .wp-block-cover:hover .wp-block-cover__inner-container p {
	text-shadow: white 0 0 15px;
}
.staff-members .wp-block-cover .wp-block-cover__inner-container a {
	color: black;
}
.how-to-help .wp-block-media-text {
	margin-bottom: 35px;
}
.blog-entry-comments {
	display: none;
}
/*  ==================  WOOCOMMERCE OVERRIDES  */

.bag-style:hover .wcmenucart-cart-icon .wcmenucart-count {
	background-color: #54af4f !important;
	border-color: #54af4f !important;
}
.bag-style:hover .wcmenucart-cart-icon .wcmenucart-count::after {
	border-color: #54af4f !important;
}

/*  add to cart button  */
.add_to_cart_button {
	text-transform: uppercase !important;
}

/*  hide product image magnifying glass  */
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}

@media only screen and (max-width: 702px) {
	img.custom-logo {
		max-width: 202px !important;
	}
}

/* hide duplicate Events Calendar titles */
h1.tribe-events-single-event-title {
    display: none;
}