/*************************************************************
	MENU ICONS EXAMPLE
 *************************************************************/
/*
To add menu icon specify PAGE-ID and ICON CONTENT VALUE:

.fa-menu-{PAGE-ID}:before {
  content: "{ICON CONTENT VALUE}";
}

List of ICON CONTENT VALUES: http://astronautweb.co/snippet/font-awesome/

FOR EXAMPLE

i.fa-menu-33:before {
  content: "\f004";
}

*/

/*************************************************************
	ADD YOUR CUSTOM STYLES BELOW THIS LINE
 *************************************************************/


/* alterações sofisticase*/
.iPaneMDItem {
	/*min-height: 200px;
	position: relative;
	margin: 0 0 4px 4px;
	padding: 8px 9px !important;
	text-align: center;*/
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.iPaneMDItem:hover {
		border: none !important;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.portfolio-item .portfolio-description h3 a {
	color: #fff !important;
}

.portfolio-item .btn.btn-light {
	background-color: transparent !important;
	border-color: #ababab;
	color: #ababab;
}

.portfolio-item .btn.btn-light:not(.btn-outline):not(.btn-icon-holder):hover {
	border-color: #fff !important;
	color: #fff;
}

#header.header-fullwidth #top-search {
	left: 0px;
}

#dnn_BannerPane2 .c_content {
	min-height: 750px;
}

@media (max-width:767px) {
	.module-682 .instagram-widget {
		grid-gap: 0px;
		grid-template-columns: none !important;
		float: none;
	}
	.instagram-widget li{
		grid-gap: 0px;
		grid-template-columns: none !important;
		float: none;
		margin-bottom:10px;
	}
}
