/*
Theme Name: OceanWP Child
Theme URI: https://welldesignstudio.com/
Description: OceanWP WordPress theme example child theme.
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: oceanwp
Version: 1.5
*/

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

/* OceanWP Resets */
body {
	overflow-x: hidden;
}
body ul, body ol {
	margin-top: 0;
}

#site-header.transparent-header {
	border: none;
}

body #site-logo #site-logo-inner a:hover img {
	opacity: 1;
}
#site-header #site-logo #site-logo-inner a img {
	width: 100%;
	height: 100%;
}

body.boxed-layout.wrap-boxshadow #wrap {
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
}
.boxed-layout #wrap #site-header-inner.container {
  max-width: 1800px;
}

.page-header, .has-transparent-header .page-header {
	/* display: none; */
}
.elementor-page header.page-header, .single-post header.page-header {
  /* display: none; */
}

/* Bootstrap Resets for OceanWP */
#content div#blog-entries .blog-entry.col-1 {
	max-width: inherit;
}
body #site-navigation-wrap ul.main-menu.dropdown-menu > li.menu-item > ul.megamenu.sub-menu {
	max-width: inherit;
	flex: initial;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	max-width: 100%;
}
body.single-product .elementor.elementor-location-single.product.col {
	padding: 0;
}
body .woocommerce-MyAccount-content .addresses > * {
	max-width: unset;
	flex: unset;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
	display: none;
}

/* Woo Resets */
body.woocommerce div.product.elementor form.cart table.variations td.value:before {
	content: "" !important;
	margin: 0 !important;
}
body.woocommerce div.product.elementor form.cart table.variations .reset_variations {
	float: none;
	position: absolute;
	right: 0px;
	margin: 0;
	transform: translateX(100%);
	border: none;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
body.woocommerce div.product form.cart .variations .reset_variations:before {
	margin: 0;
}
body.woocommerce.single-product .single_variation .woocommerce-variation-price .price {
	display: block !important;
	text-align: center;
	font-size: 20px;
}



/* Elementor Resets */
section.elementor-section.elementor-top-section {
	padding: 70px 15px;
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

body.has-transparent-header #main section.elementor-section.elementor-top-section:first-child {
	padding-top: 160px;
	padding-top: calc(100px + 60px);
}

body .elementor-element.elementor-widget-spacer, body .elementor-widget.elementor-widget-divider {
  margin-bottom: 0 !important;
}
body .elementor-widget-divider .elementor-divider {
	overflow: hidden;
}

body .elementor-widget p:last-child {
	margin: 0;
}

body .elementor-widget-wrap > aside.elementor-section {
	width: auto;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #616161;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #616161;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #616161;
}
:-moz-placeholder { /* Firefox 18- */
  color: #616161;
}


/* Menu tweaks - MISC */
body #site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
	padding: 0;
	margin-left: -2px;
}

.effect-three #site-navigation-wrap .dropdown-menu>li.current-menu-item>a.menu-link>span:after, .effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
  height: 2px;
}
.effect-two #site-navigation-wrap .dropdown-menu>li.current-menu-item>a.menu-link>span:after, .effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
  height: 1px;
}

body.has-transparent-header .effect-two #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after, body.has-transparent-header .effect-eight #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before, body.has-transparent-header .effect-eight #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after {
	background-color: #fff;
}

/* Menu tweaks - Main Menu */
/* #site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	transition: none !important;
	letter-spacing: 1px;
} */
body.has-transparent-header #site-navigation-wrap ul.dropdown-menu > li.menu-item > a.menu-link {
	color: #fff;
}

/* Menu tweaks - Sub Menu */
#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu {
	padding: 10px 0;
}
#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item {
	border: none;
}

#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item > a {
	font-size: 14px;
	line-height: 1.7em;
	padding: 8px 15px;
	transition: .25s;
	text-transform: uppercase;
}
#site-navigation-wrap ul.dropdown-menu li.dropdown > ul.sub-menu > li.menu-item > a:hover {
	background: transparent;
	transition: .25s;
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding: 0 !important;
}



/* Gravity form tweaks */
body .gform_wrapper li.hidden_label input {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield textarea {
  margin-top: 8px;
}

body .gform_wrapper .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox] {
	padding: inherit !important;
	font-size: inherit !important;
	width: 16px !important;
	height: 16px !important;
}
body .gform_wrapper .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox]:checked ~ label {
	font-weight: normal;
}

body .gform_wrapper ul li.gfield input:not([type="checkbox"]), body .gform_wrapper ul li.gfield textarea {
  padding: 8px 15px !important;
	font-family: 'Open Sans', sans-serif !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 120px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body .gform_wrapper .gf_list_inline .gfield_checkbox li label, body .gform_wrapper .gf_list_inline .gfield_radio li label {
	max-width: 100%;
}

body .gform_wrapper .gf_list_inline .gfield_radio li input[type=radio] {
	margin-top: 0;
}


/* Caption Middle */
.caption-middle.elementor-widget.elementor-widget-image figcaption.widget-image-caption.wp-caption-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	line-height: 34px;
  transition: .25s;
  padding: 15px;
}
.caption-middle.elementor-widget.elementor-widget-image img {
  transition: .25s;
}
.caption-middle.elementor-widget.elementor-widget-image:hover img {
  transition: .25s;
}

.image-overlay.elementor-widget-image .elementor-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}
.image-overlay.elementor-widget-image:hover .elementor-image:before {
	opacity: .8;
}
.image-overlay.green.elementor-widget-image .elementor-image:before {
	background: #a0a635;
}

@media only screen and (max-width: 767px) {
	section.float-left.elementor-section.elementor-inner-section > .elementor-container {
		margin-left: 0;
	}
	section.float-right.elementor-section.elementor-inner-section > .elementor-container {
		margin-right: 0;
	}
}

@media only screen and (max-width: 959px) {
	.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100% !important;
	}
}

/* Media queiries and tweaks */
@media only screen and (max-width: 767px) {
  section.elementor-section.elementor-top-section {
		padding: 50px 15px;
  }
	body.has-transparent-header #main section.elementor-section.elementor-top-section:first-child {
		padding-top: 130px;
		padding-top: calc(80px + 50px);
	}

  body .elementor-posts .elementor-post {
    display: block;
  }
  body .elementor-post__text {
    margin: 15px 0;
  }
}


/* ------------------- */
/*--- Header Tweaks ---*/

/* Love INC Banner */
.love_inc_banner .link_box .link_two a {
	margin-right: 0;
}
#site-navigation-wrap .dropdown-menu>li.btn>a>span {
    background-color: #fff;
    color: #2293F0;
    border-radius: 99px;
    padding: 10px 30px
}

body .love_inc_banner .love_inc_banner__content {
	line-height:initial;
}

@media only screen and (max-width: 767px) {
	body .love_inc_banner .love_inc_banner__content {
		margin: 0 30px;
	}
}

/* Dropdown Arrow */
body #site-navigation-wrap .dropdown-menu > li > a i.nav-arrow {
	padding-left: 10px !important;
}

/* Donate Button */
.donate-btn svg {
	width: 50px !important;
}
.donate-btn span.elementor-button-text {
    font-weight: bold;
    display: flex;
    align-items: center;
	  text-align: left;
}

/* Banner Links on Mobile */
#site-navigation-wrap .banner-link {
	display: none;
}
#sidr .sidr-class-banner-link a {
	color: #CA483D; /*Red*/
	/* color: #399e9f; /*Green*/ */
}
#sidr .sidr-class-btn a {
	color: #fff;
	background-color: #399e9f;
}

/*--- End Header Tweaks ---*/


/*---------------------------*/
/*--- Gravity Form Tweaks ---*/

/*Global Form Styles*/
	.gform_wrapper.gravity-theme .gfield_label {
	color: #122559;
	border-bottom: none;
}

.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"], .gform_body textarea {
	background: #fff;
}
.gform_wrapper form .gform_body .gfield  input[type="checkbox"] {
	padding: 0;
}
input[type=checkbox]:checked:before {
	color: #000;
}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-family: "Ilisarniq", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform:none;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0px;
	color:  #fff;
	border: 2px solid #fff;
	border-radius: 25px;
	background: #2293F0;
}

.gform_wrapper .gform_body .gfield_required {
	display: none;
}

/* Newsletter Form */
body .gform_wrapper .newsletter input {
	padding-left: 15px !important;
	border-radius: 999px;
}
body .gform_wrapper .newsletter input::placeholder {
	opacity: 0.8;
}
@media (min-width: 641px) {
	body .gform_wrapper .newsletter #field_2_4 {
		grid-column: span 8; /*Email Input Container*/
	}
	body .gform_wrapper .newsletter #field_submit {
		grid-column: span 4; /*Submit Button Container*/
	}
}
body .gform_wrapper .newsletter input[type="submit"] {
	font-family: "Ilisarniq", Sans-serif;
  font-size: 16px;
  font-weight: 400;
	text-transform: none;
	color: #fff;
	line-height: 1em !important;
	background-color: #2293F0;
}
body .gform_wrapper .newsletter .gform_footer.top_label {
	display: none;
}

/*--- End Gravity Form Tweaks ---*/


/*-------------------*/
/*--- Misc Tweaks ---*/

/* Typography Color/Style */
.elementor-widget-text-editor a, .elementor-widget-text-editor a:hover, .elementor-widget-container p a, .elementor-widget-container p a:hover {
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: unset;
}

/* Standard Width Column */
.standard-width-col.left-col .elementor-widget-wrap {
	justify-content: flex-start;
}
.standard-width-col.right-col .elementor-widget-wrap {
	justify-content: flex-end;
}
.standard-width-col.left-col .elementor-section.elementor-inner-section {
  /* If boxed change 100vw to 1800px */
	padding-left: calc((100vw - (1200px + 10px)) / 2);
	width: auto;
}
.standard-width-col.right-col .elementor-section.elementor-inner-section {
	padding-right: calc((100vw - (1200px + 10px)) / 2);
}


/* Left Align Boxed Inner Sections */
body .boxed-left .elementor-container {
  margin-left: 0;
}

/* White Space No Wrap Class */
.no-wrap {
  white-space: nowrap;
}

/* Blog Button Styles */
body .elementor-widget-tec_elementor_widget_events_view .tribe-common .tribe-common-l-container {
	padding: 0 !important;
}
body.single .elementor-button {
	background-color: #2293F0;
	color: #fff;
	border: none;
}

/* Assorted Text Styles */
p a span {
    color: #2293F0;
    font-weight: 600;
}
p a {
	color: inherit;
}
strong a {
    font-weight: bold
}

/* Donate Tabs */
.donate-tabs .elementor-tabs-content-wrapper h4 {
    color: #244D9F;
}
.donate-tabs .elementor-tabs-content-wrapper strong {
    font-weight: bold
}

.donate-tabs .elementor-tabs-content-wrapper {
    box-shadow: 0px 0px 20px -7px #9090905c !important;
}
.donate-tabs .elementor-tabs-wrapper .elementor-active {
        box-shadow: 0px 0px 20px -7px #9090905c !important;
        background-color: #fff !important;
}
.donate-tabs .elementor-tabs-wrapper {
    padding-top: 30px;
}
.donate-tabs .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{
        border-bottom-style: none !important;
}
@media (max-width: 767px) {
	body .donate-tabs h4 {
		display: none;
	}
}
.donate-btn a.elementor-button-link.elementor-button.elementor-size-sm {
    padding: 11px 30px;
}

.card-query a.elementor-post__read-more {
    background-color: #2293F0;
    padding: 10px 30px;
    border-radius: 999px;
    color:  #fff;
}

@media only screen and (max-width: 767px) {
	a.elementor-button-link.elementor-button.elementor-size-sm {
		margin-bottom: 15px;
	}
}

/* Card Query */
@media only screen and (min-width: 1025px) {
	.card-query .elementor-post__card {
	    display: flex !important;
	    flex-direction: row !important;
	    align-items: center;
	}
		.card-query a.elementor-post__thumbnail__link.no-lightbox {
	    margin-bottom: 0px !important;
	}
	.card-query a.elementor-post__thumbnail__link.no-lightbox {
		max-width: 500px;
	}
}
@media (max-width: 1024px) {
	.elementor-grid-tablet-2 .elementor-grid, .elementor-grid-tablet-1 .elementor-grid {
	    grid-template-columns: repeat(1,1fr) !important;
	}
}


/*--- End Misc Tweaks ---*/

/* Events Calendar Single Title Styles */
body.tribe_events-template-default.single.single-tribe_events #content-wrap {
	max-width: 1200px;
}
body.tribe_events-template-default.single.single-tribe_events #tribe-events-content .tribe-events-single-event-title {
/* 	color: #000; */
	font-size: 36px;
}
body.tribe_events-template-default.single.single-tribe_events #tribe-events-content .tribe-events-schedule h2 {
	/* 	color: #000; */
	font-size: 24px;
}
body.tribe_events-template-default.single.single-tribe_events #tribe-events-content .tribe-events-schedule .tribe-events-cost {
	/* 	color: #000; */
	font-size: 24px;
}

@media (max-width: 767px) {
	body.tribe_events-template-default.single.single-tribe_events #tribe-events-content .tribe-events-single-event-title {
	font-size: 36px;
	}
	body.tribe_events-template-default.single.single-tribe_events #tribe-events-content .tribe-events-schedule h2 {
		font-size: 24px;
	}
	body.tribe_events-template-default.single.single-tribe_events #tribe-events-content .tribe-events-schedule .tribe-events-cost {
		font-size: 24px;
	}
}


/*---------------------*/

/*-----------------------------*/
/*--- Event Calendar Tweaks ---*/

#event-single-banner {
	width: 100vw;
	margin-top: -50px;
    left: 50%;
    transform: translate(-50%, 0px);
}

/* Find Events Button */
.tribe-common-c-btn.tribe-events-c-search__button {
	border-radius: 15px;
	background: var(--e-global-color-accent);
}
.tribe-common-c-btn.tribe-events-c-search__button:hover {
	background: var(--e-global-color-accent);
}

/* Upcoming Button */
.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
	background-color: transparent;
}
.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
	color: var(--tec-color-text-events-title) !important;
}

/* Arrow Button */
body .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon {
	background-color: transparent !important;
}

/* Subscribe to Calendar Button */
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	display: none !important;
	background-color: transparent !important;
	border: none;
} 
.tribe-events-c-subscribe-dropdown__button-text, .tribe-common-c-svgicon.tribe-common-c-svgicon--caret-down.tribe-events-c-subscribe-dropdown__button-icon {
	color: var(--e-global-color-e839478) !important;
	background-color: transparent !important;
}

/* Mobile Search Buttons */
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border button {
	background-color: transparent !important;
	transition: all 0.3s;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border button:hover {
	opacity: 0.8;
}

/*--- End Event Calendar Tweaks ---*/

/* Footer Links Hover */

.text:hover {
    color: #2293F0 !important;
	text-decoration: underline;
   
}

/*--- End Footer Links Hover ---*/


/*----------------------------*/
/*--- Miscellaneous Tweaks ---*/

/* Link Hover Styles */
.elementor .elementor-widget-text-editor a,
.elementor p a {
	text-decoration: underline;
	transition: all 0.3s ease;
}
.elementor .link-hov-opacity a:hover {
	opacity: 0.7;
}
.elementor .link-no-underline a {
	text-decoration: none !important;
}

/* White Space No Wrap Class */
.no-wrap {
	white-space: nowrap;
}

/* Focus Outline */
body a:focus,
body .focus a {
	outline: none !important;
	outline-width: 0 !important;
}

/*--- End Miscellaneous Tweaks ---*/