/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.entry-title {
   display: none !important;
}

.addressEmail a {
	color: #EDDECF !important;
}

.elementor-button-link.elementor-button.elementor-size-sm {
	outline: none !important;
}

/* media queries */

@media (min-width: 610px) and (max-width: 649px) {
	.upcyclingContainer {
		background-position: center -620px !important;
	}
}

@media (min-width: 650px) and (max-width: 699px) {
	.upcyclingContainer {
		background-position: center -640px !important;
	}
}

@media (min-width: 700px) and (max-width: 720px) {
	.upcyclingContainer {
		background-position: center -700px !important;
	}
}


@media (min-width: 720px) and (max-width: 767px) {
	.upcyclingContainer {
		background-position: center -840px !important;
	}
}

@media (max-width: 340px) {
	.heroMessage {
		width: 187px !important;
	}	
}


@media (max-width: 1150px) {
	.breadProduct-Container {
		--flex-wrap: wrap !important;
	}

	.cinnamonBread-Container, 
	.jalapenoBread-Container,
	.multigrainBread-Container,
	.traditionalBread-Container {
		width: 50% !important;
	}
}

@media(max-width: 490px) {
	.breadProduct-Container .e-font-icon-svg.e-fas-long-arrow-alt-right {
		display: none !important;
	}	
}