/*
 Theme Name:   Akea Child
 Theme URI:    http://demo.goodlayers.com/akea
 Description:  Goodlayers Akea Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     akea
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  akea-child

 START YOUR CHILD THEME CSS HERE
*/

.single-post .layout-wide article {
	max-width: 870px;
}

.wp-block-image figcaption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
}

.really_simple_share div {
	height: 50px;
    line-height: 1em;
}

.akea-body h2 {margin-top:40px;}

.akea-sidebar-style-none .akea-single-article-content img.aligncenter, .akea-sidebar-style-none .akea-single-article-content figure.aligncenter {margin-left:auto; margin-right:auto;}

.single p:empty {
    display: none;
}

/* ---------------------------------- */
/* --- Contact Form 7 form styles --- */
/* ---------------------------------- */

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	padding: 18px 20px;
	margin-bottom: 26px;
	font-size: 14px;
	color: #555555;
	outline: none;
	-webkit-appearance: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus {
	border-color: #e9a6c1;
}

.wpcf7 textarea {
	height: 140px;
	resize: vertical;
}

/* newsletter checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-checkbox label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	color: #6d6d6d;
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	min-width: 24px;
	padding: 0;
	flex-shrink: 0;
	margin: 0 12px 0 0;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"]::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 11px;
	border: solid #e9a6c1;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -60%) rotate(45deg);
	opacity: 0;
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked::after {
	opacity: 1;
}

/* submit button */
.wpcf7 input[type="submit"] {
	display: block;
	width: 100%;
	margin-top: 32px;
	padding: 17px 20px;
	background-color: #f29cbf;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #2f2f2f;
}

/* keep CF7's ajax spinner from breaking the full-width button layout */
.wpcf7 .wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}