/*
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.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#site-navigation-wrap .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#topic-template h1 {
    font-family: "Trocchi", Georgia, 'Times New Roman', Times, serif;
    color: #333333;
}

#topic-template h2 {
    font-family: "Trocchi", Georgia, 'Times New Roman', Times, serif;
    color: #333333;
}

#topic-template h3 {
    font-family: "Trocchi", Georgia, 'Times New Roman', Times, serif;
    color: #333333;
}

#topic-template h4 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #7a7a7a;
}

#topic-template .rounds-section {
    padding: 75px 275px;
    margin: auto;
}

#topic-template .round-section-background {
    background-color: #ededed;
}

#topic-template .card-header-custom-color {
    background-color: #faaf40;
}

#topic-template a {
    color: #4e00cc;
}

#topic-template a:hover {
    color: #faaf40;
}

#topic-template .bottom-stripe {
    background-color: #53479c;
    
}