/*
Author: Vitalstorm Inc.
Location: http://www.vitalstorm.com/
Description: metrics form style sheet
*/
#form-metrics {
	padding-top: 20px;
}

#form-metrics input {
	border: 1px solid #dfdfdf;
	font-family: arial;
	font-size: 16px;
	color: #222;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 13px;
	width: 100%;
	height: 20px;
	padding: 10px 5px;
	align-self: center;
}
.error-border{
	border: 1px solid #ff0000 !important;
	transition: .3s ease-in-out;
}
#form-metrics button {
	align-self: center;
	width: 100%;
	padding: 0 20px;
	height: 40px;
	background-color: #1651a4;
	border: none;
	border-radius: 4px;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
  transition: .5s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form-metrics button:hover {
	background-color: #1e6ddc;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}

.form-message {
    font-family: arial;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto;
    line-height: 20px;
}

.form-error {
	color: #fff;
}

.form-success {
	color: #fff;
}

.input-error {
	box-shadow: 0 0px 5px #F8333C;
}


.ajax-button {
  position:relative;
  display:inline-block;
  text-align:center;
}

#mail-honey {
	top: 0;
  visibility: hidden;
	position: absolute;
}

#mail-submit:focus {
  outline:none;
}

#include_desktop_contact_form input{
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #767676;
	border: none;
	margin: 0 20px 0 0;
	padding: 10px;
	width: 16%;
}

#include_desktop_contact_form #form_submit{
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	background-color: #E31D1A;
	border: none;
	border-radius: 15px;
	margin: 15px auto;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.48) 0px 1px 6px;
}

.submit {
	width: 290px;
	text-align: center;
}

#mobile-contact-btns {
  display: none;
}

/** mobile navigation **/


.container .logo,
.container .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

.container .logo {
  left: 17.5%; }
  .container .logo a {
    display: block; }
  .container .logo img {
    display: block;
    width: 325px;
    transition: ease-in-out .5s; }
  .container .logo .img_resize {
    width: 200px;
    transition: .5s ease-in-out; }

.container .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: bold;
  right: 8px;
  border-left: 1px solid #fff; }
  .container .nav-trigger span {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle; }
  .container .nav-trigger em, .container .nav-trigger em::after, .container .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #1651a4;
    backface-visibility: hidden; }
  .container .nav-trigger em {
    /* this is the menu central line */
    margin: 6px auto 14px;
    transition: background-color .2s; }
  .container .nav-trigger em::before, .container .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    transition: transform .2s; }
  .container .nav-trigger em::before {
    /* this is the menu icon top line */
    transform: translateY(-6px); }
  .container .nav-trigger em::after {
    /* this is the menu icon bottom line */
    transform: translateY(6px); }
.container.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0); }

.container.nav-open .nav-trigger em::before {
  /* rotate top line */
  transform: rotate(-45deg);
background-color: #fff; }

.container.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  transform: rotate(45deg);
background-color: #fff;}
	.overlay_black {
	  position: fixed;
	  content: '';
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.4);
	  z-index: 9;
	  display: none; }
		.width {
  	width: 100% !important;
		transform: translateX(0px) !important;
	 }
	#off_canvas_menu{
		height: 100%;
		width: 70% !important;
		transform: translateX(-768px);
	  position: fixed;
	  z-index: 999 !important;
	  top: 0;
	  background-color: #fff !important;
	  overflow-x: hidden;
	  transition: 0.5s;
		left: 0;
	}

	#company_info img {
	margin: 0;
/*	height: auto;
	width: 250px;*/
}

.container .nav-trigger{
	display: none;
}


@media (max-width: 1024px){
  #include_desktop_contact_form input {
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #767676;
    border: none;
    margin: 0px 0px 0 0;
    padding: 10px;
    width: 17%;
  }

  #include_desktop_contact_form #form_submit {
    font-weight: 800;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    margin: 15px auto;
  }
}


@media (max-width: 767px){
	#mobile_menu{
		color: #fff;
		line-height: 40px;
		font-size: 25px;
		margin-top: 40px;
	}

	#mobile_menu > ul > li{
	    WIDTH: 100%;
	    CLEAR: BOTH;
	    PADDING: 10PX 0;
	}


	#mobile_menu a {
	padding: 8px 8px 8px 18px;
	text-decoration: none;
	font-size: 16px;
	color: #5A5F75;
	transition: 0.3s;
	text-transform: capitalize;
	font-weight: 700;
	}
	.sub-menu li a {
		display: block;
	}
	img.sub-menu-mobile {
	  float: right;
	  margin-right: 30PX;
		padding-top: 16px;
	}

	i.sub-menu-mobile {
			color: #5A5F75;
			font-size: 16px;
	    float: right;
	    margin-right: 30PX;
			padding-top: 16px;
			transition: .4s ease-in-out;
	}


	.sub-menu{
		display: none;
		padding: 0;
		position: relative;
		background: #fff;
	}


	.sub-menu a {
		font-size: 90%
	}

	.close-button {
		display: none;
	}

	#number_rewrite {
		margin-right: 50px;
	}

	.sub-menu li {
		padding: 5px 10px;
	}

	.sub-menu li:nth-child(odd){
	    font-weight:bold;

	}​

	.sub-menu li a  {
	    font-size: 10px !important;
	}
	#schedule .inner-padding {
		padding: 0;
	}
	#contact_us_mobile {
		display: none;
	}
	.container .nav-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
		right: 0;
}
	#company_info img {
		/*width: 125px !important;*/
}
	#form-metrics {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
	}
	#form-metrics input {
		width: 70%;
		margin: 10px auto;
	}
	#form-metrics button {
		width: 73%;
		margin-top: 20px;
	}
	#mobile_contact_form{
		display: block;
		position: fixed;
		background: rgba(0,0,0,.75);
		width: 100%;
		height: 100%;
		left: -100%;
		z-index: 1;
		overflow-y:scroll;
		top: 0;
	}
	#mobile-contact-btns {
	display: block;
	position: fixed;
	bottom: 0px;
	z-index: 8;
	width: 100%
}
#mobile-contact-btns .inner {
	display: flex;
	justify-content: center;
}
.mobile-contact-schedule {
	background: #1651a4;
	width: 100%;
	padding: 5px 20px;
	height: 50px;
	box-shadow: 0 6px 10px rgba(125,125,125,.2);
}
.mobile-contact-call {
	background: #424242;
	width: 100%;
	padding: 5px 20px;
	height: 50px;
	box-shadow: 0 6px 10px rgba(125,125,125,.2);
}
.mobile-contact-call a,
.mobile-contact-schedule a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.mobile-contact-call a i,
.mobile-contact-schedule a i {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	margin-right: 20px;
}
#schedule_me {
	display: none;
}
#mobile-contact-btns .inner a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;

}
}
