/*
Theme Name: Saving the Bay Landing Page
Description: A child theme for Divi
Author:   Mad Dog md@maddogproductions.com
Template: Divi
*/

/* GENERAL */
a {color: #2B3833; font-weight: bold;}
a:hover {color:#F4B23A;}



/*HEADER MENU HIGHLIGHT BUY NOW */
#menu-main li.buy-now a {color: #F4B23A !important;}


/* SIDE BY SIDE BUTTONS */
.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 20px;
}

.btn-inline {
    text-align: center !important;
}





/* VERTICALLY CENTER COLUMNS */
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}


/* ADD GRADIENT TO PARALLAX SECTION - B/W IMAGE */
/****** Add overlay to parallax sections *******/

.gradient-overlay:before {
content:"";
position:absolute;
z-index:1;
background:inherit;
top:0;
bottom:0;
width:100%;
}
.gradient-overlay .et_pb_row {
z-index:2 !important;
}
.gradient-overlay {
background-color: transparent;
}


/* PAYPAL PAY SECTION */
/*********************/
/* Reveal from https://divibooster.com/reveal-a-divi-module-or-row-section-when-button-clicked/ */

/* BUTTON FUNCTION from above */
body:not(.et-fb) .rv_element { display: none; }
.et_pb_button.rv_button_opened:after { content:"\32"; }
.et_pb_button.rv_button_closed:after { content:"\33"; }

/* SUBMIT BUTTON STYLING */
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}
.gform_wrapper input[type=submit] {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 12px;
    border-radius: 0;
    background: #fe4641;
    color: #fff;
    border: solid 2px #fff;
    transition: box-shadow .2s ease-in-out;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
    background: #fff;
    color: #fe4641;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	border: solid 2px #fe4641;
}










