/*
Theme Name:     Gridlove Child
Theme URI:      https://mekshq.com/theme/gridlove
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     https://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

.gridlove-cover-area {
	background: #009cff;
}
.custom-search-form {
	position: relative;
	margin: 0 auto;
	max-width: 700px;
	height: 60px;
}
.custom-search-form form {
	width: 100%;
	height: 100%;
}
.custom-search-form input {
	padding: 0 150px 0 32px;
	width: 100%;
	height: 100%;
	box-shadow: rgba(0,1,1,.1) 0 5px 15px;
	border: 0;
	border-radius: 2px;
	color: gray;
	font-size: 16px;
	line-height: normal;
}
.custom-search-form button {
	position: absolute;
	padding: 10px;
	height: auto;
	width: 110px;
	top: 50%;
	right: 10px;
	font-size: 16px;
	color: #ffffff;
	background: #009cff;
	border-radius: 2px;
	transform: translateY(-50%);
	border: 0;
	cursor: pointer;
}
.custom-search-form button i {
	margin-right: 10px;
}
.custom-search-form button:hover {
	background: #008DE8;
}
.download-meta {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.download-meta .meta-item h6 {
    color: #009CFF;
    font-size: 14px;
    margin-bottom: 0px;
}
.download-meta .meta-item:first-child {
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis; 
}
.download-meta .meta-item .gridlove-button {
	white-space: nowrap;
	padding: 8px 10px;
	font-weight: normal;
	text-transform: capitalize;
	margin-right: 5px;
	color: #fff;
}
.temp-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}
.temp-info .temp-text,
.temp-info .temp-button {
	width: 50%;
}
.temp-info .temp-text p {
	margin-bottom: 15px;
}
.temp-info .temp-text p:last-child {
	margin-bottom: 0;
}
.temp-info .gridlove-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 15px 0;
}
.temp-info .gridlove-button:last-child {
	margin-bottom: 0px;
}
@media(max-width: 575.98px) {
	.temp-info {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.temp-info .temp-text,
	.temp-info .temp-button {
		width: 100%;
	}
	.temp-info .temp-text p:last-child {
		margin-bottom: 25px;
	}
}
.custom-contact form p {
    margin-bottom: 8px;
}
.custom-contact .cc-error {
	display: block;
	margin-bottom: 15px;
	color: #e74c3c;
}
.custom-contact .cc-success {
	display: block;
	margin-bottom: 15px;
	color: #28a745;
}
.custom-contact h2.cc-error,
.custom-contact h2.cc-success {
	margin-bottom: 25px;
}