/**
 * Genesis Sample.
 *
 * This file adds custom styles to the Genesis Sample Child Theme.
 *
 * @package Genesis Sample
 * @author  StudioPress
 * @license GPL-2.0+
 * @link    https://www.studiopress.com/
 */

/* Table of Contents
- Defaults
	- Typographical Elements
	- Navigations
	- Social Navigations
	- Buttons
	- Forms
- Structure and Layout
	- Site Containers
- Widgets
- Common Classes
- Plugins
	- Beaver Builder
	- Gravity Forms
	- Events Calendar
	- Widget CSS Classes
	- Strong Testimonial
	- Display Featured Image For Genesis
- Site Header
	- Header Search Form
	- Default Header
	- Events Template Header
	- Health Template Header
	- Tradie Template Header
	- Professional Services Header
- Sidebars
- Site Navigation
	- Social Navigation
- Content Area
	- Events Template
	- Health Template
	- Entry Content
	- Full Width Single Post
	- Comments
-Site Footer
	-Copyright
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
	-Media Queries 1023px
	-Media Queries 768px
	-Media Queries 600px
*/



/* Defaults
---------------------------------------------------------------------------------------------------- */

.column-circle .fl-col-content {
	border-radius: 100%;
	overflow: hidden;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/* Typographical Elements
--------------------------------------------- */

/* Chrome fix */

body>div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	font-family: "Didact Gothic", sans-serif;
	color: #201e23;
	font-size: 16px;
	font-weight: 400;
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Didact Gothic", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

a {
	text-decoration: none;
	color: #2C3A62;
}

.sidebar .widget ul>li a:hover,
.sidebar .widget ul>li a:focus,
a:hover,
a:focus {
	text-decoration: none;
	color: #733E17;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

/* Navigations
--------------------------------------------- */

.menu>.menu-item,
.menu .menu-item {
	position: relative;
}

.menu>.menu-item:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	line-height: normal;
	text-align: center;
	position: absolute;
	left: 0;
	top: 7px;
}

.menu>.menu-item.phone:before {
	content: "\f095";
}

.menu li.button {
	background: #f39200;
	font-weight: normal;
}

.menu li.button a {
	color: #fff;
	padding: 10px 14px;
}

.menu>li.right {
	float: right;
}

/*Mobile Navigation*/

.pp-advanced-menu-mobile-toggle.hamburger {
	text-align: right;
}

/* Buttons
--------------------------------------------- */

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 24px;
}

a.button.x-large,
button.x-large,
input[type="button"].x-large,
input[type="reset"].x-large,
input[type="submit"].x-large {
	font-size: 32px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2C3A62;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 12px 30px;
	font-weight: 400;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: capitalize;
    border-radius: 30px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
	background-color: #733E17;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 15px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 60px 0;
}

.site-inner {
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.content {
	width: 67%;
}

.page.fl-builder .content {
	width: 69%;
}

.fl-builder.sidebar-content .content {
	width: 67%;
}

.entry {
    margin-bottom: 0;
}

.breadcrumb {
    background: #f9f9f9;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb .wrap {
    padding: 5px 0;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 10px;
	margin-left: 16px;
}

.widget ul>li:last-of-type {}

.footer .uabb-creative-menu .menu > li:before,
.widget ul>li:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: -16px;
	position: absolute;
	opacity: 0.5;
}

.widget .menu-social ul>li::before {
	display: none;
}

.widget .menu-social ul>li {
	margin: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Titles
--------------------------------------------- */

.entry-header .entry-title {
	margin-bottom: 30px;
	text-align:center;
}

.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 3.2px;
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
}

.entry-content h3,
.entry-content h4{
	font-weight: 400;
}
/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Beaver Builder
--------------------------------------------- */

.fl-builder.full-width-content .site-inner,
.fl-builder.full-width-content .site-inner .content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
}

.home.fl-builder.full-width-content .site-inner,
.home.fl-builder.full-width-content .site-inner .content {
	margin-top: 0;
	max-width:100%;
	padding:0;
}

/*.fl-builder.full-width-content .entry-header {
	max-width: 1200px;
	margin: 50px auto 0;
	padding: 0 20px;
}*/

.entry-content h2.widgettitle,
.entry-content h3.widgettitle .entry-content h4.widgettitle,
.entry-content h5.widgettitle,
.entry-content h6.widgettitle {
	font-weight: 600;
}

.hide-title .content .entry>.entry-header,
.hide-title .content .breadcrumb {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

.widget div.gform_wrapper ul>li {
	margin: 0;
	padding: 0;
}

div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 20px;
}

div.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
div.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0;
}

body div.gform_wrapper ul li.gfield.hidden_label,
div.gform_wrapper li.hidden_label input {
	margin-top: 0;
}

div.gform_wrapper .gform_footer {
	margin: 4px 0 8px;
	padding: 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	margin-bottom: 2px;
}

.sidebar .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
	padding: 8px 10px;
}

.sidebar .gform_wrapper {
	margin: 0 auto;
}

.sidebar .gform_widget .widget-title {
	margin-bottom: 5px;
}

.sidebar .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.gform_wrapper.form-book-online_wrapper form.form-book-online.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield {
	min-width: 270px;
	background: none;
	vertical-align: top;
}

.gform_wrapper.form-book-tickets_wrapper form.form-book-tickets.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield {
	min-width: 204px;
	background: none;
	vertical-align: top;
}

body .gform_wrapper.form-contact_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper.form-contact_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 5px;
	margin-bottom: 10px;
}

.gform_wrapper.form-contact_wrapper .gfield_radio li {
	display: inline;
	width: 100%;
	overflow: hidden;
	margin-right: 10px;
}

.entry-content .gform_wrapper .gform_footer .gform_button,
.entry-content .gform_wrapper .gform_page_footer .button{
	margin-right: 0;
}

/* Events Calendar
--------------------------------------------- */

.events-content-body {
	padding: 15px 15px;
}

.event-venue,
.start-date,
.end-date {
	display: block;
	font-size: 16px;
	color: #606060;
	margin-bottom: 5px;
}

.event-venue>span,
.start-date>span,
.end-date>span {
	color: #201e23;
	font-weight: 400;
}

.events-content-body h3.uabb-post-heading {
	margin-bottom: 7px;
}

.events-content-body .uabb-blog-posts-description {
	padding-top: 10px;
}

.events-content-body .uabb-blog-posts-description p {
	margin-bottom: 10px;
}

.events-content-body .button-event a {
	padding: 12px 24px;
	background: #f39200;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	margin: 10px 0 5px;
	font-weight: 400;
	line-height: 18px;
	border-radius: 3px;
	font-size: 15px;
}

.events-content-body .button-event a:hover,
.events-content-body .button-event a:focus {
	background: #201e23;
}

/* Widget CSS Classes
--------------------------------------------- */

section.widget.background-none-and-full-width {
	background: none;
	border: 1px solid transparent;
	padding: 0;
	margin-bottom: 40px;
	width: 100%;
}

section.widget.background-none-with-border {
	background: transparent;
	border: 1px solid #e6e6e6;
	padding: 30px 20px;
	margin-bottom: 40px;
}

section.widget.background-secondary {
	background-color: #f1f1f1;
	border: 1px solid transparent;
	padding: 30px 20px;
	margin-bottom: 40px;
}

section.widget.background-primary {
	background-color: #333333;
	border: 1px solid transparent;
	color: #fff;
	padding: 30px 20px;
	margin-bottom: 40px;
}

section.widget.background-primary a {
	color: #fff;
}

section.widget.background-primary a:focus,
section.widget.background-primary a:hover {
	color: #333;
}

/* Strong Testimonials
--------------------------------------------- */

ul.simplePagerNav li:before {
	display: none;
}

ul.simplePagerNav li a {
	height: 30px;
	width: 30px;
}

.template-2.default.strong-view .testimonial-image {
	float: none;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.template-2.default.strong-view .testimonial-image img {
	border: none;
}

.template-2 .testimonial-heading a {
	text-align: center;
	display: block;
}

.template-2.default.strong-view .testimonial-client,
.template-2.default.strong-view p {
	text-align: center;
}

.strong-view.default .readmore {
	display: block;
}

.template-3.strong-view.default .testimonial-image img {
	border: 0;
	padding: 0;
}

.template-4.strong-view.modern .testimonial-name,
.template-4.strong-view.modern .testimonial-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.template-4.strong-view.modern .testimonial-heading {
	font-size: 20px;
}

.single-testimonial .strong-view.default .testimonial-heading,
.single-testimonial .strong-view.default .testimonial-inner,
.single-testimonial .strong-view.default .testimonial-client {
	text-align: center;
}

.strong-view.default.template-1 .testimonial-heading,
.strong-view.default.template-2 .testimonial-heading,
.strong-view.default.template-3 .testimonial-heading,
.strong-view.default.template-4 .testimonial-heading,
.strong-view.default .testimonial-heading,
.home-testimonial .template-4 {
	background: none;
	position: relative;
}

.template-3.strong-view.default .testimonial-content,
.home-testimonial .template-4.strong-view.modern .testimonial-name,
.home-testimonial .template-4.strong-view.modern .testimonial-content {
	font-size: 20px;
	font-size: 2.0rem;
}

.home-testimonial .widget .strong-view.modern .testimonial-content:before,
.home-testimonial .widget .strong-view.modern .testimonial-content:after{
	display:none;
}

.template-3.strong-view.default .testimonial-content p{
    position: relative;
    display: inline;
    padding: 0 26px;
}

.template-3.strong-view.default .testimonial-content p:before,
.template-3.strong-view.default .testimonial-content p:after{
	position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1d3864;
    content: "\f10d";
    font-size: 20px;
    top: -10px;
    left: 0;
}

.home-testimonial .template-4:before {
	position: absolute;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
    content: "\f10d";
	font-size: 30px;
	top: 0;
	left: 50%;
    right: 50%;
}

.template-3.strong-view.default .testimonial-inner {
    padding: 0;
    border: 0;
}

.template-3.strong-view.default .testimonial {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.template-3.strong-view.default .testimonial-content p:after {
    right: 0;
    left: auto;
    bottom: 10px;
    top: auto;
    content: "\f10e";
}

.home-testimonial .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before,
.home-testimonial .strong-view.pager-style-buttons .wpmslider-pager-link:before{
	color: #fff;
}


/* ## Display Featured Image For Genesis
	https://wordpress.org/plugins/display-featured-image-genesis/
--------------------------------------------- */
.big-leader:before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	opacity:0.8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.big-leader,
.big-leader a,
.big-leader a:focus,
.big-leader a:hover {
	color: #fff;
}

div.big-leader .excerpt,
div.big-leader .archive-description {
    padding: 0;
	background: transparent;
}

.big-leader p,
.big-leader .excerpt .entry-title,
.big-leader .archive-description .archive-title{
    font-size: 40px;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
	position: relative;
	z-index: 9999;
}

header.fl-builder-content {
    top: 0;
}

/*CTA*/

.phone-link,
.phone-link:hover,
.phone-link:focus {
	color: #666;
	border: 0;
}

.phone-link span {
	clear: both;
	display: block;
	text-align: right;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
}

.phone-number:before {
	font-family: "FontAwesome";
	margin-right: 8px;
}

.phone-number:before {
	content: "\f095";
}

.phone-link .phone-number {
	display: block;
	color: #666;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

.phone-number:focus,
.phone-number:hover {
	color: #f39200;
}

/* Header Search Form
--------------------------------------------- */

.header .widget_search .search-form {
	position: relative;
}

.header .widget_search .search-form button {
	border: 0;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 40px;
	z-index: 1;
	top: 0;
	right: 0px;
	background: transparent;
	border-radius: 20px;
}

.header .widget_search .search-form input[type="text"],
.header .widget_search .search-form input[type="search"] {
	border: 1px solid transparent;
	padding: 10px 35px 10px 15px;
}

.header .widget_search .search-form .fa-search {
	color: #919191;
}

.header .widget_search .search-form button:hover .fa-search,
.header .widget_search .search-form button:focus .fa-search {
	color: #000;
}

/* Default Header
--------------------------------------------- */

.header .menu li.button:hover,
.header .menu li.button:focus {
	background: #bf2327;
	border: 1px solid #bf2327;
}

.header .menu li.button a {
	font-weight: 400;
	letter-spacing: 1px;
	background: #bf2327;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
}

.header .menu li.button:hover a,
.header .menu li.button:focus a {
	background: #e4383c;
}

/* Events Template Header
--------------------------------------------- */

.events-header {
	position: relative;
	z-index: 999;
}

.events-header .menu li.button {
	border-radius: 0;
	background: none;
	border: 1px solid #bf2327;
}

.events-template .pp-off-canvas-menu .menu li.button {
	background-color: transparent;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
}

.events-template .pp-off-canvas-menu .menu li.button:hover,
.events-template .pp-off-canvas-menu .menu li.button:focus,
.header-events .menu li.button:hover,
.header-events .menu li.button:focus {
	background-color: #bf2327;
}

.events-template .pp-advanced-menu.off-canvas .pp-toggle-arrows .pp-has-submenu-container>a>span {
	padding-right: 0;
}

.events-template .pp-off-canvas-menu .menu li.button:hover a,
.header-events .menu li.button:hover a {
	color: #fff;
}

.events-template .pp-advanced-menu.off-canvas .pp-toggle-arrows .pp-menu-toggle {
	right: 0;
}

/* Health Template Header
--------------------------------------------- */

.header-health .phone .fl-icon-text {
	font-size: 28px;
	font-weight: 400;
}

.header-health .right .fl-node-content {
	float: right;
	margin-right: 10px;
}

.health-template .pp-off-canvas-menu .menu li.button .header-health .menu li.button {
	border-radius: 0;
}

.health-template .pp-off-canvas-menu .menu li.button:hover,
.header-health .menu li.button:focus {
	background: #1d3841;
}

.health-template .pp-off-canvas-menu .menu li.button a,
.header-health .menu li.button a {
	font-weight: 400;
	letter-spacing: 1px;
	background: #73c490;
}

.health-template .pp-off-canvas-menu .menu li.button a:hover,
.header-health .menu li.button a:hover {
	background: #1d3841;
}

.phone-link .phone-number {
	color: #1d3841;
}

.health-template .pp-advanced-menu .pp-has-submenu-container a>span {
	padding-right: 0;
}

/* Tradie Template Header
--------------------------------------------- */

.header-tradie .phone .fl-icon-text {
	font-size: 28px;
	font-weight: 400;
}

.header-tradie .right .fl-node-content {
	float: right;
	margin-right: 10px;
}

.header-tradie .menu li.button {
	border-radius: 3px;
	background: #FFD600;
}

.header-tradie .menu li.button:hover,
.header-tradie .menu li.button:focus {
	background: #000;
}

.header-tradie .menu li.button a {
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
}

.header-tradie .menu li.button a:hover {
	color: #FFD600;
}

.header-tradie .phone-link .phone-number {
	color: #dd3333;
}

/* Professional Services Header
--------------------------------------------- */

.header-professional-services .menu li.button {
	border-radius: 0;
}

.header-professional-services .menu li.button a {
	font-weight: 400;
	letter-spacing: 1px;
	background: #cbc434;
	color: #fff;
}

.header-professional-services .menu li.button a:hover,
.header-professional-services .menu li.button a:focus {
	color: #fff;
	background: #2b2e3d;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.after-entry,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
	padding: 30px;
	margin-bottom: 5%;
}

.sidebar .menu>.menu-item:before {
	top: 2px;
	padding: 0;
}

.sidebar .widget {
	padding: 30px 20px;
	border-radius: 3px;
}

.sidebar .post-date {
	display: block;
	font-size: 12px;
	color: #666;
}

.sidebar .phone-link,
.sidebar .phone-link:hover,
.sidebar .phone-link:focus {
	color: #fff;
	border: 0;
}

.sidebar .phone-link span {
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
}

.sidebar .phone-cta {
	color: #201e23;
	font-size: 24px;
	margin-bottom: 10px;
}

.sidebar .phone-link .phone-number {
	background: #1d3864;
	overflow: hidden;
	display: block;
	border-radius: 0;
	color: #fff;
	padding: 10px 25px;
	font-size: 26px;
    border-radius: 3px;
}

.sidebar .phone-link .phone-number:hover,
.sidebar .phone-link .phone-number:focus {
	background: #325ca0;
}

.sidebar .phone-number::before,
.sidebar .mobile::before,
.sidebar .fax-number::before {
	font-family: "FontAwesome";
	margin-right: 8px;
}

.sidebar .phone-number::before {
	content: "\f095";
}

.sidebar .widget ul>li a {
	color: #201e23;
}

.widget.widget_media_image,
.widget.image-sidebar {
	padding: 0;
}

.widget.widget_media_image img,
.widget.image-sidebar img {
    border-radius: 3px;
}

.sidebar .strong-view.modern .testimonial-content:before,
.sidebar .strong-view.modern .testimonial-content:after {
    color: #1d3864;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
}


.sidebar .widget .strong-view.modern .testimonial-content {
    font-size: 20px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

/* ## Social Navigation
--------------------------------------------- */

.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

ul[id^="menu-social-navigation"]
/*,
ul[id^="menu-mobile"] */

	{
	list-style: none;
}

[id^="menu-social-navigation"] .menu-item
/*,
[id^="menu-mobile"] .menu-item */

	{
	display: inline-block;
	position: relative;
}

[id^="menu-social-navigation"] a
/*,
[id^="menu-mobile"] a */

	{
	color: #999;
	padding: 0;
}

[id^="menu-social-navigation"] a:focus,
[id^="menu-social-navigation"] a:hover,
[id^="menu-social-navigation"] .current-menu-item>a
/*,
[id^="menu-mobile"].genesis-nav-menu a:focus,
[id^="menu-mobile"].genesis-nav-menu a:hover,
[id^="menu-smobile"].genesis-nav-menu .current-menu-item > a */

	{
	color: #f39200;
}

[id^="menu-social-navigation"] .menu-item a:before
/*,
[id^="menu-mobile"].genesis-nav-menu .menu-item a:before */

	{
	content: '\f005';
	display: inline-block;
	font-family: 'FontAwesome';
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	text-align: center;
	width: 36px;
	-webkit-font-smoothing: antialiased;
}

[id^="menu-social-navigation"] .menu-item a
/*,
[id^="menu-mobile"].genesis-nav-menu .menu-item a*/

	{
	background-color: #ddd;
	font-size: 20px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
}

[id^="menu-social-navigation"] .menu-item a[href*="facebook.com"] {
	background: #3b5998;
}

[id^="menu-social-navigation"] .menu-item a[href*="facebook.com"]:before {
	content: '\f09a';
	/* content: '\f082'; /* facebook-square */
	/*color: #3b5998;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="twitter.com"] {
	background: #33ccff;
}

[id^="menu-social-navigation"] .menu-item a[href*="twitter.com"]:before {
	content: '\f099';
	/* content: '\f081'; /* twitter-square */
	/*color: #33ccff*/
	;
}

[id^="menu-social-navigation"] .menu-item a[href*="plus.google.com"] {
	background: #dd4b39;
}

[id^="menu-social-navigation"] .menu-item a[href*="plus.google.com"]:before {
	content: '\f0d5';
	/* content: '\f0d4'; /* google-plus square */
	/*color: #dd4b39;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="google.com/maps"] {
	background: #34A853;
}

[id^="menu-social-navigation"] .menu-item a[href*="google.com/maps"]:before,
[id^="menu-social-navigation"] .menu-item a[href*="google.com.au/maps"]:before {
	content: '\f277';
	/* fold out map sign */
	/* content: '\f041'; */
	/*  content: '\f279'; /* fold out map */
	/*  content: '\f278'; /* fold out map outline */
	/*  content: '\f276'; /* fold out map pin */
	/* color: ##34A853;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="linkedin.com"] {
	background: #0e76a8;
}

[id^="menu-social-navigation"] .menu-item a[href*="linkedin.com"]:before {
	content: '\f0e1';
	/*color: #0e76a8;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="app.net"]:before {
	content: '\f170';
	color: #706D73;
}

[id^="menu-social-navigation"] .menu-item a[href*="bitbucket.com"]:before {
	content: '\f171';
	/* content: '\f172'; /* bitbucket-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="dribbble.com"]:before {
	content: '\f17d';
}

[id^="menu-social-navigation"] .menu-item a[href*="flickr.com"]:before {
	content: '\f16e';
}

[id^="menu-social-navigation"] .menu-item a[href*="foursquare.com"]:before {
	content: '\f180';
}

[id^="menu-social-navigation"] .menu-item a[href*="github.com"]:before {
	content: '\f09b';
	/* content: '\f113'; /* github-alt */
	/* content: '\f092'; /* github-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="instagram.com"] {
	background: #e4405f;
}

[id^="menu-social-navigation"] .menu-item a[href*="instagram.com"]:before {
	content: '\f16d';
	/*color:#e4405f;*/
}

[id^="menu-social-navigation"] .menu-item a[href*="linkedin.com"]:before {
	content: '\f0e1';
	/* content: '\f08c'; /* linkedin-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="pinterest.com"]:before {
	content: '\f0d2';
	/* content: '\f0d3'; /* pinterest-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="renren.com"]:before {
	content: '\f18b';
}

[id^="menu-social-navigation"] .menu-item a[href*="stack-exchange.com"]:before {
	content: '\f18d';
}

[id^="menu-social-navigation"] .menu-item a[href*="stack-overflow.com"]:before {
	content: '\f16c';
}

[id^="menu-social-navigation"] .menu-item a[href*="tumblr.com"]:before {
	content: '\f173';
	/* content: '\f174'; /* tumblr-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="vimeo.com"]:before {
	content: '\f194';
}

[id^="menu-social-navigation"] .menu-item a[href*="weibo.com"]:before {
	content: '\f18a';
}

[id^="menu-social-navigation"] .menu-item a[href*="xing.com"]:before {
	content: '\f168';
	/* content: '\f169'; /* xing-square */
}

[id^="menu-social-navigation"] .menu-item a[href*="youtube.com"]:before {
	content: '\f16a';
	/* youtube-play */
	/* content: '\f167'; /* youtube logo */
	/* content: '\f166';/* youtube-square */
}

[id^="menu-"].genesis-nav-menu .menu-item.email a:before {
	content: '\f0e0';
	/* envelope closed solid */
	/* content: '\f003'; /* envelope closed outline */
	/* content: '\f2b6'; /* envelope open solid */
	/* content: '\f2b7'; /* envelope open outline */
}

[id^="menu-"].genesis-nav-menu .menu-item.phone a:before {
	content: '\f095';
	/* phone handset */
	/* content: '\f10b'; /* mobile phone */
	/* content: '\f098'; /* phone square */
}

[id^="menu-social-navigation"] .menu-item a:focus,
[id^="menu-social-navigation"] .menu-item a:hover,
[id^="menu-mobile"].genesis-nav-menu .menu-item a:focus,
[id^="menu-mobile"].genesis-nav-menu .menu-item a:hover {
	opacity: 0.8;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */


.page-banner {
	background-image: url(../images/dr-header3.jpg);
	padding: 30px;
	width: 100%;
	background-size: cover;
	height: 400px;
	background-position: center center;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.page-banner:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page-banner .entry-header .entry-title {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 40px;
}

.page-banner .entry-meta, .page-banner .entry-meta a {
    text-align: center;
    color: #fff;
    position: relative;
}
/* Blog and Archive page
--------------------------------------------- */
.blog .uabb-blogs-pagination {
    padding: 0;
}

.big-leader .wrap {
    padding: 0;
}

.has-leader .site-inner {
    margin-top: 0;
    padding-top: 15px;
}

.pp-content-post .pp-post-image {
    overflow: hidden;
}

.blog .entry-header .entry-title {
    font-size: 18px;
    margin: 10px auto;
}

.blog .site-inner .content .blog-wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;

}

.blog .post {
    padding: 0;
    border: none;
    border-radius: 0;
    border-top: 6px solid #733E17;
    position: relative;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    background: #FBFBFC;
    transition: color 0.2s ease-in-out;
}

.blog .post:hover {
    background: #733E17;
}

.blog .entry-header .entry-title a {
    font-weight: 700;
    margin-top: 15px;
    text-align: left;
}


.pp-content-post .pp-post-image,
.blog .featured-archive-image{
	overflow: hidden;
}

.blog .featured-archive-image a {
    display: block;
    position: relative;
}

.blog .post .featured-archive-image img{
	width:100%;
}

.blog .post:hover .featured-archive-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .2;
}

.pp-content-post:hover .pp-post-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .entry-footer .entry-meta .entry-categories {
    padding: 12px 0 18px;
}

.blog .post .entry-header .entry-meta,
.blog .post .entry-footer .entry-meta,
.blog .post .entry-header .entry-title a {
    color: #733E17;
    padding: 0 15px;
    display: block;
}

.blog .post:nth-child(2n) {
    border-color: #2C3A62;
}
.blog .post:hover:nth-child(2n) {
    border-color: #2C3A62;
    background: #2C3A62;
}

.blog .post:nth-child(2n) a,
.blog .post:nth-child(2n) p {
    color: #2C3A62;
}

.blog .post:nth-child(2n) .entry-header .entry-meta,
.blog .post:nth-child(2n) .entry-footer .entry-meta,
.blog .post:nth-child(2n) .entry-header .entry-title a {
    color: #2C3A62;
}

.blog .post:hover a,
.blog .post:hover .entry-header .entry-meta,
.blog .post:hover .entry-footer .entry-meta,
.blog .post:hover .entry-header .entry-title a {
    color: #fff;
}

.pp-content-post .pp-post-image img,
.blog .post:hover a,
.blog .post:hover .entry-header .entry-meta,
.blog .post:hover .entry-footer .entry-meta,
.blog .post:hover .entry-header .entry-title a,
.blog .featured-archive-image a,
.blog .featured-archive-image img{
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination {
    clear: both;
    margin: 30px 0;
    width: 100%;
    display: block;
    text-align: center;
}
.archive-pagination li a{
	font-weight: normal;
}

/* Events Template
--------------------------------------------- */

body.events-template,
.events-template .testimonial h3 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
}

.events-template .pp-more-link-button,
.events-template .uabb-button {
	letter-spacing: 2px;
}

.events-template abbr[title] {
	text-decoration: none;
}

.events-template .event-venue,
.events-template .start-date,
.events-template .end-date {
	font-size: 18px;
	color: #666666;
}

.events-template .event-venue>span,
.events-template .start-date>span,
.events-template .end-date>span {
	color: #333333;
	font-weight: 400;
}

.events-template .events-content-body .button-event a {
	font-family: Oxygen;
	font-weight: 300;
	padding: 12px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #41658c;
	border: 1px solid #41658c;
}

.events-template .events-content-body .button-event a:hover,
.events-template .events-content-body .button-event a:focus {
	background: #2a578c;
	border: 1px solid #2a578c;
}

.events-template .grid-template-2.default.strong-view .testimonial-inner {
	background: #fff;
}

.events-template .testimonial-content {
	font-size: 18px;
}

.events-template .grid-template-2.default.strong-view .testimonial-image img {
	padding: 0;
	border: none;
}

.events-template .grid-template-2.default.strong-view ul.simplePagerNav li a {
	height: 30px;
	width: 30px;
	margin: 0 2px;
	background: #fff;
	color: #333;
}

.events-template .grid-template-2.default.strong-view ul.simplePagerNav li.currentPage a {
	text-decoration: none;
	background: #41658c;
	color: #fff;
	height: 30px;
	width: 30px;
}

/* Health Template
--------------------------------------------- */

body.health-template {
	font-family: 'Oxygen', sans-serif;
}

/* Entry Content
--------------------------------------------- */

.single .entry-header .entry-title {
	margin: 10px auto;
}

.entry-footer .entry-meta {
	display: flex;
	flex-flow: row wrap;
	place-content: center space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

p.entry-meta {
	font-size: 14px;
	color: #606060;
	font-family: Didact Gothic;
	font-weight: 400;
}


/* Full Width Single Post
--------------------------------------------- */
.full-width-content.single-post .site-inner {
	max-width: 760px;
}

.full-width-content.single-post .breadcrumb {
	text-align: center;
}

/* Comments
--------------------------------------------- */

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 0;
	background: #f5f5f5;
	padding: 20px;
	margin-top: 30px;
}

.entry-comments {
	padding: 0;
	margin-left: 0;
}

.comment-list li {
	padding-left: 30px;
	border-radius: 10px;
	margin: 0 0 10px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list li {
	padding: 15px 0 0 0;
}

.comment-list article,
.ping-list {
	background: #f5f5f5;
	border-radius: 8px;
	position: relative;
	margin: 0 0 20px;
}

.comment-content {
	padding: 0 20px;
}

.comment-reply {
	padding: 0 20px 20px;
}

.comment-header,
.entry-pings h3 {
	background: #1d3864;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 8px 8px 0 0;
	text-align: center;
}

.comment-header {
	padding: 10px 20px;
	overflow: hidden;
}

.comment-header a {
	color: #fff;
	border: 0;
}

.comment-reply-title {
	margin-bottom: 0;
}

.comment-content {
	clear: both;
}

.comment-reply {
	text-align: right;
}

.comment-reply a {
	border: 0;
	background: #bf2327;
	padding: 8px 32px;
	display: inline-block;
	color: #fff;
}

.comment-reply a:focus,
.comment-reply a:hover {
	background: #e4383c;
	border: 0;
	box-shadow: 0 0 10px #f5f5f5;
	color: #fff;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond p {
	margin-bottom: 10px;
}

.comment-header p {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
	display: inline-block;
	vertical-align: middle;
}

.comment-form-cookies-consent label {
	margin-left: 5px;
}

.comment-header .comment-author {
	font-size: 20px;
	float: left;
}

.comment-meta,
.comment-edit-link {
	float: right;
}

.comment-header .comment-meta {
	margin-top: 5px;
}

.comment-header .comment-edit-link {
	clear: both;
	margin-top: -5px;
	font-size: 14px;
}

.comment-header .comment-edit-link .entry-pings .reply {
	display: none;
}

.comment-header .avatar {
	margin: 0 15px 0 0;
}

.ping-list {
	padding: 20px;
	border-radius: 0 0 8px 8px;
}

.entry-pings a {
	border: 0;
}

.entry-pings h3 {
	font-weight: 400;
	margin: 0;
}

.entry-pings .fn {
	font-weight: 400;
}

.entry-pings .comment-author {
	font-size: 18px;
}

/* Homepage
--------------------------------------------- */

.case-studies .pp-content-post {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.case-studies .pp-content-post:hover,
.case-studies .pp-content-post:focus {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(0%);-webkit-filter: grayscale(0%);
}


.entry-content .banner-form .gform_wrapper .gform_footer .gform_button:hover,
.entry-content .banner-form .gform_wrapper .gform_footer .gform_button:focus,
.entry-content .banner-form .gform_wrapper .gform_page_footer .button:hover,
.entry-content .banner-form .gform_wrapper .gform_page_footer .button:focus{
	border-color:#2C3A62;
}

/* About Page
--------------------------------------------- */
.experience-wrapper .pp-timeline .pp-timeline-content-wrapper .pp-timeline-item {
    margin-bottom: 0;
}

.experience-wrapper .pp-timeline .pp-timeline-content-wrapper .pp-timeline-item-1 {
    margin-top: -75px;
}

.experience-wrapper .pp-timeline .pp-timeline-content-wrapper .pp-timeline-item-2 {
    margin-top: -10px;
}

.experience-wrapper .pp-timeline .pp-timeline-content-wrapper .pp-timeline-item-3 {
    margin-top: -53px;
}

.experience-wrapper .pp-timeline .pp-timeline-content-wrapper .pp-timeline-item-4 {
    margin-top: 50px;
}

/* Experiences Page
--------------------------------------------- */
.post-loop .entry {
    position: relative;
    padding-bottom: 40px;
}

.post-loop .entry .pp-content-grid-more-link {
    position: absolute;
    bottom: 0;
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */

.footer .menu li.phone,
.footer .menu li.button {
	display: none;
}

.footer div.gform_wrapper ul.gform_fields li.gfield span.name_first {
	padding-top: 0;
	margin-bottom: -3px;
}

.footer .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.footer .gform_wrapper .gform_footer input[type=image] {
    font-size: 18px;
	letter-spacing: 1px;
}

footer .widgettitle {
    font-size: 24px;
}
/* Copyright
--------------------------------------------- */

.copyright {
	font-size: 12px;
}

.copyright p {
	margin-bottom: 0;
	vertical-align: middle;
}

.copyright img {
	vertical-align: middle;
}

.fl-post-gallery-post {
	margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
	.gform_wrapper.form-book-online_wrapper form.form-book-online.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield,
	.gform_wrapper.form-book-tickets_wrapper form.form-book-tickets.gf_simple_horizontal div.gform_body ul.gform_fields.top_label.form_sublabel_below li.gfield {
		width: 100%;
		display: block;
		margin: 0 auto 5px;
		padding: 0;
	}
	.gform_wrapper.form-book-online_wrapper form.form-book-tickets.gf_simple_horizontal div.gform_body,
	.gform_wrapper.form-book-tickets_wrapper form.form-book-online.gf_simple_horizontal div.gform_body {
		width: 100%;
		display: block;
		max-width: 480px;
		margin: 0 auto;
	}
	.gform_wrapper.form-book-online_wrapper form.form-book-tickets.gf_simple_horizontal div.gform_footer.top_label,
	.gform_wrapper.form-book-tickets_wrapper form.form-book-online.gf_simple_horizontal div.gform_footer.top_label {
		text-align: center;
		margin: 8px auto 0;
		max-width: 480px;
		display: block;
		padding: 0;
	}
}

@media only screen and (max-width: 992px) {
	/*Header*/
	.logged-in .site-container {
		margin-top: 0px;
	}
	.header.mobile-position-fixed {
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		background: #fff;
	}
	.header.mobile-position-fixed .phone-link span {
		text-align: center;
	}
	.header.mobile-position-fixed .phone-link .phone-cta {
		display: none;
	}
	.sidebar,
	.content,
	.page.fl-builder .content {
		width: 100%;
		float: none;
	}
	.blog .post {
	    width: 46%;
	    margin: 2%;
	}

	.experience-loop .pp-posts-wrapper .pp-content-post {
		left: auto !important;
	    height: auto !important;
	    position: relative !important;
	    top: auto !important;
	    margin: 2% 0.5%;
	}
}

@media only screen and (max-width: 768px) {

	a.phone-link {
	    display: block;
	    background: #1d3864;
	    padding: 5px 0;
	}
	.phone-link span{
		text-align:center;
	}
	.phone-link .phone-number {
	    color: #fff;
	}
	.site-inner,
	.wrap {
		padding: 40px 20px;
	}

	.breadcrumb {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.breadcrumb .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.text-left,
	.text-right {
		text-align: center;
	}
	.template-2.default.strong-view .strong-content.strong-grid.columns-3 .testimonial,
	.events-template .grid-template-2.default.strong-view .testimonial {
		width: 100%;
	}
	.tradie-template br {
		display: none;
	}
	.pp-posts-wrapper .pp-content-post {
		margin-bottom: 20px;
	}
	.adjacent-entry-pagination {
		margin-bottom: 0;
		margin: 30px 0 40px;
	}
	.adjacent-entry-pagination .alignleft,
	.adjacent-entry-pagination .alignright {
		float: none;
		text-align: center;
	}
	.uabb-blogs-pagination {
		padding: 0;
	}
	.footer.copyright #menu-legal-navigation {
		text-align: center;
	}
	.footer.copyright #menu-legal-navigation .menu-item {
		display: inline-block;
	}
	.copyright p {
		margin: 10px auto;
	}

	.template-3.strong-view.default .testimonial-content,
	.home-testimonial .template-4.strong-view.modern .testimonial-name,
	.home-testimonial .template-4.strong-view.modern .testimonial-content {
	    font-size: 26px;
	    font-size: 1.8rem;
	}
	.widget .strong-view.modern .testimonial-content {
	    margin: 37px 0 0;
	}

	.experience-loop .pp-posts-wrapper .pp-content-post {
	    height: auto !important;
	    top: auto !important;
	    position: relative !important;
	}
}

@media only screen and (max-width: 600px) {
	.events-template .strong-view.default .testimonial-image {
		float: none;
		margin: 0 auto 20px;
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 400px) {
	.blog .post{
		width: 100%;
	    margin: 0 auto 20px;
	}
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */