/*
Theme Name: elemus
Template: underscores

Description: Дочерняя тема для работы с Elementor на основе underscores
Version: 21.09

импортируем стили родительской темы в functions.php 
через functions-wp_enqueue_style
no @import url("../underscores/style.css");
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
:root {
	--heading-blue: #59c;
	--heading-green: #5c9;
	--heading-orange: #c95;
}
.page {
	margin-bottom: 0;
}
body {
	line-height: 1.15;
	font-family: "Roboto", Sans-serif;
	margin-bottom: 0;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
.left, .alignright {
    float: right;
}
.right, .alignleft {
    float: left;
}
.clear {
	clear: both;
}
article {
	margin: 0.5em 0 1.5em 0;
	margin: 0 auto;
}
article h1 {
	color: #59c;
	text-align: center;
	font-size: 2.4rem;
	text-transform: uppercase;
	padding: 30px 0;
}
article h2 {
	font-size: 30px;
	color: #2e609e;
	padding: 12px 0 6px;
	text-align: left;
}
article h3 {
	margin: 0.5em 0 1em 0;
	text-align: center;
	color: #2e609e;
}
article ul, article ol {
    margin: 0.5em 0 1em 0;
}
h1.entry-heading {
	font-size: 32px;
	color: #622;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;	
}
.entry-sutitle {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;	
}
.entry-sutitle h2 {font-size: 2.4rem; }
.entry-sutitle h3 {	font-size: 2.2rem; }

.sutitle-blue   { color: var(----heading-blue); }
.sutitle-green  { color: var(----heading-green); }
.sutitle-orange { color: var(----heading-orange); }

.headlist ul {
	margin: 0;
}
.headlist li {
	margin: 8px 0 0 0;
}


.nums p span {
  font-size: 40px;
  font-weight: bolder;
}


/* ----------------- Main Form -------------------------  */

div.mainform {
	max-width: 500px;
	display: block;
	margin: 0 24px 0 auto;	
}

.mainform p {
	color: #ccc;
	text-align: right;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
}
.mainform p span {
	color: #000;
}
.mainform input#mainbutton {
	background-color: #7FE910;
	display: block;
	margin: 0 0px 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.priceform p {
	color: #ccc;
	text-align: right;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
}
.priceform p span {
	color: #000;
	align-content: right;
}
.priceform p span input {
	max-width: 250px;
}
.priceform input#pricebutton {
	background-color: #7FE910;
	display: block;
	margin: 0 0px 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.bacall div a {
    float: right;
    color: #7FE910;
    font-weight: bold;
    font-size: 24px;
    text-decoration: underline;


/* ----------------------------------------------------------  */
