.logo {
max-height: 45px !important;
}

.menu li a:hover {
color: #f36e44;
}
.search-zippr {
background-color: transparent;
color: #414042;
padding: 1px;
padding-bottom: 8px;
}
.search-zippr::placeholder {
font-size: 16px;
font-weight: 300;
color: rgba(243, 110, 68, 0.7) ;
}
.zippr {
border-bottom: 1px solid rgba(243, 110, 68, 0.7) ;
}
::placeholder {
font-size: 16px;
font-weight: 300;
color: rgba(255, 255, 255, 0.7);
}
.input::internal-autofill-selected {
background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	width: 120%;
  -webkit-text-fill-color: #414042;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
	caret-color: #414042;
	font-weight: 300;
}
.nav-menu .current-menu-item > a, 
.nav-menu .current_page_item > a {
    color: #f36e44;
}
.fa-search { 
color: rgba(243, 110, 68, 0.7);
font-size: 16px;
}
@media only screen and (max-width: 768px) and (min-width: 320px)
{
.mobile-toggle {
color: #414042; }
.top-bar .menu li a {
color: #414042; }
		input[type="text"]{
				width: 100% !important;
		}
		input[type="email"]{
				width: 100% !important;
		}
		input[type="tel"]{
				width: 100% !important;
		}
		select {
				width:265px;
		}
}
.bg-secondary-1 {
background-color: #273238 !important;
}
.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
background-color: #f36e44 !important;
}
input[type="submit"] {
background-color: #f36e44;
border: 2px solid #f36e44;
color: #fff;
border-radius: 0px !important;
}
div.wpcf7 {
margin-top: -12px;
}
select, input[type="color" i][list] {
width: 370px;
background-color: transparent;
height: 35px;
}
select {
font-weight: 300;
font-size: 16px;
border: 1px solid rgba(255, 255, 255, 0.4);
}
input {
width: 300px;
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
input {
border: 1px solid rgba(255, 255, 255, 0.4);
}
select {
border: 1px solid rgba(255, 255, 255, 0.4);
width: 225px;
}
}
.top-bar {
transition : all .1s ease-in-out !important;
}
.top-bar.nav-sticky {
transition : all .1s ease-in-out !important;
}
.top-bar {
-webkit-transition : all .1s ease-in-out !important;
}
.simple-bar .social-icons {
margin-left: 10px;
}
.top-bar.nav-sticky {
background-color: #fff;
}
.simple-bar.nav-sticky .logo {
height: 40px;
}

input[type="submit"] {
padding: 10px 28px 12px 28px;
font-size: 16px;
font-weight: 600;
text-transform: none;}
p {
font-size: 18px !important;
font-weight: 300;
color: #273238;
}
.widgettitle {
color: #ffffff !important;
font-size: 26px;
line-height: 32px;
font-weight: 300;}
h1 {
font-size: 30px;
color: #f36e44 !important;
font-weight: 300;
}
.p-blog {
	line-height: 24px !important;
	text-align: justify !important;
}
.h3-blog {
	line-height: 34px;
}