/* 
Theme Name:		 VMG Steric Systems
Theme URI:		 
Description:	 A child theme
Author:			 
Author URI:		 
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 stericsystems
*/
/*
Add your custom styles here
*/
.updown {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action {
    0% { transform: translateY(10px); }
    100% { transform: translateY(-10px); }
}
:root{
	--ColorLight: #fff;
	--ColorDark: #090e24;
	--ColorText: #090e24;
	--ColorLink: #1191ed;
	--ColorHover:#1154ed;
	--HeaderMain: 100px;
	--adminbarHeight: 0px;
	--NavUp: 80px;
	--adminbarHeight:0;
	--HeaderTop:0;
	--HeaderTopVisible:35px;;
	/*TYPOGAPHY*/
	--FontHeading: 'Marcellus',Arial,sans-serif;
	--FontDefault: 'Roboto',Arial,sans-serif;
	--FontSize: 20px;
	--FontWeight: 300;
	--LetterSpace: 0.01em;
	--LineHeight: 1.3em;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
body{
	color: var(--ColorText);
	font-family: var(--FontDefault);
	font-size: var(--FontSize);
	font-weight: var(--FontWeight);
	line-height: var(--LineHeight);
	color: var(--ColorText);
	letter-spacing: var(--LetterSpace);
}
a {
	color: var(--ColorLink);
}
body{
	background: #eef8ff;
	color: var(--ColorText);
	font-family: var(--FontDefault);
	font-size: var(--FontSize);
	font-weight: var(--FontWeight);
	line-height: var(--LineHeight);
	letter-spacing: var(--LetterSpace);
	overflow-x: hidden;
}
strong{
	font-weight: 500;
}
li, ol, ul {
    margin-bottom: 15px;
}
/*
 * 
 * ELEMENTOR TWEAK
 * 
 */
.elementor-page .elementor-heading-title {
    margin-bottom: 0.5em;
}
.page-title .elementor-heading-title.elementor-size-default{
	margin-bottom: 0;
}
.elementor-pagination .page-numbers {
    background: var(--e-global-color-primary);
    border-radius: 50%;
    height: 40px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
}
.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover{
	background: var(--e-global-color-accent);
}
/*
 * 
 * TYPOGRAPHY
 * 
 */
.comments-area .comment-reply-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .elementor-page .elementor-heading-title, button, input, optgroup, select, textarea {
	line-height: var(--LineHeight);
	font-family: var(--FontHeading);
	font-weight:normal;
	letter-spacing: 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 3em;
}
h2, .h2 {
    font-size: 2.2em;
}
h3, .h3 {
    font-size: 1.5em;
}
h4, .h4 {
    font-size: 1.2em;
}
h5, .h5 {
    font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 2em;
		}
	h2, .h2{
		font-size: 1.5em;
	}
	h3, .h3{
		font-size: 1.3em;
	}
	h4, .h4{
		font-size: 1.2em;
	}
	h5, .h5 {
		font-size: 1.1em;
	}
}
@media only screen and (max-width: 568px) {
	h1, .h1 {
		font-size: 1.9em;
		}
	h2, .h2{
		font-size: 1.6em;
	}
	h3, .h3{
		font-size: 1.3em;
	}
	h4, .h4{
		font-size: 1.2em;
	}
	h5, .h5 {
		font-size: 1.1em;
    }
}
blockquote {
    padding: 1em 1.41575em;
    margin: 1.41575em 1.618em;
    border-left: 7px solid #3ab99c;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    background: #eee;
}