/*
Theme Name:     Divi Child Theme
Theme URI:      http://www.elegantthemes.com/gallery/divi
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     http://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a {
	color: #fff;
}

.black, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a {
	color: #000;
}

.upper, .upper h1, .upper h2, .upper h3, .upper h4, .upper h5, .upper h6, .upper li, .upper a {
	text-transform: uppercase;
}

.lower, .lower h1, .lower h2, .lower h3, .lower h4, .lower h5, .lower h6, .lower li, .lower a {
	text-transform: lowercase;
}

.no-space, .no-space h1, .no-space h2, .no-space h3, .no-space h4, .no-space h5, .no-space h6, .no-space li, .no-space a {
	margin-bottom: 0 !important;
}


/* -- FOOTER -- */
.freshy_copyright a {
	display: inline-block;
	vertical-align: middle;
	width: 68.5px;
	height: 20px;
	background-image: url(/wp-content/uploads/2023/12/freshy-logo-footer.svg);
	background-repeat: no-repeat;
	background-size: 68.5px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.freshy_copyright span {
	display: inline-block;
	color: #fff;
	font-weight: 400;
}

.freshy_copyright span::after {
	display: inline-block;
	content: '';
	border-right: 1px solid #fff;
	padding-left: 10px;
	margin-right: 10px;
	height: 20px;
	vertical-align: middle;
}

/* fix if using Impreza to remove underline */
.freshy_copyright a:hover {
	border: 0 !important;
}

.l-subfooter.at_bottom {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-widget h4 {
	color: rgba(255, 255, 255, 0.5)!important;
}

/* -- END FOOTER -- */


/* -- Start Responsive -- */

@media screen and (max-width: 767px) {
	.hide-mobile {
		display: none;
	}

	/*  .fit-text h1{
	font-size:26px;
}

	h1.slide-text{
	font-size:28px;
}

	h1{
	font-size:27px!important;
}*/
}


@media screen and (min-width: 768px) {
	.hide-desktop {
		display: none;
	}

	/*.et_pb_fullwidth_header_scroll {
	bottom: 100px!important;
}*/
}

/* -- End Responsive -- */