/*
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: .95;
}
#site-logo #site-logo-inner a img {
	width: 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: 1330px;
}

.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-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-text-editor {
	margin-bottom: 0 !important;
}
body .elementor-widget:last-child p:last-child {
	margin: 0;
}



::-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 {
  margin: -16px 0px 0px !important;
}

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 .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
}

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;
}

/* Gravity forms - off-center padding override */
@media only screen and (min-width: 641px) {
	body .gform_wrapper:not(.custom-inline-form_wrapper) .gform_body ul.gform_fields {
		margin-right: -15px !important;
	}
	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] {
		margin-right: 0;
	}
}

/* Gravity forms - inline form tweak */
@media only screen and (min-width: 768px) {
	body .gform_wrapper.custom-inline-form_wrapper .gform_body {
		display: inline;
		clear: none;
		float: left;
		width: 66.666%;
	}
	body .gform_wrapper.custom-inline-form_wrapper .gform_footer {
		display: inline;
		clear: none;
		float: left;
		width: 33.333%;
		margin-top: 8px;
	}

	.gform_wrapper.custom-inline-form_wrapper .gform_footer input[type=submit] {
		width: 100%;
		height: 46px;
		line-height: 46px;
		padding: 0 30px;
	}
}
body .gform_wrapper.custom-inline-form_wrapper .gform_footer {
	text-align: center;
}


/* 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;
  }
}


/* Font tweaks here - no longer used */
/*
body .elementor-widget-button .elementor-button {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
body .elementor-widget-button .elementor-button.elementor-size-sm {
	padding: 8px 30px;
	min-width: 100px;
}

body, body .elementor-widget-text-editor {
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
}

body h1, body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 50px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h2, body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 40px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h3, body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h4, body .elementor-widget-heading h4.elementor-heading-title {
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
body h5, body .elementor-widget-heading h5.elementor-heading-title {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
	letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
	body, body .elementor-widget-text-editor {
		font-size: 16px;
	}
	body h1, body .elementor-widget-heading h1.elementor-heading-title {
		font-size: 36px;
	}
	body h2, body .elementor-widget-heading h2.elementor-heading-title {
		font-size: 25px;
	}
	body h3, body .elementor-widget-heading h3.elementor-heading-title {
		font-size: 18px;
	}
	body h4, body .elementor-widget-heading h4.elementor-heading-title {
		font-size: 13px;
	}
	body h5, body .elementor-widget-heading h5.elementor-heading-title {
		font-size: 22px;
	}
} */
@media only screen and (min-width: 767px){
form#gform_1 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px){
.gform_wrapper form#gform_1.gf_simple_horizontal .gform_body .top_label {
    display: grid;
    width: 100%;
}
form#gform_1 {
    display: grid;
}
.gform_wrapper form#gform_1.gf_simple_horizontal .gform_body{
    max-width: 100% !important;
}
.gform_wrapper form#gform_1.gf_simple_horizontal .gform_footer.top_label{
    max-width: 100% !important;
    text-align: center;
    margin-top: 20px;
}
}

form#gform_1 .gform_body.gform-body {
    width: 100%;
}

/*-------------------*/
/*---/Caleb's Css/---*/
/*-------------------*/

/*twitter feed plugin (smash balloon) tweeks*/
#ctf .ctf-tweets div br {
	display: none !important;
}

/*Nav Dropdown Arrow Styles*/
i.nav-arrow {
	margin-left: 5px !important;
}


/*Quick Exit Button Styles*/
@media only screen and (max-width: 767px) {
	.quick-exit-btn a {
		position: fixed;
		top: 100%;
		left: 50%;
		transform: translate(-50%,-100%);
		/*border: 1px solid #fff!important;
		border-bottom: none !important;*/
		box-shadow: 0px 30px 60px 0px rgba(255,255,255,1);
	}
}

/*text editor list tweaks*/
.elementor-widget-wrap .elementor-widget-text-editor ul {
	margin-left: 60px;
}
/*body-link tweaks*/
a.body-link,
.body-link a {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
a.body-link:hover,
.body-link a:hover {
	opacity: 0.7;
}
/*banner-link tweaks*/
.banner-link a {
	border-bottom: 1px solid rgba(255,255,255,.9);
}
.banner-link a:hover {
	color: rgba(255,255,255,.7) !important;
}

/*Column BG Image Tweaks*/
.inner-bg {
	margin: auto 15px;
}

/*Carousel Swiper Tweaks*/
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: -30px;
}

/*gform submit button tweaks*/
input[type='submit'].gform_button.button {
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.8em !important;
	border-radius: 5px !important;
}

/*resources search and filter (549) tweaks*/
.resources-grid .post-details {
	margin-top: 20px;
}
.resources-grid .post-details .post-meta .post-title a {
	font-weight: 400;
	text-transform: uppercase;
}
/*Pagination-Styles*/
.pagination {
	display: flex;
	justify-content: center;
}
.pagination .nav-prev a,
.pagination .nav-next a {
	display: inline;
	margin: 10px;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #191d19;
	border-radius: 5px;
	transition: all 0.4s ease;
}
.pagination .nav-prev a:hover,
.pagination .nav-next a:hover {
	color: #fff;
	background-color: #191d19;
}


/*search/category bar tweaks*/
@media only screen and (min-width: 767px){
form.searchandfilter ul {
	display: flex;
	justify-content: center;
}

}
@media only screen and (max-width: 767px){
		body form.searchandfilter ul li{
		margin: 0px !important;
    text-align: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
	}
}
form#search-filter-form-549 input[type="submit"] {
    padding: 20px;
}

form.searchandfilter li.sf-field-search label {
	background: #fff;
	height: 100%;
	border: 2px solid #191d19 !important;
	border-radius: 0px !important;
	width: 100% !important;
}
form.searchandfilter input.sf-input-text {
	border: none !important;
}
form.searchandfilter li.sf-field-taxonomy-member-category label {
		height: 100% !important;
		width: 100%;
}

form.searchandfilter input.sf-input-text {
	height: 100% !important;
}
form.searchandfilter input[type="submit"] {
	color: #191d19;
	border-radius: 0px !important;
	background: #fff;
}
form.searchandfilter input[type="submit"]:hover {
	color: #fff;
	background: #191d19;
}

form.searchandfilter li.sf-field-search ::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
	color: #191d19;
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
form.searchandfilter li.sf-field-search ::-moz-placeholder { /* Firefox 19+ */
	color: #191d19;
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
form.searchandfilter li.sf-field-search :-ms-input-placeholder { /* IE 10+ */
	color: #191d19;
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
form.searchandfilter li.sf-field-search :-moz-placeholder { /* Firefox 18- */
	color: #191d19;
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
form.searchandfilter select.sf-input-select {
	color: #191d19;
	font-size: 16px;
	font-family: 'open-sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

form.searchandfilter label{
	width: 100%;
}
body form.searchandfilter ul {
	margin: 0px;
}
body form.searchandfilter ul li {
	margin: 0px 15px;
	width: 100%;
}
body form.searchandfilter ul li.sf-field-submit {
	max-width: 100px;
}
body form.searchandfilter ul li.sf-field-submit input {
	width: 100%;
}
/*Search and Filter 1302 (Blog) tweaks*/
.blog-grid {
	text-align: center;
}
.blog-grid .featured-image-container {
/* 	height: 70vh; */
}
.blog-grid .post-meta,
.blog-grid .post-title{
	margin-top: 20px !important;
	margin-bottom: 20px;
}
.blog-grid .post-title {
	font-family: "din-condensed";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .075em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
}
.blog-grid .description {
		font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.6em;
    text-transform: none;
}
.blog-grid .read-more a {
	font-family: "din-condensed";
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    color: #65dcc6;
}
.blog-grid .read-more a:after {
	content: "\2192";
    padding-left: .7em;

}

.quote.circle{
	z-index: 25;
}
@media only screen and (max-width: 767px){
	#site-logo #site-logo-inner a img {
    max-width: 165px !important;
	}
	.quote.circle{
	    display: none;
	}
	.elementor-main-swiper .elementor-carousel-image {
    background-size: contain !important;
}
}

@media only screen and (min-width: 767px){
	.quote.circle:hover {
	  background: #022131;
	  transition: .3s;
	}
	.quote.circle {
	  position: fixed;
	  right: 80px;
	  top: 70px;
	  width: 160px;
	  height: 60px;
	  justify-content: center;
	  align-items: center;
	  background: #000;
	  text-align: center;
	  padding: 15px;
	  box-shadow: 2px 2px 5px #00000080;
	  transition: .3s;
	  display: flex;
	  
	}

	div .quote-text {
	  color: #fff;
	  line-height: 1em;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'aktiv-grotesk';
	}
	
		div .quote-text i{
margin-left: 7px;
	}


}

p a{
	border-bottom: 1px solid rgba(0,0,0,0.3)
}
span.gfield_required {
    display: none !important;
}

legend.gfield_label.gfield_label_before_complex {
    border: 0px !important;
}

/*In the Media Page Image Links*/
.page-id-26 a.no-lightbox {
	width: 100%;
}

/*Reading List For Kids Card*/
.page-id-1234 .elementor-flip-box .elementor-flip-box__layer.elementor-flip-box__back {
	background: #191D19CC !important;
	overflow-y: scroll;
	overflow-x: hidden;
}
.page-id-1234 .elementor-flip-box .elementor-flip-box__layer__overlay {
	justify-content: flex-start;
}
.page-id-1234 .elementor-flip-box .elementor-flip-box__layer__inner {
	padding: 10px 0 20px;
}

/* Zoom Events CSS Override */
.btn-join-link-shortcode {
    color: white;
    text-color: white;
    background-color: #3375c8;
    text-transform: uppercase;
    width: 300px;
    border-radius: 5px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.dpn-zvc-shortcode-op-wrapper table tr:nth-of-type(odd) td {
    background-color: #f0f3f6;
}

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

.learndash-wrapper .ld-login-modal {
    margin: 0% 0 !important;
}
.learndash-wrapper .ld-modal{
    position: fixed !important;
    transform: translateY(5%) translateX(5%) !important;
}



.learndash-wrapper {
    max-width: 1100px !important;
    margin: auto !important; 
}
.ld-expand-button, a.ld-button{
    border-radius: 0px !important;
}
.learndash-wrapper .ld-topic-status, .learndash-wrapper .ld-course-status{
    background-color: transparent !important;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: #3375c8 !important;
    
    }
.learndash-wrapper .ld-progress .ld-progress-bar{
    background-color: #3375c88c  !important;
}

.ld-progress-percentage.ld-secondary-color {
    color: #3375c8 !important;
}
.learndash-wrapper #quiz_continue_link, .learndash-wrapper .ld-secondary-background, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-status-complete, .learndash-wrapper .ld-alert-success .ld-button, .learndash-wrapper .ld-alert-success .ld-alert-icon{
	background-color: #3375c8 !important;
}
h2.single-post-title.entry-title{
	display: none !important;
}

.learndash-wrapper .ld-alert-warning{
    border-color: #36b9a2 !important;
}


.learndash-wrapper .ld-tertiary-color-hover:hover, .learndash-wrapper .ld-tertiary-color, .learndash-wrapper .ld-alert-warning{
    color: #36b9a2 !important;
    font-weight: 700;
}

.ld-alert-icon.ld-icon.ld-icon-alert {
    display: none;
}

.ld-alert.ld-alert-warning {
    padding: 20px !important;
}

.learndash-wrapper input#wp-submit {
    color: #fff;
    line-height: 1em;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'aktiv-grotesk';
    background-color: #36b9a2 !important;
    border: 0px !important;
    border-radius: 0px !important;
}
#sftExt-frontend-button.left {
    right: 5px !important;
    left: auto !important;
}

#sftExt-frontend-button.bottom {
    top:  0px !important;
    bottom: auto !important;
}