/*
Theme Name: First Corporate Sedans
All styles below are potential overrides for the central theme stylesheet located at https://updatesfrom.co/library/css/central-theme-style.css
*/

body {
	background-color: #e2e2e2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
	max-width: 1200px; /* Typically same as the width of the header image */
	border-radius: 0px; /* If rounded corners not desired for page, change to 0 */
	background-color: #ffffff; /* Default in central theme stylesheet is #878787, often should be changed to white */
}

/*If borders are required around the page, uncomment and adjust the following border colors/widths for the wrapper div.
#wrapper {
	border-left: 3px solid #8b97a6;
	border-right: 3px solid #8b97a6;
	border-bottom: 3px solid #8b97a6;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
} */

a:link, a:visited {
	color: #BC7118;
}

a:hover { color:#337ab7; }

ul.margin li, ol.margin li {margin-bottom:1em;}

h2 {
	font-size:1.5em;
}

hr {margin:5px 0;}

.footer {
	border-top: 10px solid #e2e2e2;
	padding:1em;
}

/* Form button colors, override Foundation's color; also applied to Contact Form 7 button */
input.button, input.wpcf7-form-control.wpcf7-submit {
	background: #D72731;
}
input.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	background: #ac1c23;
}



/* 20150316 Changing the defaults  **/
 
/* li { Instead of this, use the .no-margin class on any <ul> or <ol> where you DON'T want margins.
	margin-bottom: 0;
} */

/* By default, DON'T put borders on article images. Central theme stylesheet has .border class for images where you do want to add a border. */
.content img {
	border: 0 !important;
	outline: 0 !important;
}

.top-bar, .top-bar ul {
    background-color: #262626;
}
.top-bar li a, .top-bar li a:visited {color:white; text-decoration:none; font-size:23px; line-height:20px;}
.top-bar li a:hover {color:#bc7118;}

body.home .content img {float: left; margin: 0 15px 15px 0;}

a.archive-headline:link, a.archive-headline:visited { color:#BC7118; text-transform:uppercase; }

@media only screen and (max-width: 639px) {
	.menu li {display:list-item; margin-bottom: 0;}
	.top-bar-right {text-align:center!important;}
	.removeBorderSmall {border:none!important;}
}

.cta {background: #eeeeee url('/wp-content/uploads/sites/81/2016/10/cta2.jpg') no-repeat center center; color:#ffffff; padding:2em; border:1px solid #BC7118;}
.cta a, .cta a.phone {color:#ffffff;}