/*
Theme Name: Reform Child Theme
Theme URI: https://reform.axiomthemes.com/
Description: Reform is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.10.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: reform
Template: reform
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


#footer-nav-links_sc li > a,
.footer-nav-links a {
	color:#fff !important;
}
#footer-nav-links_sc li > a:hover,
.footer-nav-links a:hover {
	color:#fff !important;
	text-decoration:underline;
}

#mc4wp-form-1 {
	text-align:center;
}

#mc4wp-form-1 input[type="email"] {
	border-radius:10px 10px 10px 10px;
	min-width:300px;
	margin-bottom:10px;
}

#mc4wp-form-1 input[type="submit"] {
	background-color:#0E74A4;
	text-transform:uppercase;
	border-radius:10px 10px 10px 10px;
	padding-top:16px;
	padding-bottom:16px;
}
#mc4wp-form-1 input[type="submit"]:hover{
	background-color:#8E64C0;
}
#mc4wp-form-1 label
{
	display:none;
}

.post-password-form {
text-align:center;
color:#000;
}

.post-password-form input[type="password"] {
margin:.5em auto;
}

.post-password-form input[type="submit"] {
background-color:#99BE3C;
text-transform:uppercase;
}

/* fix for hidden H1 tag on events main page */
.post-type-archive-tribe_events .tribe-events-header__content-title h1 {
    position: relative !important;
    top: 0 !important;
    height: auto;
    width: 100%;
    clip-path: none;
	text-align:center;
margin-bottom:80px !important;
	line-height:normal;
}

.post-type-archive-tribe_events .tribe-events-header__content-title h1:hover {
	position: relative !important;
    top: 0 !important;
    height: auto;
    width: 100%;
    clip-path: none;
	text-align:center;
margin-bottom:80px !important;
	background:none;
	box-shadow:none;
	font-size:57px;
	color:#000;
	padding:0 !important;
	font-weight:400;
	left:0;
}

.tribe-event-date-start {
	display:none
}

.tribe-event-date-end {
	display:none
}