/*
 Theme Name:   Happy Trails AK
 Theme URI:    
 Description:  Divi Child Theme
 Author:       James Alborough
 Author URI:   http://bearstar.net
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  happytrails
*/



/* =Theme customization starts here
------------------------------------------------------- */

h1,h2,h3,h4,h5,.et_pb_blurb_content {
    white-space: normal;
    word-wrap:normal;
}


.et_pb_section, .et_pb_section *{
animation:none !important;
}

#top-menu li li {
    margin: 0;
    padding: 0;
	line-height:1.3;

}
.nav li li {
    width: 100%;
    }

.nav li ul {
    padding: 10px 0;
    }

#top-menu li li a {
    width: 240px;
    padding: 6px 10px;
    font-size: 13px;
}

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }


/* make column heights equal, add class to rows */
.align-center .et_pb_column { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.et_pb_pagebuilder_layout #main-footer {
    margin-top: 0px;
    
} 
.entry-content {
    padding-bottom: 50px;
}
.et_pb_pagebuilder_layout .entry-content {
    padding-bottom: 0px;
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

.et-social-linkedin a.icon::before {
  content: "\e09d";
}

.et-social-youtube a.icon::before {
  content: "\e0a3";
}



/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1149px) {
    #top-menu {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block
    }
}	

@media screen and (max-width:980px) {
	.et_header_style_left #logo {
	max-width:70%;
	max-height: 100%;
	}
	
	.left {
    display: flex;
    flex-direction: column;
	}

	.right /*,#herosection .et_pb_row */ {
    display: flex;
    flex-direction: column-reverse;
	}

}