/*



Theme Name: Minamaze Pro Child

Description: Minamaze Pro Child Theme

Author URI: http://hwy.com.au

Template: Minamaze_Pro

Version: 1.0.0

*/



@import url("../Minamaze_Pro/style.css");
body, button, input, select, textarea {

	color: #000;	

	font-family: Open Sans, Helvetica, Arial;

	font-size: 14px;

	line-height: 1.7;

	word-wrap: break-word;

}



/* =Reduce whitespace under menu on Pages

---------------------------------------------------------------------------------------*/

#content {

	clear: both;

	margin: 0;

	padding: 10px 10px;

}



/* =Sidebar

--------------------------------------------------------------------------------------- */

#sidebar .widget { 

	margin-bottom: 10px; 

	border-bottom: 1px solid #eee;

}



#sidebar h3.widget-title {

	position: relative;

	font-size: 16px;

	text-transform: uppercase;

	padding-bottom: 10px;

	margin: 0 0 0px;

}



/* Change width under Widget title */

#sidebar h3.widget-title:after {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0px;

	width: 50%;

	border-bottom: 3px solid #0c5eba;

}



/* Default Widget - Text */

#sidebar .textwidget {

	padding: 10px;

	border: 1px solid #fff; 

}



/* Change colour/width under Page title */

#intro.option1 #intro-core:after {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0px;

	width: 30%;

	border-bottom: 3px solid #000000;

}



/* Remove table boders (Links page) */

table, th, td {

    border: 1px solid white;

}



#header .menu > li.menu-hover > a,

#header .menu > li.current_page_item > a, 

#header .menu > li.current-menu-ancestor > a,

#header .menu > li > a:hover {

	color: #0c5eba;

}



#header .header-links > ul > li a{

	color: #777;

	padding: 25px 10px;

}

/* Remove white space under Page Builder rows */

.layout-full .panel-row-style.no-bottom-padding {
padding-bottom: 0;