/*
Theme Name: PressMart Child
Theme URI: https://pressmart.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for PressMart
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: pressmart
Text Domain: pressmart-child
*/


/* Contact form */

@media (min-width: 550px) {
	.form-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 0px;
	}
}

/* header */

.header-cart{
	display: none;
}

/* Archive align */

.custom-archive-loop .elementor-container.elementor-column-gap-default{
	height: 100%;
}
.custom-archive-loop .elementor-column:not(.title) .elementor-widget-wrap.elementor-element-populated{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.custom-archive-loop .elementor-column.title .elementor-widget-wrap.elementor-element-populated{
	justify-content: unset;
}

/* margin top on pdf icon */
.wps-pgfw-pdf-generate-icon__wrapper-frontend{
	margin-top: 60px;
}

/* Search in article archive */

#ofcategory .level-0{
	font-weight: 600;
	color: #042d4a;
}