/*
    Theme Name: Eagle Autoelec
    Theme URI: https://example-site.com/
    Description: Custom built theme to meet client requirements.
    Version: 1.00
    Author: Reach Above Media
    Author URI: https://www.reachabovemedia.com/
    Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-../images, theme-options, translation-ready, photoblogging
    License: GNU General Public License version 1.0
    License URI: https://example.com/
    Text Domain: eagle
*/

img{
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	color: #141C3D;	
}
h1{
	font-size: 2em !important;
}
body,td,li,p {
	font-family: arial;
	font-size: 14px;
}
body {
	margin:0px;
	background: #009FE1;
}

/** sitelaunch:layout **/

.body-container {
	background: #fff;
}
.container,
.container-transparent {
	width: 1000px !important;
	margin: 0 auto;
	padding: 0 !important;
}
.container-header {
	width: 1000px;
}

.header .cta h1 {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #6DA637;
	font-size: 2em;
}
.header .cta h3 {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 1.17em;
}
.cta {
	text-align: right;
}

/** sitelaunch:layout **/

/** sitelaunch:header **/

.header {
	height: 120px;
}
.logo {
	height: 120px;
	border: 0px;
}
.header {
	background: #fff !important;
}

.header {
	margin-bottom: 20px;
}

/** sitelaunch:header **/

/** sitelaunch:nav **/

.nav {
	background: #6DA637;
	height: 36px;
	justify-content: center;
	text-align: center;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.nav a {
	text-decoration: none;
	color: #fff;
	height: 50px;
	padding: 10px;
	position: relative; top: 10px;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #7CAF4B;
}
.nav a:hover {
	background: #59842E;
	text-decoration: none;
}
.nav .first {
	border-left: 0px !important;
}

/** sitelaunch:nav **/

/** sitelaunch:slideshow **/

.slideshow,
.slideshow img,
.slideshow-container,
.slideshow div {
	width: 1000px;
	height: 300px;
}
.slideshow {
	background: #000;
}

.slideshow-overlay {
	background: url(../images/gradient.png);
}
.slideshow {
	background: url(../images/gradient.png) #fff !important;
}



/** sitelaunch:slideshow **/

/** sitelaunch:sidebar **/

.sidebar {
	float: right;
	margin: 20px 10px 10px 30px;
	width: 240px;
	background: #f1f1f1;
}
.sidebar h1 {
	font-size: 16px;
}
.sidebar h1 {
	margin-top: 20px;
}
.sidebar h1:first-child {
	margin-top: 0px !important;
}
.sidebar .item ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar .buttons .item {
	background: #6DA637;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;			
}
.sidebar .buttons .item h1,
.sidebar .buttons .item h2,
.sidebar .buttons .item h3,
.sidebar .buttons .item h4,
.sidebar .buttons .item h5,
.sidebar .buttons .item h6 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar .buttons .item h2 {
	position: relative;top: -3px;
	font-size: 15px;
}
.sidebar .buttons .item p {
	position: relative;top: -2px;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	margin: 0px;
	color: #fff;
	padding: 0px;
}
.sidebar .buttons .item {
	padding: 10px 10px 8px 10px;
	margin-top: 15px;
	min-height: 50px;
}
.sidebar .buttons .item:first-child {
	margin-top: 0px !important;
}
.sidebar .buttons .item .icon {
	float: left;
	margin-right: 10px;
	width: 50px; height: 50px;
}
.sidebar .sidebar-form input[type="text"] {
	width: 130px;
	padding: 4px;
}
.sidebar .sidebar-form input[type="submit"] {
	width: 90px;
	padding: 4px;
}
.sidebar .testimonials .item p {
	font-style: italic;
	margin-bottom: 5px;
}
.sidebar .testimonials .item {
	margin-bottom: 10px;
}
.sidebar .testimonials .item {
	padding-bottom: 10px;
	border-bottom: 1px solid #6DA637;
}
.sidebar .testimonials .item:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}



/** sitelaunch:sidebar **/

/** sitelaunch:content **/

.body-container {
	background: #fff;
	/*width: 960px;*/
	display: inline-block;
	padding: 10px 20px 20px 20px;
}
.content-container h2 {
	margin-top: 40px;
}




/** sitelaunch:content **/

/** sitelaunch:footer **/

.footer {
	text-align:center;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footer a {
	color: #000;
}
.footer {
	padding: 10px;
	line-height: 20px;
}
.footer {
	background: #fff;
}




/** sitelaunch:footer **/

.contact-form {
	position: relative; left: -4px;
}
.contact-form input[type="text"] {
	padding: 5px;
	width: 230px;
}
.contact-form input[type="submit"] {
	padding: 5px;
}
.contact-form textarea {
	padding: 5px;
	width: 230px;
	height: 90px;
	font-family: arial;
}

.gallery-item {
	float: left;
	width: 185px;
	height: 185px;
	margin: 0 25px 10px 0;
}
.gallery-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery-item .gallery-caption {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	text-align:center;
	width: 171px;
	overflow: hidden;
	text-align:center;
}

.header {
	background: #1E2A5E !important;
}
.nav, .nav a {
	background: #141C3D;
	height: 40px !important;
}
.nav {
	overflow: visible;
}
.nav a {
	color: #FFF !important;
	text-transform: uppercase;
	border-left: 1px solid #1E2A5E;
	font-size: 18px;
}
.nav a:hover {
	color: #FDF200 !important;
	background: #070A15 !important;
}
.header h1,.header h2,.header h3 {
	color: #FDF100 !important;
	text-transform: uppercase;
}
.header h3 {
	margin-top: 17px !important;
	color: #FFF !important;
}
body,td,p,li {
	font-family:"Times New Roman", Times, serif !important;
}
body {
	background: #1E2A5E url(../images/bg.png) top center no-repeat !important;
}

.sidebar .buttons .item {
	background: #141C3D;
}
.sidebar .buttons .item h2 {
	text-transform: uppercase !important;
	color: #FDF100 !important;
}
.body-container {
	background: url(../images/bodybg.png) top right no-repeat #fff;
}
.slideshow { 
	position: relative; 
	width: 1000px; 
	height: 300px; 
	background: #fff;
}
.slideshow > div { 
	position: absolute; 
}
.page-section .container{
	background: url(../images/bodybg.png) top right no-repeat #fff;
    padding: 10px 20px 20px 20px !important; 
}
.service-section .container{
	background: url(../images/bodybg.png) top right no-repeat #fff;
    padding: 10px 20px 20px 20px !important; 
}
.service-cont ul{
	column-count: 2;
}
.service-cont li{
	list-style: square;
    font-size: 16px;
    text-transform: capitalize;
}
.service-cont h2 {
    font-size: 24px;
    text-transform: uppercase;
}
.service-image {
    margin: 30px 0;
}
.page-cont {
    margin-right: 10px;
}
.service-title h1 {
    color: #141C3D;
}
.page-title h1 {
	color: #141C3D;	
}
.page-title h5{
	color: #990000;
}
.service-cont h2 {
	color: #990000;
}
.icon-box {
    text-align: center;
    margin: 50px 0px 50px 0px;
}
.icon i {
    color: #FDF100;
    font-size: 35px;
}
.icon-content {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}
.form-content {
    width: 95%;
    margin-top: 20px;
}
.form-content .wpcf7-submit {
    background: #141C3D;
    color: #FDF100;
    border: none;
    width: 20%;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px
}
.icon-inner{
	background: #141C3D;
    border-radius: 20px;
    padding: 20px;
}	
.icon-content{
	font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    color: #ffffff;
}
.icon-content a{
	color: #ffffff;
	text-decoration: none;
}
.icon-content a:hover{
	color: #ffffff;
	text-decoration: none;
}
.content-container {
    margin-right: 20px;
}


@media all and (max-width:960px){
	.container, .container-transparent{
		width:100%!important;
		max-width:1000px;
	}
	.container-header{
		width:100%!important;
		max-width:1000px;
	}
	.slideshow,
	.slideshow div{
		width:100%;
		height:150px;
		background-size:cover!important
	}
	.header table tr td{
		display:block;
		width:100%;
		padding:0px 10px;
		text-align:center
	}
	.logo{
		height:80px;
		padding-top: 15px;
	}
	.header{height:auto;margin-bottom: 0;}
	.cta{
		text-align:center;
	}
	.nav a{
		font-size:11px;
		top:7px;
	}
	.sidebar iframe{
		width:100%!important;
		height:auto!important
	}
	.service-cont ul {
    	column-count: 1;
		margin: 0px 0px 0px 20px!important;
		padding:0px;
	}	
	.sidebar {
		margin: 15px 0px;
		width: 100%;
		background: #ffffff;
	}	
	.page-cont,
	.content-container{
		margin-right: 0;
	}
	.icon-box .col-md-6{
		margin-bottom:15px;
	}
	.form-content .wpcf7-submit{
		width:50%
	}
	
}




