/*
Theme Name: Nuritas
Description: Custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


@media screen and (max-width: 500px) {
	/* .section.front_page__hero {position: relative;}
	.section.front_page__hero:before {content:''; position: absolute; top: 0; left: 0; width: 100%; height: 99.5%; background: rgba(0,0,0,0.65);border-radius: 0 0 40px 40px;z-index: 1;} */
	/* .section.front_page__hero > .container, .section.front_page__hero > .curve {position: relative; z-index: 2;} */
	.front_page__products { background: #f0faf9!important; position: relative; overflow: hidden; }
	.front_page__products:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(assets/images/connection.png);
    background-repeat: no-repeat; z-index: 1; opacity: 0.2; }
	section.section.front_page__products > .container { position: relative; z-index: 2; }
	body .front_page__products--content .buttons .button--icon { max-width: 100%; }
}


.download-banner-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0a4442;
    padding: 2rem;
    color: white;
    text-align: center;
	z-index:999;
}

.download-banner-fixed h5 {
    color: white;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 1.5;
}

.download-banner-fixed a {
    color: white;
	font-weight: 700;
}

.button--icon svg { max-height: 44px!important; width: auto; }

.peptistrong_page__hero .buttons .button--icon svg {
    height: 40px!important;
}


.green-box-gradient {
	background: transparent linear-gradient(90deg,#37a836 0%,#37b4a9 100%) 0% 0% no-repeat padding-box;
	flex-wrap: wrap;
	max-width: 460px;
	padding: 2rem 0 0.25rem;
	border-radius: 30px;
}

.green-box-gradient > div {
	width: 50%;
	text-align: center;
	color: white;
	font-weight: 700;
	margin: 1rem 0;
}

