@charset "UTF-8";

/**
 * Style overrides
 * Version: 1.0
 *
 * @package WordPress
 * @subpackage EHSL_2017_NOVEL_Submissions
 * @since EHSL 2017 NOVEL Submissions 1.0
 */

/** ****************************************************************************
 * Advanced Custom Fields (ACF) Style Overrides
 * Theme Dependency: EHSL 2017 NOVEL Submissions
 * Description: Style overrides to match theme. 
 * Instructions: Enqueue stylesheet in footer after ACF plugin stylesheet.
 */

/* PAGE BUTTONS */

.af-page-button {
	height: inherit;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	line-height: inherit;
}
.af-page-button.enabled {
	cursor: default;
}
.af-page-button:hover,
.af-page-button:active {
	text-decoration: none;
}

/* END PAGE BUTTONS */


/* PREVIOUS/NEXT BUTTONS */

.af-next-button, 
.af-previous-button {
	border-radius: 5px;
	border: 1px solid;
	padding: 6px 12px;
	font-weight: bold;
}
.af-next-button {
	border-color: #006699;
	color: #fff;
	background: #006699;
}
.af-next-button:hover {
	color: #006699;
	background: #fff;
}

/* END PREVIOUS/NEXT BUTTONS */


/* REPEATER ADD ROW, ADD FILE BUTTON */

.acf-button,
.acf-button:link,
.acf-button:visited {
	border-radius: 10px;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	background:#006699;
}
.acf-button:hover {
	border:2px solid #006699;
	padding: 10px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff; 
}
.acf-file-uploader {
	margin: 25px 0 25px 0;
}

/* END REPEATER ADD ROW, ADD FILE BUTTON */


/* ADD ROW COLUMN BUTTON */

.acf-repeater .acf-row > .acf-row-handle .acf-icon {
	display: block;
}
.acf-repeater .acf-row > .acf-row-handle .acf-icon.-plus,
.acf-repeater .acf-row > .acf-row-handle .acf-icon.-duplicate,
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-plus,
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-duplicate {
	display: none;
}

/* END ADD ROW COLUMN BUTTON */


/* REPEATER TABLE */

.acf-repeater > table {
	margin-bottom: 24px;
	background: inherit;
}
.acf-table > tbody > tr > th, 
.acf-table > tbody > tr > td, 
.acf-table > thead > tr > th, 
.acf-table > thead > tr > td {
	padding: inherit;
	background: inherit;
}
.acf-repeater tr.acf-row .acf-row-handle {
	background: #f4f4f4;
}
.acf-repeater tr.acf-row:nth-child(even) .acf-row-handle {
	background: #e3e3e3;
}

/* REPEATER TABLE */


