/*======================================
Theme Name: Tokyo 2020 Lympics
Theme URI: https://www.andrewodea.com/
Description: Divi child theme for the Paris 2024 Lympic Games
Author: Nelson Andrew O'Dea
Author URI: https://www.andrewodea.com/
Author Email: hello@andrewodea.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/
/* Vertically Align Columns */

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/* Mobile Menu */

.et_mobile_menu {
border-top: 4px solid;
}

/* Header Menu Hover */

.primary-menu li a:before {
 content: "";
 position: absolute;
 z-index: -1;
 left: 1%;
 right: 100%;
 bottom: 0%;
 background: #000000;
 height: 3px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.primary-menu li a:hover {
 opacity: 1 !important;
}
.primary-menu li a:hover:before {
 right: 0;
}
.primary-menu li a:before {
 bottom: -8px;
}

/* Footer Menu Styling */

.footer-hyperlink {
  color: #ffffff !important;
}

.footer-hyperlink:hover {
  color: #ec256a !important;
}