/*
Theme Name: For The Birds Box Theme
Theme URI: http://dynamicwebshop.com/
Description: Smart, flexible theme for For The Birds Box subscriptions.
Author: Dynamic Web Shop
Author URI: http://dynamicwebshop.com/
Template: Divi
Version: 1.2
*/

@import url('../Divi/style.css');

/* Set top phone number/social icons header color. */
div#top-header {
    background-color: #000;
}
/* Set top phone number/social icons header color. */

/* Adjust top margin for LETSGETFLYING section. */
div#LETSGETFLYING-section {
    margin-top: -160px;
}
/* End Adjust top margin for LETSGETFLYING section. */

/* Remove "From" pricing label. */
p.price {
    display: none;
}
/* End Remove "From" pricing label. */

/* Put background under call to action text on product page. */
h5 {
    background-color: darkcyan;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
}
/* End Put background under call to action text on product page. */

/* Set FAQ title colors. */
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #333;
    background-color: #eca354;
    border-radius: 5px;
    padding: 10px;
}
.et_pb_toggle_close h5.et_pb_toggle_title {
    color: #333;
    background-color: #77ba36;
    border-radius: 5px;
    padding: 10px;
}
/* Set FAQ title colors. */
