/*
Theme Name:     Construction Field Child
Theme URI:      https://www.acmethemes.com/themes/construction-field/
Description:    Construction Field Child
Author:         acmethemes
Author URI:     https://www.acmethemes.com/
Template:       construction-field
Version:        0.1.0
*/

@import url("../construction-field/style.css");

#construction_field_posts_col-16510000 .at-widget-title-wrapper {
	display: none;
}
.acme-col-posts article.post .post-thumb:before {
	display: none;
}

.main-navigation .acme-normal-page .current_page_parent .sub-menu a {
	color: #666 !important;
}
.main-navigation .acme-normal-page .current_page_parent .sub-menu .current-menu-item a,
.main-navigation .acme-normal-page .current_page_parent .sub-menu a:hover {
	color: #fab702 !important;
}

span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	display: inline-block;
}

.cookie-agreement {
	position: fixed;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 26em;
	padding: 1em;
	z-index: 100;
	box-sizing: border-box;
	background-clip: padding-box;
	background-color: #fff;
	border: solid 2px #000;
}
a.cookie-agreement-button {
	cursor: pointer;
	display: inline-block;
	background-color: #fab702;
    color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	margin-top: 15px;
	box-sizing: border-box;
    height: 45px;
}
a.cookie-agreement-button:hover {
	color: #fff;
}