/* LICENSE & DETAILS
   ==================================================

	Theme Name: Neighborhood Child Theme
	Theme URI: http://neighborhood.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: neighborhood
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

h1 {
    color: #cfd534;
}

nav .menu li a {
    font-weight: bold;
}

nav .menu li.current-menu-ancestor > a,
nav .menu li.current-menu-item > a {
    color: #cfd534 !important;
}

.link-add {
    color: #cfd534;
    font-size: 16px;
    font-weight: bold;
}


.page-content table th {
    text-align: left;
    vertical-align: top;
}

.page-content table td {
    vertical-align: top;
}

.search {
    margin-top: 20px;
}

.search button {
    margin-top: -10px;
}

.label_open {
	display: inline-block;
}

.label_open input {
	margin-top: 0;
}

.buttons {
    margin-top: 30px;
}

.button{
    color: #cfd534;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.input-hidden {
    display: none;
}

.acf-ui-datepicker .ui-widget select {
    max-width: 100%;
}

.acf-repeater > table td.remove .acf-icon {
    margin-top: 0 !important;
}

.acf-repeater > table td.remove .acf-repeater-add-row {
    position: relative;
}

.acf-table > tbody > tr > td.remove {
    padding: 0 8px;
}

