/*
Theme Name: Divi Child
Template: Divi
*/



@media (max-width:980px) {
    .ss-product-category-section .reverse-columns-mobile.et_pb_row, .et_section_specialty.reverse-columns-mobile .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
	
}

/* tighten fibosearch margin on the sidebars */
.dgwt-wcas-widget {
	margin-bottom: 5% !important;
}

/* fix width of search bar width in side bar */
.ss-sidebar-search > div > .dgwt-wcas-search-wrapp {
	min-width: 1px;
}
/* sets the spacing between related products on the product detail page */
div.owl-item > li {
	padding-right: 20px !important;
}

/* sets the line spacing of the related posts in the right sidebar on the ask ross page */
div#recent-posts-2 > ul > li {
	margin-bottom: 1.5em;
}


h2.woocommerce-loop-product__title {
	min-height: 90px;
}

li.podcast-wrapper {
	padding-bottom: 24px;
	list-style: none !important;
	list-style-position: outside;
	display: flex;
	align-items: center;
}
li.podcast-wrapper:before {
	content: '\e04e' !important;
	color: #284a9f !important;
	font-family: 'ETMODULES'!important;
	text-align: center;
	margin-right: 10px;
	margin-left: -14px;
	font-size: 2.4em!important;
}
a.podcast-title {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 0px;
	display: block;
	line-height: 1.0em;
}
@media only screen and (max-width: 600px) {
	a.podcast-title {
		font-size: 19px;	
	}
	.podcast-title-text {
		display: block;
		line-height: 1.0em;
	}
}
a.podcast-title:hover {
	color: #d10024;
}
.podcast-date {
	font-size: 14px;
	color: #6b6b6b;
	padding-top: 0px;
	margin-top: -5px;
}
.slick-slide {
	width: 150px !important;
}
/* header settigns */

/* add shadow to header when sticky */
.has_et_pb_sticky > #ss-header-section {
	box-shadow: 3px 3px 18px 0px rgba(0,0,0,0.3);
}

/* correct height of header when sticky on mobile */
@media only screen and (max-width: 600px) {
	.has_et_pb_sticky .et_pb_column_1_tb_header {
		padding-bottom: 0px;
	}
}


.has_et_pb_sticky .mega-toggle-animated-inner {
	background-color: #284a9f !important;
}
.has_et_pb_sticky .mega-toggle-animated-inner:before {
	background-color: #284a9f !important;
}
.has_et_pb_sticky .mega-toggle-animated-inner:after {
	background-color: #284a9f !important;
}

/* correct search icon postion in mobile drop-down menu */
@media only screen and (max-width: 600px) {
	/* set position of search icon */
	.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
		margin-left: 10px;
	}
	/* add space above cart icon */
	#fkcart-mini-toggler {
		margin-top: 10px;
	}
	/* set cart icon black and space it */
	.fkcart-shortcode-icon-wrap {
		color: #000 !important;
		font-size: 19px;
		padding-left: 8px;
	}
	/* set search icon color black */
	.dgwt-wcas-ico-magnifier-handler path {
		fill: #000 !important;
	}
}

/* make cart icon white when header is not sticky */
.fkcart-shortcode-icon-wrap {
	color: #fff;
	font-size: 19px;
	padding-left: 8px;
}
/* make cart icon black when header is sticky */
.has_et_pb_sticky .fkcart-shortcode-icon-wrap {
	color: #000;
	font-size: 19px;
	padding-left: 8px;
}
/* make search icon black when header is sticky */
.has_et_pb_sticky .dgwt-wcas-search-icon path {
	fill: #000;
}
/* Change menu color to black when sticky (scrolled) */
.has_et_pb_sticky li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}

/* make search icon black on single product pages when header is sticky */
.single-product .dgwt-wcas-search-icon path {
	fill: #000;
}

/*  Change menu color to black when sticky (scrolled) my account page*/
.woocommerce-account li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}

/* make cart icon black on single product pages when header is not sticky */
.single-product .fkcart-shortcode-icon-wrap {
	color: #000;
	font-size: 19px;
	padding-left: 8px;
}

/* Change menu color on single product pages to black when not sticky (scrolled) */
.single-product li.mega-menu-item > a.mega-menu-link {
	color: #000 !important;
}


/*  AWeber form styling
*   relies on jQuery script residing on the related pages
*   that adds these classes
*/
.ss-af-header {
	padding-top: 1px !important;	
	padding-bottom: 1px !important;
	background-color: #284a9f !important;
	border-top: 1px solid #d6d6d6 !important;
	border-left: 1px solid #d6d6d6 !important;
	border-right: 1px solid #d6d6d6 !important;
}
.ss-af-header-bodyText {
	/* background-color: orange !important	*/
}
.ss-af-header-bodyText p {
	margin-top: 6px !important;	
	margin-bottom: 3px !important;
}
.ss-af-header-text {
	font-size: 24px !important;
	color: #FFF !important;
}
.ss-af-body {
	background-color: #284a9f !important;
	border-left: 1px solid #d6d6d6 !important;
	border-right: 1px solid #d6d6d6 !important;
}
.ss-af-bodyText {
	line-height: 1.6em;
}
.ss-af-bodyText-p {
	margin: 0px !important;
}
.ss-af-bodyText-span {
	font-size: 16px !important;
}
.ss-af-divider {
	height: 0px !important;
}
.ss-af-field-label {
	
}
.ss-af-input-field-div {
	
}
.ss-af-input-text-field {
	color: #000 !important;
}
.ss-af-input-text-field:focus {
	color: #000 !important;
	background-color: #fff !important
}
.ss-af-button-container {
	
}
.ss-af-submit-button {
	font-size: 20px !important;
	background-color: #D10024 !important;
	background-image: none !important;
	padding: 5px 24px !important;
	font-family: 'Cabin', Helvetica, Arial, lucinda, sans-serif !important;
}
.ss-af-privacy-policy {
	
}
.ss-af-privacy-policy-text {
	color: #fff !important;
	
}
.ss-af-privacy-policy-link {
	
}
.ss-af-footer {
	background-color: #284a9f !important;
	border-left: 1px solid #d6d6d6 !important;
	border-right: 1px solid #d6d6d6 !important;
	border-bottom: 1px solid #d6d6d6 !important;
}
.ss-af-footer-bodyText {
	line-height: 1.2em;
}
.ss-af-footer-bodyText-p {
	margin: 0px !important;
}
.ss-af-footer-text {
	line-height: 1.1em;
	font-size: 14px !important;
	color: #FFF !important;
}
/* hides the AWeber forms so we can reformat them using jQuery/CSS and so the
 * orginal css doesn't flash prior to docuemnt.ready
 */
 .af-form-wrapper {
	/* display: none; */
}

/* .term-94 a.mega-menu-link {
	color: white !important;
} */
view-all-products-btn-wrapper {
	width: 100%;
}
.view-all-products-btn {
	color: #262626;
	font-size: 18px;
	background-color: #efefef;
	padding: 10px 20px;
	font-weight: bold;
}
.ss-blog-1-1 .entry-featured-image-url {
  padding-top: 100%;
}

.ss-blog-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 25%;
  width: 25%;
  bottom: 0;
  object-fit: cover;
}

.ss-image-wrapper-maps {
	border: 1px solid #dcdcdc;
}
ss-image-wrapper-maps:hover {
	border: 1px solid #d10024;
}
.ss-image-wrapper > a > img {
	border: 1px solid #dcdcdc;
}
.ss-image-wrapper > a > img:hover {
	border: 1px solid #d10024;
}
.product-type {
	font-size: 14px;
	color: #284a9f;
}
.product-type-shortcode {
	font-size: 17px;
	color: #284a9f;
}

.dgwt-wcas-search-input {
	border-width: 1px !important;
	border-radius: 3px !important;
}
.flex-sameheight .et_pb_column_1_3 {
	display: flex;
}
.latests-wrapper {
	margin-top: 20px;
}
.latests-wrapper li {
	margin-bottom: 18px;	
}
.ss-stats {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.ss-link {
	color: #284a9f;
}
.ss-link:hover {
	color: #D10024;
}
/* Side by Side Buttons v1 */
.side-by-side-btns .et_pb_button_module_wrapper {
	display: inline-block;
	margin-left: 10px;
	
}

.side-by-side-btns .et_pb_text {
	display: inline-block;
	margin-left: 10px;	
	margin-bottom: 0px !important;
}
.ds-fullwidth-specialty > .et_pb_row {
    min-width: 100% !important;
} 
.wcpt-text {
	font-size: 14px !important;
}
.wcpt-title {
	font-size: 14px !important;
}
.wcpt-currency {
	font-size: 14px !important;
}
.wcpt-amount {
	font-size: 14px !important;
}
.wcpt-button {
	padding: 3px 10px 3px 10px !important;	
}
.wcpt-cell {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/****** Vertically center rows in sections and modules in columns *******/ 
.dh-valign-center-row .et_pb_column,
.dh-valign-center-section,
.dh-valign-center-module {
   display: flex;
   flex-direction: column;
   justify-content: center;
}