/*
 Theme Name:   Agrarium Child
 Description:  Agrarium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/agrarium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     agrarium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  agrarium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


/* wefixit rules */
.header.header-type-3 .logo-container .logo-link {
	padding: 0 20px;
	background-color: transparent;
}
.logo img {
	width: 120px;
}

.header.header-type-3 .header-menu-container {
	width: 100%;
}

.icon-opacity img {
	opacity: 0.1;
}

@media only screen and (min-width: 992px) {
  .header .main-menu {
    display: flex;
	justify-content: flex-end;
  }
}


/* ---------- Header Page Title ---------- */
.header-position-over + .page-title-container .page-title-row {
	top: 20px;
}
.header-position-over + .page-title-container .page-title-additional {
	font-size: 2rem;
	bottom: 40px;
}
@media screen and (min-width: 992px) {
	.header-position-over + .page-title-container .page-title-row {
		top: -50px;
	}
	.header-position-over + .page-title-container .page-title-additional {
		font-size: 1.25em;
	}
}

/* apparently natively supported nested rules are a thing now */
#the-contact-form {
	form input,
	form textarea {
		background: transparent;
		border-color: rgba(255,255,255,0.3);
		color: white;
	}
	form label {
		color: rgba(255,255,255,0.85);
	}
	form .wpcf7-submit {
		background: #f4ce49;
		color: black;
	}
}

.portfolio-item-content {
	height: 100%;
	bottom: 0 !important;
	.portfolio-item-categories {
		display: none !important;
	}
	.post-title {
		bottom: 4%;
		position: absolute;
		font-size: 0.9rem !important;
	}
}

/* Hide previous - next navigation in product detail page */
.single-agrarium_portfolio .post-navigation {
	display: none;
}

/* hide recaptcha badge */
.grecaptcha-badge { 
    visibility: hidden !important;
}