/*Remove space between menu bar and page content */
#main {
	padding-top: 0;
}

.layout-full.panels-style-force-full .panel-grid:first-of-type .panel-row-style {
	padding-top: 0 !important;
}

.page-template-default .entry-header {
	display: none;
}

/* Footer Height*/ 
#main {
min-height: 650px;
}

/* Texts Hover - By Sia */ 
/*.texts_hover_01:hover { 
     color: #23282d; 
  }*/



