Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home3/globaem5/public_html/wp-content/plugins/essential-grid/includes/item-skin.class.php on line 1041

Warning: Cannot modify header information - headers already sent by (output started at /home3/globaem5/public_html/wp-content/plugins/essential-grid/includes/item-skin.class.php:1041) in /home3/globaem5/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php on line 105

Warning: Cannot modify header information - headers already sent by (output started at /home3/globaem5/public_html/wp-content/plugins/essential-grid/includes/item-skin.class.php:1041) in /home3/globaem5/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php on line 106
/* Move the text on the slider to the side to accomodate strange backgrounds */ .soliloquy-container .soliloquy-caption-inside { background-position: left !important; font-size: .85em !important; } /* fix the email form overlapping issue on footer */ .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] { width: 100% !important; } /* This makes the header's search box disappear. (It was blocking other things like menu buttons.) */ #branding #searchform { display: none; } /* Customize donation buttons */ .donate-buttons a, .donate-buttons-other a { padding: 10px; text-decoration: none; } .donate-buttons a:hover { background-color: black !important; } .donate-buttons-other a:hover { background-color: #666 !important; color: white; } /* Donation form buttons. */ #vsdf_form .dropdown-el label { border-top: .06em solid #333; display: block; height: 2em; line-height: 2em; padding-left: .5em; padding-right: 2em; cursor: pointer; position: relative; transition: none; color: #000; font-size: 1em; letter-spacing: -0.01em; } #vsdf_form .dropdown-el { border-radius: 0em; border-color: #000; color: #000; } #vsdf_form .dropdown-el::after { content: ""; position: absolute; right: 0.6em; top: 0.8em; border: 0.4em solid #00f; border-color: #000 transparent transparent transparent; transition: none; } #vsdf_form .dropdown-el.expanded label:hover { color: #000; } #vsdf_form .dropdown-el.expanded input:checked + label { color:#009; } #vsdf_form .button-label, .button-label:hover { display: inline-block; cursor: pointer; color: #000; border-radius: 0; box-shadow: none; background: #cfcfcf; -webkit-transition: 0.3s; transition: 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 10%; min-width: 60px; padding: 1em 0; text-align: center; margin: 5px 1%; border: none !important; } #vsdf_form .button-label:hover { background: #7bafed; color: #101010; box-shadow: none; border: none !important; } #amount-20:checked + .button-label, #amount-50:checked + .button-label, #amount-100:checked + .button-label, #amount-200:checked + .button-label, #amount-500:checked + .button-label, #amount-other:checked + .button-label{ background: #00f !important; } #vsdf_form #submit-row #go { display: inline-block; padding: .9em 1.8em; border: none; margin: 0.5em; cursor: pointer; color: #000; font-size: 1em; font-family: Geometria-Bold, helvetica; font-weight: 900; border-radius: 0em; background: #16db47; box-shadow: none; -webkit-transition: none; transition: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #vsdf_form #submit-row #go:hover { background: #14e348; box-shadow: none; border: none; } /* * end donation form buttons * */