/*!
Theme Name: Cafe U
Theme URI: http://www.Ez-IT-Solutions.com/WordPress/Themes/Cafe-U/
Author: Ez IT Solutions
Author URI: http://www.Ez-IT-Solutions.com
Description: A custom WordPress theme designed for Cafe U in Mineola, Tx.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cafe-u
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cafe U is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/

#editor .postbox-header {
	background-color: #E5E5E5;
}

#editor .postbox-header:hover {
	background-color: #D5D5D5 !important;
}

.acf-tab-group {
    background-color: #F0F0F0 !important;
}

.acf-field-image .acf-label {
	text-align: center;
}

.acf-image-uploader .image-wrap, .acf-image-uploader .hide-if-value p {
	display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

.acf-image-uploader .hide-if-value p {
    display: grid;
    padding-top: 5px;
    max-width: fit-content;
}

.acf-fields.-left>.acf-field:before {
	/* background-color: #F0F0F0 !important; */
}

#poststuff .inside {
    background-color: #F9F9F9;
 }

.acf-flexible-content .layout .acf-fc-layout-handle {
    /*background-color: #00B8E4;*/
    background-color: #202428;
    background-color: #B0B0B0;
    color: #eee;
}

.acf-repeater.-row > table > tbody > tr > td,
.acf-repeater.-block > table > tbody > tr > td {
    border-top: 2px solid #202428;
}

.acf-repeater .acf-row-handle {
    vertical-align: top !important;
    padding-top: 16px;
}

.acf-repeater .acf-row-handle span {
    font-size: 20px;
    font-weight: bold;
    color: #202428;
}

.imageUpload img {
    width: 75px;
}

.acf-repeater .acf-row-handle .acf-icon.-minus {
    top: 30px;
}

.acf-field-columngroup {
	text-align: center;
}