:root {
	--primary: #104C9C;
    --oldprimary: #3a6cb7;
    --secondary: #61ce70;
    --sky: #edf4ff;
    --lemon: #76ff89;
    --orange: #fa8b11;
}

/* Custom Hide Menu on Certain Width */
@media (max-width: 1080px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

body#top {
    max-width: 100% !important;
}

@media (min-width: 1281px) {    
    #header_main .inner-container {
        display: flex !important;
        column-gap: 40px;
    }

    /*.main_menu {
        width: 62%;
    }*/

    .av-main-nav-wrap {
        display: block;
        width: 100%;
    }

    .align-right {
        position: absolute !important;
    }

    .schedule-btn {
        right: 0;
    }

    .call-btn {
        right: 190px;
    }
}

.cta a {
    color: #fff !important;
}

.schedule-btn a {
    padding-right: 0 !important;
}

@media (max-width: 1200px) {
    #header_meta .phone-info div {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background-color: #fa8b11 !important;
    color: #ffffff;
    border-color: #fa8b11 !important;
}

/*@media (min-width: 1051px) {
    .logo:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: -100px;
        width: 90px;
        height: 90px;
        background-image: url('/wp-content/uploads/2023/08/Dale-Cardwell.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .logo {
        overflow: visible !important;
    }
}

@media (max-width: 1050px) {
    .av-burger-menu-main:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -80px;
        width: 90px;
        height: 90px;
        background-image: url('/wp-content/uploads/2023/08/Dale-Cardwell.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}*/

.logo svg {
    height: auto !important;
    width: 300px !important;
}

@media (min-width: 768px) {
    .logo svg,
    .logo img {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .logo svg,
    .logo img {
        width: 200px !important;
    }
}

@media (max-width: 480px) {
    .logo svg,
    .logo img {
        width: 180px !important;
    }
}

@media (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 192px !important;
    }
}

/* TEMP CSS Area - Starts */

.big-preview.single-big img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

#footer .menu a {
    font-size: 16px;
}

.inspection-form {
    background-size: 350px !important;
}

/* TEMP CSS Area  - Ends */

.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
}

.av-subheading_below {
    line-height: 1.6 !important;
    margin-top: 10px !important;
}

.main_menu .sub-menu .avia-menu-text {
    font-size: 18px;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#header .three.units {
    width: 340px !important;
}

#header .six.units {
    width: 700px !important;
}

#header_meta {
    background-color: #0F4C9C !important;
}


#header_meta .menu a,
#header_meta .phone-info {
    color: #fff !important;
    font-size: 13px;
}

#header_meta .menu a {
    font-size: 1.5em;
}

.cta a {
    font-size: 32px;
}

span.top-icon.tel-icon {
    display: inline-block;
    font-size: 35px;
    text-align: center;
    margin-right: 10px;
}

.tel-icon:before {
    content: '\e854';
    font-family: 'entypo-fontello';
    display: inline-block;
    transform: rotate(90deg);
    top: 2px;
    position: relative;
}

#header_meta .phone-info div {
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: 17px;
    padding: 15px 0;
    font-weight: 700 !important;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

@media (max-width: 1100px) {
    #header_meta .phone-info div {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
        font-weight: normal !important;
    }
}

.main_menu .av-menu-button .avia-menu-text {
    border-radius: 25px !important;
    padding: 9px 18px !important;
}

.av-menu-button-bordered a {
    padding-right: 20px !important;
}

.av_phone_active_right .phone-info {
    float: none !important;
}

.avia_playpause_icon {
    border-radius: 100% !important;
    background-color: var(--primary) !important;
}

.avia_playpause_icon:before {
    font-size: 55px !important;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

@media (max-width: 989px) {
    .logo-wrap {
        flex-wrap: wrap;
    }
}

.inner-text-heading h3 {
    color: var(--primary) !important;
    font-size: 23px;
    margin-bottom: 20px;
}

.section-title .av-special-heading-tag {
    font-weight: bold !important;
}

.regular-button .avia-button {
    color: var(--primary) !important;
    transition: .5s;
}

.regular-button .avia-button:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.center-three-columns .flex_column {
    width: 100% !important;
    margin: 0 !important;
}
 
.center-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
 
@media (min-width: 768px) {
    .center-three-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 1251px) {
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}

.team-img-container {
    border-radius: 0;
}

.link-column {
    border: 1px solid #eee;
    text-align: center;
    background-color: #fff !important;
    padding-bottom: 25px;
    transition: .5s;
}

.link-box .team-member-name {
    color: #333;
    padding-top: 10px;
    margin: 0 0 12px;
}

.avia-team-member {
    margin: 0 !important;
}

.link-column:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 5px 3px #e9e9e9;
}

.vert_icon, .hor_icon {
    border-color: var(--primary) !important;
}

/* General Type CSS - Starts*/
 
#footer .menu a {
    font-size: 16px;
}
 
.single .standard-content strong,
.avia_textblock b,
.avia_textblock strong {
    color: #333;
}
 
span.post-meta-infos,
.error404 .title_container,
.search .title_container,
.archive .title_container,
.single .title_container {
    display: none !important;
}
 
/* General Type CSS - Ends*/

.big-preview.single-big {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-iconlist {
    margin: 12px 0 0 !important;
}

.footer-iconlist .iconlist-char {
    position: relative;
    top: 2px;
}

a.footer-cta {
    background-color: var(--orange);
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    letter-spacing: 0.5px;
    border: 1px solid #fff !important;
}

a.footer-cta:hover {
    opacity: .9;
}

#footer .av-sidebar-social-container {
    margin-top: 20px !important;
}

p.gform_required_legend {
    display: none;
}

.footer-form {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-form .gform-body textarea,
.footer-form .gform-body select,
.footer-form .gform-body input {
    background-color: #fff !important;
    border-color: #ccc !important;
    padding: 12px !important;
    border-radius: 6px !important;
}

.footer-form .gform_footer input {
    border-radius: 6px !important;
}

.avia_textblock p strong {
    color: #333;
}

.extra-footer {
    background-position: 5% 50% !important;
}

.image-border {
    position: relative;
    width: 600px;
    max-width: 100%;
}

.image-border:before {
    content: '';
    position: absolute;
    left: -18px;
    top: -18px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary);
}

.image-border-alt:before {
    left: 18px; 
}

/* Inner Posts CSS - Starts */
.inner-posts .slide-meta {
    display: none;
}

.inner-posts .slide-entry-title a {
    color: #333 !important;
    margin-bottom: 15px;
    display: inline-block;
    transition: .5s;
}

.inner-posts .slide-entry-title a:hover {
    color: var(--primary) !important;
}

.inner-posts .more-link {
    text-transform: capitalize;
    display: inline-block;
    margin-top: 15px;
}

.inner-posts .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}

.inner-posts .slide-entry {
    margin: 0;
    border: 1px solid #d8d8d8 !important;
    background-color: #fff !important;
    width: 100%;
}

@media (min-width: 767px) {
    .inner-posts .slide-entry {
        width: calc(33.33% - 20px)
    }

    .inner-posts .slide-entry-title a {
        font-size: 19px;
    }
}

.inner-posts .slide-content {
    padding: 20px 30px 30px;
}

.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 0;
}

.inner-posts a:hover {
    opacity: .9;
}

/* Inner Posts CSS - Ends */

.link-box .team-member-job-title {
    font-weight: bold;
    color: #484848 !important;
}

.team-img-container,
.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
    border-radius: 0 !important;
}

#cta_mobile {
    display: none;
}

@media ( max-width: 989px ) {
    #header_meta {
        display: none;
    }
    
    #cta_mobile {
        display: block;
        background-color: #058105;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 50px;
        position: fixed;
        width: 100%;
        bottom: 0;
        padding: 0 30px;
        z-index: 100;
    }
    
    #cta_mobile span {
        font-family: 'entypo-fontello';
        display: inline-block;
        transform: rotate(90deg);
        margin-right: 5px;
    }

    body {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 767px) {
   #header_meta {
        border-radius: 0 0 20% 20%;
   } 
}

.location-col .center-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px 10px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 3px 2px #e1e1e18f;
    background: #fff;
}

#socket {
    border-top: none !important;
}

#socket .copyright, #socket .menu a {
    font-size: 13px;
}

#footer .avia_social_icons_widget {
    margin: 0 !important;
}

@media (min-width: 768px) {
    #footer .avia_social_icons_widget {
        margin-top: -35px !important;
    }
}

.solid-border img {
    border: 1px solid #efefef !important;
}

.avia_textblock strong {
    color: #333 !important;
}

/* CENTER Three Column CSS - Starts */

.center-three-columns .flex_column {
    width: 100% !important;
    margin: 0 !important;
}
 
.center-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
 
@media (min-width: 768px) {
    .center-three-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
 
@media (min-width: 1251px) {
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}

/* CENTER Three Column CSS - Ends */

.inner-link-col {
    background-color: #f8f8f8;
    text-align: center;
    border: 1px solid #efefef !important;
    transition: .5s;
    padding-bottom: 30px;
}

.inner-link-col:hover {
    transform: translateY(-5px);
    background-color: #fff;
    box-shadow: 1px 2px 6px 2px #efefef;
}

.inner-link-col .team-img-container {
    margin-bottom: 20px;
}

.inner-link-box .team-member-name {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .extra-footer .av-section-color-overlay {
        opacity: 0 !important;
    }
}

#top .gform-field-label--type-sub{
    display: none !important;
}

.single-video .flex_column_table {
    width: 900px !important;
    margin: 0 auto;
    max-width: 100% !important;
}

@media (max-width: 989px) {
    .inspection-form .content {
        padding-bottom: 280px !important;
    }
}

.single .entry-content h2 {
    color: #666 !important;
}
a#scroll-top-link {
    left: 50px !important;
}
#top .content .flex_column .widget_nav_menu li a {
    padding-block: 4px;
}
#top .content .flex_column .widget_nav_menu li a:hover,
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item,
#top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
    background-color: transparent !important;
}
#site_footer .widget_custom_html,
#site_footer .avia_social_icons_widget {
    padding-top: 0 !important;
}
/* Center Three/Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1151px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Three/Four Col - Center - END */
.trustdale-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (min-width: 768px) {
    #site_footer .container.av-section-cont-open {
        width: 100% !important;
        max-width: 100% !important;
    }
}
#site_footer .center-four-columns {
    width: 1210px;
    max-width: 100% !important;
    margin-inline: auto;
}
@media (max-width: 1210px) {
    #site_footer .template-page {
        padding-bottom: 150px;
    }
}
.trustdale-logo img {
    width: 180px;
}