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

/*************** ADD CUSTOM CSS HERE.   ***************/

#footer img {
    width: 110px;
}

#main, #wrapper {
    background-color: #F9F7F5;
}

.page-wrapper {
	padding-bottom: 0;
	padding-top: 20px;
}

.large-12 {
	padding: 0;
}

.preserveSec {
	padding-top: 0 !important;
	padding-bottom: 15px !important;
}

.preserveFoodHead h1 {
    color: #333333;
    font-size: 60px;
    text-align: center;
    margin-bottom: 28px;
	line-height: 1.2;
}

.forItalic {
	font-style: italic;
	font-weight: 500;
}

.preserveFoodRow img {
    position: relative;
}
.page-id-10 .preserveImageText {
    top: auto !important;
    bottom: 39px;
	width: 430px;
	color: #fff;
}
.preserveImageText {
    position: absolute;
    top: 140px;
    width: 330px;
    font-family: Cedarville Cursive;
    left: 50%;
	font-weight: 500;
    transform: translateX(-50%) rotate(-4deg);
    color: #333333;
    font-style: italic;
    text-align: center;
    font-size: 35px;
    margin: auto;
}

.appKeyFeatures,
.waitlistsec {
	padding-top: 0 !important;
}

.page-id-61 .waitlistText {
	border-top: none;
}

.downloadAppRow,
.waitlistText {
    border-top: dashed 1px #282621;
    padding: 15px 0 10px;
    border-bottom: dashed 1px #282621;
}

.waitlistText h3 {
    color: #9F1419;
    text-align: center;
    font-size: 29px;
}

.waitlistText .waitlistDiv {
	display: flex;
}

.waitlistText input:focus,
.waitlistText input {
	box-shadow: none;	
}

.waitlistText input {
	padding: 22.5px 21px;	
}

.waitlistText a {
	height: fit-content;
}

.waitlistText button {
    background: url(/wp-content/uploads/2025/03/border.png) center no-repeat;
    background-size: 153px;
    color: #9F1419;
    text-transform: capitalize;
    width: max-content;
    padding: 4px 30px;
	margin: 0;
}

@-moz-document url-prefix() {
	.waitlistText button {
		background-size: 161px;
	}
}

.behindSec {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.behindRow .textCol {
	padding: 25px 16px 31px 25px;
}

.behindRow .imageCol {
    height: 465px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 30%), url(/wp-content/uploads/2025/03/alimento_two.webp) center;
    background-repeat: no-repeat;
}

.behindRow {
	border: 1px solid #282621;
	align-items: center;
	background: #f4f0e6;
}

.behindText {
    border-right: dashed 1px #282621;
}
.behindText img {
	width: auto;
	height: 130px;
	margin-top: 19px;
}

.behindText span {
    color: #215DA3;
    font-size: 40px;
    max-width: 387px;
    font-family: Cedarville Cursive;
    display: block;
}

.feedSliderRow {
    border-top: dashed 1px #282621;
    padding: 15px 0 18px;
    border-bottom: dashed 1px #282621;
}

.feedSlider {
    align-items: center;
    white-space: nowrap;
    animation: marquee 12s linear infinite;
}

.feedSliderRow .col-inner {
    display: flex;
    gap: 25px;
	overflow: hidden;
}

.feedSliderRow .large-12 {
	padding: 0;
}

.feedSlider .forItalic {
	color: #CB4D12;
	font-weight: 600;
}

.feedSlider h3 {
	font-size: 29px;
	color: #282621;
	margin-bottom: 0;
}

.header #logo {
    width: 175px;
}

.top-divider {
    border-bottom: dashed 1px #282621;
	border-top: none;
	margin: 0;
	opacity: 1;
}

.absolute-footer {
    padding: 10px 0px 65px;
}

.copyright-footer {
	font-size: 18px;
    color: #282621;
}

.copyright-footer strong {
	font-weight: 200;
}

#footer .img-inner {
    text-align: center;
}

/* mobile app lamding page */

.page-id-61 .preserveSec {
    padding-bottom: 5px !important;
}

.downloadAppSec {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.downloadAppRow {
	align-items: center;
	padding: 25px 0 0;
}

.downloadAppText h3 {
    color: #9F1419;
    font-size: 42px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.downloadAppText strong {
    color: #333333;
    font-size: 18px;
    background: url(/wp-content/uploads/2025/03/coming-soon.png) left center no-repeat;
    background-size: 28px;
    padding-left: 36px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    padding-top: 3px;
    font-family: 'Playfair Display';
	font-style: italic;
}

/* .downloadAppText img {
    width: auto;
    height: 40px;
}

.downloadAppText .downloadIcons {
    display: flex;
    gap: 12px;
}
 */
.keyfeaturesRow {
    border-bottom: dashed 1px #282621;
    padding: 5px 0 15px;
}

.keyfeaturesRow .icon-box p {
	color: #282621;
	font-size: 18px;
	line-height: 1.4;
}

.keyfeaturesRow .icon-box img {
    width: auto;
    height: 115px;
}

.keyfeaturesRow .icon-box span {
	display: block
}

.keyFeatureText h2 {
    color: #215DA3;
    text-align: center;
    padding-bottom: 50px;
    font-size: 35px;
    font-weight: 600;
}

/* keyframes  */

@keyframes marquee {
   0% {
      transform: translate(0, 0);
   }

   100% {
      transform: translate(-100%, 0);
   }
}

/* media queries */

@media (max-width: 549px) {
	.preserveImageText {
        top: 115px !important;
		width: 230px !important;
    }
	.keyFeatureText h2 {
		padding-bottom: 10px;
	}
	.downloadAppText strong {
		margin-top: 10px;
	}
	div.preserveFoodHead h1 {
		font-size: 32px !important;
	}
	.copyright-footer {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.page-wrapper {
    	padding-top: 20px;
	}
	.downloadAppText h3 {
    	font-size: 29px;
	}
	.behindText span {
		font-size: 25px;
	}
	.waitlistText h3 {
        font-size: 24px;
        line-height: 1.3;
    }
	.preserveImageText {
		font-size: 20px !important;
	}
}
@media (max-width: 768px) {
	.preserveImageText {
		top: 170px;
	}
}

@media (max-width: 849px) {
	.preserveFoodHead h1 {
        font-size: 45px !important;
    }
	.preserveImageText {
    	line-height: 1;	
		font-size: 24px;
	}
	.downloadAppText strong {
		width: fit-content;
		padding-top: 3px;
		margin: auto;
	}
	.downloadAppText {
		text-align: center;
	}
	.downloadAppText  {
        padding: 12px 0 30px;
    }
	.keyfeaturesRow .icon-box p {
    	font-size: 14px;
	}
	.downloadAppRow .col {
		padding: 0;
	}
	.downloadAppRow .downloadTextCol,
	.behindRow .textCol {
		order: 2;
	}
	.downloadAppRow .downloadimgCol,
	.behindRow .imageCol {
		order: 1;
	}
	.behindText span {
		max-width: 100%;
	}
	.behindText {
	    border-right: none;
	}
}

@media (max-width: 1024px) {
	.preserveFoodHead h1 {
		font-size: 48px;
	}
}