/*
Theme Name: cause-specialchild
Version: 1.0
Description: A child theme of DiviSpecial
Author: erilei
Template: DiviSpecial
*/

@import url("../DiviSpecial/style.css");

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Nunito+Sans&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

h2{
    text-align: center;
    padding-top: 90px;
}
.et_section_regular {
    padding: 0px 15px;
}
.et_pb_row {
    padding: 0;
}
.et_pb_fullwidth_image {
    margin-top: 90px;
}
.call-to-action{
    text-align: center;
}
.et_pb_slide_description {
    text-align: right;
    line-height: 1em;
}
h2.et_pb_slide_title {
    text-align: right;
    text-shadow: 2px 2px #00223C;
}
#footer-bottom{
    margin-top: 90px;
}
#top-menu li.current-menu-item>a {
    color: #00223C;
}
#top-menu li.current-menu-item>a:hover {
    color: #295C83;
    text-shadow: 2px 2px #C8F9F2;
}
.mobile_menu_bar:before {
    color: #00223C;
}

.et_mobile_menu li a {
    color: #00223C;
}
.et_mobile_menu li a:hover {
    color: #295c83;
    text-shadow: 2px 2px #C8F9F2;
}
.et_mobile_menu {
    border-top: 3px solid #00223C;
}
.et_pb_slider:first-of-type{
    padding-bottom: 20px;
}
#main-footer {
    background-color: #00223c;
}
