/**
* Theme Name: R-Energy Child
* Description: This is a child theme of R-Energy, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: r-energy
* Version: 1.2.4
*/

body {
	font-family: "MuseoModerno", sans-serif;
}

/* main page contacts form */

.form.main-page-footer-form .r-button span {
	background-color: #25272A;
}

.form.main-page-footer-form .input-label .input,
.form.main-page-footer-form .textarea-label .textarea {
	color: #E0E1E2;
}

.form.main-page-footer-form+.wpcf7-response-output {
	color: #E0E1E2;
}

.form.main-page-footer-form {
	background-color: transparent;
	padding: 0;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}

/* Product title */
.product-item .title {
	font-family: "Roboto", sans-serif;
}

/* Main menu */
.main-menu>li>a,
.main-menu .sub-menu>li>a,
.mobile-menu>li>a {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

/* Slider Revolution promo--style-3-slider */
@media only screen and (min-width: 576px) {
	.promo-slider .item--style-3 .title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) {
	.promo-slider .item--style-3 .title {
		font-size: 80px;
	}
}

@media only screen and (min-width: 992px) {
	.promo-slider .item--style-3 .title {
		font-size: 105px;
	}
}

@media only screen and (min-width: 1200px) {
	.promo-slider .item--style-3 .title {
		font-size: 130px;
	}
}