/*
Theme Name: United Locksmith
Theme URI: https://unitedlocksmith.net
Author: United Locksmith
Author URI: https://unitedlocksmith.net
Description: This is a custom theme.
Version: 1.0
*/

/* Global
----------------------------------------------- */


/* Header
----------------------------------------------- */

.header-social {
	display: none;	
}
.header-right {
	width: 50%;
}
.header-phone {
	width: 100%;
}
.header-logo {
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}
.header-logo img {
	display: block;
	max-width: 100%;
}

/* Navigation
----------------------------------------------- */

.header-nav {
	width: 100%;
}
.header-menu {
	position: absolute;
	top: 48px;
	width: 100%;
	display: none;
}
.header-menu li {
	float: none;
	width: 100%;
}
.header-menu li a {
	color: #26ADE4;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	padding-left: 12px;
	text-shadow: none;
	border-right-style: none;
	background-color: #FFF;
}
.header-menu li a:hover {
	text-shadow: none;
	color: #333;
	background-color: #FFF;
}
.header-menu .home-icon {
	display: none;
}
.header-menu .drop-nav {
	position: static;
	display: none;
	height: auto;
	width: 100%;
	z-index: 999;
	float: none;
}
.header-menu .drop-nav li {
	width: auto;
	background-color: #FFF;
}
.header-menu .drop-nav a {
	color: #333;
	background-color: #EEEEEE;
	font-size: 12px;
	width: auto;
	height: auto;
	padding-left: 12px;
	line-height: 36px;
	border-bottom-style: none;
}
a.mobile-menu {
	display: block;
}

/* Home
----------------------------------------------- */

.main-title {
	background-position: right 55px center;
}
.main-headline {
	font-size: 18px;
}
.main-headline h1 {
	font-size: 36px;
}
.main-headline h1 span {
	font-weight: 500;
	color: #FFF;
	letter-spacing: .03em;
}
.main-headline a {
	width: auto;
}
.main-column-single {
	width: 50%;
}
.main-column-box {
	width: 50%;
}
.main-locale-left {
	float: left;
	height: auto;
	width: 100%;
}
.main-locale-right {
	float: left;
	height: auto;
	width: 100%;
}
.main-left {
	width: 100%;
}
.main-right {
	width: 100%;
	float: left;
}
.main-text {
	padding-bottom: 0px;	
}
.main-form {
	margin-top: 0px;
}

/* Page
----------------------------------------------- */

.page-title {
	background-position: right 55px center;
}
.page-headline {
	font-size: 18px;
}
.page-headline h1 {
	font-size: 36px;
}
.page-panel {
	display: none;
}
.page-left {
	width: 100%;
}
.page-text {
	padding-bottom: 0px;
}
.page-right {
	float: left;
	width: 100%;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
.contact-left {
	width: 100%;
	min-height: 0px;
}
.contact-form {
	padding-right: 30px;
	padding-bottom: 30px;	
}
.contact-right {
	width: 100%;
	float: left;
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.contact-panel {
	display: none;
}
.locations-left {
	width: 100%;
	min-height: 0px;
}
.locations-right {
	display: none;
}
.locations-single {
	margin-right: 30px;
}


/* Footer
----------------------------------------------- */


.footer-links {
	padding-top: 30px;
	padding-bottom: 0px;
}
.footer-column {
	width: 100%;
	padding-bottom: 30px;
}
.footer-copy-left {
	display: none;
}
.footer-copy-right {
	float: right;
	height: auto;
	width: 100%;
	text-align: center;
}