/*
Theme Name: OnRoute Child
Version: 1.0
Author: ACS Creative
Author URI: https://acscreative.com/
Template: onroute
*/



/*Add your own styles here:*/

/* GLOBAL */

* {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-family: "oswald", sans-serif;
}

p, ol, ul {
	font-family: "roboto", sans-serif;
}

/* HEADER */

.logo {
	height: 59px;
	width: 184px;
	margin-top: 14px;
}

.av-main-nav > li > a {
	color: white!important;
	font-family: "oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
}


/* HOMEPAGE */

#hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-content {
	padding: 20px 0 50px;
}

#hero-content h1 {
	color: white;
	font-size: 75px;
	line-height: 85px;
	max-width: 80%;
	letter-spacing: 0px;
	margin-bottom: 40px;
}

#hero-content h2 {
	color: rgba(255,255,255,.75);
	font-family: "roboto", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	max-width: 50%;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 40px;
}

#hero-content .default-btn a {
	border-radius: 50px;
	text-transform: uppercase;
	font-family: "roboto", sans-serif;
	font-weight: 600;
	outline: 7px solid rgba(255,255,255,.25)!important; 
	margin-right: 30px;
}

#hero-content .white-btn a {
	border-radius: 50px;
	text-transform: uppercase;
	font-family: "roboto", sans-serif;
	font-weight: 600;
	background: white;
	color: #3C78B3!important;
	outline: 7px solid rgba(255,255,255,.25)!important; 
}

#hp-search {
	z-index: 99999;
	margin-top: -100px;
}

#top .avia_search_element #s {
    padding: 45px 30px;
    height: 45px;
    line-height: 40px;
    border: none;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    background: white;
    font-size: 26px;
    font-family: "roboto", sans-serif;
}

#hp-search .av_searchform_wrapper {
	border: none;
}

#hp-search #searchform_element {
	box-shadow: 0px 5px 40px rgba(0,0,0,.3);
	border-radius: 50px;
}

.avia_search_element .av-input-field-icon.avia-svg-icon svg:first-child, .avia_search_element .av-input-field-icon.avia-svg-icon img[is-svg-img="true"] {
    height: 26px;
    width: 26px;
    margin-top: 8px;
    margin-left: 4px;
    fill: #969696!important;
}

#top .avia_search_element .av_searchsubmit_wrapper {
    position: absolute;
    right: 3%;
    height: 50%;
    top: 25%;
    z-index: 2;
    transition: all 0.2s ease-in;
    border-radius: 50px;
}

#top .avia_search_element #s.av-input-hasicon {
	padding-left: 2.5em;
}

#top .avia_search_element #searchsubmit {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 40px;
    font-size: 20px;
    z-index: 1;
    border: 0px solid rgba(255, 255, 255, 0);
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
    font-weight: 600;
    outline: 7px solid rgba(222,244,213,1)!important; 
}

h2 {
	font-size: 40px;
	color: #1C2C4C;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 0px!important;
}

h3 {
	font-family: "roboto", sans-serif;
	font-size: 27px;
	line-height: 39px;
	color: #808080!important;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom: 30px;	
}

h4 {
	font-size: 18px;
	color: #1C2C4C;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#section-1 .content {
	padding-top: 0px;
}

#section-1 img {
	margin-bottom: 15px;
}

#section-1 p {
	color: #808080;
	font-size: 14px;
	line-height: 20px;
}

#section-2 h2 {
	font-size: 29px;
	color: white;
	margin-bottom: 20px
}

#section-2 p {
	font-size: 18px;
	color: white;
	margin-bottom: 30px;
}

#section-2 .hp-category {
	padding: 150px 30px 30px;
	border-radius: 10px;
}

#section-2 .default-btn a,
#section-4 .default-btn a {
	border-radius: 50px;
	text-transform: uppercase;
	font-family: "roboto", sans-serif;
	font-weight: 600;
	outline: 7px solid rgba(255,255,255,.25)!important; 
	margin-right: 30px;
}

#section-4 p {
	font-family: "roboto", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #808080!important;
	letter-spacing: 0px;
	font-weight: 400;
	margin-bottom: 30px;	
}


/* INTERIOR */


/* FORM */


/* HEADER */


/* FOOTER */


/* MEDIA QUERIES */

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 959px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 540px) {
	
}

@media only screen and (max-width: 450px) {
	
}