/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.wp-block-heading {color: #41bbd9; }
.topLinks li {
    list-style: none;
    display: inline;
    margin-left: 10px;
}
.topLinks li a {
	background-color: #fca311;
    border: 2px solid #fca311;
    border-radius: 0;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
}
.dropdown-menu ul li a.menu-link {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2em;
    color: #006e90;
    font-family: 'Montserrat';
}

.dropdown-menu ul li a.menu-link:hover {
    background-color: #f8f8f8;
    color: #fca311;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { padding-left: 0 !important; }