/*
Theme Name: Bermay Automotive
Theme URI:
Description: Theme to be used for the Bermay site
Author: Mitchell Grice at Threespark
Author URI: http://threespark.com
Version: 0.2
 
*/


html, body {
	font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.alignright {
	float:right;
	margin-left:40px;
}

.nav .nav-item,
.nav .nav-logo {
	text-align:center;
}
.nav .nav-item {
	padding:30px 0;
	font-size:18px;
}
.nav .nav-logo {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50% 50%;
	height:100%;
	padding:30px 0;
}
.nav .nav-item a {
	color:#333333;
	padding-bottom:5px;
	transition:border-color .2s ease-in-out;
	border-bottom:2px solid transparent;
}
.nav .nav-item a:hover {
	text-decoration:none;
	border-bottom-color:red;
	color:#000000;
}
@media(max-width:992px) {
	.nav .nav-item {
		padding:10px 0;
	}
	.nav {
		margin-bottom:10px;
	}
}

#slider1_container,
#slider1_slides {
	height:600px;
	overflow:hidden;
	width:1140px;
}
#slider1_container {
	display:none;
	position:relative;
	margin:0 auto;
}
#slider1_slides {
	position:absolute;
	left:0px;
	top:0px;
}

.sale {
	background-color:#eee;
	background-image:url(img/sale.png);
	background-size:183px 50px;
	background-repeat:no-repeat;
	background-position:90% 50%;
	padding:5px 20px;
}
.sale h1 {
	font-size:21px;
	font-weight:bold;
}

.wp-content {
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
}

.footer {
	margin-top:50px;
	background-color:#eeeeee;
	border-top:1px solid #dddddd;
	padding-top:20px;
	padding-bottom:30px;
}
.footer .header {
	font-weight:bold;
	font-size:110%;
}
.footer .phone {
	padding:8px;
}
.footer .googlemaps-frame {
	width:100%;
	height:260px;
	border:0;
}
.footer .copyrights {
	font-size:12px;
}


/* Sexy Social Buttons
Copyright (c) 2015 by Stephen Burgess (http://codepen.io/minimalmonkey/pen/Ecpla)
*/

/* Custom */
.footer .social-icons {
	margin-top:10px;
}

/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}