/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face {
    font-family: 'Fraunces-light';
    src: url('./assets/fonts/Fraunces-light.woff2') format('woff2'), 
         url('./assets/fonts/Fraunces-light.woff') format('woff'),  
		 url('./assets/fonts/Fraunces-light.svg') format('svg'),
         url('./assets/fonts/Fraunces-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Fraunces-Regular';
    src: url('./assets/fonts/Fraunces72pt-Regular.eot');
    src: url('./assets/fonts/Fraunces72pt-Regular.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/Fraunces72pt-Regular.woff2') format('woff2'),
         url('./assets/fonts/Fraunces72pt-Regular.woff') format('woff'),
         url('./assets/fonts/Fraunces72pt-Regular.ttf')  format('truetype'),
         url('./assets/fonts/Fraunces72pt-Regular.svg#Fraunces 72pt') format('svg');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica World';
    src: url('./assets/fonts/HelveticaWorld-Regular.eot');
    src: url('./assets/fonts/HelveticaWorld-Regular.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/HelveticaWorld-Regular.woff2') format('woff2'),
         url('./assets/fonts/HelveticaWorld-Regular.woff') format('woff'),
         url('./assets/fonts/HelveticaWorld-Regular.ttf')  format('truetype'),
         url('./assets/fonts/HelveticaWorld-Regular.svg#Helvetica World') format('svg');
	font-weight: normal;
    font-style: normal;
	font-display: swap;
} */

.img-inner { 
	border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cover-schedule .img-inner { 
	border-radius: 0;
    box-shadow: none;
	transform: translateY(60px);
}
.header-image .img-inner { 
    border: 0;
    box-shadow: none;
}
.bo-radius{
	border-radius: 8px;
}
.shadow { 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.over { 
	overflow: hidden;
	position: relative;
}
.mt-3 {
	margin-top: 1rem;
}
.mb-3 { 
	margin-bottom: 1rem;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.alias-title {
	margin: 0 auto;
}
.alias-title .section-title b {
	display: none;
}
.alias-title .section-title .section-title-main {
	border: 0;
	padding: 0;
	width: 100%;
}
.alias-title .section-title { 
	margin-bottom: 0;
}
.sub-title { 
	line-height: normal;
}
.blog-item .col-inner {
	border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.style-testimonial .testimonial-name,
.style-testimonial .testimonial-company {
	color: #5A7764;	
}
.style-testimonial .testimonial-name-divider {
	color: #666;
}

.gift-card .col-inner {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	height: 215px;
	width: 100%;
	max-width: 215px;
}

/* Style Contact Form 7 */
.schedule-services .col-inner,
.form-group .col-inner{ 
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.form-group form .form-control{
	border-radius: 8px;
	font-size: 90%;
}
.receive-form p { 
	position: relative;
}
.receive-form p .form-control { 
	border-radius: 8px;
	margin-bottom: 0;
	padding-right: 105px;
}
.receive-form p .wpcf7-submit { 
	margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
}
/* Style Footer Info */
.footer-info {
	text-align: left;
}
.footer-info h2{
	color: #001f45;
}
.footer-info p {
	align-items: center;
	color: #333;
	display: flex;
	line-height: normal;
}
.footer-info p span{
	border: 3px #fff double;
    border-radius: 8px;
	color: #fff;
    display: inline-block;
    float: left;
    height: 40px;
    max-width: 40px;
    margin-right: .5rem;
    background-color: #001f45;
    text-align: center;
    line-height: 36px;
	width: 100%;
}
.footer-wrapper .absolute-footer { 
	padding: 0.5rem 0;
}
.copyright-footer { 
	color: #fff;
}
.copyright-footer strong { 
	font-weight: normal;
}

.grid-col .box-image,
.grid-col .box-image img { 
	border-radius: 12px;
	object-fit: contain;
}
/* Contact Form - Style Button */
.button, button, input[type=button], input[type=reset], input[type=submit] { 
	border-radius: 8px;
	font-size: 95%;
	font-weight: normal;
	min-height: auto;
	margin: 0;
	letter-spacing: normal;
	line-height: normal;
	padding: 10px 16px;
	text-transform: unset;
}
/* Style Blog Archive */
.blog-archive .col { 
	padding: 8px;
}
.article-inner,
.products .product-small .col-inner,
.related-products-wrapper .product-small .col-inner,
.blog-archive .col-inner .box-blog-post {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: .5rem;
}
.article-inner { 
	padding: 1rem;
}
.article-inner .entry-content p { 
	color: #333;
}
.article-inner .entry-content p img{ 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.article-inner .entry-content p img,
.products .product-small .col-inner .box-image,
.related-products-wrapper .product-small .col-inner .box-image,
.blog-archive .col-inner .box-blog-post .box-image .image-cover { 
	border-radius: 8px;
}
.blog-archive .col-inner .box-blog-post .box-text { 
	padding-bottom: 0;
}
.products .product-small .col-inner .box-text,
.related-products-wrapper .product-small .col-inner .box-text{ 
	font-size: 100%;
    padding: .5rem 0;
}
.products .product-small .col-inner .box-text .add-to-cart-button,
.related-products-wrapper .product-small .col-inner .box-text .add-to-cart-button{ 
	text-align: center;
}
.products .product-small .col-inner .box-text .title-wrapper .product-title,
.related-products-wrapper .product-small .col-inner .box-text .title-wrapper .product-title{ 
	margin: 0 auto;
	margin-bottom: .5rem;
}
.related-products-wrapper .product-small .col-inner .box-text .add-to-cart-button a,
.products .product-small .col-inner .box-text .add-to-cart-button a { 
	font-size: 90%;
    border-radius: 30px;
    font-weight: normal;
}
span.amount {
    color: #d30000;
    font-weight: 500;
    font-size: 95%;
}
.product-gallery-slider img{ 
	border-radius: 12px;
}
.product-thumbnails .col a { 
	border-radius: 8px;
	border: 1px #e1e1e1 solid;
}
.product-short-description ul{ 
	list-style: none;
}
.product-short-description ul li { 
	border-bottom: 1px #e1e1e1 dashed;
	color: #333;
	font-size: 90%;
	margin: 0;
	line-height: normal;
	padding: 8px 0;
}
.product-short-description ul li:last-child{ 
	border-bottom: 0;
}
.blog-archive .col-inner .box-blog-post:hover .box-image .image-cover a img { 
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .is-divider { 
	display: none;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title,
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title a,
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt { 
	margin: 0;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title { 
	margin-bottom: .5rem;
	min-height: 45px;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title a,
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt { 
	min-height: 46px;
}
.entry-content { 
	color: #333;
	padding: 0;
}
.meta-entry { 
	font-size: 90%;
	margin: 0;
}
.meta-entry li {
	list-style: none;
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 0;
}
.post-tags a { 
	color: #333;
	font-size: 90%;
}
.post-tags a:hover { 
	color: #6c9078;
}
.article-inner .entry-title {
	font-size: 125%;
}
.row-large>.post-sidebar { 
	padding: 0;
}
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content p strong{ 
	color: #333;
	font-weight: normal;
}
.wp-block-heading { 
	color: #6c9078;
	font-size: 120%;
}
.widget_block { 
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 1rem;
}
.widget_block ul li { 
	border-bottom: 1px #e1e1e1 dashed;
	font-size: 95%;
	margin: 0 auto;
	line-height: normal;
	padding: 8px 0;
}
.widget_block ul li:last-child { 
	border-bottom: 0;
}
.menu-menu-support-container .menu li a, 
.menu-menu-footer-container .menu li a { 
    color: #333;
    font-size: 95%;
	line-height: normal;
	padding: 10px 0;
	width: 100%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}