/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/* General Custom CSS */

a,
a:hover,
a:focus,
a:visited,
a:active,
a:active:hover,
a:active:focus {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Pro' !important;
    font-weight: bold !important;
}

p,
a,
button,
.btn,
.button,
address,
span,
ul li {
    font-family: 'Gotham Pro' !important;
    font-weight: normal !important;
}

html.av-burger-overlay-active {
    overflow: hidden !important;
}

html.av-burger-overlay-active .av-burger-menu-main {
    position: fixed;
    top: -13px;
    right: 20px;
}

html.av-burger-overlay-active .av-burger-overlay #av-burger-menu-ul {
    padding: 50px 0 !important;
    overflow-y: auto;
}

.html_header_transparency #header_meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#header_meta .phone-info a:hover,
#header_meta .phone-info a:focus,
#header_meta .phone-info a:visited,
#header_meta .phone-info a:active,
#header_meta .phone-info a:active:hover,
#header_meta .phone-info a:active:focus {
    color: #77797C !important;
    text-decoration: none !important;
}

.responsive .phone-info span {
    font-weight: 300;
}

#top #av-burger-menu-ul {
    display: block;
}

#top #wrap_all #header #av-burger-menu-ul li.current-menu-item a {
    background: #171a4a;
    color: #fff;
}

#top #footer .flex_column:last-child {
    margin-bottom: 0;
}

#footer .widget {
    margin: 0;
}

#top form {
    margin-bottom: 0px;
}

#top #request_form .av-dark-form .input-text,
#top #request_form .av-dark-form input[type='text'],
#top #request_form .av-dark-form input[type='input'],
#top #request_form .av-dark-form input[type='password'],
#top #request_form .av-dark-form input[type='email'],
#top #request_form .av-dark-form input[type='number'],
#top #request_form .av-dark-form input[type='url'],
#top #request_form .av-dark-form input[type='tel'],
#top #request_form .av-dark-form input[type='search'],
#top #request_form .av-dark-form textarea,
#top #request_form .av-dark-form select,
#request_form .av-dark-form .button {
    border-color: #737373 !important;
    background-color: transparent !important;
}

#top #request_form .av-dark-form label {
    color: #009383 !important;
}

#header_main nav ul li span.avia-menu-text {
    color: #000000 !important;
}

#header_main nav ul li.current-menu-item {
    background-color: #009383 !important;
}

#header_main nav ul li.current-menu-item span.avia-menu-text {
    color: #FFFFFF !important;
}


/* header.av_header_transparency #header_main nav ul li.current-menu-item {
    background-color: #FFFFFF !important;
} */

#header .container_wrap_logo .inner-container {
    border-bottom: 1px solid #000;
    padding-bottom: 90px;
}

.mt-3 {
    margin-top: 80px !important;
}

.client_quote h3 {
    line-height: 38px;
}

.logo img {
    max-height: max-content !important;
}


/*
Desktop Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
}


/*
Mobile Styles
================================================== */

@media only screen and (max-width: 989px) {
    .header_color.av_header_transparency .phone-info a {
        color: #77797c !important;
    }
}


/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media screen and (min-width:768px) and (max-width: 989px) {
    #secure .av-hide-on-mobile {
        display: none;
    }
    #secure .flex_column.av_one_fourth {
        width: 100%;
        margin: 10px 0;
    }
    .mt-3 {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #our_mission .flex_column,
    #payment_processing .flex_column {
        margin-bottom: 0 !important;
    }
    .responsive .phone-info {
        text-align: center !important;
    }
    .responsive .phone-info span {
        line-height: 24px;
    }
    #header .container_wrap_logo .inner-container {
        padding-bottom: 0;
    }
    .mt-3 {
        margin-top: 0 !important;
    }
}