/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme by Boston Web Group
Author: Jason Neri
Template: Divi
Author URL: https://bostonwebgroup.com
*/
 
/*------- Theme Customizations------- */

/* Custom Font Sizes */
h1, .entry-content h1 {
	font-size: 52px;
    line-height: 1.3em;
	letter-spacing:-1px;
}
h2, .entry-content h2, h2.entry-title {
	font-size:50px;
	line-height:1.3em;	
	letter-spacing:-1px;
}
h3, .entry-content h3 {
	font-size:36px;
	line-height:1.2em;	
}
h4, .entry-content h4 {
	font-size:24px;
	line-height:1.2em;	
}

@media screen and (max-width: 980px) {
	h1, .entry-content h1 {
		font-size: 48px;
	}
	h2, .entry-content h2, h2.entry-title  {
		font-size:46px;
	}
	h3, .entry-content h3 {
		font-size:34px;
	}
	h4, .entry-content h4 {
		font-size:22px;
	}
}
@media screen and (max-width: 767px) {
	h1, .entry-content h1 {
		font-size: 44px;
	}
	h2, .entry-content h2, h2.entry-title  {
		font-size:42px;
	}
	h3, .entry-content h3 {
		font-size:32px;
	}
	h4, .entry-content h4 {
		font-size:20px;
	}
}
/* End Custom Font Sizes */

/* Flex */

.flex {
	display:flex;
}
.ai_c {
	align-items:center;
}
.ac_c {
	align-content:center;
	flex-wrap:wrap;
}
.ac_fe {
	align-content:flex-end;
}
.ai_fs {
	align-items: flex-start;
}
.ai_fe {
	align-items: flex-end;
}
.flex_wrap {
	flex-wrap:wrap;
}
.flex_end {
	justify-content:flex-end;
}
.flex_between {
	    justify-content: space-between;
}
.flex_start {
	justify-content: flex-start;
}
.flex_center {
	justify-content: center;
}
.fd_c {
	flex-direction:column;
}
.stretch {
	align-items: stretch;
}
.f1 {
	flex: 1;
}
.f2 {
	flex:2;
}
.gap2percent {
	gap: 2%;
}
.gap45 {
	gap: 45px;
}
.row_gap20 {
  row-gap: 20px; 
}
.row_gap10 {
	  row-gap: 10px; 
}
@media (max-width: 980px) {
	.jc_cm { /* Center Flex on Tablet and Mobile */
		justify-content:center;
	}
	.ac_fs_tablet {
		align-items: flex-start !important;
	}
	.display_block_tablet {
		display:block;
	}
	.flex_jcc_mobile {
		justify-content:center;
	}
}
@media (min-width: 768px) {
	.flex_dt_tablet {
		display:flex;
	}
}
/* End Flex */

/* Misc Font specs
.home .home_nav {
	position: absolute;
  	left: 10%;
}
 */
.home #et-main-area {
	position: absolute;
  	top: 0;
  	width: 100%;
}
.home .et_pb_section.home_nav {
  background-color: transparent;
}

.home .home_nav .hp_nav .et_pb_menu__menu .et-menu {
	align-items:center;
}

.home .home_nav .hp_nav .et_pb_menu__menu {
	background-color: rgba(255,255,255,0.2);
  	border-radius: 12px 12px 12px 12px;
	padding: 8px 20px 6px 20px;
}
.home .home_nav .hp_nav .et_pb_menu__menu .nav_contact {
	background-color: #ffffff;
	color: #801822;
  	border-radius: 12px 12px 12px 12px;
	padding: 8px 14px;
	margin-left:10px;
}
.home .home_nav .hp_nav .et_pb_menu__menu .menu-item {
	margin-top:0;
}
.home .home_nav .hp_nav .et_pb_menu__menu .nav_contact a {
	color: #801822 !important;
	padding-bottom:0;
}
.home .home_nav .hp_nav .et_pb_menu__menu .nav_contact a:hover {
	color: #000000 !important;
	opacity:1;
}
.home .home_nav .hp_nav .et_pb_menu__menu a:hover {
	color: #801822 !important;
	opacity:1;
}
.home .home_nav .hp_nav .et_pb_menu__menu a {
	padding-bottom:0;
}

.intro_headline {
	color:#801822;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing:1px;
}
.arrow_after .et_pb_text_inner h4:after {
	font-family: 'ETMODULES';
  	content: '\24';
  	font-size: 26px;
  	color: #801822;
  	margin-left: 7px;
  	vertical-align: -6px;
}
@media (min-width: 981px) {
  footer .et_pb_column_1_2.footer_col_1 {
    	width: 48.5%;
    	width: 46% !important;
  }
}
footer .et_pb_column_1_6.footer_col_4 {
	min-width:176px;
}
.about_date {
	font-size: 22px;
	color:#ffff;
	background-color:#801822;
	border-radius:12px;
	padding:4px 10px;
	margin-bottom:20px;
}
.about_timeline img {
	border-radius:24px;
}
.dsm_content_timeline.about_timeline .dsm-content-timeline-content-wrapper {
	padding-top: 0px;
	padding-bottom: 60px;
}
.dsm_content_timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper {
	min-height: 500px;
}
.zoom_imgs .et_pb_image_wrap,
.zoom_imgs .et_shop_image {
	overflow: hidden;
			aspect-ratio: auto 300 / 300;

}
.zoom_imgs .et_pb_image_wrap img,
.zoom_imgs .et_shop_image img {
	transition: all .4s ease-in-out !important;
	object-fit: cover;
}
.zoom_imgs .et_pb_image_wrap img:hover,
.zoom_imgs .et_shop_image img:hover {
	transform: scaleX(1.05) scaleY(1.05) !important;
}
@media (min-width: 981px) {
	.zoom_imgs .et_pb_image_wrap,
	.zoom_imgs .et_shop_image {
		aspect-ratio: auto 300 / 300;
	}
}
/* Woo styles */
.category_products .products {
	display:flex;
	flex-wrap:wrap;
}
.category_products .product {
	background: #F5F4F0;
  	border-radius: 12px;
	padding-bottom:20px !important;
	display:flex;
	overflow: hidden;
}
.category_products .woocommerce ul.products li.product a,
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.category_products .product .loop-product-tags {
	margin-top: auto;
}
.category_products .product .woocommerce-loop-product__title,
.category_products .product .shop-product-short-desc,
.category_products .product .loop-product-tags {
	padding-left:20px !important;
	padding-right:20px !important;	
	display: flex;
  	flex-wrap: wrap;
}
.category_products .product .shop-product-short-desc {
	padding-bottom:20px;
}
.loop-product-tags .product-tag {
	color: #801822;
	background-color: #FFDDDD;
	padding: 6px 10px 4px;
	margin-right:14px;
	border-radius:12px;
	font-size:12px;
	line-height: 20px;
	letter-spacing: .5px;
	white-space: nowrap;
	font-family: Helvetica, Arial, Lucida, sans-serif;
	font-weight:400;
	margin-bottom:10px;
}
.product_images .woocommerce-product-gallery__image {
	border-radius:12px;
}
.product_images .flex-control-thumbs img {
	border-radius:8px;
}
.category_products .product .et_shop_image {
	border-radius: 12px 12px 0 0;
}
@media (min-width: 981px) {
	.category_products .product {
		width:23.5% !important;
		margin-right:2% !important;
	}
	.category_products .product:nth-of-type(4n) {
		margin-right:0 !important;
	}
}
/* End Woo Styles */
/* Gravity Forms custom styles */
.gform-theme--foundation .gform_fields {
	grid-row-gap:  18px !important;
	row-gap: 18px !important;
}
.gform-theme--foundation .gform_required_legend {
	font-size: 12px !important;
	padding-bottom: 16px !important;
}
.gform-theme--foundation input,
.gform-theme--foundation textarea,
.gform-theme--foundation select {
	border-color:#cccccc !important;
	border-radius:4px !important;
 	color: #333333!important; 
}
.gform-theme--foundation input::placeholder,
.gform-theme--foundation textarea::placeholder {
	color:#cccccc !important;
}
.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { 
	color:  #801822;
}
.gform-theme--foundation .gform_button {
	background-color: #801822 !important;
	border-color: #801822 !important;
  	font-size: 15px !important;
  	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
  	font-weight: 700 !important;
	color: #ffffff !important;
	padding: 16px 40px !important;
	border-radius:24px !important;
}
.gform-theme--foundation .gform_button:hover {
	background-color: #121212 !important;
	border-color:#121212 !important;
	color: #ffffff;
}
.gform-theme--foundation input,
.gform-theme--foundation textarea,
.gform-theme--foundation select {
	border-radius:4px !important;
}
.gform_description {
	display:none;
}
.gform-theme--foundation .gform_footer {
	display: flex;
	justify-content: center;
}
/* End Gravity Forms custom styles */
.dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-date {
	text-align:center;
}
.img_sidebyside img {
	width:45% !important;
}
@media (min-width: 981px) {
	.products_special .et_pb_row.et_pb_row_1-4_3-4 {
		max-width: 95% !important;
		margin-right: auto;
  		margin-left: 0;
	}
	.products_special .et_pb_row.et_pb_row_1-4_3-4 .col1 {
		border-radius: 0 24px  24px 0;
	}
}
@media (max-width: 980px) {
		.products_special .et_pb_row.et_pb_row_1-4_3-4 .col1 {
		border-radius: 24px;
	}
}
.swiper-container.dsm_image_carousel_container  {
	margin-bottom:0 !important;
}
.dsm_image_carousel_0 .swiper-button-prev, .dsm_image_carousel_0 .swiper-button-next {
	background-color: rgba(245,244,240,0.67);
	height: 30px !important;
	width: 30px !important;
	margin-top: -20px;
}
@media (min-width: 981px) {
	.special_pd .et_pb_gutters2 .et_pb_column_1_4 {
    	width: 10%;
		margin-right: 3%;
		padding-top: 0;
  	}
	.special_pd .et_pb_gutters2 .et_pb_column_3_4 {
    	width: 87%;
  }
	.special_pd .et_pb_gutters2 .et_pb_column_3_4 > .et_pb_row_inner > .et_pb_column_3_8:first-of-type {
		width: 30%;
		margin-right: 3%
	}
	.special_pd .et_pb_gutters2 .et_pb_column_3_4 > .et_pb_row_inner > .et_pb_column_3_8 {
		width: 67%;
	}
	.special_pd .et_pb_column_3_4 .et_pb_row_inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	.hp_video .et_pb_section_video_bg .mejs-video {
		top:-16%;
	}
}

.special_pd.shadow .et_pb_row.et_pb_row_1-4_3-4 {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	border-radius: 24px 24px 24px 24px;
	padding:30px;
	background-color:#ffffff;
}


.product .related h2 {
    width: 100%;
    margin-bottom: 20px;
}

.product .related ul.products {
    width: 100%;
}