/*
 Theme Name:   NRGagency child
 Theme URI:    http://demo.themeton.com/nrgagency
 Description:  NRGagency Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     nrgagency
 Version:      1.0
*/

@import url("../nrgagency/style.css");

/* Theme customization starts here
  -------------------------------------------------------------- */

.plase-box img {
	height: auto;
}
body {
	overflow-x: hidden;
}
.work-description {
	opacity: 1;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.blog-section {
	padding: 90px 0 120px 0px !important;
}

.contact-us input[type=email] {
	background: #eeeef0;
	padding: 16px 19px;
	color: #acafba;
	font-family: 'Maven Pro';
	font-size: 13px;
	display: inline-block;
	border: none;
	border: 1px solid transparent;
	width: 100%;
}

@media (max-width: 767px) {
	.work-description {
		padding: 10px !important;
	}
}
