/*
Theme Name: Hazel Child
Theme URI: https://demo.select-themes.com/hazel/
Description: A child theme of Hazel Theme
Author: Select Themes
Author URI: https://select-themes.com
Version: 1.1
Template: hazel
Text Domain: hazel
*/
nav.main_menu.right{
	margin-left: 15%;
	left: unset;
}


nav.main_menu>ul>li>a {
	padding 0 10px !important;
}
/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}




@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.survey_general_container .survey_question_container.boxed h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer_top_holder{
	background-color: #ebebeb !important;
}


