/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme child theme.
Author: Hill Productions And Media Group
Author URI: https://www.hillproductionsandmediagroup.com
Template: oceanwp
Version: 1.0
*/

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

/********************************/
/* HEADER */
/********************************/

/* Shrink logo on page scroll */
.page-scrolling #site-logo #site-logo-inner a img, .page-scrolling #site-header.center-header #site-navigation .middle-site-logo a img {
    max-height: 60px !important;
}

/********************************/
/* GRAVITY FORM */
/********************************/

/* General - Field Description */
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

/* Form container */
#gform_wrapper_1 {
    background: #f9f9f9;
	padding:16px;
	border-radius:3px;
}

/* Remove labels */
#gform_wrapper_1 label {
    display: none;
}
/* Filelds */
#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
    background: white;
    border-color: #d8d8d8;
}
/* Submit button */
input#gform_submit_button_1 {
    background: #e2004c;
	border-radius: 3px;
}

/********************************/
/* DONATE - GRAVITY FORM */
/********************************/
form#gform_2 label {
    display: none;
}

form#gform_2 label {
    display: none;
}

/********************************/
/* FOOTER  */
/********************************/

/* Amazon Donate */
.footer-amazon-donate {
	max-width: 120px;
	float:left;
}

/* PayPal Donate */
.footer-paypal-donate {
	max-width: 120px;
	margin-left: 16px;
	float:left;
}
