/*
Theme Name: alaskaboundcharters
Author: AASMAN
Author URI: https://aasman.ca/
Description: The7 Child Theme for Alaska Bound Charters
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


/* HEADER */

.masthead.mixed-header .header-bar{
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;;
    align-items: flex-start;
}


.masthead::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.branding a img,
.branding img{
    max-width: 70px!important;
    padding: 20px;
    background: #214A60;
}

body.home .branding,
body.home .mobile-branding{
    visibility: hidden;
}

.mobile-header-bar .mobile-branding img{
    max-width: 50px!important;
    padding: 20px;
    background: #214A60;
}

.header-scrollbar-wrap .branding {
    display:none;
}

.sub-downwards .next-level-button:before, .sub-downwards.dt-parent-menu-clickable.side-header .next-level-button:before{
    color: #ffffff;
}


#content a:not(.elementor-toggle-title, .elementor-button),
.footer-questions a:not(.elementor-button){
    color: inherit;
    text-decoration: underline!important;
}


/* TIMELINE SCHEDULE PAGE */

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-icon i{
    color: #fff;
}


@media screen and (max-width:980px) {.go-relative {position:relative !important;left: unset !important;right: unset !important;}}


