/*
	Theme Name: The Centennial Practrice
	Theme URI: https://vauxstudios.com.au
	Description: Built by Vaux Studios using Unsyon
	Version: 1.1.3
	Author: Vaux Studios
	Author URI:  https://vauxstudios.com.au
	Tags:  HTML5, CSS3, Unyson
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #8e8e8e;
    background: #fff;
    font-weight: 300;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:2px solid #04A4CC;
}
h1, h2, h3, h4 {
	color: #000;
	font-weight: 400;
	line-height: 1.25em;
}

strong {
	color: #000;
}

h3 {
	font-weight: 300;
    font-size: 2em;
}

input, textarea {
	padding: 8px 12px;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
}

input[type="submit"] {
	padding: 10px 30px;
    line-height: 1.471;
    border-radius: 4px;
    color: #fff;
    background-color: #1abc9c;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}

.fw-container {
	max-width: 1280px;
}
/* header */
header {
	box-shadow: 0px 0px 5px rgba(99, 99, 99, .3);
}
.header__wrapper {
    padding: 2em 0 0 0;
}
/* logo */
.logo {
	float: left;
}

.logo a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.28px;
    text-align: left !important;
    color: #4eb0da;
    line-height: 0.55em;
}
.logo-img {

}

.phone__num {
	font-weight: 700;
    font-size: 34px;
    color: #4eb0da;
    float: right;
    margin-top: 14px;
    letter-spacing: -1px;
}

.phone__num a {

}
/* nav */
ul.main__menu {
	margin: 1em 0 0.5em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.main__menu li {
	display: inline-block;
	margin: 0 10px;
}

ul.main__menu li a {
	display: block;
    color: #8e8e8e;
    border: 0;
    outline: 0;
    list-style-type: none;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 240ms linear !important;
    -moz-transition: all 240ms linear !important;
    -o-transition: all 240ms linear !important;
    -ms-transition: all 240ms linear !important;
    transition: all 240ms linear !important;
}

ul.main__menu li a:hover, ul.main__menu li.current-menu-item a {
	color: #4eb0da;
    text-decoration: none;
    border: 0;
}

ul.main__menu li ul {
	position: absolute;
	display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 8000;
    font-size: 13px;
    text-transform: none;
    box-shadow: 0px 0px 5px rgba(99, 99, 99, .3);
    background-color: #FFF;
    max-width: 300px;
    text-align: left;
}

ul.main__menu > li:hover > ul {
    display: block;
}

ul.main__menu > li ul li {
    padding: 0;
    margin: 13px 15px;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
article {
	margin-top: 3em;
}

.page-home article {
	margin-top: 0;
}

.page-home .fw-row img {
	width: 100%;
	height: auto;
}

.page-home .fw-main-row:nth-child(1) {
	padding: 6em 0;
	background-position: center;
}

.page-home .fw-container-fluid .fw-row .fw-heading-h1 {
	color: #FFF !important;
}

.page-home .fw-container-fluid .fw-row .fw-heading-h1 h1 {
	font-style: italic;
	color: #FFF !important;
	font-size: 26px;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.menu__toggle {
	display: none;
	background-color: #4eb0da;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    padding: 5px 20px;
    font-size: 26px;
    margin-top: 16px;
	margin-bottom: 16px;
}

.menu__toggle a {
	color: #FFF;
}

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {
	section img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.logo, .phone__num {
		text-align: center;
		float: none;
	}
}
@media only screen and (max-width:768px) {
	.menu__toggle {
		display: block;
	}
	
	.main__menu {
		display: none;
	}
	
	.main__menu > li {
		display: block !important;
		widht: 100% !important;
		text-align: center; 
	}
	
	ul.main__menu li ul {
		position: static !important;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 10px;
		box-shadow: none;
		max-width: 100%;
		text-align: center;
	}
	
	ul.main__menu > li ul li {
		margin: 0;
		widht: 100%;
		display: block;
		text-align: center;
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
