/*
 Theme Name:     The Traveling Tales
 Theme URI:      https://thetravelingtales.com
 Description:    The Traveling Tales
 Author:         Dennis Volkering
 Author URI:     https://greenvisuals.nl
 Template:       Divi
 Version:        1.0.0
*/

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

/* Mega menu -> submenu */
.et-menu-nav li.mega-menu > ul > li {
    margin-bottom: 20px;
}

/* Mega menu -> submenu main title */
.et-menu-nav li.mega-menu > ul > li > a:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Mega menu -> submenu -> subitems */
.et-menu-nav li.mega-menu > ul > li > ul > li > a {
    font-weight: normal;
}

/* Paragraphs in country & destination objects */
.single-ttt-country p,
.single-ttt-destination p  {
    padding-bottom: 1.5em;
}