/* 
 Theme Name:   Ecometrics 1.0
 Theme URI:    
 Description:  
 Author:       ddobble.net
 Author URI:   http://ddobble.net
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.homeNews{
	background-image:radial-gradient(circle at center,#011D5C 0%,#000000 100%)!important;
	padding: 90px 20px;	
}

.homeNews .container{
	max-width:1280px;
	width:95%;
}

.homeNews h2, .homeNews p{
	color: #fff;
	text-align: center;
	max-width: 428px;
	margin: 0 auto;
}

.homeNews h2{
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 40px;
}
.homeNews p{
	font-size: 20px;
	margin-bottom: 70px;
}


.newsItems{
	display: flex;
}
.newsItem{
	width: 30%;
	margin: 0 1.25%;
	min-height: 496px;
	background-size: cover;
	background-position: center center;
	position: relative;
    display: flex;
    cursor: pointer;
}
.itemOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(14,16,26);
	background: linear-gradient(360deg, rgba(14,16,26,1) 0%, rgba(8,15,44,1) 27%, rgba(1,13,62,0) 100%);
	display: flex;
	justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    opacity: .4;
    transition: all .3s;
}

.newsItem:hover > a .itemOverlay{
	opacity: 1;
}


.itemOverlay span{
	background: url(img/circle-only.png);
	background-position:center center;
	background-size: cover; 
	width: 40px;
	height: 40px;
	display: block;
}

.itemMeta{
	position: absolute;
    align-self: flex-end;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 40px 40px 20px;
    text-transform: uppercase;
 
}


.itemMeta a{
	display: block;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	margin-top: 20px;
	transition:all 3s;
	
}

.itemMeta a:hover{
	color: #0099e5;
}


/* LContact Home SECTION */

.contactHome{
	background: linear-gradient(90deg,#25606A 0%,#000000 55%)!important;
	padding:100px 0 100px 0;
	color: #fff;
	position: relative;
}
.VideoBackgrountCont{
	position: absolute;
	right:0px;
	width: 50%;
	bottom: 5%;
}
.VideoBackgrountCont video{
	width: 100%;
}


.contactHome h1, .contactHome h2
, .contactHome p{
	color: #fff;
} 
.contactHome .container .container_tier1{
	display: flex;
}
.container_tier1:first-child{
		margin-bottom: 140px;
}
.container_tier1_inner{
	width:50%;
	flex-wrap: wrap;
    display: flex;
    padding: 20px 0;
}

.centerContent{
	justify-content: center;
}

.contactHome h1{
font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 1.3em;	
}

.contactHome h2{
font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-align: center;}

.container_tier1_inner p{
	font-family: "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 375px;
    
}

.container_tier1_inner a{
	border: 2px solid #fff;
    border-radius: 8px;
    padding: 12px 35px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    margin: 35px auto;
}

.container_tier1_inner input{
	border: 1px solid #707070;
	border-radius:2px;
	padding: 10px;
	background-color: #fff;
	font-size: 20px;
	margin: 0 20px 0 0;
}

#mc_embed_signup_scroll{
	display: flex;
}

#mc-embedded-subscribe{
	background: #14B1B1;
	font-size: 20px;
	font-weight: 500;
	border-radius: 8px;
	border: none;
	color:#fff;
	padding: 5px 25px;
}








